/*------------------------------------------------------------------
[Table of contents]

 * Basic CSS
 * Header Section
 * Floatingbar Section
 * Topbar Section
 * Titlebar Section
 * Footer Section
 * Events Calendar
 * Common Widget Section
 * Menu Section
 * Call to Action Section
 * Servicebox Section
 * Blogbox Section
 * Portfolio Section
 * Team Member Section
 * Fact in Digit Section
 * Progress Bar Section
 * Row Section
 * Sidebar Section
 * Social Section
 * Flyning Form Section
 * List Style Section
 * Tab
 * Vertical Tab
 * Accordion section
 * Toggle section
 * VC Map
 * Custom Selectbox
 * Contact Form
 * Heading Section
 * Social Section
 * Catergory section
 * Testimonials Section 
 * Client logo Section
 * Button Section
 * Global Box spacing
 * Slick Slider
 * Tweeter Section
 * Google map Section 
 * Category filter Section
 * Pricing Table
 * 404 Page
 * Search Result Page
 * BBpress-forums
 * Drop Cap Design
 * Global link color 
 
 
-------------------------------------------------------------------*/
.admin-bar .tm-fbar-close {
    top: 52px;
}
.site-content-wrapper {
    position: relative;
    z-index: 7;
}

::selection {
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-skincolor);
	-webkit-text-fill-color: #fff;
}

::-moz-selection {
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-skincolor);
}

body {
    counter-reset: section stepbox;
}

/*** 

====================================================================
    Basic CSS
====================================================================

 ***/
p {
    margin: 0 0 15px;
}

.footer a, .entry-content a, .site-content-wrapper a {
    -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;
    transition: all 0.3s ease 0s;
}

.themetechmount-hide, .tm-hide {
    display: none;
}

.tm-wrap {
    display: table;
    width: 100%;
}

.tm-wrap-cell {
    display: table-cell;
    vertical-align: middle;
}

.tm-align-left {
    text-align: left;
}

.tm-align-center {
    text-align: center;
}

.tm-align-right {
    text-align: right;
}

iframe {
    width: 100%;
}

.first-footer.tm-bg.tm-bgcolor-custom .tm-bg-layer {
    background-color: inherit;
}

.tm-bg.tm-bgcolor-white .tm-bg-layer {
    background-color: #fff;
}

.tm-col-bgcolor-white .tm-bg-layer-inner, .tm-bgcolor-white, .tm-col-bgcolor-white, .site-header.tm-sticky-bgcolor-white.is_stuck, .tm-header-overlay .site-header.tm-sticky-bgcolor-white.is_stuck, .site-header-menu.tm-sticky-bgcolor-white.is_stuck, .tm-header-style-infostack .site-header .tm-stickable-header.is_stuck.tm-sticky-bgcolor-white, .tm-header-style-infostack .site-header-menu .is_stuck .tm-sticky-bgcolor-white, .tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-white .tm-titlebar .breadcrumb-wrapper .container {
    background-color: #fff;
}

/*** Form fields, general styles first ***/
.main-holder .site #content table.cart td.actions .input-text, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    vertical-align: middle;
    width: 100%;
    color: inherit;
    padding: 11px 15px;
    font-weight: normal;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #aaa;
    font-size: 14px;
    outline: none;
    line-height: inherit;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input.input-text:focus, select:focus {
    background-color: transparent;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    color: #7b8095;
    outline: none !important;
}

button, input[type="submit"], input[type="button"], input[type="reset"], .checkout_coupon input.button, .woocommerce div.product form.cart .button, table.compare-list .add-to-cart td a, .woocommerce .widget_shopping_cart a.button, .woocommerce #review_form #respond .form-submit input, .main-holder .site table.cart .coupon input, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart #content table.cart td.actions input[type="submit"], .woocommerce #payment #place_order, .main-holder .site .return-to-shop a.button, .woocommerce .wishlist_table td.product-add-to-cart a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 12px 35px 12px;
    border: 1px solid transparent;
    border-radius: var(--ttm-button-shape);
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}

.post-password-form input[type="submit"] {
	padding: 15px 35px;
}

/*** Custom Selectbox ***/
.select2-container .select2-choice {
    padding: 6px 0 6px 10px;
    border: 1px solid var(--ttm-bordercolor);
    background-color: rgba(0, 0, 0, .03);
}

.select2-drop-active {
    border: 1px solid var(--ttm-bordercolor);
}

/*** Topbar Dark text color ***/
.tm-bg.tm-bgimage-yes > .tm-bg-layer {
    opacity: 0.85;
}

.tm-col-bgimage-yes.tm-col-bgcolor-skincolor .tm-bg-layer-inner {
    opacity: 0.90;
}

.tm-bg.tm-bgimage-yes.tm-bgcolor-skincolor > .tm-bg-layer {
    opacity: 0.92;
}

.tm-bg.tm-bgcolor-grey > .tm-bg-layer {
    opacity: 0.90;
}

.themetechmount-fbar-main-w .themetechmount-fbar-box-w.tm-bg.tm-bgimage-yes > .tm-bg-layer {
    opacity: 0.87;
}

.tm-col-bgimage-yes.tm-bgcolor-white .tm-bg-layer-inner, .tm-bg.tm-bgimage-yes.tm-bgcolor-white > .tm-bg-layer {
    opacity: 0.94;
}

.tm-col-bgcolor-grey.tm-col-bgimage-yes .tm-bg-layer-inner, .tm-col-bgcolor-darkgrey.tm-col-bgimage-yes .tm-bg-layer-inner, .tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes > .tm-bg-layer {
    opacity: 0.90;
}

.tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes > .site-footer-bg-layer.tm-bg-layer {
    opacity: 0.80;
}
.tm-titlebar-wrapper.tm-bg.tm-bgimage-yes > .tm-bg-layer {
    opacity: 0;
}
.tm-titlebar-wrapper.tm-bg.tm-bgimage-yes.tm-bgcolor-custom > .tm-bg-layer {
    opacity: 1;
}
.tm-col-bg, .tm-bg {
    position: relative;
}
.tm-bg-layer, .tm-titlebar-wrapper .tm-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.tm-bgcolor-transparent > .tm-bg-layer, .tm-bgcolor-transparent {
    background-color: transparent !important;
}
.tm-titlebar .breadcrumb-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    padding-bottom: 35px;
	margin-bottom: 22px;
}
.tm-titlebar h1.entry-title {
    padding-top: 0;
}

/*** Top to bottom ***/
#totop {
    font-weight: 900;
    color: #fff;
    position: fixed;
    display: none;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 37px;
    text-align: center;
    padding-top: 0px;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#totop.top-visible {
    font-size: 23px;
    height: 43px;
    width: 43px;
    display: none !important;
}

/*** Footer left right spacing ***/
.themetechmount-topbar-wrapper.container-full {
    padding-left: 100px;
    padding-right: 100px;
}
.container-fullwide .site-content-inner.row, .footer .container-fullwide {
    padding-left: 15px;
    padding-right: 15px;
}
.themetechmount-item-thumbnail, .themetechmount-item-thumbnail-inner {
    display: block;
}
.tm-boxes-carousel-spacing-15 .themetechmount-boxes-inner {
    padding: 15px;
}
.tm-boxes-carousel-without-title .themetechmount-boxes-inner {
    padding-top: 80px;
}

/*** 

====================================================================
    Header Section
====================================================================

 ***/
.site header, .tm-header-block, .site-header, .site-header-main {
    position: relative;
}

/*** Logo Section ***/
.themetechmount-logo-img.standard {
    max-height: 100px;
    width: auto;
}

.site-branding {
    float: left;
}

.headerlogo img {
    max-height: 35px;
    width: auto;
}

.headerlogo img, .tm-stickylogo-yes .standardlogo, .is-sticky .tm-stickylogo-yes .stickylogo {
    display: inline-block;
}

.site-title a.home-link:hover, a.home-link:hover {
    text-decoration: none;
}

.site-title {
    font-size: 33px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    color: #fff;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

.site-title a {
    display: table-cell;
    vertical-align: middle;
}

.site-description {
    display: none;
}

/*Headerstyle-classic*/
.is_stuck .headerlogo .stickylogo, .headerlogo img, .tm-stickylogo-yes .standardlogo, .is_stuck .tm-stickylogo-yes .stickylogo {
    display: inline-block;
}

/*** Header cart and search icon font size ***/
#site-header-menu #site-navigation .tm-header-icon a, #site-header-menu #site-navigation .themetechmount-fbar-btn a {
    font-size: 16px;
}

.tm-header-style-infostack #site-header-menu .kw-phone .tm-header-icon a {
    font-size: 18px;
}

.tm-header-icons .tm-header-search-link a i:before {
    font-weight: 700;
}

.tm-header-icons .tm-header-wc-cart-link a, .tm-header-icons .tm-header-search-link a {
    position: relative;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 31px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #1a1d22;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.tm-header-style-classic .tm-header-icons .tm-header-wc-cart-link a, .tm-header-style-classic .tm-header-icons .tm-header-search-link a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding-left: 2px;
    font-size: 15px !important;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
	text-transform: capitalize;
}

.tm-header-style-classic .tm-header-icons .tm-header-wc-cart-link a {
    padding-left: 0px;
}

.tm-header-icons .tm-header-wc-cart-link span.number-cart {
    position: absolute;
    top: 7px;
    right: 9px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 15px;
    display: block;        
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.container-fullwide.tm-container-for-header .tm-header-icons .tm-header-wc-cart-link span.number-cart {
	top: 38px;
}

.tm-header-style-infostack .tm-header-icons .tm-header-wc-cart-link span.number-cart {
    bottom: 21px;
    left: 17px;
}

.themetechmount-fbar-btn.hidefbtn a {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.tm-header-icons .tm-header-wc-cart-link span.number-cart:after {
    content: '(';
    color: inherit;
    position: absolute;
    top: 0;
    left: -1px;
    bottom: auto;
}
.tm-header-icons .tm-header-wc-cart-link span.number-cart:before {
    content: ')';
    color: inherit;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: auto;
}

/*** Infostck header widget ***/
.tm-header-style-infostack .tm-top-info-con {
    position: relative;
    float: right;
    text-align: right;
    vertical-align: middle;
    display: table;
}
.tm-header-style-infostack .header-widget {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    padding-right: 0;
}

.tm-header-style-infostack .header-widget * {
    margin-bottom: 0;
}

.tm-header-style-infostack .header-widget .header-content, .tm-header-style-infostack .header-widget .header-icon {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: left;
}

.tm-header-style-infostack .tm-top-info-con .header-widget {
    padding: 0 35px;
}

.tm-header-style-infostack .tm-top-info-con .header-widget:last-child {
    padding-right: 0;
}

.tm-header-style-infostack .header-widget .header-content {
    padding-left: 12px;
}

.tm-header-style-infostack .tm-top-info-con .header-widget:last-child .header-widget-main {
    margin-right: 0px;
}

.tm-header-style-infostack .header-widget .header-icon i {
    font-size: 34px;
    line-height: 40px;
}

.tm-header-style-infostack .header-widget .header-icon i.fa {
    line-height: 50px;
}

.tm-header-style-infostack .header-widget .header-icon .icon {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.tm-header-style-infostack .header-widget h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.tm-header-style-infostack .header-widget h5 {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    color: inherit;
}

.tm-header-style-infostack .header-widget h3, .tm-header-style-infostack .header-widget h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.tm-header-style-infostack .tm-top-info-con  ul.social-icons {
    padding-left: 10px;
}

.tm-header-style-infostack .site-header-menu-inner.is_stuck .kw-phone {
    border-radius: 0px;
}

.tm-header-style-infostack #site-header-menu .container {
    position: relative;
    padding: 0;
}

.tm-header-style-infostack .site-header .tm-top-info-con .themetechmount-social-links-wrapper .social-icons li > a {
    color: #6c6c6c;
    border: 1px solid #ececec;
}

.tm-header-style-infostack .site-header.tm-bgcolor-darkgrey .tm-top-info-con .themetechmount-social-links-wrapper .social-icons li > a, .tm-header-style-infostack .site-header.tm-bgcolor-skincolor .tm-top-info-con  .themetechmount-social-links-wrapper .social-icons li > a {
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.tm-header-style-infostack .tm-top-info-con  .themetechmount-social-links-wrapper .social-icons li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 28px;
    font-size: 13px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.tm-header-style-infostack .kw-phone .tm-header-icons {
    float: left;
}

.header-info-widget div {
    padding-right: 30px;
}

.header-info-widget div:last-child {
    padding-right: 0px;
}

.tm-header-style-classic.tm-header-overlay .tm-header-contact-btn-wrapper {
    float: right;
    margin-left: 5px;
}

.tm-header-style-classic.tm-header-overlay .tm-header-contact-btn-wrapper a {
    background-color: var(--ttm-skincolor);
    padding: 15px 30px;
    color: var(--ttm-whitecolor);
}

.tm-header-style-classic.tm-header-overlay .tm-header-contact-btn-wrapper a, 
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a,
.elementor-element.elementor-widget-button .elementor-button,
.sidebar .widget.ttm-sidebar-bgbanner .ttm-sidebarbutton a span {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    transition: all 0.5s linear;
    margin: auto 0;
    top: auto;
    bottom: 0;
    z-index: 9;
}


.elementor-element.tm-btn-color-darkgrey.tm-btn-style-flat.elementor-widget-button .elementor-button:hover {
	background-color: transparent;
	color: #000;
	
}
.elementor-element.tm-btn-color-darkgrey.tm-btn-style-flat.elementor-widget-button .elementor-button:before {
	background-color: #fff;
}


.rev-btn:before {
    background-color: var(--ttm-whitecolor);
}

.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:before,
.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-info .tm-ptable-btn a:before {
    background-color: var(--ttm-secondarycolor);
}

.tm-btn-style-text .elementor-button-link.elementor-button:before {
    content: unset!important;
}

.tm-col-bgcolor-darkgrey .elementor-element.elementor-widget-button .elementor-button:before {
    background-color: var(--ttm-whitecolor);
}

.tm-header-style-classic.tm-header-overlay .tm-header-contact-btn-wrapper a:after {
    content: '\f232';
    font-family: 'fontawesome';
    font-size: 33px;
    line-height: 46px;
    left: 30px;
    position: absolute;
    top: 0px;
    color: var(--ttm-whitecolor);
    z-index: 9999;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.tm-header-style-classic.tm-header-overlay .tm-header-contact-btn-wrapper a:hover,
.tm-header-style-classic.tm-header-overlay .tm-header-contact-btn-wrapper a:hover:after  {
    color: var(--ttm-secondarycolor);
}

.tm-headerstyle-centerlogo-overlay span.tm-header-detail a:hover:after {
    background-position: 0% 50%;
}

.tm-header-style-classic.tm-header-overlay .tm-header-contact-btn-wrapper a {
    padding: 15px 30px 15px 70px!important;
    position: relative;
}

.tm-header-style-classic.tm-header-overlay .site-header.tm-sticky-bgcolor-darkgrey.is_stuck .tm-header-contact-btn-wrapper a:before {
    background-color: var(--ttm-whitecolor);
}

.tm-header-style-classic.tm-header-overlay .site-header.tm-sticky-bgcolor-darkgrey.is_stuck .tm-header-contact-btn-wrapper a:hover,
.tm-header-style-classic.tm-header-overlay .site-header.tm-sticky-bgcolor-darkgrey.is_stuck .tm-header-contact-btn-wrapper a:hover:after {
    color: var(--ttm-secondarycolor);
}


/*** 

====================================================================
    Topbar Section
====================================================================

 ***/
.themetechmount-topbar-wrapper {
    position: relative;
}

.themetechmount-sticky-footer .themetechmount-topbar-wrapper {
    z-index: 1;
}

.themetechmount-topbar-wrapper.tm-borderbottom-yes {
    border-bottom: 1px solid #e9e9e9;
}

.themetechmount-topbar-wrapper.tm-textcolor-white.tm-borderbottom-yes {
    border-color: rgba(255, 255, 255, 0.12);
}

.themetechmount-topbar-wrapper.tm-bgcolor-grey.tm-borderbottom-yes {
    border-color: #e8ecef;
}

.themetechmount-fbar-btn-link .tm-fbar-close-icon, .themetechmount-fbar-position-default .tm-float-overlay {
    display: none;
}

.tm-float-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
    z-index: 9997;
}

.tm-float-overlay.animated {
    visibility: visible;
    opacity: 0.9;
}

.tm-float-overlay.animated {
    cursor: url(../images/close.png), auto;
}

.themetechmount-fbar-btn {
    cursor: pointer;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: right;
}

.themetechmount-topbar-wrapper .themetechmount-fbar-btn {
    margin-top: 16px;
    font-size: 17px;
    margin-left: 35px;
    margin-right: 50px;
    position: absolute;
    right: 0;
    float: none;
    bottom: -20px;
    z-index: 99;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #333;
    text-align: center;
    line-height: 44px;
}

.site-header-main.container-fullwide .themetechmount-fbar-btn {
    padding-right: 20px;
}

.tm-header-invert .site-header-main.container-fullwide .themetechmount-fbar-btn {
    padding-left: 20px;
    padding-right: 0;
}

.themetechmount-fbar-btn.tm-fbar-btn-cposition-default {
    opacity: 1;
}

.themetechmount-fbar-btn.tm-fbar-btn-cposition-default.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0;
}

.tm-header-invert .themetechmount-fbar-btn {
    margin-left: 0px;
    float: left;
}

.themetechmount-fbar-box .widget ul > li {
    border: none;
}

.themetechmount-fbar-box ul.tm-pricelist-block li {
    display: block;
    flex-wrap: unset;
    padding: 15px 0px;
}

.themetechmount-fbar-box ul.tm-pricelist-block li span {
    width: unset;
    float: none;
}

.themetechmount-fbar-box-w.tm-textcolor-white ul.tm-pricelist-block li span {
    color: #fff;
}

.themetechmount-fbar-box ul.tm-pricelist-block li .service-price {
    float: right;
}

.themetechmount-fbar-position-default .themetechmount-fbar-box .widget ul > li {
    padding-top: 0px;
}

.themetechmount-fbar-position-default .widget_recent_comments li:before {
    top: 6px;
}

.themetechmount-fbar-btn.themetechmount-fbar-open {
    position: fixed;
}

.productbox .roadtip:after, .themetechmount-fbar-btn {
    border-top-color: #222;
}

/*** themetechmount floating bar  ***/
.themetechmount-fbar-box-w {
    -webkit-box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);
    box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);
}

.themetechmount-fbar-position-default .themetechmount-fbar-box {
    padding-top: 0px;
    padding-bottom: 60px;
}
.floatingbar-widgets-top-inner .widget_media_image {
    max-width: 185px;
}
.themetechmount-fbar-box h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;    
    color: #fff;
    position: absolute;
    bottom: 9px;
    left: 20px;
}
.themetechmount-fbar-box .tm-sale {
    padding-top: 65px;     
}
.themetechmount-fbar-box .tm-sale img {    
    border-radius: 140px 140px 0 0;
}
.tm-flotingbar-rightbox .tm-sale {
    padding-top: 65px;
}
.tm-flotingbar-rightbox .tm-ss {
    display: none;
}
.themetechmount-fbar-box h2 {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.themetechmount-fbar-box .tm-custom-heading {
    margin-bottom: 0;
}
.themetechmount-fbar-btn a {
    position: relative;
    display: block;
    background-color: transparent;
}
.themetechmount-fbar-btn.tm-fbar-icon-color-dark a i {
    color: #313131;
}
.themetechmount-fbar-box-w {
    position: relative;
}
.themetechmount-fbar-box-w:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: block;
}

.floatingbar-widgets-top-inner .widget_media_image {
    max-width: 185px;
}

.themetechmount-fbar-bg-darkgrey.themetechmount-fbar-box-w.tm-fbar-with-bgimage:after {
    background: rgba(0, 0, 0, 0.85);
}

.themetechmount-fbar-bg-grey.themetechmount-fbar-box-w.tm-fbar-with-bgimage:after {
    background: rgba(231, 231, 231, 0.85);
}

.themetechmount-fbar-bg-white.themetechmount-fbar-box-w.tm-fbar-with-bgimage:after {
    background: rgba(255, 255, 255, 0.85);
}

.themetechmount-fbar-bg-darkgrey.themetechmount-fbar-box-w:after {
    background: #282828;
}

.themetechmount-fbar-bg-grey.themetechmount-fbar-box-w:after {
    background: #f8f8f8;
}

.themetechmount-fbar-bg-white.themetechmount-fbar-box-w:after {
    background: #fff;
}

.themetechmount-fbar-box {
    position: relative;
    z-index: 10;
}

.themetechmount-fbar-position-default div.themetechmount-fbar-box-w {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1002;
    border-bottom: 4px solid #999;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.themetechmount-fbar-position-default div.themetechmount-fbar-box-w.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.themetechmount-fbar-position-default .fcloseicon {
    position: fixed;
    top: 17px;
    right: 24px;
    height: 30px;
    width: 30px;
    z-index: 100;
    display: block;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.themetechmount-fbar-position-default .fcloseicon:after {
    content: '\E82D';
    font-family: "tm-finopik-icons";
}

.themetechmount-fbar-position-default .widget {
    margin: 65px 0 0px;
}

.themetechmount-team-form-no-group .tm-wrap-cell {
    display: inline-block;
}

.themetechmount-team-form-no-group .tm-wrap-cell h2 {
    padding-right: 20px;
}

.themetechmount-fbar-text-white.themetechmount-fbar-bg-darkgrey.themetechmount-fbar-box-w .submit_field button {
    border-color: transparent;
    color: #fff;
}

.themetechmount-fbar-text-white.themetechmount-fbar-bg-darkgrey.themetechmount-fbar-box-w .submit_field button:hover {
    background-color: transparent;
}

.tm-fbar-close {
    position: fixed;
    top: 17px;
    right: 24px;
    height: 30px;
    width: 30px;
    z-index: 100;
    display: block;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
	color: var(--ttm-secondarycolor);
}
.tm-flotingbar-rightbox .themetechmount-social-links-wrapper {
    margin-left: -14px;
}

.themetechmount-fbar-position-right .themetechmount-fbar-box-w {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.themetechmount-fbar-position-right .themetechmount-fbar-box-w .tm-fbar-close {
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.themetechmount-fbar-position-right .themetechmount-fbar-box-w.animated .tm-fbar-close, .themetechmount-fbar-position-right .themetechmount-fbar-box-w.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.themetechmount-fbar-position-right .themetechmount-fbar-box .widget {
    float: none;
    width: auto;
}

.themetechmount-fbar-position-right .themetechmount-fbar-box .widget:first-child {
    margin-top: 25px;
}

.themetechmount-fbar-position-right .themetechmount-fbar-box-w {
    border: none;
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn {
    cursor: pointer;
    position: absolute;
    right: 80px;
    z-index: 1005;
    width: 58px;
    height: 58px;
    text-align: center;
    width: 0;
    height: 0;
    top: 72px;
}

.themetechmount-fbar-position-right .floatingbar-widgets-inner .widget-area {
    float: none;
    width: 100%;
}

.themetechmount-fbar-position-right .themetechmount-fbar-content-wrapper {
    width: 100%;
}

.themetechmount-fbar-position-default .themetechmount-fbar-content-wrapper, .themetechmount-fbar-position-right .themetechmount-fbar-content-wrapper {
    overflow: hidden;
    height: 100%;
    padding: 80px 50px 50px;
    padding-bottom: 10px;
    z-index: 80;
    position: relative;
}

.themetechmount-fbar-position-default .themetechmount-fbar-content-wrapper {
    height: 100%;
    padding: 0px;
}

/*** Flaotingbar color white ***/
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar table, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar th, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar td, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget ul > li {
    border-color: rgba(255, 255, 255, 0.21);
}

.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_tag_cloud .tagcloud a {
    background-color: rgba(255, 255, 255, 0.90);
    color: #2C2C2C;
}

.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_tag_cloud .tagcloud a:hover {
    color: #fff;
}

.themetechmount-fbar-box-w.themetechmount-fbar-text-white.themetechmount-fbar-bg-skincolor .widget a:hover, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar caption, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar table, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar th, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar td, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget ul > li, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_text {
    color: rgba(255, 255, 255, 0.80);
}

.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget a, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget .widget-title {
    color: rgba(255, 255, 255, 0.90);
}

.themetechmount-fbar-box-w.themetechmount-fbar-text-white.themetechmount-fbar-bg-skincolor .widget .widget-title {
    border-color: #fff;
}

.themetechmount-fbar-btn.tm-fbar-bg-color-darkgrey a:before {
    border-bottom-color: #202020;
}

.themetechmount-fbar-btn.tm-fbar-bg-color-darkgrey a {
    background-color: #202020;
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn.tm-fbar-bg-color-darkgrey a:after {
    border-top-color: #202020;
    border-bottom-color: #202020;
}

.themetechmount-fbar-btn.tm-fbar-bg-color-grey a {
    background-color: #E4E4E4;
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn.tm-fbar-bg-color-grey a:after {
    border-top-color: #E4E4E4;
    border-bottom-color: #E4E4E4;
}

.themetechmount-fbar-btn.tm-fbar-bg-color-white a {
    background-color: #fff;
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn.tm-fbar-bg-color-white a:after {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.themetechmount-fbar-position-default .themetechmount-fbar-btn.tm-fbar-bg-color-white a:after {
    border-left-color: #fff;
    border-right-color: #fff;
}

.themetechmount-fbar-position-default .themetechmount-fbar-btn.tm-fbar-bg-color-grey a:after {
    border-left-color: #E4E4E4;
    border-right-color: #E4E4E4;
}

.themetechmount-fbar-position-default .themetechmount-fbar-btn.tm-fbar-bg-color-darkgrey a:after {
    border-left-color: #202020;
    border-right-color: #202020;
}

/*** 

====================================================================
    Topbar Section
====================================================================

 ***/
.themetechmount-topbar-wrapper .social-icons li > a {
    border: none;
    width: 26px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.themetechmount-topbar-wrapper.tm-borderbottom-yes .social-icons li > a {
    width: 31px;
}

.themetechmount-topbar-wrapper .top-contact li a, .themetechmount-topbar-wrapper .social-icons li > a, .themetechmount-topbar-wrapper .tm-fbar-open-icon {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.tm-topbar-content .tm-wrap-cell div {
    display: inline-block;
}

.tm-topbar-content .tm-wrap-cell div.tm-center-text {
    display: block;
}

.site-header .themetechmount-topbar {
    position: relative;
    z-index: 10;
}

.table-row {
    display: table;
    width: 100%;
}

.tm-tb-right-content {
    text-align: right;
    display: inline-block;
    padding-left: 5px;
}

.tm-center-content .themetechmount-tb-left-content {
    width: 100%;
    display: block;
}

.themetechmount-topbar-inner {
    line-height: 48px;
}

.top-contact {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    line-height: 48px;
    vertical-align: top;
}
.top-contact.tm-highlight-left {
    margin-right: 15px;
    padding-right: 5px;
    color: rgba(255, 255, 255, 0.95);
}
.top-contact.tm-highlight-right {
    color: rgba(255, 255, 255, 0.95);
}

.top-contact.tm-highlight-right strong, .top-contact.tm-highlight-left strong {
    font-weight: 500;
}

.tm-header-style-infostack .themetechmount-social-links-wrapper, .tm-header-style-infostack .top-contact {
    line-height: 50px;
}

.top-contact i {
    margin-right: 7px;
    display: inline-block;
    width: 20px;
    height: 15px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 17px;
}
.tm-bgcolor-skincolor .top-contact i {
    color: rgba(255, 255, 255, 0.75);
}

.top-contact .kw_finopik {
    margin-top: -8px;
    vertical-align: middle;
}

.top-contact li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
}

.themetechmount-topbar-wrapper:not(.tm-borderbottom-yes) .tm-wrap-cell:not(.tm-align-right) .top-contact li:first-child {
    padding-left: 0px !important;
}

.top-contact li, .tm-topbar-content .tm-wrap-cell div {
    position: relative;
}

.tm-topbar-content .tm-wrap-cell div {
    padding-left: 15px;
    margin-left: 15px;
}

.tm-topbar-content .tm-wrap-cell div:first-child {
    margin-left: 0px;
}

.tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper:first-child, .tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
    padding-left: 0px;
}

.tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper:first-child {
    padding-left: 3px;
}

.tm-header-overlay .tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after, .tm-topbar-content .tm-wrap-cell .top-contact li:before {
    top: 15px;
    content: '';
    height: 18px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.41);
    z-index: 1;
    position: absolute;
}
.themetechmount-topbar-wrapper.tm-textcolor-white .top-contact .social-icons li a i {
	color: #fff;
}

.tm-header-overlay .tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after, .tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell div:before, .tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell .top-contact li:before {
    height: 100%;
    top: 0;
}

.tm-wrap-cell:not(.tm-align-right) .top-contact li:first-child, .tm-topbar-content .tm-wrap-cell .top-contact li {
    padding-left: 16px;
    padding-right: 16px;
}

.tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after {
    right: 0;
}

.tm-topbar-content .tm-wrap-cell .top-contact li:last-child {
    padding-right: 5px;
}

.tm-header-overlay .tm-topbar-content .tm-wrap-cell .top-contact li:last-child {
    padding-right: 15px;
}

.tm-topbar-content .tm-wrap-cell .top-contact li:before {
    left: 0;
}
.tm-topbar-content .tm-wrap-cell .top-contact .social-icons li:before {
	display: none; 
}

.themetechmount-boxed .tm-topbar-content .tm-wrap-cell div:first-child:before, .themetechmount-topbar-wrapper:not(.tm-borderbottom-yes) .tm-topbar-content .tm-wrap-cell .top-contact li:first-child:before {
    content: unset;
}

.themetechmount-boxed .tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper:first-child, .themetechmount-boxed .tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
    padding-left: 0px;
}

.tm-header-style-infostack .tm-align-right>div:last-child .social-icons {
    padding-right: 11px;
}

.themetechmount-topbar-wrapper .social-icons li:before, .top-contact li:last-child:after {
    right: 0px;
}
.tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
    padding-left: 15px;
}
.tm-topbar-content .tm-wrap-cell .top-contact li.tm-mail {
    padding-right: 30px;
}
.top-contact.tm-highlight-right:after, .top-contact.tm-highlight-left:after {
    content: "";
    width: 5000px;
    height: 100%;
    background-color: #0f1623;
    right: 0;
    top: 0px;
    position: absolute;
    z-index: 0;
}
.top-contact.tm-highlight-right i, .top-contact.tm-highlight-left i {
    color: #fff !important;
}
.top-contact.tm-highlight-right li:first-child:before, .top-contact.tm-highlight-right li:after, .top-contact.tm-highlight-left li:first-child:before, .top-contact.tm-highlight-left li:after {
    display: none
}
.themetechmount-topbar-wrapper.tm-bgcolor-skincolor .social-icons li > a:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 1);
}
.themetechmount-topbar-wrapper.tm-bgcolor-skincolor.tm-textcolor-white a:hover {
    color: rgba(255, 255, 255, 0.80);
}
.tm-bgcolor-skincolor.tm-textcolor-white a:hover {
    color: rgb(54, 48, 46);
}
.themetechmount-topbar-wrapper .social-icons li {
    position: relative;
    min-width: auto;
    padding: 0px !important;
    margin: 0px;
    float: left;
    text-align: center;
}
.tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
    display: inline-block;
    vertical-align: top;
}

.tm-bgcolor-skincolor .tm-topbar-content .social-icons li > a:hover {
    color: #fff;
    border-color: transparent;
}

.themetechmount-topbar-wrapper.tm-borderbottom-yes .social-icons li:before {
    top: 12px;
    content: '';
    height: 23px;
    width: 1px;
    background-color: #e9ecef;
    z-index: 1;
    position: absolute;
}

.themetechmount-topbar-wrapper.tm-borderbottom-yes .social-icons li:last-child:before {
    content: unset;
}

/*** 

====================================================================
    Titlebar Section
====================================================================

 ***/
.tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
    padding: 0px;
    display: table;
    width: 100%;
}

.tm-titlebar-main {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.tm-titlebar-wrapper {
    position: relative;
    z-index: 1;
}

.tm-titlebar-wrapper.entry-header {
    margin-bottom: 0px;
}

.tm-titlebar-align-right .tm-titlebar-main {
    text-align: right;
}

.tm-titlebar-align-left .tm-titlebar-main {
    text-align: left;
}

.tm-titlebar-wrapper .entry-header {
    margin-bottom: 0px;
    position: relative;
}

.themetechmount-titlebar-main {
    text-align: center;
}

.tm-titlebar-wrapper .entry-title-wrapper a {
    color: rgba(255, 255, 255, 0.90);
    font-weight: bold;
}

.tm-titlebar-wrapper .entry-title-wrapper a:hover {
    color: #fff;
}

.tm-titlebar-main .breadcrumb-wrapper span:last-child {
    padding-right: 0px;
}

.tm-titlebar-wrapper .entry-title .tm-subtitle {
    font-size: 17px;
    opacity: 0.8;
    font-weight: 300;
}

.tm-titlebar-wrapper .breadcrumb-wrapper a {
    color: #888;
    -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;
    transition: all 0.3s ease 0s;
}

.tm-bread-sep {
    position: relative;
    top: 0px;
}

.tm-titlebar-wrapper .breadcrumb-wrapper a:hover {
    text-decoration: none;
}

.themetechmount-titlebar-main .breadcrumb-wrapper {
    color: #999999;
    vertical-align: middle;
}

.breadcrumb-wrapper .tm-pf-navbar-wrapper i {
    font-size: 24px;
    opacity: 0.8;
    transition: all 0.2s ease;
}

.breadcrumb-wrapper .tm-pf-navbar-wrapper a {
    margin: 2px;
    display: inline-block;
}

.breadcrumb-wrapper .tm-pf-navbar-wrapper a, .breadcrumb-wrapper .tm-pf-navbar-wrapper .tm-dim {
    margin: 5px;
    display: inline-block;
}

.tm-titlebar-wrapper {
    background-size: 100%;
    background-position: 50% 0px;
    background-repeat: repeat repeat;
}

.themetechmount-titlebar-main .entry-title {
    line-height: 27px;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 28px;
}

.tm-titlebar-align-right .tm-titlebar-main-inner, .tm-titlebar-align-left .tm-titlebar-main-inner {
    display: table;
    width: 100%;
}

.tm-titlebar-align-right .entry-title-wrapper, .tm-titlebar-align-left .entry-title-wrapper, .tm-titlebar-align-right .breadcrumb-wrapper, .tm-titlebar-align-left .breadcrumb-wrapper {
    display: table-cell;
}

.tm-titlebar-align-left .breadcrumb-wrapper {
    text-align: right;
    vertical-align: middle;
}

.tm-titlebar-align-right .breadcrumb-wrapper {
    text-align: left;
    vertical-align: middle;
}

.tm-titlebar-wrapper .breadcrumb-wrapper {
    font-size: 13px;
    color: #999999;
}

.tm-titlebar-align-allleft .tm-titlebar-main {
    text-align: left;
}

.tm-titlebar-align-allright .tm-titlebar-main {
    text-align: right;
}

.entry-title-wrapper .entry-title {
    margin: 0px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    word-break: break-word;
}

.entry-title-wrapper.tm-bgcolor-skincolor .entry-title:before {
    background-color: #fff;
}

.tm-titlebar-align-left .breadcrumb-wrapper>.container {
    padding-right: 0px;
}

.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper {
    position: absolute;
}

.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper {
    bottom: 0;
    text-align: left;
}

.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-titlebar-align-allright .breadcrumb-wrapper {
    right: 0;
}

/*** Titlebar Textcolor White ***/
.tm-textcolor-white .tm-bread-sep, .tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a {
    color: #fff !important;
}

.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper, .tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a:hover {
    color: rgba(255, 255, 255, 1);
}

.tm-textcolor-white .tm-titlebar-main .entry-title, .tm-textcolor-white .tm-titlebar-main .entry-subtitle {
    color: #fff;
}

span.post.post-page.current-item {
    font-weight: 500;
}

/*** Titlebar Textcolor Dark ***/
.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper a {
    color: rgba(0, 0, 0, 0.60);
}

.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper, .tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper a:hover {
    color: rgba(0, 0, 0, 0.8);
}

.tm-textcolor-dark .tm-titlebar-main .entry-title, .tm-textcolor-dark .tm-titlebar-main .entry-subtitle {
   color: var(--ttm-secondarycolor);
}

.themetechmount-titlebar-main .breadcrumb-wrapper a {
    color: #999999;
}

/*** Custom link color ***/
.tm-titlebar-textcolor-custom .tm-titlebar .breadcrumb-wrapper a {
    opacity: 0.8;
}

.tm-titlebar-textcolor-custom .tm-titlebar .breadcrumb-wrapper a:hover {
    opacity: 1;
}

.tm-titlebar-wrapper.tm-bgimage-no .tm-titlebar-wrapper-bg-layer {
    opacity: 1;
}

.tm-titlebar-main h3.tm-subtitle {
    opacity: 0.8;
}

.tm-titlebar-wrapper.tm-breadcrumb-on-bottom  .tm-titlebar-main > .container {
    padding: 0;
    vertical-align: middle;
    display: table;
    height: 100%;
}

.tm-titlebar-wrapper.tm-breadcrumb-on-bottom  .tm-titlebar-main > .container .tm-titlebar-main-inner {
    vertical-align: middle;
    display: table-cell;
}

.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom) .tm-titlebar-main .breadcrumb-wrapper .container, .tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom) .tm-titlebar-main .entry-title-wrapper .container {
    width: auto;
    padding: 0;
}

.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom) .tm-titlebar-main .entry-title-wrapper .container {
    padding-left: 0px;
}

.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom).tm-titlebar-align-allleft .breadcrumb-wrapper .container, .tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom).tm-titlebar-align-allright .breadcrumb-wrapper .container {
    padding-top: 7px;
}

/*** Without Titlebar border ***/
hr.tm-titlebar-border {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    background-color: transparent;
}

.tm-titlebar-wrapper.tm-breadcrumb-on-bottom {
    position: relative;
    z-index: 1;
}

.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container {
    padding: 14px 15px;
    display: inline-block;
    border-radius: 0px;
    margin-left: 15px;
    width: auto;
}

.tm-bgcolor-skincolor.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container {
    background-color: #3d3d3d;
}

.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper a, .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container {
    color: #fff;
}

/*** 

====================================================================
    Footer Section
====================================================================

 ***/
.themetechmount-wide.themetechmount-sticky-footer .site-content-wrapper {
    z-index: 1;
}
.tm-bordertype-none .bottom-footer-inner {
    border: none !important;
}
ul.footer-nav-menu li:last-child:after {
    content: "";
}
.footer-nav-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 14px;
    font-size: 16px;
    padding-bottom: 0px;
}
.footer-nav-menu li:first-child {
    padding-left: 0px;
}
.bottom-footer-inner, .second-footer-inner {
    position: relative;
}
.tm-footer2-left, .tm-footer2-right, .tm-footer2-center {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 14px;
}
.tm-footer2-right {
    text-align: right;
}
.col-sm-12.tm-footer2-left, .col-sm-12.tm-footer2-right {
    line-height: 25px;
    text-align: center;
}
.site-footer .col-sm-6.first-widget-area {
    position: relative;
    overflow: hidden;
}
.bottom-footer-text.tm-textcolor-white .footer-nav-menu, .bottom-footer-text.tm-textcolor-white .tm-footer2-left .footer-nav-menu a:not(:hover), .bottom-footer-text.tm-textcolor-white .tm-footer2-right .footer-nav-menu a:not(:hover) {
    color: rgba(255, 255, 255, 1);
}
.site-footer .bottom-footer-text.tm-bordercolor-dark {
    border-color: 1px solid rgba(0, 0, 0, 0.07);
}
.site-footer .tm-container-for-footer .bottom-footer-inner.tm-withcenter-text .tm-footer2-left {
    text-align: left;
}
.site-footer .tm-container-for-footer .bottom-footer-inner.tm-withcenter-text .tm-footer2-right {
    text-align: right;
}
.site-footer .tm-container-for-footer .bottom-footer-inner.tm-withcenter-text .tm-footer2-center {
    text-align: center;
}
.site-footer .bottom-footer-text.tm-textcolor-bodyfontscolor, 
.site-footer .bottom-footer-text.tm-textcolor-bodyfontscolor a:not(:hover) {
    color: rgba(255, 255 ,255, 0.52);
}

/* White background */
.tm-textcolor-dark .col-sm-6.first-widget-area:after {
    background-color: rgba(0, 0, 0, 0.10);
}

.footer-nav-menu li:last-child {
    padding-right: 0;
}

/*** Social ***/
.footer .social-icons li:first-child, .footer .bottom-footer-text .bottom-footer-inner .social-icons li:first-child {
    margin-left: 0px;
}

body .datepicker.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
    border: 1px solid #eee;
    font-size: 14px;
    z-index: 14 !important;
}

body .datepicker .datepicker-days table tr td {
    color: #999;
    padding: 8px;
    width: 34px;
    height: 34px !important;
    border-top: 0;
}

body .datepicker table tr td span.active.active, body .datepicker table tr td.active.active {
    background: transparent;
    color: #999;
    text-shadow: none;
}

body .datepicker table tr td span.active.active, body .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td span.active.active:hover, body .datepicker .datepicker-days table tr td:hover {
    color: var(--ttm-whitecolor);
}

/*** 

====================================================================
    Common Widget Section
====================================================================

 ***/
.widget.finopik_category_list_widget .widget-title {
    display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a, .widget.tm_widget_nav_menu li a, .widget.finopik_all_post_list_widget li a, .widget.finopik_category_list_widget li a {
    display: block;
    padding: 13px 15px 13px 15px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 6%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.06);
    box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 6%);
}

.woocommerce-account .woocommerce-MyAccount-navigation li, .widget.tm_widget_nav_menu li, .widget.finopik_all_post_list_widget li, .widget.finopik_category_list_widget li {
    padding-bottom: 10px;
}

.widget.finopik_all_post_list_widget li a:hover, .widget.finopik_category_list_widget li a:hover, .widget.finopik_all_post_list_widget li.tm-post-active a, .widget.finopik_category_list_widget li.current-cat a {
    color: #fff;
}

.widget.finopik_all_post_list_widget li:last-child a.
.widget.finopik_category_list_widget li:last-child a {
    border-bottom: none;
}

.widget ul, .widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget, .wpb_row .wpb_widgetised_column .widget {
    word-wrap: break-word;
}

.site-footer .first-footer .tm-container-for-footer > div > .row .widget-area .widget {
    margin: 0px;
}

.site-footer .tm-borderstyle-fullwide .bottom-footer-text.tm-bordercolor-dark,
.site-footer .tm-borderstyle-fullwide .bottom-footer-text.tm-bordercolor-white {
    border-top: 1px solid rgba(255, 255, 255 , 0.20);
}
.tm-borderstyle-wide .tm-footerrow-sepwhite .first-footer-inner,
.tm-borderstyle-wide .tm-footerrow-sepwhite .second-footer-inner {
    border-bottom: 1px solid rgba(255, 255, 255 , 0.20);
}
.site-footer .tm-borderstyle-wide .bottom-footer-text.tm-bordercolor-dark .bottom-footer-inner,
.site-footer .tm-borderstyle-wide .bottom-footer-text.tm-bordercolor-dark {
    border-color:rgba(0, 0, 0, 0.07);
}

.footer .first-footer .widget {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer.tm-bgcolor-skincolor .tm-container-for-footer > div > .row .widget-area, .footer.tm-bgcolor-skincolor .footer-rows .footer-rows-inner div:nth-child(2).second-footer .second-footer-bg-layer, .footer.tm-bgcolor-darkgrey .tm-container-for-footer > div > .row .widget-area, .footer.tm-bgcolor-darkgrey .footer-rows .footer-rows-inner div:nth-child(2).second-footer .second-footer-bg-layer {
    border-color: rgba(255, 255, 255, 0.05);
}

.footer.tm-bgcolor-white .tm-container-for-footer > div > .row .widget-area, .footer.tm-bgcolor-white .footer-rows .footer-rows-inner div:nth-child(2).second-footer .second-footer-bg-layer {
    border-color: rgba(0, 0, 0, 0.14);
}

.footer .widget {
    margin: 40px 0 50px;
}

.footer .widget.themetechmount_widget_recent_entries .tm-recent-post-list {
    text-align: left;
}

.widget ul > li {
    padding: 11px 0px 15px 0;
}

.widget .widget-title {
    margin-bottom: 18px;
    position: relative;
}

.second-footer .container.tm-container-for-footer .row > .widget-area:first-child .custom-heading {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.widget .widget-title {
    margin-bottom: 20px;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_logo img {
    max-height: 65px;
}

.footer .widget .widget-title {
    margin-bottom: 18px;
}

.footer .widget ul > li {
    padding: 0px 0px 10px 0;
}

.footer .widget ul.tm-recent-post-list > li {
    padding: 0px 0px 18px 0;
}

.first-footer.tm-widgetsep-yes .widget-area {
    border-right: 1px solid  rgba(0, 0, 0, 0.15);
}

.first-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area {
    border-color: rgba(255, 255, 255, 0.04);
}

.first-footer.tm-widgetsep-yes .widget-area:last-child {
    border-right: 0;
}

.site-footer .tm-ctabox-row .mailchimp-inputbox p {
    margin-bottom: 0px;
}

.footer .footer-rows .first-footer .first-footer-inner {
    padding: 40px 0 15px;
}

/*** Seprator sidebar widget ***/
.sidebar .widget ul:not(.slides):not(.cart_list):not(.finopik_contact_widget_wrapper):not(.finopik_category_list_widget):not(.tm-all-post-list) > li {        
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.finopik_contact_widget_wrapper):not(.finopik_category_list_widget):not(.tm-all-post-list) > li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: unset;
}

.sidebar .widget ul.slick-dots > li {
    border-bottom: 1px solid #eee !important;
}

.sidebar .widget.themetechmount_widget_recent_entries ul li {
    padding: 12px 0 9px;
    border-top: none;
}
.sidebar .widget.themetechmount_widget_recent_entries ul li:first-child {
	padding-top: 0;
}
.sidebar .widget.themetechmount_widget_recent_entries ul li:last-child {
	padding-bottom: 0;
}
/*** Additional Widget background ***/
.tm-bg-footer-box .footer-logo-box img {
    margin-bottom: 20px;
}
ul.finopik_contact_widget_wrapper.call-email-footer {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px;
}
ul.finopik_contact_widget_wrapper.call-email-footer li:before {
    position: relative;
    left: -6px;
    top: 0px;
}

/*** Flicker Widget ***/
.finopik_flicker_widget_wrapper a {
    overflow: hidden;
    display: block;
    margin: 0 7px 0px 0px;
    width: 75px;
    height: 75px;
    display: inline-block;
    background: none;
}

/*** Contact Info Widget ***/
ul.finopik_contact_widget_wrapper {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.finopik_contact_widget_wrapper li {
    padding-left: 40px;
    position: relative;
    padding-bottom: 15px;
    line-height: 25px;
}

.widget ul.finopik_contact_widget_wrapper li {
    position: relative;
    line-height: 23px;
    font-size: inherit;
    padding: 10px 0px 10px 0;
    padding-left: 32px;
}

.tm-textcolor-white .widget ul.finopik_contact_widget_wrapper li {
    border-color: rgba(255, 255, 255, 0.04);
}

.widget ul.finopik_contact_widget_wrapper li:first-child {
    padding-top: 0px;
}

.footer ul.finopik_contact_widget_wrapper li:last-child {
    border: none;
}

ul.finopik_contact_widget_wrapper li:before {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 18px;
    font-weight: 400;
}

.tm-col-bgcolor-skincolor ul.finopik_contact_widget_wrapper li:before, .tm-bgcolor-skincolor ul.finopik_contact_widget_wrapper li:before {
    color: #fff;
}

.widget ul.finopik_contact_widget_wrapper li:before {
    top: 13px;
}

.widget ul.finopik_contact_widget_wrapper li:first-child:before {
    top: 4px;
}

.sidebar .widget ul.finopik_contact_widget_wrapper li:first-child {
    padding-top: 0;
}

.sidebar .widget ul.finopik_contact_widget_wrapper li:first-child:before {
    top: 6px;
}

.sidebar .widget ul.finopik_contact_widget_wrapper li {
    padding: 9px 0px 9px 0;
    padding-left: 37px;
    border: none;
}

.sidebar ul.finopik_contact_widget_wrapper li:before {
    top: 11px;
}

/*** Recent Post Widget ***/
ul.tm-recent-post-list {
    list-style: none;
    padding: 0;
}

ul.tm-recent-post-list > li img {
    display: block;
    width: 70px;
    float: left;
    margin-right: 18px;
    padding-top: 3px;
}

.sidebar ul.tm-recent-post-list > li img {
    width: 80px;
    height: 80px;
}

ul.tm-recent-post-list > li {
    padding: 0px 0px 20px 0;
}

ul.tm-recent-post-list > li > a {
    line-height: 25px;
    display: block;
}

ul.tm-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

ul.tm-recent-post-list > li .post-date {
    display: block;
    font-size: 13px;
    padding-bottom: 2px;
}

.main-holder .widget.themetechmount_widget_recent_entries ul li:first-child, ul.tm-recent-post-list > li:first-child {
    border-top: 0px;
    padding-top: 0px;
}

ul.tm-recent-post-list > li .post-date i {
    margin-right: 6px;
    display: none; 
}
ul.tm-recent-post-list>li .tm-entry-meta .tm-meta-line a {
    font-size: 16px !important;
    line-height: 26px !important;
    font-family: 'Satoshi';
    font-weight: 500;
}
.tm-author-widget {
    text-align: center;
}
.author-widget_img img {
    border-radius: 50%;
}
h4.author-name {
    font-size: 26px;
    line-height: 36px;
    margin-top: 20px;
}

/*** Common Widget Arrow ***/
.footer .widget_recent_comments li.recentcomments:before, .footer .widget_recent_entries a:before, .footer .widget_meta a:before, .footer .widget_categories a:before, .footer .widget_archive li a:before, .footer .widget_pages li a:before, .footer .widget_product_categories a:before {
    font-family: "tm-finopik-icons";
    content: "\e818";
    position: absolute;
    top: 6px;
    left: 0;
    line-height: 1em;
    font-size: 14px;
    opacity: 1;
    background-color: transparent;
    height: 0;
    width: 0;
    color: inherit;
    transform: none;
}

.widget_recent_comments li.recentcomments, .widget_recent_entries a, .widget_meta a, .widget_categories a, .widget_product_categories a, .widget_archive li a, .widget_pages li a, .widget.widget_nav_menu li a {
    display: inline-block;
    position: relative;
}


.footer .tm-textcolor-white hr {
    border-color: rgba(255, 255, 255, 0.03);
}

.footer .widget.widget_nav_menu ul > li:last-child {
    border-bottom: none;
}

.widget_recent_comments ul li.recentcomments:before {
    top: 12px;
}

.widget_recent_comments ul li.recentcomments:first-child:before {
    top: 0px;
}

/*** Widget Menu ***/
.widget .menu-main-menu-container {
    float: none;
}

.widget ul > li ul {
    margin-left: 15px;
    margin-top: 15px;
}

.widget_categories.widget ul>li ul, .widget_nav_menu.widget ul>li ul, .widget_pages.widget ul>li ul {
    margin-top: 10px;
}

/*** Flex gallery ***/
.flexslider {
    border: none;
    background: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
    margin-top: -25px;
}

.sidebar .wpb_gallery  .flex-direction-nav {
    display: none;
}

.sidebar .wpb_gallery.wpb_content_element {
    margin-bottom: 0px;
}

.tm-slick-carousel-wrapper img {
    max-width: 100%;
}

/*** Calendar Widget ***/
.widget_calendar table td#today {
    font-weight: bold;
}

.widget_calendar table {
    border-collapse: separate;
    border-color: #efefef;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
    background-color: #fff;
}

.widget_calendar table th, .widget_calendar table td {
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    padding: 8px;
    text-align: center;
}

.widget_calendar caption {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: inherit;
}

.widget_calendar tbody a {
    display: block;
    font-weight: 700;
}

.tm-textcolor-dark .widget_calendar table {
    border-color: rgba(0, 0, 0, 0.07);
}

.tm-textcolor-dark .widget_calendar table th, .tm-textcolor-dark .widget_calendar table td {
    border-bottom-color: rgba(0, 0, 0, 0.07);
    border-right-color: rgba(0, 0, 0, 0.07);
}

/*** 

====================================================================
    Menu Section
====================================================================

 ***/
.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap {
    background: none;
}

#site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item .calendar_wrap a {
    padding: 0px;
    text-align: left;
    border-bottom: 0px;
}

#site-header-menu #site-navigation div.nav-menu > ul {
    margin: 0px;
    padding: 0px;
}

#site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-sub-menu a, #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal ul.mega-sub-menu li.mega-menu-item a:focus {
    background: none;
}

.righticon, #site-header-menu #site-navigation .mega-menu-toggle:after {
    display: none;
}

.header-controls .search_box a > .ti-close, .header-controls .search_box a > .ti-search, .header-controls .ti-bag {
    height: 33px;
    width: 33px;
    line-height: 33px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 15px;
}

/*** Special Section ***/
.tm-shadow-box {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
    -moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
    box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
}

/**** 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;
    border-radius: 0px!important;    
    font-size: var(--button_fontsize);
}
.tm-btn-style-text span.elementor-button-text {
    border-bottom: 1px solid;
}
.tm-btn-style-text.tm-btn-color-white .elementor-button-link.elementor-button {
    border-bottom-color: rgba(255 255 255 / 0.5);
}

.tm-btn-style-text.tm-btn-color-white .elementor-button-link.elementor-button:hover ,
.tm-btn-style-text.tm-btn-color-darkgrey .elementor-button-link.elementor-button:hover {
  border-bottom-color: var(--ttm-skincolor);
}
.tm-btn-style-flat.tm-btn-color-white .elementor-button {
    background-color: var(--ttm-whitecolor);
}

.tm-btn-style-flat.tm-btn-color-grey .elementor-button:hover, .tm-btn-style-flat.tm-btn-color-white .elementor-button:hover {
    color: #fff;
}
.tm-btn-shape-square.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 0px;
    padding: 13px 30px;
}
.tm-btn-shape-rounded.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 10px;
}
.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(--ttm-whitecolor) !important;
    color: var(--ttm-whitecolor);
}
.tm-btn-style-outline.tm-btn-color-white .elementor-button:hover {
    background-color: var(--ttm-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: #fff;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon {
    color: #fff;
}
.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;
}

/*** 

====================================================================
    Blogbox Section
====================================================================

 ***/
.single #tribe-events .tribe-events-content p, .single article.post .entry-content p {
    margin-bottom: 10px;
}

article.post .entry-content blockquote {
    line-height: 30px;
}

.tm-featured-wrapper .tm-slick-carousel-wrapper .tm-slick-carousel > div:not(:first-child) {
    display: none;
}

.themetechmount-box-blog .themetechmount-box-content.col-md-7 {
    padding: 25px 35px 25px;
    flex-shrink: 0;
}

.themetechmount-box-blog .themetechmount-box-content.col-md-7 .themetechmount-box-content-inner {
    padding-bottom: 20px;
}

.themetechmount-blogbox-format-link.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer, .themetechmount-blogbox-format-quote.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer, .themetechmount-blogbox-format-link.themetechmount-box-blog .themetechmount-box-content, .themetechmount-blogbox-format-quote.themetechmount-box-blog .themetechmount-box-content {
    display: none;
}

.themetechmount-blog-box-view-left-image .themetechmount-box-content .tm-post-categories {
    padding-bottom: 10px;
    padding-top: 10px;
}

.themetechmount-blog-box-view-left-image .themetechmount-box-content .tm-post-categories>.tm-meta-line.cat-links a {
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    margin-right: 1px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px;
}

.tm-post-featured-outer-wrapper, .themetechmount-box-blog, article.post, .themetechmount-post-item-thumbnail, .tm-featured-wrapper {
    position: relative;
}
.tm-entry-meta-wrapper {
	margin: 0px 0px 5px 0px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
}

.tm-entry-meta .tm-meta-line i, 
.tm-right-meta .tm-social-share-wrapper.tm-social-share-post-wrapper, 
.tm-entry-meta .tm-meta-line a, .tm-post-cat .tm-meta-line a {
    color: inherit;
}

.tm-entry-meta .tm-meta-line i.fa-tag, .tm-entry-meta .tm-meta-line i.fa-calendar, .tm-entry-meta .tm-meta-line i.fa-user {
    padding-right: 4px;
}

/*** Blog box meta border for skincolor and darkcolor ***/
.tm-bgcolor-skincolor .themetechmount-blogbox-footer-readmore, .tm-bgcolor-darkgrey .themetechmount-blogbox-footer-readmore, .tm-bgcolor-skincolor .themetechmount-box-blog .tm-entry-meta-wrapper, .tm-bgcolor-darkgrey .themetechmount-box-blog .tm-entry-meta-wrapper {
    border-color: rgba(255, 255, 255, 0.15);
}

.tm-bgcolor-grey .tm-entry-meta-wrapper {
    border-color: rgba(0, 0, 0, 0.16);
}

.themetechmount-blogbox-format-link .themetechmount-box-meta {
    margin-top: 0px;
}

.themetechmount-blogbox-footer-readmore {
    padding-top: 9px;
    padding-bottom: 5px;
    margin-top: 6px;
    margin-top: 6px;
}

/*** Top Image bottom content ***/
.themetechmount-boxes-blog.themetechmount-boxes-view-carousel div.slick-list {
    padding-top: 0px;
    padding-bottom: 10px;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-carousel .themetechmount-boxes-blog-inner .row.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}

article.themetechmount-box-blog-classic .tm-blog-classic-box-content img.alignleft, article.themetechmount-box-blog-classic .tm-blog-classic-box-content img.alignright {
    margin-bottom: 20px;
}

article.themetechmount-box-blog-classic .tm-blog-classic-box-content img.alignright:last-child {
    margin-bottom: 0px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {    
    box-shadow: inset 0 0 0 1px #fff,0 0 0 2px #000 !important;    
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: none !important;
}
.tm-blog-classic-box-content img.alignleft {
    margin: 0.375em 1em 1em 0;
}

article.themetechmount-box-blog-classic.sticky  .entry-header:after {
    content: none;
}

article.themetechmount-box-blog-classic.tm-no-featured-content .tm-post-featured-outer-wrapper .tm-postcategory {
    display: none;
}

.themetechmount-box-blog-classic .entry-header .tm-meta-line, .themetechmount-box-blog-classic .entry-header .tm-meta-line a {
    color: inherit;
}

article.themetechmount-box-blog-classic.tm-no-featured-content .tm-box-post-date {
    display: none;
}

article.themetechmount-box-blog-classic.themetechmount-blogbox-format-audio .tm-blog-classic-box-content {
    padding-bottom: 30px;
}

.single-post article.themetechmount-box-blog-classic.tm-no-featured-content .tm-blog-classic-box-content {
    padding-top: 0px;
}

.themetechmount-box-blog .themetechmount-blogbox-desc-footer {
    padding-top: 22px;
    padding-bottom: 6px;
}

.themetechmount-box-blog .themetechmount-blogbox-desc-footer a {
    position: relative;
}

.post.themetechmount-box-blog-classic .tm-box-post-icon, .themetechmount-box-blog .tm-box-post-date {
    height: 60px;
    width: 60px;
    padding-bottom: 12px;
    z-index: 1;
    color: #fff;
    text-align: center;
    background-color: #9aca40;
    position: absolute;
    top: -20px;
    right: 20px;
    font-weight: 600;
    font-size: 26px;
    line-height: 15px;
    padding-top: 13px;
}

.themetechmount-box-blog .tm-box-post-icon {
    bottom: -30px;
    left: 20px;
    top: auto;
}

.post.themetechmount-box-blog-classic .tm-box-post-date {
    height: 60px;
    width: 60px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    left: 30px;
    font-weight: 800;
    font-size: 18px;
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 1;
    color: #000;
    text-align: center;
    border-bottom: 3px solid #cda274;
    transition: all 500ms ease 300ms;
}

.themetechmount-box-blog .tm-box-post-date span, .post.themetechmount-box-blog-classic .tm-box-post-date span {
    font-weight: 400;
    display: block;
    font-size: 15px;
    padding-top: 4px;
}

article.themetechmount-box-blog-classic .tm-post-entry-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 21px;
}

.themetechmount-box-blog .tm-post-entry-header {
    min-height: 52px;
}

.themetechmount-box-blog .themetechmount-box-desc-text, .themetechmount-box-blog .themetechmount-box-desc {
    padding-top: 9px;
}

.themetechmount-box-blog .tm-post-entry-header, article.themetechmount-box-blog-classic .tm-post-entry-header {
    position: relative;
}

.themetechmount-box-blog .entry-header:not(.tm-titlebar) .entry-title {
    margin-bottom: 4px;
}

.tm-meta-line.byline img {
    display: none;
}

.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line.byline img {
    display: inline-block;
}

/*** Blog box meta details ***/
.themetechmount-box-blog .themetechmount-meta-details .themetechmount-blogbox-meta-row-date:after {
    position: absolute;
    right: 11px;
    top: -3px;
    width: 0;
    height: 0;
    content: " / ";
    font-size: 15px;
}

.themetechmount-meta-details, .themetechmount-meta-details a, .themetechmount-meta-details i {
    font-size: 14px;
    color: #656565;
}

.themetechmount-meta-details i {
    padding-right: 3px;
}

.themetechmount-meta-details a:hover {
    text-decoration: none;
}

/* End No image view*/
.tm-entry-meta-wrapper .tm-social-share-wrapper {
    padding-bottom: 0px;
}

.tm-entry-meta-wrapper  .tm-social-share-links ul li {
    padding-right: 10px;
    padding-top: 0;
}

.tm-entry-meta-wrapper .tm-social-share-links ul {
    padding-right: 0px;
}
.tm-entry-meta .tm-meta-line {
    padding-right: 27px;
    position: relative;
}
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line:last-child {
    padding-right: 0px;
}
.themetechmount-box-view-top-image .tm-entry-meta .tm-meta-line a, .themetechmount-box-view-top-image .tm-post-cat .tm-meta-line a {
    color: #494949;
    font-size: 15px;
}
article.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line i ,
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line i {
    display: none;
}
article.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line.cat-links,
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line.cat-links {
    padding-right: 10px;
}
article.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line.cat-links a ,
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line.cat-links a {
    display: inline-block;
    margin: 0;    
    padding: 0;
    border-radius: 40px;
    color: var(--ttm-secondarycolor);
}
.themetechmount-box-blog .tm-entry-meta .tm-meta-line a {
    color: rgba(0, 0 ,0, 0.71) !important;
    font-weight: 500;
    font-size: 15px;
}
.themetechmount-box-blog .tm-entry-meta .tm-meta-line:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    right: 10px;
    top: 7px;
	border-radius: 50%;
    background-color: var(--ttm-secondarycolor);    
}
.tm-entry-meta .tm-meta-line:after {
   position: absolute;
    content: '/';
    right: 8px;
    font-size: 16px;
}
.tm-entry-meta .tm-meta-line:last-child:after {
    content: unset;
}
article.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line.comments-link ,
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line.comments-link {
    position: relative;
}


article.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line.comments-link:after ,
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line.comments-link:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 3px;
    height: 7px;
    width: 7px;
    line-height: 7px;
    display: inline-block;
    background-color: var(--ttm-skincolor);
    border-radius: 50%;
}

.themetechmount-box-blog-classic .tm-post-format-icon-wrapper, .themetechmount-box-blog .tm-post-format-icon-wrapper {
    height: 70px;
    width: 70px;
    font-size: 23px;
    line-height: 70px;
    border-top: 70px solid #fff;
    border-left: 70px solid transparent;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.themetechmount-box-blog .tm-post-format-icon-wrapper i {
    position: absolute;
    top: -85px;
    color: #fff;
    right: 5px;
    font-size: 19px;
}

.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month, .themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year, .themetechmount-box-blog .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month, .themetechmount-box-blog .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}

.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month {
    width: 100%;
}

.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month, .themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year {
    color: #fff;
}

.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year {
    display: none;
}

.themetechmount-box-blog .tm-post-format-icon-wrapper:before, .themetechmount-post-box-icon-wrapper:before {
    content: none;
}

.themetechmount-box-blog.themetechmount-blogbox-format-quote blockquote {
    margin: 40px 40px;
}

.themetechmount-box-blog-classic.tm-no-featured-content .tm-post-format-icon-wrapper:before {
    display: block;
}

.single .tm-titlebar-wrapper.entry-header {
    margin-bottom: 50px;
}

.themetechmount-box-blog .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year {
    padding-left: 3px;
}

/*** Blog Classic ***/
article.themetechmount-box-blog-classic {
    margin-bottom: 30px;
    border: 1px solid #acaaa8;  
    border-radius: 15px;   	
}
article.themetechmount-box-blog-classic.tm-no-featured-content {
	padding: 25px;
}	
.single article.themetechmount-box-blog-classic,
article.themetechmount-box-blog-classic.has-post-thumbnail .tm-blog-classic-box-content {
	padding: 25px 25px;
}

article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-post-cat {
    padding-bottom: 4px;
}


article.themetechmount-box-blog-classic.tm-no-featured-content.post_format-post-format-quote,
article.themetechmount-box-blog-classic.tm-no-featured-content.post_format-post-format-link {
    padding: 0;
}
.single article.themetechmount-box-blog-classic.has-post-thumbnail .tm-blog-classic-box-content {
    padding: 0;
}
.single article.themetechmount-box-blog-classic {
    margin-bottom:60px;    
}

.single article.themetechmount-box-blog-classic.tm-no-featured-content .themetechmount-post-date-wrapper {
    right: -21px;
    left: auto;
    top: 24px;
}

article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-classic-footer-meta {
    position: relative;
    display: block;
    width: auto;
    margin-left: 0px;
}

.post.themetechmount-box-blog-classic .tm-right-meta .themetechmount-commentbox, article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-classic-footer-meta .tm-entry-meta .tm-meta-line {
    color: var(--ttm-secondarycolor);
    font-size: 14px;
}
article.themetechmount-box-blog-classic .tm-featured-outer-wrapper .tm-featured-wrapper {
    overflow: hidden;
}
article.themetechmount-box-blog-classic .tm-featured-outer-wrapper .tm-featured-wrapper img {
    border-radius: 80px;
}
.single article.themetechmount-box-blog-classic:hover .tm-featured-outer-wrapper .tm-featured-wrapper img {
    transform: unset;
}
article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-gallery a:after, article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-quote a:after, article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-video a:after, article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-link a:after, article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-audio a:after {
    content: unset;
}
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:hover {
    color: var(--ttm-whitecolor);
}
.themetechmount-sidebar-true.themetechmount-sidebar-right .site-content-inner, .themetechmount-sidebar-true.themetechmount-sidebar-left .site-content-inner {
    position: relative;
}
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;
}

/*** Blog Classic ( no image)***/
article.tm-no-featured-content.themetechmount-box-blog-classic .tm-blogbox-classic-date .tm-post-date {
    display: none;
}

article.tm-no-featured-content.themetechmount-box-blog-classic .tm-blog-classic-box-content {
    margin: 0;
}

article.post.tm-no-featured-content.themetechmount-box-blog-classic .tm_classic_post_icon .tm-social-share-links ul li {
    padding-top: 8px;
}

article.post.tm-no-featured-content.themetechmount-box-blog-classic .tm_classic_post_icon {
    margin-top: 0px;
    bottom: -30px;
    right: 17px;
}

.single article.post.tm-no-featured-content.themetechmount-box-blog-classic .tm_classic_post_icon {
    bottom: -63px;
}

article.post.tm-no-featured-content.themetechmount-box-blog-classic .tm-post-cat {
    padding-right: 240px;
}

article.themetechmount-box-blog-classic.tm-no-featured-content .tm-col-right {
    display: block;
    width: 100%;
}

article.themetechmount-box-blog-classic.tm-no-featured-content .tm-col-right {
    padding-right: 40px;
}

article.themetechmount-box-blog-classic.tm-no-featured-content .themetechmount-post-date-wrapper {
    left: 32px;
    right: auto;
    top: 24px;
}

article.themetechmount-box-blog-classic.tm-no-featured-content.format-quote .tm-featured-outer-wrapper, 
article.themetechmount-box-blog-classic.tm-no-featured-content.format-link .tm-featured-outer-wrapper {
    margin-top: 0px;
}


article.themetechmount-box-blog-classic .tm-blog-classic-box-content .entry-title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
}

article.themetechmount-box-blog-classic .tm-blog-classic-box-content .entry-title a:hover {
    border-bottom-color: var(--ttm-skincolor);
}

.more-link-wrapper {
    display: block;
}

.more-link-wrapper a {
    display: inline-block;
}

.more-link-wrapper {
    margin-top: 30px;
}

article.post .more-link-wrapper a.more-link {
    padding: 10px 45px 10px 34px;
    border-radius: 22px;
    color: #fff;
    position: relative;
}

article.post .more-link-wrapper a.more-link:after {
    font-family: "tm-finopik-icons";
    content: '\e809';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 8px;
    font-size: 24px;
    position: absolute;
    right: 13px;
    top: 10px;
}

/*** Blog Author details ***/
.author-info {
    padding: 40px 60px;
    position: relative;
    margin-top: 30px;
}

body.author .author-info {
    margin-bottom: 80px;
}

.author-info .author-title {
    margin-bottom: 5px;
    font-size: 26px;
    margin-top: 0px !important;
}

.author-info .author-avatar {
    margin: 9px 30px 0 0;
    float: left;
}

.author-info .author-avatar img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.author-info .author-description {
    overflow: hidden;
}

.tm-author-social-links {
    margin: 0;
    margin-left: 116px;
    padding: 0;
    margin-top: 5px;
}

.tm-author-social-links ul {
    list-style: none;
}

.tm-author-social-links li {
    display: inline-block;
    margin-left: 10px;
}

.tm-author-social-links li a {
    display: block;
    width: 25px;
    height: 30px;
    line-height: 30px;
}

/*** Blog Format (Sticky) ***/
article.sticky {
    background-color: var(--ttm-greycolor);
    border: 3px solid var(--ttm-skincolor);	
}

article.themetechmount-box-blog-classic.sticky:after {
    font-family: "tm-finopik-icons";
    content: "\e81d";
    font-size: 20px;
    position: absolute;
    color: #fff;
    opacity: 1;
    right: -1px;
    top: -1px;
    background-color: var(--ttm-skincolor);
    padding: 10px 15px;
    z-index: 11;
    border-radius: 0px 15px 0px 15px;
}

article.sticky .entry-content {
    margin-bottom: 0px;
}

article.sticky.themetechmount-box-blog-classic .tm-post-format-icon-wrapper:after {
    border-bottom-color: #FAFAFA;
}

/*** Blog Format (Gallary) ***/
article.themetechmount-blogbox-format-gallery .slick-dotted.slick-slider, article.post.format-gallery .slick-dotted.slick-slider {
    margin-bottom: 0;
}

article.themetechmount-blogbox-format-gallery .slick-dots, article.post.format-gallery .slick-dots {
    position: absolute;
    top: auto;
    z-index: 10;
    text-align: center;
    margin: 0;
    width: 100%;
    bottom: 15px;
}

article.themetechmount-blogbox-format-gallery .slick-dots li, article.post.format-gallery .slick-dots li {
    width: 12px;
}

article.themetechmount-blogbox-format-gallery .slick-dots li button, article.post.format-gallery .slick-dots li button {
    background-color: transparent;
    display: block;
    cursor: pointer;
    padding: 0;
    text-indent: -9999px;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #FFF;
    box-shadow: none;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.tm-col-bgcolor-dargrey .slick-dots li button, .tm-col-bgcolor-skincolor .slick-dots li button, .tm-bgcolor-dargrey .slick-dots li button, .tm-bgcolor-skincolor .slick-dots li button, article.themetechmount-blogbox-format-gallery .slick-dots li.slick-active button, article.themetechmount-blogbox-format-gallery .slick-dots li button:hover, article.post.format-gallery .slick-dots li.slick-active button, article.post.format-gallery .slick-dots li button:hover {
    background-color: #fff;
}

/*** Blog Format (MP3) ***/
article.themetechmount-blogbox-format-audio .tm-post-format-audio-mp3, article.format-audio .tm-post-format-audio-mp3 {
    background-color: #222;
    padding: 22px 47px;
}

/*** Blog Format (Link) ***/
.post_format-post-format-link .entry-content a {
    font-size: 15px;
    font-weight: bold;
}

.tm-post-featured-link-wrapper .tm-post-featured-link {
    background: #000;
    padding: 110px 50px;
    text-align: center;
}

article.themetechmount-box-blog-classic.themetechmount-blogbox-format-quote .tm-blog-classic-box-content, article.themetechmount-box-blog-classic.themetechmount-blogbox-format-link .tm-blog-classic-box-content {
    display: none;
}

.tm-post-featured-quote, .tm-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
}

article.themetechmount-blogbox-format-link .tm-format-link-title, article.post.format-link .tm-format-link-title {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
}

article.themetechmount-blogbox-format-link .tm-format-link-url, article.post.format-link .tm-format-link-url {
    font-size: 18px;
    font-style: italic;
}

/*** Blog Format (Qoute) ***/
article.post.tm-no-featured-content.themetechmount-box-blog-classic.themetechmount-blogbox-format-link .tm_classic_post_icon {
    bottom: 0px;
}

article.post.tm-no-featured-content.themetechmount-box-blog-classic.themetechmount-blogbox-format-quote .tm_classic_post_icon {
    bottom: 65px;
}

.tm-post-featured-quote {
    padding: 20px;
}

article.post.format-quote .tm-post-featured-quote {
    padding: 80px 50px;
}

article.post.themetechmount-box-blog-classic.format-quote .tm-post-entry-header {
    display: none;
}

article.post.themetechmount-box-blog-classic .tm-post-featured-quote blockquote {
    margin: 0;
}

article.post.format-quote .tm-featured-outer-wrapper {
    margin-bottom: 100px;
}

article.post.themetechmount-box-blog-classic.format-quote .tm-featured-outer-wrapper {
    margin-bottom: 0px;
}

body:not(.single) article.post.themetechmount-box-blog-classic.format-quote .tm-col-left {
    width: 100%;
}

body:not(.single) article.post.themetechmount-box-blog-classic.format-quote .tm-col-right {
    display: none;
}

article.post.format-link .tm-featured-outer-wrapper {
    margin-bottom: 0px;
}

article.post.format-link .tm-featured-outer-wrapper {
    margin-bottom: 0px;
}

.tm-post-featured-quote:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 1;
	border-radius:15px;
}

.tm-post-featured-quote blockquote {
    z-index: 2;
    position: relative;
    border: 0;
    background: transparent;
    color: white;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    margin: 10px 40px;
}

.themetechmount-boxes-blog.themetechmount-boxes-col-five .tm-post-featured-quote blockquote {
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    margin: 15px 0;
}

.tm-post-featured-quote blockquote cite {
    color: rgb(255, 255, 255);
    font-size: 19px;
    padding-top: 20px;
    text-align: left;
}

/*** Fluid Video Iframe ***/
.tm-tm_portfolio-featured-wrapper.tm-post-format-video, article.post_format-post-format-video .tm-post-format-video, article.themetechmount-blogbox-format-video .tm-post-format-video, article.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio, article.themetechmount-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w {
    position: relative;
    overflow: hidden;
    padding-bottom: 65.25%;
    padding-top: 25px;
    height: 0;
}

.single-tm_portfolio .tm-tm_portfolio-featured-wrapper.tm-post-format-video {
    padding-bottom: 40.25%;
}

.tm-tm_portfolio-featured-wrapper.tm-post-format-video iframe, article.post_format-post-format-video .tm-post-format-video iframe, article.themetechmount-blogbox-format-video .tm-post-format-video iframe, article.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio iframe, article.themetechmount-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.single-post  .themetechmount-blogbox-footer-readmore {
    display: none;
}

.single-tribe_events #tribe-events-content .gallery, .single-post .tm-blog-classic-box-content .gallery {
    margin-bottom: 0px;
}

article.post_format-post-format-video.themetechmount-box-topimage .tm-post-format-video, article.themetechmount-blogbox-format-video.themetechmount-box-topimage .tm-post-format-video, article.post_format-post-format-audio.themetechmount-box-topimage .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio, article.themetechmount-blogbox-format-audio.themetechmount-box-topimage .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w {
    padding-bottom: 78.25%;
}

article.post_format-post-format-video.themetechmount-blog-box-view-left-image .tm-post-format-video, article.themetechmount-blogbox-format-video.themetechmount-blog-box-view-left-image .tm-post-format-video, article.post_format-post-format-audio.themetechmount-blog-box-view-left-image .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio, article.themetechmount-blogbox-format-audio.themetechmount-blog-box-view-left-image .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w {
    padding-bottom: 205px;
}

body .wp-block-cover-image .wp-block-cover-image-text, body .wp-block-cover-image .wp-block-cover-text, body .wp-block-cover-image h2, body .wp-block-cover .wp-block-cover-image-text, body .wp-block-cover .wp-block-cover-text, body .wp-block-cover h2 {
    color: #fff;
}

.has-large-font-size {
    line-height: 1.4;
}

.entry-content .wp-block-archives-dropdown {
    margin-bottom: 10px;
}

.wp-block-categories.wp-block-categories-dropdown {
    margin-bottom: 15px;
}

.tm-blog-classic-box-content .wp-block-group.has-background>.wp-block-group__inner-container {
    padding: 15px;
}

.wp-block-quote.is-style-large cite, .single article.post .wp-block-quote.is-style-large cite {
    display: flex;
    margin-bottom: 15px;
}

/*** Single Media ***/
.single-post .themetechmount-box-blog-classic .tm-post-featured-outer-wrapper {
    margin-bottom: 20px;
}

.single-post .themetechmount-box-blog-classic.tm-no-featured-content .tm-post-featured-outer-wrapper {
    margin-bottom: 0px;
}

.single-tm_portfolio .tm-single-pf-footer .clearfix, .single-post .themetechmount-blogbox-sharebox .clearfix {
    display: inline-block;
}

.single-tm_portfolio .tm-pf-single-category-w {
    float: left;
}
.single-post.themetechmount-sidebar-true .tm_tag_lists {
    padding-bottom: 20px;
}
.single-post .tm-social-share-post-wrapper {
    text-align: left;
    padding: 0px;
    border-radius: 0px;
}

.single-post .tm-post-prev-next-buttons {
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
}

.single-post .tm-social-share-links ul li {
    display: inline-block;
    padding-right: 7px;
    padding-top: 0px;
}
.single-post .tm-social-share-title {
    margin-top: 11px;
    font-weight: 500;
}
.single article.themetechmount-box-blog-classic h4 {
    word-wrap: break-word;
}
.single-tm_portfolio .tm-pf-single-category-w a,
.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a {
    padding: 7px 20px;
    font-size: 16px;
    display: inline-block;
    margin-right: 13px;
    font-weight: 400;
    margin-bottom: 7px;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
	text-transform: uppercase;
}
.single-tm_portfolio .tm-pf-single-category-w a:not(:hover) {
    color: var(--body-fonts-color);
}
.single-post.tm-empty-sidebar .themetechmount-blogbox-sharebox {
    display: block;
    clear: both;
    overflow: hidden;
    width: 1300px;
    margin: auto;
	padding: 50px 0 0;
}
.single-post.tm-empty-sidebar  h2.wp-block-heading.tm-fsize {
    font-size: 78px;
    line-height: 88px;
	padding-bottom: 40px;
}
.single-post.themetechmount-sidebar-true h2.wp-block-heading.tm-fsize {
    font-size: 50px;
    line-height: 60px;
}
.tm-empty-sidebar article.themetechmount-box-blog-classic .tm-blog-classic-box-content{
    padding: 0px 0 20px 0;
	width: 1300px;
    margin: auto;
}
.themetechmount-sidebar-true article.themetechmount-box-blog-classic .tm-featured-outer-wrapper .tm-featured-wrapper img {
    border-radius: 15px 15px 0 0;
}
.single-post .comments-area {
    margin-top: 35px;
    margin-bottom: 0px
}
.single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h1, .single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h2, .single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h3, .single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h4, .single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h5, .single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h6 {
    margin-top: 20px;
}

article.type-attachment .entry-attachment {
    text-align: center;
    border: 1px solid #dadada;
    background: #f3f3f3;
    padding: 15px;
}
span.tm-publised-in-wrapper {
    border: 1px solid #dadada;
    display: block;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
}

.tm-publised-in-wrapper span.meta-nav {
    font-size: 12px;
}

.tm-publised-in-wrapper span.post-title {
    font-size: 25px;
    display: block;
}

.single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h2.wp-block-heading.tm-top-blog-detail {
    margin-top: 40px;
}

.single-post .themetechmount-box-blog-classic ul.tm-blog-list li {
    list-style: none;
}

.single-post .themetechmount-box-blog-classic .tm-blog-list li i {
    margin-right: 10px;
}

.entry-content img.alignright, .entry-content img.alignleft, .entry-content img.aligncenter {
    clear: both;
}

/*** Single Media Next Previous ***/
#image-navigation.navigation .nav-previous {
    float: left;
    padding-top: 7px;
    padding-left: 25px;
}

#image-navigation.navigation .nav-next {
    float: right;
    padding-top: 7px;
    padding-right: 25px;
}

.navigation a:hover {
    text-decoration: none;
}

/*** Comment section ***/
.comments-area .comments-title, .single-post .comments-area .comments-title, #respond .comment-reply-title {
    font-size: 34px;
    line-height: 44px;
}
.comment-list .children {
    margin-left: 35px;
}

.comment-list li.comment {
    position: relative;
    margin-top: 30px;
}

.comment-list li.comment.parent:last-child {
    border: none;
}

.tm-comment-owner {
    display: block;
    font-size: 18px;
    font-style: normal;
    margin-right: 8px;
}

.tm-comment-owner, .tm-comment-owner a, .comment-meta .tm-comment-owner a {
    display: inline-block;
    font-size: 17px;
    line-height: 19px;
    font-weight: 500;
    color: #252525;
}

.tm-comment-owner a {
    font-size: 16px;
    font-weight: normal;
}

.comment-list, .comment-list .children {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}

.comment-list > li:last-child:after {
    display: none;
}

.comment-body {
    margin-left: 105px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 22px 20px 5px;
    position: relative;
    background-color: var(--ttm-greycolor);
    border-radius: 15px
}
.pingback .comment-author {
    display: none;
}

.comment-body:after, .comment-body:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent var(--ttm-greycolor) transparent var(--ttm-greycolor) !important;
    z-index: 1;
    content: "";
    left: -12px;
}

.comment-author {
    float: left;
    text-align: center;
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
    margin-left: -125px;
    margin-top: -20px;
}

.comment-author img {
    max-width: 100%;
    height: auto;
}

.comment-body .author-content-wrap .tm-comment-owner {
    display: inline-block;
    padding-right: 15px;
}

.comment-author .fn {
    word-wrap: break-word;
}

.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
    color: #838383;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.comment-author .fn {
    color: rgba(0, 0, 0, 0.6);
}

.comment-list a.comment-reply-link {
    border: 1px solid;
    color: #fff;
    font-size: 13px;
    padding: 3px 25px 3px 25px;
    position: relative;
    font-weight: 600;
    background-color: transparent;
    border-radius: var(--ttm-button-shape);
}

.comment-reply-link:before, .comment-reply-login:before {
    margin-right: 7px;
}

.says {
    display: none;
}

.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative;
}

.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {
    width: 100%;
}

.comment-list .edit-link {
    margin-left: 20px;
}

.comment-meta, .comment-meta a {
    color: var(--body-fonts-color);
    font-size: 12px;
    display: block;
    font-size: 14px;
}

.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 1;
}

.comment-awaiting-moderation {
    color: #a2a2a2;
}

.comments-area ol.comment-list {
    margin-bottom: 30px;
}
.comments-area .comment-respond {
    padding-top: 0px;
}

.pingback .comment-meta {
    margin-left: 0px;
    padding-left: 0px;
}

.trackback .comment-body, .pingback .comment-body {
    margin-left: 0px;
}

.trackback .comment-body:before, .trackback .comment-body:after, .pingback .comment-body:before, .pingback .comment-body:after {
    content: unset;
}

/*** Comment form ***/
.comment-form p:not(.comment-notes) {
    margin-bottom: 20px;
}

.themetechmount-page-full-width.themetechmount-boxed .comments-area {
    margin: 30px 15px 60px 15px;
}

.comments-area {
    margin-top: 60px;
    margin-bottom: 60px;
}

.comment-form {
    margin-bottom: 20px;
}

.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}

.comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}

ol.comment-list li #respond {
	width: 100%;
	padding: 18px 0 23px 0;
	margin-bottom: 0;
	padding-bottom:7px;
}

.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none;
}

.comment-reply-title small a:before {
    font-family: FontAwesome;
    content: "\f00d";
    vertical-align: top;
}

.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form {
    padding: 0;
}

.comment-form .comment-notes {
    margin-bottom: 10px;
    font-size: 15px;
    font-style: italic;
}

.tm-comment-date-link {
    float: right;
}

.tm-fn {
    font-size: 17px;
    color: #2c2c2c;
    font-weight: bold;
}

.comment-body .tm-fn a {
    font-size: 17px;
    color: #2c2c2c;
}

.comment-body .tm-fn {
    color: #a2a2a2;
}

.single article.post .comment-body p {
    margin-top: 15px;
}

.single article.post .comment-body blockquote {
    padding-bottom: 25px;
}

.comment-reply-link {
    font-size: 14px;
    margin-top: 0px;
    display: inline-block;
}

.tm-comment-date-link:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 13px;
    content: "\f017";
}

.comment-body p {
    margin-top: 15px;
    display: block;
}

.comment-reply-title {
    margin-bottom: 10px;
    font-size: 28px;
}

.tm-post-prev-next-buttons {
    padding-top: 60px;
}
.tm-post-prev-next-buttons .tm-right-align-btn {
    float: right;
}
.comment-form textarea {
    height: 125px;
}
.comment-form textarea, .comment-form input[type="text"], .comment-form textarea, .comment-form input[type="email"], .comment-form textarea, .comment-form input[type="url"] {
    background-color: transparent;
    border-radius: 10px;    
    border: 1px solid #acaaa8 !important;
}
.comment-form textarea:focus,.comment-form input[type="email"]:focus, .comment-form input[type="text"]:focus {
    border: 1px solid var(--ttm-skincolor) !important;
}
.comments-area .comment-form .comment-form-author, .comments-area .comment-form .comment-form-email, .comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.comment-form p.form-submit {
    padding-top: 0;
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.comment-box h2 {
    margin-top: 10px;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}

.comment-form textarea::-webkit-input-placeholder, .comment-form input[type="text"]::-webkit-input-placeholder, .comment-form input[type="email"]::-webkit-input-placeholder {
    color: var(--body-fonts-color);
}

.comment-form input[type="text"]:-moz-placeholder, .comment-form input[type="text"]:-moz-placeholder, .comment-form input[type="email"]:-moz-placeholder {
    color: rgba(119, 119, 119, 0.50);
}

.comment-form input[type="text"]:-ms-input-placeholder, .comment-form input[type="text"]:-ms-input-placeholder, .comment-form input[type="email"]:-ms-input-placeholder {
    color: rgba(119, 119, 119, 0.50);
}

.comment-form input[type="submit"] {
    background-color: var(--ttm-skincolor);
    padding: 15px 30px;
    border-radius: 50%;
}

.comment-form input[type="submit"]:hover {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
}

/*** Blog Navigation section ***/
.main-holder .site-content .woocommerce-pagination, .themetechmount-pagination {
    display: block;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: center;
}

.themetechmount-boxes .themetechmount-boxes-inner .themetechmount-pagination {
    margin-bottom: 0px;
}

.main-holder .site-content nav.woocommerce-pagination ul li span, .main-holder .site-content nav.woocommerce-pagination ul li a, .themetechmount-pagination .page-numbers {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    background-color: var(--ttm-greycolor);
    color: var(--ttm-secondarycolor);
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    margin: 0 3px 10px;
    padding: 0;
    -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;
    transition: all 0.3s ease 0s;
}

.tm-bgcolor-grey .themetechmount-pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #fff;
}

.main-holder .site-content nav.woocommerce-pagination ul {
    padding: 0px;
    border: none;
    margin: 0px;
}

.main-holder .site-content nav.woocommerce-pagination ul li {
    border: none;
    overflow: visible;
}

.main-holder .site-content nav.woocommerce-pagination ul li .page-numbers.current, .main-holder .site-content nav.woocommerce-pagination ul li a:hover, .themetechmount-pagination .page-numbers.current, .themetechmount-pagination .page-numbers:hover {
    border-color: transparent;
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-skincolor);
}

.tm-bgcolor-skincolor .themetechmount-pagination .page-numbers.current, .tm-bgcolor-skincolor .themetechmount-pagination .page-numbers:hover {
    background-color: #f8f8f8;
}

/*** Single Portfolio Left Image Right content ***/
.tm-pf-single-content-wrapper {
    padding-bottom: 100px;
}

.tm-social-share-wrapper.tm-social-share-portfolio-wrapper {
    padding-top: 0px;
}

.tm-social-top-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 18px;
    padding-bottom: 30px;
    border-radius: 0;
}

.tm-social-share-wrapper {
    float: none;
}

.tm-social-share-wrapper .tm-social-share-title, .tm-social-share-wrapper .tm-social-share-links, .tm-social-share-wrapper .tm-single-top-btn {
    float: left;
}

.tm-social-share-wrapper:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.tm-social-share-links ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    padding-right: 15px;
}

.tm-social-share-links ul li {
    display: inline-block;
    padding-right: 6px;
}
.tm-right-meta .tm-social-share-links ul li a {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    margin-right: 0;
    border-radius: 50%;
    font-size: 12px;
}
.tm-social-share-links ul li a {
    border: 1px solid #cfccca;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 17px;
    border-radius: 19px;    
}
.tm-pf-single-content-wrapper.tm-pf-view-left-image .tm-pf-detail-box {
    width: 100%;
    display: flex;
}
.themetechmount-pf-detailbox-list {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-top: 0px;
}

.tm-social-share-title {
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
}

.tm-social-top-wrapper .tm-social-share-title {
    margin-right: 5px;
}

.tm-social-top-wrapper .tm-social-share-links ul li a {
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #303030;
}

.tm-social-share-links ul li a:hover {
    color: #fff;
    border-color: transparent;
}

.tm-pf-single-content-wrapper .tm-portfolio-description .container {
    width: auto;
}

.tm-pf-view-left-image .tm-portfolio-description .themetechmount-pf-detailbox-title {
    display: none;
}

.tm-pf-view-left-image .tm-pf-single-content-area {
    margin-top: 35px;
}

.tm-portfolio-description h2 {
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 40px;
}

.tm-portfolio-description .themetechmount-pf-detailbox-title {
    margin-bottom: 15px;
}

.tm-pf-single-content-wrapper.tm-pf-view-full .tm-portfolio-description .themetechmount-pf-detailbox-title {
    display: none;
}

.tm-pf-single-content-wrapper.tm-pf-view-top-image .tm-pf-top-content {
    position: relative;
}

.tm-pf-single-content-wrapper.tm-pf-view-top-image .themetechmount-pf-single-details-area {
    position: relative;    
}

.themetechmount-pf-detailbox-inner {
    padding: 0px 0px 0px 0;
    margin-top: 0px;
    overflow: hidden;
}

.themetechmount-pf-detailbox-inner .themetechmount-pf-detailbox-title {
    margin-top: 20px;
}

.themetechmount-pf-detailbox-list .tm-pf-details-date {
    position: relative;
    display: inline-block;
    padding: 15px 0px 15px 0px;
    width: 24%;
}

.themetechmount-pf-detailbox-list .tm-pf-details-date:last-child {
    border-bottom: none;
}
.tm-pf-view-top-image .themetechmount-pf-detailbox-list {    
    border-bottom: 1px solid var(--ttm-secondarycolor);
	padding: 0 0 33px 0;
}

.themetechmount-pf-single-detail-box .tm-short-desc {
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e830;
    margin-bottom: 22px;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
    font-size: 18px;
    font-weight: 500;
    color: var(--body-fonts-color);
    border-radius: 10px;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-family: var(--special-element-fontfamily);
    color: var(--ttm-secondarycolor);
    font-weight: 700;
}
.tm-pf-view-top-image .themetechmount-pf-single-content-area {
    padding-top: 38px;
}
.tm-pf-single-content-wrapper.tm-pf-view-top-image .themetechmount-pf-single-detail-box {
    margin-top: 0;
}
.tm-tm_portfolio-featured-wrapper .slick-dots {
    bottom: 16px;
    right: 16px;
    text-align: right;
}

.tm-tm_portfolio-featured-wrapper .slick-dots li button:before {
    font-size: 12px;
}

.tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date i, .tm-pf-view-left-image .themetechmount-pf-detailbox-list .tm-pf-details-date i {
    top: 11px;
}

.tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date:before {
    content: unset;
}

/*** Related Portfilio ***/
.tm-pf-single-related-wrapper {
    padding-top: 10px;
    padding-bottom: 30px;
}

.themetechmount-footer-cta-yes .tm-pf-single-related-wrapper {
    padding-bottom: 20px;
}

.themetechmount-pf-detailbox-inner .themetechmount-pf-detailbox-title, .tm-pf-single-related-wrapper .tm-pf-single-related-title {
    font-size: 34px;
}

.tm-pf-single-related-wrapper .tm-pf-single-related-title {
    margin-bottom: 30px;
}

/*** Navigation ***/
.single-tm_portfolio .navigation.post-navigation .nav-links, .nav-links .nav-next, .nav-links .nav-previous {
    position: relative;
}

.single-tm_portfolio.nav-links .nav-previous {
    float: left;
}

.single-tm_portfolio .nav-links .nav-next {
    float: right;
}

.single-tm_portfolio .nav-next, .single-tm_portfolio .nav-previous {
    display: inline-block;
}

.single-tm_portfolio .nav-previous {
    margin-right: 3px;
}

.single-tm_portfolio .nav-next {
    margin-left: 3px;
}

.single-tm_portfolio .nav-next a, .single-tm_portfolio .nav-previous a {
    text-align: center;
    top: 106px;
    right: 48px;
    color: #343c5c;
    transition: all .2s ease-in-out;
    display: inline-block;
    border: 1px solid transparent;
    font-size: 16px;
    padding: 13px 30px;
    border-radius: 0px;
    font-weight: 500;
}

.single-tm_portfolio .site-content-wrapper {
    position: relative;
}

.tm-pf-single-content-wrapper.tm-pf-view-left-image, .tm-pf-single-content-wrapper.tm-pf-view-top-image {
    padding-bottom: 0px;
}
.tm-pf-single-content-wrapper .tm-single-pf-footer {
    display: block;
    clear: both;
    overflow: hidden;
}
.tm-nextprev-bottom-nav {
    position: relative;
    margin-bottom: 35px;
    margin-top: 25px;
    border-top: 1px solid #e3e3e3;
    padding-top: 40px;
}
.single-tm_portfolio .tm-social-bottom-wrapper {
    display: block;
    clear: both;
    padding-top: 5px;
}
.single-tm_portfolio .tm-pf-view-left-image.style2 .tm-social-bottom-wrapper {
    padding-bottom: 35px;
}
.single-tm_portfolio .tm-pf-view-full .tm-social-bottom-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}
.tm-pf-single-content-wrapper .themetechmount-pf-single-detail-box {
    display: block;
    height: 100%;    
    padding: 0px 0px 16px 0px;
}
.tm-pf-single-content-wrapper .themetechmount-pf-single-detail-box .themetechmount-pf-detailbox-title {
    position: relative;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 6px;
}
.tm-pf-single-content-wrapper .tm-viewproject-btn-wrapper {
    margin-top: 30px;
}

.tm-pf-single-content-wrapper .tm-viewproject-btn-wrapper a {
    width: 100%;
    padding: 15px 30px 15px 25px;
}

.tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date {
    display: block;
    padding-bottom: 20px;
}

.tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details, .tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
    flex: unset;
    width: 100%;
    display: block;
    margin-left: 60px;
    font-size: 14px;
}

.tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date i {
    font-size: 30px;
    top: 10px;
}

.tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details:first-child {
    font-size: 20px;
    margin-bottom: 5px;
}

.tm-pf-view-left-image.style2 .themetechmount-pf-single-detail-box {
    padding: 50px;
}

.tm-pf-single-content-wrapper.tm-pf-view-top-image img {
    border-radius: 30px;
}

/*** 

====================================================================
    Team Member Section
====================================================================

 ***/
.themetechmount-box-team .tm-team-social-links-wrapper ul li {
    list-style: none;
    font-size: 16px;
}

.themetechmount-box-team.themetechmount-box-view-left-image .tm-team-social-links-wrapper ul li:first-child {
    margin-left: 0px;
}

/*** Single Team member ***/
h2.tm-team-member-single-title {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 0px;
	border-bottom: 1px solid #aba29d;
    padding-bottom: 32px;
}
.tm-team-member-single-position {
    font-size: 17px;
}
.tm-featured-wrapper.tm-tm_team_member-featured-wrapper img {
    border-radius: 20px;
}
.themetechmount-team-member-single-content-area .tm-team-member-single-content-wrapper {
    margin-top: 0px;
    padding-top: 15px;
}
.tm-team-member-single-meta-title {
    font-weight: bold;
    text-transform: uppercase;
}
.tm-team-details-list {
    list-style: none;
    padding: 0;
}
.tm-team-details-list li {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    display: block;
    float: left;
    padding: 0px 0 15px 0px;
    width: 100%;
}
.tm-team-details-list li:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    height: 6px;
    width: 6px;
    background-color: #e0e6ed;
}
.tm-team-member-single-title-wrapper .tm-short-desc {
    padding-top: 33px;
    font-size: 17px;
    line-height: 27px;
}
.tm-team-member-view-wide-image .tm-team-details-list li {
    padding: 9px 0 9px 26px;
}
.tm-team-extra-details-wrapper .tm-team-details-list li i {
    top: 1px;
    left: 4px;
    margin-right: 14px;
}
.tm-team-extra-details-wrapper {
    margin-bottom: 40px;
}

.tm-team-details-list .tm-team-list-title {
    margin-right: 13px;
    position: relative;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
	text-transform: uppercase;
}
.tm-team-extra-details-wrapper .tm-team-details-list .tm-team-list-title {
    text-indent: 0px;
    width: auto;
    margin-right: 13px;
}
.tm-team-details-list .tm-team-list-title, .tm-team-details-list .tm-team-list-value {
    display: inline;
}
.tm-team-list-title i {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-size: 16px;
    top: 0px;
    margin-right: 3px;
    display: none;
}
.tm-team-details-list {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}
.tm-team-member-single-content-wrapper.tm-team-member-view-default .themetechmount-team-member-single-featured-area .tm-team-extra-details-list {
    margin-top: 0px;
}
.themetechmount-box-team.themetechmount-box-view-left-image .tm-team-extra-details-line-website {
    display: none;
}

.tm-teamform textarea {
    min-height: 60px;
    height: 151px;
}
.tm-team-member-single-title-wrapper.col-xs-12 {
    padding-left: 0px;
    padding-top: 70px;
    padding-bottom: 40px;
}

.tm-team-member-single-title-wrapper .tm-team-data .tm-details-title {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 0px;
    margin-bottom: 25px;
}

.tm-team-member-single-title-wrapper .tm-team-data .tm-details-title h2 {
    font-size: 30px;
    line-height: 45px;
}

.tm-team-member-single-title-wrapper .tm-team-data {
    margin: 0;
}

.single-tm_team_member .themetechmount-team-member-single-content-area  .tm-team-member-single-title-wrapper .tm-team-social-links-wrapper ul li a {
    border: 1px solid #e7e7e7;
}

.tm-team-details-list li:before {
    content: none;
}

/*** Single Team member (tm-team-member-view-wide-image ) ***/
.single-tm_team_member .themetechmount-team-img {
    margin-top: 0px;
}

.tm-team-member-view-wide-image .tm-team-member-single-excerpt {
    margin-top: 10px;
}

.tm-team-member-view-wide-image .tm-team-member-single-meta-details {
    padding-top: 40px;
    border-top: 1px solid #e4e4e4;
    margin-top: 40px;
}

.single-tm_team_member .tm-team-member-single-content-wrapper .container {
    width: auto;
    padding: 20px 0px;
}

.single-tm_team_member .tm-team-member-single-content-wrapper .container:first-child {
    padding-top: 0;
}

.tm-team-member-view-wide-image .tm-team-member-single-content-wrapper {
    margin-top: 40px;
}

.tm-team-member-view-wide-image .tm-team-details-list .tm-team-list-title {
    font-weight: bold;
    color: #313131;
    width: auto;
}

.tm-team-member-view-wide-image .tm-team-details-list .tm-team-list-value {
    margin-left: 6px;
    float: none;
}
.tm-team-member-single-content-wrapper ul {
    margin: 0px;
}
body .tm-team-member-single-content-wrapper .elementor-section.elementor-top-section:first-child {
    margin-top: 0;
}
.tm-team-member-single-content-wrapper .tm-teammember-content {
    padding-bottom: 50px;
	margin: 0;
}
.tm_team_member-template-default.single-tm_team_member .site-main {
    padding-top: 72px;
}
.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-member-single-content .themetechmount-team-member-single-featured-area .themetechmount-team-member-info {
    background-color: var(--ttm-greycolor);
    padding: 30px 30px 30px 45px;
    border-radius: 20px;
    border: 1px solid var(--ttm-bordercolor);
}
.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-member-single-content .themetechmount-team-member-single-featured-area .themetechmount-team-member-info .themetechmount-team-img img {
    border-radius: 20px;
}

.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-member-single-content .themetechmount-team-member-single-featured-area .themetechmount-team-member-info .tm-team-member-content {
    margin-top: 30px;
    margin-bottom: 10px;
}

.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-member-single-content .themetechmount-team-member-single-featured-area .themetechmount-team-member-info .tm-team-member-content .tm-team-member-single-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
    display: inline-block;
}

.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-member-single-content .themetechmount-team-member-single-featured-area .themetechmount-team-member-info .tm-team-member-content  .tm-team-member-single-category {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    color: var(--ttm-skincolor);
}

.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-member-single-content .themetechmount-team-member-single-featured-area .themetechmount-team-member-info .tm-team-member-content .tm-team-member-single-category:before {
    content: '/';
    position: absolute;
    left: -10px;
    top: -3px;
    font-size: 20px;
    line-height: 30px;
}

.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-member-single-content .themetechmount-team-member-single-featured-area  .tm-team-social-link {
    padding: 30px;
    text-align: center;
    margin-top: 30px;
    background-color: var(--ttm-skincolor);
    border-radius: 20px;
}

.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-member-single-content .themetechmount-team-member-single-featured-area .tm-team-social-link .tm-team-social-links-wrapper ul.tm-team-social-links {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-member-single-content .themetechmount-team-member-single-featured-area .tm-team-social-link .tm-team-social-links-wrapper ul.tm-team-social-links li {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid var(--ttm-whitecolor);
    margin-right: 10px;
    border-radius: 50%;
}

.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-member-single-content .themetechmount-team-member-single-featured-area .tm-team-social-link .tm-team-social-links-wrapper ul.tm-team-social-links li a {
    color: var(--ttm-whitecolor);
}

.tm-team-member-single-content-wrapper.tm-team-member-view-default .tm-team-member-single-content .themetechmount-team-member-single-featured-area .tm-team-social-link .tm-team-social-links-wrapper ul.tm-team-social-links li:hover {
    background-color: var(--ttm-secondarycolor);
    border-color: var(--ttm-secondarycolor);
}


/*** 

====================================================================
    Fact in Digit Section
====================================================================

 ***/

/*** Top icon view ***/
.inside {
    text-align: center;
    position: relative;
    padding: 29px 15px 21px 15px;
}

.tm-fid-no-border.tm-fid-without-icon.inside {
    margin-bottom: 0px;
    padding: 11px 15px 7px;
}

.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper {
    margin-bottom: 10px;
}

.inside.tm-fid-with-border:not(.tm-fid-view-circle-progress) {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 25px 30px 35px 35px;
}

.tm-fid-with-icon.tm-fid-view-topicon {
    padding: 0px;
    text-align: center;
}

.tm-facts-colum-sep .tm-fid-with-icon.tm-fid-view-topicon {
    padding: 5px 0px 2px;
    margin-bottom: 14px;
}

.tm-bgcolor-skincolor .inside.tm-fid-with-border.tm-fid-view-topicon, .tm-bgcolor-darkgrey .inside.tm-fid-with-border.tm-fid-view-topicon, .inside.tm-fid-with-border.tm-fid-view-topicon {
    border: none;
    background-color: transparent;
    padding: 0;
}

.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper {
    margin-bottom: 0px;
    height: 79px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.tm-fid-with-icon.tm-fid-view-topicon h4 {
    font-size: 43px;
    line-height: 50px;
    font-weight: bold;
}

.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i {
    font-size: 45px;
}

.tm-col-bgcolor-darkgrey .tm-fid.inside h4, .tm-col-bgcolor-darkgrey .tm-fid.inside h3, .tm-bgcolor-darkgrey .tm-fid.inside h4, .tm-bgcolor-darkgrey .tm-fid.inside h3, .tm-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i, .tm-col-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i {
    color: #fff;
}

.tm-fid-with-icon.tm-fid-view-topicon h3 {
    position: relative;
}

.inside h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    padding-top: 6px;    
}
.inside .themetechmount-fid-wrapper {
    padding-top: 20px;
}
.inside h4 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
}

.tm-fid-view-righticon .tm-fid-icon-wrapper i, .tm-fid-view-lefticon .tm-fid-icon-wrapper i {
    font-size: 55px;
    font-size: 50px;
    line-height: 50px;
    top: 13px;
}

.inside.tm-fid-view-righticon h4, .inside.tm-fid-view-lefticon h4 {
    font-size: 37px;
    line-height: 46px;
}

.inside.tm-fid-view-righticon h3,
.inside.tm-fid-view-lefticon h3 {
    font-size: 17px;
    line-height: 17px;
}
.inside.tm-fid-view-lefticon h3 {
	font-family: var(--body-font-family);
	line-height: 27px;
}

.tm-fid.inside h4 {
    position: relative;
}

.tm-fid-without-icon.inside h4 {
    margin-top: 0px;
}

.tm-fid-without-icon.inside h3 span {
    padding-left: 0px;
}
.inside h3 span {
    padding: 2px 4px 0px 4px;
    display: block;
}
.inside.tm-fid-view-lefticon h3 span {
    padding: 0px;
}
.tm-fid-inner sub, .tm-fid-inner sup {
    font-size: 15px;
    font-weight: normal;
}
.tm-fid-inner sup {
    top: -0.9em;
}

.tm-fid-icon-wrapper i {
    position: relative;
    top: 15px;
}

/*** Left icon view ***/
.tm-fid-view-righticon .tm-fid-left, .tm-fid-view-lefticon .tm-fid-left {
    position: relative;
    display: block;
    width: 100%;
}

.tm-fid-view-righticon .tm-fld-contents, .tm-fid-view-lefticon .tm-fld-contents {
    text-align: left;
    clear: both;
    overflow: hidden;
}

.tm-fid-view-lefticon.tm-fid-without-icon .tm-fld-contents {
    padding-left: 0px;
}

.tm-fid-view-righticon-border .tm-fid-icon-wrapper, .tm-fid-view-lefticon-border .tm-fid-icon-wrapper, .tm-fid-view-righticon .tm-fid-icon-wrapper, .tm-fid-view-lefticon .tm-fid-icon-wrapper {
    position: absolute;
    top: 0px;
}

.tm-fid-view-righticon.inside h4, .tm-fid-view-lefticon.inside h4 {
    margin-top: 1px;
    margin-bottom: 0px;
    float: left;
    display: block;
}

.tm-fid-view-lefticon .tm-fld-contents {
    padding-left: 70px;
}

.tm-fid-view-topicon.inside h4 span:nth-child(2), .tm-fid-view-lefticon.inside h4 span:nth-child(2) {
    margin-left: -15px;
}

.tm-fid-view-righticon.inside h4 {
    float: right;
}

.tm-textcolor-white .inside h3 {
    color: rgba(255, 255, 255, 1) !important;
}

/*** Right icon view ***/
.tm-fid-view-righticon .tm-fld-contents {
    text-align: right;
    padding-right: 95px;
}

.tm-fid-view-righticon.tm-fid-without-icon .tm-fld-contents {
    padding-right: 0px;
}

.tm-fid-view-righticon .tm-fid-icon-wrapper {
    right: 13px;
}

.tm-fid-main-border {
    text-align: center;
}

.inside .tm-content-fid {
    text-align: center;
    height: 140px;
    padding-top: 18px;
    width: 140px;
    background-color: #1a1d22;
    border-radius: 50%;
    position: relative;
}

/*** 

====================================================================
    Row Section
====================================================================

 ***/
.site {
    overflow: hidden;
}

.site-main {
    position: relative;
    padding-top: 82px;
    z-index: 10;
}

/*** 

====================================================================
    Sidebar Section
====================================================================

 ***/
.themetechmount-sidebar-true.page #primary .site-main {
    padding-bottom: 40px;
}
.themetechmount-sidebar-true .site-main {
    padding-top: 100px;
}

body.themetechmount-sidebar-left:not(.tm-empty-sidebar) .site-content #primary.content-area {
    float: right;
}

.site-content #sidebar-left.sidebar, .site-content #sidebar-right.sidebar {
    margin-top: 0px;
    padding-top: 17px;
    padding-bottom: 40px;
}

.site-content #sidebar-left.sidebar {
    float: left;
}

.tm-empty-sidebar:not(.themetechmount-sidebar-bothright, .themetechmount-sidebar-bothleft) #primary {
    margin: 0 auto !important;
    float: none !important;
}

/*** themetechmount Sidebar Both ***/
body.themetechmount-sidebar-both .site-content #sidebar-left.sidebar {
    margin-left: -74.8%;
    float: left;
}

body.themetechmount-sidebar-both .site-content #primary.content-area {
    margin-left: 25% !important;
}

/*** themetechmount Sidebar Bothleft ***/
body.themetechmount-sidebar-bothleft .site-content #primary.content-area {
    float: right;
}

body.themetechmount-sidebar-bothleft .site-content #sidebar-right.sidebar {
    margin-top: 0px;
    padding-top: 17px;
    padding-bottom: 70px;
}

body.themetechmount-sidebar-bothleft .site-content #sidebar-left.sidebar {
    border: none;
    float: left;
}

body.themetechmount-sidebar-bothleft .site-content #sidebar-right.sidebar {
    border-left: 0px;
    float: right;
}

body.themetechmount-sidebar-bothleft .site-content  #sidebar-right .widget {
    padding-left: 0px;
    padding-right: 0px;
}

body.themetechmount-sidebar-bothleft .site-content #sidebar-left .widget {
    padding-right: 0px;
}

/*** themetechmount Sidebar BothRight ***/
body.themetechmount-sidebar-bothright .site-content #sidebar-right.sidebar {
    border: none;
}

body.themetechmount-sidebar-bothright .site-content #sidebar-left.sidebar {
    border-right: 0px;
    float: left;
}

/*** Sidebar widget ***/
.widget .woocommerce-product-search, .widget .search-form {
    position: relative;
}

.widget .search-form label {
    display: block;
}

.widget .woocommerce-product-search .search-field, .widget .search-form .search-field {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 10px;
    padding: 11px 15px;
    font-weight: 500;
}

.widget .woocommerce-product-search input::-webkit-input-placeholder, .widget .search-form input::-webkit-input-placeholder {
    color: #7b8095;
}

.widget .woocommerce-product-search input:-moz-placeholder, .widget .search-form input:-moz-placeholder {
    color: #7b8095;
}

.widget .woocommerce-product-search input:-ms-input-placeholder, .widget .search-form input:-ms-input-placeholder {
    color: #7b8095;
}

.widget.woocommerce.widget_product_search input[type="submit"], 
.widget.woocommerce.widget_product_search button {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 49px;
    height: 51px;
    z-index: 1;
    border-radius: 10px;
    background-image: url(../images/findicon-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}

.tm-textcolor-dark .widget .search-form .search-field {
    border-color: rgba(0, 0, 0, 0.07);
}

.sidebar .widget {
    position: relative;
}

.sidebar .widget:first-child {
    padding-top: 0;
}


.sidebar .widget {
    padding: 15px 0px 15px;
}

#sidebar-left.sidebar .widget, #sidebar-right.sidebar .widget {
    margin: 0px 0px 33px;
    padding: 30px;
    overflow: hidden;
    background-color: var(--ttm-greycolor);
    border-radius: 20px;
}

.sidebar .widget.widget-0padding-box {
    padding: 0;
    box-shadow: unset;
    border: none;
}

.sidebar .widget h2, 
.sidebar .wp-block-search__label {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    display: block;
}
.sidebar .wp-block-search__label {
    margin-bottom: 0px;
	font-family: var(--special-element-fontfamily);
	font-weight: var(--special-element-fontweight);
	color: var(--ttm-secondarycolor);
}

.sidebar .widget .widget-title {    
    display: block;
}

.sidebar .widget.widget_search {
    padding: 0;
    border: none;
}

.widget .woocommerce-product-search input::-webkit-input-placeholder, .widget .search-form input::-webkit-input-placeholder {
    color: inherit !important;
}

.widget .woocommerce-product-search input:-moz-placeholder, .widget .search-form input:-moz-placeholder {
    color: inherit !important;
}

.widget .woocommerce-product-search input:-ms-input-placeholder, .widget .search-form input:-ms-input-placeholder {
    color: inherit important;
}

.sidebar .widget.widget_media_video:before, .sidebar .widget.widget_media_image:before, .sidebar .widget.widget-0padding-box:before, .sidebar .widget.finopik_all_post_list_widget:before, .sidebar .widget.finopik_category_list_widget:before, .sidebar .widget.widget_search:before {
    border: none;
}

.sidebar.widget-area .widget.widget_media_video, .sidebar.widget-area .widget.widget_media_image {
    padding: 0;
    box-shadow: unset;
}

.sidebar.widget-area .widget.widget_media_video, .sidebar.widget-area .widget.widget_media_image {
    border: none;
}

.sidebar.widget-area .widget.widget_media_video .widget-title, .sidebar.widget-area .widget.widget_media_image .widget-title, .widget.woocommerce.widget_product_search .widget-title {
    display: none;
}

/*  themetechmount-sidebar-right  */
body.themetechmount-sidebar-right .site-content-wrapper #primary.content-area {
    float: left;
}

.site-content-wrapper #sidebar-right.sidebar {
    margin-top: 100px;
    margin-bottom: 70px;
    padding-top: 0px;
    padding-bottom: 35px;
    float: right;    
}

.main-holder .site-content .woocommerce-pagination, .themetechmount-pagination {
    margin-bottom: 40px;
}

/*  themetechmount-sidebar-left  */
body.themetechmount-sidebar-left:not(.tm-empty-sidebar) .site-content-wrapper #primary.content-area {
    float: right;
}

.site-content-wrapper #sidebar-left.sidebar {
    margin-top: 100px;
    padding-top: 0px;
    padding-bottom: 35px;
    float: left;    
    margin-bottom: 70px;
}

body.themetechmount-sidebar-right.tm-empty-sidebar .site-content-wrapper #primary.content-area {    
    border-right: 0;
    margin-right: 0;
}

body.themetechmount-sidebar-left.tm-empty-sidebar .site-content-wrapper #primary.content-area {    
    border-left: 0;
    margin-left: 0;
    margin-right: 0;
}


.sidebar .widget .search-form {
    position: relative;            
}

.sidebar .widget .search-form .search-field {
    background-color: transparent;
    border-radius: 30px;
    padding: 15px 20px 15px 20px;
    font-weight: 500;
    border: 1px solid var(--ttm-bordercolor);
    width: 224px;
}

.widget.woocommerce.widget_product_search input[type="submit"], .widget.woocommerce.widget_product_search button, .widget .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 58px;
    height: 58px;
    z-index: 1;
    border-radius: 0px;
    background-image: url(../images/arrow-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--ttm-skincolor);
    border-radius: 50%;
}

/*** 

====================================================================
    Social Section
====================================================================

 ***/
.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.social-icons li {
    display: inline-block !important;
    padding-left: 0px;
    min-width: 23px;
    border: none;
}

.social-icons li > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255 , 0.22);
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 14px;
    color: inherit;
    margin-right: 5px;
}

.sidebar .social-icons li {
    border-top: none !important;
    padding: 0 !important;
}

/*** 

====================================================================
    Flyning Form Section
====================================================================

 ***/
.w-search-input input[type="text"]:focus {
    border-color: rgba(255, 255, 255, 0.80);
    color: #fff;
}

.w-search-form-h {
    display: table;
    height: 100%;
    width: 100%;
}

.w-search-form-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
}

.tm-search-close {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 1);
    top: 50%;
    margin-top: -20px;
    right: 15px;
    border-radius: 3px;
    width: 33px;
    height: 33px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    color: #012546;
    cursor: pointer;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.tm-search-close:hover {
    background-color: #012546;
    border-color: #012546;
    color: #fff;
}

.w-search-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    color: #fff !important;
    -webkit-transition: transform ease-out .2s;
    -moz-transition: transform ease-out .2s;
    -ms-transition: transform ease-out .2s;
    -o-transition: transform ease-out .2s;
    transition: transform ease-out .2s;
    transform: rotate(0deg);
}

.w-search-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

/*** 

====================================================================
    Custom Selectbox
====================================================================

 ***/
.select2-container--default .select2-selection--single {
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    height: 46px;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 15px;
    font-weight: normal;
    color: inherit;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -10px;
    margin-top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
    right: 5px;
}

.tm-textcolor-white .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.tm-textcolor-white .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.03);
    border-color: transparent;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
}

.select2-container--default .select2-selection--single, .select2-dropdown {
    border: 1px solid var(--ttm-bordercolor);
    margin: 0px;
}
.select2-container--open .select2-dropdown {
    left: 0;
    border: 1px solid var(--ttm-bordercolor);
}
.search-results ul.tm-recent-post-list > li img {    
    width: 90px;        
    height: 50px;
}
.search-results ul.tm-recent-post-list>li .post-detail a {    
    font-weight: 400;    
    font-size: 16px;
    line-height: 27px;
}
.search-results ul.tm-recent-post-list > li .post-date {    
    padding-bottom: 0;
}
.search-results .tm-entry-meta-wrapper {
    margin: 0;    
}
.search-results ul.tm-recent-post-list>li .tm-entry-meta .tm-meta-line a {
    font-size: 14px !important;    
}

.tm-textcolor-dark .select2-container--default .select2-selection--single, .tm-textcolor-dark .select2-dropdown {
    border-color: rgba(0, 0, 0, .07);
}

.tm-col-bgcolor-skincolor .select2-container--default .select2-selection--single, .tm-bgcolor-skincolor .select2-container--default .select2-selection--single, .tm-col-bgcolor-skincolor .select2-dropdown, .tm-bgcolor-skincolor .select2-dropdown {
    border-color: transparent;
}

.tm-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__arrow b, .tm-col-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

/*** 

====================================================================
    Contact Form 
====================================================================

 ***/
.wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 15px;
    display: block;
    padding-top: 5px;
}

.wpcf7 label {
    display: block
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    background: green;
    border: none;
    color: white;
    padding: 8px 16px;
}

/*** Common Form  ***/
.wpcf7 .tm-commonform textarea {
    min-height: 100px;
}

div.wpcf7 .ajax-loader {
    position: absolute;
}

.wpcf7 .tm-commonform .field-group {
    position: relative;
}

.wpcf7 .tm-commonform .field-group i {
    position: absolute;
    left: 15px;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
    line-height: 16px;
}
.select2-container--default .select2-selection--multiple {    
    height: 50px;
}

.wpcf7 .tm-commonform .field-group input[type="text"], .wpcf7 .tm-commonform .field-group textarea, .wpcf7 .tm-commonform .field-group input[type="email"] {
    padding: 10px 30px;
	background-color: transparent;
	border-radius: 5px;
}
.select2-container--default .select2-selection--multiple {
	background-color: transparent;
}
.field-group {
    font-size: 17px;
    line-height: 28px;
    color: var(--ttm-secondarycolor);
    font-weight: 700;
}
.tm-commonform.tm-contactform-01 .tm-checkbox .elementor-button.elementor-size-md {
    font-size: 15px;
    padding: 16px 30px;
    border-radius: 10px;
}
.tm-commonform.tm-contactform-03 .tm-checkbox,
.tm-commonform.tm-contactform-02 .tm-checkbox,
.tm-commonform.tm-contactform-01 .tm-checkbox {
    display: inline-block;
    position: relative;
    padding-top: 13px;
}
.tm-commonform.tm-contactform-03 .tm-contact-btn,
.tm-commonform.tm-contactform-02 .tm-contact-btn,
.tm-commonform.tm-contactform-01 .tm-contact-btn {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}
.wpcf7 .tm-commonform.tm-contactform-01 .field-group textarea,
.wpcf7 .tm-commonform.tm-contactform-02 .field-group textarea,
.wpcf7 .tm-commonform.tm-contactform-03 .field-group textarea {
    margin-bottom: 30px;
}

span.wpcf7-list-item .wpcf7-list-item-label {
	color: var(--body-fonts-color); 
	font-size: 15px;
}
.tm-commonform.tm-contactform-03 .tm-right-space .wpcf7-list-item.first,
.tm-commonform.tm-contactform-02 .tm-right-space .wpcf7-list-item.first {
    padding-right: 150px;
}
.tm-commonform.tm-contactform-03 .wpcf7-list-item,
.tm-commonform.tm-contactform-02 .wpcf7-list-item {
	margin: 0; 
}
.tm-commonform input[type="checkbox"]:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: -21px;
    height: 15px;
    width: 15px;
    border: 1px solid #b4afab;
    border-radius: 50%;
}
.tm-commonform input[type="checkbox"] {
    width: 0;
    margin-left: 22px;
    position: relative;
    top: 4px;
}
.tm-commonform input[type="checkbox"]:checked:after {
    content: "";
    border: solid var(--ttm-skincolor);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -17px;
    width: 6px;
    height: 10px;
    background-color: transparent!important;
}
.tm-commonform .select2-container {
    width: 100% !important;
}
.wpcf7-list-item-label {
    color: var(--ttm-secondarycolor);
    font-weight: 500;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

.wpcf7-checkbox label {
    font-weight: 400;
}

/*** 

====================================================================
    Heading Section
====================================================================

 ***/

/*Heading subheding*/
.tm-align-center .tm-element-heading-content-wrapper .tm-element-content-desctxt {
    width: 70%;
    margin: 0 auto;
}
.elementor-element .themetechmount-boxes .themetechmount-box-heading-wrapper {
    margin-bottom: 34px;
}
.elementor-element .themetechmount-boxes .themetechmount-box-heading-wrapper.tm-boxwithout-heading {
    margin-bottom: 0;
}

.tm-content-with-desc .tm-element-content-heading {
    margin-bottom: 15px;
}

.tm-element-heading-content-wrapper .tm-element-subheading {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header, .tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-element-content-desctxt {
    display: table-cell;
    padding-bottom: 0;
    vertical-align: middle;
}

.tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header {
    width: 50%;
    text-align: left;
    position: relative;
    padding-right: 80px;
}

.tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header:after {
    content: "";
    right: 65px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    border-right-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.08);
    border-right-style: solid;
}

/*** Common heading  ***/
.entry-header:not(.tm-titlebar) .entry-title, .themetechmount-box-blog .themetechmount-box-content h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
}

.entry-header:not(.tm-titlebar) .entry-title {
    font-size: 28px;
    line-height: 38px;
    position: relative;
    word-wrap: break-word;
}

.wpb_heading, .entry-header .entry-title {
    font-size: 22px;
}

.wpb_heading {
    margin-bottom: 30px;
}

.themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-left, .themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-right {
    position: relative;
}

.themetechmount-boxes-view-carousel:not(.tm-boxes-carousel-arrows-hide) .themetechmount-box-heading-wrapper.tm-element-align-left .tm-element-heading-wrapper {
    padding-right: 110px;
    width: 100%;
}

.themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-left .tm-heading-carousel-arrows, .themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-right .tm-heading-carousel-arrows {
    position: absolute;
    right: 0;
    top: 7px;
}

.themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-right .tm-heading-carousel-arrows {
    right: auto;
    left: 0px;
}



/*** 

====================================================================
    Catergory section
====================================================================

 ***/
.tm-term-featured-img img {
    width: 100%;
}

.tm-term-featured-img {
    padding-bottom: 30px;
}

.content-area .tm-term-desc {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/*** 

====================================================================
    Testimonials Section
====================================================================

 ***/
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-testimonials-info {
    overflow: hidden;
    display: block;
    width: 100%;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-box-img {
    border-radius: 50%;
    display: inline-block;
    z-index: 9;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-box-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100%;
    height: auto;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0);
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .testimonial_item .themetechmount-author-name, .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .testimonial_item .themetechmount-box-footer {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .testimonial_item .themetechmount-box-footer:before {
    content: "-";
    padding-right: 5px;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .testimonial_item {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: 25%;
    margin: -21px auto 0px auto;
    padding: 7px 5px;
}

.testimonials-nav .nav_item_wrap:not(.slick-active) {
    cursor: pointer;
}
.themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
    font-size: 38px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
    padding: 10px 0 20px;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
}
.themetechmount-boxes-testimonial .testimonials-info .themetechmount-box-desc .themetechmount-testimonial-text:after {
    content: "";
    background-color: #000;
    -webkit-mask: url(../images/quotation.svg) no-repeat 100% 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    right: 0;
    bottom: auto;
    width: 152px;
    height: 114px;
    background-color: var(--ttm-skincolor);
    display: block !important;
    transition: all 0.3s ease 0s;
    z-index: -1;
    text-align: center;
    margin: auto;
	opacity: 0.10;
}
.tm-bgcolor-skincolor .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text, .tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text, .tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text, .tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text {
    color: rgba(255, 255, 255, 0.80);
}

.tm-textcolor-white .boxview-style4 .themetechmount-box-desc .themetechmount-testimonial-text, .tm-bgcolor-skincolor .themetechmount-boxes-testimonial  .themetechmount-author-name, .tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial .themetechmount-author-name {
    color: rgba(255, 255, 255, 1);
}

.themetechmount-boxes-col-one .themetechmount-boxes-testimonial-inner .row.themetechmount-boxes-row-wrapper {
    margin: 0;
}

.tm-row-inner .themetechmount-boxes-col-one .themetechmount-boxes-testimonial-inner .row.themetechmount-boxes-row-wrapper {
    margin-left: 0px;
    margin-right: 0px;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel  .slick-dots {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: auto;
}

/*** themetechmount-box-view-default  themetechmount-box-img ***/
.themetechmount-box-view-default .themetechmount-box-author .themetechmount-box-img .themetechmount-item-thumbnail {
    display: block;
    left: 0;
    right: 0;
}

.themetechmount-box-view-default .themetechmount-box-author .themetechmount-box-img .themetechmount-icon-box {
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: none;
    background-color: #0186d5;
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.themetechmount-box-view-default .themetechmount-box-title {
    margin-top: 0px;
    position: relative;
}

.themetechmount-box-view-default .themetechmount-box-author .themetechmount-author-name a:hover {
    color: #424242;
}

/*** 

====================================================================
    Client logo Section
====================================================================

***/
.themetechmount-boxes-view-default.themetechmount-boxes-client .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 20px;
}

.themetechmount-box-client {
    text-align: center;
}

.themetechmount-box-client .themetechmount-item-thumbnail {
    width: 100%;
    display: table;
}

.themetechmount-box-client .themetechmount-item-thumbnail-inner {
    margin-right: 13px;
    margin-left: 13px;
    padding: 25px;
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}

.themetechmount-box-client.themetechmount-client-box-view-boxed-logo .themetechmount-item-thumbnail-inner {

    border: 1px solid var(--ttm-bordercolor);
    border-radius: 10px;
}

.themetechmount-box-client:not(.themetechmount-box-view-boxed-logo) .themetechmount-item-thumbnail-inner {
    padding: 8px 12px;
}

.themetechmount-box-client.themetechmount-box-view-boxed-logo {
    border: none;
    display: block;
}

.slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img {
    display: inline-block;
}


.slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img {
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}

.slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.tm-clientlogo-box-full-opacity .slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.tm-box-col-wrapper.slick-slide .themetechmount-box-client .tm-client-logo-tooltip .themetechmount-box-client {
    margin: 44px 0;
    display: block;
}

.tm-box-col-wrapper.slick-slide .themetechmount-box-client .tm-client-logo-tooltip a.tm-client-logo-link {
    display: block;
    padding: 0px;
    outline: none;
}

.themetechmount-boxes-view-default .themetechmount-box-client {
    padding-bottom: 10px;
}

.tm-col-bgcolor-darkgrey .themetechmount-box-client.themetechmount-box-view-boxed-logo, 
.tm-bgcolor-darkgrey .themetechmount-box-client.themetechmount-box-view-boxed-logo, 
.tm-col-bgcolor-skincolor .themetechmount-box-client.themetechmount-box-view-boxed-logo, 
.tm-bgcolor-skincolor .themetechmount-box-client.themetechmount-box-view-boxed-logo,
.tm-col-bgcolor-grey .themetechmount-box-client.themetechmount-box-view-boxed-logo, 
.tm-bgcolor-grey .themetechmount-box-client.themetechmount-box-view-boxed-logo {
    background-color: var(--ttm-whitecolor);
}

.themetechmount-client-box-view-separator-logo {
    display: block;
}

.themetechmount-box-view-separator-logo .themetechmount-item-thumbnail {
    position: relative;
}

.themetechmount-box-view-separator-logo .themetechmount-item-thumbnail:after {
    border-right: 1px solid #eaeaea;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
}

.themetechmount-boxes-client.themetechmount-boxes-col-five .tm-box-col-wrapper:nth-child(5n+5) .themetechmount-item-thumbnail:after {
    border-right: none;
}

.themetechmount-boxes-client.themetechmount-boxes-col-three .tm-box-col-wrapper:nth-child(3n+3) .themetechmount-item-thumbnail:after {
    border-right: none;
}

.themetechmount-boxes-client.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrows-side .themetechmount-boxes-row-wrapper.slick-slider {
    margin-top: -35px;
}

.tm-shadowboxview-style-clientlogo .themetechmount-client-box-view-boxed-logo {
    box-shadow: 0 0 10px 0 rgb(0, 0, 0, .1);
}

.themetechmount-boxes-view-default.tm-shadowboxview-style-clientlogo .themetechmount-box-client {
    padding-bottom: 10px;
}

.tm-shadowboxview-style-clientlogo .themetechmount-box-client.themetechmount-box-view-boxed-logo .themetechmount-item-thumbnail-inner {
    height: 150px;
}

/*** 

====================================================================
    Global Box spacing
====================================================================

 ***/
.themetechmount-boxes-view-carousel .tm-box-col-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 30px;
}

/*===Box-gap-0px===*/
.themetechmount-boxes-gap-0px .themetechmount-boxes-row-wrapper.row {
    margin-left: 0;
    margin-right: 0;
}

.themetechmount-boxes-gap-0px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 0px;
    padding-left: 0px;
}

.themetechmount-boxes-gap-0px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 0px;
}

/*===Box-gap-5px===*/
.themetechmount-boxes-gap-5px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.themetechmount-boxes-gap-5px .themetechmount-boxes-row-wrapper.row {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.themetechmount-boxes-gap-5px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 5px;
}

/*===Box-gap-10px===*/
.themetechmount-boxes-gap-10px .themetechmount-boxes-row-wrapper.row {
    margin-left: -5px;
    margin-right: -5px;
}

.themetechmount-boxes-gap-10px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
}

.themetechmount-boxes-gap-10px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 10px;
}

/*===Box-gap-15px===*/
.themetechmount-boxes-gap-15px .themetechmount-boxes-row-wrapper.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.themetechmount-boxes-gap-15px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.themetechmount-boxes-gap-15px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 15px;
}

/*===Box-gap-20px===*/
.themetechmount-boxes-gap-20px .themetechmount-boxes-row-wrapper.row {
    margin-left: -10px;
    margin-right: -10px;
}

.themetechmount-boxes-gap-20px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 10px;
    padding-left: 10px;
}

.themetechmount-boxes-gap-20px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 20px;
}

/*===Box-gap-25px===*/
.themetechmount-boxes-gap-25px .themetechmount-boxes-row-wrapper.row {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.themetechmount-boxes-gap-25px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 12.5px;
    padding-left: 12.5px;
}

.themetechmount-boxes-gap-25px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 25px;
}

/*===Box-gap-30px=====*/
.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row {
    margin-left: -15px;
    margin-right: -15px;
}

.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 15px;
    padding-left: 15px;
}

.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 30px;
}

/*===Box-gap-40px===*/
.themetechmount-boxes-gap-40px .themetechmount-boxes-row-wrapper.row {
    margin-left: -20px;
    margin-right: -20px;
}

.themetechmount-boxes-gap-40px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 20px;
    padding-left: 20px;
}

.themetechmount-boxes-gap-40px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 40px;
}

/*===Box-gap-50px===*/
.themetechmount-boxes-gap-50px .themetechmount-boxes-row-wrapper.row {
    margin-left: -25px;
    margin-right: -25px;
}

.themetechmount-boxes-gap-50px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 25px;
    padding-left: 25px;
}

.themetechmount-boxes-gap-50px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 50px;
}

/*===Box-gap-60px===*/
.themetechmount-boxes-gap-60px .themetechmount-boxes-row-wrapper.row {
    margin-left: -30px;
    margin-right: -30px;
}

.themetechmount-boxes-gap-60px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 30px;
    padding-left: 30px;
}

.themetechmount-boxes-gap-60px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 60px;
}

/*===Box-gap-70px===*/
.themetechmount-boxes-gap-70px .themetechmount-boxes-row-wrapper.row {
    margin-left: -35px;
    margin-right: -35px;
}

.themetechmount-boxes-gap-70px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 35px;
    padding-left: 35px;
}

.themetechmount-boxes-gap-70px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 70px;
}

/*===Box-gap-80px===*/
.themetechmount-boxes-gap-80px .themetechmount-boxes-row-wrapper.row {
    margin-left: -40px;
    margin-right: -40px;
}

.themetechmount-boxes-gap-80px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 40px;
    padding-left: 40px;
}

.themetechmount-boxes-gap-80px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 80px;
}


.themetechmount-boxes-portfolio .col-xs-12 {
    margin-bottom: 30px;
}

.themetechmount-boxes-portfolio.themetechmount-boxes-sortable-yes .col-lg-4 {
    margin-left: -1px;
}

/*** 

====================================================================
    Slick Slider
====================================================================

 ***/
.themetechmount-slider-wrapper {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.tm-headerstyle-classic .themetechmount-slider-wrapper {
    z-index: 9;
}

.slick-slide {
    outline: none;
}

.themetechmount-boxes-row-wrapper .slick-arrow {
    padding: 0;
    margin: 0 3px;
    z-index: 1;
    background: transparent;
    width: 37px;
    height: 37px;
    border: 1px solid #c7c7c7;
    text-align: center;
}

.tm-boxes-carousel-arrows-hide .themetechmount-boxes-row-wrapper .slick-arrow {
    opacity: 0;
}

.themetechmount-boxes-view-carousel .themetechmount-boxes-row-wrapper .slick-arrow:hover:before {
    color: #fff;
    border-color: transparent;
}

.themetechmount-boxes-row-wrapper .slick-prev:before, .themetechmount-boxes-row-wrapper .slick-next:before {
    font-family: "FontAwesome";
    content: "\f178";
    color: #c7c7c7;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    opacity: 1;
}

.themetechmount-boxes-row-wrapper .slick-prev:before {
    content: '\f177';
    text-align: center;
}

.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-prev {
    left: -40px;
}

.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-next {
    right: -40px;
}

.themetechmount-boxes-team.themetechmount-boxes-view-carousel .slick-slider {
    margin-left: -10px;
    margin-right: -10px;
}

.themetechmount-boxes-portfolio .themetechmount-boxes-row-wrapper .slick-arrow {
    border-radius: 0px;
}

/*** Slick dot desing ***/
.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    width: 9px;
    height: 5px;
    margin: 0px 2px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.slick-dots li button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    margin: 13px 10px 0px 0;
    position: relative;
    background-color: #e0e0e0;
    line-height: 0;
    padding: 0;
}

.slick-dots li.slick-active {
    width: 30px;
    height: 8px;
    border-radius: 6px;
}

.slick-dots li.slick-active button {
    width: 30px;
    background-color: #e0e0e0;
    border-radius: 6px;
}

.slick-dots li button:before {
    display: none;
}

.tm-bgcolor-skincolor .slick-dots li button, .tm-col-bgcolor-skincolor .slick-dots li button {
    background-color: rgba(255, 255, 255, .1);
}

/*** Flex slider dot desing ***/
.flex-control-paging li a {
    -o-box-shadow: none;
    box-shadow: none;
    background: none;
    border: 2px solid #fff;
}

.flex-control-paging li a:hover {
    background: none;
}

.flex-control-paging li a.flex-active {
    background-color: #fff;
}

/*** Flex slider Arrow desing ***/
.flex-direction-nav a:before, .flex-direction-nav a.flex-next:before {
    font-family: "tm-finopik-icons";
}

.flex-direction-nav a:before {
    content: '\e808';
}

.flex-direction-nav a.flex-next:before {
    content: '\e809';
}

/*** 

====================================================================
   flexslider
====================================================================

 ***/
.tm-flexslider ul li {
    display: none;
    float: left;
}

.tm-flexslider ul li:first-child {
    display: block;
}

.tm-flexslider .flex-control-nav {
    bottom: 5px;
    z-index: 1;
}

.tm-flexslider .flex-control-paging li a {
    border: 1px solid #fff;
    background: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 0;
}

.tm-flexslider .flex-control-paging li a.flex-active {
    background-color: #fff;
}

.flex-control-nav li {
    margin: 0 3px;
}

/*** 

====================================================================
    Drop Cap Design
====================================================================

 ***/
.tm-dropcap {
    float: left;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
    width: 51px;
    height: 51px;
    line-height: 52px;
    font-size: 34px;
    margin: 7px 8px -5px 0;
}

.tm-dcap-style-rounded {
    border-radius: 5px;
}

.tm-dcap-style-round {
    border-radius: 50%;
}

.tm-dropcap.tm-bgcolor-dark, .tm-dropcap.tm-bgcolor-skincolor {
    color: #fff;
}

.tm-dropcap.tm-bgcolor-dark {
    background-color: #202020;
}

.tm-dropcap.tm-bgcolor-grey {
    background-color: #E2E2E2;
}

.tm-dropcap.tm-bgcolor-grey, .tm-dcap-txt-color-dark {
    color: #313131;
}

.tm-dcap-style-square, .tm-dcap-style-round, .tm-dcap-style-rounded {
    position: relative;
    top: 4px;
    float: left;
    margin-right: 10px;
    padding: 0;
    line-height: 50px;
    text-transform: uppercase;
}

.tm-dcap-style-rounded {
    border-radius: 5px;
    background-color: #c93756;
    font-size: 35px;
}

.tm-dcap-style-round {
    border-radius: 50%;
    background-color: #1f4788;
    font-size: 35px;
}

.tm-dcap-style-square {
    color: #a0ce4e;
    font-size: 60px;
}

.tm-dropcap.tm-bgcolor-skincolor {
    color: #fff;
    background-color: #fc6042;
    font-size: 35px;
}

body .tm-dropcap.tm-bgcolor-dark, body .tm-dropcap.tm-bgcolor-skincolor {
    color: #fff !important;
}

/*** 

====================================================================
    Category filter Section
====================================================================

 ***/
.themetechmount-boxes-textalign-left .tm-sortable-wrapper {
    text-align: left;
}

.themetechmount-boxes-textalign-right .tm-sortable-wrapper {
    text-align: right;
}

.tm-sortable-list ul {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
    margin-top: 20px;
}

.tm-sortable-list .tm-sortable-link {
    display: inline-block;
    margin-right: 10px;
}

.tm-sortable-list .tm-sortable-link a {
    display: block;
    cursor: pointer;
    padding: 8px 25px 10px;
    margin-bottom: 5px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px;
    border: 1px solid;
    text-transform: capitalize;
}

.themetechmount-boxes-textalign-left .tm-sortable-list .tm-sortable-link a {
    padding: 5px 21px;
    background-color: transparent;
    border: none;
    border-radius: 3px;
}

.tm-sortable-list .tm-sortable-link a:hover, .tm-sortable-list .tm-sortable-link a.selected {
    color: #fff;
    border-color: transparent;
}

.themetechmount-boxes-textalign-center .tm-sortable-wrapper {
    text-align: center;
}

.tm-bgcolor-skincolor .tm-sortable-list .tm-sortable-link a, .tm-bgcolor-darkgrey .tm-sortable-list .tm-sortable-link a, .tm-white-sort-bt .tm-sortable-list .tm-sortable-link a {
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: rgba(255, 255, 255, 0.75);
}

.themetechmount-boxes-portfolio.themetechmount-boxes-sortable-yes .themetechmount-boxes-inner.themetechmount-boxes-portfolio-inner {
    margin-left: 0;
    margin-right: -13px;
}

.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner>div.themetechmount-box-heading-wrapper:not(.themetechmount-boxes-row-wrapper) {
    flex-basis: 0%;
    flex-grow: 1;
    flex: 0 0 35.33%;
    max-width: 35.33%;
}

.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner>div.tm-sortable-wrapper.tm-sortable-wrapper-portfolio:not(.themetechmount-boxes-row-wrapper) {
    flex-basis: 0%;
    flex-grow: 1;
    flex: 0 0 64.33%;
    max-width: 64.33%;
}

.themetechmount-boxes-sortable-yes.themetechmount-boxes-textalign-left .themetechmount-boxes-inner>div.tm-sortable-wrapper.tm-sortable-wrapper-portfolio:not(.themetechmount-boxes-row-wrapper) {
    text-align: right;
}

.themetechmount-boxes.themetechmount-boxes-sortable-yes .themetechmount-boxes-inner>div.themetechmount-boxes-row-wrapper {
    margin-top: 16px;
    display: block;
    width: calc(100% + 20px);
}

.themetechmount-boxes-sortable-yes.tm-cta3-rev-heading .tm-sortable-list ul {
    margin-top: 20px;
}

.themetechmount-boxes-sortable-yes:not(.tm-cta3-rev-heading) .tm-sortable-list ul {
    margin-top: 8px;
}

/*** Singel page ***/
.summary .clear {
    display: none;
}

/*** Sidebar ***/
.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 7px 21px;
    margin: 0 5px 8px 0;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    font-size: 15px !important;
    background-color: #fff;
    font-weight: 500;
    color: inherit;
}
.sidebar .widget .tagcloud a:last-child {
	 margin: 0 5px 0px 0;
}

.sidebar .widget .tagcloud a:hover {
    color: #fff;
    border-color: transparent;
}

.sidebar .gallery {
    margin-bottom: 0;
}

/***  comment-form-rating ***/
.comment-form-rating {
    padding-bottom: 10px;
}

#review_form .comment-form-rating .select2-container {
    display: none;
}

/*** 

====================================================================
    404 Page
====================================================================

 ***/
.error404 .site-main {
    padding-top: 0;
}

section.error-404 {
    padding: 0px 0px 100px;
    text-align: center;
}
section.error-404 .tm-big-icon {
    font-size: 104px;
}
section.error-404 .page-header {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
section.error-404 h1 {
    font-size: 78px;
    line-height: 88px;
}
section.error-404 .page-content p {
    font-size: 18px;
    margin-bottom: 0px;
}
section.error-404 .search-form {
    position: relative;
    max-width: 390px;
    margin-top: 35px;
    padding-bottom: 0;
}
section.error-404 .search-form label {
    display: block;
}
section.error-404 .search-form .search-field {
    border-width: 1px;
    background-color: #fff;
    border-radius: 0em;
}
section.error-404 .search-form .search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 46px;
    height: 46px;
    z-index: 1;
    border-radius: 0px 3px 3px 0px;
    background-image: url(../images/findicon.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    opacity: 0.3;
}

.tm-sresults-no-content-w {
    padding-bottom: 80px;
    padding-top: 30px;
}

.tm-sresults-no-content-w h3 {
    font-size: 30px;
    line-height: 35px;
}

.error404 .site-main {
    background-color: transparent !important;
}
section.error-404 h4 {
    font-size: 520px;
    line-height: 530px;
	margin-bottom: 0;
}

.tm-404-home-button {
    margin-top: 50px;
}

section.error-404 h6 {
    font-size: 20px;
    margin-bottom: 0px;
}

.tm-404-home-button a {
    color: #fff;
}

.tm-404-home-button .elementor-button-icon {
    padding-right: 2px;
}

.tm-404-home-button .elementor-element.elementor-widget-button .elementor-button {
    border-radius: 50%;
    border: 1px solid var(--body-blackfont-color);
    color: var(--body-blackfont-color);
    text-transform: uppercase;
}

.tm-404-home-button .elementor-element.elementor-widget-button .elementor-button:before {
    background-color: var(--ttm-secondarycolor);
}

/*** 

====================================================================
    Search Result Page
====================================================================

 ***/
.tm-sresult-form-wrapper {
    padding: 22px 0px 0px;
    margin-bottom: 60px;
    color: #fff;
    border-radius: 5px;
}

.tm-search-pagelist .tm-result-page-content {
    padding-left: 33px;
    padding-bottom: 10px;
}

.tm-search-pagelist li > h4 {
    margin-bottom: 7px;
}

.tm-search-results-title a.label-default {
    padding: 5px 10px;
    position: relative;
    top: -3px;
}

/*** Search Select Box ***/
.tm-search-select-box {
    width: 100%;
    position: relative;
    padding-right: 162px;
}

.tm-search-select-box .select2-container {
    width: 98% !important;
}

.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.tm-search-select-box .select2-container--default .select2-selection--single {
    border: 1px solid rgba(255, 255, 255, 0.51);
    height: 50px;
    border-radius: 0px;
}

.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 5px;
}

.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.tm-search-select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

.tm-sresult-form-sbtbtn-wrapper input.tm-sresult-form-sbtbtn {
    color: var(--ttm-whitecolor);
    border: 2px solid transparent;
    padding: 16px 27px;
    font-size: 15px;
}

.tm-sresult-form-sbtbtn-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
}

.tm-search-main-box {
    padding: 22px 25px 30px 25px;
    background-color: rgba(0, 0, 0, 0.10);
    margin: 14px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.tm-search-main-box:before {
    position: absolute;
    right: 76px;
    top: -14px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid rgba(32, 32, 32, 0.09);
    content: " ";
}

.tm-search-text strong {
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.tm-search-results-title {
    font-weight: normal;
}

.tm-search-postlist li {
    list-style: none;
}

.tm-sresult-form-wrapper h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
    color: #fff;
    display: table-cell;
    width: 23%;
    margin-top: 0;
    vertical-align: middle;
}

.tm-sresult-form-wrapper h2 i {
    display: none;
}

body.search .tm-sresult-form-wrapper .search-form .search-field {
    border: 0;    
    background-color: rgba(0, 0, 0, 0.10);
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    padding-left: 70px;
    text-align: left;
    width: 100%;
    height: 52px;
}

body.search .tm-sresult-form-wrapper .search-form .search-field::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.48);
}

body.search .tm-sresult-form-wrapper .search-form .search-field::-moz-placeholder {

    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.48);
}

body.search .tm-sresult-form-wrapper .search-form .search-field:-ms-input-placeholder {

    /* IE 10+ */
    color: rgba(255, 255, 255, 0.48);
}

body.search .tm-sresult-form-wrapper .search-form .search-field:-moz-placeholder {

    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.48);
}

body.search .tm-sresult-form-wrapper .search-form input.search-field:focus {
    background-color: rgba(32, 32, 32, 0.08);
    color: #fff;
}

.tm-sresult-form-wrapper .search-form {
    width: 62%;
    display: table-cell;
    position: relative;
}

.tm-sresult-form-wrapper .search-form:after {
    position: absolute;
    content: '\e825';
    font-family: "tm-finopik-icons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 19px;
    background-color: rgba(0, 0, 0, 0.12);
    height: 52px;
    display: block;
    width: 55px;
    top: 4px;
    text-align: center;
    padding-top: 15px;
    left: 0;
    border-radius: 11px;
}
.tm-sresult-form-wrapper .search-form label {
    margin-bottom: 0;
    display: block;
}

.search .tm-sresult-form-wrapper .search-form .search-submit {
    display: none;
}

.tm-sresult-form-top {
    position: relative;
    display: table;
    width: 100%;
    padding: 14px 25px 26px 25px;
}

.tm-sresults-settings-wrapper {
    width: auto;
    display: table-cell;
    position: relative;
    padding-left: 15px;
}

.tm-sresults-settings-wrapper a {
    font-size: 17px;
    color: #fff;
    text-align: center;
    display: block;
    background-color: rgba(0, 0, 0, 0.10);
    display: block;
    padding: 14px 12px;
    border-radius: var(--ttm-button-shape);
    outline: none;
    font-weight: 500;
}
.elementor-button.elementor-size-md {    
    border-radius: var(--ttm-button-shape);
}

.tm-sresults-settings-wrapper a:hover, .tm-sresults-settings-wrapper a.tm-sresult-btn-active {
    color: #fff;
}

.tm-search-eventlist .item .item-thumbnail:before {
    display: none;
}

.tm-search-list.tm-search-postlist {
    padding-left: 0px;
}

.tm-sresults-first-row, .tm-sresults-cta-wrapper {
    padding-bottom: 30px;
}

.tm-sresults-title-w h2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
}

.tm-sresults-title-w h2 strong {
    font-weight: 700;
}

.search-results .tm-list.tm-list-style-icon li {
    position: relative;
    padding-bottom: 10px;
    list-style: none;
}

.search-results .tm-list.tm-list-style-icon .tm-list-li-content {
    padding-left: 7px;
}

.tm-sresults-title small a {
    font-weight: normal;
    margin-top: 0px;
    display: inline-block;
    padding: 2px 13px;
    display: inline-flex;
    position: absolute;
    font-size: 13px;
    line-height: 25px;
    height: 29px;
    border-radius: var(--ttm-button-shape);
}

.search-results .themetechmount-box-team {
    margin-bottom: 30px;
}

.tm-sresults-title small a i {
    width: 8px;
    margin-left: -6px;
    padding-right: 18px;
    margin-top: -1px;
}

.search-results .tm-box-col-wrapper {
    margin-bottom: 30px;
}

.search-results .page-header {
    border: none;
    margin: 0px 0 0px;
    padding-bottom: 0px;
}

.tm-results-page .tm-list.tm-list-style-icon, .tm-results-post .tm-recent-post-list {
    margin-top: 0;
}

.tm-sresults-first-row .tm-list.tm-list-style-icon, .tm-sresults-first-row ul.tm-recent-post-list {
    margin-bottom: 0;
    padding: 0;
}

.tm-results-page>.row, .tm-results-post>.row {
    padding-bottom: 37px;
}

/*** Search widget ***/
.search-form .search-submit {
    display: block;
}

.widget .search-form label {
    display: block;
	margin-bottom: 0;
}

/* ==========================================================================
White Color Section
========================================================================== */

/*** White text color Section ***/
.tm-textcolor-white h1, .tm-textcolor-white h2, .tm-textcolor-white h3, .tm-textcolor-white h4, .tm-textcolor-white h5, .tm-textcolor-white h6, .tm-textcolor-white .tm-fid-icon-wrapper i, .rev_slider .tm-textcolor-white {
    color: #fff !important;
}
.tm-textop-style1 h4 a,
.footer .tm-textcolor-white .tm-footer2-left, .footer .tm-textcolor-white .tm-footer2-right, .footer .tm-textcolor-white .widget ul.finopik_contact_widget_wrapper li, .footer .tm-textcolor-white ul.tm-recent-post-list > li .post-date, .footer .tm-textcolor-white p {
    color: rgba(255, 255, 255, 0.70);
}
.tm-col-bgcolor-skincolor.tm-textcolor-white a:hover, .tm-textcolor-white a, .tm-textcolor-white {
    color: rgba(255, 255, 255, 1);
}
.themetechmount-topbar-wrapper.tm-textcolor-white .top-contact li,
.themetechmount-topbar-wrapper.tm-textcolor-white .top-contact li a ,
.themetechmount-topbar-wrapper.tm-textcolor-white {
    color: rgba(255, 255, 255, 0.71);
}
.themetechmount-topbar-wrapper.tm-bgcolor-darkgrey.tm-textcolor-white {
    color: rgba(255, 255, 255, 0.80);
}
.tm-textcolor-white .widget .search-form .search-submit {
    background-image: url(../images/findicon-white.png);
}

.main-holder .widget.themetechmount_widget_recent_entries ul li:last-child {
    padding-bottom: 0px;
    border: none;
}

.tm-textcolor-darkgrey {
    color: rgba(0, 0, 0, 0.50);
}

.tm-textcolor-darkgrey a {
    color: rgba(0, 0, 0, 0.80);
}

.tm-textcolor-dark ul.tm-recent-post-list > li {
    border-top-color: rgba(0, 0, 0, 0.07);
}

/*** VC Colum ***/
span.edit-link {
    display: none; 
}

.edit-link a {
    background: #f8f8f8;
    padding: 10px 20px;
    display: inline-block;
    color: var(--ttm-secondarycolor);
}

.tm-page-loader-wrapper {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center center;
}

/*** Testimonial Default ***/
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview  .themetechmount-box-heading-wrapper {
    padding-bottom: 0px;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview  .themetechmount-box-heading-wrapper .tm-cta3-without-desc {
    padding-bottom: 16px;
}

.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-arrow, .themetechmount-boxes-view-slickview .testimonial_wrapper .slick-arrow:not(.slick-disabled):hover {
    background: transparent;
    background-color: transparent;
}

.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev:before, .themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next:before {
    font-size: 20px;
}

.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev, .themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
    background-color: transparent !important;
    box-shadow: none !important;
}

.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev {
    left: 50%;
    margin-left: -195px;
}

.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
    right: 50%;
    margin-right: -195px;
}

/*** Portfolio Likes ***/
.tmicon-fa-heart-o::before {
    content: "\f08a";
}

.tmicon-fa-heart:before {
    content: "\f004";
}

[class^="tmicon-fa-"]:before, [class*="tmicon-fa-"]:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

div.themetechmount-portfolio-likes-wrapper .like-active {
    cursor: default;
}

a.themetechmount-portfolio-likes {
    color: #fff;
}

/*** Footer Twiiter Widget ***/
.widget_latest_tweets_widget p.tweet-text:before {
    content: "\f099";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    position: absolute;
    left: 0px;
    padding-top: 5px;
}

.widget.widget_latest_tweets_widget ul > li {
    position: relative;
    padding: 0px 0px 0px 28px;
}

/*** Classic BlogPost Layout ***/
.tm-meta-line img {
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

article.themetechmount-box-blog-classic .tm-entry-meta-wrapper {
    margin-bottom: 15px;
    position: relative;
}
.category article.themetechmount-box-blog-classic .tm-entry-meta-wrapper,
.tag article.themetechmount-box-blog-classic .tm-entry-meta-wrapper {
    margin-bottom: 7px;    
    margin-top: 15px;
}

.single .post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-links {
    display: block;
}

.post.themetechmount-box-blog-classic.themetechmount-blogbox-format-quote .tm-blog-classic-box-content {
    padding: 0px;
    border: none;
    box-shadow: unset;
}

.post.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer .themetechmount-blogbox-footer-left {
    clear: both;
    padding: 0px;
    float: left;
}

.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a {
    background-color: #fff;
    position: relative;
    display: inline-block;
    position: relative;
    padding: 13px 30px 13px;
    border: 1px solid;
}

.single .themetechmount-box-blog-classic .themetechmount-box-desc-text {
    border-bottom: none;
    padding: 0px;
}

article.themetechmount-box-blog-classic.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio, article.themetechmount-box-blog-classic.themetechmount-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w {
    padding-bottom: 20.7%;
}

.post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-title {
    font-size: 16px;
    margin-top: 7px;
    margin-right: 3px;
}

.themetechmount-box-blog-classic .tm-social-share-wrapper {
    z-index: 10;
    position: relative;
    float: right;
}

.single-tm_portfolio .tm-social-share-title {
    font-size: 17px;
    line-height: 26px;
    margin-top: 5px;
    margin-right: 5px;
    font-weight: 700;
    color: #fff;
}

.single-tm_portfolio .tm-social-share-links a {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.10);
}

.single-tm_portfolio .tm-social-share-links ul, .single .themetechmount-box-blog-classic .tm-social-share-links ul {
    padding-right: 0px;
}

.single .post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-links {
    position: initial;
    opacity: 1;
    visibility: visible;
    text-align: left;
    padding: 0px;
    width: auto;
    float: left;
}

.post.themetechmount-box.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer>div {
    padding-top: 15px;
    position: relative;
    display: inline-block;
}

/*** sortable button ***/
.themetechmount-boxes-portfolio.themetechmount-boxes-sortablebutton-round .tm-sortable-list .tm-sortable-link a {
    border-radius: 2em;
}

.site-footer .tm-textcolor-dark, .site-footer .tm-textcolor-dark .social-icons li:not:hover i, .site-footer .tm-textcolor-dark.themetechmount-fbar-btn-link i {
    color: rgba(0, 0, 0, 0.7);
}

/*recent post widget ***/
.main-holder .widget.widget_recent_entries ul li {
    padding: 10px 0;
}

.main-holder .widget.widget_recent_entries ul li:first-child {
    padding-top: 0px;
}

/*** 

====================================================================
   Spcial section 
====================================================================

/*  topbar navigation menu */
.topbar-nav-menu {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.topbar-nav-menu li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}

.topbar-nav-menu li:first-child {
    padding-left: 0px;
}

/* transition global css */
.tm-header-style-infostack .kw-phone .ttm-custombutton a, .themetechmount-boxes-row-wrapper .slick-prev:before, .themetechmount-boxes-row-wrapper .slick-next:before, .themetechmount-boxes-row-wrapper .slick-arrow {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* single Blockquote */
.single article.post blockquote:before {
    content: '\e842';
    font-family: 'tm-finopik-icons';
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
    top: 30px;
    position: absolute;
    height: 48px;
    width: 48px;
    line-height: 48px;
    left: 0;
    right: 0;
    display: block;
    border-radius: 10px;
    font-size: 20px;
    z-index: 99999;
    transform: rotateZ(180deg);
    margin: auto;
    font-style: normal;
    text-align: center;
}

.single article.post blockquote {
    display: block;
    padding: 80px 30px 20px;
    position: relative;
    border: none;
    color: var(--ttm-secondarycolor);
    margin: 25px 0 10px 0px;
    font-weight: 500;
    font-size: 24px;
    font-style: italic;
    line-height: 38px;
    min-height: 100px;
    z-index: 1;
    border-radius: 0;
    text-align: center;    
    font-family: var(--special-element-fontfamily);
	border: 1px solid #b9b7b5;
    border-width: 1px 0;
	background-color: transparent;
}
.single article.post blockquote.has-text-align-right:before {
    right: 30px;
    left: auto;
}

.single article.post blockquote cite:before {
    content: unset;
}

.single article.post blockquote cite {
    font-size: 20px;
    margin-top: 15px;
    position: relative;
    font-weight: 500;
    color: var(--ttm-secondarycolor);
}

.single article.post blockquote span {
    font-size: 20px;
    line-height: 30px;
    color: var(--body-fonts-color);
    font-style: normal;
    font-weight: 500;
    font-family: var(--special-element-fontfamily);
}

article.post .entry-content blockquote p {
    margin-bottom: 15px;
    color: inherit;
}

blockquote h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
}

.single article.post blockquote .author-title {
    margin-top: -10px;
    padding-bottom: 10px;
}

/* span tag for category widget */
.sidebar .widget_product_categories li, .sidebar .widget_categories li {
    position: relative;
	padding: 11px 0px 15px 0;
}
.sidebar .widget_categories li:first-child {
	padding-top: 0;
}
.sidebar .widget_categories li:last-child {
	padding-bottom: 0;
}
.sidebar .widget_product_categories li span, .sidebar .widget_categories li span {
    color: var(--ttm-secondarycolor);
}


/* recent post widget with hide feature image */
.footer .widget.tm-hide-feature-image ul.tm-recent-post-list {
    text-align: center;
}

.footer .widget.tm-hide-feature-image ul.tm-recent-post-list > li img {
    display: none;
}

/*** text align center ***/
.tm-textalign-center, .tm-center-text {
    text-align: center;
}

/* footer widget nav menu */
.site-footer .widget.tm-widget_nav_menu.widget_nav_menu ul li {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0px 0px 11px 0;
}
.sidebar .widget ul ul > li {
	padding-left: 7px;
	padding-top: 0 !important;
	border: none !important;
	padding-bottom: 0px !important;
	padding-right: 0px;
}

.site-footer .widget.tm-widget_nav_menu.widget_nav_menu ul li:nth-child(even) {
    width: 40%;
    margin-left: 5%;
}

/*** Row, Column z-index ***/
.tm-zindex-0, .tm-zindex-1, .tm-zindex-2 {
    position: relative;
}

.tm-zindex-0 {
    z-index: unset;
}

.tm-zindex-2 {
    z-index: 2;
}

.tm-zindex-1 {
    z-index: 1;
}

/*** 

====================================================================
   Woocommerce Section
====================================================================

***/
.main-holder .site-content ul.products {
    margin-right: -15px;
    margin-left: -15px;
}

.main-holder .site-content ul.products li.product {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.main-holder #content.site-content ul.products li.product .tm-product-box {    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 5px;
}

.main-holder #content.site-content ul.products li.product .tm-product-box .tm-product-content {
    text-align: center;
    padding: 15px 0px 13px 0px;
    position: relative;
}

.main-holder .site-content ul.products li.product .woocommerce-loop-category__title, .main-holder .site-content ul.products li.product .woocommerce-loop-product__title, .main-holder .site-content ul.products li.product h3 {
    display: inline;
    padding: 0;
    margin: 0;    
    padding-bottom: 0;
    line-height: 25px;
    -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;
    transition: all 0.3s ease 0s;
}

.main-holder .site-content ul.products li.product .price {
    margin: 0px;
    min-height: 20px;
    font-size: 17px;
    margin-top: 18px;
}

/*** Woocommerce image hover effect content ***/
.main-holder .site-content ul.products li.product .tm-shop-icon>div {
    height: 48px;    
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;    
}

.main-holder .site-content ul.products li.product:hover .tm-shop-icon>div {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.main-holder .site-content ul.products li.product:hover .tm-shop-icon div.tm-wc-wishlist-btn, .main-holder .site-content ul.products li.product:hover .tm-shop-icon div.tm-wc-quickview-btn {
    width: 48px;
    font-size: 18px;
}

.main-holder .site-content ul.products li.product:hover .tm-shop-icon div.tm-wc-add-to-cart-btn {
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    border-left: 1px solid rgba(246, 246, 246, 0.18);
    border-right: 1px solid rgba(246, 246, 246, 0.18);
}

.main-holder .site-content ul.products li.product:hover .tm-shop-icon div.tm-wc-wishlist-btn {
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
}

.main-holder .site-content ul.products li.product .tm-shop-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    max-width: 100%;
    z-index: 3;
    text-align: center;
}

.main-holder .site-content ul.products li.product:hover .tm-shop-icon {
    visibility: visible;
    margin-top: 0;
    bottom: 0;
}

.main-holder .site-content ul.products li.product .yith-wcqv-button, .main-holder .site-content ul.products li.product .add_to_cart_button {
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    background: none;
    letter-spacing: 0;
    transition: none;
    padding-left: 0;
    font-size: 14px;
}



.main-holder .site-content ul.products li.product .yith-wcqv-button:after {
    content: '\e842';
}
.main-holder .site-content ul.products li.product .product_type_variable:after {
    content: '\e818';
    font-family: "tm-finopik-icons";
    position: absolute;
    left: -23px;
    text-align: center;
    font-size: 16px;
    margin-left: 0;
    border-width: 0;
    border-radius: 50%;
    top: -1px;
}

.product-hover-style1 .product_type_variable:after {
    content: '\e818';
    font-family: "tm-finopik-icons";
    position: absolute;
    left: -1px;
    text-align: center;
    font-size: 16px;
    margin-left: 0;
    border-width: 0;
    border-radius: 50%;
    top: -3px;
}


.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist, .main-holder .site-content ul.products li.product .yith-wcqv-button {
    position: relative;
    right: auto;
    font-size: 15px;
    top: auto;
    width: auto;
    height: auto;
    z-index: 1;
    display: block;
}

.main-holder .site-content ul.products li.product .yith-wcqv-button {
    top: 12px;
    right: 6px;
}

.main-holder .site-content ul.products li.product .yith-wcqv-button:after {
    left: 5px;
    top: 7px;
}

.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important;
}

.main-holder .site-content ul.products li.product .add_to_cart_button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: 7px;
    left: -30px;
    right: auto;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: auto;
    height: auto;
    background: none;
    width: auto;
    height: auto;
    line-height: 0;
}

.main-holder .site-content ul.products li.product  a.added_to_cart {
    display: none;
}

.main-holder .site-content ul.products li.product .add_to_cart_button.added:after {
    margin-left: 0;
}

.main-holder .site-content .yith-wcwl-add-to-wishlist .feedback {
    display: none;
}

.main-holder .site-content ul.products li.product .product_type_grouped:after {
    content: '\e806';
}

.main-holder .site-content ul.products li.product .product_type_variable:after {
    content: '\e818';    
    padding-left: 2px;
	color: var(--ttm-secondarycolor);
}

.tm-wc-add-to-cart-btn a.product_type_variable.add_to_cart_button:before {
	display: none !important; 
}

.main-holder .site-content ul.products li.product.outofstock .product_type_simple:after {
    content: '\e826';
}

.main-holder .site-content ul.products li.product .yith-wcqv-button:after {
    content: '\E825';
}

.main-holder .site-content ul.products li.product .compare:after {
    content: '\E81D';
}

.main-holder .site-content ul.products li.product .add_to_cart_button.added:after {
    margin-left: 7px;
}

.woocommerce .price .woocommerce-Price-amount, .main-holder .site-content ul.products li.product .price del {
    color: #7b8095;
    font-size: 14px;
    display: inline-block;
}

.main-holder .site-content ul.products li.product div.clear {
    display: inline-block;
    opacity: 0;
    display: none;
}

.tm-wrap-addto {
    display: inline-block;
}

.main-holder .site-content ul.products li.product .price ins {
    font-weight: normal;
}

.main-holder .site-content ul.products li.product.outofstock .product_type_simple:hover:after {
    color: #fff;
}
.single .main-holder .site-content span.featured.product-label, #yith-quick-view-content .onsale, .single .main-holder .site-content span.onsale, .main-holder .site-content ul.products li.product .product-label {
    background: rgba(81, 173, 0, 0.92);
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    display: table;
    position: absolute;
    text-align: center;
    top: 20px;
    left: 20px;
    min-width: 50px;
    line-height: 26px;
    z-index: 5;
    min-height: auto;
    font-weight: normal;
    height: 26px;
    width: 55px;
    max-width: 55px;
    vertical-align: top;
    border-radius: var(--ttm-button-shape);
    margin: 0;
}

.main-holder .site-content ul.products li.product .product-labels .product-label:first-child {
    top: 20px;
}

.main-holder .site-content ul.products li.product .product-labels .product-label:nth-child(2) {
    top: 55px;
}

.single .main-holder .site-content span.featured.product-label {
	top: 20px;
	left: 80px;
}

#yith-quick-view-modal .yith-wcqv-main {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#yith-quick-view-close {
    font-size: 0px;
}

#yith-quick-view-close:after {
    content: '\E82D';
    font-family: "tm-finopik-icons";
    font-size: 16px;
}

#yith-quick-view-close {
    border: none;
    top: 10px;
    right: 10px;
    opacity: 1;
    color: #a7a7a7;
}

.main-holder #content.site-content ul.products li.product .products-entry {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover:after, .main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover:after, .main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:hover:after {
    color: #fff;
}

.tm-sresults-cta-wrapper ul.products li.product .onsale, .tm-sresults-cta-wrapper ul.products li.product .featured.product-label {
    width: 55px;
    max-width: 55px;
}

/*** Colorbox frame reset ***/
#cboxTopRight, #cboxTopLeft, #cboxTopCenter, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight {
    background: none;
    background-color: #fff
}

/*** Woocemmerce star rating ***/
.woocommerce .comment-form-rating p.stars a, .woocommerce .comment-form-rating p.stars a:hover, .woocommerce .star-rating:before, .woocommerce .star-rating span:before {
    color: #f5cc26 !important;
}

.woocommerce .products .star-rating, .woocommerce .star-rating {
    display: inline-block;
    margin: 0 0 .5em;
    float: none;
    text-align: center;
    width: 67px;
    margin: 0 auto;
    letter-spacing: 3px;
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 10px;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 10px;
    margin-top: 7px;
    display: block;
    text-align: center;
}

.woocommerce .widget.widget_products .star-rating {
    margin: 0;
    text-align: left;
    padding: 7px 0;
}

.woocommerce .widget.widget_products .star-rating, .woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating, .woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating {
    width: 170px;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 5px !important;
}

/*** Woocemmerce notification ***/
#notification .success {
    padding: 21px 40px 21px 80px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 37px;
    right: 20px;
    border-radius: 0px;
    z-index: 999999;
}

#notification .success {
    max-width: 350px;
}

#notification .success {
    background: var(--ttm-whitecolor) url(../images/success.png) 25px center no-repeat;
}

#notification .close {
    float: none;
    position: absolute;
    right: 10px;
    top: 8px;
    opacity: 0.8;
}

.main-holder .site-content .woocommerce-ordering {
    margin-bottom: 36px;
}

.woocommerce .woocommerce-result-count {
    margin-top: 13px;
}

.main-holder .site-content .woocommerce-ordering .select2-container--default .select2-selection--single {
    background-color: var(--ttm-whitecolor);
    border: 1px solid var(--ttm-bordercolor);
    padding-right: 28px;
}

.main-holder .site-content .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0px;
}

/*** Woocemmerce Price ***/
.woocommerce .main-holder ul.products li.product .price .woocommerce-Price-amount {
    font-size: 16px;
    color: var(--ttm-secondarycolor);
}

.woocommerce .price .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: 500;
}

.woocommerce .price del .woocommerce-Price-amount, .woocommerce .main-holder ul.products li.product .price del .woocommerce-Price-amount {
    font-size: 16px;
    text-decoration: line-through;
    color: #7b8095;
}

/*** Woocemmerce Singel page ***/
.themetechmount-single-product-details {
    margin-bottom: 76px;
}
.themetechmount-single-product-details:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.themetechmount-single-product-details .woocommerce-product-details__short-description {
    margin-top: 20px;
    margin-bottom: 25px;
}

.themetechmount-single-product-info {
    padding-bottom: 30px;
}

.single-product .related.products {
    margin-top: -20px;
    margin-bottom: 25px;
}

.woocommerce div.product .product_title {
    font-size: 30px;
    margin-bottom: 8px;
}

.woocommerce div.product .summary .woocommerce-product-rating {
    margin-bottom: 15px;
}

.woocommerce .summary div[itemprop="description"] {
    margin-top: 15px;
}

.woocommerce .main-holder #content div.product .price del {
    color: #7b8095;
    font-size: 15px;
    display: inline-block;
}

.woocommerce .product_meta {
    padding-top: 17px;
    margin-top: 15px;
}

.woocommerce .summary .star-rating {
    float: left;
    margin-top: 10px;
    margin-right: 5px;
}

.woocommerce.single-product .summary .star-rating {
    display: block;
    font-size: 16px;
	width: 110px;
}
.woocommerce-review-link {
    font-size: 18px;
}

.woocommerce.single-product .summary .star-rating {
    margin-top: 9px;
}

.woocommerce .summary .compare.button {
    background-color: transparent;
    padding: 0;
    margin-left: 15px;
    font-weight: normal;
}

.woocommerce .main-holder #content .summary .compare.button:before {
    content: '\E81D';
    font-family: "tm-finopik-icons";
    padding-right: 5px;
}

.woocommerce .summary form.cart {
    margin-top: 30px;
}

.woocommerce .main-holder #content .woocommerce-error .button, .woocommerce .main-holder #content .woocommerce-info .button, .woocommerce .main-holder #content .woocommerce-message .button {
    background-color: var(--ttm-secondarycolor);
    color: #fff;
    border-radius: 0px;
    padding: 8px 15px;
    font-size: 11px;
    border-radius: 2em;
}

.summary .clear {
    display: none;
}

.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
    content: '\e81c';
    font-family: "tm-finopik-icons";
    margin-right: 5px;
}

.single .main-holder #content div.product div.thumbnails a {
    width: 70px;
}

.woocommerce .themetechmount-single-product-info .product_meta .sku_wrapper {
    margin-right: 10px;
}

.woocommerce .themetechmount-single-product-info .product_meta>span {
    display: block;
    width: 100%;
    padding-bottom: 7px;
	font-size: 18px;
}
.woocommerce-variation-price {
    padding-bottom: 20px;
}
.site-content #review_form .comment-reply-title {
    font-size: 18px;
    line-height: 20px;
    color: var(--ttm-secondarycolor);
    font-weight: var(--special-element-fontweight);
}
.woocommerce #respond input#submit {
	background-color: var(--ttm-skincolor);
	
}
.woocommerce .themetechmount-single-product-info .product_meta .posted_in {
    margin-right: 30px;
}

.woocommerce .product_meta .posted_in a {
    text-transform: none;
}

.single .main-holder div.product form.cart div.quantity {
    margin: 0 10px 0 0;
}

.woocommerce .quantity .qty {
    height: 41px;
    width: 5.2em;
    border-radius: 10px;
}

.single .main-holder div.product form.cart .woocommerce-grouped-product-list-item div.quantity {
    margin-left: 5px;
    padding-top: 1px;
    padding-bottom: 5px;
}

/*** Woocemmerce Tab ***/
.single .main-holder div.product .woocommerce-tabs ul.tabs li:after, .single .main-holder div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.single .main-holder div.product .woocommerce-tabs ul.tabs li {
    margin: 0 4px;
}

.single .main-holder div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 0px;
}

.single .main-holder div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0px;
}

.single .main-holder div.product .woocommerce-tabs ul.tabs:before, .single .main-holder div.product .woocommerce-tabs ul.tabs li {
    border: none;
}

.single .main-holder div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    overflow: visible;
}

.single .main-holder #reviews #comments h2 {
    clear: none;
    margin-bottom: 25px;
}

.single .main-holder #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    margin-left: 90px;    
    border: 1px solid #fff;
    position: relative;
}

.single .main-holder #reviews #comments ol.commentlist li .comment-text:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #fff transparent #f5f9fd;
    z-index: 1;
    content: "";
    left: -12px;
}

.single .main-holder #content div.product .woocommerce-Reviews .star-rating {
    float: right;
    width: 7.4em;
}

.single .main-holder #content div.product .woocommerce-tabs .panel h2 {
    margin-bottom: 15px;
}

.up-sells.products h2, .single .main-holder .related.products h2 {
    font-size: 27px;
    line-height: 38px;
    padding-bottom: 10px;
}

.single .main-holder #content div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
}

.single .main-holder #content div.product .woocommerce-tabs .panel {
    -webkit-box-shadow: none;
    box-shadow: none;    
    margin-bottom: 0;
}

.woocommerce-Reviews .select2-container {
    width: 154px !important;
}

.single .main-holder .summary form.cart {
    margin-bottom: 12px;
}

/*** Woocemmerce Cart Page ***/
.main-holder .site #content table.cart td.actions .input-text {
    width: 150px;
}

.woocommerce-shipping-fields h3, .woocommerce-billing-fields h3, .woocommerce-additional-fields h3, h3#order_review_heading, .cross-sells h2, .cart_totals h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
}

.woocommerce-shipping-fields h3 label, .woocommerce form .form-row label {
    font-weight: 500;
}

.woocommerce form .form-row .input-checkbox {
    position: static;
}

.main-holder .site .cart-collaterals {
    margin-top: 60px;
    margin-bottom: 65px;
}

.woocommerce-checkout h3#order_review_heading {
    margin-bottom: 0px;
    margin-top: 15px;
}

/*** Woocemmerce Sidebar ***/
.woocommerce ul.cart_list li {
    padding: 8px 0;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    padding: 12px 0 10px;
}

.woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating, .woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating {
    width: auto;
    margin: 0;
}

.woocommerce ul.product_list_widget li img {
    width: 50px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -5px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: 500;
}

.woocommerce .widget_layered_nav ul li {
    padding: 0 0 12px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    margin-top: 38px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
}

/*** My wishlist ***/
.woocommerce .wishlist_table td.product-add-to-cart a {
    color: #fff;
    padding: 10px 0px;
}

.woocommerce table.shop_table {
    border-color: rgba(0,0,0,.1);
    border-radius: 0px;
    margin-top: 30px;
}

.woocommerce-cart .main-holder table.shop_table {
    margin-top: 0px;
}
.yith_wcwl_wishlist_footer>div {
    padding-bottom: 15px;
    margin-bottom: 36px;
}
.woocommerce .wishlist-title {
    margin-bottom: 0;
}
.woocommerce table.wishlist_table {
    font-size: 18px;
    font-weight: 600;
    border: none;
    background-color: #fff;
}
.tm-wrap-addto {
    display: inline-block;
}

.main-holder .site-content ul.products li.product:hover .tm-product-overlay {
    opacity: .3;
    visibility: visible;
}

.main-holder .site-content ul.products li.product a img {
    margin: 0 0 0em;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.main-holder .site-content ul.products li.product:hover a img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.main-holder .site-content ul.products li.product .price {
    margin-top: 0px;
}

.woocommerce .price .woocommerce-Price-amount {
    font-size: 15px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #f4f7fb;
    color: inherit;
}

.single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
    margin-bottom: 55px;
}

.main-holder .site-content .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e0e0e0;
}

.main-holder .site-content .widget_shopping_cart .cart_list li a.remove, .main-holder .site-content .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 5px;
}

.woocommerce div.product form.cart .variations label {
    font-size: 16px;
    margin: 15px 0px 0px 10px;
    color: #7b8095;
}

.main-holder .site-content div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    margin-top: 5px;
    padding: 3px;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
}

.woocommerce div.product div.images img {
    border-radius: 10px;
}

/***  comment-form-rating ***/
#respond .comment-reply-title {
    margin: 0px 0 15px !important;
}

#respond label {
    margin: 0 0 5px !important;
    font-size: 15px;
    font-weight: 400;
}

.woocommerce #review_form #respond .form-submit {
    margin-top: 15px;
}

.woocommerce-Reviews textarea, .woocommerce-Reviews input[type="text"], .woocommerce-Reviews input[type="email"] {
    background-color: transparent;
    border: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    padding: 5px 15px;
}

.woocommerce #review_form #respond p {
    margin: 0 0 15px;
}

/*** Button font weight bold***/
.woocommerce .widget_shopping_cart a.button {
    padding: 10px 20px 11px;
    font-size: 12px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
    padding: 11px 22px 9px;
    margin-top: -5px;
    border-radius: 2em;
    font-size: 13px;
}
.checkout.woocommerce-checkout, .woocommerce-cart .main-holder .cart_totals table.shop_table, .woocommerce-cart-form {
    padding: 0px;    
}
.main-holder .site-content ul.products li.product .tm-shop-icon a {
    font-weight: 500;
}
.main-holder .site-content ul.products li.product .tm-shop-icon .tm-wc-add-to-cart-btn a {    
	color: var(--ttm-secondarycolor);
    text-align: center;
    padding: 0;
    margin: 0;
    background: none;
    letter-spacing: 0;
    transition: none;
    padding-left: 0;
    font-size: 15px;    
}
.themetechmount-boxes-product .tm-box-col-wrapper .product .product-hover-style1 .price ins, .main-holder .site-content ul.products li.product .product-hover-style1 .price ins {
    background: transparent;
    padding: 0;
}
.product-hover-style1 .price .woocommerce-Price-amount,
.product-hover-style1 .price .woocommerce-Price-amount {
    color: var(--ttm-secondarycolor);
    font-weight: 500;
	font-size: 22px;
}
.woocommerce .price .woocommerce-Price-amount, .main-holder .site-content ul.products li.product .price del {
    color: #7b8095;
    font-size: 14px;
    display: inline-block;
}
.tm-headerstyle-classic-overlay.themetechmount-fullwide .tm-header-style-classic .tm-header-icons .tm-header-search-link a {
    width: auto;
}
.product-hover-style1 .price del,
.product-hover-style1 .price del .woocommerce-Price-amount.amount {
    color: var(--body-fonts-color);
    font-size: 16px;
}
.themetechmount-boxes-product .tm-box-col-wrapper .product .product-hover-style1 .price del .woocommerce-Price-amount.amount,
.main-holder .site-content ul.products li.product .product-hover-style1 .price del .woocommerce-Price-amount.amount {
	color: var(--body-fonts-color);
}

.woocommerce-lost-password .entry-content>.woocommerce, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background-color: #fff;
}

.woocommerce-lost-password .entry-content>.woocommerce {
    padding: 30px;
}

.woocommerce table.shop_attributes td {
    padding-left: 10px;
}

.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
    width: 50%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .main-holder .site .woocommerce-cart-form__contents button, .main-holder .site .woocommerce-cart-form__contents button.button:disabled[disabled], .main-holder .site table.cart .coupon button {
    padding: 15px 30px 15px;
    font-weight: 500;
    border-radius: var(--ttm-button-shape);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce div.product form.cart .button:hover, 
.woocommerce #review_form #respond .form-submit input[type="submit"]:hover,
.main-holder .site .woocommerce-cart-form__contents button:hover,
.main-holder .site .woocommerce-cart-form__contents button.button:disabled[disabled]:hover,
.main-holder .site table.cart .coupon button:hover {
    background-color: var(--ttm-skincolor);
	color: #fff; 
}

.main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon, .main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon {
    padding-left: 10px;
    padding-right: 10px;
}

.main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon .tm-wc-add-to-cart-btn a, .main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon .tm-wc-add-to-cart-btn a {
    margin-top: 0px;
    background-color: transparent;
    color: #fff;
    padding-left: 5px;
}

.main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon, .main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon, .main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon .yith-wcwl-add-to-wishlist, .main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon .yith-wcqv-button {
    display: none;
}

.woocommerce-Reviews .comment-form {
    margin-bottom: 0px;
}

.main-holder .site-content #reviews #comments ol.commentlist {
    padding-left: 0px;
}

.woocommerce .main-holder .site-content #review_form {
    padding-top: 10px;
}

.woocommerce .main-holder .site-content #review_form .comment-reply-title {
    font-size: 17px;
    line-height: 20px;
	font-family: var(--special-element-fontfamily);
	font-weight: var(--special-element-fontweight);
	color: var(--ttm-secondarycolor);
}

.single-product .main-holder .site-content span.onsale {
    left: 20px;
    top: 20px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 65px;
    background: #f4f7fb;
    padding: 0;
    border: none;
}

.single .main-holder #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    margin-left: 90px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    color: var(--body-fonts-color);
    margin-bottom: 9px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-weight: 600;
    font-size: 16px;
    color: var(--ttm-secondarycolor);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: transparent;
    position: relative;
    margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: var(--ttm-secondarycolor);
	background-color: #fff; 
}

.main-holder .site .woocommerce-EditAccountForm fieldset {
    margin-top: 15px;
}

.woocommerce-account .main-holder .site .woocommerce-form.woocommerce-form-login {
    margin-bottom: 80px;
}

.woocommerce-account .main-holder .site .woocommerce-form.woocommerce-form-login  .woocommerce-form__label-for-checkbox {
    padding-left: 10px;
}

.checkout.woocommerce-checkout {
    margin-bottom: 35px;
}



.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
    content: '\e81c';
    font-family: "tm-finopik-icons";
    margin-right: 5px;
}

.single .main-holder #content div.product .entry-summary div.yith-wcwl-add-to-wishlist {
    display: inline-block;
}

.woocommerce .yith-quick-view-content div.product form.cart div.quantity {
    margin-right: 8px;
}

.main-holder #content.site-content div.product form.cart table.variations td {
    padding: 15px 10px;
    display: table-cell;
}

.main-holder #content.site-content div.product form.cart table.variations tr:first-child .select2-container {
    width: 100% !important;
}

.main-holder #content.site-content div.product form.cart table.variations tr .select2-container {
    width: 100%!important;
}

.main-holder #content.site-content div.product form.cart table.variations tr:last-child td.value {
    padding-bottom: 0px;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 1em;
}

.main-holder #content.site-content div.product form.cart table.variations tr:first-child td {
    padding-top: 15px;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    width: 85px;
}

.main-holder #content.site-content div.product form.cart table.variations td.value {
    padding-right: 35px;
}

.woocommerce-account .woocommerce-MyAccount-content button, .woocommerce form.checkout_coupon button {
    font-size: 14px;
    padding: 14px 30px 14px;
    border-radius: var(--ttm-button-shape);
}

.single-product.woocommerce .price .woocommerce-Price-amount {
    font-size: 21px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single, .woocommerce-checkout .select2-dropdown {
    background-color: #fff;
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding-bottom: 0px;
}

.woocommerce table.shop_attributes th, .woocommerce div.product form.cart .group_table td label, .woocommerce div.product form.cart .variations label {
    font-weight: 500;
	color: var(--ttm-secondarycolor);
    padding: 12px;
    text-transform: capitalize;
}
.wc-block-cart .wc-block-cart__submit-container a.components-button {
    border-radius: var(--ttm-button-shape);
    background: var(--ttm-skincolor);
    color: #ffffff;
}
.wc-block-cart .wc-block-cart__submit-container a.components-button:hover {
    background: #000000;
}
.main-holder #content.site-content div.product .single_variation_wrap .woocommerce-variation-price {
    padding-bottom: 15px;
}

.woocommerce .lost_reset_password .woocommerce-Button, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    border-radius: 0em;
    padding: 12px 25px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    color: #fff;
}

/* product_list_widget */
.woocommerce ul.product_list_widget li .star-rating {
    float: none;
    margin-bottom: 8px !important;
}

.woocommerce ul.product_list_widget li img {
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

.woocommerce ul.product_list_widget li a {
    padding-bottom: 6px;
}

/* woocommerce-tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 8px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 24px;
    cursor: pointer;
    padding: 12px 30px 12px;
    transition: all 500ms ease;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e8ecef;
	font-family: var(--special-element-fontfamily);
	font-weight: var(--special-element-fontweight);
	color: var(--ttm-secondarycolor);
    text-transform: capitalize;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--ttm-secondarycolor);    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    position: absolute;
    content: '';
    left: 0px;    
    width: 0%;
    height: 3px;
    opacity: 0;
    background-color: #0b0c26;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
    margin: 0px 0 0px !important;
    border: none !important;
    line-height: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
    border: none;
}

.woocommerce-Tabs-panel h2 {
    font-size: 20px;
    margin-top: 0;
    line-height: 28px;
}

.single .main-holder #content div.product .woocommerce-tabs .panel p {
    margin: 0px;
}

.woocommerce table.shop_attributes {
    margin-bottom: 0px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f8f8f8;
    border-radius: 0px;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce .shipping_address .form-row .select2-container {
    width: 100% !important;
}

#ship-to-different-address #ship-to-different-address-checkbox {
    margin-top: 10px;
}

.woocommerce.single-product div.summary .stock {
    display: inline-block;
    color: #fff;
    border-radius: 0px;
    padding: 2px 10px;
    margin-bottom: 0px;
}

.woocommerce-shipping-fields h3#ship-to-different-address label {
    font-weight: 700;
}

.woocommerce-additional-fields #order_comments::-webkit-input-placeholder {
    color: #7b8095;
}

.woocommerce-additional-fields #order_comments:-moz-placeholder {
    color: #7b8095;
}

.woocommerce-additional-fields #order_comments:-ms-input-placeholder {
    color: #7b8095;
}

.single-product .select2-container--default .select2-selection--single {
    background-color: #fff;
}

.single .main-holder #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description>h2, .single .main-holder #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information>h2 {
    display: none;
}

.woocommerce .themetechmount-single-product-info .product_meta label {
    font-weight: 500;
    color: var(--ttm-secondarycolor);
}

.woocommerce .themetechmount-single-product-info .product_meta>span a:not(:hover), .woocommerce .themetechmount-single-product-info .product_meta .sku_wrapper .sku, .woocommerce #content div.product div.summary .woocommerce .product_meta>span a:not(:hover), .woocommerce #content div.product div.summary .product_meta .posted_in a:not(:hover) {
    color: #777777;
}

/*** 

====================================================================
   Pricing table 
====================================================================
*/
.themetechmount-ptables-w .ttm-pricetable-column-w {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0px 15px 25px;
}

.tm-ptablebox .themetechmount-ptable-main {
    text-align: center;
    display: block;
    position: relative;
    background-color: #fff;
    padding-bottom: 30px;
}

.themetechmount-ptables-w .ttm-pricetable-column-w:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.tm-ptablebox .tm-ptablebox-content {
    transition: all 0.3s ease;
}

.tm-ptablebox .tm-ptablebox-title {
    padding-top: 30px;
    padding-bottom: 0px;
    text-align: center;
}

.tm-ptablebox .tm-ptable-icon-wrapper {
    font-size: 30px;
    padding-top: 30px;
}

.tm-ptablebox .tm-ptable-icon-wrapper.tm-ptable-icon-type-image {
    padding-top: 0px;
}

.tm-ptablebox .tm-ptable-icon-type-image img {
    width: 100%;
    height: 195px;
}

.tm-ptablebox-frequency, .tm-ptablebox .tm-ptablebox-cur-symbol {
    display: inline-block;
    font-size: 34px;
}

.tm-ptablebox .tm-ptablebox-price {
    font-size: 35px;
    line-height: 60px;
    font-weight: 600;
    display: inline-block;
}

.tm-ptablebox .tm-ptablebox-frequency {
    position: relative;
    font-size: 16px;
}

.tm-currency-before .tm-ptablebox-price {
    padding-left: 18px
}

.tm-currency-after .tm-ptablebox-price {
    margin-left: -3px;
}

.tm-ptablebox-features .tm-feature-lines {
    list-style-type: none;
    margin: 0;
    padding: 12px 35px 10px;
}

.tm-ptablebox-features .tm-feature-lines li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.tm-ptablebox-features .tm-feature-lines li {
    padding: 14px 0 11px 0px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.tm-ptablebox-features .tm-feature-lines li i {
    margin-right: 10px;
}

.tm-ptablebox .tm-ptablebox-title h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}

.tm-ptablebox .tm-ptablebox-desc {
    padding: 0;
}

.tm-ptablebox .tm-ptablebox-features {
    position: relative;
    padding: 16px 0px 10px;
}

.ttm-pricetable-column-w .ttm-featured-title {
    position: absolute;
    top: -35px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 5px 15px;
    background-color: #1a1d22;
}

.tm-ptablebox .tm-ptable-btn {
    display: block;
    margin-top: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.tm-ptablebox .tm-ptable-btn a {
    position: relative;
    padding: 21px 30px 20px;
    border: 1px solid #101010;
}

.elementor-widget-tm_ptable_element .tm-element-heading-content-wrapper {
    margin-bottom: 35px;
}

.fa-check:before {
    content: "\2605" !important;
    font-family: "tm-finopik-icons";
}

/*** Testimonials One Colume Carsoul ***/
./* Testimonial New */
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .slick-slider.slick-dotted {
    padding-bottom: 55px;
}

.tm-textcolor-white .slick-dots li.slick-active button, .tm-textcolor-white .slick-dots li button, .tm-col-bgcolor-darkgrey .slick-dots li button, .tm-bgcolor-darkgrey .slick-dots li button {
    background-color: #fff;
}

.tm-textcolor-white .slick-dots li.slick-active button:before, .tm-textcolor-white .slick-dots li button:before, .tm-col-bgcolor-darkgrey .slick-dots li button:before, .tm-bgcolor-darkgrey .slick-dots li button:before {
    border-color: #fff;
}

.themetechmount-boxes-testimonial .themetechmount-box-content {
    padding: 25px 20px 15px 20px;
    overflow: hidden;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .themetechmount-box-content {
    padding: 25px 15px 40px 15px;
}

.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-author-name, .tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-author-name {
    color: #fff;
}

.themetechmount-boxes-testimonial .themetechmount-box-desc blockquote {
    border: none;
    margin: 0;
    outline: none;
    text-align: left;
    position: relative;
    color: inherit;
    font-style: italic;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 19px;
    background-color: transparent;
    line-height: 33px;
}

.themetechmount-boxes-testimonial .themetechmount-box-author {
    display: block;
    width: 100%;
    padding-top: 5px;
    margin: 0 auto;
}

.themetechmount-boxes-testimonial .themetechmount-box-img .themetechmount-item-thumbnail {
    display: block;    
    text-align: left;    
    float: none;
}
.themetechmount-box-testimonial .themetechmount-box-img img {
    border-radius: 50%;
}

.themetechmount-boxes-testimonial .themetechmount-box-author .themetechmount-box-title {
    padding-top: 0;
}

.themetechmount-boxes-testimonial .themetechmount-author-name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
}

.themetechmount-boxes-testimonial .themetechmount-box-footer {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto;
    right: auto;
    margin-left: -33px;
}
.themetechmount-boxes-testimonial .tm-gimmer-icon-star-1.tm-active, .themetechmount-boxes-testimonial .tm-gimmer-icon-star-empty-1 {
    color: #f4c627;
}

.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-ratting-star, .tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-ratting-star {
    bottom: -14px;
}

.widget_pages li.empty_link, .widget_nav_menu li.empty_link {
    display: none;
}

.themetechmount-ratting-star {
    padding-top: 2px;
    padding-bottom: 7px;
}

.tm-finopik-icon-star-empty-1, .tm-finopik-icon-star-1 {
    display: inline-block;
    width: 10px;
    margin: 0 2px;
    font-size: 14px;
}

.tm-finopik-icon-star-empty-1:before, .tm-finopik-icon-star-1:before {
    margin-left: 0px;
}

.tm-finopik-icon-star-1.tm-active {
    color: #fd4;
}

/* underline links */
.tm-strong-underline strong, .tm-text-underline {
    text-decoration: underline;
}

/* testimonial arrow */
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-testimonial-inner div.row.slick-slider:first-child {
    margin-top: 75px;
}

.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-below.themetechmount-boxes {
    padding-bottom: 0px;
}

.themetechmount-boxes-portfolio.tm-boxes-carousel-arrows-above.themetechmount-boxes div.slick-list {
    padding-bottom: 40px;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper:first-child .slick-prev {
    right: 60px;
    left: auto;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper:first-child .slick-next {
    right: 30px;
    left: auto;
}

/* circle progress fid box */
.tm-fid-view-circle-progress.inside {
    padding: 0;
    margin-bottom: 0px;
}

.tm-circle canvas {
    max-width: 100%;
    height: auto !important;
}

.tm-circle canvas {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.tm-fid-view-circle-progress .tm-circle-content {
    position: relative;
}

.tm-circle-boxcontent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.tm-fid-view-circle-progress .tm-fid-number, .tm-fid-view-circle-progress .tm-fid-number sup, .tm-fid-view-circle-progress .tm-fid-number sub {
    font-size: 26px;
}

.tm-fid-view-circle-progress .tm-fid-title {
    text-align: center;
    padding-top: 0px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.tm-fid-view-circle-progress .tm-circle-content sub {
    bottom: 0;
}

.tm-fid-view-circle-progress .tm-fld-contents {
    width: auto;
}

/* floatingbar team search widget */
.themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-white .widget li a:before, .themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-white .widget li:before {
    color: rgba(255, 255, 255, 0.2);
}

.themetechmount-fbar-box .textwidget.widget-text {
    font-size: 16px;
    line-height: 26px;
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn {
    cursor: pointer;
    position: absolute;
    left: -36px;
    z-index: 1005;
    width: 58px;
    height: 58px;
    text-align: center;
    width: 0;
    height: 0;
    top: 165px;
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn a {
    width: 36px;
    height: 41px;
    background-color: #129ce7;
    line-height: 40px;
    padding-left: 0px;
    font-size: 19px;
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn a i {
    margin-left: -5px;
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn a i.themifyicon {
    line-height: 42px;
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn a:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: 20px solid #01d6a3;
}

.themetechmount-fbar-position-default .themetechmount-fbar-btn {
    cursor: pointer;
    position: absolute;
    right: 128px;
    z-index: 1005;
    text-align: center;
    width: 0;
    height: 0;
    bottom: 0;
}

.themetechmount-fbar-position-default .themetechmount-fbar-btn a {
    width: 40px;
    height: 44px;
    line-height: 50px;
    text-align: center;
}

.themetechmount-fbar-position-default .themetechmount-fbar-btn a:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 21px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid #03acdc;
}

a.themetechmount-fbar-btn-link.tm-close-icon .tm-fbar-close-icon {
    display: block !important;
}

a.themetechmount-fbar-btn-link.tm-close-icon .tm-fbar-open-icon {
    display: none;
}

.themetechmount-fbar-box-w .themetechmount-fbar-box .search_field select {
    padding-left: 7px !important;
}

.tm-wrap-cell.tm-fbar-input .search_field.selectbox:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    right: 13px;
    top: 9px;
}

/* Testimonial New */
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .slick-slider.slick-dotted {
    padding-bottom: 55px;
}

.tm-textcolor-white .slick-dots li.slick-active button, .tm-textcolor-white .slick-dots li button, .tm-col-bgcolor-darkgrey .slick-dots li button, .tm-bgcolor-darkgrey .slick-dots li button {
    background-color: #fff;
}

.tm-textcolor-white .slick-dots li.slick-active button:before, .tm-textcolor-white .slick-dots li button:before, .tm-col-bgcolor-darkgrey .slick-dots li button:before, .tm-bgcolor-darkgrey .slick-dots li button:before {
    border-color: #fff;
}

.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-author-name, .tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-author-name {
    color: #fff;
}

.themetechmount-boxes-view-slickview .themetechmount-box-img .themetechmount-item-thumbnail img {
    border-radius: 50%;
    max-width: 100px;
    margin: 0;
    opacity: .5;
}

.themetechmount-boxes-view-slickview .themetechmount-ratting-star {
    overflow: hidden;
    padding: 5px 0px 5px 0px;
    display: block;
}

.themetechmount-boxes-view-slickview .tm-finopik-icon-star-1.tm-active, .themetechmount-boxes-view-slickview .tm-finopik-icon-star-empty-1 {
    color: #f3c903;
}

.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-ratting-star, .tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-ratting-star {
    bottom: -14px;
}

/*testimonial slickview*/
.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.themetechmount-boxes-view-slickview  .tm-box-col-wrapper {
    margin-bottom: 15px !important;
}
.themetechmount-boxes-view-slickview .themetechmount-box-title h3 {
    font-size: 20px;
    line-height: 28px;
    display: inline-block;    
    font-family: var(--special-element-fontfamily);
}
.testimonial_wrapper {
    position: relative;
}
.testimonial_wrapper .themetechmount-box-desc {
    border: none;
    text-align: center;
    padding: 10px 20px 20px;
}
.slick_testim_info {
    padding-bottom: 21px;
}
.slick_testim_info p {
    line-height: 27px;
    font-size: 18px;
    font-style: italic;
}
.slick-center .testimonial_item, .testimonials-nav {
    margin: 0 auto;
}
.testimonials-nav {
    max-width: 920px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.testimonials-nav .themetechmount-item-thumbnail img {
    border-radius: 50%;
}
.testimonials-nav .themetechmount-box-title.tm-wrap-cell {
    padding-left: 20px;
    width: 170px;
    text-align: left;
}
.themetechmount-boxes-view-slickview .slick-slide .testimonial_item {
	padding: 30px 18px 30px 35px;
}
.themetechmount-boxes-view-slickview .slick-slide.slick-center.slick-slide .testimonial_item {
    position: relative;
    background-color: var(--ttm-skincolor);
    border-radius: 50%;
}
.themetechmount-boxes-view-slickview .slick-slide.slick-center.slick-slide .testimonial_item:after {
    position: absolute;
    content: '';
    width: 272px;
    height: 113px;
    border-radius: 50%;
    top: 0;
    z-index: -1;
    left: auto;
    right: 0px;
}
.themetechmount-boxes-view-slickview .slick-slide.slick-center.slick-slide .themetechmount-box-footer,
.themetechmount-boxes-view-slickview .slick-slide.slick-center.slick-slide .themetechmount-box-title h3 {
	color: #fff;
}
.testimonials-info {
    display: inline;
}
.testimonials-nav .nav_item_wrap {
    padding: 0;
    margin: 0px -3px;
    width: auto;
    outline: none;
    float: left;
    margin: auto 0;
}

.testimonial_item, .testimonial_nav_info {
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.testimonial_item span {
    display: block;
    line-height: 20px;
}

.slick-center .testimonial_item {
    margin: 0 auto;
}

.slick-center .testimonial_nav_info {
    margin-left: 0;
    margin-right: 0;
}

.themetechmount-boxes-view-slickview .testimonial_item {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    margin: 0 auto;
}

.testimonial_item .themetechmount-box-img img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.slick-center .testimonial_item .themetechmount-box-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border: 5px solid var(--ttm-skincolor);
    position: relative;
    opacity: 1;
}

.testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner {
    position: relative;
    transition: all .5s ease;
}

/* Testimonial styles */
.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 22px;
    padding-top: 45px;
}

.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-next {
    bottom: 35%;
    top: auto;
    right: 60px;
    left: auto;
    transform: rotate(90deg);
    margin-right: -37px;
}

.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-prev {
    bottom: 50%;
    top: auto;
    right: 20px;
    left: auto;
    transform: rotate(90deg);
}
.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-arrow {
    border: none;
    height: 45px;
    width: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
    border-radius: 10px;
}
.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-prev:before {
    content: "\f177";
}
.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-round .themetechmount-boxes-row-wrapper .slick-arrow {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

/*===IconBox Element====*/
.themetechmount-iconbox .tm-iconstyle-rounded-less-outline .tm-box-icon, .themetechmount-iconbox .tm-iconstyle-boxed-outline .tm-box-icon, .themetechmount-iconbox .tm-iconstyle-rounded-outline .tm-box-icon {
    background-color: transparent;
    border: 1px solid;
}
.themetechmount-iconbox .tm-iconstyle-rounded-outline .tm-box-icon {
    border-radius: 50%;
}
.themetechmount-iconbox .tm-iconstyle-rounded-less .tm-box-icon, .themetechmount-iconbox .tm-iconstyle-rounded-less-outline .tm-box-icon {
    border-radius: 3px;
}
.themetechmount-iconbox .tm-iconstyle-boxed-outline .tm-box-icon, .themetechmount-iconbox .tm-iconstyle-boxed .tm-box-icon {
    border-radius: 0px;
}
.themetechmount-iconbox .tm-iconstyle-rounded .tm-box-icon {
    border-radius: 50%;
}
.themetechmount-iconbox .tm-iconstyle-rounded-less .tm-box-icon i, .themetechmount-iconbox .tm-iconstyle-boxed .tm-box-icon i, .themetechmount-iconbox .tm-iconstyle-rounded .tm-box-icon i {
    color: #fff;
}
.themetechmount-iconbox.tm-content-left-all * {
    text-align: left !important;
}
.themetechmount-iconbox .tm-textalign-left .tm-box-icon, .themetechmount-iconbox.tm-content-left-all .tm-box-icon {
    margin-left: 0;
}
.tm-textcolor-white .themetechmount-iconbox .tm-box-icon i {
    color: #fff;
}
.themetechmount-iconbox .tm-textalign-left * {
    text-align: left;
}

.themetechmount-iconbox .tm-textalign-right * {
    text-align: right;
}

.themetechmount-iconbox .tm-textalign-right .tm-box-icon {
    margin-right: 0;
}

.themetechmount-iconbox {
    margin-bottom: 15px;
}

.themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 21px;
    line-height: 30px;
    position: relative;
    margin-bottom: 0;
}

.themetechmount-iconbox .themetechmount-iconbox-heading .tm-element-subheading {
    margin-bottom: 0;
}

.themetechmount-iconbox .themetechmount-iconbox-icon  img {
    width: 55px;
    height: 55px;
}

.themetechmount-iconbox .tm-ihbox-btn {
    margin-top: 10px;
}

.themetechmount-iconbox .tm-box-icon i, .themetechmount-iconbox .tm-box-icon i.kw_finopik {
    font-size: 40px;
}

.themetechmount-iconbox .themetechmount-iconbox-icon {
    margin-bottom: 15px;
}

.tm-col-bgcolor-darkgrey .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading, .tm-col-bgcolor-skincolor .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
    color: #fff;
}

/*icon color*/
.themetechmount-iconbox.themetechmount-iconcolor-white .tm-box-icon i, .themetechmount-iconbox.themetechmount-iconcolor-white .tm-icon-type-text {
    color: var(--ttm-whitecolor);
}

.themetechmount-iconbox.themetechmount-iconcolor-default .tm-box-icon i, .themetechmount-iconbox.themetechmount-iconcolor-default .tm-icon-type-text {
    color: inherit;
}

.first-footer .widget-area {
    overflow: hidden;
}

/*progressbar*/
.elementor-progress-percentage {
    position: relative;
    padding-right: 0;
    left: 20px;
    top: 0;
    margin-top: -35px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    height: 25px;
    width: 40px;
    line-height: 25px;   
    text-align: center;
}

/***Row And Column ***/
body .elementor-section.elementor-top-section:first-child {
    margin-top: -83px;
}

.elementor-section.elementor-top-section {
    padding-top: 92px;
    padding-bottom: 80px;
}

/* white bg color */
.elementor-column.elementor-top-column.tm-col-bgcolor-white:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div, .elementor-column.elementor-top-column.tm-col-bgcolor-white:not(.tm-col-stretched-yes)>.elementor-widget-wrap, .elementor-column.elementor-inner-column.tm-col-bgcolor-white:not(.tm-bgimage-yes)>.elementor-widget-wrap {
    background-color: var(--ttm-whitecolor) !important;
}

.elementor-section.elementor-top-section.tm-bgcolor-white, .elementor-section.elementor-top-section.tm-bgcolor-white:before, .elementor-section.elementor-inner-section.tm-bgcolor-white, .elementor-progress-wrapper {
    background-color: var(--ttm-whitecolor);
}

.elementor-inner-section, .elementor-widget-container, .elementor-button-wrapper, .elementor-section .elementor-widget-wrap {
    position: relative;
    z-index: 1;
}

.elementor-top-column>.elementor-widget-wrap:before, .elementor-inner-column>.elementor-widget-wrap:before, .elementor-top-section:before, .elementor-inner-section:before, .tm-col-stretched-yes .tm-stretched-div:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}
.elementor-top-column>.elementor-widget-wrap:before, .elementor-inner-column>.elementor-widget-wrap:before, .elementor-top-section:before, .elementor-inner-section:before {
    background-color: transparent !important;
}

body.elementor-editor-active .elementor-top-section:before, body.elementor-editor-active .tm-col-stretched-yes .tm-stretched-div:before {
    z-index: 0;
}

.elementor-column.elementor-top-column.tm-col-bgcolor-white.tm-bgimage-yes .elementor-widget-wrap .tm-stretched-div:before {
    background-color: rgba(255, 255, 255, .70) !important;
}

.elementor-column.tm-col-stretched-yes.tm-bgimage-yes {
    background-image: none;
    background-color: transparent;
}

.tm-bg-color-white, .tm-bg-color-white .tm-stretched-div:before {
    background-color: #fff;
}

.tm-bg-color-white .tm-bgimage-yes.tm-stretched-div:before {
    background-color: rgba(255, 255, 255, 0.80);
}

.tm-col-stretched-yes .tm-stretched-div {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
}

.tm-col-stretched-left .tm-stretched-div {
    margin-left: -500px !important;
    right: 0;
}

.tm-col-stretched-right .tm-stretched-div {
    margin-right: -500px !important;
    right: 0;
}

.tm-col-bgcolor-darkgrey .tm-element-heading-content-wrapper .tm-element-content-heading, .tm-col-bgcolor-skincolor .tm-element-heading-content-wrapper .tm-element-content-heading {
    color: #fff;
}

.tm-col-bgcolor-darkgrey .tm-element-content-desctxt, .tm-col-bgcolor-skincolor .tm-element-content-desctxt {
    color: rgba(255, 255, 255, 1);
}

/* servicebox style 1 */
.themetechmount-servicebox-styleone .themetechmount-post-item {
	text-align: left; 
}
.themetechmount-servicebox-styleone .ttm-post-featured-link-wrapper {
    height: 140px;
    width: 303px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
	transition: all .9s ease, transform .9s ease;	
}
.themetechmount-servicebox-styleone .themetechmount-box-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: left;    
}
.themetechmount-servicebox-styleone .themetechmount-category {
    display: inline;
    border: 1px solid #fff;
    padding: 6px 20px;
    border-radius: 18px;
    font-size: 16px;
	color: #fff;
}
.themetechmount-servicebox-styleone .themetechmount-category a {
    color: #fff;
}
.themetechmount-servicebox-styleone .themetechmount-box-desc {
    color: #fff;    
    display: flex;
    align-items: center;
	padding-left: 80px;
	width: 64%;
}
.themetechmount-servicebox-styleone .themetechmount-box-title a {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}
.themetechmount-servicebox-styleone .themetechmount-post-item {
    padding: 40px 0;
}
.themetechmount-servicebox-styleone .themetechmount-box-category {
    width: 97%;
	padding-top: 30px;
}
.themetechmount-servicebox-styleone .themetechmount-box-title {
    padding-top: 23px;
}
.themetechmount-servicebox-styleone .themetechmount-box-title h4 a:hover {
	color: #fff; 
}
.themetechmount-element-servicebox-styleone .themetechmount-boxes-inner .tm-box-col-wrapper:first-child {
    border-top: unset;    
}
.themetechmount-element-servicebox-styleone .themetechmount-boxes-inner .tm-box-col-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    position: relative;
}
.themetechmount-element-servicebox-styleone .themetechmount-boxes-inner .tm-box-col-wrapper:last-child {
	border-bottom: unset; 
}
.themetechmount-element-servicebox-styleone.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 0;
}
.themetechmount-box-service.themetechmount-servicebox-styleone {
    overflow: hidden;
    position: relative;
}
.themetechmount-servicebox-styleone .themetechmount-imagbox-wrapper {
    position: relative;
}
.themetechmount-servicebox-styleone .tm-desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    opacity: 0;
    transition: all .19s ease, transform .9s ease;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.themetechmount-servicebox-styleone:hover .tm-desc-two {
	opacity: 0;
}
.themetechmount-servicebox-styleone:hover .tm-desc {
	opacity: 1;
	bottom: 25px;
	transition: all .19s ease, transform .9s ease;
}
.themetechmount-servicebox-styleone .tm-imagbox {
    position: absolute;
    opacity: 0;
	transition: all .19s ease, transform .9s ease;
	bottom: 40px;
}
.tm-box-col-wrapper:last-child .themetechmount-servicebox-styleone .tm-imagbox {
    bottom: 0;
}
.themetechmount-servicebox-styleone:hover .tm-imagbox {
    opacity: 1;
    transition: all .19s ease, transform .9s ease;    
}
.themetechmount-servicebox-styleone:hover .themetechmount-imagbox-wrapper .tm-imagbox-two {
	opacity: 0; 
	transition: all .19s ease, transform .9s ease;
}
.themetechmount-servicebox-styleone .tm-imagbox .ttm-post-featured-link-wrapper {
    clip-path: polygon(50% 0,50% 0,50% 100%,50% 100%);
}
.themetechmount-servicebox-styleone:hover .tm-imagbox .ttm-post-featured-link-wrapper {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.themetechmount-servicebox-styleone .themetechmount-imagbox-wrapper .tm-imagbox-two .ttm-post-featured-link-wrapper {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);	
}
.themetechmount-servicebox-styleone:hover .themetechmount-imagbox-wrapper .tm-imagbox-two .ttm-post-featured-link-wrapper { 
	clip-path: polygon(50% 0,50% 0,50% 100%,50% 100%);	
}

/* servicebox style 2 */
.themetechmount-element-servicebox-styletwo .tm-box-col-wrapper {
	position: static;
	margin-bottom: 0px !important;
}
.themetechmount-element-servicebox-styleone.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row {
    margin-left: 0;
    margin-right: 0;
}
.tm-box-col-wrapper:last-child .themetechmount-servicebox-styleone .themetechmount-post-item {
    padding-bottom: 0;
}
.themetechmount-servicebox-styletwo {
    position: static;
    width: 100%;
}
.themetechmount-servicebox-styletwo .tm-featured-outer-wrapper1 {
	position: static;
}
.themetechmount-servicebox-styletwo .themetechmount-box-desc {
    display: inline-block;
    width: 43%;
    padding-top: 23px;
    float: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    position: relative;
}
.themetechmount-servicebox-styletwo .ttm-post-featured-link-wrapper  {
    max-width: 100%;
    position: absolute;
    height: 767px;
    width: 970px;
    left: 0;
    right: auto;
    top: 0;
    margin: auto;
    visibility: hidden;
    clip-path: polygon(50% 0,50% 0,50% 100%,50% 100%);
    transition: all .9s ease,transform .9s ease;    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.themetechmount-element-servicebox-styletwo .tm-box-col-wrapper.active .ttm-post-featured-link-wrapper {
    transition: .5s all;
    opacity: 1;
	visibility: visible;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    z-index: 1;
}
.tm-box-col-wrapper:first-child .themetechmount-servicebox-styletwo .themetechmount-box-desc {
	padding-top: 280px;
}
.tm-box-col-wrapper:last-child .themetechmount-servicebox-styletwo .themetechmount-box-desc { 
	padding-bottom: 80px;
}
.themetechmount-servicebox-styletwo .themetechmount-box-title h4 a {
    font-size: 36px;
    line-height: 46px;
	font-weight: 500;
}
.tm-box-col-wrapper.active .themetechmount-servicebox-styletwo .themetechmount-box-title h4 a {
    font-size: 58px;
    line-height: 68px;
	font-weight: 600;
	color: var(--ttm-skincolor);
}
/* marquebox style-1 */
.elementor .elementor-element .tm-marquebox-style1 ul.elementor-icon-list-items {
	margin: 0; 
}
.elementor-widget-tm_marquebox_element .elementor-widget-container {
	overflow: hidden; 	
}
@keyframes tm-marque-text {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

/* iconbox style one*/
.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-box-icon i {
    font-size: 46px;
}
.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-cta3-content-wrapper {
    padding-top: 10px;
}

/* iconbox style two*/
.themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-cta3-content-wrapper {
    font-size: 16px;	
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
	margin-bottom: 6px;
	font-size: 32px;
	line-height: 42px;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon  img {
    width: auto;
    height: 130px;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-inner {
    padding: 30px;
    background-color: var(--ttm-greycolor);
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(2, 29, 104, 0.15);    
	transition: all 0.3s ease 0s;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo {    
	transition: all 0.3s ease 0s;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo:hover {
	padding-left: 0px;
	margin-top: 0px;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon,
.themetechmount-iconbox.themetechmount-iconbox-styletwo {
    margin-bottom: 0;
}
.themetechmount-iconbox-styletwo .themetechmount-bottom-iconbox {
    padding-top: 108px;
    display: flex;
	transition: all 0.3s ease 0s;
}
.themetechmount-iconbox-styletwo .themetechmount-tag {
    width: 67%;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon img {
	border-radius: 10px;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-cta3-content-wrapper span {
    padding-left: 22px;
    color: #1f242e;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}
.tm-staticbox-style2 .tm-left-contentbox span:after,
.themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-cta3-content-wrapper span:after {
    position: absolute;
    content: '*';
    left: 0;
    top: 2px;
    font-size: 26px;
    font-weight: 600;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-element-subheading {
    margin-bottom: 0;
    font-family: var(--body-font-family);
    font-size: 16px;
    line-height: 26px;
    color: var(--body-fonts-color);
    font-weight: 500;
}

/**/
.without-icon-style-1 .tm-fid.inside.tm-fid-without-icon.tm-fid-view-topicon {
    padding: 0px 15px;
}
.without-icon-style-1 .tm-fid.inside.tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents .tm-fid-inner span {
    font-size: 70px;
    line-height: 80px;
}
.without-icon-style-1 .tm-fid.inside.tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.without-icon-style-1 .tm-fid.inside.tm-fid-without-icon.tm-fid-view-topicon:before {
    content: '';
    height: 100%;
    width: 1px;
    background: rgb(255 255 255 / 30%);
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    transform: rotate(20deg);
}
.without-icon-style-1.last-child .tm-fid.inside.tm-fid-without-icon.tm-fid-view-topicon:before {
    content: unset;
}

/**/
.without-icon-style-2 .tm-fid.inside.tm-fid-without-icon.tm-fid-view-topicon {
    height: 373px;
    width: 373px;
    line-height: 373px;
    border: 2px solid var(--ttm-skincolor);
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
    padding: 0;
}

.without-icon-style-2 .tm-fid.inside.tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents {
    vertical-align: middle;
    display: inherit;
}

.without-icon-style-2 .tm-fid.inside.tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents .tm-fid-inner {
    font-size: 127px;
    line-height: 130px;
    font-weight: 700;
    color: var(--ttm-skincolor) !important;
}

.without-icon-style-2 .tm-fid.inside.tm-fid-without-icon.tm-fid-view-topicon .tm-fld-contents h3.tm-fid-title {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--special-element-fontfamily);
}

.without-icon-style-2 .tm-fid.inside.tm-fid-without-icon.tm-fid-view-topicon.inside h4 span:nth-child(2) {
    margin-left: -25px;
}
/*fidbox style1 */
.inside.tm-fid-view-style1 h4 {
    font-size: 92px;
    line-height: 102px;
    padding-right: 0;
    font-weight: 700;
    color: var(--ttm-skincolor);
}
.tm-fid.inside.tm-fid-without-icon.tm-fid-view-style1 {
    padding: 0;
	text-align: left;
}
.inside.tm-fid-view-style1 h3.tm-fid-title {
    text-align: left;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    font-family: var(--body-font-family);
    color: var(--ttm-secondarycolor);
    position: relative;
}
.inside.tm-fid-view-style1 .tm-fld-contents {
	position: relative;
}
.inside.tm-fid-view-style1 .tm-fld-contents:before {
    position: absolute;
    content: "";
    width: 214px;
    height: 105px;
    border-radius: 70%;
    top: 20px;
    left: -30px;
    right: auto;
    transform: rotate(-25deg);
    z-index: -1;
    border: 1px solid #000;
    opacity: 0.20;
}
.inside.tm-fid-view-style1 h4 span:nth-child(3) {
	margin-left: -14px;
}
.inside.tm-fid-view-style1 h4 span:nth-child(1) {
	margin-right: -13px; 
}


/* tab style  */
.ttm-elementor-tabs .ttm-elementor-tab-title i {
    padding-right: 5px;
}
.elementor-widget-tm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-skincolor);
}
.ttm-tab-content {
    display: none;
}
.ttm-tab-content.ttm-tab-active {
    display: block;
}
.elementor-widget-tm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title {
    position: relative;
}
.ttm-tab-content .ttm-tab-content-title {
    display: none;
}
body .ttm-tab-content .elementor-section.elementor-top-section:first-child {
    margin-top: 0px;
}
.elementor-widget-tm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 16px;
    line-height: 28px;
    color: var(--ttm-secondarycolor);
    vertical-align: middle;   
}
.ttm-elementor-tabs .ttm-elementor-tab-title i {
    font-size: 40px;
    line-height: 30px;
    vertical-align: middle;
    color: var(--ttm-secondarycolor);
    padding-right: 8px;
}
.ttm-tab-style1.ttm-elementor-tabs .elementor-tabs-wrapper {
    margin: 0 auto;
    text-align: left;    
    width: auto;    
    padding: 0px;    	
    margin-bottom: 50px;
}
.ttm-tab-style1 .elementor-tab-content .elementor-top-section:first-child {
    padding-top: 50px;
}
.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title {
    margin-right: 23px;
    color: var(--ttm-secondarycolor);
    display: block;
    padding: 0px 0px 15px 0px;
    cursor: pointer;    
}
.ttm-elementor-tabs.ttm-tab-style1 {
    background-color: var(--ttm-greycolor);
    border-radius: 20px;
    padding: 50px;
}
.ttm-tab-style1 .tm-btn a {
    color: #fff;
    background-color: var(--ttm-skincolor);
    padding: 8px 30px;
    border-radius: 50%;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
}
.ttm-tab-style1 .tm-btn a:hover {
	background-color: var(--ttm-secondarycolor);
}
.ttm-tab-style1 .tm-btn {
	padding-top: 50px;
}
.ttm-elementor-tabs.ttm-tab-style1 .tmtabs-content-wrapper {
    padding-top: 80px;
}
.ttm-elementor-tabs.ttm-tab-style1 .elementor-tab-content h2 {
    font-size: 30px;
    line-height: 40px;
}
.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title span {    
    padding: 9px 32px;   
    border-radius: 50%;   
    border: 1px solid;
	display: inline-block;
}
.ttm-tab-style1 .elementor-tab-content section.elementor-section {
    width: auto !important;
    left: 0 !important;
}
.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    background-color: var(--ttm-secondarycolor);    
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-whitecolor);
}
.ttm-tab-style1.ttm-elementor-tabs ul li:last-child {
    margin-right: 0px;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-whitecolor);
}
.tm-btn-style-text a.elementor-button-link.elementor-button.elementor-size-md {
    padding: 0;
}

/**/
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main {
    padding: 40px 30px 20px 30px;
    border-radius: 50px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    z-index: 20;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main:before {
    position: absolute;
    content: '';
    top: 80%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: .55s cubic-bezier(.68, 1.55, .265, 0.55);
    -moz-transition: .55s cubic-bezier(.68, 1.55, .265, 0.55);
    -ms-transition: .55s cubic-bezier(.68, 1.55, .265, 0.55);
    -o-transition: .55s cubic-bezier(.68, 1.55, .265, 0.55);
    transition: .55s cubic-bezier(.68, 1.55, .265, 0.55);
    background-color: var(--ttm-greycolor);
    border-radius: 200px 200px 0 0;
    z-index: -1;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w:hover .themetechmount-ptable-main:before {
    z-index: -1;
    top: 0;
    border-radius: 30px;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w.tm-ptablebox-featured-col .themetechmount-ptable-main:before {
    content: unset;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w:hover .themetechmount-ptable-main {
    border-radius: 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.tm-ptablebox-style-1 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
    padding-bottom: 0px;
    margin-top: 0px;
    background-color: var(--ttm-skincolor);
    color: var(--ttm-skincolor);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-cur-symbol {
    display: inline-block;
    font-size: 24px;
    top: -16px;
    position: relative;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-price {
    font-size: 50px;
    line-height: 60px;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-frequency {
    position: relative;
    font-size: 24px;
    top: 0px;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines {
    padding: 0px;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines li:first-child {
    padding-top: 26px;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn {
    position: relative;
    padding: 40px 0 0px 0;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a {
    border: 0;
    border-bottom: 1px solid #838c93;
    padding: 0;
    cursor: pointer;
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a:hover {
    color: var(--ttm-skincolor);
    border-bottom-color: var(--ttm-skincolor);
}

.tm-ptablebox-style-1 .tm-ptablebox-featured-col .themetechmount-ptable-main .tm-ptable-btn a {
    border-bottom-color: rgba(255 255 255 / 0.5)!important;
}

.tm-ptablebox-style-1 .tm-ptablebox-featured-col .themetechmount-ptable-main .tm-ptable-btn a:hover {
    color: var(--ttm-whitecolor)!important;
    border-bottom-color: var(--ttm-whitecolor)!important;
}

.tm-ptablebox-style-1 .tm-ptablebox-featured-col .themetechmount-ptable-main .tm-ptablebox-cur-symbol, .tm-ptablebox-style-1 .tm-ptablebox-featured-col .themetechmount-ptable-main .tm-ptablebox-price, .tm-ptablebox-style-1 .tm-ptablebox-featured-col .themetechmount-ptable-main .tm-ptablebox-frequency, .tm-ptablebox-style-1 .tm-ptablebox-featured-col .themetechmount-ptable-main .tm-ptablebox-title h3, .tm-ptablebox-style-1 .tm-ptablebox-featured-col .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines .tm-ptable-line, .tm-ptablebox-style-1 .tm-ptablebox-featured-col .themetechmount-ptable-main .tm-ptable-btn a {
    color: var(--ttm-whitecolor);
}
.tm-ptablebox-style-1 .tm-ptablebox-featured-col .themetechmount-ptable-main .tm-ptable-btn:before {
    content: unset !important;
}
.tm-ptablebox-style-1 .tm-ptablebox-featured-col .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines .tm-ptable-line {
    border-top-color: rgb(255 255 255 / 20%);
    border-bottom-color: rgb(255 255 255 / 20%);
}

/*blogbox-styleone*/
.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-box-title h4 a {
    font-size: 38px;
    line-height: 48px;
}
.themetechmount-blogbox-styleone .ttm-post-featured-link-wrapper {
    width: 423px;
    height: 320px;
    background-size: cover;
	background-position: center;
}
.themetechmount-blogbox-styleone .themetechmount-box-details {
    width: 70%;
    padding-right: 40px;
}
.themetechmount-blogbox-styleone .themetechmount-box-img-left {
    text-align: right;
    float: right;
}
.themetechmount-blogbox-styleone .tm-meta-line.cat-links a {
    font-size: 18px;
    line-height: 28px;
	font-weight: 500;
}
.themetechmount-blogbox-styleone .tm-tag a {
    padding: 7px 23px;
    border: 1px solid var(--ttm-secondarycolor);
    border-radius: 50%;
    margin-right: 8px;
    color: var(--ttm-secondarycolor);
    font-weight: 500;
    font-size: 15px;
}
.themetechmount-blogbox-styleone .tm-tag a:hover {
	background-color: var(--ttm-skincolor);
	color:#fff;
	border-color: var(--ttm-skincolor);
}
.themetechmount-blogbox-styleone .ttm-blog-cat {
    width: 50%;
}
.themetechmount-blogbox-styleone .tm-date {
    width: 50%;
    text-align: right;
	font-size: 15px;
}
.themetechmount-blogbox-styleone .ttm-blog-post {
    display: flex;
	padding-bottom: 90px;
}
.themetechmount-blogbox-styleone .themetechmount-box-content {
    display: flex;
	padding: 20px 20px 20px 40px;
	width: 1140px;    
	background-color: var(--ttm-greycolor);
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(2, 29, 104, 0.15);
}
.themetechmount-blogbox-styleone .themetechmount-box-title {
    padding-top: 20px;
}
.themetechmount-element-blogbox-style1 .tm-box-col-wrapper:nth-child(2) .themetechmount-blogbox-styleone {
    left: 55px;
}
.themetechmount-element-blogbox-style1 .tm-box-col-wrapper:nth-child(3) .themetechmount-blogbox-styleone {
    left: 108px;
}
.themetechmount-blogbox-styleone.themetechmount-blogbox-cover {
	left: 175px;
}
.themetechmount-blogbox-cover .tm-blog-title {
    font-size: 72px;
    line-height: 85px;
    font-family: var(--special-element-fontfamily);    
}
.themetechmount-blogbox-cover .tm-blogbox-btn {
    margin-top: 27px;
    position: relative;
    display: inline-block;
}
.themetechmount-blogbox-cover .tm-blogbox-btn a {
    font-size: 18px;
    line-height: 28px;
    background-color: var(--ttm-skincolor);
    color: #fff;
    margin: auto;
    border-radius: 50%;
    padding: 11px 34px;
    display: block;
}
.themetechmount-blogbox-cover .tm-blogbox-btn a:hover { 
	color: var(--body-blackfont-color);
	background-color: #fff; 
}
.themetechmount-blogbox-styleone.themetechmount-blogbox-cover .themetechmount-box-details {
    width: 100%;
    padding-right: 0;
}
.themetechmount-blogbox-styleone.themetechmount-blogbox-cover .themetechmount-box-content {    
    background-color: var(--ttm-secondarycolor); 
	color: #fff; 
	text-align: center;
	padding: 30px 50px 50px;
}

/* teambox style 1 */

.themetechmount-teambox-style1 .themetechmount-box-title h4 {
	margin-bottom: 0; 
}
.themetechmount-teambox-style1 .themetechmount-box-category {
    font-size: 17px;
    line-height: 34px;
    color: var(--body-blackfont-color);
}
.themetechmount-teambox-style1 .themetechmount-box-title h4 a {
    font-size: 30px;
    line-height: 40px;
	font-weight: 500;
}
.themetechmount-teambox-style1 .themetechmount-team-icon .themetechmount-box-social-links ul.tm-team-social-links {
    padding: 0;
    margin: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    text-align: center;
    position: absolute;
    right: 0px;
    left: -5px;
    bottom: 20px;
    top: auto;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
}
.themetechmount-teambox-style2 .themetechmount-team-image-box img,
.themetechmount-teambox-style1 .themetechmount-team-image-box img {
    border-radius: 20px;
}
.themetechmount-teambox-style1 .themetechmount-innercontent-box {
    position: absolute;
    bottom: 0;
    left: 28px;
	z-index: 1;
	transition: .5s all ease;
}
.themetechmount-teambox-style1:hover .themetechmount-innercontent-box {
    bottom: -30px;
}
.themetechmount-teambox-style1:hover .themetechmount-team-image-box:after {
    bottom: 0;
}
.themetechmount-teambox-style1 .themetechmount-post-item {
    position: relative;
}
.themetechmount-teambox-style2 .themetechmount-item-thumbnail {
	position: relative;
	overflow: hidden; 
	z-index: 11; 
}
.themetechmount-teambox-style1 .themetechmount-team-image-box {
    position: relative;	 	
	overflow: hidden; 
}
.themetechmount-teambox-style1 .themetechmount-team-image-box:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 20px;
    width: 100%;
    height: 0;
    margin: auto;
    background-color: currentColor;
    box-shadow: 0 0 0.15em .445em #fff;
    border-radius: 50%;
    font-size: 200px;
    z-index: 1;
	transition: .5s all ease;
}

/* team style two */
.themetechmount-teambox-style2 .themetechmount-box-title h4 {
    font-size: 28px;
    line-height: 38px;
	margin-bottom: 0;
}
.themetechmount-teambox-style2 .themetechmount-item-thumbnail:after {
    content: '';
    position: absolute;
    left: 0; 
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #000;
    opacity: 0;
	border-radius: 20px; 
    z-index: 1;
    transition: .5s all ease;
}
.themetechmount-teambox-style2:hover .themetechmount-item-thumbnail:after { 
	opacity: 0.60;
}
.themetechmount-teambox-style2 .themetechmount-box-content {
    text-align: center;
    padding: 10px 0 0;
	opacity: 0;
}
.themetechmount-teambox-style2:hover .themetechmount-box-content {
	opacity: 1;
}
.themetechmount-teambox-style2:hover .themetechmount-item-thumbnail:after,
.themetechmount-teambox-style2:hover .themetechmount-team-image-box img {
    border-radius: 162px 162px 20px 20px;
}
.themetechmount-teambox-style2 .themetechmount-team-image-box img {
	transition: .5s all ease;	
}
.themetechmount-element-teambox-style2.themetechmount-boxes-gap-50px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 40px; 
}
.themetechmount-element-teambox-style2 .tm-box-col-wrapper.slick-slide.slick-current.slick-active {
    transform: rotate(-15.15deg);
}
.themetechmount-element-teambox-style2 .tm-box-col-wrapper.slick-slide.slick-current.slick-active+.slick-active {
	transform: rotate(-4.15deg);
}
.themetechmount-element-teambox-style2 .tm-box-col-wrapper.slick-slide.slick-current.slick-active+.slick-active+.slick-active {
	transform: rotate(4.15deg);
}
.themetechmount-element-teambox-style2 .tm-box-col-wrapper.slick-slide.slick-current.slick-active+.slick-active+.slick-active+.slick-active {
	transform: rotate(15.15deg);
}

.tm-project-readmore-btn i {
    font-size: 22px;
}
.tm-click a {
    position: absolute;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: var(--ttm-skincolor);
    border-radius: 50%;
    text-align: center;
    color: #fff;
}


/* testimonialbox styleone */
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone .themetechmount-box-content {
    padding: 25px 30px 15px;    
    background-color: #fff;
    border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(2, 29, 104, 0.15);
	margin: 40px 0; 
}
.themetechmount-testimonialbox-styleone span.ttm-revier-text {
    font-size: 20px;
    line-height: 36px;
    font-family: var(--special-element-fontfamily);
    font-weight: 700;
	color: var(--body-blackfont-color);
	vertical-align: middle;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone .themetechmount-box-author {
    padding-top: 0;
    display: flex;
    align-items: center;
	position: relative; 
}
.themetechmount-testimonialbox-styleone .tm-box-footer {
	padding-left: 20px;
}
.themetechmount-testimonialbox-styleone .tm-finopik-icon-star-1.tm-active {
    color: var(--body-blackfont-color);
    vertical-align: middle;
}
.themetechmount-testimonialbox-styleone .tm-highlight-text {
    padding-top: 40px;
    padding-bottom: 70px;
}
.themetechmount-testimonialbox-styleone .themetechmount-ratting-stars {
    position: absolute;
    right: 0;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone .themetechmount-author-name {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 0px;    	
}
.themetechmount-testimonialbox-styleone .themetechmount-item-thumbnail-inner img {
    border-radius: 50%;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--body-font-family);
    text-align: left;
    padding: 20px 0;
    font-style: normal;
}
.themetechmount-testimonialbox-styleone .themetechmount-review-highlight {
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
    font-size: 35px;
    line-height: 49px;
    font-weight: 500;
}
.themetechmount-element-blogbox-style1 {
    margin-bottom: 80px;
}

/* testimonialbox style two */
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styletwo {
	margin-bottom: 74px; 
	padding: 0 25px; 
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styletwo .themetechmount-box-desc .themetechmount-testimonial-text {    
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;  
	padding-top: 0;
}
.themetechmount-boxes-testimonial .slick-vertical .themetechmount-testimonialbox-styletwo .themetechmount-box-content {
	width: 694px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styletwo .themetechmount-box-content {
    padding: 40px 50px 50px;
    overflow: visible;
    background-color: var(--ttm-greycolor);
    border-radius: 20px;    
	position: relative;
}
.themetechmount-testimonialbox-styletwo .themetechmount-box-title {
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--body-blackfont-color);
    position: absolute;
    right: -30px;
    background-color: var(--ttm-greycolor);
    padding: 14px 30px;
    border-radius: 50%;
    border: 7px solid #fff;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-testimonialbox-styletwo .themetechmount-box-title {
	left: -30px;
	right: auto;
}
.tm-box-col-wrapper:nth-child(odd) .themetechmount-testimonialbox-styletwo {
    float: right;
}
.tm-box-col-wrapper .themetechmount-testimonialbox-styletwo {
	float: left;
}

/*conatct form 07*/
.ttm-commonform.ttm-contactform-01 .wpcf7-form-control {
    border-bottom: 1px solid #d2d2d2 !important;
    display: block;
    margin-bottom: 25px;
}

.ttm-commonform.ttm-contactform-01 input[type="text"], .ttm-commonform.ttm-contactform-01 input[type="email"], .ttm-commonform.ttm-contactform-01 textarea {
    border: 0;
    color: #6f7f90;
    background-color: transparent;
    padding: 11px 0 5px;
}

.ttm-commonform.ttm-contactform-01 input[type="submit"] {
    color: #fff;
    border-radius: 2em;
    padding: 15px 35px 15px;
    margin-top: 5px;
    margin-bottom: 0;
    border-bottom: 0px !important;
}

.ttm-commonform.ttm-contactform-01 input[type="submit"]:hover {
    background-color: var(--ttm-secondarycolor);
}

.ttm-commonform.ttm-contactform-01 .form-contact, .ttm-commonform.ttm-contactform-01 .tm-checkbox {
    display: inline-block;
}

.ttm-commonform.ttm-contactform-01 .form-contact .ttm-contact-btn .wpcf7-spinner {
    display: block;
    margin: 10px 24px 0px;
}

.ttm-commonform.ttm-contactform-01 input[type="text"]:focus, 
.ttm-commonform.ttm-contactform-01 input[type="email"]:focus, 
.ttm-commonform.ttm-contactform-01 textarea:focus {
    border-bottom: 1px solid var(--ttm-skincolor) !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px;
}

/**/
.first-footer .widget-area .mc4wp-form-fields {    
    margin: auto;
    text-align: center;
}
.tm-radio {
    text-align: left;
}
.footer .tm-radio p {
    display: inline-block;
}
.footer input[type="checkbox"],.footer input[type="radio"] {
    width: 0;
    margin-left: 22px;
    position: relative;
    z-index: 1;
    -moz-appearance: initial;
}
.footer input[type="checkbox"]:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: -21px;
    height: 15px;
    width: 15px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 3px;
}
.footer input[type="checkbox"]:checked:after {
    content: "";
    border: solid var(--ttm-skincolor);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -17px;
	top: 2px;
    width: 6px;
    height: 10px;
    background-color: transparent!important;
}
.mailchimp-email {
    position: relative;
}
.footer .mailchimp-inputbox p {
	color: rgba(255, 255, 255, 0.31) !important;
}
.footer .mailchimp-inputbox {
    width: 100%;
    position: relative;
}
.footer .mailchimp-inputbox .mailchimp-email i {
    position: absolute;
    bottom: 20px;
    font-size: 17px;
    color: #fff;
}
.mc4wp-form-fields input[type="email"] {
    border: none;
    padding: 5px 30px 12px 0px;
    background-color: transparent;
    margin-bottom: 15px;
    font-size: 15px;
    color: var(--ttm-whitecolor);
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    position: relative;
	border-radius: 0; 	
}
.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.31) !important;
}
.mailchimp-inputbox button[type="submit"] {
    position: absolute;
    right: 10px;
    left: auto;
    background-color: transparent;
    border: 0;
    font-size: 15px;
	font-weight: 500;
    top: 11px;
    bottom: auto;
    padding: 0px;
}
.mailchimp-inputbox button[type="submit"]:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
	transition: all 0.25s ease;
}
.footer .mailchimp-inputbox p {
    margin-bottom: 0;
}
.mailchimp-inputbox button[type="submit"]:hover:after {
	background-color: var(--ttm-skincolor);
}
.mailchimp-inputbox button[type="submit"]:hover {
    color: var(--ttm-skincolor);
}
.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    color: rgba(255 255 255 / 0.70);
}
.footer .first-footer .widget .social-icons li {
    display: block !important;
    width: auto;
    height: auto;
}
.footer .first-footer .widget .social-icons li a {
    height: auto;
    width: auto;
    border: none;
    text-align: left;
    margin-right: 0px;
    font-size: 15px;
    line-height: 25px;
}
.footer .first-footer .widget .social-icons li a i {
    margin-right: 5px;
}
.footer .widget.widget_nav_menu li a:before {
    content: unset;
}
.footer .widget.widget_nav_menu li a {
    padding-left: 0px;
    font-size: 16px;
    line-height: 26px;
	color: rgba(255, 255, 255 , 0.52);
}
.footer .first-footer .widget .ttm-footer-form-title {
    font-size: 74px;
    line-height: 84px;
}
.site-footer .footer_inner_wrapper.footer .site-footer-bg-layer.tm-bg-layer {
    overflow: hidden;
}
.footer .widget.widget_nav_menu .menu-footer-quick-links-container li a {
    color: rgba(255 255 255 / 0.70);
}
.footer .widget.widget_nav_menu .menu-footer-quick-links-container li a:hover { 
    color: var(--ttm-skincolor);
}
.ttm-testimonial-column .elementor-widget-wrap .tm-stretched-div.tm-stretched-left:before, .ttm-testimonial-column .elementor-widget-wrap .tm-stretched-div.tm-stretched-left {
    border-radius: 0px 50px 50px 0px;
}
.sidebar .widget .ttm-links h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--ttm-whitecolor);
}
.sidebar .widget .ttm-links a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    color: var(--ttm-whitecolor);
}
.sidebar .widget .ttm-links:last-child a {
    margin-bottom: 0;
}
.sidebar .widget .ttm-links i {
    font-size: 20px;
}
#sidebar-left.sidebar .widget .ttm-file-links .ttm-links {
    background-color: var(--ttm-skincolor);
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
}

#sidebar-left.sidebar .widget .ttm-file-links .ttm-links:last-child {
    margin-bottom: 0px;
}
.sidebar .widget.ttm-sidebar-bgbanner {
    background-image: url(../images/widget-bg.png) !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px;
    color: var(--ttm-whitecolor);
    border-radius: 15px;
}
.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact {
    padding: 0px 15px 270px;
    text-align: center;
    color: var(--ttm-whitecolor);
}
.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact h3 {
    font-size: 24px;
    line-height: 34px;
    color: var(--ttm-whitecolor);
}
.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact i {
    font-size: 50px;
    line-height: 50px;
    color: var(--ttm-skincolor);
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact .ttm-phone-widget p, .sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact .ttm-email-widget p {
    margin-bottom: 10px;
}
.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact .ttm-phone-widget p a, .sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact .ttm-email-widget p a {
    font-size: 24px;
    line-height: 34px;
    color: var(--ttm-whitecolor);
    font-family: var(--special-element-fontfamily);
}
.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact .ttm-phone-widget p a:hover, 
.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact .ttm-email-widget p a:hover,
.single-post .tm-post-prev-next-buttons .pagination-item .pagination-content a:hover .tm-nav-title {
    color: var(--ttm-skincolor);
}

.sidebar .widget.ttm-sidebar-bgbanner {
    position: relative;
    margin-top: 40px !important;
}

.sidebar .widget.ttm-sidebar-bgbanner:before {
    background-image: url(../images/widget-bg-02.png) !important;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 100%;
    max-width: 100%;
    height: 250px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-sidebarbutton {
    position: relative;
    z-index: 999;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-sidebarbutton a {
    position: absolute;
    left: 0;
    right: 0;
    top: 170px;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-sidebarbutton a span {
    padding: 10px 30px;
    background-color: var(--ttm-skincolor);
    width: auto;
    display: inline-block;
    border-radius: var(--ttm-button-shape);
    color: var(--ttm-whitecolor);
    font-size: var(--button_fontsize);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    position: relative;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-sidebarbutton a span:hover {
    color: var(--ttm-secondarycolor);
}


#sidebar-left.sidebar .widget.ttm-sidebar-social-icon .themetechmount-social-links-wrapper .social-icons span, 
#sidebar-right.sidebar .widget.ttm-sidebar-social-icon .themetechmount-social-links-wrapper .social-icons span {
    display: none;
}

#sidebar-left.sidebar .widget.ttm-sidebar-social-icon .themetechmount-social-links-wrapper .social-icons li a,
#sidebar-right.sidebar .widget.ttm-sidebar-social-icon .themetechmount-social-links-wrapper .social-icons li a {
    border-color: var(--ttm-bordercolor);
    border-radius: 50%;
    margin-right: 0px;
}

#sidebar-left.sidebar .widget.ttm-sidebar-social-icon .themetechmount-social-links-wrapper .social-icons li a,
#sidebar-right.sidebar .widget.ttm-sidebar-social-icon .themetechmount-social-links-wrapper .social-icons li a {
    color: var(--ttm-secondarycolor);
}

#sidebar-left.sidebar .widget.ttm-sidebar-social-icon .themetechmount-social-links-wrapper .social-icons li a:hover,
#sidebar-right.sidebar .widget.ttm-sidebar-social-icon .themetechmount-social-links-wrapper .social-icons li a:hover {
    border-color: var(--ttm-skincolor);
}

.tm-project-detail-social-icon .themetechmount-social-links-wrapper ul.social-icons li a {
    background-color: transparent;
    border-color: var(--ttm-whitecolor);
    color: var(--ttm-whitecolor);
    border-radius: 50%;
}

.ttm-team-details-info .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    font-weight: 400;
    font-family: var(--body-font-family);
    color: var(--body-fonts-color);
}

.tm-project-detail-social-icon .themetechmount-social-links-wrapper ul.social-icons li a span {
    display: none;
}

/**/
.ttm-commonform.ttm-contactform-02 .tm-contact-btn.elementor-widget-button input[type="submit"] {
    width: 100%;
    margin-top: 10px;
    border-radius: 50px;
}

.ttm-commonform.ttm-contactform-02 input[type="text"], .ttm-commonform.ttm-contactform-02 input[type="email"], .ttm-commonform.ttm-contactform-02 textarea {
    border-radius: 25px;
    background: transparent;
}

.ttm-team-details-info .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    font-weight: 400;
    font-family: var(--body-font-family);
    color: var(--body-fonts-color);
}

span.tm-team-profession {
    font-size: 16px;
    color: var(--ttm-skincolor);
    font-weight: 500;
}

/**/

.ttm-list.ttm-list-style-icon {
    list-style: none;
    padding: 0px;
    margin: 0px 30px 0px 0px;
}

.blog-list.ttm-list.ttm-list-style-icon.ttm-sbox li {
    display: flex;
    align-items: baseline;
}

.ttm-list.ttm-list-style-icon i {
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-skincolor);
    border-radius: 50%;
    margin-right: 10px;
    height: 22px;
    width: 40px;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
}

.blog-list.ttm-list.ttm-list-style-icon.ttm-sbox li .ttm-list-li-content {
    font-weight: 500;
    color: var(--ttm-secondarycolor);
    font-family: var(--special-element-fontfamily);
}
article.themetechmount-box-blog-classic .ttm-blog-classic-box-content .ttm-list {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
}
.single-post.tm-empty-sidebar .tm_tag_lists {
    float: left;
    display: inline-flex;
}
.single-post .themetechmount-tags-links-title {
    font-weight: 500;
    margin-top: 0px !important;
    display: none;
}
body.single-post .tm-titlebar h1.entry-title {
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 0; 
}
.single-post .tm-post-prev-next-buttons {
    margin-top: 20px;
    position: relative;
    margin-bottom: 10px;
    padding: 35px 35px 20px 35px;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    background-color: var(--ttm-whitecolor);
}
.pagination-item.next .pagination-content {
    text-align: right;
}
.pagination-item.next.ttm-postwith-img {
    text-align: right;
}
.col-sm-6.next-link_wrapper {
    float: right;
}
.pagination-item.prev .pagination-content-button a, 
.pagination-item.next .pagination-content-button a {
    background-color: var(--ttm-skincolor);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 21px;
}
.pagination-item.prev .pagination-content-button a {
    position: absolute;
    left: -55px;
    line-height: 40px;
    top: 20px;
    text-align: center;
}
.pagination-item.next .pagination-content-button a {
    position: absolute;
    right: -55px;
    line-height: 40px;
    top: 20px;
    text-align: center;
}
.pagination-item .pagination-content-button a i {
    font-size: 17px;
}
.pagination-item.prev .pagination-content .tm-nav-title, .pagination-item.next .pagination-content .tm-nav-title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    font-family: var(--special-element-fontfamily);
}

/**/
.tm-titlebar-wrapper .tm-titlebar-inner-wrapper .tm-titlebar-main .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom) .tm-titlebar-main .entry-title-wrapper .container {    
    padding: 0px;
    margin-top: 0px;
    border-radius: 0;
}

/**/
.tm-recent-post-list-li.slick-slide {
    height: auto;
    padding: 20px 20px 30px 20px;
    background-color: var(--ttm-whitecolor);
    border-radius: 15px;
    margin: 0px 5px;
}
.tm-recent-post-list-li.slick-slide .post-detail {
    text-align: center;
}
.tm-recent-post-list-li.slick-slide img {
    border-radius: 15px;
}

.tm-recent-post-list-li.slick-slide .post-detail .post-date {
    display: block;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 5px;
}
.tm-recent-post-list-li.slick-slide .post-detail a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--special-element-fontfamily);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/**/

/*ttm-accordian-style1*/

.ttm-accordian-style1 .elementor-accordion .elementor-tab-title {
    padding: 25px 30px 20px 90px;
    border-radius: 20px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.ttm-accordian-style1 .elementor-accordion .elementor-accordion-item {
    position: relative;
    margin-bottom: 20px;
    background-color: var(--ttm-greycolor);
    border-radius: 20px;
}

.ttm-accordian-style1 .elementor-accordion .elementor-accordion-item.elementor-active .elementor-accordion-title:before {
    color: var(--ttm-skincolor) !important;
}
.ttm-accordian-style1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: center;
    border: 1px solid var(--ttm-border-color);
    padding: 12px 26px 11px 12px;
    margin-top: 0px;
    border-radius: 50%;
    color: var(--body-blackfont-color);
    position: relative;
    top: 7px;
}
.ttm-accordian-style1 .elementor-accordion .elementor-accordion-item .elementor-accordion-title:before {
    font-size: 30px;
    color: var(--ttm-skincolor);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 45px;
    width: 50px;
    vertical-align: middle;
    border-right: 1px solid var(--ttm-bordercolor);
    padding-right: 15px;
    position: absolute;
    top: 25px;
    left: 25px;
    right: auto;
    bottom: auto;
    font-weight: 500;
    line-height: 45px;
}
.ttm-accordian-style1 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    padding-bottom: 5px;
}
.ttm-accordian-style1 .elementor-accordion .elementor-accordion-item .elementor-active .elementor-accordion-title span, .ttm-accordian-style1 .elementor-accordion .elementor-accordion-item .elementor-active .elementor-accordion-title:before {
    color: var(--ttm-skincolor);
}
.ttm-accordian-style1 .elementor-accordion .elementor-accordion-item .elementor-accordion-title span {
    font-size: var(--body-font-size);
    margin-bottom: 0;
    font-weight: 400;
    color: var(--body-fonts-color);
}
.ttm-accordian-style1 .elementor-accordion .elementor-accordion-item .elementor-accordion-title h3 {
    position: relative;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 500;
    top: -15px;
    padding-right: 45px;
}
.ttm-accordian-style1 .elementor-accordion .elementor-tab-content {
    padding: 0px 15px 20px 25px;
}
.ttm-accordian-style1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened, .ttm-accordian-style1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed, .ttm-accordian-style1 .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.ttm-accordian-style1 .elementor-accordion .elementor-tab-title .elementor-accordion-title p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
    font-family: var(--body-font-family);
    color: var(--body-fonts-color);
    font-weight: 400;
}
.ttm-accordian-style1 .elementor-accordion .elementor-tab-title .elementor-accordion-title h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: 500;
}

/*header  style centerlogo*/
.tm-headerstyle-centerlogo-overlay .site-header .tm-header-detail:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.2);
}
.tm-headerstyle-centerlogo-overlay .tm-header-text-area:after {
    position: absolute;
    content: "";
    background: rgba(255 , 255 , 255 , 0.31);
    width: 1px;
    height: 100%;
    left: 0;
    right: auto;
}
.tm-headerstyle-centerlogo-overlay .tm-header-text-area {
    padding-left: 105px !important;
}
.tm-headerstyle-centerlogo-overlay #site-header-menu #site-navigation .nav-menu:after {
    position: absolute;
    content: "";
    background: rgba(255 , 255 , 255 , 0.31);
    width: 1px;
    height: 100%;
    left: auto;
    right: 0;
}
.tm-headerstyle-centerlogo-overlay #site-header-menu #site-navigation .nav-menu {
    padding-right: 105px !important;
}
.tm-headerstyle-centerlogo-overlay .tm-header-menu-position-left .site-branding {
    padding-right: 0;
}
.tm-headerstyle-centerlogo-overlay span.tm-header-detail {
    font-size: 15px;
    color: rgb(255 255 255 / 80%);
    position: relative;
    padding-right: 22px;
}
.tm-headerstyle-centerlogo-overlay span.tm-header-detail a {
    color: #fff;
    font-weight: 500;
    position: relative;
    display: inline-block;
    line-height: normal;
    transition: all 0.5s ease-in-out;
    margin-left: 15px;
    border-bottom: 2px solid rgba(255 255 255 / 0.5);
}
.tm-headerstyle-centerlogo-overlay span.tm-header-detail a:hover {
    color: var(--ttm-skincolor);
    border-bottom-color: var(--ttm-skincolor);
}
.tm-headerstyle-centerlogo-overlay span.tm-header-detail img {
    padding-right: 10px;
}
.tm-headerstyle-centerlogo-overlay .site-header .themetechmount-social-links-wrapper .social-icons li > a {
    border: 0;
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}
.tm-headerstyle-centerlogo-overlay .site-header .themetechmount-social-links-wrapper .social-icons li > a:hover {
    color: var(--ttm-skincolor);
}
.tm-headerstyle-centerlogo-overlay .site-header .themetechmount-social-links-wrapper {
    float: right !important;
    padding-left: 12px;
}
.tm-headerstyle-centerlogo-overlay .site-header .themetechmount-social-links-wrapper ul li span {
    font-size: 0px;
}
/**/
.site-footer .bottom-footer-text .container.tm-container-for-footer {   
    margin: 0 auto;
    overflow: hidden;    
    padding: 0px;	
}
.second-footer-inner {
    padding: 40px 86px 30px;
}
#mega-menu-wrap-themetechmount-main-menu #mega-menu-themetechmount-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {    
    margin: 0 0 0 2px;    
}
.site-footer .tm-container-for-footer .bottom-footer-inner.tm-withcenter-text .tm-footer2-right .ttm-footer-img2 img {
    margin-left: 15px;
}

/* PortfolioBox  Styles-1 */
.themetechmount-box-portfolio .tm-featured-wrapper {
    overflow: hidden;
}
.tm-project-marquee li.elementor-icon-list-item,
.project-element-vertical-box-style-1 li.elementor-icon-list-item {
    position: relative;
    display: inline-block;
    padding: 23px 20px 35px;
    font-size: 60px;
    line-height: 70px;
    opacity: 1;
    font-weight: 600;    
    vertical-align: middle;
	font-family: var(--special-element-fontfamily);
	color: var(--ttm-secondarycolor);
	border-top: 1px solid var(--ttm-secondarycolor);
	border-bottom: 1px solid var(--ttm-secondarycolor);
	background-color: var(--ttm-greycolor);
}
.tm-project-marquee ul.elementor-icon-list-items.marquebox-list,
.project-element-vertical-box-style-1 ul.elementor-icon-list-items.marquebox-list {
	width: 100%;    
    margin: 0;
    animation: tm-marque-text 10s linear infinite;
    will-change: transform;
    white-space: nowrap;	
}
.project-element-vertical-box-style-2 .themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 300px;
}
.project-element-vertical-box-style-2 .tm-box-col-wrapper:nth-child(even) article.themetechmount-box.themetechmount-box-portfolio.themetechmount-portfoliobox-style2 {
    justify-content: flex-end;
}
.project-element-vertical-box-style-2 article.themetechmount-box.themetechmount-box-portfolio.themetechmount-portfoliobox-style2 {
    display: flex;
}
.project-element-vertical-box-style-2 .themetechmount-portfoliobox-style2 .themetechmount-post-item {
	width: 460px;
}
.project-element-vertical-box-style-2 .themetechmount-boxes-inner,
.project-element-vertical-box-style-1 .themetechmount-boxes-inner {
    margin-bottom: 250px;
}
.project-element-vertical-box-style-1 .tm-content-header,
.project-element-vertical-box-style-2 .tm-content-header {	
    position: absolute;
	box-sizing: border-box;
    z-index: -1;
    pointer-events: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;    
    width: 100%;
    text-align: center;
    top: 80px;
}
.project-element-vertical-box-style-1 .themetechmount-marque-wrapper {
    position: absolute;
    box-sizing: border-box;
    z-index: 1;
    pointer-events: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;    
    width: 100%;
    text-align: center;
    top: 300px;
}
.project-element-vertical-box-style-1.themetechmount-boxes-gap-0px .themetechmount-boxes-row-wrapper.row {      
    margin: auto;
	margin-top: 300px;
	z-index: 11;
	position: relative;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-overlay {    
    margin: 0;
    padding: 30px;
    z-index: 11;
    position: absolute;
    bottom: 0;  
	opacity: 0;
	text-align: left; 
    transition: transform .9s ease;
    -moz-transform: translateY(170px);
    -ms-transform: translateY(170px);
    -webkit-transform: translateY(170px);
    transform: translateY(170px);
}
.themetechmount-portfoliobox-style1:hover .themetechmount-box-overlay {   
	opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.project-element-vertical-box-style-1 .tm-skin-marquee li.elementor-icon-list-item {
	background-color: #fff;
}
.project-element-vertical-box-style-1 ul.elementor-icon-list-items.marquebox-list.tm-skin-marquee {
    width: 100%;    
    animation: prt-marque-text 10s linear infinite;
}
@keyframes prt-marque-text {
    0% {       
		 transform: translate(-100%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}
.tm-skin-marquee li { 
	background-color: #fff;
}
.tm-skin-marquee li.elementor-icon-list-item {
    color: var(--ttm-skincolor);
}
.themetechmount-portfoliobox-style1 {    
    position: relative;
	display: inline-block;
	overflow: hidden;	
}
.project-element-vertical-box-style-1 ul.elementor-icon-list-items.marquebox-list.tm-skin-marquee li {
    border-bottom: 1px solid #000;
}
.project-element-vertical-box-style-1 .themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper {
    z-index: 99;
    position: relative;
    width: 1300px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
}
.themetechmount-portfoliobox-style1 .tm-featured-wrapper {
    position: relative;
    z-index: 0;
    display: block;
    border-radius: 20px;    
}
.themetechmount-portfoliobox-style1 .themetechmount-post-item-inner img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    min-width: 100%;
}
.themetechmount-element-portfoliobox-style1 div#loadmore {
    padding: 10px 30px;
    background-color: var(--ttm-skincolor);
    color: #fff;
    display: inline;
    border-radius: 50%;
	cursor: pointer;
}
.themetechmount-portfoliobox-style1:hover .themetechmount-post-item-inner img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.themetechmount-portfoliobox-style1 .themetechmount-box-category a,
.themetechmount-portfoliobox-style1 .themetechmount-box-title h4 a {
	color: #fff; 
}
.themetechmount-portfoliobox-style1 .themetechmount-box-category a {
	font-size: 18px;
	padding-right: 16px;
	position: relative; 
}
.themetechmount-portfoliobox-style1 .themetechmount-box-category a:after {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 4px;
    width: 4px;
    bottom: 6px;
    right: 6px;
    border-radius: 50%;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-category a:last-child:after {
	display: none;
}
.project-element-vertical-box-style-1 .themetechmount-portfoliobox-style1 .themetechmount-post-item {
	width: 388px;	
}
.themetechmount-portfoliobox-style1 .themetechmount-post-item {
	position: relative; 	
}
.themetechmount-portfoliobox-style1 .tm-featured-wrapper:before {
    position: absolute;
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgb(0 0 0 / 70%) 70%);
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all .9s;
    border-radius: 20px;
}
.themetechmount-portfoliobox-style1:hover .tm-featured-wrapper:before {
	height: 42%;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-category {
	font-size: 0;
}
.themetechmount-portfoliobox-style1 .ttm-post-featured-link-wrapper {
    height: 539px;
    width: 388px;
    border-radius: 15px;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-content,
.themetechmount-portfoliobox-style1 .themetechmount-box-title {
    display: block;
    overflow: hidden;
}
.themetechmount-portfoliobox-style1 .themetechmount-box-title h4 {
    cursor: pointer;
    font-size: 24px;
    line-height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.project-element-vertical-box-style-1 .tm-box-col-wrapper:nth-child(5) .themetechmount-portfoliobox-style1,
.project-element-vertical-box-style-1 .themetechmount-portfoliobox-style1 {    
    float: left;
}
.project-element-vertical-box-style-1 .tm-box-col-wrapper:nth-child(4) .themetechmount-portfoliobox-style1,
.project-element-vertical-box-style-1 .tm-box-col-wrapper:nth-child(2) .themetechmount-portfoliobox-style1 {
    float: right;    
}
.project-element-vertical-box-style-1 .tm-box-col-wrapper:nth-child(2) .themetechmount-portfoliobox-style1 {
	transform: translate(0%, -20%);
}
.project-element-vertical-box-style-1 .tm-box-col-wrapper:nth-child(3) .themetechmount-portfoliobox-style1 {
	transform: translate(0%, -70%);
}
.project-element-vertical-box-style-1 .tm-box-col-wrapper:nth-child(4) .themetechmount-portfoliobox-style1 {
	transform: translate(0%, -120%);
}
.project-element-vertical-box-style-1 .themetechmount-portfoliobox-style1 .ttm-post-featured-link-wrapper {
    width: 388px;
	height: 537px;
}
.tm-animation-hover-button {
    padding: 23px 15px 28px;
    text-align: center;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30%;
    top: auto;
    transition: 500ms all linear 0ms;
    opacity: 0;
}
.prt-cursor .tm-project-readmore-btn {
    transition: 500ms all linear 0ms;
    font-size: 18px;
    line-height: 28px;
    padding: 0px;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    
}
.tm-animation-hover-button,
.themetechmount-portfoliobox-style1 .tm-animation-hover-button {
    opacity: 0;
    position: absolute;    
}
.prt-cursor .tm-project-readmore-btn a {
    transition: 500ms all linear 0ms;
    font-size: 16px;   
    padding: 0px;    
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    border-radius: 50px;
    font-weight: 500;    
    color: #fff;
	height: 70px;
    width: 70px;
	line-height: 74px;
    text-align: center;
	background-color: var(--ttm-skincolor);
}
.prt-cursor .tm-project-readmore-btn {
    transition: 500ms all linear 0ms;
    font-size: 18px;
    line-height: 28px;
	padding: 0;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
	background-image: unset !important;
}
.cursor-play-btn-block {
    pointer-events: none;
}
.cursor-play-btn {
    font-size:12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
	color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}
.review-item-img .cursor-play-btn-block {
    display:none;
}
.cursor-play-btn a {
    color: #fff;
}

.prt-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity .3s, color .4s;
    -o-transition: opacity .3s, color .4s;
    -moz-transition: opacity .3s, color .4s;
    transition: opacity .3s, color .4s;
}

.prt-cursor-text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: var(--prt-whitecolor);
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: opacity .4s, -webkit-transform .3s;
    transition: opacity .4s, -webkit-transform .3s;
    -o-transition: opacity .4s, -o-transform .3s;
    -moz-transition: opacity .4s, transform .3s, -moz-transform .3s;
    transition: opacity .4s, transform .3s;
    transition: opacity .4s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

.prt-cursor.-visible:before {
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}

.prt-cursor.-visible.-active:before {
    -webkit-transform: scale(.23);
    -moz-transform: scale(.23);
    -ms-transform: scale(.23);
    -o-transform: scale(.23);
    transform: scale(.23);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.prt-cursor.-pointer:before {
    -webkit-transform: scale(.15);
    -moz-transform: scale(.15);
    -ms-transform: scale(.15);
    -o-transform: scale(.15);
    transform: scale(.15)
}

.prt-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7)
}

.prt-cursor.-text .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.prt-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.prt-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.prt-cursor.-tooltip .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }

}

@keyframes shine {
    100% {
        left: 125%;
    }

}



/*** Overaly search box ***/
.tm-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    height: 100%;
    width: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    background-color: transparent !important;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
.tm-search-overlay.st-show {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.tm-search-overlay .tm-search-outer {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    width: 620px;
    max-width: 100%;
    height: 70px;
    line-height: 70px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.tm-search-overlay .tm-site-searchform {
    position:relative;
}
.tm-search-overlay .tm-icon-close {
    position: absolute;
    left: 50%;
    top: 55px;
    color: #fff;
    cursor: pointer;
    width: 60px;
    margin-left: -25px;
}
.tm-search-overlay .tm-icon-close:after{
    font-family: "tm-finopik-icons";
    content: "\e82f";
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 7px;
    top: 9px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}
.tm-search-overlay .tm-icon-close:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tm-search-overlay .tm-site-searchform input[type="search"] {
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,1);
    height: 65px;
    padding: 0 70px 0 0;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    color: #fff;
    outline: none;
}
.tm-search-outer .tm-form-title {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-top: -40px;
    margin-bottom: 40px;
}
.tm-site-searchform button {
    background: #fab442;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    outline: none;
    padding: 0;
    font-size: 12px;
}
.tm-search-overlay .tm-site-searchform button {
    background: none;
    color: #fff;
    height: 70px;
    line-height: 70px;
    width: 50px;
    font-size: 21px;
    border: none;
}
 .tm-search-overlay ::-webkit-input-placeholder {
    color: #fff;
}
.tm-search-overlay :-moz-placeholder {
    color: #fff;
    opacity:  1;
}
.tm-search-overlay ::-moz-placeholder {
    color: #fff;
    opacity:  1;
}
.tm-search-overlay :-ms-input-placeholder {
    color: #fff;
}
.tm-search-overlay input[type="search"]::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.80);   
}
.tm-search-overlay input[type="search"]::-moz-placeholder{
   color: rgba(255, 255, 255, 0.80);  
}
.tm-search-overlay input[type="search"]::-moz-placeholder{
    color: rgba(255, 255, 255, 0.80);    
}
.tm-search-overlay input[type="search"]::-ms-input-placeholder{  
    color: rgba(255, 255, 255, 0.80);    
}

/**/
.wp-block-post-featured-image {
    margin-bottom: 30px;
}

.wp-block-image .aligncenter>figcaption {
    text-align: center;
    font-style: italic;
}

.wp-block-button ,.wp-block-buttons>.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0;
}
.wp-block-image .alignright {
    margin-bottom: 1.5em;
}
.blocks-gallery-grid.alignleft:not(.has-nested-images),
.wp-block-gallery.alignleft:not(.has-nested-images) {
    margin: 0.375em 1.75em 1.75em 0;
}
ol.wp-block-latest-comments {
    padding: 0;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: var(--ttm-bordercolor);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--ttm-greycolor);
}

.wp-block-image figcaption,
.wp-block-image .aligncenter>figcaption {
    text-align: center;
}

.wp-block-calendar .wp-calendar-nav {
    background: var(--prt-greycolor);
    padding: 5px 20px;
    margin-bottom: 15px;
}

.ttm-blog-classic-box-content .wp-block-audio {
    margin-bottom: 15px;
}

.single article.post .wp-block-columns.alignwide .wp-block-column blockquote cite {
    font-size: 17px;
    line-height: 27px;
}


.prt-blog-classic-box-content .wp-block-group.has-background>.wp-block-group__inner-container {
    padding: 15px;
     margin-bottom: 15px;
}

.wp-block-column.has-background {
    padding: 20px;
}

.wp-block-cover.is-light p {
    color: var(--ttm-whitecolor);
}

.wp-block-cover, .wp-block-cover-image {
    background-size: cover;
}

.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child, .wp-block-gallery.is-cropped {
    margin-bottom: 10px;
}

.wp-block-image {
    margin: 0px 0px 1em;
}

.wp-block-embed {
    margin: 0 0 1em;
    overflow-wrap: break-word;
}

.single .post .entry-content blockquote.has-text-align-right cite, .single .post .entry-content blockquote.has-text-align-right p {
    text-align: right;
}
.single article.post .wp-block-pullquote blockquote {
    margin-right: auto;
    margin-left: auto;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    line-height: 42px;
}

.wp-block-search, .prt-blog-classic-box-content .wp-block-audio {
    margin-bottom: 15px;
}
.wp-block-preformatted , pre {
    background-color: var(--ttm-whitecolor);
}

kbd {
    color: var(--ttm-skincolor);
}

.wp-block-table.is-style-stripes {

    border-bottom: 1px solid var(--ttm-bordercolor);
}

p img.alignright {
    margin: 1.75em 0 1.75em 1.75em;
}

table tbody tr, table thead tr {
    border: 1px solid var(--ttm-bordercolor);
}

table th,table tbody td, table tbody th {
    border-right: 1px solid var(--ttm-bordercolor);
}

table th:last-child, table tbody td:last-child, table tbody th:last-child {
    border-right: 0px;
}

.tm-post-featured-quote blockquote cite a:not(:hover) {
    color: var(--ttm-whitecolor);
}

.wp-block-audio {

    background-color: var(--ttm-whitecolor);
    padding: 15px 15px 10px 15px;
    margin-bottom: 30px;
    border: 1px solid var(--ttm-bordercolor); !important;
    border-radius: 15px;
}
.sidebar .widget:not(.finopik_widget_recent_entries) ul > li > ul > li:first-child, .single-post .sidebar .widget:not(.finopik_widget_recent_entries) ul > li > ul > li:first-child, .sidebar .widget ul > li > ul > li:first-child {
	padding: 0 !important;
	margin-top: -1px;
}
.widget .wp-block-latest-comments__comment {
	background-color: var(--ttm-whitecolor);
    margin-bottom: 10px;
    padding: 12px 15px 12px 25px;
    border-radius: 20px;
}
.select2-container--default .select2-selection--single, .select2-dropdown {
    border: 1px solid var(--ttm-bordercolor) !important;
    margin: 0px;
	border-radius: 10px;
	border: 0px;
}
.sidebar .widget .select2-container--default .select2-selection--single {
    background-color: #fff;
}
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
	text-align: center;
	font-style: italic;
}
 .widget_archive li,
 .widget_archive li a:not(:hover) {
	color: var(--ttm-secondarycolor); 
 }
 .tm-blog-classic-box-content p.has-background {
    margin-top: 25px;
	margin-bottom: 20px !important;
}
.tm-blog-classic-box-content .wp-block-media-text.has-media-on-the-right, .tm-blog-classic-box-content .wp-block-group.has-background {
    margin-bottom: 15px;
}
.tm-post-featured-link-wrapper .tm-post-featured-quote,
.tm-post-featured-link-wrapper .tm-post-featured-link {
    border-radius:15px;
}
.tm-blog-classic-box-content table th a, .tm-blog-classic-box-content table tbody td a {
	font-weight: 400;
}
.single-post .tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom) .tm-titlebar-main .entry-title-wrapper .container {
	position: relative;
	bottom: -2px;
}
.wp-block-cover, .wp-block-cover-image {
    margin: 0 1.75em 1.5em 0;
}
.single-post.tm-empty-sidebar.themetechmount-sidebar-true article.themetechmount-box-blog-classic {
  margin-bottom: 60px;
}
.tm-finopik-icon-twitter:before {
    content: '\e86d';
}


/* team style slick view*/
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .themetechmount-box-title {
    font-size: 44px;
    line-height: 54px;
    color: rgba(0, 0 ,0 , 0.71);
    font-weight: 600;
    font-family: var(--special-element-fontfamily);
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .team-name .slide_wrap.slick-slide {
	width: auto !important;
    max-width: 400px;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .team-info .slide_wrap.slick-slide {
    width: auto !important;
    max-width: 1200px;
	padding-bottom: 36px;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .team_wrapper {
    display: flex;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .team-info .slick-track {
    width: 450px !important;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .team-nav .slick-list.draggable {
    width: 450px !important;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .team-name .slick-track {
    display:flex;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .team-name .nav_item_wrap_name.slick-slide {
    width: 400px;
	display: inline-block;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview.themetechmount-boxes-gap-0px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {    
    overflow: hidden;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .team-name {
    padding-left: 30px;
    padding-top: 60px;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .ttm-team-featured-link-wrapper {
	height: 440px;
	width: 415px;
	background-size: cover;
	border-radius: 20px;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .themetechmount-box-title1 {
    font-size: 24px;
    line-height: 34px;
    color: var(--ttm-secondarycolor);
    font-weight: 600;
    font-family: var(--special-element-fontfamily);
    padding: 0 0 15px 120px;
    position: relative;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .themetechmount-info p {
    width: 80%;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .themetechmount-box-title1:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 100px;
	left:0;
	top: 15px;
	background-color: var(--ttm-secondarycolor);
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .tm-team-btn {
	margin: 33px 0 60px;
	text-transform: uppercase;
    font-weight: 500;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .tm-team-btn a {
	position: relative;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .tm-team-btn a:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 100%;
	bottom:0;
	left: 0;
	background-color: var(--ttm-secondarycolor);
	transition: all .3s ease 0s;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .tm-team-btn a:hover:after {
	background-color: var(--ttm-skincolor);
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview ul.tm-team-social-links li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
	border: 1px solid #aba29d;
	position: relative;
    display: block;
    text-align: center;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview ul.tm-team-social-links li a:hover {
    color: #fff;
	background-color: var(--ttm-skincolor);
	border-color: var(--ttm-skincolor);
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview ul.tm-team-social-links li {
	display: inline-block !important;
	padding-right: 11px;
}
ul.tm-team-social-links {
    padding: 0;
    margin: 0;
    display: block;
}
.themetechmount-element-teambox-style1.themetechmount-boxes-view-slickview .team-info .slick-slide.slick-current.slick-active .themetechmount-box-title {
	color: var(--ttm-secondarycolor);
}
.inside.tm-fid-view-lefticon h4 {
    font-size: 70px;
    line-height: 80px;
}
.tm-fid.inside.tm-fid-without-icon.tm-fid-view-lefticon {
    padding: 0;
}
.tm-seperator-solid h4.tm-element-subheading {
    padding-left: 120px;
	position: relative;
}
.tm-textcolor-white .tm-seperator-solid h4.tm-element-subheading:after {
	background-color: #fff;
}
.tm-seperator-solid h4.tm-element-subheading:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 100px;
	left: 0;
	top: 11px;
	background-color: var(--ttm-secondarycolor);
}
.tm-btn-style-outline.tm-btn-color-white .elementor-button-wrapper .elementor-button:hover {
    color: #fff;
}

/**** Scrollable image ****/
.scrollablebox-wrapper {
    overflow: hidden;   
}
.scroll-changing-stepbox-item-image .stepbox-item {
    position: absolute;
    top: 0;
    opacity: 0;
}
.scroll-changing-stepbox-item-image.active .stepbox-item, .scroll-changing-stepbox-item-image:first-child .stepbox-item {
    opacity: 1;
}
.stepbox-responsive-image-block {
    display: none;
}
.tm-scrollablebox-box .step-label {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    padding: 5px 11px 4px;
    background-color: var(--ttm-secondarycolor);
    display: inline-block;
    position: relative;
}
.tm-scrollablebox-box .step-label span.number {
    font-size: 22px;
    line-height: 50px;
    background-color: var(--ttm-secondarycolor);
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    z-index: 24;
}
.scroll-changing-stepbox-item-image.active span.number {
    background-color: var(--ttm-skincolor);
    border: 1px solid var(--ttm-skincolor);
}
.tm-scrollablebox-box .step-label:after {
    content: '';
    position: absolute;
    border-left: 1px dashed ;
    left: 35px;
    top: 37px;
    right: auto;
    bottom: auto;
    height: 100%;
    z-index: 1;
}
.tm-scrollablebox-box .scroll-changing-stepbox-item-image:last-child .step-label:after {
    border: 0;
}
.tm-scrollablebox-box .scroll-changing-stepbox-item-image.active .step-label:before {
    content: '';
    position: absolute;
    border-left: 5px solid var(--ttm-skincolor);
    border-radius: 3px;
    left: -35px;
    top: 15px;
    right: auto;
    bottom: auto;
    height: 90%;
    z-index: 1;
    transition: all.5s ease;
}
.tm-scrollablebox-box .step-label:last-child:after {
    border: 0;
}
.tm-scrollablebox-box .stepbox-title {        
    padding-bottom: 14px;
	overflow: hidden;
}
.tm-scrollablebox-box .number {
    font-size: 126px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.11);
    font-family: var(--special-element-fontfamily);
    position: absolute;
    top: 20px;
    font-weight: 700;
}
.tm-scrollablebox-box .stepbox-title h4 {
    font-size: 70px;
    line-height: 80px;
	float: left;
	margin-bottom: 0;
	padding-top: 20px;
}
.tm-scrollablebox-box .stepbox-btn {
	float: right;
	position: relative;
}
.tm-scrollablebox-box .stepbox-desc p {
    font-size: 18px;
    line-height: 28px;	
}
.tm-scrollablebox-box .tm-more-button {
    font-size: 0;	
}
.tm-scrollablebox-box .tm-more-button::before {
	content: "\f125";
	font-family: 'themeicons_finopik';
	font-size: 20px;
	height: 45px;
	width: 45px;
	display: block;
	line-height: 45px;
	position: absolute;
	right: 0;
	border: 1px solid;
	text-align: center;
	border-radius: 10px;
	transform: rotate(-45deg);
	transition: all.5s ease;
}
.tm-scrollablebox-box .stepbox-item1:hover .tm-more-button::before {
	transform: rotate(0);
	transition: all.5s ease;
}
.scroll-changing-stepbox-item-image img {
    max-width: 100%;
}
.tm-scrollablebox-box .stepbox-item1 {
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;	
}
.tm-scrollablebox-box .tm-stepsboxslider-contentbox {
    position: sticky;
    border-radius: 0px;
    padding: 60px 0px 33px;
    border-width: 1px 0 0 1px;
    margin-top: 0px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
}
.tm-scrollablebox-box .pin-spacer:last-child .tm-stepsboxslider-contentbox {
    border-bottom: unset;
}
.tm-scrollablebox-box .pin-spacer:first-child .tm-stepsboxslider-contentbox {
	border-top: unset;
}
.tm-scrollablebox-box .steps {
    font-size: 28px;
    font-weight: 700;
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
	margin-bottom: 5px;
}
.tm-scrollablebox-box p#pageIndicator {
    font-size: 38px;
    line-height: 48px;
    color: var(--body-blackfont-color);
    letter-spacing: 5px;
    font-weight: 700;
    font-family: var(--special-element-fontfamily);
}
.tm-stepsboxslider-contentbox .stepbox-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tm-scrollablebox-box .tm-element-content-heading {
    font-size: 58px;    
    line-height: 68px;
}
.stepbox-images-block-left{     
    top: 100px;	
}
.stepbox-items-block-left {
    margin-left: 145px;
}
.stepbox-images-block-left.active {
    position: fixed;
    top: 200px;
}
.stepbox-images-block-left.active .stepbox-items-block-left {
    top: 100px;
    position: sticky;
    margin-left: 220px;
    text-align: center;
}
.stepbox-items-block-left .progress-wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.tm-scrollablebox-box .tm-icon-wrapper i {
    font-size: 70px;
    color: #000;
}
.stepbox-items-block-left{    
    top: 100px;    
}
.stepbox-items-block-left .progress-wrapper svg circle {
    stroke: #e8e9ea;
    stroke-width: 5px;
    stroke-linecap: round;
    fill: #f8f6ee;
}
.stepbox-items-block-left .progress-wrapper svg .progress-bar {
    stroke: #000;
    transition: stroke-dashoffset 0 ease-in-out;
}
.stepbox-items-block-left .progress-wrapper .counter-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 400;    
    z-index: 9;
}
.stepbox-items-block-left .progress-wrapper .pct {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    display: none;
    visibility: hidden;
}

.tm-scrollablebox-box .stepbox-item {
    padding-bottom: 30px;
}
.tm-scrollablebox-box .stepbox-images .scroll-changing-stepbox-item-image:last-child .stepbox-item {
    padding-bottom: 0;
}
.scroll-changing-stepbox-item-image {
	overflow: hidden;
}
/* scroll end */ 
.tm-style2-icbox-home2 .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 34px;
    line-height: 44px;
	margin-bottom: 11px;
    font-weight: 500;
}
.tm-style2-icbox-home2 .themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-cta3-content-wrapper {    
    color: rgba(255, 255, 255, 0.81);
}
.tm-style2-icbox-home2 .themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-box-icon i {
    font-size: 44px;
	transition: all 0.5s ease;
	transform: scale(0.90);
	display: block; 
}
.tm-style2-icbox-home2 .themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .tm-box-icon i {
	transform: scale(1);
}
/*---Image hotspot---*/
.themetechmount-hotspotbox-wrapper .hotspots_item {
    position: absolute;
    text-align: center;
}
.hotspots_item .tm-titlebox {
    display: none;
}
.themetechmount-hotspotbox-wrapper .hotspots_item:hover .tm-titlebox {
    display: block;
}
.hotspots_item .tm-hotspots-text {
    background-color: var(--ttm-secondarycolor);
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}
.hotspots_item .hotspots-icon i {
    border-radius: 50%;
    display: block;
    color: var(--ttm-skincolor);
    margin: 0 auto;
    text-align: center;
    font-size: 8px;
    line-height: 10px;
}
.hotspots_item:hover .hotspots-icon i {
    color: #000;
    transition: all 0.3s ease;
}
.hotspots_item .hotspots-icon {
    width: 30px;
    height: 30px;
    background-color: rgba(255 ,102 ,0 , 0.35);
    border-radius: 50%;
    align-items: center;
    display: flex;
}
.tm-hotspots-content-inner {
    display: inline;
}
.hotspots_item:hover .hotspots-icon {
    background-color: rgba(0, 0, 0 , 0.35);
    transition: all 0.3s ease;
}
.themetechmount-hotspotbox-wrapper .tm-image-hotspots {
    text-align: center;
}
.themetechmount-hotspotbox-wrapper .hotspots_item:nth-child(2) .tm-titlebox {
    display: block;
}
.themetechmount-fbar-box .social-icons li > a:hover {
    border-color: transparent;
}

.tm-arrow-home2 .elementor-widget-image .elementor-widget-container {
	overflow: visible;
}
.tm-arrow-home2 .elementor-widget-container img {
    -webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
}
@keyframes shake {
 0%, 100% {
    transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
}
}

.tm-slider-img-animation img {
	animation: spin 30s linear infinite;
}
.rs-layer.tm-280 .html5vid,
.tm-280 {
    height: 280px !important;
    width: 280px !important;
}

/**/
.themetechmount-boxes-product .tm-box-col-wrapper .product .tm-product-box .tm-product-content,
.tm-product-content,
.main-holder .site-content ul.products li.product .tm-product-box .tm-product-content {
    text-align: center;
    padding: 16px 0 0;
    position: relative;
    overflow: hidden;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.tm-product-content h2 {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--body-font-family);
    font-weight: 500;
	padding: 0;
}
.site-content ul.products li.product .tm-product-box {
    margin-bottom: 30px;
}
.tm-product-image-box img {
	width: 100%;
}
.woocommerce ul.products li.product a img {    
    margin: 0;    
}
.product .product-hover-style1 .price {
    color: var(--ttm-secondarycolor);
    font-size: 20px;
}
.tm-product-box-inner {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--ttm-secondarycolor);
}
.tm-product-box.product-hover-style1 .tm-wc-add-to-cart-btn a {
    font-size: 15px;
	padding-left: 15px;
	position: relative; 
	text-transform: uppercase;
}
.tm-product-box.product-hover-style1 .tm-wc-add-to-cart-btn a.added {
    display: none;
}
.product-labels {
    position: relative;
}
.product-label {
    background: var(--ttm-skincolor);
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    display: table;
    position: absolute;
    text-align: center;
    top: 16px;
    left: 16px;
    min-width: 50px;
    line-height: 25px;
    z-index: 5;
    min-height: auto;
    font-weight: 400;
    height: 26px;
    width: 52px;
    border-radius: 15px;
}
.yith-wcwl-add-button {    
    text-transform: uppercase;
    font-weight: 500;
}
.tm-wc-add-to-cart-btn {
    position: relative;
    display: table-cell;
    padding: 15px 15px 15px 15px;
	width: 50%;
}
.yith-wcwl-add-button i {
    font-size: 17px;
}
.yith-wcwl-add-button>a i {
	margin-right: 2px;
	font-size: 15px;
}
.tm-wc-wishlist-btn {
    display: table-cell;
    border: 1px solid #000;
    border-width: 0px 0px 0px 1px;
    padding: 6px 15px 6px 15px;
    text-align: center;
	width: 50%;
}
li.product .tm-shop-icon,
.product-hover-style1 .tm-shop-icon {
    text-align: center;
    margin: auto;
    transform: translateY(82px);
    visibility: hidden;
    transition: all 700ms;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #000;
    overflow: hidden;
    left: 0;
    right: 0;
    height: 48px;
	width: 100%;
    display: flex;
	z-index: 11; 
}
li.product:hover .tm-shop-icon,
.product-hover-style1:hover .tm-shop-icon {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.tm-wc-add-to-cart-btn a.add_to_cart_button:before {
    content: "";
    background-color: #000;
    -webkit-mask: url(../images/bag.svg) no-repeat 100% 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    right: 0;
    bottom: auto;
	width: 14px;
	height: 20px;
    color: var(--ttm-secondarycolor);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    display: block !important;
	transition: all 0.3s ease 0s;
}
.main-holder .site-content ul.products .tm-wc-add-to-cart-btn a.add_to_cart_button:before {
	left: -20px;
}
.product-hover-style1 .tm-wc-add-to-cart-btn a.add_to_cart_button:before {
	top: -2px;
}
.product-hover-style1 .tm-wc-add-to-cart-btn a.add_to_cart_button:hover:before {
    background-color: var(--ttm-skincolor);
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    border-radius: 10px;
}
.yith-wcwl-add-to-wishlist .feedback {
    display: none;
}
.yith-wcwl-wishlistexistsbrowse a {
    text-transform: uppercase;
}

.tm-dropkicker {
    font-family: 'Dropkicker' !important;
}

/* graph */
.apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series {
    display: none !important;
}
/* banner style 1*/
.themetechmount-banner-style1 .tm-element-subheading {
    font-size: 17px;
    line-height: 1;
    font-family: var(--body-font-family);
}
.themetechmount-banner-style1 .tm-bannerbox-content {
    position: absolute;
    top: 50px;
    left: 50px;
}
.themetechmount-banner-style1 .tm-custom-heading {
    margin-bottom: 9px;
}
.themetechmount-banner-style1 .tm-box-imagebox img {
    border-radius: 20px;
}
.tm-banner-bottom-style .themetechmount-banner-style1 .tm-bannerbox-content {
    bottom: 40px;
    top: auto;
}
/* */ 
.themetechmount-boxes.themetechmount-boxes-client {
    overflow: hidden;
}
.themetechmount-boxes-product .slick-dots {
    display: flex;
    flex-direction: row;
    width: 1300px;
    margin: auto;
    left: 0;
    top: auto;
    bottom: -20px;
    padding: 0 15px;
    text-align: center;
    right: 0;
}
.themetechmount-boxes-product .slick-dots li {
    width: 100%;
    height: 5px;
    margin: 0px;
}
.themetechmount-boxes-product .slick-dots li {
    width: 100%;
    height: 5px;
    margin: 0px;
}
.themetechmount-boxes-product .slick-dots li button {
    width: 100%;
    height: 3px;
    margin: 0px;
    background-color: #d8d4d2;
    border-radius: 0;
}
.themetechmount-boxes-product .slick-dots li.slick-active button {
    background-color: var(--ttm-skincolor);
}
.tm-product-cat-style2 .category-image a:after,
.tm-product-cat-style2 .category-image a:before,
.tm-ptable-icon-type-image a:before, .tm-ptable-icon-type-image a:after {
    content: "";
    position: absolute;
    background: rgba(255,255,255,0.7) none repeat scroll 0 0;
    height: 0;
    width: 0;
    opacity: 1;
    z-index: 1;
	border-radius: 20px;
}
.tm-product-cat-style2 .category-image a:after,
.tm-ptable-icon-type-image a:after {
    right: 0;
    bottom: 0;
}
.tm-product-cat-style2 .category-image a:before,
.tm-ptable-icon-type-image a:before {
    left: 0;
    top: 0;
}
.tm-product-cat-style2 .category-image a:hover:after,
.tm-product-cat-style2 .category-image a:hover:before,
.tm-ptable-icon-type-image a:hover:before, .tm-ptable-icon-type-image a:hover:after {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-duration: 1.3s;
}
.tm-product-cat-style2 .category-image a,
.tm-ptable-icon-type-image a {
    display: block;
    position: relative;
}
.tm-product-cat-style1 .category-item:hover img {
    transform: scale(0.90);
}
.tm-product-cat-style1 .category-item img {
    transition: all 0.5s ease;
}
.single-product .tm-titlebar h1.entry-title {
    font-size: 80px;
    line-height: 90px;
}
.woocommerce-page ul.products li.product:last-child {
    margin-right: 0;
}
.woocommerce ul.products li.product .button {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    color: #000;
    position: relative;
    padding-left: 21px;
}
.woocommerce-page ul.products li.product {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
}
.woocommerce-page ul.products {
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
    padding: 0;
}
.woocommerce ul.products li.product .onsale {
    display: none;
}
.woocommerce nav.woocommerce-pagination {    
    padding-bottom: 70px;
}
nav.woocommerce-pagination ul li span, nav.woocommerce-pagination ul li a {
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    color: var(--ttm-secondarycolor);
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    margin: 0 3px 10px;
    padding: 0;
    border: 1px solid var(--ttm-bordercolor);
    -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;
    transition: all 0.3s ease 0s;
}
.woocommerce nav.woocommerce-pagination ul {
    padding: 0px;
    border: none;
    margin: 0px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--ttm-skincolor);
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0 3px 10px;
    text-decoration: none;
    line-height: 44px;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    display: block;
}
.woocommerce nav.woocommerce-pagination ul li,
.main-holder .site-content nav.woocommerce-pagination ul li {
    border: none;
    overflow: visible;
}

/* product category style 1 */
.tm-product-cat-style1 .category-info {
    display: none;
}

/* product category style 2 */
.tm-product-cat-style2 .category-info {
    position: absolute;    
}
.tm-top-pos .tm-product-cat-style2 .category-info {
	position: absolute;    
}
.tm-product-cat-style2 .count {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}
.tm-product-cat-style2 .category-image img {
    border-radius: 20px;
}
.second-widget-area .widget img {
    width: 160px;
}
/* simple logo style 2 */
.themetechmount-client-box-view-simple-logo2 .themetechmount-item-thumbnail-inner img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .5;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}
.themetechmount-client-box-view-simple-logo2:hover .themetechmount-item-thumbnail-inner img {
    filter: grayscale(0%);
    opacity: 1;
}
.themetechmount-client-box-view-simple-logo2 .themetechmount-item-thumbnail-hover,
.themetechmount-client-box-view-simple-logo2 .themetechmount-item-thumbnail,
.themetechmount-client-box-view-simple-logo2 .tm-client-logo-link,
.themetechmount-client-box-view-simple-logo2 .tm-client-logo-hover {
    display:block;  
}
.themetechmount-client-box-view-simple-logo2.tm-withoutlink:hover .themetechmount-item-thumbnail,
.themetechmount-client-box-view-simple-logo2:hover .tm-client-logo-link {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.themetechmount-client-box-view-simple-logo2 .themetechmount-item-thumbnail-hover,
.themetechmount-client-box-view-simple-logo2 .tm-client-logo-hover {
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -khtml-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
    -khtml-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
    -moz-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
    -ms-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
    -o-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
    transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
        left: 0;
    right: 0;
}
.themetechmount-client-box-view-simple-logo2:hover .themetechmount-item-thumbnail-hover,
.themetechmount-client-box-view-simple-logo2:hover .tm-client-logo-hover {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.themetechmount-box-client.themetechmount-client-box-view-simple-logo2 {
    padding: 0;
    height: 100%;    
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    display: block;
    text-align: center;
    position: relative;    
    overflow: hidden;
}
.themetechmount-client-box-view-simple-logo2 .themetechmount-item-thumbnail,
.themetechmount-client-box-view-simple-logo2 .tm-client-logo-link {
    opacity: 1;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.6s ease 0s, opacity 0.6s ease;
    -khtml-transition: transform 0.6s ease 0s, opacity 0.6s ease;
    -moz-transition: transform 0.6s ease 0s, opacity 0.6s ease;
    -ms-transition: transform 0.6s ease 0s, opacity 0.6s ease;
    -o-transition: transform 0.6s ease 0s, opacity 0.6s ease;
    transition: transform 0.6s ease 0s, opacity 0.6s ease;
}
.themetechmount-box-client.themetechmount-client-box-view-simple-logo2 .themetechmount-item-thumbnail-inner:hover img {
    -webkit-filter: unset;
    filter: unset;
}
.themetechmount-box-client.themetechmount-client-box-view-simple-logo2 .themetechmount-item-thumbnail-inner {
    display: block;
	padding: 5px 0px;
}


/*scroll top */
.stepbox-items-block .stepbox-item1{  
  position: sticky;
  top: 30px;
}
/* arrow testimonial */
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-boxes-row-wrapper .slick-arrow {
	opacity: 0;		
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1:hover .themetechmount-boxes-row-wrapper .slick-arrow {
	opacity: 1;	
}
.themetechmount-element-testimonialbox-style-1.tm-boxes-carousel-arrows-1:hover .themetechmount-boxes-row-wrapper .slick-prev {
	left: -60px;
}
.themetechmount-element-testimonialbox-style-1.tm-boxes-carousel-arrows-1:hover .themetechmount-boxes-row-wrapper .slick-next {
	right: -60px;
}
.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-next:before,  
.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-prev:before {    
    color: var(--ttm-secondarycolor);
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-boxes-row-wrapper .slick-arrow {
    border: none;
    height: 60px;
    width: 60px;
    border: 1px solid #fff;    
    box-shadow: unset;
    border-radius: 50%;
	background-color: transparent;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-boxes-row-wrapper .slick-prev:before {    
    content: '';
    background-color: #fff;
    -webkit-mask: url(../images/next.svg) no-repeat 100% 100%;
    font-size: 20px;
    height: 24px;
    width: 32px;
    position: absolute;
    rotate: -180deg;
    left: 16px;
    top: 16px;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-boxes-row-wrapper .slick-next:before {
	background-color: #fff;
    -webkit-mask: url(../images/next.svg) no-repeat 100% 100%;
    font-size: 20px;
    height: 24px;
    width: 32px;
    position: absolute;
    right: 13px;
    top: 17px;
    content: '';
}
.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-icon .tm-box-icon {
    transform: rotateY(360deg);
}
.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon .tm-box-icon {
    position: relative;
    display: inline-block;
    transition: 0.5s all;
}
.tm-product-box.product-hover-style1.product-hover-style1 .yith-wcwl-add-to-wishlist {
    margin-top: 6px;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 4px;
}
.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    margin-top: 5px;
    padding: 3px;
}
.yith-wcwl-wishlistaddedbrowse a {
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	background-color: #fff; 
}

.tm-sec-two .elementor-widget-container {
    display: table;
    width: 100%;
}

.hotspots_item .hotspots-icon {
	animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.themetechmount-box-view-simple-logo:hover .themetechmount-item-thumbnail-inner img {
    transform: translateY(-7px);
}

.tm-box-col-wrapper .product:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.1);
}
.tm-box-col-wrapper .product img {
    transition: transform 0.5s ease-in-out;
    display: block;
    position: relative;
}



/* woocommerce-tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--ttm-secondarycolor);
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
    margin: 0px 0 0px !important;
    border: none !important;
    line-height: 0;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs .panel {   
    margin-top: 0px;
    padding: 30px 0 0;
    border-top: 1px solid #acaaa8;
    border-radius: 0;
    margin-top: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
    border: none;
}

/* woocommerce-tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 8px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: var(--special-element-fontweight);
    line-height: 28px;
    cursor: pointer;
    padding: 0 0 15px 0;
    margin-right: 20px;
    transition: all 500ms ease;
    border-radius: 0;
    background-color: transparent;
    border: 0 solid #eee;
    color: var(--body-fonts-color);
    text-transform: capitalize;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
}
.woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
}
.woocommerce-tabs ul.tabs li:hover a,
.woocommerce-tabs ul.tabs li.active a {
    color: var(--ttm-secondarycolor);
}
.woocommerce-tabs .panel {
    background: transparent;
    padding: 30px 0 0;
    margin-bottom: 0;
    border-width: 0;
    border-top: 1px solid #D1D1D1;
    border-radius: 0;
    margin-top: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.woocommerce-tabs ul.tabs li a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0;
    top: auto;
    width: 0;
    height: 2px;
    opacity: 0;
    transition: all 0.5s ease;
    background-color: var(--ttm-secondarycolor);
}
.woocommerce-tabs ul.tabs li:hover a:before {
    width: 100%;
    transition: all 0.5s ease;
    opacity: 1;
}
.woocommerce-tabs ul.tabs li.active a:before {
    opacity: 1;
    width: 100%;
}
.panel.woocommerce-Tabs-panel--description>h2,
.panel.woocommerce-Tabs-panel--additional_information>h2 {
    display: none;
}
.up-sells.products h2, .related.products h2 {
    font-size: 34px;
    line-height: 42px;
    padding-bottom: 30px;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:before {
	width: 100%;
	transition: all 0.5s ease;
    opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    opacity: 1;
    width: 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    margin-left: 90px;
    background-color: var(--ttm-whitecolor);
    border: 1px solid var(--ttm-whitecolor);
    position: relative;
    border: unset;
}
#comments ol.commentlist li .comment-text:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent var(--ttm-whitecolor) transparent var(--ttm-whitecolor);
    z-index: 1;
    content: "";
    left: -12px;
}
.woocommerce-cart .site-main {
	padding-top: 95px;
}
.woocommerce-wishlist .site-main {    
    padding-bottom: 35px;
}
.tm-hover-icon .elementor-icon-wrapper:hover svg {
    transform: rotate(45deg);
}
.tm-hover-icon .elementor-icon svg {
    height: 26px;
    transition: all 0.3s ease 0s;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 8px 16px 8px 16px !important;
}
.woocommerce div.product form.cart .button:hover {
	background-color: var(--ttm-skincolor) !important;
}
.single-post .breadcrumb-wrapper {
    display: none;
}
.woocommerce-checkout .content-area.container {
    padding: 0;
}
.woocommerce div.product div.images .additional_carousel.flex-control-thumbs li {    
    padding: 20px 10px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}
.main-holder .site-content div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    margin-top: 0;
    padding: 0;
}
.header-topmain {
    display: flow-root;    
}

.elementor-column.elementor-top-column.tm-col-bgcolor-skincolor:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-col-bgcolor-skincolor:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-inner-column.tm-col-bgcolor-skincolor:not(.tm-bgimage-yes)>.elementor-widget-wrap
{
	background-color: var(--ttm-skincolor) !important;
}

.elementor-section.elementor-top-section.tm-bgcolor-skincolor,
.elementor-section.elementor-top-section.tm-bgcolor-skincolor:before,
 .elementor-section.elementor-inner-section.tm-bgcolor-skincolor,
.tm-bgcolor-skincolor,
.themetechmount-portfoliobox-style1 .tm-post-iconbox a, 
.tm-btn-style-flat.tm-btn-color-skincolor .elementor-button,
.tm-btn-style-flat.tm-btn-color-darkgrey .elementor-button:hover,
.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar,
.tm-accor-btn{
   background-color: var(--ttm-skincolor);
}
/*Heading Seperator Style*/
#totop,
.tm-site-searchform button,
.sidebar .widget .tagcloud a:hover,
.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:hover:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover:after,

.tm-social-share-links ul li a:hover,
.tm-sortable-list .tm-sortable-link a.selected,
.tm-sortable-list .tm-sortable-link a:hover,

footer#colophon.tm-bgcolor-skincolor > .tm-bg-layer,
.tm-titlebar-wrapper.tm-bgcolor-skincolor .tm-titlebar-wrapper-bg-layer,

body .datepicker table tr td span.active.active, 
body .datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover, 
.datepicker table tr td span.active.active:hover,

.widget .widget-title::before,

.datepicker table tr td.day:hover, 
.datepicker table tr td.day.focused,

/* Testimonals */
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:before,
.testimonials-nav .testimonial_item .themetechmount-box-img:hover .themetechmount-item-thumbnail-inner:before,
.testimonials-nav .slick-center .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:before,
.tm-bg-skin .elementor-icon-box-wrapper .elementor-icon,
.sidebar .widget-title:before {
	background-color: var(--ttm-skincolor);
}
/* secondary bg color */
.elementor-column.elementor-top-column.tm-col-bgcolor-darkgrey:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div, .elementor-column.elementor-top-column.tm-col-bgcolor-darkgrey:not(.tm-col-stretched-yes)>.elementor-widget-wrap, .elementor-column.elementor-inner-column.tm-col-bgcolor-darkgrey:not(.tm-bgimage-yes)>.elementor-widget-wrap
{
	background-color: var(--ttm-secondarycolor) !important;
}

.elementor-section.elementor-top-section.tm-bgcolor-darkgrey,
.elementor-section.elementor-top-section.tm-bgcolor-darkgrey:before,
.elementor-section.elementor-inner-section.tm-bgcolor-darkgreys,
.elementor-progress-wrapper {
   background-color: var(--ttm-secondarycolor);
}

.widget.tm-sidebar-custom-banner:before,
.themetechmount-box-blog.themetechmount-blogbox-stylethree .tm-box-post-date,
.site-header.tm-sticky-bgcolor-darkgrey.is_stuck,
.tm-header-overlay .site-header.tm-sticky-bgcolor-darkgrey.is_stuck,
.site-header-menu.tm-sticky-bgcolor-darkgrey.is_stuck,
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-darkgrey .tm-titlebar .breadcrumb-wrapper .container,
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-darkgrey  .breadcrumb-wrapper .container:before,
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-darkgrey .breadcrumb-wrapper .container:after,
.tm-header-style-infostack .site-header .tm-stickable-header.is_stuck.tm-sticky-bgcolor-darkgrey,
.tm-header-style-infostack .site-header-menu .is_stuck .tm-sticky-bgcolor-darkgrey,
.tm-header-style-infostack .is_stuck.tm-sticky-bgcolor-darkgrey,
.tm-header-style-infostack .tm-bgcolor-darkgrey,
.themetechmount-topbar-wrapper.tm-bgcolor-darkgrey,
.tm-bg-highlight-dark,
.tm-col-bgcolor-darkgrey .tm-bg-layer-inner,
.tm-bgcolor-darkgrey,
.tm-bg.tm-bgcolor-darkgrey .tm-bg-layer,
.tm-col-bgcolor-darkgrey.tm-col-bgimage-yes .tm-bg-layer-inner,
.tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes > .tm-bg-layer-inner {
	background-color:  var(--ttm-secondarycolor);
}

.wpcf7 .tm-commonform .field-group i,
.themetechmount-iconbox.themetechmount-iconcolor-darkgrey .tm-box-icon i,
.themetechmount-iconbox.themetechmount-iconcolor-darkgrey .tm-icon-type-text,
.themetechmount-iconbox.tm-highlight-sliderbox .tm-box-icon i {
	color:  var(--ttm-secondarycolor);
}


/***Secondary Grey color***/
.elementor-column.elementor-top-column.tm-col-bgcolor-grey:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div, .elementor-column.elementor-top-column.tm-col-bgcolor-grey:not(.tm-col-stretched-yes)>.elementor-widget-wrap, .elementor-column.elementor-inner-column.tm-col-bgcolor-grey:not(.tm-bgimage-yes)>.elementor-widget-wrap
{
	background-color: var(--ttm-secondarycolor) !important;
}

.elementor-section.elementor-top-section.tm-bgcolor-grey,
.elementor-section.elementor-top-section.tm-bgcolor-grey:before,
.elementor-section.elementor-inner-section.tm-bgcolor-grey,
.woocommerce-error, .woocommerce-info, .woocommerce-message,
.tm-btn-style-flat.tm-btn-color-grey .elementor-button{
   background-color: var(--ttm-greycolor);
}

.single-tm_portfolio .tm-pf-single-category-w a,

.themetechmount-testimonialbox-styleone .themetechmount-box-content:before,
.themetechmount-testimonialbox-styleone .themetechmount-box-content:after,
.themetechmount-blogbox-stylethree .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper:after,

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment,
.woocommerce-account .woocommerce-MyAccount-navigation li a, 
.single-tm_portfolio .nav-next a, .single-tm_portfolio .nav-previous a,
.themetechmount-box-team ul.tm-team-social-links,
blockquote,
.themetechmount-iconbox.themetechmount-iconbox-styleone.themetechmount-iconbox-stylethree,
.author-info,
.themetechmount-fbar-position-right .themetechmount-fbar-btn a.grey,
.tm-col-bgcolor-grey .tm-bg-layer-inner,
.tm-bgcolor-grey,
.site-header.tm-sticky-bgcolor-grey.is_stuck,
.site-header-menu.tm-sticky-bgcolor-grey.is_stuck,
.tm-header-overlay .site-header.tm-sticky-bgcolor-grey.is_stuck,
.tm-header-style-infostack .site-header .tm-stickable-header.is_stuck.tm-sticky-bgcolor-grey,
.tm-header-style-infostack .site-header-menu .is_stuck .tm-sticky-bgcolor-grey,
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-grey .tm-titlebar .breadcrumb-wrapper .container,
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-grey  .breadcrumb-wrapper .container:before,
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-grey .breadcrumb-wrapper .container:after,
.tm-col-bgcolor-grey > .tm-bg-layer-inner,
.tm-bg.tm-bgcolor-grey > .tm-bg-layer {
	background-color: var(--ttm-greycolor);
}

.themetechmount-blogbox-stylethree .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper{
	border-color:  var(--ttm-greycolor);
}

.themetechmount-iconbox.themetechmount-iconcolor-grey .tm-box-icon i,
.themetechmount-iconbox.themetechmount-iconcolor-grey .tm-icon-type-text{
	color: var(--ttm-greycolor);
}

/* Drop cap */
.tm-dcap-color-skincolor,

/* Slick Slider */
.themetechmount-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover,


/* Sidebar */
.sidebar .widget .widget-title:before,
.widget .widget-title:after,
.footer .widget .widget-title:after,

.woocommerce-account .woocommerce-MyAccount-navigation li a:before,
.woocommerce #payment #place_order:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.widget.tm_widget_nav_menu li a:before,
.widget.finopik_all_post_list_widget li a:before,
.widget.finopik_category_list_widget li a:before,

/* Global Input Button */
input[type="submit"]:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover,

/* Testimonials Section */
.themetechmount-box-view-default .themetechmount-box-author .themetechmount-box-img .themetechmount-icon-box,

.tm-header-overlay .site-header.tm-sticky-bgcolor-skincolor.is_stuck,
.site-header-menu.tm-sticky-bgcolor-skincolor.is_stuck,
.tm-header-style-infostack .site-header .tm-stickable-header.is_stuck.tm-sticky-bgcolor-skincolor,
.is_stuck.tm-sticky-bgcolor-skincolor,
.tm-header-style-infostack .site-header-menu .tm-stickable-header.is_stuck .tm-sticky-bgcolor-skincolor,

/* Blog section */
.themetechmount-box-view-overlay .themetechmount-boxes .themetechmount-box-content.themetechmount-overlay .themetechmount-icon-box a:hover,
.themetechmount-post-box-icon-wrapper,
.themetechmount-pagination .page-numbers.current, 
.themetechmount-pagination .page-numbers:hover,

/*Search Result Page*/
.tm-sresults-title small a,
.tm-sresult-form-wrapper,

/*blog top-bottom content */
.entry-content .page-links>span:not(.page-links-title),
.entry-content .page-links a:hover,
mark, 
ins{
	background-color: var(--ttm-skincolor);
}



.ttm-call-box i,
.tm-slider-button.btn-skin,
#totop.top-visible:before, 
#totop.top-visible:after,
.social-icons li > a:hover,
.tm-border-skincolor .vc_column-inner,
.slick-dots li.slick-active button:before,
.main-holder .site #content table.cart td.actions .input-text:focus, 
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, 
input[type="datetime"]:focus, input[type="datetime-local"]:focus, 
input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, 
input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, 
input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="color"]:focus, input.input-text:focus, select:focus, 
blockquote {
	border-color: var(--ttm-skincolor);
}

/*Iconbox element*/
.themetechmount-iconbox .tm-box-icon i,
.themetechmount-iconbox.themetechmount-iconcolor-skincolor .tm-box-icon i,
.themetechmount-iconbox.themetechmount-iconcolor-skincolor .tm-icon-type-text,

/* Icon basic color */
.tm-icolor-skincolor,
.widget_calendar table td#today,

section.error-404 .tm-big-icon,

/* Testimonials Section */
.tm-bgcolor-skincolor .themetechmount-box-view-default .themetechmount-box-author .themetechmount-box-img .themetechmount-icon-box, 
.testimonial_item .themetechmount-author-name a,
.themetechmount-box-testimonial.tm-testimonial-box-view-style3 .themetechmount-author-name,
.themetechmount-box-testimonial.tm-testimonial-box-view-style3 .themetechmount-author-name a,
.tm-textcolor-white a:hover, 
.tm-fid-icon-wrapper i,
.tm-textcolor-skincolor,
.tm-textcolor-skincolor a,
.themetechmount-box-title h4 a:hover,
.tm-textcolor-skincolor.tm-custom-heading,
.themetechmount-box-blog.themetechmount-box-topimage .themetechmount-box-title h4 a:hover,
.themetechmount-box-blog-classic .entry-header .tm-meta-line a:hover,
.themetechmount-blog-box-view-left-image .themetechmount-box-content .tm-post-categories>.tm-meta-line.cat-links a,
ul.finopik_contact_widget_wrapper.call-email-footer li:before,

/*Tweets*/
.widget_latest_tweets_widget p.tweet-text:before,
/*search result page*/
.tm-sresults-first-row .tm-list-li-content a:hover,
.tm-results-post ul.tm-recent-post-list > li > a:hover,
.tm-results-page .tm-list-li-content a:hover,
.tm-sresults-first-row ul.tm-recent-post-list > li > a:hover,

.tm-team-list-title i,
.tm-bgcolor-darkgrey .themetechmount-box-view-left-image .themetechmount-box-title a:hover,
.tm-team-member-view-wide-image .tm-team-details-list .tm-team-list-title,
.tm-bgcolor-skincolor .themetechmount-box-team .themetechmount-box-content h4 a:hover,
.tm-col-bgcolor-skincolor .themetechmount-box-team .themetechmount-box-content h4 a:hover,
.themetechmount-box-portfolio .themetechmount-box-content .themetechmount-box-title h4 a:hover,

/*woocommerce*/
.woocommerce-info:before,
.woocommerce-message:before,
.main-holder .site-content ul.products li.product .price,
.main-holder .site-content ul.products li.product .price ins,
.single .main-holder #content div.product .price ins,
.woocommerce .price .woocommerce-Price-amount,
.main-holder .site-content ul.products li.product h3:hover,
.main-holder .site-content ul.products li.product .woocommerce-loop-category__title:hover,
.main-holder .site-content ul.products li.product .woocommerce-loop-product__title:hover,
.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:hover:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"],
.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:after,


/* Special Section */
.themetechmount-servicebox-styleone .tm-box-icon,
.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a:hover,
.themetechmount-pf-detailbox-list .tm-pf-details-date i,
.content-area .social-icons li > a{
	color: var(--ttm-skincolor);
}

/* Menu hover and select section */ 
.tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li:hover i,
.tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-ancestor > i, 
.tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_item > i,     
.tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_ancestor > i,  
.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, 
.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.current_page_ancestor > a,             
/*Wordpress Dropdown Menu*/
.tm-dmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li li.current-menu-ancestor > a,    
.tm-dmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li li.current-menu-item > a,    
.tm-dmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li li.current_page_item > a,    
.tm-dmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li li.current_page_ancestor > a,       
/*Mega Main Menu*/      
.tm-mmenu-active-color-skin .site-header.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item:hover > a,  
.tm-mmenu-active-color-skin .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item.mega-current-menu-item > a,    
.tm-mmenu-active-color-skin .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item.mega-current-menu-ancestor > a,      
.tm-mmenu-active-color-skin .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item.mega-current-menu-item > a,    
.tm-mmenu-active-color-skin .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item.mega-current-menu-ancestor > a,           
/*Mega Dropdown Menu*/  
.tm-dmenu-active-color-skin .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-current-menu-item > a,    
.tm-dmenu-active-color-skin .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-current-menu-ancestor > a,      
.tm-dmenu-active-color-skin .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.current-menu-item > a,  
.tm-dmenu-active-color-skin .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.current_page_item > a{
    color: var(--ttm-skincolor);
}

/*Woocommerce Section*/
.woocommerce .main-holder #content .woocommerce-error .button:hover, 
.woocommerce .main-holder #content .woocommerce-info .button:hover, 
.woocommerce .main-holder #content .woocommerce-message .button:hover,

.sidebar .widget .tagcloud a:hover,
.woocommerce .widget_shopping_cart a.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.main-holder .site table.cart .coupon button:hover,
.main-holder .site .woocommerce-cart-form__contents button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.main-holder .site .return-to-shop a.button:hover,
.main-holder .site .woocommerce-MyAccount-content a.woocommerce-Button:hover,
.main-holder .site-content #review_form #respond .form-submit input:hover,
.woocommerce div.product form.cart .button:hover,
table.compare-list .add-to-cart td a:hover,
.woocommerce-cart #content table.cart td.actions input[type="submit"]:hover,
.main-holder .site .woocommerce-form-coupon button:hover,
.main-holder .site .woocommerce-form-login button.woocommerce-Button:hover,
.main-holder .site .woocommerce-ResetPassword button.woocommerce-Button:hover,
.main-holder .site .woocommerce-EditAccountForm button.woocommerce-Button:hover,
.main-holder .site table.cart .coupon input:hover,
.woocommerce #payment #place_order:hover,
.wishlist_table td.product-price ins,
.widget .product_list_widget ins,
.woocommerce .widget_shopping_cart a.button.checkout,
.woocommerce .wishlist_table td.product-add-to-cart a,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.main-holder .site-content nav.woocommerce-pagination ul li .page-numbers.current, 
.main-holder .site-content nav.woocommerce-pagination ul li a:hover {
	background-color: var(--ttm-skincolor);
}

article.sticky ,
.single .tm-pf-single-content-area blockquote,
.single .tm-pf-single-content-wrapper blockquote,
.tm-social-share-links ul li a:hover,
.tm-header-icons .tm-header-icon  a:hover,
.themetechmount-boxes-row-wrapper .slick-arrow:hover,
.widget .search-form .search-field:focus,
.tm-bgcolor-darkgrey .wpcf7 .tm-contactform .wpcf7-textarea:focus,
.wpcf7 .tm-commonform .wpcf7-text:focus,
.wpcf7 .tm-commonform textarea:focus {
	border-color: var(--ttm-skincolor);
}


.comment-form .form-submit:hover:before,
.comment-form .form-submit:hover:after,
.content-area .social-icons li > a,
.themetechmount-box-team .themetechmount-box-social-links ul li a:hover,
.tm-header-style-infostack .header-widget .header-icon .icon,
.widget .woocommerce-product-search .search-field:focus,
.widget .search-form .search-field:focus{
	border-color: var(--ttm-skincolor);
}
.widget .widget-title{
	border-left-color: var(--ttm-skincolor);
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn a:after {
	border-right-color: var(--ttm-skincolor);
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before,
.themetechmount-fbar-position-default .themetechmount-fbar-btn a:after {
	border-top-color: var(--ttm-skincolor);
}
.tm-search-outer .tm-icon-close:before{
  background-color: var(--ttm-skincolor);
}

.themetechmount-iconbox-stylesix .tm-iocnbox-btn a:hover,
.tm-ptablebox .tm-ptablebox-price,
.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a:hover,
.themetechmount-servicebox-stylefour .themetechmount-serviceboxbox-readmore.figcaption.fborder a:hover,
.themetechmount-iconbox .tm-iconstyle-rounded-less-outline .tm-box-icon i,
.themetechmount-iconbox .tm-iconstyle-boxed-outline .tm-box-icon i,
.themetechmount-iconbox .tm-iconstyle-rounded-outline .tm-box-icon i,
.themetechmount-box-portfolio:hover .themetechmount-icon-box a:hover,
.tm-header-icons .tm-header-wc-cart-link a:hover,
.themetechmount-topbar-wrapper.tm-bgcolor-darkgrey.tm-textcolor-white a:hover,
.tm-textcolor-white .themetechmount-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover:before,
.tm-bgcolor-skincolor .themetechmount-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover:before, 
.tm-bgcolor-darkgrey .themetechmount-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover:before,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.widget.tm_widget_nav_menu li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.widget.tm_widget_nav_menu li.current_page_item a:before,
h2.tm-custom-heading strong,
ul.finopik_contact_widget_wrapper li:before,
.woocommerce .summary .compare.button:hover,
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i,
.tm-titlebar-main .breadcrumb-wrapper span.current-item,
.themetechmount-content-team-search-box .search_field i,
.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-current-menu-parent > a,
.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-current-page-parent > a,
#site-header-menu #site-navigation div.nav-menu > ul > li li.current_page_parent > a,
#site-header-menu #site-navigation div.nav-menu > ul > li li.current-page-parent > a,
#site-header-menu #site-navigation div.nav-menu > ul > li li.current-menu-ancestor > a,
.tm-topbar-content .social-icons li > a:hover,
.tm-header-style-infostack .header-widget .header-icon i,
.comment-meta a:hover{
	color: var(--ttm-skincolor);
}

.tm-head-skin .tm-fid.inside h4,
.tm-icon-skin i,
.tm-skincolo-strong .tm-element-heading-wrapper .tm-custom-heading strong,
.site-footer .tm-skincolor,
.tm-custom-heading.tm-skincolo-strong strong,
.tm-skincolor,
.tm-skincolor-strong strong,
.tm-skincolor-bfont b,
span.tm-skincolor a {
	color: var(--ttm-skincolor) !important;	 
}

.themetechmount-iconbox .tm-iconstyle-rounded-less-outline .tm-box-icon,
.themetechmount-iconbox .tm-iconstyle-boxed-outline .tm-box-icon,
.themetechmount-iconbox .tm-iconstyle-rounded-outline .tm-box-icon {
	color: var(--ttm-skincolor);
	border-color: var(--ttm-skincolor);
}

.woocommerce-message,
.woocommerce-info,
.single .main-holder div.product .woocommerce-tabs ul.tabs li.active:before,
.tm-search-overlay {
    border-top-color: var(--ttm-skincolor);
}

/*Elementor Button*/

.tm-btn-style-text .elementor-button-link.elementor-button:hover,
.tm-btn-style-text.tm-btn-color-skincolor .elementor-button{
	color: var(--ttm-skincolor);
}

.tm-btn-style-text.tm-btn-color-grey .elementor-button{
	color: var(--ttm-greycolor);
}

.tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon:after,
.tm-btn-style-flat.tm-btn-color-grey .elementor-button:hover,
.tm-btn-style-flat.tm-btn-color-white .elementor-button:hover{
	background-color: var(--ttm-skincolor);
}


.tm-btn-style-flat.tm-btn-color-skincolor.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:before,
.tm-btn-style-flat.tm-btn-color-skincolor.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:after,

.tm-btn-style-flat.tm-btn-color-darkgrey.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:hover:before,
.tm-btn-style-flat.tm-btn-color-darkgrey.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:hover:after,
.tm-contactform-onepage input[type="checkbox"]:checked:after,
.tm-btn-style-outline.tm-btn-color-skincolor.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:hover:before,
.tm-btn-style-outline.tm-btn-color-skincolor.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:hover:after{
	border-color: var(--ttm-skincolor);
}

.tm-btn-style-outline.tm-btn-color-skincolor .elementor-button{
	border-color: var(--ttm-skincolor);
	color: var(--ttm-skincolor);
}
.comment-list a.comment-reply-link:hover,
.tm-btn-style-outline.tm-btn-color-skincolor .elementor-button:hover{
	color:#fff;
	background-color: var(--ttm-skincolor);
	border-color: var(--ttm-skincolor);
}

.tm-btn-style-outline.tm-btn-color-grey .elementor-button{
	border-color: var(--ttm-greycolor) !important;
	color: var(--ttm-greycolor);
}
 
.single-tm_portfolio .nav-next a, .single-tm_portfolio .nav-previous a,
.single-tm_portfolio .tm-pf-single-category-w a,
.sidebar .widget .tagcloud a,
#totop.top-visible,
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a {
	border-radius: var(--ttm-button-shape);
}

/*** Button Dark Color ***/
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"],
.checkout_coupon input.button,
.woocommerce div.product form.cart .button:hover,
table.compare-list .add-to-cart td a:hover,
.woocommerce .widget_shopping_cart a.button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.main-holder .site table.cart .coupon input:hover,
.woocommerce-cart #content table.cart td.actions input[type="submit"]:hover,
.woocommerce .wishlist_table td.product-add-to-cart a:hover,
.woocommerce-cart #content table.cart td.actions input[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type=submit],
.wishlist_table tr td a.yith-wcqv-button:hover,
.woocommerce .wishlist_table td.product-add-to-cart a:hover,
.woocommerce .widget_shopping_cart a.button.checkout:hover,
.tm-sresults-title small .label-default[href]:hover,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_shopping_cart a.button,
.woocommerce #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.main-holder .site table.cart .coupon input,
.main-holder .site-content #review_form #respond .form-submit input,
.woocommerce div.product form.cart .button,
table.compare-list .add-to-cart td a,
.main-holder .site table.cart .coupon button,
.main-holder .site .woocommerce-cart-form__contents button,
.main-holder .site .return-to-shop a.button,
.main-holder .site .woocommerce-MyAccount-content a.woocommerce-Button,
.main-holder .site .woocommerce-form-coupon button,
.main-holder .site .woocommerce-form-login button.woocommerce-Button,
.main-holder .site .woocommerce-ResetPassword button.woocommerce-Button,
.main-holder .site .woocommerce-EditAccountForm button.woocommerce-Button,
.single-tm_portfolio .nav-next a:hover, 
.single-tm_portfolio .nav-previous a:hover,
.widget_subscribe_form input[type="submit"]:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.mailchimp-inputbox input[type="submit"]:hover {
	color: #fff;
    background-color: var(--body-blackfont-color);
}

.comment-list a.comment-reply-link,
.tm-btn-style-text.tm-btn-color-skincolor .elementor-button:hover{
	color: var(--body-blackfont-color);
}


/** flat button **/
.tm-btn-style-flat.tm-btn-color-darkgrey .elementor-button {
	background-color:<?php echo esc_attr($blackish_buttoncolor); ?>;
}
.tm-btn-style-flat.tm-btn-color-grey .elementor-button,
.tm-btn-style-flat.tm-btn-color-white .elementor-button,
.tm-btn-style-text.tm-btn-color-darkgrey .elementor-button{
	color: var(--body-blackfont-color);
}
.tm-btn-style-flat.tm-btn-color-darkgrey.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:before,
.tm-btn-style-flat.tm-btn-color-darkgrey.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:after,

.tm-btn-style-flat.tm-btn-color-skincolor.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:hover:before,
.tm-btn-style-flat.tm-btn-color-skincolor.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:hover:after,

.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a:hover:before,
.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a:hover:after{
	border-color: var(--body-blackfont-color);
}	

	/** Outline button **/
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a,
.tm-ptablebox .tm-ptable-btn a,
.tm-btn-style-outline.tm-btn-color-darkgrey .elementor-button{
	border-color: var(--body-blackfont-color);
	color: var(--body-blackfont-color);
}
.tm-btn-style-outline.tm-btn-color-darkgrey .elementor-button:hover{
	border-color: var(--body-blackfont-color);
	color:#fff;
	background-color: var(--body-blackfont-color);
}
.tm-btn-style-outline.tm-btn-color-grey .elementor-button:hover{
	color: var(--body-blackfont-color);
	background-color: var(--ttm-greycolor);
}

/* Blackish Button Color */
.tm-bgcolor-white .ttm-header-button a,
.tm-ptablebox .tm-ptablebox-cur-symbol,
.tm-ptablebox-features .tm-feature-lines li,
.tm-textcolor-white .tm-bread-sep, 
.elementor-widget-tabs .elementor-tab-content ul li,
.elementor-widget-progress .elementor-title,
.elementor-widget-accordion .elementor-accordion .elementor-accordion-title,
.tm-btn-style-outline.tm-btn-color-white .elementor-button:hover,
.single-tm_portfolio .nav-next a, .single-tm_portfolio .nav-previous a,
.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a,
.tm-fid-view-righticon .tm-fid-icon-wrapper i, .tm-fid-view-lefticon .tm-fid-icon-wrapper i,
.themetechmount-box-portfolio .themetechmount-box-bottom-content h4 a:not(:hover),
.tm-publised-in-wrapper span.post-title,
.tm-team-member-single-category a:not(:hover),
.tm-team-social-links a:not(:hover),
.tm-bgcolor-darkgrey .themetechmount-team-box-view-overlay .themetechmount-box-title a,
.tm-comment-owner,
.tm-comment-owner a:not(:hover),
.comment-reply-link:hover,
.testimonial_item .themetechmount-author-name a:hover,
.tm-social-share-wrapper,
.themetechmount-box-team.themetechmount-box-view-top-image .themetechmount-box-content h4 a,
.themetechmount-box-content h4 a,
.themetechmount-post-readmore a,
.tm-bgcolor-skincolor .themetechmount-blogbox-footer-readmore a:hover,
.logged-in-as a:hover,
.tm-team-details-list .tm-team-list-title,
.widget.finopik_category_list_widget .widget-title,
.widget.finopik_category_list_widget li a {
	color: var(--body-blackfont-color);
}
.elementor-progress-percentage:before{
	border-top-color: var(--body-blackfont-color);
}
.tm-textcolor-dark,
.tm-textcolor-dark .social-icons li a,
.tm-textcolor-dark.themetechmount-fbar-btn-link i,
.tm-textcolor-dark h1,
.tm-textcolor-dark h2,
.tm-textcolor-dark h3,
.tm-textcolor-dark h4,
.tm-textcolor-dark h5,
.tm-textcolor-dark h6,
h2.tm-custom-heading.tm-textcolor-dark,
h4.tm-custom-heading.tm-textcolor-dark,
h3.tm-custom-heading.tm-textcolor-dark{
    color: var(--body-blackfont-color);
}

/*coverbox element*/
.tm_coverimgbox_wrapper {
    position: relative;    
    overflow: hidden;  	
}
.tm-img-box {    
    
}
.tm_coverimgbox_wrapper.four_cols .tm_coverbox_contents {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.tm_coverimgbox_wrapper .tm_coverbox_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.tm_coverimgbox_wrapper .tm_coverbox_img {
    visibility: hidden;
    opacity: 0;
	transition-duration: 1500ms;
    transition: all 1s;
}
.tm_coverimgbox_wrapper .tm_coverbox_img, .tm_coverimgbox_wrapper .tm_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.tm_coverimgbox_wrapper:not(.tm-projectbox) .tm_box_overlay {
    z-index: 1;
    background: rgba(0,0,0,0.3);
}
.tm_coverimgbox_wrapper .tm_coverbox_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.tm_coverimgbox_wrapper .tm_coverbox_img.active {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.tm_coverimgbox_wrapper .tm_coverbox_contents {
    position: relative;
    z-index: 2;
    padding: 0px 40px 3px;
    display: inline-block;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    width: 856px;
    margin: auto;    
}
.tm_coverimgbox_wrapper .tm_coverbox_contents.tm-slide-1 {
	width: 1026px;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-bottom-contentbox {
    transition: transform .9s ease;
    cursor: pointer;
    display: block;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents.ttm-tab-active .coverbox-img-reposive {
	display: block;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-bottom-contentbox {
	opacity:1;		
}
.tm_coverimgbox_wrapper .tm_coverbox_contents:first-child .tm-bottom-contentbox {
	opacity:1;		
}
.tm_coverimgbox_wrapper .tm-box-title h4 a {
    margin-bottom: 35px;
    position: relative;
    font-size: 72px;
    line-height: 82px;   
    font-weight: 700;
	color: rgba(255, 255,255 ,0.58); 
	transition: all 0.3s ease 0s; 
}
.tm-img-box .tm_coverbox_contents img {
	position: absolute;
	top: 0;
	transition: transform .9s ease;
}
.tm-img-box .tm_coverbox_contents.active { 
	transition: transform .9s ease;	
}
.tm-img-box .tm_coverbox_contents img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    inset: 0%;
	opacity:0;
	visibility: hidden;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.tm-img-box .tm_coverbox_contents.active img {
	opacity:1;
	visibility: visible;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-bottom-contentbox:hover .tm-box-title h4 a {
	color: #fff;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-number {
    font-size: 32px;
    line-height: 42px;
    font-family: var(--special-element-fontfamily);
    font-weight: 700;
    color: rgba(255, 255,255 ,0.58);
    position: relative;   
    left: 0;
	top: -30px;
    padding-left: 47px;
	transition: all 0.3s ease 0s; 
	display: inline-block;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-bottom-contentbox:hover .tm-number {
	 color: #fff;
}
.tm_coverimgbox_wrapper .themetechmount-static-box-desc {
    color: #fff;
    position: relative;
    bottom: 0px;
    left: 85px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.tm_coverimgbox_wrapper .tm-box-title {
    display: inline-block;
}
.tm_coverimgbox_wrapper .tm_coverbox_contents .coverbox-img-reposive {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}

@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -100%; }
}

.tm_coverimgbox_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    z-index: 1;
    position: relative;
    transform: translate3d(0px, 177px, 0px);
}
.marquee-train {
    border-top: 1px solid #d9d9d9;
    flex: none;
    align-items: stretch;
    display: flex;
}
.slider-main-div {
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.tm_coverbox_img   {
	position: absolute;
    top: 0;
}
.tm_coverimgbox_wrapper.vertical {
    justify-content: center;
    align-items: center;
    margin-top: 212px;
    display: flex;
}
.tm_coverimgtex_box_wrapper {
    z-index: 1;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

/* staticbox style 1 */
.tm-staticbox-style1 .tm-stepbox-content {
    background-color: var(--ttm-greycolor);
    padding: 40px 0px;
    border-radius: 15px;    
    transition: all 0.3s ease 0s;
    margin-bottom: 0px;    
    position: relative;
    width: 321px !important;
	text-align: left;	
	box-shadow: 0px 0px 20px 0px rgba(2, 29, 104, 0.15);
}
.tm-staticbox-style1 .tm-stepbox-content:hover {
	background-color: var(--ttm-skincolor) !important;
	z-index: 11; 
}
.elementor-widget-tm_staticbox2_element .tm-content-header {
    margin-bottom: -70px;
}
.tm-staticbox-style1 .tm-box-title {
    border-bottom: 1px solid #e0e5e1;
    margin-bottom: 25px;
	padding: 0 30px;
}
.tm-staticbox-style1 .tm-bottom-contentbox {
    padding-top: 20px;
}
.tm-staticbox-style1 .themetechmount-static-box-desc span {
    padding-right: 45px;
	font-size: 18px;
}
.tm-staticbox-style1 .tm-box-title h4 {
    font-size: 28px;
    line-height: 38px;
}
.tm-staticbox-style1 .tm-stepbox-content:hover .themetechmount-static-box-desc,
.tm-staticbox-style1 .tm-stepbox-content:hover .tm-box-title h4 {
	color: #fff; 
}
.tm-staticbox-style1 .tm-stepbox-content:hover .tm-box-title {
    border-color: rgba(255 ,255, 255, 0.15);
}
.tm-staticbox-style1 .tm-stepbox.col-sm-4 {
    width: 100%;
    position: relative;
}
.tm-staticbox-style1 .tm-stepbox:first-child .tm-stepbox-content {
    left: 4.25rem; 	
	transform: rotate(10.23deg);	
}
.tm-staticbox-style1 .tm-stepbox:nth-child(5) .tm-stepbox-content:hover,
.tm-staticbox-style1 .tm-stepbox:nth-child(4) .tm-stepbox-content:hover,
.tm-staticbox-style1 .tm-stepbox:nth-child(3) .tm-stepbox-content:hover,
.tm-staticbox-style1 .tm-stepbox:nth-child(2) .tm-stepbox-content:hover,
.tm-staticbox-style1 .tm-stepbox:first-child .tm-stepbox-content:hover {
	transform: unset;
}
.tm-staticbox-style1 .tm-stepbox:nth-child(2) .tm-stepbox-content {
    margin-left: 0;
    left: -7.187rem;	
}
.tm-staticbox-style1 .tm-stepbox:nth-child(3) .tm-stepbox-content {
    left: -18.187rem;
	margin-top: 0;	
	transform: rotate(13.63deg);
}
.tm-staticbox-style1 .tm-stepbox:nth-child(4) .tm-stepbox-content {
    left: -29.687rem;		
}
.tm-staticbox-style1 .tm-stepbox:nth-child(5) .tm-stepbox-content {
    margin-left: 0;
    transform: rotate(15.15deg);
    left: -37.687rem;
}
.tm-staticbox-style1 .number span {
    color: var(--body-blackfont-color);
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 {
    margin-bottom: 133px;
	margin-left: 0;
	margin-right: 0;
	display: flex; 
}
.tm-staticbox-style1 .tm-stepbox {
    display: inline-block;
    vertical-align: top;
}
.tm-staticbox-style1 .themetechmount-static-box-subtitle {
    padding-bottom: 25px;
    margin-bottom: 34px;
    border-bottom: 1px solid #4848484d;
    color: #484848;
}
.tm-staticbox-style1 .tm-icon-contentbox {
    position: relative;
    padding: 0 30px;
}
.tm-staticbox-style1 .process-num {
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;    
    width: auto;
    height: auto;
    line-height: 28px;
    border-radius: unset;
    border: none;
    display: block;
    text-align: center;
    right: 0;
    margin-left: 0px;
    top: 0;
    bottom: auto;
    left: auto;
	position: absolute; 
}
.tm-staticbox-style1 .tm-stepbox-main-icon i {
    font-size: 39px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
    background-color: var(--ttm-skincolor);
    color: #fff;
	transition: all 0.3s ease 0s;
}
.tm-staticbox-style1 .tm-stepbox:hover .tm-stepbox-main-icon i {
	color: #000;
	background-color: #fff !important; 
}
.tm-staticbox-style1 .tm-stepbox:nth-child(2) .tm-stepbox-main-icon i { 
	background-color: #0f1623;
}
.tm-staticbox-style1 .tm-stepbox:nth-child(3) .tm-stepbox-main-icon i { 
	background-color: #8fa48e;
}
.tm-staticbox-style1 .tm-stepbox:nth-child(4) .tm-stepbox-main-icon i { 
	background-color: #b6ac82;
}
.tm-staticbox-style1 .tm-stepbox:nth-child(5) .tm-stepbox-main-icon i { 
	background-color: #8287b6;
}
.tm-staticbox-style1 .themetechmount-static-box-desc {
    color: #000;
    padding: 0 30px;
}
/* staticbox style 2 */
.themetechmount-stepboxes-wrapper.tm-staticbox-style2 {
    margin-bottom: 133px;
    margin-left: 0;
    margin-right: 0;    
}
.tm-staticbox-style2 .tm-stepbox-content {
	background-color: #fff;
    padding: 50px 30px 50px;       
    transition: all 0.7s ease 0s;
    margin-bottom: 0px;    
    position: relative;
    width: 410px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	overflow: hidden;
}
.tm-staticbox-style2 .tm-stepbox .tm-stepbox-content:after {
	position: absolute;
	content: '';
	width:460px;
	height:464px;
	background-image: url(../images/step-line-img.png);
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.5s linear;
}
.tm-staticbox-style2 .tm-stepbox:hover .tm-stepbox-content:after {
	opacity: 1;
}
.tm-staticbox-style2 .tm-left-contentbox {
    width: 62%;
}
.tm-staticbox-style2 .tm-left-contentbox span {
	position: relative;
	padding-left: 23px;
	 color: #000;
}
.tm-staticbox-style2 .tm-right-contentbox img {
	border-radius: 10px;
}
.tm-staticbox-style2 .tm-right-contentbox {
    display: inline-block;
    vertical-align: bottom;
}
.tm-staticbox-style2 .tm-contentbox {
	display: flex;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style2 {
    margin-bottom: 226px;
}
.tm-staticbox-style2 .tm-top-contentbox {
	padding-bottom: 140px;
}
.tm-staticbox-style2 .tm-stepbox {  
	width: 410px;
}
.tm-staticbox-style2 .tm-stepbox:first-child {  
	transform:rotate(-4deg);	
	margin-left: 13px;
}
.tm-staticbox-style2 .tm-stepbox:nth-child(2) {        
	 left: 24%;    
	margin-left: 40px;
}
.tm-staticbox-style2 .tm-stepbox:nth-child(3) {    
    left: 47%;    
    transform:rotate(-4deg);
}
.tm-staticbox-style2 .tm-stepbox:nth-child(4) {    
    left: 66%;
    transform: rotate(6.63deg);
	margin-left: 11px;
}

/* marquebox */
.tm-marquebox-style2 {
    width: 100%;
    margin-right: -15px;
    margin-left: -15px;
    animation: tm-marque-text 20s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.tm-marquebox-style2 li {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    font-size: 35px;
    line-height: 52px;
    opacity: 1;
    font-weight: 500;
    vertical-align: middle;
    font-family: var(--special-element-fontfamily);
    color: #fff;
}
.tm-marquebox-style2 ul.marquebox-list li:after {
    position: absolute;
    content: '*';
    right: -10px;
    top: 3px;
    left: auto;
	font-size: 50px;
}
.elementor .elementor-element .tm-marquebox-style2 ul.elementor-icon-list-items {
	margin: 8px 0 16px 0;
}

/**** Static Image Text Box Style1 ****/
.themetechmount-stepimagetextboxes-wrapper.tm-stepimagetextbox-style1 .tm-stepimagetextbox-content {
    display: flex;
    align-items: center;
}
.themetechmount-stepimagetextboxes-wrapper.tm-stepimagetextbox-style1 {
    display: flex;
    justify-content: left;
}
.tm-stepimagetextbox-style1 .tm-stepimagetextbox-icon-wrapper.tm-stepimagetextbox-icon-type-text {
   font-size: 126px;
    font-weight: 400;
    line-height: 136px;
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
	padding-right: 50px;
	animation-duration: 3s;
	background-size: 300% 100%;
	animation-name: AnimatedGradientBgLeft;	 
  background-image:linear-gradient(to top, #fff, #e28313 60%) !important;  
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.tm-stepimagetextbox-style1 .tm-stepimagetextbox-icon-type-image {
    margin: 0 20px;
}
.tm-home-icon .elementor-icon {
    position: relative;
    padding-left: 27px;
    padding-top: 16px;
    height: 105px;
    width: 105px;
}
.tm-down-arr .elementor-icon:before {
    position: absolute;
    content: '';
    left: 0;
    width: 89px;
    height: 89px;
    background-color: #fff;
    border-radius: 50%;
    top: -2px;
    margin: auto;
    right: 0;
}
.tm-down-arr .elementor-icon:after {
    position: absolute;
    content: '';
    left: 0;
    width: 105px;
    height: 105px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: -10px;
    margin: auto;
    right: 0;
}
.tm-down-arr.tm-down-arr-service .elementor-icon:before {
	background-color: #0f1623;
}
.tm-down-arr.tm-down-arr-service .elementor-icon:after {
	border-color: #0f1623;
}
.tm-top-margin,
.slider-img1 {
    -webkit-animation: slider-img 3s linear infinite;
    animation: slider-img 3s linear infinite;
}
@-webkit-keyframes slider-img {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slider-img {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
/*reel image style 1 */

.tm-reel-video-contant {
    position: relative;
}
.tm-reel-title.tm-reel-righttitle {
    font-size: 65px;
    line-height: 87px;
    font-family: var(--body-font-family);
    width: 1300px;
    margin: auto;
    z-index: 11;
    position: absolute;
    bottom: 48px;
    color: #fff;
    left: 0;
    right: 0;
    font-weight: 400;
}
.tm-reel-title.tm-reel-lefttitle {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -112px;
    z-index: 11;
    margin: auto;
    left: -9px;
    right: 0;
    width: 100vw;
    height: 100vh;
    font-size: 18vw;
	line-height: 392px;
    transform-origin: center top;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    background: linear-gradient(to right,#fff,#fff)no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
    -webkit-text-stroke: 0.1rem #fff;
    text-stroke: 0.1rem #fff;
}
.site-title {    
    display: inline;   
}
.site-description {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    padding-left: 30px;
    font-family: var(--body-font-family);
    color: var(--body-fonts-color);
    font-weight: 400;
}
.tm-headerstyle-classic .is_stuck .site-header-main {
	border-bottom: unset;
}
/* footer css */
.tm-footer-one .social-icons li > a {
    width: max-content !important;
    height: max-content !important;
    border: unset;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;    
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 30px;
    position: relative;
    transition: all .3s ease-in-out;
}
.tm-footer-one .social-icons li:first-child > a {
	margin-left: 0;
}
.tm-footer-one .social-icons li > a:after {
    position: absolute;
    content: '';
    height: 17px;
    width: 2px;
    background-color: #fff;
    bottom: 4px;
    right: -16px;
    left: auto;
}
.tm-footer-one .themetechmount-social-links-wrapper {
    padding-top: 25px;
}
.tm-footer-one .social-icons li > a:hover:after { 
	transform: unset;
}
.tm-footer-one .social-icons li:last-child > a:after { 
	display: none; 
}
.tm-footer-one .social-icons li:last-child > a {
	margin-right: 0;
    padding-right: 0;
}
.tm-footer-one .social-icons li > a i {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	font-size: 17px;
	opacity: 0;	
}
.tm-footer-one .social-icons li > a:hover i {
	opacity: 1;
}
.tm-mailchimp-emailnews {
    position: relative;
}
.tm-mailchimp-emailnews .btn[type="submit"] {
    position: absolute;
    right: 20px;
    font-size: 14px;
    background-color: transparent;
    color: #fff;
    top: 20px;
    padding: 0;
}
.tm-mailchimp-emailnews p {
    font-size: 14px;
    line-height: 24px;
}
.tm-textop-style1 h4 {
	font-weight: 400;
}
#custom_html-4 .widget-title {
    width: 80%;
}
.tm-phone-style h4 a {
	color: #fff !important;
	font-weight: 600; 
	font-size: 30px;
    line-height: 40px;
}
.tm-phone-style h4 a:hover { 
	color: var(--ttm-skincolor) !important;
}

/* our partners title */
.tm-our-partners .elementor-heading-title {
    position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 140px;
	width: 140px;
	border-radius: 50%;
	background-color: #0f1623;
	border: 1px solid rgba(255, 255, 255 , 0.20); 
	padding-top: 34px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text span,
.tm-animate-box .tm-animate-title span {
    opacity: .2;
}

/**/
.tm-headerstyle-classic .tm-header-text-area .header-info-widget {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--body-blackfont-color);
	display: block;
}
.tm-headerstyle-classic .tm-header-text-area:after {
    position: absolute;
    content: '';
    left: 6px;
    top: 26px;
    width: 1px;
    height: 29px;
    background-color: #cccccc;
}
.tm-contact-list .elementor-icon-list-text {
    border: 1px solid #000;
    border-radius: 50%;
    padding: 12px 30px;
}
/* contact form */
.tm-form-title {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
}
.ttm-commonform input[type="text"] {
    width: 312px;
}
.ttm-commonform input[type="text"],
.ttm-commonform input[type="email"],
.ttm-commonform input[type="date"],
.ttm-commonform textarea {
    padding: 10px 20px;
    border-bottom: 1px solid var(--ttm-bordercolor) !important;
    border: 0;
    border-color: var(--ttm-bordercolor);
    margin: 0 40px;
	border-radius: 0; 
	font-size: 15px;
}
.ttm-commonform span.wpcf7-not-valid-tip {
    margin: 0 40px;
}
.ttm-commonform select {
    border: none;
    border-bottom: 1px solid rgba(119, 119, 119, .2);
}
.ttm-commonform .select {
    display: inline-block;
}
.ttm-commonform span.wpcf7-form-control-wrap {
    display: inline-block !important;
}
.ttm-commonform textarea {
	width: 944px;
}
.tm-checkbox .wpcf7-list-item {
    margin: 0 0 30px 0;
}
.ttm-commonform input[type="checkbox"] {
    width: 0;
    margin-left: 22px;
    position: relative;
    top: 4px;
}
.ttm-commonform input[type="checkbox"]:before {
    position: absolute;
    content: '';
    bottom: 2px;
    left: -21px;
    height: 16px;
    width: 16px;
    border: 1px solid #d2d2d2;
	border-radius: 50%;
}
.ttm-commonform input[type="checkbox"]:checked:after {
    content: "";
    border: solid #036fde;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -16px;
	top: -2px;
    width: 6px;
    height: 10px;
    background-color: transparent!important;
}
.ttm-commonform p {
    display: inline-block;
}
.ttm-commonform .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
    right: -70px;
}
.ttm-commonform .select2-container--default .select2-selection--single {
    width: 300px;
	margin: 0 40px;
	border-width: 0 0 1px 0 !important;
    border-radius: 0;
}
.ttm-commonform .elementor-button.elementor-size-md {
    border-radius: 50%;
}
.elementor-widget-text-path svg {
    font-size: 24px;
    overflow: visible!important;
    font-family: var(--special-element-fontfamily);
}
.tm-text svg {
    animation: rotate 20s linear infinite;
}
.prt-textvideo-round .elementor-widget-container .e-text-path {
    position: absolute;
    margin: 0 auto;
    top: 300px;
    right: 55px;
    padding: 20px;
    height: 155px;
    width: 155px;
    border-radius: 50%;
    z-index: 1;
    fill: #fff;
    letter-spacing: 5px;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    background-color: var(--ttm-skincolor);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tm-contact-icon .elementor-icon {
    position: relative;
	
}
.tm-contact-icon {
	top: 380px; 
}
.tm-contact-icon .elementor-icon:after {
    position: absolute;
    content: '';
    left: -26px;
    bottom: -26px;
    height: 92px;
    width: 92px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}
/* blogbox style 2 */
.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-content h4 a {
    font-size: 32px;
    line-height: 42px;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.themetechmount-blogbox-styletwo .ttm-post-featured-link-wrapper {
    height: 490px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.themetechmount-blogbox-styletwo .tm-read-times {
    padding-left: 11px;
    margin-left: 8px;
    position: relative;
	display: inline-block;
}
.themetechmount-blogbox-styletwo .tm-read-times:after {
	position: absolute;
	content: '/';
	left: 0;
	font-size: 16px;
}
.themetechmount-blogbox-styletwo .themetechmount-box-content {
    padding-top: 22px;	
}
.themetechmount-element-blogbox-style2 .tm-box-col-wrapper:last-child .themetechmount-box-content {
    text-align: left;
}
.themetechmount-element-blogbox-style2 .tm-box-col-wrapper:nth-child(even) .post-item {
    display: flex;
    flex-direction: column-reverse;
}
.themetechmount-blogbox-styletwo .ttm-blog-post {
    display: inline-block;
}
.themetechmount-element-blogbox-style2 .tm-box-col-wrapper:nth-child(even) .themetechmount-box-content {
	padding-top: 0;
	padding-bottom: 35px;
}

/* faq style 01 */
.faq-style-01 .tm-ques {
    font-size: 15px;
	line-height: 15px;
    display: block;
    position: relative;
    padding-left: 60px;
	padding-bottom: 16px;
	font-family: var(--body-font-family);
	color: rgba(0, 0, 0 , 0.52);
}
.faq-style-01 .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	text-align: center;
}
.faq-style-01 .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed,
.faq-style-01 .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {    
    text-align: center;
}
.faq-style-01 .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #d5d8dc !important;
    margin-bottom: 6px;
    padding-bottom: 10px;
}
.faq-style-01 .elementor-accordion .elementor-accordion-item:first-child {
    border-top: 1px solid #d5d8dc !important;	
}
.faq-style-01 .tm-ques:after {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    height: 1px;
    width: 40px;
    background-color: #000;
}
.faq-style-01 .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    position: relative;
    top: 14px;
}

/* faq css */
.tm-faq-social .tm-ss {
    display: none;
}
.tm-faq-social .social-icons li > a {
    width: 28px;
    height: 28px;
    line-height: 28px;   
	border: 0;
	margin-right: 0; 
}
.tm-faq-social .social-icons li.tm-social-facebook a {
	background-color: #1877f2;
}
.tm-faq-social .social-icons li.tm-social-pinterest a {
	background-color: #ff0335;
}
.tm-faq-social .social-icons li.tm-social-instagram a {
	background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}
.tm-faq-social .social-icons li.tm-social-twitter a {
	background-color: #229fe8;
}
.tm-faq-social .social-icons li a {
	color: #fff; 
}

/* tm_portfolio detail */
.single-post.tm-empty-sidebar .container.tm-container-for-content,
.single-tm_team_member .container.tm-container-for-content,
.single-tm_service .container.tm-container-for-content,
.single-tm_portfolio .container.tm-container-for-content {
    width: 100%;
    padding: 0;
}
.single-tm_service .tm-marquebox-style2 li, 
.single-tm_portfolio .tm-marquebox-style2 li {
    font-size: 50px;
    line-height: 88px;
    display: inline;
    padding: 0 33px;
}
.single-tm_portfolio .tm-marquebox-style2 ul.marquebox-list li:after {
    right: -13px;    
    font-size: 60px;
}
.single-tm_service .elementor .elementor-element .tm-marquebox-style2 ul.elementor-icon-list-items,
.single-tm_portfolio .elementor .elementor-element .tm-marquebox-style2 ul.elementor-icon-list-items {
    margin: 1px 0 6px 0;
}
.tm-port-marquee {
    position: relative;
}
.tm-port-marquee:after {
    position: absolute;
    content: '';
    height: 125px;
    width: calc(100% + 20px);
    top: 22px;
    left: -1px;
    background-color: var(--ttm-secondarycolor);
    transform: rotate(181deg);
}
.tm-custom-pf-detail-style1 .themetechmount-pf-detailbox-list .tm-pf-details-date {    
    padding: 8px 0px 8px 0px;
    width: 24%;
}
.single-tm_service .site-main {    
    padding-top: 72px;   
}
.single-tm_team_member .tm-line {
    padding-right: 128px;
    position: relative;
}
.single-tm_team_member .tm-line:after {
    position: absolute;
    content: '';
    right: 12px;
    width: 93px;
    height: 2px;
    background-color: #000;
    bottom: 31px;
}

/*list box*/
.tm_listbox_wrapper {       
    height: 100%;
}
ul.themetechmount-listbox-styleone {
    margin: 0;
    padding: 0;
}
.themetechmount-listbox-styleone {
    position: relative;
    overflow: hidden;
    height: 100%;
    pointer-events: none;
    padding-top: 80px;
}
.themetechmount-listbox-styleone > .tm_listimgbox_wrap {
    display: inline-block;
    margin-bottom: 0;
    left: 0;
    top: 0;
    user-select: none;
    pointer-events: auto;
    transition: none;
}
.themetechmount-listbox-styleone .themetechmount-listimgbox-heading .tm_list-text {
    display: inline-block;
    background-color: #00cc97;
    font-size: 16px;
    color: var(--body-blackfont-color);
    font-weight: 400;
    border-radius: 100px;
    padding: 5px 26px;
    -webkit-transform: translate(-50%, -50%) rotate(0.01rad);
    -moz-transform: translate(-50%, -50%) rotate(0.01rad);
    -ms-transform: translate(-50%, -50%) rotate(0.01rad);
    -o-transform: translate(-50%, -50%) rotate(0.01rad);
    transform: translate(-50%, -50%) rotate(0.01rad);
}
.tm-custom-list .tm_listbox_wrapper {
    background: transparent;
    box-shadow: unset;
    border-radius: 0;
}
.themetechmount-listbox-styleone .tm_listimgbox_wrap:first-child .themetechmount-listimgbox-heading .tm_list-text {
    background-color: #000000;
    color: #fff;
}
.themetechmount-listbox-styleone .tm_listimgbox_wrap:last-child .themetechmount-listimgbox-heading .tm_list-text {
	background-color: #ff759c;
}
.themetechmount-listbox-styleone .tm_listimgbox_wrap:nth-child(2) .themetechmount-listimgbox-heading .tm_list-text {
    background-color: #19b3f1;
}
.themetechmount-listbox-styleone .tm_listimgbox_wrap:nth-child(3) .themetechmount-listimgbox-heading .tm_list-text {
    background-color: #ffdb59;
}
.themetechmount-listbox-styleone .tm_listimgbox_wrap:nth-child(4) .themetechmount-listimgbox-heading .tm_list-text {
    background-color: #fff6c5;
}
.themetechmount-listbox-styleone .tm_listimgbox_wrap:nth-child(5n) .themetechmount-listimgbox-heading .tm_list-text {
    background-color: #ffc3c3;
}
.themetechmount-listbox-styleone .tm_listimgbox_wrap:nth-child(6n) .themetechmount-listimgbox-heading .tm_list-text {
    background-color: #ff7f75;
}
.themetechmount-listbox-styleone .tm_listimgbox_wrap:nth-child(8) .themetechmount-listimgbox-heading .tm_list-text {
	background-color: #7875ff;
}
.themetechmount-listbox-styleone .tm_listimgbox_wrap .themetechmount-listimgbox-heading .tm_list-text.tm_list-image {
    background-color: transparent !important;
}

/* progress bar*/
.elementor-progress-bar {
    margin-top: 14px;
} 

/*single blog detail*/
.single.tm-empty-sidebar .themetechmount-box-blog-classic .themetechmount-box-title h1 {
    font-size: 100px;
    line-height: 110px;
    margin-bottom: 30px;
}
.single.themetechmount-sidebar-true .themetechmount-box-blog-classic .themetechmount-box-title h4 { 
	font-size: 66px;
    line-height: 76px;
	margin-bottom: 40px;
}
.single.themetechmount-sidebar-true .themetechmount-box-blog-classic .tm-post-featured-outer-wrapper {
    margin-bottom: 40px;
}
.single.themetechmount-sidebar-true article.themetechmount-box-blog-classic .tm-blog-classic-box-content h2.tm-top-margin-detail {
	margin-top: 0;
}
.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a:hover {
	color: #fff;
	background-color: var(--ttm-skincolor);	
	border-color: var(--ttm-skincolor);	
}
.tm-empty-sidebar .tm-blog-det-width {
    width: 1300px;   
}
.tm-blog-det-width img {
	border-radius: 0px;
}
.single.tm-empty-sidebar article.themetechmount-box-blog-classic {    
    border: none;
    background-color: transparent;
    padding: 0px 100px;
    border-radius: 15px;
}
.single article.themetechmount-box-blog-classic:before {
    content: unset;
}
.single ul.wp-block-list.tm-list-blog li {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    display: block;
    position: relative;
	padding-left: 19px;
	padding-bottom: 6px;
}
.single ul.wp-block-list.tm-list-blog li:after {
    position: absolute;
    content: '*';
    left: 0;
    font-size: 20px;
    top: 4px;
	font-weight: 600; 
}
.single ul.wp-block-list.tm-list-blog {
    padding: 0;
	margin-top: 22px;
}
.single.themetechmount-sidebar-true ul.wp-block-list.tm-list-blog li {    
    padding-left: 15px;    
}
.single h2.wp-block-heading.tm-fsize-two {
    font-size: 23px;
    line-height: 33px;
}
.single h2.wp-block-heading.tm-fsize-two span {
	font-weight: 400;
}
.single .wp-block-separator {    
    border-top: 1px solid;
	margin-bottom: 50px;
}
.single .wp-block-image.size-full.tm-top-margin {
    margin-left: 60px;
    margin-top: -32px;
}
.single.tm-empty-sidebar .wp-container-core-columns-is-layout-2 {
    padding-top: 60px;
}
#sidebar-right.sidebar .widget:last-child {
    margin-bottom: 0;
}
.single-post.tm-empty-sidebar .site-main {
    padding-top: 76px;
}
section.error-404 h4 img {
    margin-top: -91px;
}
.tm-404-home-button .elementor-element.elementor-widget-button .elementor-button:hover {
	color: #fff;
	background-color: var(--ttm-skincolor);
	border-color: var(--ttm-skincolor);
}

/* blog sidebar */
.sidebar li.tm-recent-post-list-li img {
    display: none;
}
ul.tm-recent-post-list>li .post-detail a {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
    font-weight: var(--special-element-fontweight);
    margin-top: 0;
    font-family: var(--special-element-fontfamily);
    font-size: 20px;
    line-height: 34px;
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-50%);
    }
    50% {
        opacity: 0;
        transform: translateY(50%);
    }
    51% {
        opacity: 1;
    }
}

/* portfoliobox style 2 */
.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 {
    font-size: 28px;
    line-height: 44px;
	margin-bottom: 1px;
}
.themetechmount-portfoliobox-style2 .ttm-post-featured-link-wrapper {
    height: 290px;
    background-size: cover;
    border-radius: 10px;
    transform: translateY(-20px) scale(1.3);
    transition: all 1s ease;
    overflow: hidden;
}
.themetechmount-portfoliobox-style2:hover .ttm-post-featured-link-wrapper {
    transform: translateY(0) scale(1.3);
}
.themetechmount-portfoliobox-style2 .tm-img-box {
    overflow: hidden;
    border-radius: 15px;
}
.themetechmount-portfoliobox-style2 .themetechmount-post-item-inner {
    border: 1px solid #8b8d8e;
    padding: 20px;
    border-radius: 20px;
	background-color: var(--ttm-greycolor);
}
.themetechmount-portfoliobox-style2 .tm-pf-no {
    display: inline-block;
    position: relative;
    width: 5%;
}
body {
    counter-reset: section port;
}
.themetechmount-portfoliobox-style2 .tm-pf-no:after {
    counter-increment: port;
    content: counter(port,decimal-leading-zero);
    position: absolute;
    bottom: -6px;
    left: 0;
    color: #000;
    z-index: 1;
    font-size: 15px;    
}
.themetechmount-portfoliobox-style2 .tm-line-right {
    position: relative;
    width: 92.89%;
    display: inline-block;
}
.themetechmount-portfoliobox-style2 .tm-line-right:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d8d7d1;
    top: -6px;
    right: -10px;
}
.themetechmount-portfoliobox-style2 .tm-line-left {
    position: relative;
    width: 78%;
    display: inline-block;
}
.themetechmount-portfoliobox-style2 .tm-line-left:after {
    position: absolute;
    content: '';
    width: 100%;
	height: 1px;
	background-color: #d8d7d1;
	top: -6px;
	left: 0;
}
.themetechmount-portfoliobox-style2 .tm-pf-right-details {
    display: inline-block;
	padding-left: 11px;
}
.themetechmount-portfoliobox-style2 .themetechmount-box-content {
      padding-top: 21px;
	padding-bottom: 0;
	text-align: left; 
}
.tm-scroll-down {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    text-align: center;
    font-family: var(--body-font-family);
	display: block;
}
.tm-scroll-down i {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    border: 1px solid;
    display: flex;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: auto;
    font-size: 30px;
    transform: rotate(90deg);
    align-items: center;
    padding: 13px;
}

/* portfoliobox style 3 */
.themetechmount-portfoliobox-style3 .ttm-post-featured-link-wrapper {
    height: 670px;
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 80px;
}
.themetechmount-portfoliobox-style3 .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper img {
	border-radius: 80px;
}
.themetechmount-element-portfoliobox-style3 .slick-current.slick-active.slick-center .ttm-post-featured-link-wrapper {        
    height: 790px;
    margin-top: -60px;
    margin-bottom: -60px;
}
.themetechmount-portfoliobox-style3 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.themetechmount-element-portfoliobox-style3.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 35px;
    padding-left: 35px;
}
.themetechmount-portfoliobox-style3 .themetechmount-box-title h4 {
    font-size: 58px;
    line-height: 68px;
}
.themetechmount-portfoliobox-style3 .themetechmount-box-category a {
    font-size: 28px;
    line-height: 38px;
	font-family: var(--special-element-fontfamily);
}
.themetechmount-portfoliobox-style3 .themetechmount-post-item {
    position: relative;
}
.themetechmount-portfoliobox-style3 .themetechmount-box-overlay {
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 240px;
    right: 240px;
    margin: auto;
    padding: 30px 40px 24px;
    background-color: #fff;
	opacity: 0;
}
.themetechmount-element-portfoliobox-style3 .slick-current.slick-active.slick-center .themetechmount-box-overlay {
	opacity: 1;
}
.project-element-vertical-box-style-1 .themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper .tm-box-col-wrapper:first-child {
    margin-top: 150px;
}
.footer .widget.widget_nav_menu li a:hover {
    color: var(--ttm-skincolor);
}
/* servicebox style 3 */
.themetechmount-box-service.themetechmount-servicebox-stylethree .themetechmount-box-title h4 {
    font-size: 28px;
    line-height: 38px;
}
.themetechmount-servicebox-stylethree .ttm-post-featured-link-wrapper {
    height: 236px;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 20px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.themetechmount-servicebox-stylethree:hover .ttm-post-featured-link-wrapper {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.themetechmount-servicebox-stylethree .tm-featured-outer-wrapper2 {
    overflow: hidden;
    border-radius: 20px;
}
.themetechmount-servicebox-stylethree .themetechmount-box-desc {
    padding-top: 20px;
}
.themetechmount-servicebox-stylethree .themetechmount-post-item {
    padding: 35px 35px 15px;
    background-color: var(--ttm-greycolor);
    border-radius: 30px;
    border: 1px solid var(--ttm-bordercolor);
}
.tm-headerstyle-classic .tm-header-text-area .header-info-widget i {
    font-size: 21px;
    margin-right: -3px;
}
.tm-img img {
    transition: width .35s ease-in-out;
}

/* imagestyle 1 */
.tm-single-image-wrapper.imagestyle-one .tm-single-image-inner {
    position: relative;
    padding-top: 30px;
    padding-left: 30px;
    display: inline-block;
    overflow: hidden;
}
.tm-single-image-wrapper.imagestyle-one .tm-single-image-inner:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0;
    width: 414px;
    max-width: 100%;
    height: 576px;
    z-index: -1;
    border: 2px solid #000;
	opacity: 0.30;
}
.tm-play-border .elementor-widget-container {
    position: relative;
}
.tm-play-border .elementor-widget-container:after {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    height: 113px;
    width: 113px;
    left: 10px;
    top: 10px;
    z-index: -1;
}
/* 13-09-2024 */
.headerlogo img {
    height: 200px;
}
.tm-headerstyle-classic .site-header-main {    
	border-bottom: 1px solid;
	padding: 0; 
}
.tm-element-inner .pin-spacer {
    padding-bottom: 0 !important;
}
.tm-img img {
    transition: all 1s ease;
}
.tm-img {
    position: relative;
    bottom: -50px;
	transition: all 1s ease;
}
.wc-block-components-totals-item__label {
	font-weight: 700;
	color: var(--body-blackfont-color); 
}
body .is-large.wc-block-cart .wc-block-cart__totals-title {   
    color: var(--body-blackfont-color);   
	font-size: 20px;
	text-transform: none;
}
body .wc-block-components-totals-item__value {
    font-weight: 400;
}
body table.wc-block-cart-items .wc-block-cart-items__header {
    text-transform: none;
    font-size: 16px;
}
body .is-medium table.wc-block-cart-items td {
    margin: 0;
    padding: 5px 10px;
}



/* demo 2 */
.tm-demo2-marquee .tm-marquebox-style2 li {
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
}
.tm-demo2-text-path .prt-textvideo-round .elementor-widget-container .e-text-path {
    top: 0;
    right: 0;
	letter-spacing: 7px;
}
.tm-btn-color-darkgrey.tm-btn-style-style1 .elementor-button {
	color: var(--body-blackfont-color);
	text-transform: uppercase;
}
.tm-btn-style-style1.tm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 50%;
}
.elementor-element.tm-btn-style-style1.elementor-widget-button .elementor-button {
    font-size: 16px;
    padding: 19px 30px;
	background-color: transparent;	
	border: 1px solid var(--body-blackfont-color);
}
.elementor-element.tm-btn-style-style1.elementor-widget-button .elementor-button:hover {
	background-color: var(--body-blackfont-color);
	color: #fff;
}
.tm-text-color-demo2 .tm-element-content-heading {
    color: #306631;
    background-image: linear-gradient(to top, #fff, #e28313 60%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tm-demo2-fid .inside.tm-fid-view-style1 h3.tm-fid-title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 400; 
}
.tm-demo2-fid .inside.tm-fid-view-style1 h4 span:nth-child(1) {
    margin-right: -23px;
}
.tm-header-contact-btn-wrapper {
    float: right;
	text-transform: uppercase;
}
.tm-header-contact-btn-wrapper .tm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button {
	border-radius: 50%;
}
body .tm-header-contact-btn-wrapper a.elementor-button {
    background-color: transparent;
    border: 1px solid;
    color: var(--body-blackfont-color);
    border-radius: 50%;
	padding-left: 30px;
	padding-right: 30px;
}
body .tm-header-contact-btn-wrapper a.elementor-button:hover {
    color: #fff;
	background-color: var(--body-blackfont-color);
	border-color: var(--body-blackfont-color);
}
.tm-header-contact-btn-wrapper a:hover {
	background-color:  var(--body-blackfont-color);
	border-color:  var(--body-blackfont-color);
}

/* footer */
.themetechmount-topbar-no .second-footer-inner {
    padding: 0px;
}
.tm-demo-two h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}
.tm-demo-two .social-icons li > a i {    
    display: none; 
}
.tm-demo-two .social-icons li > a {
    width: auto;
    height: auto;
    line-height: unset;   
    border: 1px solid rgba(255, 255, 255 , 0.15);    
    font-size: 14px;
    margin-right: 9px;
    padding: 5px 20px;
	color: rgba(255, 255, 255 , 0.70);    
}
.tm-demo-two .social-icons li > a:hover {
	color: #fff;
	background-color: var(--ttm-skincolor);
	border-color: var(--ttm-skincolor);
}
.tm-demo-two .tm-info a {
    font-size: 17px;
    line-height: 24px;	
	font-family: var(--special-element-fontfamily);
}
.tm-demo-two .themetechmount-social-links-wrapper {
    padding-top: 16px;
    padding-bottom: 24px;
}
.tm-demo-two .tm-info {
    padding-bottom: 10px;
}
.tm-mailform h2 {
    font-size: 35px;
    line-height: 55px;
	font-weight: 400; 
}
.mc4wp-form-fields input[type="email"] {
    padding: 16px 59px 18px 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

/* servicebox style 3 */
.themetechmount-box-service.themetechmount-servicebox-stylethree .themetechmount-box-title h4 {
    font-size: 28px;
    line-height: 38px;
}
.themetechmount-servicebox-stylethree .ttm-post-featured-link-wrapper {
    height: 236px;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.themetechmount-servicebox-stylethree .themetechmount-box-desc {
    padding-top: 20px;
}
.themetechmount-servicebox-stylethree .themetechmount-post-item {
    padding: 35px 35px 15px;
    background-color: var(--ttm-greycolor);
    border-radius: 30px;
    border: 1px solid var(--ttm-bordercolor);
}

.tm-arrow01 .prt-textvideo-round .elementor-widget-container .e-text-path {
	background-color: var(--ttm-skincolor);
	position: relative;
	height: 112px;
	width: 112px;
	padding: 15px;
}

/* blog style 1 */
.tm-demo2-blog .themetechmount-blogbox-styleone .themetechmount-box-content {
	background-color: #fff;
	border: 1px solid var(--ttm-secondarycolor);
	box-shadow: unset;
}
.tm-demo2-blog .themetechmount-blogbox-styleone.themetechmount-blogbox-cover .themetechmount-box-content {
	background-color: var(--ttm-greycolor);
}
.tm-demo2-blog .themetechmount-blogbox-cover .tm-blogbox-btn a {
    background-color: transparent;
    color: var(--body-blackfont-color);
    border: 1px solid var(--ttm-secondarycolor);
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
}
.tm-demo2-blog .themetechmount-blogbox-cover .tm-blogbox-btn a:hover {
    color: #fff;
    background-color: var(--body-blackfont-color);
}
.tm-demo2-blog .themetechmount-blogbox-styleone.themetechmount-blogbox-cover .themetechmount-box-content {    
    color: var(--body-fonts-color);    
}

.tm-ser-demo2 .themetechmount-servicebox-styletwo .ttm-post-featured-link-wrapper,
.tm-ser-demo2 .themetechmount-element-servicebox-styletwo .tm-box-col-wrapper.active .ttm-post-featured-link-wrapper {
    border-radius: 15px;
    -webkit-mask-image: url(../images/Rectangle.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
	height: 568px;
    width: 635px;
	left: auto;
    right: 51%;
    top: 100px;
	visibility: visible;   	
}
.tm-ser-demo2 .themetechmount-element-servicebox-styletwo .tm-box-col-wrapper.active .ttm-post-featured-link-wrapper {
	visibility: visible;	   
}
.slider-img {
    -webkit-animation: slider-img 3s linear infinite;
    animation: slider-img 3s linear infinite;
}

@-webkit-keyframes slider-img {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


.tm-title-cover .tm_coverimgbox_wrapper .tm-box-title h4 a {
	font-size: 67px;
	line-height: 80px;
}
.tm-icon-list ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {    
    margin-bottom: 10px;
}

.tm-contact-digital h3.elementor-heading-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 5px;
	color: var(--ttm-skincolor);
}
.tm-contact-digital h3.elementor-heading-title.tm-border {
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
	padding-top: 30px;
}
.tm-contact-digital input[type="checkbox"] {
    height: auto;
    width: 100%;
    visibility: hidden;
}
.tm-contact-digital span.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked ~ span.wpcf7-list-item-label {
	background-color: #000;    
	color: #fff;
	border-color: #000; 
}
.tm-contact-digital span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label {
    display: inline-grid;
    border: 1px solid;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 50%;
    color: var(--ttm-secondarycolor);
}
.tm-sign-title h2 {
    font-size: 22px;
    line-height: 28px;
    vertical-align: middle;
    display: inline-block;
}
.tm-headerstyle-classic .tm-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-sub-menu > li.mega-menu-item > h4.mega-block-title {
    display: inline-block;
    border-bottom: 1px solid #000;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
    font-weight: 500;
    padding-bottom: 3px;
}


.themetechmount-iconbox-styleone .elementor-icon {
    font-size: 160px;
    animation: spin 15s linear infinite;
}
.themetechmount-iconbox-styleone .tm-custom-heading a {
	color: #fff; 
}
.themetechmount-iconbox-styleone .themetechmount-iconbox-heading {
    position: absolute;
    bottom: 51px;
    left: 50px;
}
.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading {
	font-size: 16px;
	line-height: 26px;
	font-family: var(--button-font-family);
}
.themetechmount-iconbox-styleone .tm-iconbox-wrapper .tm-custom-heading a:after {
    position: absolute;    
    content: "\f10b";
    font-family: themeicons_digital-business !important;
    bottom: -23px;
    left: 0;
	transition: all 0.3s ease 0s;
}
.themetechmount-iconbox-styleone .tm-iconbox-wrapper:hover .tm-custom-heading a:after { 
	left: 50px;
}
.art-project-item-2 .project_img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 571px;    
}
.tm-two-img .art-project-item-2 .hover_area,
.tm-two-img .art-project-item-2 .project_img {
	height: 641px
}
.tm-two-img .art-project-item-2 .item-img {
	 max-width: 524px;
}
.tm-hometwo-img .art-project-item-2 .item-img {
	 max-width: 491px;
}
.tm-hometwo-img3 .art-project-item-2 .item-img {
	 max-width: 390px;
}
.tm-hometwo-img .art-project-item-2 .hover_area,
.tm-hometwo-img .art-project-item-2 .project_img {
	height: 542px
}
.tm-hometwo-img3 .art-project-item-2 .hover_area,
.tm-hometwo-img3 .art-project-item-2 .project_img {
	height: 406px
}
.tm-home02-one .art-project-item-2 .item-img {
	 max-width: 399px;
}
.tm-home02-one .art-project-item-2 .hover_area,
.tm-home02-one .art-project-item-2 .project_img {
	height:546px;
}
.tm-home02-two .art-project-item-2 .hover_area,
.tm-home02-two .art-project-item-2 .project_img {
	height:523px;
}
.tm-home02-two .art-project-item-2 .item-img {
	 max-width: 398px;
}
.tm-home02-three .art-project-item-2 .hover_area,
.tm-home02-three .art-project-item-2 .project_img {
	height: 380px;
}
.tm-home02-four .art-project-item-2 .item-img ,
.tm-home02-three .art-project-item-2 .item-img {
	 max-width: 396px;
}
.tm-home02-four .art-project-item-2 .hover_area,
.tm-home02-four .art-project-item-2 .project_img {
	height: 689px;
}
.art-project-item-2 .item-img {
    width: 100%;
    margin: 0 auto;
    max-width: 414px;
}
.art-project-item-2 .hover_area {
    width: 100%;
    height: 571px;
}
.project_img img {
    height: auto;
    max-width: 100%;
    border: none;    
    box-shadow: none;
}
.art-project-item-2 .canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.art-project-item-2 {
    margin: 0 auto;
    max-width: 592px;    
}
.position-relative {
    position: relative !important;
}


.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-tm-demo-title.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
    padding: 0 0 0 0;    
}
.tm-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal  .mega-sub-menu > li.mega-menu-item-type-widget .tm-menu-one img {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-tm-demo-title.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-item:first-child:after {
    border-right: unset;
}
.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-tm-demo-title.mega-menu-megamenu > ul.mega-sub-menu {    
    padding: 10px; 
}
.tm-mmmenu-override-yes  #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-tm-demo-title .mega-sub-menu > li.mega-menu-item-type-widget div {
    padding: 10px;
}
#mega-menu-wrap-themetechmount-main-menu #mega-menu-themetechmount-main-menu > li.mega-tm-demo-title.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: 33.333333%;
}
.mega-tm-demo-title .tm-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-sub-menu > li.mega-menu-item-type-widget .tm-menu-one span a {
    font-size: 16px;
    line-height: 26px;    
}
.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-tm-demo-title ul.mega-sub-menu > li:after {
	display:none;	
}
.tm-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-sub-menu > li.mega-menu-item-type-widget .elementor-button-wrapper {
	margin-top: 38px;		
}
.tm-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-tm-menu-border .mega-sub-menu > li.mega-menu-item-type-widget .elementor-button-wrapper a {
	padding: 11px 30px;
	background-color: var(--ttm-skincolor) !important;
	border-radius: 50%;
	color: #fff;
	display: inline-block; 
	transition: all .3s ease-in-out;		
}
.tm-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-tm-menu-border .mega-sub-menu > li.mega-menu-item-type-widget .elementor-button-wrapper a:hover {
	background-color: var(--ttm-secondarycolor);
	color: #fff;
}
.tm-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-sub-menu > li.mega-menu-item-type-widget .tm-bottom {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.tm-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-sub-menu > li.mega-menu-item-type-widget:last-child h4 {
	color: #fff;
	margin-bottom: 10px;
}
.tm-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-sub-menu > li.mega-menu-item-type-widget:last-child span.tm-border a {
	color: #fff;
	text-decoration: underline;
}		


.tm-layout-style2 .site-footer .col-sm-6.first-widget-area:last-child {
    padding-top: 16px;
}
.tm-layout-style2 .tm-port-marquee:after {   
    top: 16px;  
	height: 105px;
}
.tm-layout-style2 .tm-header-contact-btn-wrapper {    
    padding-left: 22px;
	margin-top: -1px;
}
.tm-headerstyle-classic.tm-layout-style2 #site-header-menu #site-navigation div.nav-menu > ul > li:after {
	content: "/";
	position: absolute;
	font-size: 20px;
	right: -3px;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);	
	display: inline-block;
}
.tm-headerstyle-classic.tm-layout-style2 .tm-header-style-classic #site-header-menu #site-navigation div.nav-menu > ul > li > a {
	padding: 0px 26px 0px 26px;
}
.tm-headerstyle-classic.tm-layout-style2 .site-header-main {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 100px;
}
.tm-headerstyle-classic.tm-layout-style2 #site-header-menu #site-navigation div.nav-menu > ul > li:last-child:after {
 display: none;
}
.tm-layout-style2 .mega-tm-menu-border ul li ul {
    padding-left: 0;
}
.tm-headerstyle-classic.tm-layout-style2 .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li.mega-menu-megamenu .mega-sub-menu li {
    padding: 8px 0px 7px 0px;
}
.tm-layout-style2.themetechmount-sidebar-true article.themetechmount-box-blog-classic .tm-featured-outer-wrapper .tm-featured-wrapper img {
    border-radius: 15px;
}
.tm-layout-style2 article.themetechmount-box-blog-classic {
    border: unset;
}
.tm-layout-style2.themetechmount-sidebar-true article.themetechmount-box-blog-classic {
    padding: 0;
}

.tm-layout-style2 .inside.tm-fid-view-style1 h3.tm-fid-title {    
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;    
}
.tm-layout-style2 .tm-scroll-down {    
    padding-top: 20px;
}
.tm-layout-style2 .tm-demo2-step-bgcolor .tm-staticbox-style1 .tm-stepbox-content {
    background-color: #fff;   
}

.tm-layout-style2 .site-description {
    display: none;    
}
.tm-layout-style2 video.elementor-video {
	border-radius: 40px;
}
.tm-layout-style2 .footer .widget.widget_nav_menu li a {
    font-size: 15px;
	line-height: 30px;
}
.tm-layout-style2 .tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button {
    border: 1px solid;
    padding: 15px 30px;
    border-radius: 50px;
    text-transform: uppercase;
}
.tm-layout-style2 .themetechmount-blogbox-cover .tm-blogbox-btn a ,
.tm-layout-style2 .tm-header-contact-btn-wrapper .tm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 50px;
}
.tm-layout-style2 .social-icons li > a,
.tm-layout-style2 .comment-form input[type="submit"],
.single-post.tm-layout-style2 .themetechmount-blogbox-sharebox .themetechmount-tags-links a,
.tm-layout-style2 .ttm-tab-style1 .tm-btn a,
.tm-layout-style2 .themetechmount-element-portfoliobox-style1 div#loadmore,
.tm-layout-style2 .tm-contact-digital span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label,
.tm-layout-style2 .ttm-commonform .elementor-button.elementor-size-md {
    border-radius: 50px;
}
.tm-layout-style2 .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title span {
    padding: 9px 20px;
    border-radius: 50px;    
}
.tm-layout-style2 .tm_coverimgbox_wrapper .tm-box-title h4 a {    
    font-size: 55px;
    line-height: 66px;  
}
.tm-layout-style2 .tm_coverimgbox_wrapper .tm_coverbox_contents {    
    width: 796px;    
}
.tm-layout-style2 .tm_coverimgbox_wrapper .tm_coverbox_contents.tm-slide-1 {
    width: 906px;
}
.tm-layout-style2 .tm_coverimgbox_wrapper .themetechmount-static-box-desc {    
    left: 91px;   
}

.tm-headerstyle-classic .site-header-main.container-fullwide {
    padding: 0 100px;
}