/*------------------------------------------------------------------
[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: 32px;
}

.site-content-wrapper {
    position: relative;
    z-index: 7;
}

/*** 

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

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

.themetechmount-page-full-width article .entry-content {
    min-height: 300px;
}

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;
}

.tm-equal-height-image, .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;
}

.bottom-footer-text.tm-bg.tm-bgcolor-white .tm-bg-layer, .tm-bg.tm-bgcolor-white .tm-bg-layer {
    background-color: var(--tm-white-color);
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn a.white, .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, .tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-white  .breadcrumb-wrapper .container:before, .tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-white .breadcrumb-wrapper .container:after {
    background-color: var(--tm-white-color);
}

/*** 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: 0px;
    vertical-align: middle;
    width: 100%;
    color: inherit;
    padding: 13px 15px;
    font-weight: normal;
    background-color: var(--tm-white-color);
    text-transform: inherit;
    border: 1px solid rgba(119, 119, 119, .2);
    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: #fff;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    color: #666666;
    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: 600;
    padding: 16px 35px 16px;
    border: 2px solid transparent;
    border-radius: 0px;
    color: var(--tm-white-color);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}

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

.select2-drop-active {
    border: 1px solid #e5e5e5;
}

/*** 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.80;
}

.tm-titlebar-wrapper.tm-bg.tm-bgimage-yes > .tm-bg-layer {
    opacity: 0.79;
}

.tm-titlebar-wrapper.tm-bg.tm-bgimage-yes.tm-bgcolor-custom > .tm-bg-layer {
    opacity: 1;
}

.vc_video-bg-container .tm-col-bgcolor-yes, .vc_video-bg-container.tm-bg.tm-bgimage-yes > .tm-bg-layer {
    opacity: 0.8;
}

.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;
}

.footer .first-footer.tm-textcolor-dark {
    border-color: rgba(0, 0, 0, .14);
}

/*** Top to bottom ***/
#totop {
    font-weight: 900;
    color: var(--tm-white-color);
    position: fixed;
    display: none;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 25px;
    text-align: center;
    padding-top: 8px;
    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;
}

/*** Footer left right spacing ***/
.container-fullwide .site-content-inner.row, .footer .container-fullwide {
    padding-left: 15px;
    padding-right: 15px;
}

.tm-header-style-classic.tm-header-overlay .themetechmount-topbar-wrapper.tm-textcolor-white.tm-borderbottom-yes {
    margin-left: 170px;
    margin-right: 170px;
}

.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;
}

/*** Custom Post Boxes Gap***/

/*===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;
}

.creativesplanet-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;
}

/*** 

====================================================================
    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: var(--tm-white-color);
    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;
}

.tm-headerstyle-classic .ttm-header-button a:after, .tm-header-overlay .ttm-header-button a:after {
    content: "\e801";
    font-family: tm-wastii-icons;
    margin-left: 13px;
    font-size: 16px;
    top: 2px;
    position: relative;
}

.ttm-header-button a {
    font-size: 18px;
    font-weight: 600;
}

/*** 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: 17px;
}

.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 {
    padding-left: 0px;
}

.tm-header-icons .tm-header-wc-cart-link span.number-cart {
    position: absolute;
    bottom: 20px;
    left: 13px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    display: block;
    background-color: #edb820;
    color: var(--tm-white-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -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;
}

.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 a:hover span.number-cart {
    background-color: var(--tm-dark-grey-color);
    color: var(--tm-white-color);
}

/*** 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: 20px;
}

.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: 50px;
}

.tm-header-style-infostack .header-widget h3 {
    font-size: 16px;
    font-weight: 700;
    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;
}

.tm-header-iconbox {
    display: inline-block;
    vertical-align: middle;
}

.tm-header-iconbox .icon i {
    height: 45px;
    width: 45px;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: var(--tm-white-color);
    display: block;
}

.tm-header-style-classic .tm-header-iconbox .icon i {
    height: 38px;
    width: 38px;
    font-size: 40px;
    line-height: 50px;
}

.tm-header-style-classic .tm-header-iconbox .header-content {
    padding-left: 17px;
}

.ttm-custombutton .tm-header-iconbox .header-content h6 {
    margin-bottom: 0;
}

.ttm-custombutton .tm-header-iconbox .header-content h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.tm-header-style-infostack .themetechmount-topbar-wrapper .social-icons li > a {
    background-color: transparent;
    width: 30px;
    height: 30px;
    line-height: 33px;
}

.tm-header-overlay .social-icons li {
    float: left;
}

.tm-header-overlay .social-icons li a:hover {
    background-color: var(--tm-white-color);
}

/*** 

====================================================================
    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;
}

.themetechmount-topbar-wrapper .topbar-link {
    font-weight: 600;
}

.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: 0px;
}

.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: var(--tm-white-color);
}

.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;
}

.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;
}

.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: var(--tm-white-color);
}

.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-wastii-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: var(--tm-white-color);
}

.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: 24px;
    cursor: pointer;
}

.themetechmount-fbar-position-right .themetechmount-fbar-box-w {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    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;
}

.tm-header-invert .themetechmount-fbar-position-right .themetechmount-fbar-box-w {
    right: auto;
    left: 0;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
}

.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: 0px;
}

.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: 70px 40px;
    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: var(--tm-white-color);
}

.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: var(--tm-white-color);
}

.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: var(--tm-white-color);
}

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

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

.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;
}

/*** Flaotingbar color dark ***/
.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .team-search-form-before-text, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget_text, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget ul > li {
    color: rgba(0, 0, 0, 0.66);
}

.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget .widget-title, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark a {
    color: rgba(0, 0, 0, 0.70);
}

.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark .contact-info, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget_calendar table, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget_calendar th, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget_calendar td, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark .widget ul > li {
    border-color: rgba(0, 0, 0, 0.10);
}

.themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-dark .widget .widget-title {
    border-color: 1px solid rgba(61, 61, 61, 1);
}

.themetechmount-fbar-box-w.tm-textcolor-darkgrey .select2-container--default .select2-selection--single .select2-selection__rendered, .themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-dark a:hover, .themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-dark .widget li a:before, .themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-dark .widget li:before, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field.selectbox:after, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field i, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark .themetechmount-fbar-box h2, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark .themetechmount-fbar-box .search_field select, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark .themetechmount-fbar-box .search_field input[type="text"] {
    color: rgba(0, 0, 0, 0.80);
}

.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field select, .themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.50);
}

.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.50);
}

.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.50);
}

.themetechmount-fbar-box-w.themetechmount-fbar-text-dark .search_field input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.50);
}

.themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-white .tagcloud a:hover, .themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-dark .tagcloud a:hover {
    background-color: #2c2c2c;
    color: var(--tm-white-color);
}

/*** 

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

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

.themetechmount-topbar-wrapper .social-icons li > a:hover {
    background-color: var(--tm-white-color);
    border-color: var(--tm-white-color);
}

.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: 50px;
    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 {
    margin-left: 15px;
    padding-left: 15px;
    color: rgba(255, 255, 255, 0.95);
}

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

.top-contact.tm-highlight-left a:hover, .top-contact.tm-highlight-right a:hover {
    color: rgb(255, 255, 255, 0.90) !important;
}

.tm-headerstyle-classic .top-contact.tm-highlight-right {
    margin-left: -4px;
    padding-left: 0;
}

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

.top-contact i {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
}

.top-contact i.kw_wastii {
    vertical-align: middle;
    padding-top: 2px;
}

.tm-bgcolor-skincolor .top-contact i {
    color: rgba(255, 255, 255, 0.75);
}

.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: 10px;
}

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

.tm-topbar-content .tm-wrap-cell div:not(.tm-center-text):before, .tm-topbar-content .tm-wrap-cell .top-contact li:before {
    top: 14px;
    content: '';
    height: 19px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.07);
    z-index: 1;
    position: absolute;
}

.themetechmount-topbar-wrapper.tm-bgcolor-darkgrey .top-contact li:before, .themetechmount-topbar-wrapper.tm-bgcolor-darkgrey .top-contact li:last-child:after, .themetechmount-topbar-wrapper.tm-bgcolor-skincolor .top-contact li:before, .themetechmount-topbar-wrapper.tm-bgcolor-skincolor .top-contact li:last-child:after {
    background-color: rgba(255, 255, 255, 0.08);
}

.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 {
    padding-right: 0px;
}

.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-headerstyle-classic .tm-topbar-content .tm-wrap-cell div:not(.tm-center-text):before, .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;
}

.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 div:before {
    right: auto;
    left: 0;
}

.top-contact.tm-highlight-right:after, .top-contact.tm-highlight-left:after {
    content: "";
    width: 5000px;
    height: 100%;
    background-color: #0186d5;
    right: 0;
    top: 0px;
    position: absolute;
    z-index: 0;
}

.top-contact.tm-highlight-right:after {
    left: 0;
}

.top-contact.tm-highlight-right i, .top-contact.tm-highlight-left i {
    color: var(--tm-white-color) !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: var(--tm-white-color) !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-textcolor-white .tm-topbar-content .tm-wrap-cell div.tm-addsep-before:before, .tm-header-overlay .tm-textcolor-white .top-contact li:before, .tm-header-overlay .tm-textcolor-white .top-contact li:last-child:after, .tm-header-overlay .tm-textcolor-white.themetechmount-topbar-wrapper .social-icons li:before, .tm-textcolor-white.themetechmount-topbar-wrapper .social-icons li:first-child:before, .tm-textcolor-white.themetechmount-topbar-wrapper .social-icons li:after, .tm-textcolor-white.themetechmount-topbar-wrapper .social-icons li:before, .tm-textcolor-white .tm-topbar-content .tm-wrap-cell div:before, .tm-textcolor-white .tm-topbar-content .tm-wrap-cell .top-contact li:before, .tm-textcolor-white .top-contact li:first-child:before, .tm-textcolor-white .top-contact li:last-child:after, .tm-textcolor-white .top-contact li:before, .tm-textcolor-white .top-contact li:after, .tm-header-overlay .tm-textcolor-white .tm-topbar-content .social-icons:before {
    background-color: rgba(255, 255, 255, 0.13);
}

.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;
    margin: 0px;
    text-align: center;
    padding-right: 0px;
}

.tm-headerstyle-classic .themetechmount-topbar-wrapper .social-icons li, .tm-header-overlay .themetechmount-topbar-wrapper .social-icons li {
    float: left;
}

.themetechmount-topbar-wrapper .social-icons li:last-child {
    padding-right: 0px;
}

.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: var(--tm-white-color);
    border-color: transparent;
}

.tm-headerstyle-classic-box-overlay .tm-topbar-content .tm-wrap-cell div: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: var(--tm-white-color);
}

.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 {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    background-color:#242424;
    position: relative;
	margin-top: 10px;
}

.tm-titlebar-wrapper .breadcrumb-wrapper:before {
    top: 0;
    content: '';
    width: 4px;
    background-color: var(--tm-skin-color);
    height: 100%;
    position: absolute;
    left: 0;
}
.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;
}
.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a:hover {
	color: var(--tm-skin-color);
}

.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-header-style-3 .themetechmount-slider-wrapper, .themetechmount-header-style-3 .tm-titlebar-wrapper {
    position: relative;
    z-index: 1;
}

.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: var(--tm-white-color);
}

.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 {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
}

.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-titlebar-align-allleft .breadcrumb-wrapper {
    left: auto;
    right: auto;
    margin: 0;
    text-align: left;
    margin-left: 15px;
}

.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-titlebar-align-allright .breadcrumb-wrapper {
    right: 19%;
    left: auto;
    margin: 0;
    text-align: right;
    float: right;
}

/*** Titlebar Textcolor White ***/
.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a {
    color: rgba(255, 255, 255, 1);
}

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

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

/*** 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: rgba(0, 0, 0, 0.9);
}

.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:0px;
}

/*** 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: 12px 25px;
    display: inline-block;
    border-radius: 0px;
    margin-right: 0px;
    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 a:hover, .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container {
    color: var(--tm-white-color);
}

/*** 

====================================================================
    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:after {
    position: absolute;
    content: "";
    padding-left: 7px;
    background-color: rgba(255, 255, 255,0.20);
    width: 1px;
    height: 14px;
    top: 7px;
    padding: 0;
    right: 8px;
}
ul.footer-nav-menu li:last-child:after {
    content:unset;
}
.footer-nav-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 20px;
    font-size: 13px;
    padding-bottom: 0px;
    position: relative;
}

.footer-nav-menu li:first-child {
    padding-left: 0px;
}

.bottom-footer-inner, .second-footer-inner {
    position: relative;
}

.tm-footer2-left, .tm-footer2-right {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 13px;
}

.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, .site-footer .bottom-footer-text.tm-bordercolor-white {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.site-footer .bottom-footer-text.tm-bordercolor-dark {
    border-color: 1px solid rgba(0, 0, 0, 0.07);
}

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

.bottom-footer-text.tm-textcolor-dark  .bottom-footer-inner {
    border-top-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(--tm-white-color);
}

/*** 

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

 ***/
.widget.wastii_all_post_list_widget .widget-title, .widget.wastii_category_list_widget .widget-title {
    display: none !important;
}

.widget.wastii_all_post_list_widget .widget-title:after, .widget.wastii_category_list_widget .widget-title:after {
    background-color: var(--tm-white-color) !important;
}

.widget.wastii_category_list_widget, .widget.widget.widget_nav_menu.tm_widget_nav_menu, .sidebar.widget-area .widget.widget_nav_menu.tm_widget_nav_menu, .sidebar .widget.wastii_category_list_widget, .sidebar .widget.wastii_all_post_list_widget, .sidebar.widget-area .widget.wastii_category_list_widget {
    padding: 0 !important;
    background-color: transparent;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a, .widget.tm_widget_nav_menu li a, .widget.wastii_all_post_list_widget li a, .widget.wastii_category_list_widget li a {
    display: block;
    padding: 16px 20px 14px;
    margin: 6px 0px 6px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a, .widget.tm_widget_nav_menu li:last-child a, .widget.wastii_all_post_list_widget li:last-child a, .widget.wastii_category_list_widget li:last-child a {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover, .widget.tm_widget_nav_menu li a:hover, .widget.wastii_all_post_list_widget li a:hover, .widget.wastii_category_list_widget li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a, .widget.tm_widget_nav_menu li.current_page_item a:before, .widget.wastii_all_post_list_widget li.tm-post-active a, .widget.wastii_category_list_widget li.current-cat a {
    color: var(--tm-white-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation li, .widget.tm_widget_nav_menu li, .widget.wastii_all_post_list_widget li, .widget.wastii_category_list_widget li {
    padding-bottom: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:before, .widget.tm_widget_nav_menu li a:before, .widget.wastii_all_post_list_widget li a:before, .widget.wastii_category_list_widget li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    display: block;
    border-radius: 0px;
    background-color: #f1f4f9;
    opacity: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: width .5s linear;
    transition: width .5s linear;
    border-left: 5px solid #ffa800;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover:before, .widget.tm_widget_nav_menu li a:hover:before, .widget.wastii_all_post_list_widget li a:hover:before, .widget.wastiicategory_list_widget li a:hover:before, .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:before, .widget.tm_widget_nav_menu li.current_page_item a:before, .widget.wastii_all_post_list_widget li.tm-post-active a:before, .widget.wastii_category_list_widget li.current-cat a:before {
    opacity: 1;
    width: 100%;
    left: 0;
}

.sidebar .widget.wastii_category_list_widget ul>li a:after, .sidebar .widget.wastii_all_post_list_widget ul>li a:after {
    content: '\e855';
    font-family: "tm-wastii-icons";
    font-style: normal;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 11px;
    background-color: transparent;
    color: #c4cddc;
    opacity: 0.5;
}

.widget.wastii_all_post_list_widget li:last-child a.
.widget.wastii_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 {
    margin: 35px 0 35px;
    word-wrap: break-word;
}

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

.footer .first-footer.tm-footerrow-sepwhite, .footer .first-footer.tm-footerrow-sepdark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.footer .first-footer.tm-footerrow-sepdark {
    border-color: rgba(0, 0, 0, 0.04);
}

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

.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: 58px 0 50px;
}

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

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

.sidebar .widget ul:not(.slides):not(.cart_list):not(.wastii_contact_widget_wrapper) > li:last-child, .widget ul > li ul > li:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
}

.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: 40px;
}

.footer .widget ul > li {
    padding: 0px 0px 12px 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;
}

/*** Seprator sidebar widget ***/
.sidebar .widget ul:not(.slides):not(.cart_list):not(.wastii_contact_widget_wrapper):not(.wastii_category_list_widget):not(.tm-all-post-list) > li {
    padding:11px 0px;
}

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

.sidebar .widget.themetechmount_widget_recent_entries ul:not(.slides):not(.cart_list) > li {
    padding: 15px 0;
}

.sidebar .widget ul:not(.slides):not(.cart_list):not(.wastii_contact_widget_wrapper):not(.wastii_category_list_widget):not(.tm-all-post-list):not(.children):not(.sub-menu) > li:first-child {
    padding-top: 0;
}

/*** Additional Widget background ***/
.tm-bg-footer-box .footer-logo-box img {
    margin-bottom: 20px;
}

ul.wastii_contact_widget_wrapper.call-email-footer {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px;
}

ul.wastii_contact_widget_wrapper.call-email-footer li:before {
    position: relative;
    left: -6px;
    top: 0px;
}

/*** Flicker Widget ***/
.wastii_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.wastii_contact_widget_wrapper {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

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

.widget ul.wastii_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.wastii_contact_widget_wrapper li {
    border-color: rgba(255, 255, 255, 0.04);
}

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

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

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

.tm-col-bgcolor-skincolor ul.wastii_contact_widget_wrapper li:before, .tm-bgcolor-skincolor ul.wastii_contact_widget_wrapper li:before {
    color: var(--tm-white-color);
}

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

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

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

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

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

.sidebar ul.wastii_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-detail a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

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

/*** Common Widget Arrow ***/

.widget_block .wp-block-page-list li a,
.widget_block .wp-block-categories-list li a,
.widget_block .wp-block-latest-posts li a,
.widget_block .wp-block-archives-list li a,
.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;
    padding-left:17px;
}
.site-footer .widget.widget_nav_menu li a {
	padding-left: 25px;
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    margin-top: 5px;
}

.widget_block .wp-block-page-list li a:before,
.widget_block .wp-block-latest-posts li a:before,
.widget_block .wp-block-categories-list li a:before,
.widget_block .wp-block-archives-list li a:before,
.widget_recent_comments li.recentcomments:before, .widget_recent_entries a:before, .widget_meta a:before, .widget_categories a:before, .widget_archive li a:before, .widget_pages li a:before, .widget.widget_nav_menu li a:before, .widget_product_categories a:before {
    font-family: "tm-wastii-icons";
    content: "\f101";
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 15px;
    line-height: 26px;
}
.widget_block .wp-block-latest-comments li:after {
	top:12px
}
.widget_block .wp-block-latest-comments li:first-child:after {
	top:-2px
}
.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: #f0f0f0;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
    background-color: var(--tm-white-color);
}

.wp-block-calendar tbody td, .wp-block-calendar th,
.widget_calendar table th, .widget_calendar table td {
	border:none;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 8px;
    text-align: center;
}
.widget_calendar caption {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-size: 15px;
    font-weight:500;
    color: inherit;
}

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

.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);
}

/*** Newslettr color ***/
.tm-textcolor-white .newsletter-submit, .tm-textcolor-white .newsletter-widget,/*** Caleder color ***/
.tm-textcolor-white .widget_calendar table th, .tm-textcolor-white .widget_calendar table td, .tm-textcolor-white .widget_calendar table {
    border-color: rgba(229, 229, 229, 0.12);
}

/*** Newslettr color ***/
.tm-textcolor-white .newsletter-widget .newsletter-email {
    color: rgba(255, 255, 255, 0.34);
}

.tm-textcolor-white .mc_form_inside .mc_merge_var:after, .tm-textcolor-white .newsletter-widget:after {
    color: rgba(255, 255, 255, 0.4);
}

/*** Newslettr color ***/
.tm-textcolor-dark .mc_form_inside .mc_merge_var, .tm-textcolor-dark .newsletter-submit, .tm-textcolor-dark .newsletter-widget {
    border-color: rgba(0, 0, 0, 0.07);
}

.footer .tm-textcolor-white {
    color: rgb(255 255 255 / 70%);
}

.tm-footer-cta-inner {
    z-index: 10;
    margin-bottom: -60px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
}

.tm-footer-cta-inner:before {
    content: "";
    width: 5000px;
    height: 100%;
    background-color: inherit;
    left: 0;
    top: 0px;
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
}

.play-icon .fa-play:before {
    content: "\e81a" !important;
    font-family: 'tm-wastii-icons';
}

.tm-ctabox-row .tm-skincolor-bgbox:before {
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 0px);
    background-color: var(--tm-skin-color);
    right: -15px;
    top: 1px;
    position: absolute;
    z-index: -1;
}

.site-footer .footer-box {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-start;
}

.site-footer .footer-box .tm-iconbox-left-icon {
    padding: 25px 35px;
    border-right: 1px solid #d9d9d9;
}

.site-footer .footer-box .tm-iconbox-left-icon:last-child {
    border: none;
    padding-right: 0;
}

.tm-iconbox-left-icon .tm-iconbox-icon i {
    font-size: 40px;
    line-height: 44px;
    color: var(--tm-skin-color);
}

.tm-iconbox-left-icon .tm-iconbox-desc {
    padding-left: 17px;
}

.tm-iconbox-left-icon .tm-iconbox-desc .tm-custom-heading {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0px;
}

.tm-iconbox-left-icon .tm-iconbox-desc p {
    margin-bottom: 0;
    color: var(--tm-generalfont-color);
}

.footer .footer-rows .first-footer .first-footer-inner {
    padding: 45px 0 20px;
}

.mc4wp-form-fields p label {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}

.mc4wp-form-fields  input[type="email"] {
    color: rgb(255 255 255 / 50%);
    border: 0;
    background-color: rgb(255 255 255 / 4%);
    margin-top: 15px;
}

.mc4wp-form-fields input[type="submit"] {
    width: 100%;
    background-color: var(--tm-skin-color);
    padding: 15px 30px;
}

.mc4wp-form-fields input[type="submit"]:hover {
    background-color: var(--tm-white-color);
    color: var(--tm-dark-grey-color);
}

.footer-button {
    margin-top: 20px;
}

.footer-button a {
    font-family: var(--special-element-fontfamily);
}

.tm-bgcolor-darkgrey .footer-button a:hover {
    color: var(--tm-white-color) !important;
}

/*** 

====================================================================
    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: var(--tm-white-color);
    display: inline-block;
    text-align: center;
    font-size: 15px;
}

/*** Overaly search box ***/
.tm-search-overlay {
    position: absolute;
    right: 50px;
    width: 400px;
    background: var(--tm-white-color);
    border-right: 3px solid;
    opacity: 0;
    top: 13px;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 0;
    border-radius: 0px;
	display:none;
}
.tm-header-style-classic .tm-search-overlay, .tm-header-overlay .tm-search-overlay {
    right: 50px;
}
.tm-search-overlay.st-show {
    opacity: 1;
    z-index: 2;
	display:block;
}
.tm-search-overlay .w-search-form-h {
    display: table;
    height: 100%;
    width: 100%;
}

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

.tm-search-overlay .w-search-form-row:before {
    border-bottom-color: #f7b71e;
}

.tm-search-overlay .w-search-form-row:before {
    position: absolute;
    right: -12px;
    top: 25px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    content: " ";
}

.tm-search-overlay .tm-search-outer {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    clear: both;
    min-height: 350px;
    border: 2px solid rgba(255, 255, 255, 0.62);
    width: 1000px;
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    display: inline-block;
    padding: 100px 20px 100px 20px;
}

.tm-search-overlay.st-show .tm-search-outer {
    transform: translateY(-50%);
}

.tm-search-overlay .tm-site-searchform input[type="search"] {
    font-size: 13px;
    text-align: left;
    height: 50px;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none !important;
    background-color: #f4f6fb;
    width: 85%;
    line-height: 51px;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.tm-site-searchform button {
    background: #fab442;
    color: #000;
    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 {
    font-size: 17px;
    width: 15%;
    border: 0;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 53px;
    color: var(--tm-dark-grey-color);
    float: left;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

body.st-prevent-scroll {
    height: 100%;
}

.close-box i {
    top: 60px;
    color: #ababab;
    opacity: 0;
    font-size: 35px;
    position: fixed;
    cursor: pointer;
    right: 30px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.close-box i.showicon {
    opacity: 1;
    top: 30px;
}

.tm-search-overlay .tm-site-searchform input[type="search"]:-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.30);
}

.tm-search-overlay .tm-site-searchform input[type="search"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.30);
}

.tm-search-overlay .tm-site-searchform input[type="search"]:::-moz-placeholder {
    color: rgba(0, 0, 0, 0.30);
}

.tm-search-overlay .tm-site-searchform input[type="search"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.30);
}

.tm-wastii-icon-search:before {
    content: '\e825';
    font-weight: 700;
}

.tm-headerstyle-infostack .tm-search-overlay {
    top: 0px;
}

/*** Special Section ***/
.tm-search-overlay, .elementor-element.tm-border-tab .elementor-tab-title, .themetechmount-servicebox-styletwo .themetechmount-post-item, .themetechmount-portfoliobox-style1 .themetechmount-box-overlay, .themetechmount-portfolio-box-view-styleone .themetechmount-box-bottom-content, .themetechmount-box-client.themetechmount-box-view-boxed-logo:hover, .tm-shadow-box, .tm-shadow-row {
    -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 35%);
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 7%);
}

/*Border-radious*/
.single-tm_portfolio .tm-pf-single-category-w a, .tm-ptablebox .themetechmount-ptable-main, .tm-ptablebox .tm-ptable-btn a, .themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper, .testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner, .testimonials-nav .testimonial_item .themetechmount-box-img:hover .themetechmount-item-thumbnail-inner:before, .testimonials-nav .slick-current.slick-center .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:before, .themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-post-item, .themetechmount-blogbox-styleone .tm-featured-outer-wrapper, .themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-icon-type-text, .themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox .tm-ptable-icon-wrapper, .mailchimp-inputbox button[type="submit"], .mailchimp-inputbox input[type="email"], .comment-list a.comment-reply-link, .themetechmount-iconbox.themetechmount-iconbox-styleone, .themetechmount-servicebox-styleone .themetechmount-box-bottom-content, .main-holder .site-content nav.woocommerce-pagination ul li span, .main-holder .site-content nav.woocommerce-pagination ul li a, .themetechmount-pagination .page-numbers, .themetechmount-portfoliobox-style1 .tm-post-iconbox a, .single-tm_portfolio .nav-next a, .single-tm_portfolio .nav-previous a, .themetechmount-box.themetechmount-teambox-style1, .footer .social-icons li > a, .tm-search-close, .themetechmount-boxes-textalign-left .tm-sortable-list .tm-sortable-link a, .sidebar .widget .tagcloud a, .tm-sresults-settings-wrapper a, .tm-sresults-title small a, .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 {
    border-radius: 0px;
}

/**** Button Section  *****/
.elementor-element.elementor-widget-button .elementor-button {
    position: relative;
}
.tm-btn-style-text .elementor-button {
    padding: 0;
    margin-top: 0px!important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.tm-btn-style-flat.tm-btn-color-white .elementor-button {
    background-color: var(--tm-white-color);
    border-color: var(--tm-white-color);
}

.tm-btn-style-flat.tm-btn-color-grey .elementor-button:hover, .tm-btn-style-flat.tm-btn-color-white .elementor-button:hover {
    color: var(--tm-white-color);
}

.tm-btn-shape-square.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 0px;
}

.tm-btn-shape-rounded.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 3px;
}

.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-flat.elementor-element.elementor-widget-button .elementor-button, .tm-btn-style-flat.elementor-element.elementor-widget-button .elementor-button:focus, .tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button, .tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button:focus {
    border-width: 2px;
    border-style: solid;
}

.tm-btn-style-outline.tm-btn-color-white .elementor-button {
    border-color: var(--tm-white-color) !important;
    color: var(--tm-white-color);
}

.tm-btn-style-outline.tm-btn-color-white .elementor-button:hover {
    background-color: var(--tm-white-color);
}

.elementor-element.tm-btn-style-text .elementor-button-link .elementor-align-icon-right {
    font-size: 16px;
    line-height: 16px;
}

.elementor-element.tm-btn-style-text .elementor-button-link, .themetechmount-iconbox .tm-iocnbox-btn a, .themetechmount-box-blog .themetechmount-blogbox-desc-footer a {
    position: relative;
    display: inline-block;
    padding-right:0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:after, .themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a:after, .themetechmount-box-blog .themetechmount-blogbox-desc-footer a:after {
    font-family: "tm-wastii-icons";
    content: "\f101";
    right: 0;
    position: absolute;
    color: inherit;
	top: 2px;
}

.mailchimp-inputbox button:hover i, .elementor-element .elementor-button-link:hover .elementor-align-icon-right, .post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:hover:after, .elementor-element.tm-btn-style-text .elementor-button-link:hover .elementor-align-icon-right, .themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a:hover:after, .themetechmount-iconbox .tm-iocnbox-btn a:hover:after, .themetechmount-box-blog .themetechmount-blogbox-desc-footer a:hover:after {
    -webkit-animation: tfLeftToRight 0.5s forwards;
    -moz-animation: tfLeftToRight 0.5s forwards;
    animation: tfLeftToRight 0.5s forwards;
}

@-webkit-keyframes tfLeftToRight {
    49% {
        -webkit-transform: translateX(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }

}

@keyframes tfLeftToRight {
    49% {
        transform: translateX(100%);
    }

    50% {
        opacity: 0;
        transform: translateX(-100%);
    }

    51% {
        opacity: 1;
    }

}

.tm-slider-button {
    position: relative;
    display: inline-block !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.tm-slider-button i {
    display: inline-block;
    margin-left: 5px;
}

.tm-slider-button:hover i {
    -webkit-animation: tfLeftToRight 0.5s forwards;
    -moz-animation: tfLeftToRight 0.5s forwards;
    animation: tfLeftToRight 0.5s forwards;
}

.elementor-button-wrapper .elementor-button {
    overflow: hidden;
    z-index: 1;
    transition: all 0.6s ease 0s;
}


.elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):after {
    content: "";
    width: 160%;
    height: 150px;
    border-radius: 60%;
    position: absolute;
    top: 100%;
    left: -40px;
    z-index: -1;
    transition: all 0.6s ease 0s;
} 
.elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):hover:after {
    top: -50px;
}
.tm-btn-style-text .elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):after {
	content:unset;
}

.tm-btn-color-skincolor .elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):hover:after {
    background-color: var(--tm-dark-grey-color);
    border-color: var(--tm-dark-grey-color);
    color: var(--tm-white-color);
}

.tm-btn-color-darkgrey .elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):hover:after {
    background-color: var(--tm-skin-color);
    border-color: var(--tm-skin-color);
    color: var(--tm-white-color);
}

.tm-btn-color-white .elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):hover:after {
    background-color: var(--tm-skin-color);
    border-color: var(--tm-skin-color);
    color: var(--tm-white-color);
}

.tm-btn-color-grey .elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):hover:after {
    background-color: var(--tm-skin-color);
    border-color: var(--tm-skin-color);
    color: var(--tm-white-color);
}

/*** 

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

 ***/


.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: -1px 0px 2px 0px;
    font-size: 14px;
    padding: 0px 2px 1px 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.kw_wastii {
    vertical-align: middle;
    display: inline-block;
    padding-top: 0px;
    padding-right: 4px;
    font-size: 14px;
}

.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;
}

.tm-entry-meta .tm-meta-line:after {
    position: absolute;
    display: inline-block;
    content: "";
    height: 17px;
    width: 1px;
    right: 10px;
    top: 0;
    margin-top: 2px;
    background-color:#e7e7e7;
}

.tm-entry-meta .tm-meta-line:last-child:after {
    content: unset;
}

/*** 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;
}

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

.themetechmount-boxes-service.themetechmount-boxes-view-carousel .themetechmount-box-service .themetechmount-post-item {
    margin-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 {
    margin-bottom: 32px;
    padding: 30px;
    background-color: var(--tm-white-color);
}

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;
}

.tm-blog-classic-box-content img.alignleft {
    margin: 0.375em 1em 1em 0;
}

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

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

article.themetechmount-box-blog-classic .tm-blog-classic-box-content {
    background: var(--tm-white-color);
    padding: 30px 30px 26px;
    position: relative;
    display: block;
    background-color: var(--tm-white-color);
    padding: 0;
}

.single article.post blockquote {
    display: block;
    padding: 55px 40px 30px;
    position: relative;
    border-left: none;
    color: var(--tm-dark-grey-color);
    font-family: var(--body-font-family);
    margin: 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    font-style: normal;
}

.wpb_text.leftalign {
    float: left;
}

.wpb_text.leftalign span {
    font-size: 52px;
    line-height: 52px;
    color: var(--tm-dark-grey-color);
    font-weight: 500;
    padding-right: 10px;
}

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 a {
    font-size: 16px;
}

.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:0px;
}

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

.post.themetechmount-box-blog-classic .tm-box-post-icon {
    height: 60px;
    width: 60px;
    z-index: 2;
    color: var(--tm-white-color);
    text-align: center;
    background-color: #9aca40;
    position: absolute;
    bottom: -15px;
    right: 15px;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    top: auto;
    padding: 10px;
    font-family: 'Inter';
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
}

/*.post.themetechmount-box-blog-classic .tm-box-post-date {
    height: 62px;
    width: 69px;
    background-color: #129ce7;
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: 500;
    font-size: 26px;
    line-height: 20px;
    padding-top: 13px;
    padding-bottom: 7px;
    z-index: 1;
    color:var(--tm-white-color);
    text-align: center;
} */

/*** Left Image Right content ***/
.themetechmount-box-blog.themetechmount-blog-box-view-left-image.themetechmount-blogbox-format-quote .themetechmount-box-content, .themetechmount-box-blog.themetechmount-blog-box-view-left-image.themetechmount-blogbox-format-link .themetechmount-box-content, .themetechmount-box-blog.themetechmount-blog-box-view-left-image.tm-no-featured-content .themetechmount-box-img-left {
    display: none;
}

.themetechmount-box-blog.themetechmount-blog-box-view-left-image.themetechmount-blogbox-format-quote .themetechmount-box-img-left, .themetechmount-box-blog.themetechmount-blog-box-view-left-image.themetechmount-blogbox-format-link .themetechmount-box-img-left, .themetechmount-box-blog.themetechmount-blog-box-view-left-image.tm-no-featured-content .themetechmount-box-content {
    width: 100%;
    display: block;
}

.themetechmount-box-blog.themetechmount-blog-box-view-left-image .col-md-8.themetechmount-box-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 18px 0px 0px 25px;
}

.themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-blogbox-footer-left {
    padding-top: 15px;
}

.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-post-item-thumbnail {
    float: left;
}

.themetechmount-boxes-view-carousel .themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item {
    margin: 7px;
    margin-left: 0px;
}

.themetechmount-boxes-view-carousel.tm-blog-leftright-view.tm-heading-with-border .slick-slider {
    margin-top: -19px;
}

.themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item>.themetechmount-box-content {
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-box-content.col-md-6 {
    padding: 57px 25px 60px 40px;
}

.tm-col-bgcolor-skincolor .themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-entry-meta a, .tm-col-bgcolor-darkgrey .themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-entry-meta a, .tm-bgcolor-darkgrey .themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-entry-meta a, .tm-bgcolor-skincolor .themetechmount-box-blog.themetechmount-blog-box-view-left-image .tm-entry-meta a {
    color: #8d9297;
}

.themetechmount-box-img-left {
    padding-left: 0;
    padding-right: 0;
}

.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-box-meta {
    border: none;
    padding: 0;
    margin: 10px 0px;
}

.themetechmount-blog-box-view-left-image .tm-box-post-date {
    bottom: 11px;
    left: 11px;
}

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;
}

.themetechmount-box-blog-classic .entry-header:not(.tm-titlebar) .entry-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 11px;
    position: relative;
}

.themetechmount-box-blog .entry-header {
    margin-top: 0px;
}

.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-box-content h4 {
    font-size: 21px;
    line-height: 32px;
}

.themetechmount-blog-box-view-left-image .tm-entry-meta-wrapper {
    padding: 5px 0px 10px 0px;
}

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

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

article.themetechmount-box-blog-classic .tm-post-featured-outer-wrapper .tm-postdate {
    position: absolute;
    top: auto;
    background-color: #84c13a;
    padding: 2px 15px;
    color: var(--tm-white-color);
    display: inline-block;
    left: 35px;
    bottom: -15px;
    z-index: 1;
    font-size: 13px;
}

article.themetechmount-box-blog-classic .tm-post-featured-outer-wrapper .tm-postdate a {
    color: var(--tm-white-color);
}

.themetechmount-blog-box-view-left-image:hover .tm-featured-wrapper img {
    transform: scale(1.09) rotate(0.9deg);
}

.themetechmount-blog-box-view-left-image .tm-featured-wrapper img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

/*** 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;
}

/*** No image view ***/
.themetechmount-box-blog.tm-no-featured-content:not(.themetechmount-blog-box-view-left-image):not(.themetechmount-blog-box-view-right-image) .tm-box-post-date {
    bottom: -72px;
}

.themetechmount-box-blog.tm-no-featured-content .tm-post-format-icon-wrapper {
    top: 0px;
}

.tm-no-featured-content .tm-post-format-icon-wrapper {
    left: 0px;
    top: 8px;
}

.tm-no-featured-content .tm-post-format-icon-wrapper:before {
    display: 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: 24px;
    position: relative;
}

.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;
}

.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 var(--tm-white-color);
    border-left: 70px solid transparent;
    text-align: center;
    color: var(--tm-white-color);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.themetechmount-box-blog .tm-post-format-icon-wrapper i {
    position: absolute;
    top: -85px;
    color: var(--tm-white-color);
    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;
    display: inline-block;
}

.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: var(--tm-white-color);
}

.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: 32px;
    padding: 30px;
    background-color: var(--tm-white-color);
}

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

.single article.themetechmount-box-blog-classic {
    margin-bottom: 50px;
    border-bottom: none;
}

.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;
    float: left;
}

article.themetechmount-box-blog-classic .tm-featured-outer-wrapper .tm-featured-wrapper {
    overflow: hidden;
}

article.themetechmount-box-blog-classic .tm-post-featured-wrapper a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.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;
}

.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;
}

.single article.themetechmount-box-blog-classic:before {
    content: unset;
}

.post.themetechmount-box-blog-classic .tm-blogbox-classic-date {
    margin-bottom: 10px;
}

.post.themetechmount-box-blog-classic .tm-blogbox-classic-date .tm-post-date, .post.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-blog-cat a {
    background-color: var(--tm-skin-color);
    padding: 4px 15px;
    margin-right: 10px;
    margin-bottom: 13px;
    border-radius:0px;
    font-size: 14px;
    z-index: 1;
    color: var(--tm-white-color);
    text-align: center;
    position: relative;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
}

.post.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-blog-cat a {
    color: var(--tm-white-color);
}

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

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;
}

.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: var(--tm-white-color);
    position: relative;
}

article.post .more-link-wrapper a.more-link:after {
    font-family: "tm-wastii-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(--tm-white-color);
    border: 3px solid;
}

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

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 var(--tm-white-color);
    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: var(--tm-white-color);
}

/*** 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: rgba(36, 36, 36, 1);
    padding: 110px 50px;
    text-align: center;
}

.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 {
    font-size: 25px;
    margin-bottom: 15px;
    color: var(--tm-white-color);
}

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: rgba(36, 36, 36, 1);
    top: 0;
    left: 0;
    z-index: 1;
}

.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 ***/
article.themetechmount-box-blog-classic.post_format-post-format-video .tm-post-format-video, article.themetechmount-box-blog-classic.themetechmount-blogbox-format-video .tm-post-format-video {
    padding-bottom: 41.50%;
	padding-top: 0px;
}

.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: var(--tm-white-color);
}

.wp-block-cover, .wp-block-cover-image {
    margin: 0 1.75em 1.5em 0;
}

.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-no-featured-content .tm-post-featured-outer-wrapper {
    margin-bottom: 0px;
}

.single-post .themetechmount-box-blog-classic .tm-entry-meta-wrapper:before {
    content: unset;
}

.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: right;
}

.single-post .tm-social-share-post-wrapper {
    text-align: left;
    padding: 0px;
    border-radius: 0px;
}
.themetechmount-blogbox-sharebox .tm-social-share-facebook a {
    background-color: #385da9;
}
.themetechmount-blogbox-sharebox .tm-social-share-twitter a {
    background-color: #33ccff;
}
.themetechmount-blogbox-sharebox .tm-social-share-linkedin a {
    background-color: #0073b1;
}
.themetechmount-blogbox-sharebox .tm-social-share-pinterest a  {
    background-color: #bd081c;
}
.themetechmount-blogbox-sharebox .tm-social-share-gplus a  {
    background-color: #dc4a38;
}
.themetechmount-blogbox-sharebox .tm-social-youtube a {
    background-color: #c4302b;
}
.themetechmount-blogbox-sharebox .tm-social-flickr a { 
    background-color: #ff0084;
}
.themetechmount-blogbox-sharebox .tm-social-yelp { 
    background-color: #c41200;
}
.themetechmount-blogbox-sharebox .tm-social-dribbble a{
    background-color: #ee66aa;
}
.themetechmount-blogbox-sharebox .tm-social-podcast a{
    background-color: #d56dfb;
}
.themetechmount-blogbox-sharebox .tm-social-instagram a{
    background-color: #3f729b;
}
.themetechmount-blogbox-sharebox .tm-social-xing a {
    background-color: #026466;
}
.themetechmount-blogbox-sharebox .tm-social-vimeo a {
    background-color: #86c9ef;
}
.themetechmount-blogbox-sharebox .tm-social-vk a{
    background-color: #45668e;
}
.themetechmount-blogbox-sharebox .tm-social-houzz a {
    background-color: #4DBC15;
}   
.themetechmount-blogbox-sharebox .tm-social-issuu a {
    background-color: #f26f61;
}
.themetechmount-blogbox-sharebox .tm-social-google-drive a {
    background-color: #ffd04b;
}
.themetechmount-blogbox-sharebox .tm-social-rss a{
    background-color: #ee802f ;
}
	
.single-post .tm-social-share-links ul li a {
    display: block;
    font-size: 14px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border:none;
    border-radius: 0;
    margin-right: 0px;
    color: #fff;
}

.single-post .tm-social-share-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    padding-right: 10px;
    position: relative;
}

.single-post .themetechmount-tags-links-title {
    font-size: 16px;
    font-weight: 600;
    padding-right: 7px;
}

.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a {
    position: relative;
    display: inline-block;
    padding: 7px 19px;
    margin: 0 3px 10px;
    border: 1px solid rgba(227, 227, 227, 0.7);
    background-color: var(--tm-white-color);
	border: 1px solid rgba(227, 227, 227, 0.7);
	color: var(--tm-dark-grey-color);
}

.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a:hover {
    color: var(--tm-white-color);
}

.single-post article.post .entry-content {
    padding-top:15px;
    padding-bottom:12px;
}

.single-tm_portfolio .tm-pf-single-category-w a {
    position: relative;
    color: var(--tm-dark-grey-color);
    display: inline-block;
    padding: 7px 19px;
    margin: 0 3px 10px;
    border: 1px solid rgba(227, 227, 227, 0.7);
    background-color: var(--tm-white-color);
}

.single-tm_portfolio .tm-pf-single-category-w a:hover {
    color: var(--tm-white-color);
}

.single-post .themetechmount-blogbox-sharebox {
    display: block;
    clear: both;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 35px;
}

.single-post .themetechmount-blogbox-sharebox {
    display: block;
    clear: both;
    overflow: hidden;
    padding-bottom: 35px;
    padding-top: 30px;
    margin: 10px 0px 10px;
    position: relative;
    border-top: 1px solid #e9ecef;
    padding-bottom: 10px;
}

.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a {
    position: relative;
    color: var(--tm-dark-grey-color);
    display: inline-block;
    padding: 3px 19px;
    margin: 0 3px 10px;
	border: 1px solid rgba(227, 227, 227, 0.7);
}

.single-post .tm-post-prev-next-buttons {
    border-top: 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.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-list {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
}

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-post article.post .entry-content ol.tm-post-num-list li, .single-post article.post .entry-content ul.tm-post-num-list li {
    padding-bottom: 5px;
    padding-left: 30px;
    position: relative;
}

.single-post article.post .entry-content ol.tm-post-num-list li::marker {
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-family: "Inter";
    font-weight: 700;
    position: relative;
}

.single-post article.post .entry-content ol.tm-post-num-list li {
    padding-left: 40px;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.single-post article.post .entry-content ol.tm-post-num-list li:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #000;
    top: 0;
    left: 15px;
}

.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;
}

.prev-link_wrapper, .next-link_wrapper {
    width: 48%;
    padding: 0;
}

.next-link_wrapper {
    float: right;
}

.single-post .tm-post-prev-next-buttons {
    padding: 30px;
    position: relative;
	background-color: var(--tm-grey-color);
}

.pagination-item.prev {
    position: relative;
}
.pagination-item.prev .tm-nav-sub:before {
    font-family: "tm-wastii-icons";
    content: "\f100";
    font-size: 15px;
    line-height: 26px;
    transform: unset;
    background-color: var(--tm-skin-color);
    padding: 10px 15px;
    color: var(--tm-white-color);
    position: absolute;
    left: -57px;
    top:100%;
}

.tm-post-prev-next-buttons span.tm-nav-title {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: var(--tm-white-color);
    position: relative;
}

.tm-post-prev-next-buttons .pagination-img {
    display: table-cell;
    vertical-align: middle;
    max-width: 168px;
    overflow: hidden;
}

.tm-post-prev-next-buttons .pagination-img img {
    width: 163px;
    height: 70px;
    border-radius: 0px;
}

.tm-empty-sidebar .tm-post-prev-next-buttons .pagination-img img {
    width: 110px;
}


.tm-post-prev-next-buttons .pagination-content {
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    background-position: 100%;
    background-size: cover;
    padding: 10px 45px 30px;
	position: relative;
	min-height: 118px;
}

.tm-post-prev-next-buttons .tm-nav-sub {
    display: block;
    font-size: 0;
    position: relative;
    font-weight: 400;
}

.tm-post-prev-next-buttons .pagination-content:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 52%);
}

.pagination-item.next .tm-nav-sub:before {
    font-family: "tm-wastii-icons";
    content: "\f101";
    font-size: 15px;
    line-height: 26px;
    transform: unset;
    background-color: var(--tm-skin-color);
    padding: 10px 15px;
    color: var(--tm-white-color);
    position: absolute;
    right: -57px;
    top:100%;
}

article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-single-post-list {
    padding: 0;
}

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

article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-single-post-list li i {
    font-size: 18px;
    left: 0;
    position: absolute;
}

/*** Comment section ***/
.comments-area .comments-title, .single-post .comments-area .comments-title, #respond .comment-reply-title {
    font-size: 32px;
    line-height: 38px;
}

.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: 15px;
    line-height: 19px;
    font-weight: 600;
    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;
    position: relative;
    background-color: var(--tm-white-color);
    border: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 5%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.05);
    box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 5%);
}

.pingback .comment-author {
    display: none;
}

.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: none;
    color: var(--tm-white-color);
    font-size: 13px;
    padding: 3px 30px 3px 17px;
    position: relative;
    font-weight: 500;
    background-color: #18336c;
}

.comment-list a.comment-reply-link:hover {
    color: var(--tm-white-color);
}

.comment-reply-link:after {
    font-family: 'tm-wastii-icons';
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 22px;
    font-size: 14px;
    content: "\e809";
    margin-left: 8px;
    vertical-align: bottom;
}

.comment-body .comment-reply-link:after {
    position: absolute;
    top: 5px;
}

.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: #818181;
    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;
}

.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: var(--tm-dark-grey-color);
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}

ol.comment-list li #respond {
    width: 100%;
    padding: 25px 0;
    margin-bottom: 34px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.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;
    background-color: #f1f3f5;
}

.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"] {
    background-color: var(--tm-white-color);
}

.comment-form p.form-submit {
    padding-top: 15px;
}

.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(--tm-generalfont-color);
}

.comment-form input[type="text"]:-moz-placeholder, .comment-form input[type="text"]:-moz-placeholder, .comment-form input[type="email"]:-moz-placeholder {
    color: var(--tm-generalfont-color);
}

.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: var(--tm-generalfont-color);
}

/*** 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: max-content;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    background-color: var(--tm-white-color);
    color: var(--tm-dark-grey-color);
    font-size: 15px;
    font-weight: 500;
    margin: 0 2px 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;
	border:1px solid rgba(0, 0, 0, 0.07);
	padding: 0 15px;
}

.tm-bgcolor-grey .themetechmount-pagination .page-numbers {
    background-color: var(--tm-white-color);
    border: 1px solid var(--tm-white-color);
}

.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;
	margin: 0 2px;
}

main-holder .site-content nav.woocommerce-pagination ul li .page-numbers.current,
.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(--tm-white-color);
}

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

/**Image hover globally**/
.themetechmount-blogbox-styletwo .tm-post-featured-wrapper {
    overflow: hidden;
}

.themetechmount-portfoliobox-style3 .tm-tm_portfolio-featured-wrapper img, .themetechmount-blogbox-styletwo .tm-post-featured-wrapper img, .themetechmount-portfoliobox-style1 .tm-tm_portfolio-featured-wrapper img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.themetechmount-portfoliobox-style3:hover .tm-tm_portfolio-featured-wrapper img, .themetechmount-blogbox-styletwo:hover .tm-post-featured-wrapper img, .themetechmount-portfoliobox-style1:hover .tm-tm_portfolio-featured-wrapper img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*portfolio style-2 */

.themetechmount-box-portfolio.themetechmount-portfoliobox-style2 {
    overflow:hidden;
    position: relative;
}
.themetechmount-portfoliobox-style2 .themetechmount-overlay {
    position: absolute;
    top:0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}
.themetechmount-portfoliobox-style2:hover .themetechmount-overlay {
    opacity: 1;
}
.themetechmount-box-portfolio..themetechmount-portfoliobox-style2 .themetechmount-item-thumbnail-inner {
    position: relative;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform,-webkit-box-shadow;
    transition-property: -webkit-transform,-webkit-box-shadow;
    transition-property: transform,box-shadow;
    transition-property: transform,box-shadow,-webkit-transform,-webkit-box-shadow;
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style2:hover .themetechmount-item-thumbnail-inner {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.themetechmount-portfoliobox-style2 .themetechmount-icon-box a{
    display: inline-block;
    font-size: 17px;
    position: absolute;
    top: 42%;
    right: 50%;
    margin-top: -17px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid var(--tm-skin-color);
    border-radius:0;
    text-align: center;
    color: #fff;
}
.themetechmount-portfoliobox-style2 .themetechmount-icon-box a:hover{
    background-color:transparent;
}
.themetechmount-portfoliobox-style2 .themetechmount-icon-box a.tm_prettyphoto {
    margin-right: 3px;
    transform: translateX(-20px);
    -webkit-transition: .8s;
    transition: .8s;
}
.themetechmount-portfoliobox-style2 .themetechmount-icon-box a.themetechmount_pf_link{
    transform: translateX(20px);
    -webkit-transition: 1s;
    transition: 1s;
    line-height: 41px;
    margin-right: -51px;
}
.themetechmount-portfoliobox-style2:hover .themetechmount-icon-box a.themetechmount_pf_link,
.themetechmount-portfoliobox-style2:hover .themetechmount-icon-box a.tm_prettyphoto {
    -webkit-transform: translate(0px);
    transform: translate(0px);
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style2 .tm-featured-wrapper img{
    position: relative;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform,-webkit-box-shadow;
    transition-property: -webkit-transform,-webkit-box-shadow;
    transition-property: transform,box-shadow;
    transition-property: transform,box-shadow,-webkit-transform,-webkit-box-shadow;
    width:100%;
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style2:hover .tm-featured-wrapper img{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.themetechmount-portfoliobox-style2 .themetechmount-icon-box{
    width: 100%;
    margin-bottom: 15px;
}
.themetechmount-portfoliobox-style2:hover .themetechmount-icon-box {
    opacity: 1;
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style2 .themetechmount-post-item {
    z-index: 9;
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style2 .themetechmount-box-bottom-content {
    position: absolute;
    bottom: 0;
    background-color: var(--tm-dark-grey-color);
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 15px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style2:hover .themetechmount-box-bottom-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
 .themetechmount-portfoliobox-style2 .themetechmount-box-title h4 a, 
.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 a:hover, 
.themetechmount-portfoliobox-style2 .themetechmount-box-category a:hover,
.themetechmount-portfoliobox-style2:hover .themetechmount-icon-box{
    color:#fff;
}

.themetechmount-element-portfoliobox-style2 .tm-sortable-list .tm-sortable-link{
    margin-bottom: 0;
}
.themetechmount-element-portfoliobox-style2 .tm-sortable-list .tm-sortable-link a{
    padding: 7px 20px 10px;
    border:none;
}
.themetechmount-element-portfoliobox-style2 .tm-sortable-list .tm-sortable-link a.selected{
    background-color: transparent;
}
.themetechmount-element-portfoliobox-style2 .tm-sortable-list .tm-sortable-link a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 4px solid var(--tm-skin-color);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.themetechmount-element-portfoliobox-style2 .tm-sortable-list .tm-sortable-link a.selected:before,
.themetechmount-element-portfoliobox-style2 .tm-sortable-list .tm-sortable-link a:hover:before{
    transform: scaleX(1);
}
.themetechmount-element-portfoliobox-style2 .tm-sortable-list ul{
    padding: 5px 15px 0px;
    margin-bottom: 10px;
    margin-top: 13px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0,0.06);
}


/*** 

====================================================================
    Portfolio Section
====================================================================

 ***/
.tax-tm_portfolio_category .tm-box-col-wrapper, .tax-tm_team_group .tm-box-col-wrapper .themetechmount-box {
    margin-bottom: 30px;
}

.themetechmount-post-item, .themetechmount-post-item-inner {
    position: relative;
}

/* Portfolio Box view Style-1 */
.themetechmount-box-portfolio .themetechmount-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.themetechmount-box-portfolio:hover .themetechmount-overlay {
    opacity: 1;
    visibility: visible;
}

.themetechmount-box-portfolio .themetechmount-icon-box a.tm_prettyphoto {
    -webkit-transform: translate(-30px, -45px);
    -khtml-transform: translate(-30px, -45px);
    -moz-transform: translate(-30px, -45px);
    -ms-transform: translate(-30px, -45px);
    -o-transform: translate(-30px, -45px);
    transform: translate(-30px, -45px);
    margin-left: -46px;
}

.themetechmount-box-portfolio .themetechmount-icon-box a.themetechmount_pf_link {
    -webkit-transform: translate(30px, 45px);
    -khtml-transform: translate(30px, 45px);
    -moz-transform: translate(30px, 45px);
    -ms-transform: translate(30px, 45px);
    -o-transform: translate(30px, 45px);
    transform: translate(30px, 45px);
    margin-left: 1px;
}

.themetechmount-box-portfolio:hover .themetechmount-icon-box a {
    opacity: 1;
    -webkit-transform: translate(0);
    -khtml-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.themetechmount-box-portfolio .themetechmount-icon-box i.tm-wastii-icon-search-2 {
    transform: rotate(270deg);
    display: inline-block;
}

.themetechmount-box-portfolio .themetechmount-box-content-inner {
    padding: 0;
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.themetechmount-box-portfolio .themetechmount-post-item .item-content {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
}

.themetechmount-box-portfolio .themetechmount-post-item .themetechmount-item-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.themetechmount-box-portfolio .themetechmount-box-title h4 {
    margin-bottom: 0px;
    font-size: 19px;
    line-height: 27px;
    position: relative;
}

.themetechmount-box-portfolio .themetechmount-box-category, .themetechmount-box-portfolio .themetechmount-box-category a {
    font-size: 14px;
}

.themetechmount-boxes-portfolio.themetechmount-boxes-view-carousel .slick-dotted.slick-slider, .themetechmount-boxes-portfolio.themetechmount-boxes-view-carousel .slick-dotted.slick-slider {
    padding-bottom: 50px;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrows-above .themetechmount-boxes-inner div.themetechmount-boxes-row-wrapper.slick-slider:first-child, .themetechmount-boxes-portfolio.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrows-above .themetechmount-boxes-inner div.themetechmount-boxes-row-wrapper.slick-slider:first-child {
    margin-top: 82px;
}

/* PortfolioBox  Styles-1 */
.themetechmount-portfoliobox-style1 .themetechmount-box-overlay {
    text-align: center;
    background-color: var(--tm-white-color);
    position: relative;
    z-index: 1;
    margin: -51px 26px 5px 0;
    padding: 23px 34px 27px;
}

.themetechmount-portfoliobox-style1 .themetechmount-box-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #000;
    z-index: -1;
    transition: .5s;
}

.themetechmount-portfoliobox-style1:hover .themetechmount-box-overlay:before {
    height: 100%;
}

.themetechmount-portfoliobox-style1:hover .tm-cat, .themetechmount-portfoliobox-style1:hover .themetechmount-box-overlay .themetechmount-box-content .themetechmount-box-title h4 a, .themetechmount-portfoliobox-style1:hover .tm-post-iconbox1.tm-wrap-cell a {
    color: var(--tm-white-color);
}

.themetechmount-portfoliobox-style1 .tm-imgicon {
    overflow: hidden;
    position: relative;
}

.themetechmount-portfoliobox-style1 .tm-featured-wrapper:after {
    content: "";
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.40);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.themetechmount-portfoliobox-style1 .tm-cat, .themetechmount-portfoliobox-style1 .tm-featured-wrapper:after {
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.themetechmount-portfoliobox-style1:hover .tm-featured-wrapper:after {
    height: 100%;
    opacity: 1;
}

.themetechmount-portfoliobox-style1 .tm-portfolio-icon a {
    color: var(--tm-white-color);
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 1;
    transform: translateX(50px);
    opacity: 0;
    transition: all .4s;
    transition-delay: .1s;
    background-color: #000;
}

.themetechmount-portfoliobox-style1:hover .tm-portfolio-icon a {
    opacity: 1;
    transform: translateX(0);
}

.themetechmount-portfoliobox-style1 .tm-tm_portfolio-featured-wrapper img {
    width: 100%;
}

.tm-link-pos .themetechmount-element-portfoliobox-style1 .tm-sortable-list ul {
    margin-bottom: 35px;
    margin-top: -100px;
    float: right;
}

/*** Single Portfolio Left Image Right content ***/

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

.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 #e3e3e3;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 50%;
    background-color: var(--tm-white-color);
}

.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;
    margin-bottom: 7px;
}

.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: var(--tm-white-color);
    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 .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;
}

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

.themetechmount-pf-detailbox-list .tm-pf-details-date {
    position: relative;
    display: block;
    padding: 8px 0px 8px 0px;
}

.themetechmount-pf-detailbox-list .tm-pf-details-date:last-child {
    border-bottom: none;
}

.themetechmount-pf-single-detail-box .tm-short-desc {
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 22px;
}

.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
    font-size: 16px;
    font-weight:500;
}

.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
    display: block;
}

.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 {
    background-color: transparent;
    padding: 0px 0 37px;
}

.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;
}

.tm-pf-view-top-image .tm-pf-single-content-wrapper-innerbox {
    padding-top: 45px;
}

.tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date {
    float: left;
    width: 23%;
    margin-right: 20px;
    padding: 30px 15px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin-top: 20px;
}

.tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date:last-child {
    margin-right: 0px;
    width: 25%;
}

.tm-pf-view-top-image .tm-pf-top-social-view .tm-social-share-wrapper.tm-social-share-portfolio-wrapper, .tm-pf-view-top-image .tm-pf-top-social-view .tm-social-share-links {
    float: none;
    text-align: center;
    position: relative;
}

.tm-pf-view-top-image .tm-pf-top-social-view .tm-social-share-wrapper .tm-social-share-links:after, .tm-pf-view-top-image .tm-pf-top-social-view .tm-social-share-wrapper .tm-social-share-links:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 42%;
    top: 17px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.07);
    z-index: -1;
}

.tm-pf-view-top-image .tm-pf-top-social-view .tm-social-share-wrapper .tm-social-share-links:after {
    left: auto;
    right: 0;
}

.tm-pf-view-left-image .tm-pf-left-details {
    font-size: 18px;
}

/*** 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;
}

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

.themetechmount-pf-detailbox-inner .themetechmount-pf-detailbox-title, .tm-pf-single-related-wrapper .tm-pf-single-related-title {
    font-size: 36px;
    line-height: 43px;
}

.tm-pf-single-related-wrapper .tm-related-shortdesc {
    margin-bottom: 50px;
}

.tm-pf-single-related-wrapper .tm-wrap-cell {
    width: 55%;
}

.tm-pf-single-related-wrapper .tm-right-button {
    text-align: right;
}

.tm-pf-single-related-wrapper .tm-pf-single-related-title {
    position: relative;
}

/*** 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;
	margin-bottom: 35px;
}

.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 #343c5c;
    font-size: 16px;
    padding: 13px 30px;
    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-top: 25px;
    border-top: 1px solid #f3f3f3;
    padding-top: 30px;
}

.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%;
    background-color: #f8f8f8;
    padding: 25px 30px 30px;
}

.tm-pf-single-content-wrapper .themetechmount-pf-single-detail-box .themetechmount-pf-detailbox-title {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 17px;
}

.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;
}

/*** 

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

 ***/
.themetechmount-box-team .tm-team-social-links-wrapper ul li {
    display: inline-block;
}

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

/** Single Team member **/
body.single-tm_team_member .elementor-section.elementor-top-section:first-child {
    margin-top:89px;
}
.tm-team-single-authorinfo {
    padding-right: 30px;
}

.tm-team-member-single-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--tm-dark-grey-color);
}

.tm-team-member-single-position {
    font-size: 15px;
    color: var(--tm-skin-color);
    margin-bottom: 5px;
}

.tm-team-member-single-content-wrapper .tm-short-desc {
	text-align: left;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E9E9EB;
}

.tm-team-details-list {
    list-style: none;
    padding: 0;
}

.tm-team-details-list li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: block;
    float: left;
    padding: 8px 0 5px;
    width: 100%;
}

.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-details-list .tm-team-list-title, .tm-team-details-list .tm-team-list-value {
    display: block;
}


.tm-team-details-list .tm-team-list-title {
     font-weight:500;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--special-element-fontfamily);
}

.tm-team-extra-details-wrapper .tm-team-details-list .tm-team-list-title {
    text-indent: 0px;
    width: auto;
    margin-right: 3px;
}

.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-details-list .tm-team-list-value {
    font-size: 14px;
}

.tm-team-details-list .tm-team-list-value a {
    color: inherit;
}

.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-content-wrapper blockquote {
    padding: 20px 30px 25px;
    margin: 25px 0px 20px;
    background-color: var(--tm-white-color);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 5%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.05);
    box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 5%);
    font-style: normal;
    border-left: 0;
}

.single-tm_team_member .tm-team-social-links-wrapper ul {
    list-style: none;
    text-align: left;
    padding: 0;
    margin-top: 0px;
}

.single-tm_team_member .tm-team-social-links-wrapper ul li:first-child {
    margin-left: 0px;
}
.tm-team-member-single-content-wrapper blockquote p{
    margin-bottom: 10px;
}

.single-tm_team_member .tm-team-social-links-wrapper ul li {
    display: inline-block;
    margin-left: 7px;
}

.single-tm_team_member .tm-team-social-links-wrapper ul li a {
    display: block;
    background-color: #385da9;
    color: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid rgba(133, 146, 166, 0.30);
    border-radius: 50%;
    margin-right: 0px;
}

.single-tm_team_member .tm-team-social-links-wrapper ul li a:hover {
    color: var(--tm-white-color);
}

.single-tm_team_member .tm-team-member-view-default .themetechmount-team-data {
    position: relative;
    margin-top: 15px
}

.single-tm_team_member .tm-team-member-view-default .tm-team-social-links-wrapper {
    display: block;
    clear: both;
}

.single-tm_team_member .tm-team-member-view-default .tm-team-member-single-category {
    margin-top: 0px;
}

.single-tm_team_member .themetechmount-extra-content {
    background-color: var(--tm-grey-color);
    margin-left: -15px;
	padding: 20px 0 40px 50px;
}
.single-tm_team_member .tm-team-social-links-wrapper ul li.Facebook a,
.single-tm_team_member .tm-team-social-links-wrapper ul li.Facebook a:hover {
    background-color: #4b69b0;
    border-color: #4b69b0;   
}
.single-tm_team_member .tm-team-social-links-wrapper ul li.Twitter a,
.single-tm_team_member .tm-team-social-links-wrapper ul li.Twitter a:hover {
    background-color: #37b1e1; 
    border-color: #37b1e1;  
}
.single-tm_team_member .tm-team-social-links-wrapper ul li.LinkedIn a,
.single-tm_team_member .tm-team-social-links-wrapper ul li.LinkedIn a:hover {
    background-color: #b3140f; 
    border-color: #b3140f;  
}
.single-tm_team_member .tm-team-social-links-wrapper ul li.Pinterest a,
.single-tm_team_member .tm-team-social-links-wrapper ul li.Pinterest a:hover {
    background-color: #e83f3a; 
    border-color: #e83f3a;    
}
.single-tm_team_member .tm-team-social-links-wrapper ul li a {
    color: var(--tm-white-color);
}


/*** Team-member Teambox-style1 ***/
.themetechmount-teambox-style1 .themetechmount-item-thumbnail {
    padding: 0px;
}

.themetechmount-box.themetechmount-box-team .themetechmount-box-title h4 {
    font-size: 20px;
    line-height: 30px;
}

.themetechmount-teambox-style1 .themetechmount-box-content {
    background-color: var(--tm-grey-color);
    bottom: 0;
    left: 0;
    right: 0px;
    padding: 25px 60px 0px 60px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    overflow: hidden;
}

.themetechmount-teambox-style1 .tm-member-social {
    right: 35px;
    top: -50px;
}

.themetechmount-teambox-style1 .tm-member-social:hover {
    height: 100%;
    opacity: 1;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li a {
    width: 34px;
    height: 35px;
    line-height: 36px;
}

.themetechmount-teambox-style1 .themetechmount-box-social-links .tm-team-social-links-wrapper ul li {
    text-align: center;
    border-radius: 3px;
    width: 34px;
    height: 37px;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul {
    margin: 0px 0;
    padding: 0;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li a {
    background: var(--tm-white-color);
    color: var(--tm-white-color);
    font-size: 14px;
    display: block;
    border-radius: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li a {
    -webkit-box-shadow: 10px 7px 30px 0px rgba(43, 52, 59, 0.05);
    -moz-box-shadow: 10px 7px 30px 0px rgba(43, 52, 59, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li {
    display: block;
    list-style: none;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li a {
    color: var(--tm-white-color);
}

.themetechmount-teambox-style1 .tm-member-social:hover .tm-team-social-links-wrapper ul li {
    opacity: 1;
    top: auto;
}

/*
====================================================================
    Fact in Digit Section
==================================================================== */

/*** Top icon view ***/
.inside {
    text-align: center;
    position: relative;
    padding: 25px 15px 26px 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-bgimage-yes .inside.tm-fid-with-border, .tm-col-bgcolor-skincolor .inside.tm-fid-with-border, .tm-col-bgcolor-darkgrey .inside.tm-fid-with-border, .tm-bgcolor-skincolor .inside.tm-fid-with-border, .tm-bgcolor-darkgrey .inside.tm-fid-with-border {
    background-color: rgba(255, 255, 255, 0.10);
}

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

.tm-fid.inside.tm-fid-with-icon.tm-fid-view-topicon {
    padding: 35px 15px 43px;
    margin: 15px;
}

.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: 36px;
    line-height: 40px;
    font-weight: 500;
}

.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i {
    font-size: 45px;
}
.tm-fid-view-righticon .tm-fid-icon-wrapper {
    padding-left: 23px;
}
.tm-custome-iconbox-spacing .tm-fid-view-righticon{
    padding: 25px 15px 26px 0px;
}
.tm-fid-with-icon.tm-fid-view-righticon .tm-fld-contents .tm-fid-title{
    padding-top: 5px;
}
.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: var(--tm-white-color);
}

.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: 400;
    padding-top: 0px;
    color: inherit;
}

.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: 70px;
    line-height: 80px;
    top: 13px;
}

.tm-fid-view-righticon .tm-fid-icon-wrapper i {
    color: var(--tm-skin-color);
}

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

.inside.tm-fid-view-righticon h3, .inside.tm-fid-view-lefticon h3 {
    font-size: 15px;
    line-height: 25px;
}
.tm-fid-with-icon.tm-fid-view-righticon.tm-fld-contents .tm-fid-title{
    padding-top: 5px;
}
.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 4px 0px 4px;
}

.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;
}

.inside.tm-fid-view-lefticon {
    padding: 22px 15px 15px 15px;
}

.tm-fid-icon-wrapper i {
    font-size: 50px;
}

.tm-bgcolor-skincolor .inside.tm-fid-with-border:not(.tm-fid-view-circle-progress.inside), .tm-bgcolor-darkgrey .inside.tm-fid-with-border:not(.tm-fid-view-circle-progress.inside) {
    border-color: rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.08);
}

.tm-bgcolor-skincolor .inside h3, .tm-bgcolor-darkgrey .inside h3, .tm-bgcolor-darkgrey .tm-fid.inside h4, .tm-bgcolor-skincolor .tm-fid-icon-wrapper i, .tm-bgcolor-skincolor .tm-fid.inside h4 {
    color: var(--tm-white-color);
}

.tm-fid.tm-fid-without-icon .tm-fld-contents {
    text-align: center;
}

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

.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-lefticon-border .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: -8px;
}

.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-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;
}

.tm-fid-view-righticon .tm-fid-icon-wrapper {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.tm-fid-view-righticon.inside h4 {
    float: none;
    color: var(--tm-white-color);
}

.inside.tm-fid-view-righticon h3 {
    font-family: var(--body-font-family);
    color: rgb(255 255 255 / 60%);
}

/**Fidbox style-5***/
.inside.tm-fid-view-style5 {
    padding: 34px 30px;
    background-color: var(--tm-skin-color);
}

.tm-fid.inside.tm-fid-view-style5 h4 {
    font-size: 72px;
    line-height: 80px;
    margin-right: 15px;
}

.tm-fid.tm-fid-view-style5 .tm-fld-contents {
    text-align: left;
    display: inline-block;
    width: 100%;
}

.tm-fid.tm-fid-view-style5 h4 span:nth-child(2) {
    margin-left: -19px;
    margin-right: 25px;
}

.tm-fid.tm-fid-view-style5 h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
}

.tm-fid.tm-fid-view-style5 .tm-digit-content {
    display: inline;
    float: left;
}

.tm-custom-fact1 .tm-fid.inside.tm-fid-view-style5 h4 {
    font-size: 50px;
    line-height: 60px;
}

.tm-fid.tm-fid-view-style5 .tm-digit-content {
    position: relative;
    z-index: 1;
}

.tm-fid.tm-fid-view-style5 .tm-digit-content:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgb(255 255 255 / 10%);
    border-radius: 50%;
    z-index: -1;
}

.tm-fid.tm-fid-view-style5 .tm-fid-desc {
    margin-top: 15px;
}

/**Fidbox style-6***/
.inside.tm-fid-view-style6 {
    text-align: left;
}

.tm-fid-view-style6 .tm-fid-icon-wrapper {
    padding-bottom: 21px;
}

.tm-elementor-bg-color-darkgrey .tm-fid-view-style6 .tm-fid-icon-wrapper i {
    color: var(--tm-skin-color) !important;
}

.inside.tm-fid-view-style6 h3 span {
    padding: 0;
}

.inside.tm-fid-view-style6 h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight:500;
    padding-top: 0px;
    color: var(--tm-generalfont-color);
    text-transform: capitalize;
}

.inside.tm-fid-view-style6 h4 {
    font-size:56px;
    line-height:68px;
    font-weight:500;
    margin-bottom: 6px;
}

.tm-fid.tm-fid-without-icon.tm-fid-view-style6 .tm-fld-contents {
    text-align: left;
}

.inside.tm-fid-view-style6 h4 > span {
    margin-right: -14px;
}

.tm-fid-view-style6.inside h4 span:nth-child(2) {
    color: var(--dark-grey-color) !important;
}

/*** 

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

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

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

/*** 

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

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

.themetechmount-sidebar-true .site-main {
    padding-top: 65px;
}

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 rgba(255, 255, 255, 0.15);
    border-radius: 0;
    padding: 11px 15px;
}

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

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

.widget .woocommerce-product-search input:-ms-input-placeholder, .widget .search-form input:-ms-input-placeholder {
    color:#818181;
}
.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: 48px;
    height:50px;
    z-index: 1;
    border-radius: 0px;
    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;
    overflow: hidden;
    padding: 0px 15px 0px;
    background-color: var(--tm-white-color);
}

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

.sidebar .widget .widget-title {
    display: inline-block;
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
}

.sidebar .widget .widget-title {
    margin-bottom:15px;
}
.widget.tm-sidebar-contact-banner {
    text-align: center;
    padding: 80px 30px 0px 30px!important;
    z-index: 2;
    background-image: url(../images/sidebar-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sidebar .widget.widget_search {
    border: none;
	padding: 25px 20px 25px;
}

.sidebar .widget.widget_media_video:before, .sidebar .widget.widget_media_image:before, .sidebar .widget.widget-0padding-box:before, .sidebar .widget.wastii_all_post_list_widget:before, .sidebar .widget.wastii_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 {
    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: 0px;
    padding-top: 30px;
    padding-bottom: 70px;
    float: right;
}

/*  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: 0px;
    padding-top: 30px;
    padding-bottom: 70px;
    float: left;
}

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

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

.widget.tm-sidebar-contact-banner {
    text-align: center;
    padding: 80px 30px 0px 30px;
    z-index: 2;
    background-image: url(../images/sidebar-img.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget.tm-sidebar-contact-banner .tm-contct-top {
    padding: 40px 15px 12px 15px;
    background: rgb(177 15 60 / 90%);
}
.widget.tm-sidebar-contact-banner .tm-contct-top h2 {
    font-weight: 800;
    font-size: 35px;
    line-height: 45px;
}

.widget.tm-sidebar-contact-banner .elementor-widget-button {
    padding-top: 40px;
}

.widget.tm-sidebar-contact-banner .elementor-widget-button .elementor-button-link {
    padding: 15px 30px 15px 30px;
}
.sidebar .widget_categories a:before {
    font-family: "tm-wastii-icons";
    content: "\f101";
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 15px;
	  line-height:26px;
    transform: unset;
}
.widget.tm-sidebar-contact-banner .elementor-button .elementor-align-icon-right {
    position: absolute;
    right: 20px;
    top: 17px;
}


.tm-cnt-iconbox {   
    text-align: center;
    position: relative;
    padding: 0;
}
.tm-cnt-iconbox .icon {
   position:relative;
    height: 50px;
    width: 50px;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    background-color: var(--tm-white-color);
    display: inline-block;
    border-radius: 50%;
    margin-bottom:30px;
   z-index: 9;
}

.tm-cnt-iconbox .header-content h6 {
      font-weight: 400;
    margin-bottom: 0;
    color: var(--tm-white-color);
    font-size: 15px;
    line-height: 25px;
    font-family: var(--body-font-family);
    text-transform: none;
}

.tm-cnt-iconbox .header-content h5 {
      color: var(--tm-white-color);
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
    font-family: var(--body-font-family);
}
.tm-cnt-iconbox .icon:after, .tm-cnt-iconbox .icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--tm-white-color);
}

.tm-cnt-iconbox .icon:before {
    width: 70px;
    height: 70px;
    opacity: .38;
    z-index: -2;
}
/*** 

====================================================================
    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: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 14px;
}

.footer .themetechmount-social-links-wrapper {
    padding-top: 10px;
}

.footer .social-icons li > a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 2px solid rgba(255, 255, 255, 0.48);
    text-align: center;
    display: block;
    margin: 0 3px;
    background-color: transparent;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.48);
}

.footer .social-icons li > a:hover {
    color: var(--tm-white-color);
}

.footer .tm-bg.tm-bgcolor-transparent.tm-textcolor-white .social-icons li > a:hover {
    color: rgba(255, 255, 255, 1);
}

.content-area .social-icons li > a {
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 14px;
}

.content-area .social-icons li > a:hover, .content-area .tm-col-bgcolor-skincolor .social-icons li > a, .content-area .tm-bgcolor-skincolor .social-icons li > a {
    color: var(--tm-white-color);
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-twitter {
    background-color: #2cbfd9;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-youtube {
    background-color: #ff0000;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-flickr {
    background-color: #ED1384;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-facebook {
    background-color: #4583bc;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-linkedin {
    background-color: #0b84b3;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-gplus {
    background-color: #d3452b;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-yelp {
    background-color: #c41200;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-dribbble {
    background-color: #de588b;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-pinterest {
    background-color: #cd1f29;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-podcast {
    background-color: #803aac;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-xing {
    background-color: #006464;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vimeo {
    background-color: #07C0ED;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vk {
    background-color: #44678d;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-houzz {
    background-color: #98c742;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-issuu {
    background-color: #ea4925;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-google-drive {
    background-color: #f9cb2f;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-rss {
    background-color: #fb7200;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-instagram {
    background-color: #125688;
}

/*** 

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

 ***/
.k_flying_searchform_wrapper, .k_flying_searchform_wrapper .container {
    position: relative;
}

.k_flying_searchform_wrapper {
    display: none;
}

.w-search-input input[type="text"]:focus {
    border-color: rgba(255, 255, 255, 0.80);
    color: var(--tm-white-color);
}

.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;
}

.k_flying_searchform_wrapper .header-search {
    position: absolute;
    top: -6px;
    right: -4px;
    background-color: transparent;
    border: none;
    padding: 15px;
    font-size: 20px;
}

.k_flying_searchform_wrapper .header-search {
    color: var(--tm-white-color);
}

.tm-search-close {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 1);
    top: 50%;
    margin-top: -20px;
    right: 15px;
    width: 33px;
    height: 33px;
    line-height: 30px;
    text-align: center;
    background-color: var(--tm-white-color);
    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: var(--tm-white-color);
}

.w-search-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    color: var(--tm-white-color) !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;
    padding-right:40px;
    font-weight: normal;
    color: inherit;
}

.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: var(--tm-white-color);
}

.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: rgba(0, 0, 0, .03);
}

.select2-container--default .select2-selection--single, .select2-dropdown {
    border: 1px solid #e5e5e5;
}

.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: var(--tm-white-color) 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;
}

.tm-col-bgcolor-darkgrey .wpcf7 .tm-commonform .wpcf7-text, .tm-bgcolor-darkgrey .wpcf7 .tm-commonform .wpcf7-text, .tm-col-bgcolor-darkgrey .wpcf7 .tm-commonform .wpcf7-textarea, .tm-bgcolor-darkgrey .wpcf7 .tm-commonform .wpcf7-textarea, .tm-col-bgcolor-skincolor .wpcf7 .tm-commonform .wpcf7-text, .tm-bgcolor-skincolor .wpcf7 .tm-commonform .wpcf7-text {
    color: rgba(255, 255, 255, 1);
}

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

.tm-col-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__rendered, .tm-col-bgcolor-skincolor textarea, .tm-col-bgcolor-skincolor input[type="text"], .tm-col-bgcolor-skincolor input[type="password"], .tm-col-bgcolor-skincolor input[type="datetime"], .tm-col-bgcolor-skincolor input[type="datetime-local"], .tm-col-bgcolor-skincolor input[type="date"], .tm-col-bgcolor-skincolor input[type="time"], .tm-col-bgcolor-skincolor input[type="number"], .tm-col-bgcolor-skincolor input[type="email"], .tm-col-bgcolor-skincolor input[type="url"], .tm-col-bgcolor-skincolor input[type="tel"], .tm-col-bgcolor-skincolor .uneditable-input, .tm-col-bgcolor-skincolor select {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(255, 255, 255, 1);
    border-color: transparent;
}

.tm-bgcolor-skincolor .wpcf7 .tm-commonform .wpcf7-text::-webkit-input-placeholder, .tm-bgcolor-skincolor .wpcf7 .tm-commonform .wpcf7-date::-webkit-input-placeholder, .tm-bgcolor-skincolor .wpcf7 .tm-commonform .select2-container--default .select2-selection--single .select2-selection__rendered,

/*** Textarea ***/
.tm-bgcolor-skincolor .wpcf7 .tm-commonform textarea::-webkit-input-placeholder, .tm-col-bgcolor-skincolor .wpcf7 .tm-commonform .wpcf7-date::-webkit-input-placeholder, .tm-col-bgcolor-skincolor .wpcf7 .tm-commonform .wpcf7-text::-webkit-input-placeholder, .tm-col-bgcolor-skincolor .wpcf7 .tm-commonform .select2-container--default .select2-selection--single .select2-selection__rendered,/*** Textarea ***/
.tm-col-bgcolor-skincolor .wpcf7 .tm-commonform textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1) !important;
}

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

.wpcf7 .tm-commonform .field-group i {
    position: absolute;
    left: 15px;
    top: 22px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
    line-height: 16px;
}

.wpcf7 .tm-commonform .field-group input[type="text"], .wpcf7 .tm-commonform .field-group textarea, .wpcf7 .tm-commonform .field-group input[type="email"] {
    padding-left: 45px;
}

/***=== Contatc Forms style-1 ===***/
.tm-contactform-01 textarea, .tm-contactform-01 input[type="number"], .tm-contactform-01 input[type="tel"], .tm-contactform-01 input[type="email"], .tm-contactform-01 input[type="text"] {
    background-color: transparent;
}

.tm-contactform-01 input[type="text"]::-webkit-input-placeholder, .tm-contactform-01 input[type="email"]::-webkit-input-placeholder, .tm-contactform-01 textarea::-webkit-input-placeholder {
    color: #a9a9a9;
}

.tm-contactform-01 input[type="text"]:-moz-placeholder, .tm-contactform-01 input[type="email"]:-moz-placeholder, .tm-contactform-01 textarea:-moz-placeholder {
    color: #a9a9a9;
}

.tm-contactform-01 input[type="text"]:-ms-input-placeholder, .tm-contactform-01 input[type="email"]:-ms-input-placeholder, .tm-contactform-01 textarea:-ms-input-placeholder {
    color: #a9a9a9;
}

/*** 

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

 ***/

/*Heading subheading*/
.tm-align-center .tm-element-heading-content-wrapper .tm-element-content-desctxt {
    width: 65%;
    margin: 0 auto;
}

.elementor-element .themetechmount-boxes .themetechmount-box-heading-wrapper {
    margin-bottom: 40px;
}

.elementor-element .themetechmount-boxes .themetechmount-box-heading-wrapper.tm-boxwithout-heading {
    margin-bottom: 0px;
}

.elementor-element .themetechmount-boxes.themetechmount-boxes-blog .themetechmount-box-heading-wrapper {
    margin-bottom: 20px;
}

.elementor-element .themetechmount-boxes.themetechmount-boxes-client .themetechmount-box-heading-wrapper {
    margin-bottom: 15px;
}

.tm-content-with-desc.tm-element-heading-content-wrapper .tm-content-header {
    margin-bottom: 17px;
}

.tm-seperator-solid.tm-content-with-desc.tm-element-heading-content-wrapper .tm-content-header {
    margin-bottom: 25px;
}

.tm-element-heading-content-wrapper .tm-content-header {
    position: relative;
}

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

.tm-elementor-bg-color-skincolor .tm-element-heading-content-wrapper .tm-element-subhead, .tm-elementor-bg-color-darkgrey .tm-element-heading-content-wrapper .tm-element-subhead {
    color: var(--tm-white-color);
}

.tm-element-heading-content-wrapper .tm-element-content-desctxt strong {
    font-weight: 600;
}

/*Heading Seperator Style Solid*/
.tm-seperator-solid.tm-element-heading-content-wrapper.left-align .tm-content-header {
    padding-left: 28px;
}

.tm-seperator-solid.tm-element-heading-content-wrapper .tm-content-header:after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    background-color: #000;
    top: 0;
}

.tm-align-center .tm-element-heading-content-wrapper .tm-content-header:after {
    content: unset;
}

.tm-seperator-solid.tm-element-heading-content-wrapper.right-align .tm-content-header {
    padding-right: 17px;
}

.tm-align-right .tm-element-heading-content-wrapper .tm-content-header:after {
    left: auto;
    right: 0;
}

/*Heading horizontal style*/
.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, .tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-element-content-desctxt {
    display: table-cell;
    padding-bottom: 0;
    vertical-align: middle;
    text-align: left;
}

/*** 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: 26px;
    line-height: 35px;
    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;
}

/*** 

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

/*** Social icon Section ***/
.tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: var(--tm-white-color);
    text-align: center;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background-color: #ccc;
}

.tm-socialbox-icon-size-large .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
}

.tm-socialbox-icon-size-medium .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.tm-socialbox-icon-size-small .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper {
    margin-bottom: 30px;
}

.tm-social-width-auto {
    text-align: center;
    float: none;
}

.tm-social-width-auto .tm-socialbox-i-wrapper {
    width: auto;
    display: inline-block;
    float: none;
    padding: 0 5px;
}

.tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link .tm-link {
    color: #9dabaf;
    position: absolute;
    top: 0;
    text-transform: capitalize;
}

.tm-socialbox-icon-size-small .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link .tm-link {
    left: 46px;
}

.tm-socialbox-icon-size-medium .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link .tm-link {
    left: 60px;
}

.tm-socialbox-icon-size-large .tm-socialbox-links-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link .tm-link {
    left: 80px;
    font-size: 20px;
}

/*** 

====================================================================
    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
====================================================================

 ***/

/*** Testimonials Design 1 ***/

.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel:not(.themetechmount-boxes-col-one) .themetechmount-post-item {
    margin-bottom: 5px;
}

.tm-row .tm-col-bgcolor-grey .themetechmount-box-view-default .themetechmount-box-desc:after, .tm-row .tm-col-bgcolor-white .themetechmount-box-view-default .themetechmount-box-desc:after, .tm-bgcolor-grey .themetechmount-box-view-default .themetechmount-box-desc:after, .tm-bgcolor-white .themetechmount-box-view-default .themetechmount-box-desc:after {
    border-color: rgba(0, 0, 0, 0.20);
    color: rgba(0, 0, 0, 0.20);
}

/* White color */
.tm-row .tm-col-bgcolor-darkgrey .themetechmount-boxes-col-one .themetechmount-box-view-default .themetechmount-post-item, .tm-row .tm-col-bgcolor-skincolor .themetechmount-boxes-col-one .themetechmount-box-view-default .themetechmount-post-item {
    border-color: rgba(255, 255, 255, 0.49);
}

.tm-row .tm-col-bgcolor-skincolor .themetechmount-box-view-default .themetechmount-box-desc:after, .tm-row .tm-col-bgcolor-darkgrey .themetechmount-box-view-default .themetechmount-box-desc:after, .tm-bgcolor-skincolor .themetechmount-box-view-default .themetechmount-box-desc:after, .tm-bgcolor-darkgrey .themetechmount-box-view-default .themetechmount-box-desc:after {
    border-color: rgba(255, 255, 255, 0.53);
    color: rgba(255, 255, 255, 0.53);
}

.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-col-one .themetechmount-box-author .themetechmount-item-thumbnail-inner:after, .tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-col-one .themetechmount-box-author .themetechmount-item-thumbnail-inner:after {
    border-color: rgba(255, 255, 255, 0.45);
}

.testimonials-nav .nav_item_wrap:not(.slick-active) {
    cursor: pointer;
}

.themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
}

.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;
}

/*** 

====================================================================
    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 {
    background-color: var(--tm-grey-color);
}

.themetechmount-box-view-simple-logo.themetechmount-box-client:not(.themetechmount-box-view-boxed-logo) .themetechmount-item-thumbnail-inner {
    padding: 5px 0px 7px;
}

.themetechmount-box-client:not(.themetechmount-box-view-boxed-logo) .themetechmount-item-thumbnail-inner {
    padding: 8px 12px;
}

.themetechmount-box-client.themetechmount-box-view-boxed-logo .themetechmount-item-thumbnail-inner {
    height: 130px;
}

.themetechmount-box-client.themetechmount-box-view-boxed-logo {
    border: none;
    display: block;
}

.elementor-element .themetechmount-element-clientbox-simple-logo.themetechmount-boxes.themetechmount-boxes-client .themetechmount-box-heading-wrapper {
    margin-bottom: 25px;
}

.slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img {
    display: inline-block;
}

.themetechmount-box-client.themetechmount-box-view-simple-logo.themetechmount-client-box-view-simple-logo:hover .themetechmount-item-thumbnail-inner img {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.themetechmount-box-client .themetechmount-item-thumbnail-inner img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}

.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(--tm-white-color);
}

.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;
}

/* client logo borderbox view */
.themetechmount-boxes-client.tm-borderedbox-style .themetechmount-boxes-row-wrapper {
    padding: 40px 20px 43px 20px;
    border-style: solid;
    border-width: 9px 9px 9px 9px;
    border-color: #f7f9fa;
    margin-left: 5px;
    margin-right: 5px;
}

.themetechmount-boxes-client.tm-borderedbox-style .themetechmount-box-client {
    padding: 20px 0 10px;
}

/*** 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 .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart #content table.cart td.actions input[type="submit"]:hover, .woocommerce #payment #place_order: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: var(--tm-white-color);
}

/*** 

====================================================================
    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;
}

.themetechmount-boxes-spacing-0px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.themetechmount-boxes-spacing-5px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
}

.themetechmount-boxes-spacing-10px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.themetechmount-boxes-spacing-0px .themetechmount-boxes-row-wrapper.row {
    margin-left: 0;
    margin-right: 0;
}

.themetechmount-boxes-spacing-5px .themetechmount-boxes-row-wrapper.row {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.themetechmount-boxes-spacing-10px .themetechmount-boxes-row-wrapper.row {
    margin-left: -5px;
    margin-right: -5px;
}

.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;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-carousel  .tm-post-format-icon-wrapper:before {
    display: none;
}

.slick-slide {
    outline: none;
}

.themetechmount-boxes-row-wrapper .slick-arrow {
    padding: 0;
    margin: 0 3px;
    z-index: 1;
    background: transparent;
    width: 37px;
    height: 37px;
    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: var(--tm-white-color);
    border-color: transparent;
}

.themetechmount-boxes-row-wrapper .slick-prev:before, .themetechmount-boxes-row-wrapper .slick-next:before {
    font-family: "tm-wastii-icons";
    content: "\e801";
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    opacity: 1;
}

.themetechmount-boxes-row-wrapper .slick-prev:before {
    content: '\e865';
    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-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: 13px;
    height: 4px;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    margin: 13px 10px 0px 0;
    position: relative;
    background-color: #232323;
    line-height: 0;
    padding: 0;
}

.slick-dots li.slick-active {
    width: 20px;
    height:4px;
    border-radius:0px;
}

.slick-dots li.slick-active button {
    width: 20px;
    background-color: #e0e0e0;
    border-radius:0px;
}
.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);
}

/*** Slick dot color ***/
.tm-boxes-carousel-arrows-side .themetechmount-boxes-row-wrapper .slick-prev, .tm-boxes-carousel-arrows-side .themetechmount-boxes-row-wrapper .slick-next {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
    z-index: 9;
}

.tm-boxes-carousel-arrows-side .themetechmount-boxes-row-wrapper .slick-prev {
    left: -60px;
    right: auto;
}

.tm-boxes-carousel-arrows-side .themetechmount-boxes-row-wrapper .slick-next {
    right: -60px;
    left: auto;
}

.themetechmount-boxes-row-wrapper .slick-prev:before, .themetechmount-boxes-row-wrapper .slick-next:before {
    font-weight: 600;
}

.tm-textcolor-white .themetechmount-boxes-row-wrapper .slick-prev:before, .tm-textcolor-white .themetechmount-boxes-row-wrapper .slick-next:before, .tm-bgcolor-skincolor .themetechmount-boxes-row-wrapper .slick-prev:before, .tm-bgcolor-skincolor .themetechmount-boxes-row-wrapper .slick-next:before, .tm-bgcolor-darkgrey .themetechmount-boxes-row-wrapper .slick-prev:before, .tm-bgcolor-darkgrey .themetechmount-boxes-row-wrapper .slick-next:before {
    color: var(--tm-white-color);
}

.tm-textcolor-white .themetechmount-boxes-row-wrapper .slick-arrow, .tm-bgcolor-skincolor .themetechmount-boxes-row-wrapper .slick-arrow, .tm-bgcolor-darkgrey .themetechmount-boxes-row-wrapper .slick-arrow {
    border-color: var(--tm-white-color);
}

.tm-textcolor-white .themetechmount-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover, .tm-bgcolor-skincolor .themetechmount-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover, .tm-bgcolor-darkgrey .themetechmount-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover {
    background-color: var(--tm-white-color);
    border-color: var(--tm-white-color);
}

/*** Flex slider dot desing ***/
.flex-control-paging li a {
    -o-box-shadow: none;
    box-shadow: none;
    background: none;
    border: 2px solid var(--tm-white-color);
}

.flex-control-paging li a:hover {
    background: none;
}

.flex-control-paging li a.flex-active {
    background-color: var(--tm-white-color);
}

/*** Flex slider Arrow desing ***/
.flex-direction-nav a:before, .flex-direction-nav a.flex-next:before {
    font-family: "tm-wastii-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 var(--tm-white-color);
    background: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 0;
}

.tm-flexslider .flex-control-paging li a.flex-active {
    background-color: var(--tm-white-color);
}

.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: var(--tm-white-color);
}

.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;
}

.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: var(--tm-white-color);
    background-color: #fc6042;
    font-size: 35px;
}

body .tm-dropcap.tm-bgcolor-dark, body .tm-dropcap.tm-bgcolor-skincolor {
    color: var(--tm-white-color) !important;
}

/*** 

====================================================================
    Tweeter Section
====================================================================

***/
.themetechmount-twitterbox-inner {
    text-align: center;
}

.themetechmount-twitterbox-inner .tweet-text {
    font-size: 18px;
    line-height: 28px;
}

.themetechmount-twitterbox-inner .tweet-details {
    font-size: 15px;
    font-style: italic;
}

.themetechmount-twitterbox-inner h3 a.twitter-link {
    z-index: 10;
    position: relative;
}

.themetechmount-twitterbox-inner i {
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 24px;
    color: var(--tm-white-color);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 55px;
    margin-bottom: 10px;
}

.tm-col-bgcolor-skincolor .themetechmount-twitterbox-inner i, .tm-bgcolor-skincolor .themetechmount-twitterbox-inner i {
    background-color: #202020;
}

.themetechmount-twitterbox-wrapper .themetechmount-boxes-row-wrapper {
    margin-top: 20px;
}

.themetechmount-twitterbox-inner .tweet-text a, .widget .latest-tweets ul li .tweet-text a, .widget .latest-tweets ul li .tweet-details a {
    font-style: italic;
}

.widget .latest-tweets ul li .tweet-text a, .themetechmount-twitterbox-inner .tweet-text a {
    font-size: 15px;
}

.widget .latest-tweets ul li p.tweet-text {
    margin-bottom: 0px;
    line-height: 24px;
}

.widget .latest-tweets ul li .tweet-details a {
    font-size: 12px;
    color: #acacac;
}

.themetechmount-twitterbox-inner-list .themetechmount_tweet_item.themetechmount_tweetitem {
    line-height: 30px;
    font-size: 19px;
}

.themetechmount-carousel-col-one .themetechmount_tweet_item.themetechmount_tweetitem {
    width: 60%;
    margin: 0 auto;
}

.themetechmount-twitterbox-inner .tweet-details {
    font-size: 15px;
    font-style: italic;
}

.tm-bgcolor-skincolor .themetechmount-twitterbox-inner .tweet-text, .tm-bgcolor-darkgrey .themetechmount-twitterbox-inner .tweet-text {
    color: rgba(255, 255, 255, 0.70);
}

.tm-bgcolor-skincolor .themetechmount-twitterbox-inner .tweet-text a, .tm-bgcolor-darkgrey .themetechmount-twitterbox-inner .tweet-text a {
    color: rgba(255, 255, 255, 1);
}

.tm-bgcolor-skincolor .themetechmount-twitterbox-inner .tweet-details a, .tm-bgcolor-darkgrey .themetechmount-twitterbox-inner .tweet-details a {
    color: rgba(255, 255, 255, 0.4);
}

.tm-bgcolor-skincolor .themetechmount-twitterbox-inner i, .tm-bgcolor-darkgrey .themetechmount-twitterbox-inner i {
    border-color: var(--tm-white-color);
    color: var(--tm-white-color);
}

.tm-bgcolor-skincolor .themetechmount-twitterbox-inner .tweet-text a:hover, .tm-bgcolor-skincolor .themetechmount-twitterbox-inner .tweet-details a:hover {
    color: rgba(255, 255, 255, 0.60);
}

/*** 

====================================================================
    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;
    margin-bottom: 10px;
}

.tm-sortable-list .tm-sortable-link:last-child {
    margin-right: 0px;
}

.tm-sortable-list .tm-sortable-link a {
    display: block;
    cursor: pointer;
    padding: 7px 20px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
    font-size: 13px;
    border-radius: 0px;
    border: 2px solid #000;
}

.themetechmount-boxes-textalign-left .tm-sortable-list .tm-sortable-link a {
    padding: 5px 21px;
    background-color: transparent;
    border: none;
}

.tm-row .tm-sortable-list .tm-sortable-link a:hover, .tm-row .tm-sortable-list .tm-sortable-link a.selected {
    color: var(--tm-white-color);
    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;
}

/*** Colorbox frame reset ***/
#cboxTopRight, #cboxTopLeft, #cboxTopCenter, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight {
    background: none;
    background-color: var(--tm-white-color)
}

/*** Singel page ***/
.summary .clear {
    display: none;
}

.posted_in {
    font-weight: 600;
}

.posted_in a {
    font-weight: 600;
}

/*** Sidebar ***/
.sidebar .widget .tagcloud a {
    display: inline-block;
    padding:4px 21px;
    margin: 0 3px 10px;
    border: 1px solid rgba(227, 227, 227, 0.7);
    font-size: 14px !important;
}

.sidebar .widget .tagcloud a:hover {
    color: var(--tm-white-color);
    border-color: transparent;
}

/***  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: 150px 0px;
    text-align: center;
}
section.error-404 .tm-big-icon {
    font-size: 104px;
}

section.error-404 .page-header {
    border-bottom: none;
    margin-bottom: 0;
}

section.error-404 h1 {
    font-size: 60px;
    line-height: 100%;
}

section.error-404 .page-content p {
    font-size: 16px;
    margin-bottom: 30px;
}

section.error-404 .search-form {
    position: relative;
    max-width: 390px;
    margin: 0 auto;
}

section.error-404 .search-form label {
    display: block;
}

section.error-404 .search-form .search-field {
    border-width: 1px;
    background-color: var(--tm-white-color);
    border-radius: 0em;
}

section.error-404 .search-form .search-submit {
    position: absolute;
    top: 5px;
    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;
}

/*** 

====================================================================
    Search Result Page
====================================================================

***/
.tm-sresult-form-wrapper {
    padding: 22px 0px 0px;
    margin-bottom: 60px;
    color: var(--tm-white-color);
    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: var(--tm-white-color);
}

.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: var(--tm-white-color) transparent transparent transparent;
}

.tm-search-select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--tm-white-color) transparent;
}

.tm-sresult-form-sbtbtn-wrapper input.tm-sresult-form-sbtbtn {
    color: var(--tm-white-color);
    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: var(--tm-white-color);
    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;
    border-radius: 0px;
    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 {
    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: var(--tm-white-color);
}

.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-wastii-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: 3px;
    text-align: center;
    padding-top: 15px;
    left: 0;
    border-radius: 0px;
}

.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: 7px 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: var(--tm-white-color);
    text-align: center;
    display: block;
    background-color: rgba(0, 0, 0, 0.10);
    display: block;
    padding: 14px 12px;
    outline: none;
    font-weight: 500;
}

.tm-sresults-settings-wrapper a:hover, .tm-sresults-settings-wrapper a.tm-sresult-btn-active {
    color: var(--tm-white-color);
}

.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: 60px;
}

.tm-sresults-title-w h2 {
    margin-bottom: 30px;
    font-size: 33px;
    line-height: 40px;
}

.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:20px;
}

.tm-sresults-title small a {
    margin-top: 0px;
    display: inline-block;
    padding: 4px 20px;
    display: inline-flex;
    position: absolute;
    font-size: 13px;
    line-height: 26px;
    font-weight:500;
}

.search-results .themetechmount-box-team {
    margin-bottom: 30px;
}

.tm-sresults-title small a i {
    width: 8px;
    margin-left: -6px;
    padding-right: 20px;
    margin-top: 0px;
}

.search-results .themetechmount-box-portfolio .themetechmount-post-item {
    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;
}

/* ==========================================================================
White Color Section
========================================================================== */

/*
* ====== Text White Color ======
*/

/*** Tweeter Section ***/
.tm-bgcolor-skincolor .tm-sc-twitterbox-followus-text small, .tm-bgcolor-darkgrey .tm-sc-twitterbox-followus-text small, .tm-bgcolor-darkgrey ul.wastii_contact_widget_wrapper li a, .tm-bgcolor-skincolor ul.wastii_contact_widget_wrapper li a, article.themetechmount-blogbox-format-link .tm-format-link-title a, article.post.format-link .tm-format-link-title a, .themetechmount-blog-box-view-left-image .themetechmount-box-content .tm-post-categories>.tm-meta-line.cat-links a:hover, .tm-bgcolor-skincolor .tm-entry-meta a:hover, .tm-bgcolor-darkgrey .tm-entry-meta a:hover, .tm-format-link-url a:hover, .tm-post-format-quote a:hover, .tm-post-format-quote a:hover:after, .tm-bgcolor-skincolor .themetechmount-blogbox-footer-readmore a, .tm-bgcolor-darkgrey .themetechmount-blogbox-footer-readmore a, .tm-col-bgcolor-skincolor .themetechmount-blogbox-footer-readmore a, .tm-col-bgcolor-darkgrey .themetechmount-blogbox-footer-readmore a,/*** Service box Main Heading ***/
.site-main .tm-dcap-color-skincolor, .tm-bgcolor-darkgrey .tm-team-social-links a, .tm-col-bgcolor-skincolor .themetechmount-iconbox .tm-box-icon i, .tm-col-bgcolor-darkgrey .themetechmount-iconbox .tm-box-icon i, .tm-bgcolor-skincolor .themetechmount-iconbox .tm-box-icon i, .tm-bgcolor-darkgrey .themetechmount-iconbox .tm-box-icon i {
    color: var(--tm-white-color);
}

/*
* ====== Text White(Little Light) Color ======
*/

/*** Blogbox section ***/
.themetechmount-box-view-content-overlay .themetechmount-blogbox-footer-readmore a:hover, .themetechmount-box-view-content-overlay .themetechmount-box-content h4 a:hover {
    color: rgba(255, 255, 255, 0.80);
}

/*
* ====== Text White(Light) Color ======
*/

/*** Heading Description text  ***/

.tm-post-format-quote a, .tm-post-format-quote a:after {
    color: rgba(255, 255, 255, 0.80);
}

.tm-elementor-bg-color-skincolor .tm-entry-meta .tm-meta-line, .tm-elementor-bg-color-darkgrey .tm-entry-meta .tm-meta-line,

/*** Blogbox section ***/
.tm-elementor-bg-color-skincolor .tm-entry-meta a, .tm-elementor-bg-color-darkgrey .tm-entry-meta a, .tm-elementor-bg-color-skincolor .themetechmount-box-blog .themetechmount-box-content .themetechmount-box-post-date a, .tm-elementor-bg-color-darkgrey .themetechmount-box-blog .themetechmount-box-content .themetechmount-box-post-date a, .site-footer..tm-elementor-bg-color-darkgrey ul.tm-recent-post-list li .post-date, .tm-format-link-url a, .tm-elementor-bg-color-skincolor .themetechmount-meta-details, .tm-elementor-bg-color-skincolor .themetechmount-meta-details a, .tm-elementor-bg-color-skincolor .themetechmount-meta-details i, .tm-elementor-bg-color-darkgrey .themetechmount-meta-details, .tm-elementor-bg-color-darkgrey .themetechmount-meta-details a, .tm-elementor-bg-color-darkgrey .themetechmount-meta-details i {
    color: rgba(255, 255, 255, 0.95);
}

.tm-elementor-bg-color-darkgrey .tm-element-heading-content-wrapper .tm-element-content-heading, .tm-elementor-bg-color-skincolor .tm-element-heading-content-wrapper .tm-element-content-heading {
    color: var(--tm-white-color);
}

.tm-elementor-bg-color-darkgrey .tm-element-content-desctxt, .tm-elementor-bg-color-skincolor .tm-element-content-desctxt {
    color: rgba(255, 255, 255, 0.75);
}

/*** 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: var(--tm-white-color) !important;
}

.footer .tm-textcolor-white .widget ul.tm-pricelist-block li, .footer .tm-textcolor-white .widget ul.tm-pricelist-block li .service-price, .footer .tm-textcolor-white .tm-footer2-left, .footer .tm-textcolor-white .tm-footer2-right, .footer .tm-textcolor-white .widget ul.wastii_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.75) !important;
}

.tm-col-bgcolor-skincolor.tm-textcolor-white a:hover, .tm-textcolor-white a, .tm-textcolor-white {
    color: rgba(255, 255, 255, 1);
}

.tm-textcolor-white .tm-cta3-content-wrapper, .tm-textcolor-white .tm-element-content-desctxt{
    color: rgba(255, 255, 255, 0.80)
}

.themetechmount-topbar-wrapper.tm-textcolor-white {
    color: rgba(255, 255, 255, 0.95);
}

.themetechmount-topbar-wrapper.tm-bgcolor-darkgrey.tm-textcolor-white {
    color: rgba(255, 255, 255, 0.60);
}

.footer .tm-textcolor-white .widget .search-form .search-field {
    border-color: rgba(255, 255, 255, 0.07);
    background-color: rgba(255, 255, 255, 0.03);
}

.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);
}

/*** Grey text color Section ***/
.tm-textcolor-grey h1, .tm-textcolor-grey h2, .tm-textcolor-grey h3, .tm-textcolor-grey h4, .tm-textcolor-grey h5, .tm-textcolor-grey h6 {
    color: #c0c0c0 !important;
}

.tm-textcolor-grey {
    color: rgba(192, 192, 192, 0.60);
}

.tm-textcolor-grey a, .tm-icolor-grey i {
    color: rgba(192, 192, 192, 0.80);
}

/*** Border White light ***/
.tm-bgcolor-darkgrey .inside.tm-fid-with-border:not(.tm-fid-view-circle-progress), .tm-bgcolor-darkgrey .tm-fid-view-righticon .tm-fld-contents, .tm-bgcolor-darkgrey .tm-fid-view-lefticon .tm-fld-contents {
    border-color: rgba(242, 242, 242, 0.06);
}

.tm-bgcolor-skincolor .tm-fid-view-righticon .tm-fld-contents, .tm-bgcolor-skincolor .tm-fid-view-lefticon .tm-fld-contents {
    border-color: rgba(242, 242, 242, 0.4);
}

.tm-bgcolor-darkgrey .inside.tm-fid-with-border, .tm-bgcolor-skincolor .inside.tm-fid-with-border {
    border: none;
    background-color: rgba(242, 242, 242, 0.10);
}

/*** VC Colum ***/
span.edit-link {
    padding: 7px 0px;
}

.edit-link a {
    background: #f8f8f8;
    padding: 10px 20px;
    display: inline-block;
    color: #252525;
}

.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;
    n
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #404040;
    font-style: normal;
    background-color: transparent;
    margin: 45px 0px 0;
    border-left: 0px;
    padding: 0;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:before {
    content: "";
    background-color: var(--tm-skin-color);
    -webkit-mask: url(../images/review-quote1.svg) no-repeat 100% 100%;
    mask: url(../images/review-quote1.svg) no-repeat 100% 100%;
    position: absolute;
    top: -100px;
    left: -20px;
    width: 100px;
    height: 80px;
    text-align: center;
    display: block;
    margin-top: -60px;
    opacity: 0.2;
    z-index: -1;
}

.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .tm-box-col-wrapper:after {
    content: "";
    background-color: #0b1328;
    -webkit-mask: url(../images/slick-quote.svg) no-repeat 100% 100%;
    mask: url(../images/slick-quote.svg) no-repeat 100% 100%;
    position: absolute;
    bottom: 60px;
    right: -50px;
    width: 220px;
    height: 160px;
    text-align: center;
    display: block;
}

.themetechmount-boxes-view-slickview.themetechmount-boxes-testimonial .themetechmount-box-footer {
    color: rgba(102, 102, 102, 0.80);
    padding-left: 10px;
}

.themetechmount-boxes-view-slickview.themetechmount-boxes-testimonial .themetechmount-box-footer:before {
    left: 0;
}

.tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:before, .tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:before, .tm-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:before, .tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:before, .tm-textcolor-white .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:before, .tm-textcolor-white .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:before {
    background-color: var(--tm-white-color);
}

.tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-author-name, .tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-author-name, .tm-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-author-name, .tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-author-name {
    color: rgba(255, 255, 255, 1);
}

.tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-footer, .tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-footer, .tm-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-footer, .tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-footer {
    color: rgba(255, 255, 255, 0.85);
}

.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: var(--tm-white-color);
}

/*** 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;
}

.single article.themetechmount-box-blog-classic .tm-entry-meta-blogclassic .tm-meta-line.cat-links, .single article.themetechmount-box-blog-classic .tm-entry-meta-blogclassic .tm-meta-line.comments-link {
    display: inline-block;
}

article.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore {
    float: right;
    padding-top: 3px;
}

.themetechmount-box-blog-classic .themetechmount-box-desc-text {
    margin-bottom: 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;
}

.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer {
    position: relative;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a {
    background-color: transparent;
    position: relative;
    padding-right:15px;
    display: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.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%;
}

.single-post .tm_tag_lists {
    float: left;
}

.themetechmount-box-blog-classic .tm-social-share-wrapper {
    z-index: 10;
    position: relative;
    float: right;
}

.single-tm_portfolio .tm-social-share-title {
    font-size: 18px;
    font-weight: 600;
    float: none;
}

.single-tm_portfolio .tm-social-share-links ul li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 0;
    color: #8592a6;
    background-color: var(--tm-white-color);
}

.single-tm_portfolio .tm-social-share-links ul li a:hover {
    color: var(--tm-white-color);
}

.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;
}

/*** 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 cite {
	font-size: 18px;
	line-height: 25px;
    margin-top: 0;
    position: relative;
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
    color: var(--tm-skin-color);
}

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;
}

.single article.post .tm-quote-imgbox blockquote {
    background-color: transparent;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--tm-white-color);
    margin: 0;
    padding: 0 15px;
    border: none;
}

.single article.post .tm-quote-imgbox cite {
    color: var(--tm-white-color);
}

.single article.post .tm-quote-imgbox blockquote:before {
    content: unset;
}

.single article.post .tm-quote-imgbox blockquote:after {
    font-family: "tm-wastii-icons";
    content: "\e842";
    position: absolute;
    bottom: 0px;
    right: 15px;
    font-size: 62px;
    color: var(--tm-white-color);
}

/* single Blockquote */
.single article.post blockquote:before {
    content: '';
    background-color: #ffffff !important;
    -webkit-mask: url(../images/quote.svg) no-repeat 100% 100%;
    mask: url(../images/quote.svg) no-repeat 100% 100%;
    position: absolute;
    width: 33px;
    height: 30px;
    line-height: 30px;
    top: 5px;
    left: 0;
    right: 0;
    opacity: 5;
    z-index: 23;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.single article.post blockquote::after {
    content: '';
    position: absolute;
    background-color: var(--tm-skin-color);
    border-radius: 0;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    width: 50px;
    height: 45px;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

/* span tag for category widget */
.sidebar .widget_product_categories li, .sidebar .widget_categories li {
    position: relative;
}

.sidebar .widget_recent_comments li.recentcomments, .sidebar .widget_recent_entries a, .sidebar .widget_meta a, .sidebar .widget_categories a, .sidebar .widget_product_categories a, .sidebar .widget_archive li a, .sidebar .widget_pages li a, .sidebar .widget.widget_nav_menu li a {
    padding-left: 20px;
}

.sidebar .widget_product_categories li span, .sidebar .widget_categories li span {
    position: absolute;
    top: 12px;
    right: 0px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    z-index: 1;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 3px 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: var(--tm-grey-color);
	color: var(--tm-dark-grey-color);
}

.sidebar .widget_product_categories li:first-child span, .sidebar .widget_categories li:first-child span {
    top: 0px;
}
.sidebar .widget_categories ul.children li:first-child span, 
.sidebar .widget_product_categories li:first-child ul.children li span, .sidebar .widget_categories li:first-child ul.children li span {
    top:12px;
}
/* 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 15px 0;
}

/*** 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 {
    background-color: var(--tm-white-color);
    -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: 35px;
}

.main-holder #content.site-content ul.products li.product .tm-product-box .tm-product-content {
    text-align: center;
    padding: 15px 0px 15px 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;
    font-size: 17px;
    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;
}

.tm-product-box-inner {
    position: relative;
    overflow: hidden;
}

/*** Woocommerce image hover effect content ***/
.main-holder .site-content ul.products li.product .tm-shop-icon>div {
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    padding: 0;
    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;
    background-color: #0b1328;
}

.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: var(--tm-white-color);
    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-wcwl-wishlistexistsbrowse a[rel="nofollow"]: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 .add_to_wishlist:after, .main-holder .site-content ul.products li.product .compare:after, .main-holder .site-content ul.products li.product .yith-wcqv-button:after, .main-holder .site-content ul.products li.product .product_type_external:after, .main-holder .site-content ul.products li.product .product_type_grouped:after, .main-holder .site-content ul.products li.product.outofstock .product_type_simple:after, .main-holder .site-content ul.products li.product .product_type_variable:after {
    content: '\e837';
    font-family: "tm-wastii-icons";
    position: absolute;
    left: -23px;
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    border-width: 0;
    border-radius: 50%;
    top: 0px;
    color: var(--tm-white-color);
}

.main-holder .site-content ul.products li.product .yith-wcqv-button:after {
    content: '\e842';
}

.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:after {
    content: '\e838';
}

.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-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after {
    content: '\e81c';
}

.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: absolute;
    right: -17px;
    font-size: 0;
    top: 17px;
    width: 30px;
    height: 30px;
    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 {
    left: 41px;
    top: 13px;
    margin-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';
    font-size: 18px;
    padding-left: 5px;
}

.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_wishlist:after {
    content: '\E838';
}

.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-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after, .main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:after {
    content: '\e81c';
}

.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: #818181;
    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: var(--tm-white-color);
}

.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: var(--tm-white-color);
    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;
    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: 32px;
    left: auto;
    right: 0px;
}
.single .main-holder .site-content span.featured.product-label:first-child {
	top:0px;
}

#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-wastii-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: var(--tm-white-color);
}

.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: var(--tm-white-color)
}

/*** 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:0px !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(--tm-white-color) 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(--tm-white-color);
    border: 1px solid #e5e5e5;
    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: 15px;
    color: #818181;
}

.woocommerce .price .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: 400;
}

.woocommerce .price del .woocommerce-Price-amount, .woocommerce .main-holder ul.products li.product .price del .woocommerce-Price-amount {
    font-size: 15px;
    text-decoration: line-through;
    color: #818181;
}

/*** Woocemmerce Singel page ***/
.themetechmount-single-product-details {
    margin-bottom: 70px;
	background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(40 61 88 / 7%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(40, 61, 88, 0.07);
    box-shadow: 0px 0px 15px 0px rgb(40 61 88 / 7%);
}

.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: 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: #666666;
    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: 11px;
}

.woocommerce.single-product .summary .star-rating {
    margin-top: 9px;
	width: 80px;
}

.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-wastii-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(--tm-dark-grey-color);
    color: var(--tm-white-color);
    padding: 8px 15px;
    font-size: 13px;
    border-radius: 0;
}

.summary .clear {
    display: none;
}

.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
    content: '\e81c';
    font-family: "tm-wastii-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-weight: 500;
}

.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:50px;
    width: 5.2em;
}

.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;
    background-color: #f1f3f5;
    border: 1px solid #f1f3f5;
    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 #f1f3f5 transparent #f1f3f5;
    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: 30px;
    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;
    background-color: var(--tm-white-color);
    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;
    padding:10px 15px;
	cursor: unset;
}

.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:35px;
}

.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: var(--tm-white-color);
    padding: 10px 0px;
}

.woocommerce table.shop_table {
    border-color: #ededed;
    border-radius: 0px;
    margin-top: 30px;
}

.woocommerce-cart .main-holder table.shop_table {
    margin: 0px;
}

.woocommerce table.wishlist_table {
    font-size: inherit;
    background-color: var(--tm-white-color);
    border: none;
}

.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: #fff;
    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: 15px;
    margin:25px 0px 0px 10px;
    color: var(--tm-dark-grey-color);
    text-transform: capitalize;
}

.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;
}

/***  comment-form-rating ***/
#respond .comment-reply-title {
    margin: 0px 0 15px !important;
}

#respond label {
    margin: 0 0 5px !important;
    font-size: 15px;
    font-weight: 500;
}

.woocommerce #review_form #respond .form-submit {
    margin-top: 15px;
}
.single-product span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.woocommerce div.product form.cart .reset_variations {
    display: none;
}
.woocommerce-Reviews textarea, .woocommerce-Reviews input[type="text"], .woocommerce-Reviews input[type="email"] {
    background-color: transparent;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    padding: 5px 15px;
    box-shadow: unset;
}

.woocommerce #review_form #respond p {
    margin: 0 0 15px;
}

.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;
}

/*** 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: 30px;
    background-color: #fff;
    webkit-box-shadow: 0px 0px 15px 0px rgba(40, 61, 88, 0.07);
    -moz-box-shadow: 0px 0px 15px 0px rgba(40, 61, 88, 0.07);
    box-shadow: 0px 0px 15px 0px rgb(40 61 88 / 7%);
}

.main-holder .site-content ul.products li.product .tm-shop-icon .tm-wc-add-to-cart-btn a {
    color: var(--tm-white-color);
    text-align: center;
    padding: 0;
    margin: 0;
    background: none;
    letter-spacing: 0;
    transition: none;
    padding-left: 0;
    font-size: 15px;
}

.woocommerce-lost-password .entry-content>.woocommerce, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background-color: var(--tm-white-color);
}

.woocommerce-lost-password .entry-content>.woocommerce {
    padding: 30px;
}

.woocommerce table.shop_attributes td {
    padding-left: 10px;
}

.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: 13px 30px 15px;
    border-radius: 0px;
}

.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: var(--tm-white-color);
    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: 22px;
    line-height: 25px;
    color: var(--tm-dark-grey-color);
    font-weight: 600;
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
}

.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: #666666;
    margin-bottom: 9px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 15px;
    color: #242424;
    font-weight: 600;
}
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: var(--tm-white-color);
    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 {
    background-color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 50px;
}
.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;
}

.woocommerce .main-holder #content div.product .entry-summary .add_to_wishlist:before {
    content: '\E838';
    font-family: "tm-wastii-icons";
    margin-right: 5px;
}

.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
    content: '\e81c';
    font-family: "tm-wastii-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: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:15px;
}

.woocommerce-account .woocommerce-MyAccount-content button, .woocommerce form.checkout_coupon button {
    font-size: 15px;
    padding: 17px 30px 17px;
    border-radius: 0;
}

.single-product.woocommerce .price .woocommerce-Price-amount {
    font-size: 23px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single, .woocommerce-checkout .select2-dropdown {
    background-color: var(--tm-white-color);
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding-bottom: 0px;
}

.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: var(--tm-white-color);
}

/* 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:0px;
}

/* 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 2px;
    border-radius:0;
    color: #fff;
    font-size: 16px;
    border-color: #e4e4e4;
    background-color: #f1f3f5;
    border-radius:0px;
    border: 1px solid #e4e4e4;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 30px;
}
.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;
}

#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: var(--tm-white-color);
    border-radius: 0px;
    padding: 2px 10px;
    margin-bottom: 0px;
}

.woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder, .woocommerce-additional-fields #order_comments::-webkit-input-placeholder {
    color: #818181;
}

.woocommerce form .form-row input.input-text:-moz-placeholder, .woocommerce form .form-row textarea:-moz-placeholder, .woocommerce-additional-fields #order_comments:-moz-placeholder {
    color: #818181;
}

.woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce form .form-row textarea:-ms-input-placeholder, .woocommerce-additional-fields #order_comments:-ms-input-placeholder {
    color: #818181;
}

.single-product .select2-container--default .select2-selection--single {
    background-color: var(--tm-white-color);
}

/*** 

====================================================================
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: var(--tm-white-color);
    -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);
    padding-bottom: 30px;
}

.tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
    padding-bottom: 52px;
    margin-top: -20px;
}

.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: 27px;
    padding-bottom: 6px;
}

.tm-ptablebox .tm-ptable-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 23px;
    padding-top: 23px;
}

.tm-ptablebox-featured-col .tm-ptablebox-title {
    padding-top: 37px;
    padding-bottom: 15px;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 {
    padding-top: 50px;
}

.tm-ptablebox-featured-col .tm-ptablebox-title h3 {
    color: var(--tm-white-color);
}

.ttm-ptablebox-price-w {
    position: relative;
    padding: 16px 20px 5px 0;
    margin-top: 25px;
    margin-bottom: 0px;
}

.tm-ptablebox .tm-ptable-icon-wrapper {
    font-size: 60px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.tm-ptablebox .tm-ptable-icon.tm-wrap-cell {
    width: 52%;
    padding-right: 30px;
    padding-left: 30px;
}

.tm-ptablebox .tm-ptablebox-cur-symbol {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    margin-right: -10px;
}

.tm-ptablebox-frequency {
    display: block;
}

.tm-ptablebox .tm-ptablebox-price {
    font-size: 35px;
    line-height: 17px;
    display: inline-block;
    padding-left: 14px;
}

.tm-ptablebox .tm-ptablebox-frequency {
    position: relative;
    font-size: 16px;
    padding-left: 16px;
}

.tm-ptablebox .tm-price-text {
    margin-left: -30px;
}

.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: 10px 15px 10px;
}

.tm-ptablebox-features .tm-feature-lines li:last-child {
    border-bottom: none;
}

.tm-ptablebox-features .tm-feature-lines li {
    padding: 14px 0 11px 0px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
}

.tm-ptablebox .tm-ptablebox-title h3 {
    font-size: 24px;
    line-height: 30px;
}

.tm-ptablebox .tm-ptablebox-desc {
    padding: 0;
}

.tm-ptablebox .tm-ptablebox-features {
    position: relative;
    padding: 0px 15px 10px;
    margin-top: -25px;
}

.ttm-pricetable-column-w .ttm-featured-title {
    position: absolute;
    top: -35px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 15px;
    width: 100%;
    color: var(--tm-white-color);
    padding: 5px 15px;
    background-color: #1a1d22;
}

.tm-ptablebox .tm-ptable-btn {
    display: block;
    margin-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.tm-ptablebox .tm-ptable-btn span {
    font-size: 15px;
}

.tm-ptablebox .tm-ptable-btn a {
    padding: 14px 50px 14px 30px;
    color: var(--tm-dark-grey-color);
    border: 2px solidvar(--tm-dark-grey-color);
    border-radius: 0px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tm-ptablebox .tm-ptable-btn a:after {
    font-family: "tm-wastii-icons";
    content: "\e801";
    position: absolute;
    margin-left: 10px;
}

.tm-ptablebox .tm-ptable-btn a:hover:after {
    -webkit-animation: tfLeftToRight 0.5s forwards;
    -moz-animation: tfLeftToRight 0.5s forwards;
    animation: tfLeftToRight 0.5s forwards;
}

.tm-ptablebox .tm-ptable-btn a:hover, .tm-ptablebox .tm-ptablebox-featured-col .tm-ptable-btn a {
    color: var(--tm-white-color);
}

.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-features li i {
    display: none;
    padding-right: 7px;
}

/*** Testimonials One Colume Carsoul ***/
.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper {
    padding: 0px 50px 0px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 10%);
}

.testimonial_wrapper {
    position: relative;
}

.testimonial_wrapper .themetechmount-box-desc {
    border: none;
    text-align: left;
    padding: 105px 0px 40px 50px;
}

.slick_testim_info {
    padding-bottom: 21px;
}

.slick_testim_info p {
    line-height: 27px;
    font-size: 18px;
    font-style: italic;
}

.testimonials-nav {
    max-width: 230px;
    overflow: hidden;
    margin-bottom: 10px !important;
    padding-top: 70px;
    display: block;
    float: left;
    z-index: 1;
}

.testimonials-info {
    display: inline;
}

.testimonials-nav .nav_item_wrap {
    padding: 0;
    margin: 0px 5px 0px 5px;
    width: 92px;
    outline: none;
    float: left;
}

.testimonials-nav .nav_item_wrap:first-child {
    margin:0px 5px 0px 5px;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-nav .slick-list {
    padding-left: 0px !important;
}

.testimonial_item, .testimonial_nav_info {
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.slick-current.slick-center .testimonial_item {
    margin: 0 auto;
}

.themetechmount-boxes-view-slickview.themetechmount-boxes-col-one .testimonial_item {
    margin-bottom: 16px;
}

.themetechmount-boxes-view-slickview.themetechmount-boxes-col-one .testimonial_item .themetechmount-box-title {
    position: relative;
    text-align: left;
    width: 150px;
    left: -39px;
}

.slick-current.slick-center .testimonial_nav_info {
    margin-left: 0;
    margin-right: 0;
}

.testimonial_item h6 {
    margin-bottom: 5px;
}

.testimonial_item span {
    display: block;
    line-height: 20px;
}

.testimonial_item .themetechmount-author-name {
    font-size: 17px;
    margin-bottom: 0px;
}

.testimonial_item .themetechmount-box-footer {
    font-size: 14px;
    font-style: italic;
    color: #888888;
}

.testimonial_item h6, .testimonial_item .themetechmount-box-title h3, .testimonial_item .themetechmount-box-title span {
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.slick-current.slick-center .testimonial_item h6, .slick-current.slick-center .testimonial_item h3, .slick-current.slick-center .testimonial_item span {
    opacity: 1;
    visibility: visible;
}

.tm-bgcolor-darkgrey .testimonial_wrapper:after, .tm-bgcolor-skincolor .testimonial_wrapper:after {
    border-color: var(--tm-white-color);
}

.tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc blockquote, .tm-bgcolor-darkgrey .testimonial_wrapper:after, .tm-bgcolor-skincolor .testimonial_wrapper:after, .tm-bgcolor-skincolor .testimonial_item .themetechmount-author-name, .tm-bgcolor-skincolor .testimonial_item .themetechmount-box-footer {
    color: var(--tm-white-color);
}

.tm-bgcolor-darkgrey .testimonial_item .themetechmount-box-footer, .tm-bgcolor-skincolor .testimonial_item .themetechmount-box-footer {
    color: rgba(255, 255, 255, 0.43);
}

.widget_pages li.empty_link, .widget_nav_menu li.empty_link {
    display: none;
}

.themetechmount-ratting-star {
    padding-top: 2px;
    padding-bottom: 7px;
}

.tm-wastii-icon-star-empty-1, .tm-wastii-icon-star-1 {
    display: inline-block;
    width: 11px;
    margin: 0 1px;
    font-size: 13px;
}

.tm-wastii-icon-star-empty-1:before, .tm-wastii-icon-star-1:before {
    margin-left: 0px;
}

.tm-wastii-icon-star-1.tm-active {
    color: #fd4;
}

.tm-textcolor-white .themetechmount-testimonial-box-view-style1 .tm-wastii-icon-star-1.tm-active, .tm-bgcolor-skincolor .themetechmount-testimonial-box-view-style1 .tm-wastii-icon-star-1.tm-active, .tm-col-bgcolor-skincolor .themetechmount-testimonial-box-view-style1 .tm-wastii-icon-star-1.tm-active, .tm-bgcolor-skincolor .themetechmount-testimonial-box-view-style1 .tm-wastii-icon-star-empty-1, .tm-bgcolor-darkgrey .themetechmount-testimonial-box-view-style1 .tm-wastii-icon-star-empty-1, .tm-col-bgcolor-skincolor .themetechmount-testimonial-box-view-style1 .tm-wastii-icon-star-empty-1, .tm-col-bgcolor-darkgrey .themetechmount-testimonial-box-view-style1 .tm-wastii-icon-star-empty-1 {
    color: var(--tm-white-color);
}

/* 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: auto;
    -ms-interpolation-mode: nearest-neighbor;
}

.tm-fid-view-circle-progress .tm-circle-content {
    position: relative;
}

.tm-circle-boxcontent {
    position: absolute;
    top: 46%;
    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: left;
    padding-top: 0px;
    font-size: 24px;
    line-height: 34px;
}

.tm-fid-view-circle-progress .tm-circle-content sub {
    bottom: 0;
}

.tm-textcolor-white .tm-fid-view-circle-progress.inside h3, .tm-textcolor-white .tm-fid-view-circle-progress.inside h3 span, .tm-textcolor-white .tm-fid-view-circle-progress .tm-fid-number sup, .tm-textcolor-white .tm-fid-view-circle-progress .tm-fid-number sub, .tm-textcolor-white .tm-fid-view-circle-progress .tm-fid-number, .tm-bgcolor-skincolor .tm-fid-view-circle-progress.inside h3, .tm-bgcolor-darkgrey .tm-fid-view-circle-progress.inside h3, .tm-col-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number sup, .tm-col-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number sub, .tm-col-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number sup, .tm-col-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number sub, .tm-col-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number, .tm-col-bgcolor-darkgrey  .tm-fid-view-circle-progress .tm-fid-number, .tm-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number sup, .tm-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number sub, .tm-bgcolor-darkgrey .tm-fid-view-circle-progress .tm-fid-number sup, .tm-bgcolor-darkgrey .tm-fid-view-circle-progress .tm-fid-number sub, .tm-bgcolor-skincolor .tm-fid-view-circle-progress .tm-fid-number, .tm-bgcolor-darkgrey  .tm-fid-view-circle-progress .tm-fid-number {
    color: var(--tm-white-color);
}

.tm-fid-view-circle-progress.inside h3 span {
    color: initial;
}

.tm-fid-view-circle-progress .tm-fld-contents {
    width: auto;
}

.tm-fid-view-circle-progress .tm-fid-content {
    padding-left: 25px;
}

/* 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: var(--body-font-family);
    line-height: 26px;
}

.themetechmount-fbar-position-right .themetechmount-fbar-box .widget:last-child {
    margin-bottom: 10px;
}

.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 */

.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: var(--tm-white-color);
}

.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: var(--tm-white-color);
}

.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: var(--tm-white-color);
}
.themetechmount-boxes-testimonial .slick-dotted.slick-slider {
    margin-bottom:0px;
}

.themetechmount-boxes-testimonial .themetechmount-box-desc blockquote {
    border: none;
    margin: 0;
    outline: none;
    text-align: left;
    position: relative;
    color: inherit;
    font-style: italic;
    padding: 0;
    margin: 0;
    font-size: 19px;
    background-color: transparent;
    line-height: 33px;
}

.themetechmount-boxes-testimonial .themetechmount-box-img .themetechmount-item-thumbnail {
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    float: none;
}

.themetechmount-box-testimonial .themetechmount-box-img img {
    border-radius: 50%;
}

.themetechmount-boxes-testimonial .themetechmount-box-author .themetechmount-box-title {
    padding-top: 6px;
}

.themetechmount-boxes-testimonial .themetechmount-author-name {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0px;
}

.themetechmount-boxes-testimonial .themetechmount-box-footer {
    font-size: 13px;
    font-style: italic;
}

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

.themetechmount-boxes-testimonial .themetechmount-ratting-star {
    overflow: hidden;
    padding:0px 0px 11px 0px;
    display: block;
}

.themetechmount-boxes-testimonial .tm-wastii-icon-star-1.tm-active, .themetechmount-boxes-testimonial .tm-wastii-icon-star-empty-1 {
    color: #ffba00;
}

.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 .tm-box-col-wrapper {
    margin-bottom: -40px !important;
}

.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .testimonials-info .slick-list {
    margin-top: -40px;
}

.themetechmount-boxes-view-slickview .testimonial_item {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.testimonial_item .themetechmount-box-img img {
    width: 100%;
    height: auto;
}

.testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner {
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}

/*.testimonials-nav .testimonial_item .themetechmount-box-img:hover .themetechmount-item-thumbnail-inner:before{
content:'';
position:absolute;
top:0;
left:0;
right:0;
background-color:#000;
height:100%;
width:100%;
transition: all .5s ease;
opacity: .7;
}
.testimonials-nav .slick-current.slick-center .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:before{
content:'';
position:absolute;
top:0;
left:0;
right:0;
background-color:#000;
height:100%;
width:100%;
transition: all .5s ease;
opacity: .8;
}*/
.tm-bgcolor-skincolor .slick-current.slick-center .testimonial_item .themetechmount-box-img img, .tm-col-bgcolor-skincolor .slick-current.slick-center .testimonial_item .themetechmount-box-img img, .tm-col-bgcolor-darkgrey .slick-current.slick-center .testimonial_item .themetechmount-box-img img, .tm-bgcolor-darkgrey .slick-current.slick-center .testimonial_item .themetechmount-box-img img {
    border-color: rgba(255, 255, 255, 0.5);
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-testimonials-info .tm-box-img {
    display: block;
    float: left;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-testimonials-info .themetechmount-item-thumbnail {
    transform: scale(1);
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-testimonials-info .tm-box-img img {
    border: 10px solid #000;
    border-radius: 3px;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .ratting-star {
    padding-bottom: 12px;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-arrow {
    border: none;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before, .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-next:before {
    color: #7b8095;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    opacity: 1;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before {
    text-align: center;
}

.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev, .themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
    bottom: -120px;
    top: auto;
}

.tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before, .tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-next:before, .tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before, .tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-next:before, .tm-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before, .tm-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-next:before, .tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before, .tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-next:before {
    color: var(--tm-white-color);
}

.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: var(--tm-white-color);
    -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: 0;
}

.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-round .themetechmount-boxes-row-wrapper .slick-arrow {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

a.tm-link-underline, .tm-link-underline a {
    text-decoration: underline;
}

a.tm-link-underline:hover, .tm-link-underline a:hover {
    color: #1a1d22;
    border-bottom-color: #1a1d22;
}

.tm-bgcolor-darkgrey .themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item>.themetechmount-box-content, .tm-bgcolor-gradient .themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item>.themetechmount-box-content, .tm-bgcolor-skincolor .themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item>.themetechmount-box-content, .tm-bgcolor-darkgrey .themetechmount-blogbox-styleone .themetechmount-box-content, .tm-bgcolor-gradient .themetechmount-blogbox-styleone .themetechmount-box-content, .tm-bgcolor-skincolor .themetechmount-blogbox-styleone .themetechmount-box-content {
    background-color: var(--tm-white-color);
}

.tm-bgcolor-gradient .themetechmount-box-blog .tm-entry-meta .tm-meta-line, .tm-bgcolor-gradient .themetechmount-box-blog .tm-entry-meta a, .tm-bgcolor-skincolor .themetechmount-box-blog .tm-entry-meta .tm-meta-line, .tm-bgcolor-skincolor .themetechmount-box-blog .tm-entry-meta a, .tm-bgcolor-darkgrey .themetechmount-box-blog .tm-entry-meta .tm-meta-line, .tm-bgcolor-darkgrey .themetechmount-box-blog .tm-entry-meta a {
    color: inherit !important;
}

/*===IconBox Element====*/
.themetechmount-iconbox.tm-iconstyle-outline-boxed .tm-box-icon, .themetechmount-iconbox.tm-iconstyle-outline-rounded .tm-box-icon, .themetechmount-iconbox.tm-iconstyle-outline-rounded-less .tm-box-icon {
    background-color: transparent !important;
    border: 1px solid;
}

.themetechmount-iconbox.tm-iconstyle-outline-rounded .tm-box-icon {
    border-radius: 50%;
}

.themetechmount-iconbox.tm-iconstyle-rounded-less .tm-box-icon, .themetechmount-iconbox.tm-iconstyle-outline-rounded-less .tm-box-icon {
    border-radius: 3px;
}

.themetechmount-iconbox.tm-iconstyle-outline-boxed .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: var(--tm-white-color);
}

.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: var(--tm-white-color);
}

.themetechmount-iconbox.tm-textalign-left * {
    text-align: left;
}

.themetechmount-iconbox.tm-textalign-right * {
    text-align: right;
}

.themetechmount-iconbox.tm-textalign-right .tm-box-icon {
    float: right;
}

.themetechmount-iconbox.tm-textalign-right .tm-box-icon {
    margin-right: 0;
}

.themetechmount-iconbox.tm-textalign-center * {
    text-align: center;
}

.themetechmount-iconbox.tm-textalign-center .tm-box-icon {
    margin: 0 auto;
    text-align: center;
}

.themetechmount-iconbox {
    margin-bottom: 15px;
}

.themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading, .elementor-icon-box-title {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
}

.themetechmount-iconbox .themetechmount-iconbox-heading .tm-element-subhead {
    margin-bottom: 0;
}

.themetechmount-iconbox .themetechmount-iconbox-icon  img {
    width: 70px;
    height: 70px;
}

.themetechmount-iconbox .tm-ihbox-btn {
    margin-top: 10px;
}

.themetechmount-iconbox .tm-box-icon i, .themetechmount-iconbox .tm-box-icon i.kw_wastii {
    font-size: 55px;
    line-height: inherit;
}

.themetechmount-iconbox .themetechmount-iconbox-icon {
    margin-bottom: 10px;
}

/*icon color*/
.themetechmount-iconbox.themetechmount-iconcolor-white .tm-box-icon i, .themetechmount-iconbox.themetechmount-iconcolor-white .tm-icon-type-text {
    color: var(--tm-white-color);
}

.themetechmount-iconbox.themetechmount-iconcolor-default .tm-box-icon i, .themetechmount-iconbox.themetechmount-iconcolor-default .tm-icon-type-text {
    color: inherit;
}

/*BG color*/
.themetechmount-iconbox .tm-box-icon {
     position: relative;
    height: 80px;
    width: 80px;
    line-height: 92px;
    text-align: center;
}

.themetechmount-iconbox.themetechmount-icon-bgcolor-none.tm-iconstyle-none .tm-box-icon {
    height: auto;
    width: 70px;
    line-height: inherit;
    text-align: inherit;
    background: transparent;
    display: table-cell;
}

.themetechmount-iconbox.themetechmount-icon-bgcolor-white .tm-box-icon {
    background-color: var(--tm-white-color);
}

.themetechmount-iconbox .tm-iocnbox-btn {
    margin-top: 15px;
}

.themetechmount-iconbox:not(.themetechmount-icon-bgcolor-none) .tm-box-icon {
    margin-bottom: 20px;
}

.footer .widget.themetechmount_widget_recent_entries.post-with-border ul li {
    padding: 23px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.main-holder .widget.themetechmount_widget_recent_entries.post-with-border ul li:first-child {
    padding-top: 0px;
}

.tm-textcolor-white .widget.themetechmount_widget_recent_entries.post-with-border ul li {
    border-color: rgba(255, 255, 255, .06);
}

.main-holder .widget.themetechmount_widget_recent_entries.post-with-border ul li:last-child {
    padding-bottom: 0px;
    border: none;
}

.wpb_text_column blockquote {
    color: inherit;
    font-size: 16px;
    font-style: normal;
    margin: 0px;
    background-color: transparent;
    padding: 25px 25px 29px 35px;
    -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-left: none;
    border-bottom: 3px solid;
    line-height: 28px;
    position: relative;
}

.wpb_text_column blockquote footer {
    display: block;
    font-size: 20px !important;
    color: inherit;
    font-style: normal;
}

.wpb_text_column blockquote cite:before, .wpb_text_column blockquote footer:before, .wpb_text_column blockquote:before, .wpb_text_column blockquote .small:before {
    content: unset;
}

.wpb_text_column blockquote cite, .wpb_text_column blockquote small {
    color: #7d7d7d;
}

.wpb_text_column blockquote cite, .wpb_text_column blockquote small {
    font-size: 12px;
    line-height: 24px;
}

.wpb_text_column blockquote:before {
    content: '"';
    font-size: 115px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-style: normal;
    display: block;
    margin-top: 10px;
    font-family: 'Open Sans';
    opacity: 0.15;
}

/*Elementor accordion style*/
.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion .elementor-active.elementor-tab-title a {
    color: var(--tm-white-color);
}

.elementor-accordion .elementor-tab-title {
    background-color: var(--tm-white-color);
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    position: relative;
    z-index: 2;
    color: var(--tm-white-color);
    font-size: 14px;
    line-height: 24px;
    padding-left: 3px;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 61px;
    background-color: #000;
    left: -20px;
    margin-top: -20px;
    z-index: -1;
    border-bottom: 1px solid rgb(255, 255, 255, 0.30);
}

.elementor-accordion .elementor-active.elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left:before {
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    background-color: transparent;
    border-bottom: none;
}

.tm-accor-btn {
    padding: 10px 20px 6px;
    background-color: #000;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
}

.tm-accor-btn:hover {
    color: var(--tm-white-color);
}

strong {
    font-weight: 800;
}

/***Row And Column ***/
body .elementor-section.elementor-top-section:first-child {
    margin-top: -90px;
}

.elementor-section.elementor-top-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* white bg color */
.elementor-column.elementor-top-column.tm-elementor-bg-color-white:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div, .elementor-column.elementor-top-column.tm-elementor-bg-color-white:not(.tm-col-stretched-yes)>.elementor-widget-wrap, .elementor-column.elementor-inner-column.tm-elementor-bg-color-white:not(.tm-bgimage-yes)>.elementor-widget-wrap {
    background-color: var(--tm-white-color) !important;
}

.elementor-section.elementor-top-section.tm-elementor-bg-color-white, .elementor-section.elementor-top-section.tm-elementor-bg-color-white:before, .elementor-section.elementor-inner-section.tm-elementor-bg-color-white, .elementor-progress-wrapper {
    background-color: var(--tm-white-color);
}

.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bgimage-yes .elementor-widget-wrap .tm-stretched-div:before {
    background-color: rgba(255, 255, 255, 0.90) !important;
}

.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.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: var(--tm-white-color);
}

.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 {
    right: 0;
}

.tm-col-stretched-right .tm-stretched-div {
    right: 0;
}

/*--- Background Image Position ---*/
body .tm-bgimage-position-left-top .tm-stretched-div, body .tm-bgimage-position-left-top {
    background-position: left top !important;
}

body .tm-bgimage-position-left-center .tm-stretched-div, body .tm-bgimage-position-left-center {
    background-position: left center !important;
}

body .tm-bgimage-position-left-bottom .tm-stretched-div, body .tm-bgimage-position-left-bottom {
    background-position: left bottom !important;
}

body .tm-bgimage-position-right-top .tm-stretched-div, body .tm-bgimage-position-right-top {
    background-position: right top !important;
}

body .tm-bgimage-position-right-bottom .tm-stretched-div, body .tm-bgimage-position-right-bottom {
    background-position: right bottom !important;
}

body .tm-bgimage-position-right-center .tm-stretched-div, body .tm-bgimage-position-right-center {
    background-position: right center !important;
}

body .tm-bgimage-position-center-top .tm-stretched-div, body .tm-bgimage-position-center-top {
    background-position: center top !important;
}

body .tm-bgimage-position-center-center .tm-stretched-div, body .tm-bgimage-position-center-center {
    background-position: center center !important;
}

body .tm-bgimage-position-center-bottom .tm-stretched-div, body .tm-bgimage-position-center-bottom {
    background-position: center bottom !important;
}

/*Row contact widget*/
ul.wastii_contact_widget_wrapper.tm-row-contact-widget {
    padding-top: 15px;
}

ul.wastii_contact_widget_wrapper.tm-row-contact-widget li:before {
    color: var(--tm-white-color);
    font-size: 35px !important;
    top: 10px;
    margin: 0;
}

ul.wastii_contact_widget_wrapper.tm-row-contact-widget li {
    padding-left: 57px;
    padding-bottom: 25px;
}

ul.wastii_contact_widget_wrapper.tm-row-contact-widget li, ul.wastii_contact_widget_wrapper.tm-row-contact-widget li a {
    color: rgba(255, 255, 255, .80);
}

ul.wastii_contact_widget_wrapper.tm-row-contact-widget li span {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: var(--tm-white-color);
}

::selection {
    color: var(--tm-white-color);
    background-color: var(--tm-skin-color);
}

::-moz-selection {
    color: var(--tm-white-color);
    background-color: var(--tm-skin-color);
}

.wp-block-button {
    margin-bottom: 1.5em;
}

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

.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0;
}

.tm-blog-classic-box-content .wp-block-calendar table th {
    background:#f1f3f5;
    text-align: center;
}

.wp-block-calendar tbody td, .wp-block-calendar th {
    border-color: #eae8e8;
}
.wp-block-calendar tbody td {
    color: #555c63;
}

.tm-blog-classic-box-content .wp-block-table.is-style-stripes td, .tm-blog-classic-box-content .wp-block-table.is-style-stripes th {
    border-color: #eae8e8;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 20px;
}

.wp-block-image .aligncenter>figcaption {
    text-align: center;
}

.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.alignnone>figcaption {
    font-style: italic;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    text-align: center;
}

.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child, .wp-block-gallery.is-cropped {
    margin-bottom: 10px;
}

.tm-blog-classic-box-content table tbody tr, .tm-blog-classic-box-content table thead tr {
    border-color: #eeeeee;
}

.tm-blog-classic-box-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #fbfbfb;
}

ul.wp-block-latest-posts li, ul.wp-block-categories li, ul.wp-block-archives li {
    padding-bottom: 0;
    position: relative;
    padding: 0;
}

.wp-block-search, .tm-blog-classic-box-content .wp-block-audio {
    margin-bottom: 15px;
}

.wp-block-video figcaption {
    color: #666666;
    font-size: 16px;
}

.entry-content table tbody a:not(:hover), .tm-blog-classic-box-content table tbody a:not(:hover) {
    color: #818181;
}

.post-password-required input[type="submit"] {
    padding: 15px 30px 19px;
}

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

.widget .select2-container--default .select2-selection--single {
    background-color: var(--tm-white-color);
}

.tm-blog-classic-box-content .themetechmount-box-desc-text div.wp-block-image:last-child .alignright {
    margin-bottom: 30px;
}

.woocommerce form.woocommerce-form-coupon .form-row-last {
    float: left;
}

.wp-block-button.aligncenter, .wp-block-buttons.aligncenter {
    text-align: center;
}

.site-footer .tooltip-top:after, .site-footer .tooltip:after, .site-footer [data-tooltip]:after {
    margin-left: -15px;
}

/*fact digit style2*/
.tm-fid-view-lefticon .tm-fid-icon-wrapper i {
    font-size: 60px;
}

.inside.tm-fid-view-lefticon h4 {
    font-size: 36px;
}

.inside.tm-fid-view-lefticon h3 {
    font-size: 14px;
    line-height: 24px;
}

/*client logo border*/
.themetechmount-boxes.themetechmount-boxes-client.themetechmount-element-clientbox-simple-logo-border .themetechmount-boxes-row-wrapper.row.multi-columns-row .tm-box-col-wrapper .themetechmount-item-thumbnail {
    border-left: 1px solid #e7e7e7;
    margin-bottom: -20px;
    padding-left: 20px;
    padding-top: 25px;
    margin-top: -15px;
    padding-bottom: 25px;
}

.themetechmount-boxes.themetechmount-boxes-client.themetechmount-element-clientbox-simple-logo-border .themetechmount-boxes-row-wrapper.row.multi-columns-row .tm-box-col-wrapper:first-child .themetechmount-item-thumbnail {
    border-left: none;
}

.themetechmount-boxes.themetechmount-boxes-client.themetechmount-element-clientbox-simple-logo-border .themetechmount-boxes-row-wrapper.row.multi-columns-row .tm-box-col-wrapper:hover .themetechmount-item-thumbnail .themetechmount-item-thumbnail-inner img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(0%);
    -webkit-filter: grayscale(100%);
}

.themetechmount-boxes.themetechmount-boxes-client.themetechmount-element-clientbox-simple-logo-border .themetechmount-boxes-row-wrapper.row.multi-columns-row .tm-box-col-wrapper .themetechmount-item-thumbnail .themetechmount-item-thumbnail-inner img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.tm-progressbar span.elementor-progress-percentage {
    position: absolute;
    left: -1px;
    top: 17px;
    content: '';
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 44px;
}

.tm-progressbar .elementor-element .elementor-progress-wrapper .elementor-progress-bar, .tm-progressbar .elementor-element .elementor-progress-wrapper {
    border-radius: 5px;
}

.tm-progressbar span.elementor-title {
    text-align: right;
    display: block;
}

.tm-progressbar .elementor-progress-percentage:before {
    content: unset;
}

.tm-progress1 span.elementor-progress-percentage {
    position: absolute;
    left: -1px;
    top: 3px;
    content: '';
    height: 45px;
    width: 45px;
    line-height: 44px;
    border-radius: 2px;
}

.tm-progress1 .elementor-element .elementor-progress-wrapper .elementor-progress-bar, .tm-progress1 .elementor-element .elementor-progress-wrapper {
    border-radius: 5px;
}

.tm-progress1 span.elementor-title {
    text-align: right;
    display: block;
    padding-bottom: 8px;
}

.tm-progress1 .elementor-progress-percentage {
    background-color: var(--tm-white-color);
    color: #0c2d62;
}

.tm-progress1 .elementor-progress-percentage:before {
    content: unset;
}

/**/
.wp-block-search .wp-block-search__button {
    background: #f34e3a;
    border: 1px solid #f34e3a;
    color: var(--tm-white-color);
}

.wp-block-search .wp-block-search__label {
	width: 100%;
    color: var(--tm-dark-grey-color);
    font-weight: 400;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    display: block;
}

.widget_search .wp-block-search {
    margin-bottom: 0px;
    width: 100%;
}

.widget_block h2.has-text-align-right {
    display: inline-block;
    float: right;
}

.widget_block h2.has-text-align-center:after {
    content: unset;
}

.widget_block h2.has-text-align-center em {
    position: relative;
}

.widget_block h2.has-text-align-center em:before, .widget_block h2.has-text-align-center em:after {
    display: block;
    content: "";
    position: absolute;
    height: 22px;
    width: 2px;
    left: 0;
    top: 4px;
    transform: rotate(12deg);
    background-color: #ffa800;
}

.widget_block h2 {
    display: block;
    font-size: 20px;
    line-height: 32px;
    position: relative;
	font-weight: 400;
}
.widget .wp-block-latest-comments__comment a, .wp-block-latest-posts.wp-block-latest-posts__list a {
    position: relative;
}

.sidebar .widget .wp-block-latest-comments__comment, .sidebar .widget .wp-block-latest-posts.wp-block-latest-posts__list > li {
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0;
}

.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
    padding-top: 0px;
    border: none;
}
.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    padding-bottom: 0px;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    text-align: center;
    font-style: italic;
}

/*--------------------------- westii custome css ---------------------------*/
.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-cta3-content-wrapper, .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading, .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading, .themetechmount-iconbox.themetechmount-iconbox-styleone .tm-box-icon, .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-inner, .themetechmount-iconbox.themetechmount-iconbox-styleone {
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: var(--tm-skin-color);
    z-index: -1;
    transition: transform 0.6s;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone {
    height: 154px;
    margin-top: -44px;
    position: relative;
    margin-bottom: 0px;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-inner {
    padding: 0px 60px 20px;
    position: relative;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-box-icon i {
    font-size: 40px;
    display: inline-block;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-box-icon {
    height: 80px;
    width: 80px;
    line-height: 90px;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-cta3-content-wrapper, .themetechmount-iconbox.themetechmount-iconbox-styleone .tm-iocnbox-btn {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    opacity: 0;
    display: none;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-iocnbox-btn a {
    padding-right: 0px;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone:hover .tm-cta3-content-wrapper, .themetechmount-iconbox.themetechmount-iconbox-styleone:hover .tm-iocnbox-btn {
    transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    opacity: 1;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading {
    padding-top: 0px;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.themetechmount-iconbox.themetechmount-iconbox-styleone:hover:after {
    transform: scaleY(1);
}

.themetechmount-iconbox.themetechmount-iconbox-styleone:hover .themetechmount-iconbox-heading {
    transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
}

.themetechmount-iconbox.themetechmount-iconbox-styleone:hover .tm-box-icon {
    transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-iocnbox-btn a, .themetechmount-iconbox.themetechmount-iconbox-styleone:hover .tm-cta3-content-wrapper, .themetechmount-iconbox.themetechmount-iconbox-styleone:hover .themetechmount-iconbox-heading .tm-custom-heading {
    color: var(--tm-white-color);
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-iocnbox-btn a:hover {
    color: var(--tm-dark-grey-color);
}

.themetechmount-iconbox.themetechmount-iconbox-styleone:hover .tm-box-icon {
    background-color: var(--tm-white-color);
    border: 1px solid #eeee;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone:hover .tm-box-icon i {
    color: var(--tm-dark-grey-color);
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-iocnbox-btn {
    margin-top: 10px;
}

/* ----------------iconbox style2 css-------------------*/
.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-inner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-inner .themetechmount-content-bg-box {
    position: relative;
    display: block;
    background-color: var(--tm-grey-color);
    padding: 40px 30px 40px;
    z-index: 1;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-background-image, .tm-iconbox-active-style .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tm-dark-grey-color);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-background-image, .tm-iconbox-active-style .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-background-image {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-inner .themetechmount-iconbox-icon {
    position: relative;
    display: block;
    z-index: 2;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading {
    position: relative;
    display: block;
    z-index: 2;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-content-button {
    position: relative;
    display: block;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .themetechmount-content-button, .tm-iconbox-active-style .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-content-button {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-content-button .tm-iocnbox-btn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--tm-skin-color);
    color: var(--tm-white-color);
    font-size: 13px;
    padding: 17px 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-background-image .tm-icon-bg-image img, .tm-iconbox-active-style .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-background-image .tm-icon-bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--tm-dark-grey-color);
    background-blend-mode: luminosity;
    opacity: .20;
    z-index: -1;
    width: calc(100% + 10px);
    max-width: none;
    height: 100%;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon .tm-box-icon {
    width: auto;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-icon .tm-box-icon {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    margin-top: 22px;
    margin-bottom: 10px;
    z-index: 3;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-heading .tm-custom-heading, .themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-heading .tm-cta3-content-wrapper, .tm-iconbox-active-style .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-cta3-content-wrapper, .tm-iconbox-active-style .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
    color: var(--tm-white-color);
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-iocnbox-btn {
    margin-top: 0px;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo {
    padding-right: 10px;
}
.elementor-container .elementor-column:last-child .themetechmount-iconbox.themetechmount-iconbox-styletwo {
    padding-right: 0px;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-iocnbox-btn a:after {
    display: none;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading, .themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-cta3-content-wrapper {
    text-align: left;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-cta3-content-wrapper {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* servicebox style one   */
.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a:after {
    display: none;
}

.themetechmount-servicebox-styleone .themetechmount-box-bottom-content .tm-servicebox-detials {
    background-color: var(--tm-grey-color);
    padding:28px 40px 27px;
    text-align: left;
}

.themetechmount-servicebox-styleone .themetechmount-box-bottom-content .tm-short-desc p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-bottom: 12px;
}

.themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-featured-wrapper {
    position: relative;
}

.themetechmount-servicebox-styleone .tm-service-cat {
    background-color: var(--tm-skin-color);
    color: var(--tm-white-color) !important;
    position: absolute;
    top: auto;
    bottom:0px;
    left: 0px;
    height: 32px;
    line-height: 32px;
    clip-path: polygon(0 0, 85% 0, 100% 99%, 0% 100%);
    padding-left: 20px;
    padding-right: 35px;
    font-size: 13px;
}

.themetechmount-servicebox-styleone .tm-service-cat a {
    color: var(--tm-white-color) !important;
}

/*coverbox element*/
.tm_coverimgbox_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    background: #000;
}

.tm_coverimgbox_wrapper:before {
    position: absolute;
    content: '';
    background-color: rgb(0 0 0 / 25%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .9s ease;
    z-index: 1;
    opacity: 1;
}

.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_coverbox_contents {
    min-height:62vh;
}

.tm_coverimgbox_wrapper .tm_coverbox_contents {
	position: relative;
    z-index: 2;
    padding: 0px 50px 63px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(100% / 4);
    border-right: 1px solid rgb(255 255 255 / 23%);
}

.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-bottom-contentbox {
    opacity: 0;
    transition: transform .9s ease;
    -moz-transform: translateY(170px);
    -ms-transform: translateY(170px);
    -webkit-transform: translateY(170px);
    transform: translateY(170px);
}

.tm_coverimgbox_wrapper .tm_coverbox_contents:hover .tm-bottom-contentbox {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tm_coverimgbox_wrapper .tm_coverbox_contents:first-child .tm-bottom-contentbox {
    opacity: 1;
    transform: translateY(0px);
}

.tm_coverimgbox_wrapper .tm-box-title h4 {
    color: var(--tm-white-color);
    margin-bottom: 25px;
    position: relative;
}

.tm_coverimgbox_wrapper:not(.tm-projectbox) .tm-box-title h4:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: var(--tm-white-color);
    bottom: -12px;
    left: 0;
}

.tm_coverimgbox_wrapper .themetechmount-static-box-desc {
    color: rgb(255 255 255 / 82%);
    padding-bottom: 40px;
}

.tm_coverimgbox_wrapper .tm-staticbox-more-link {
    position: relative;
    padding: 12px 30px;
    border: 1px solid var(--tm-white-color);
    color: var(--tm-white-color);
}

.tm_coverimgbox_wrapper .tm_coverbox_contents .coverbox-img-reposive {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}

.tm_coverimgbox_wrapper .tm-staticbox-more-link:hover {
    background-color: var(--tm-skin-color);
    border-color: var(--tm-skin-color);
}

/* ---------------------- testimonial style1 css ------------------- */
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .slick-initialized .slick-slide {
    width: 830px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .testimonials-nav {
    max-width: 300px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-box-desc {
    padding: 0px 50px 0px 0px;
    background-color: var(--tm-white-color);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 10%);
    margin: 30px 40px 0px 0px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    padding: 0px;
    margin-left: -13px;
    margin-right: -13px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .tm-wastii-icon-star-1.tm-active {
    font-size: 18px;
    margin-right: 5px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .testimonials-nav {
    float: right;
    padding: 0px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .testimonial_item .themetechmount-box-title {
    left: 10px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-box-footer {
    padding-left: 0px;
    font-style: normal;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper:after {
    content: unset;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .testimonial_item .themetechmount-box-title h3, .themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .testimonial_item .themetechmount-box-title span {
    opacity: 1;
    visibility: visible;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-review-highlight {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-box-highlight {
    border-bottom: 1px solid #e7e7e7;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-box-highlight-text {
    padding-bottom: 23px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .slick-slider.testimonials-nav .slick-list {
    padding: 0;
    margin:40px 0 0 0;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .testimonials-nav .nav_item_wrap.slick-current.slick-center {
    background-color: #e7e7e7;
    padding: 22px 20px 23px 20px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .testimonials-nav .nav_item_wrap.slick-slide {
    padding: 22px 20px 23px 20px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .testimonials-nav .nav_item_wrap.slick-current.slick-center .testimonial_item:before {
    position: absolute;
    content: "";
    height: 115px;
    width: 4px;
    background-color: var(--tm-skin-color);
    top: -23px;
    left: -22px;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .testimonials-nav .slick-current.slick-center .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:before {
    background-color: transparent;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .testimonials-nav .nav_item_wrap {
    padding: 15px 20px 10px 20px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-testimonials-info {
    margin: 10px;
	margin-left: 5px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .testimonials-nav .nav_item_wrap {
    border-bottom: 1px solid #d9d9d9;
    background-color: var(--tm-white-color);
	cursor:pointer;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-box-desc {
    text-align: center;
   padding: 30px 55px 40px 55px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1.themetechmount-boxes-view-slickview.themetechmount-boxes-col-one .testimonial_item {
    margin-bottom: 0px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-box-desc, .themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .tm-bottom-img, .themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-testimonial-text {
    display: inline-block;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-testimonial-text {
    right: 61px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .tm-bottom-blockquote {
    text-align: center;
    padding-top: 30px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1  .tm-bottom-blockquote .tm-bottom-img {
    display: none;
    left: 0;
    float: left;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1  .tm-bottom-blockquote .tm-bottom-img img {
    height: 50px;
    width: 100%;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text {
    margin-right: 0px;
}

.themetechmount-element-testimonialbox-style-1 .themetechmount-iconbox-heading {
    padding-top: 10px;
    padding-bottom: 30px;
}

.themetechmount-element-testimonialbox-style-1 .themetechmount-box-img .themetechmount-item-thumbnail {
    display: block;
    width: 68px;
    height: 68px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .themetechmount-box-img-right {
    padding: 5px 12px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    text-align: center;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethree .themetechmount-iconbox-icon {
    text-align: left;
}
.themetechmount-iconbox.themetechmount-iconbox-stylethree .themetechmount-iconbox-icon .tm-box-icon {
    vertical-align: super;
    margin-left: 0px;
}
.themetechmount-iconbox.themetechmount-iconbox-stylethree .themetechmount-iconbox-heading .tm-element-subhead {
    font-size: 14px;
    line-height: 25px;
    font-family: var(--body-font-family);
    font-family: var(--body-font-family);
    text-transform: capitalize;
}
.themetechmount-iconbox.themetechmount-iconbox-stylethree .tm-icon-type-image {
    width: 70px;
	display:table-cell;	
}
.themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-inner {
    padding: 40px 30px 20px 20px;
}
.themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-content-button {
    padding-top: 30px;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-img img {
    border-radius: unset;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-img .themetechmount-item-thumbnail {
    width: 100%;
    height: auto;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-author .themetechmount-box-title {
    padding-left: 25px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .tm-testimonial-footer-content {
    padding-top: 30px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-testimonial-text {
    padding-top: 14px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .tm-wastii-icon-star-1.tm-active {
    font-size: 18px;
    margin-right: 5px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .tm-wastii-icon-star-1 {
    margin: 0 5px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-footer {
    font-size: 14px;
    font-style: normal;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-author-name {
    font-size: 15px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-2.themetechmount-boxes-view-carousel .slick-dots {
    right: 0;
    left: auto;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-2 .themetechmount-box-highlight h2 {
    font-size: 20px;
    line-height: 28px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-2.themetechmount-boxes-view-carousel .slick-dots li.slick-active button {
    width: 20px;
    background-color: var(--tm-skin-color);
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-2.themetechmount-boxes-view-carousel .slick-dots li.slick-active button, .themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-2.themetechmount-boxes-view-carousel .slick-dots li button {
    height: 5px;
    border-radius: 0px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-2.themetechmount-boxes-view-carousel .slick-dots li button {
    width: 10px;
    background-color: var(--tm-dark-grey-color);
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-desc blockquote {
    font-size: 17px;
    line-height: 31px;
}

.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-2.themetechmount-boxes-view-carousel .themetechmount-box-content {
    padding: 0px;
}

.tm-fid.inside.tm-fid-view-circle-progress-style2 {
    margin-bottom: 0;
    padding-bottom: 0px;
    padding-top: 5px;
}

.tm-fid-view-circle-progress-style2 .tm-fid-number {
    font-size: 30px;
    line-height: 58px;
    font-family: var(--special-element-fontfamily);
    color: var(--tm-skin-color);
}

.tm-fid-view-circle-progress-style2 .tm-circle canvas {
    height: 125px !important;
    width: 125px !important;
}

.tm-fid-view-circle-progress-style2 .tm-fid-content {
    padding-left: 0px;
}

.tm-fid-view-circle-progress-style2 .tm-fid-content .tm-fid-title {
    padding-top: 0px;
    font-size: 18px;
    line-height: 29px;
    color: var(--tm-dark-grey-color);
    font-family: var(--special-element-fontfamily);
}

.tm-fid-view-circle-progress-style2 .tm-fid-content .tm-fid-desc, .tm-fid-view-circle-progress-style2 .tm-circle-content .tm-circle {
    text-align: center;
}

/* circle progress fid box style2 */
.tm-fid-with-icon.tm-fid-view-circle-progress-style2 {
    position: relative;
    margin-bottom: 0;
}

.tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent {
    position: relative;
}

.tm-fid-with-icon.tm-fid-view-circle-progress-style2 .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-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent .tm-fid-number {
    font-size: 22px;
}

.tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-fid-content {
    text-align: left;
    padding-left: 30px;
}

.tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-fid-content h3 {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    color: var(--tm-white-color);
    margin-bottom: 5px;
}

.tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-fid-content .tm-fid-desc {
    color: var(--tm-white-color);
}

.tm-fid-view-circle-progress-style2 .tm-circle-content {
    position: relative;
}

.tm-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-fid-content h3, .tm-bgcolor-darkgrey .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-fid-content h3, .tm-col-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent .tm-fid-number sup, .tm-col-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent .tm-fid-number sub, .tm-col-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent .tm-fid-number sup, .tm-col-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent .tm-fid-number sub, .tm-col-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent .tm-fid-number, .tm-col-bgcolor-darkgrey  .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent .tm-fid-number, .tm-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent .tm-fid-number sup, .tm-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent .tm-fid-number sub, .tm-bgcolor-darkgrey .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent .tm-fid-number sup, .tm-bgcolor-darkgrey .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent .tm-fid-number sub, .tm-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent .tm-fid-number, .tm-bgcolor-darkgrey  .tm-fid-with-icon.tm-fid-view-circle-progress-style2 .tm-circle-boxcontent .tm-fid-number {
    color: var(--tm-white-color);
}

.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-box-content h4 {
    font-size: 18px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-box-desc {
    padding-top: 0px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone .entry-header {
    padding: 0;
    padding-left: 20px;
    padding-right: 30px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone .tm-box-post-date {
    padding-top: 5px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone .tm-box-post-date span {
    font-size: 15px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone {
    position: relative;
}

.tm-bgimage-yes .themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-box-content h4 a, .tm-bgimage-yes .themetechmount-box-blog.themetechmount-blogbox-styleone .tm-box-post-date span {
    color: var(--tm-white-color);
}

/* tm-staticcontentbox-style3  */
.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .tm-stepbox-imagebox {
    position: absolute;
    left: auto;
    right: 0px;
    top: 10px;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepline:nth-child(even) .stepline {
    left: 30px;
    right: 0px;
    padding-left: 10px;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepline:nth-child(odd) .stepline {
    right: 30px;
    left: 0px;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepline:nth-child(odd) .tm-stepbox-imagebox {
    right: 0px;
    left: auto;
    padding-right: 30px;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepline:nth-child(even) .tm-stepbox-imagebox {
    padding-left: 30px;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepline:nth-child(even), .themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepline:nth-child(even) .tm-bottom-contentbox {
    float: right;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .tm-bottom-contentbox {
    text-align: left;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepline:nth-child(odd) {
    float: left;
    padding-right: 22px;
    margin-top: -50px;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepline {
    padding-left: 0;
    align-items: center;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .tm-bottom-contentbox {
    padding-top: 20px;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepline:nth-child(even) .tm-bottom-contentbox {
    float: right;
    padding-left: 30px;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3:before {
    position: absolute;
    content: '';
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepline, .themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 {
    position: relative;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepline:nth-child(even):before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 60px;
    width: 20px;
    height: 20px;
    background-color: var(--tm-dark-grey-color);
    transform: translateX(-50%);
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .themetechmount-static-box-year:hover {
    color: var(--tm-skin-color);
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    align-items: center;
    justify-content: space-between;
    grid-gap: 0px;
    position: relative;
    z-index: 1;
    padding-left: 0;
    margin: 0;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .themetechmount-static-box-year {
	font-size: 75px;
    line-height: 100px;
    font-family: var(--special-element-fontfamily);
    color:#dcdcdd;
}
.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .tm-stepbox-content.in-view .themetechmount-static-box-year {
    color:var(--tm-skin-color);
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepline:nth-child(even) {
    padding-left: 30px;
    padding-top: 70px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .tm-top-contentbox {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepbox-list {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .tm-top-contentbox .tm-bottom-contentbox, .themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .tm-top-contentbox .tm-top-contentbox-img {
    margin-bottom: 30px;
}

.reacttimeline .draw-line {
    top: 9%;
    width: 8px;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: var(--tm-skin-color);
}

.reacttimeline .default-line {
    content: '';
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: var(--tm-grey-color);
}

.reacttimeline ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto;
    height: 400px;
    background: transparent;
}

.journey-list li.in-view .timeline-box .left-content h2 {
    color: #ffa84b;
}

.themetechmount-stepboxes-wrapper.tm-staticcontentbox-style3 .stepline:nth-child(odd) .tm-top-contentbox .tm-bottom-contentbox {
    padding-right: 40px;
}

/* ----------------iconbox style5 css-------------------*/
.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-inner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-inner .themetechmount-content-bg-box {
    position: relative;
    display: block;
    background-color: var(--tm-white-color);
    padding: 35px 41px 28px 30px;
    z-index: 1;
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tm-dark-grey-color);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive:hover .themetechmount-iconbox-background-image {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-background-image .tm-icon-bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--tm-dark-grey-color);
    background-blend-mode: luminosity;
    opacity: .10;
    z-index: -1;
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-icon .tm-box-icon {
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive:hover .themetechmount-iconbox-icon .tm-box-icon {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-top-heading .tm-custom-heading {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    margin-top: 0px;
    z-index: 3;
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-content-button {
    padding-top: 15px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-heading .tm-custom-heading, .themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-heading .tm-cta3-content-wrapper {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive:hover .themetechmount-iconbox-heading .tm-custom-heading, .themetechmount-iconbox.themetechmount-iconbox-stylefive:hover .themetechmount-iconbox-heading .tm-cta3-content-wrapper {
    color: var(--tm-white-color);
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .tm-iocnbox-btn {
    margin-top: 0px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive {
    padding-right: 10px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-icon .tm-icon-type-image {
    text-align: end;
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-heading {
    padding-top: 10px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .tm-iocnbox-btn a:hover {
    color: var(--tm-white-color);
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive:hover .themetechmount-iconbox-top-heading .tm-custom-heading, .themetechmount-iconbox.themetechmount-iconbox-stylefive:hover .tm-iocnbox-btn a {
    color: var(--tm-white-color);
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .tm-iocnbox-btn a {
    line-height: 26px;
}

.tm-staticbox-style1 .tm-stepbox-content {
    background-color: var(--tm-grey-color);
    padding: 40px 30px 20px 30px;
    text-align: left;
}

.tm-staticbox-style1 .tm-stepbox-imagebox .tm-ptable-icon-type-image, .tm-staticbox-style1 .tm-top-contentbox {
    position: relative;
}

.tm-staticbox-style1 .tm-top-contentbox:before {
    content: "\f108";
    font-family: 'flaticon';
    font-size: 75px;
    color: var(--tm-skin-color);
    top: 22px;
    bottom: auto;
    left: 60%;
    right: 0;
    opacity: 0.09;
    position: absolute;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-bottom-contentbox {
    padding-top:15px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-box-title {
    padding-top: 4px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox:nth-child(even) {
    padding-top: 60px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox:nth-child(even):before {
    content: "\f101";
    font-family: "tm-wastii-icons";
    font-size: 16px;
    color: #818181;
    position: absolute;
    display: block;
    top: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 2px solid #e7e7e7;
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox {
    position: relative;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox-main-icon {
    font-size: 55px;
    line-height: 55px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox:nth-child(odd):after {
    content: "\f101";
    font-family: "tm-wastii-icons";
    font-size: 16px;
    color: #818181;
    position: absolute;
    display: block;
    top: auto;
    bottom: -60px;
    margin: 0 auto;
    left: -8px;
    right: 0;
    border: 2px solid #e7e7e7;
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox:nth-child(even) .tm-stepbox-content:before {
    display: block;
    content: '';
    right: auto;
    left: 56%;
    position: absolute;
    display: block;
    top: -45px;
    bottom: auto;
    width: 100%;
    height: 100%;
    background-image: url(../images/right_sidearrow.png);
    background-repeat: no-repeat;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox .tm-stepbox-content, .themetechmount-box-team.themetechmount-teambox-style1 .themetechmount-team-image-box .tm-member-social {
    position: relative;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox:nth-child(odd) .tm-stepbox-content:after {
    content: '';
    right: -50px;
    left: auto;
    position: absolute;
    display: block;
    bottom: -115px;
    width: 170px;
    height: 80px;
    background-image: url(../images/right_sidearrow.png);
    background-repeat: no-repeat;
}

.themetechmount-box-team.themetechmount-teambox-style1 .themetechmount-team-image-box .themetechmount-item-thumbnail {
    overflow: hidden;
}

.themetechmount-box-team.themetechmount-teambox-style1 .tm-member-social .themetechmount-team-icon:hover {
    background-color: var(--tm-skin-color);
}

.themetechmount-box-team.themetechmount-teambox-style1 .tm-member-social .themetechmount-team-icon {
    position: absolute;
    right: -35px;
    top: auto;
    bottom: -67px;
    background-color: var(--tm-skin-color);
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    z-index: 1;
    color: var(--tm-white-color);
    cursor: pointer;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.themetechmount-box-team.themetechmount-teambox-style1 .themetechmount-team-image-box .tm-member-social:hover  .themetechmount-box-social-links {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    bottom: -32px;
    visibility: visible;
}

.themetechmount-box-team.themetechmount-teambox-style1 .themetechmount-team-image-box .tm-member-social .themetechmount-box-social-links {
    position: absolute;
    right: -35px;
    left: auto;
    bottom: -60px;
    top: auto;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-content {
    border: 1px solid #e7e7e7;
    padding: 30px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-desc {
    padding-top: 0px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo .tm-entry-meta-blogbox {
    padding-top: 18px;
    border-top: 1px solid #e7e7e7;
	text-align: left;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-title {
	padding-bottom: 21px;
    padding-top: 15px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo .tm-entry-meta .tm-meta-line .flaticon-user:before {
    content: '\e819';
    font-family: tm-wastii-icons !important;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo .tm-blog-cat{
    position: absolute;
    top: 10px;
    left: 10px;
}

.themetechmount-box-blog.themetechmount-blogbox-styletwo .tm-blog-cat a {
	border-radius: 0px;
    background-color: var(--tm-skin-color);
    color: var(--tm-white-color);
    position: relative;
    top: 0px;
    bottom: auto;
    left: 0px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    padding: 1px 12px;
    font-size: 13px;
    font-style: italic;
}
.themetechmount-box-team.themetechmount-teambox-style1 .themetechmount-box-content .themetechmount-team-position .themetechmount-box-title:hover a{
	color: var(--tm-skin-color);
}
.tm-fid.inside.tm-fid-with-icon.tm-fid-view-topicon {
    background-color: var(--tm-skin-color);
    text-align: left;
    padding: 25px 40px 40px;
}

.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i, .tm-fid-with-icon.tm-fid-view-topicon h4, .tm-fid-with-icon.tm-fid-view-topicon h3 {
    color: var(--tm-white-color);
}

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

.tm-fid-with-icon.tm-fid-view-topicon .tm-fld-contents h4 {
    padding-top: 15px;
}

.tm-fid-with-icon.tm-fid-view-topicon h3 {
    font-family: var(--body-font-family);
    font-size: 15px;
    padding-top: 10px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-testimonial-text:after {
    content: "";
    background-image: url(../images/quote_img2.png);
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    right: 0px;
    bottom: -96px;
    width: 65px;
    height: 50px;
    text-align: center;
    display: block;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo:first-child .tm-wastii-icon-star-1.tm-active {
    margin-left: 0px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-ratting-star {
    border-top: 1px solid #d9d9d9;
    padding: 35px 0px 5px 0px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-desc blockquote {
    padding-top: 30px;
    padding-bottom: 30px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .tm-testimonial-footer-content .tm-box-right-logo {
    float: right;
    margin-top: -57px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-img-right {
    padding: 5px 12px;
    border: 1px solid #d9d9d9;
}

.themetechmount-iconbox.themetechmount-iconbox-stylesix .themetechmount-iconbox-heading {
    padding-left: 25px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylesix .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylesix .themetechmount-iconbox-inner {
    padding: 40px 40px 20px 30px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylesix .themetechmount-content-des {
    padding-top: 15px;
    padding-bottom: 5px;
}

/*==========new css ===================*/
.themetechmount-iconbox .themetechmount-iconbox-icon .tm-box-icon {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.themetechmount-iconbox .themetechmount-iconbox-icon .tm-box-icon i {
    position: relative;
    display: inline-block;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}

.themetechmount-iconbox:hover .themetechmount-iconbox-icon .tm-box-icon i {
    webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

/**/
.elementor-progress-bar {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.elementor-progress-percentage {
    background: transparent !important;
    position: absolute;
    text-align: right;
    right: -12px;
    top: -27px;
    font-size:18px;
    color: var(--tm-dark-grey-color);
    font-family: var(--special-element-fontfamily);
}

.elementor-progress-text:after {
    position: absolute;
    content: '';
    height: 2px;
    line-height: 2px;
    width: 100%;
    background-color: #000;
    right: 0px;
    top: 11px;
}

.elementor-widget-progress .elementor-title {
    display: block;
    margin-bottom: 10px;
}

.tm-elementor-bg-color-skincolor .elementor-progress-percentage {
    color: var(--tm-white-color);
}

.tm-elementor-bg-color-skincolor .elementor-progress-text:after {
    background-color: var(--tm-white-color);
}

/*Heading horizontal style*/
.tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header:after {
    content: "";
    right: 65px;
    height: 70%;
    position: absolute;
    top: 13px;
    width: 1px;
    border-right: 1px solid #E9E9EB;
}

.tm-elementor-bg-color-skincolor .tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header:after, .tm-elementor-bg-color-darkgrey .tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header:after {
    border-right-color: rgba(255, 255, 255, 0.09);
}

/* tab */
.elementor-element.tabs-style-01 .elementor-tab-title {
    background-color: var(--tm-grey-color);
    color: var(--tm-dark-grey-color);
    margin-left: 0px;
    margin-right: 10px;
    padding: 17px 40px;
    margin-top: 5px;
    font-family: var(--special-element-fontfamily);
    font-size: 15px;
    line-height: 25px;
}
}

.elementor-widget-tabs.tabs-style-01.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: inline-block;
}

.elementor-widget-tabs.tabs-style-01 .elementor-tab-content {
    padding: 40px 10px 0 0;
}

.tabs-style-01 .elementor-tab-title.elementor-tab-title.elementor-active {
    background-color: var(--tm-skin-color);
    color: var(--tm-white-color);
}

.elementor-widget-tabs.tabs-style-01 .elementor-tab-content ul {
    padding: 0;
    margin: 16px 0 0 0;
}

.elementor-widget-tabs.tabs-style-01 .elementor-tab-content ul li {
    list-style-type: none;
    padding-bottom: 15px;
    font-family: var(--special-element-fontfamily);
    font-size: 15px;
    line-height: 25px;
    color: var(--tm-dark-grey-color);
	font-weight: 500;
}

.elementor-widget-tabs.tabs-style-01 .elementor-tab-content ul li:last-child {
    padding-bottom: 0;
}

.elementor-widget-tabs.tabs-style-01 .elementor-tab-content ul li  i {
    margin-right:8px;
}

.elementor-widget-tabs.tabs-style-01 .elementor-tab-content p.tabs-description {
    padding-top: 10px;
}

/**/
.themetechmount-iconbox.themetechmount-iconbox-styleeight {
    position: relative;
    margin-bottom: 0;
}

.themetechmount-iconbox.themetechmount-iconbox-styleeight .themetechmount-iconbox-icon {
    vertical-align: top;
}

.themetechmount-iconbox.themetechmount-iconbox-styleeight .themetechmount-iconbox-icon .tm-icon-type-text {
    background-color: var(--tm-skin-color);
    width: 40px;
    height: 40px;
    color: var(--tm-white-color);
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-family: var(--special-element-fontfamily);
	margin-top: 6px;
}

.themetechmount-iconbox.themetechmount-iconbox-styleeight .themetechmount-iconbox-heading {
    padding-left: 20px;
}

/**/

/* iconbox style7 css*/
.themetechmount-iconbox.themetechmount-iconbox-styleseven .tm-icon-type-text {
    border: 8px solid var(--tm-white-color);
    height: 90px;
    width: 90px;
    line-height:73px;
    text-align: center;
    font-size: 30px;
    position: relative;
    background-color: var(--tm-skin-color);
    margin: 0 auto;
    font-family: var(--special-element-fontfamily);
	 -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 35%);
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 7%);
}
.themetechmount-iconbox.themetechmount-iconbox-styleseven .tm-icon-type-text .tm_number {
	transform: scale(1.0);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);	
	display:block;
}
.themetechmount-iconbox.themetechmount-iconbox-styleseven:hover .tm-icon-type-text .tm_number {
	transform: scale(0.9);
}
.themetechmount-iconbox.themetechmount-iconbox-style7 .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 20px;
    line-height: 30px;
}

.themetechmount-iconbox.themetechmount-iconbox-style7 .themetechmount-iconbox-heading {
    padding-top: 15px;
}

/**/
.elementor-element.tabs-style-02 .elementor-tab-title {
    position: relative;
    height: 100%;
    width: 175px;
    background-color: var(--tm-grey-color);
    padding: 30px;
    text-align: center;
    margin-right: 15px;
    font-family: var(--special-element-fontfamily);
    font-size: 15px;
    line-height: 25px;
	margin-bottom:20px;
    border: 1px solid #E9E9EB;
    color: var(--tm-dark-grey-color);
}

.tabs-style-02.elementor-widget-tabs .elementor-tabs .elementor-tab-title.elementor-active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-width: 0 0 0 0;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transition-delay: 0.07s;
    -moz-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s;
    background-color: var(--tm-skin-color);
}
.elementor-widget-tabs.tabs-style-02.elementor-tabs-view-horizontal .elementor-tabs-wrapper, 
.elementor-widget-tabs.tabs-style-03.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
    display: flex;	
}
.elementor-widget-tabs.tabs-style-02.elementor-tabs-view-horizontal .elementor-tab-desktop-title, .elementor-widget-tabs.tabs-style-03.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	-webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 15px;
    text-align: center;
}
.elementor-widget-tabs.tabs-style-02.elementor-tabs-view-horizontal .elementor-tab-desktop-title:last-child, 
.elementor-widget-tabs.tabs-style-03.elementor-tabs-view-horizontal .elementor-tab-desktop-title:last-child {
	margin-right:0px;
}

.elementor-widget-tabs.tabs-style-02 .elementor-tab-content {
    padding: 40px 0px 0 0;
}

.tabs-style-02.elementor-widget-tabs .elementor-tabs-wrapper, .tabs-style-03.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: visible;
}

.tabs-style-02.elementor-widget-tabs .elementor-tab-desktop-title i {
    display: block;
    font-size:45px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    color: var(--tm-skin-color);
}

.tabs-style-02.elementor-widget-tabs .elementor-tab-content, .tabs-style-03.elementor-widget-tabs .elementor-tab-content {
    border: none !important;
}

.tabs-style-02.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border: 1px solid var(--tm-skin-color) !important;
    background-color: var(--tm-skin-color);
    color: var(--tm-white-color);
}

.tabs-style-02.elementor-widget-tabs .elementor-tabs .elementor-tab-title.elementor-active i {
    color: var(--tm-white-color);
}

.tabs-style-02.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    content: unset;
}

/* ----tab style3 -----  */
.elementor-element.tabs-style-03.elementor-widget-tabs .elementor-tab-content {
    padding: 0px 0px 0 0 !important;
}
.tm-iconbox-style3-padding .themetechmount-iconbox.themetechmount-iconbox-stylethree .themetechmount-iconbox-heading {
    padding-left: 20px;
}

.tabs-style-03.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom: 2px solid var(--tm-skin-color) !important;
    color: var(--tm-skin-color);
    background-color: var(--tm-grey-color);
}

.tabs-style-03.elementor-widget-tabs .elementor-tabs .elementor-tab-title.elementor-active i {
    color: var(--tm-skin-color);
}

.tabs-style-03.elementor-widget-tabs .elementor-tab-desktop-title i {
    float: left;
    display: inline-block;
    font-size: 30px;
    height: 30px;
    line-height: 41px;
    margin-bottom: 0px;
    color: var(--tm-dark-grey-color);
    margin-right: 30px;
}

.tabs-style-03.elementor-widget-tabs .elementor-tabs .elementor-tab-title:after, .tabs-style-03.elementor-widget-tabs .elementor-tabs .elementor-tab-title.elementor-active:after {
    display: block;
    content: '';
    position: absolute;
    right: auto;
    left: 50px;
    top: 0px;
    width: 1px;
    height: 100%;
    transform: none;
    background-color: #d8d8d8;
    background-repeat: no-repeat;
}

.elementor-element.tabs-style-03 .elementor-tab-title {
  position: relative;
    display: block;
    border: 1px solid #d9d9d9;
    background-color: var(--tm-grey-color);
    padding: 9px 25px 11px 10px;
	height: auto;
    margin-right: 15px;
    font-family: "Oswald", Sans-serif;
    font-size: 14px;
    line-height: 38px;
    color: var(--tm-dark-grey-color);
    margin-bottom: 20px;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal.tabs-style-03 .elementor-tab-desktop-title.elementor-active:before {
    border: none;
}

.themetechmount-box.themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-item-thumbnail {
    overflow: hidden;
}

.themetechmount-box.themetechmount-box-service.themetechmount-servicebox-styleone 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;
}

.themetechmount-box.themetechmount-box-service.themetechmount-servicebox-styleone:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/**/
.elementor-icon i.fas.fa-play {
    font-family: 'FontAwesome';
}

.tm-list  li i {
    position: absolute;
    top: 8px;
}
.tm-results-page .tm-list li i {
    top: 5px;
}
/*prettyphoto*/
.tm_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon {
    position: relative;
    z-index: 1;
}

.tm_prettyphoto1.elementor-element .elementor-widget-container:after, .tm_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    background-color: var(--tm-skin-color);
}

.tm_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon {
    z-index: 11;
}

.tm_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon:before {
    width: 90px;
    height: 90px;
    opacity: .38;
    z-index: -1;
}

.tm_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon:hover:before, .tm_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon:hover:after {
    -webkit-animation: prittyphoto 1.7s infinite;
    -moz-animation: prittyphoto 1.7s infinite;
    -ms-animation: prittyphoto 1.7s infinite;
    -o-animation: prittyphoto 1.7s infinite;
    animation: prittyphoto 1.7s infinite;
}

@-webkit-keyframes prittyphoto {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }

}

@keyframes prittyphoto {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }

}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3;
    }

    40% {
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1.2);
        opacity: 0;
    }

}

/**/
.tm-custome-fid-top-img-style .tm-fid-view-topicon {
    position: absolute;
    top: auto;
    bottom: 80px;
    left: 0;
    right: auto;
    margin-left: 0px !important;
}

.tm-custome-fid-top-img-style {
    position: relative;
}

.tm-iconbox-style3-padding .themetechmount-iconbox.themetechmount-iconbox-stylethree .tm-box-icon i {
    font-size: 60px;
}

/* iconbox style 9 */
.themetechmount-iconbox.themetechmount-iconbox-style9 .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 30px;
    line-height: 40px;
}

.themetechmount-iconbox.themetechmount-iconbox-style9 .tm-box-icon {
    position: relative;
    height: 100px;
    width: 95px;
    font-size: 50px;
    line-height: 110px;
    text-align: center;
}

.themetechmount-iconbox.themetechmount-iconbox-style9 .themetechmount-iconbox-heading {
    padding-left: 30px;
    vertical-align: top;
}

.tm-elementor-bg-color-skincolor .themetechmount-iconbox.themetechmount-iconbox-style9 .tm-cta3-content-wrapper, .tm-elementor-bg-color-skincolor .themetechmount-iconbox.themetechmount-iconbox-style9 .themetechmount-iconbox-heading .tm-custom-heading {
    color: var(--tm-white-color);
}

.themetechmount-iconbox.themetechmount-iconbox-style9 .themetechmount-iconbox-inner {
    padding-right: 45px;
}

.tm-right-border-style .themetechmount-iconbox.themetechmount-iconbox-style9 .themetechmount-iconbox-inner:after {
    content: '';
    height: 100px;
    background-color: #d06f8a;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: auto;
    right: -60px;
    left: auto;
}

/**/
.themetechmount-box-testimonial.themetechmount-testimonialbox-stylethree .themetechmount-boxes-testimonial .themetechmount-box-content {
    position: relative;
}

.themetechmount-box.themetechmount-box-testimonial.themetechmount-testimonialbox-stylethree .themetechmount-box-content {
    padding: 0px 15px 0px 15px;
}

.themetechmount-box.themetechmount-box-testimonial.themetechmount-testimonialbox-stylethree .themetechmount-ratting-star i {
    display: inline-block;
    width: 11px;
    margin: 0 5px;
    font-size: 22px;
}
.themetechmount-box.themetechmount-box-testimonial.themetechmount-testimonialbox-stylethree .themetechmount-ratting-star i:first-child{
	margin-left:0px;
}
.themetechmount-box.themetechmount-box-testimonial.themetechmount-testimonialbox-stylethree .themetechmount-box-desc blockquote {
    font-size: 16px;
    line-height: 26px;
	background-color: transparent;
}

.themetechmount-box.themetechmount-box-testimonial.themetechmount-testimonialbox-stylethree .themetechmount-box-author {
    padding-top: 35px;
}

.themetechmount-box.themetechmount-box-testimonial.themetechmount-testimonialbox-stylethree  .themetechmount-box-img img {
    border-radius: 0;
}

.themetechmount-box.themetechmount-box-testimonial.themetechmount-testimonialbox-stylethree .tm-testimonial-footer-content .tm-box-footer {
    vertical-align: baseline;
}

/**/
.cmm-contactform-01  input[type="submit"] {
    font-size: 14px;
    border-radius: unset;
    padding: 15px 45px 15px;
    width: 100%;
    margin-top: 13px;
}

/**/
.tm-elementor-bg-color-skincolor .tm-btn-style-text .elementor-button-link.elementor-button:hover {
    color: var(--tm-dark-grey-color);
}

/**/
.elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
}

.accordian-style-01.elementor-widget-accordion .elementor-accordion .elementor-tab-title, .accordian-style-01.elementor-widget-accordion .elementor-accordion .elementor-active.elementor-tab-title {
    background-color: var(--tm-grey-color);
}

.accordian-style-01.elementor-widget-accordion .elementor-accordion .elementor-active.elementor-tab-title {
    border-bottom: 1px solid #d9d9d9 !important;
}

.accordian-style-01.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    border-bottom: 0;
}
.accordian-style-01 .elementor-accordion .elementor-tab-content {
    padding: 15px 40px;
}
.accordian-style-01.elementor-widget-accordion .elementor-accordion .elementor-tab-title a, .accordian-style-01.elementor-widget-accordion .elementor-accordion-icon {
    color: var(--tm-dark-grey-color);
    font-weight: 600;
}
.accordian-style-01 .elementor-accordion .elementor-tab-title {
	padding: 22px 40px 22px;
}
.accordian-style-01.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    background-color: var(--tm-grey-color);
}

/**/
.themetechmount-iconbox.themetechmount-iconbox-stylenine {
    position: relative;
    background-color: var(--tm-white-color);
    padding: 30px 30px 30px 0;
}

.themetechmount-iconbox.themetechmount-iconbox-stylenine .themetechmount-iconbox-icon .tm-icon-type-text {
    background-color: var(--tm-skin-color);
    width: 76px;
    height: 76px;
    color: var(--tm-white-color);
    font-size: 28px;
    line-height: 76px;
    text-align: center;
    border-radius: 0;
    font-family: var(--special-element-fontfamily);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--tm-white-color);
    -webkit-text-fill-color: transparent;
}

.themetechmount-iconbox.themetechmount-iconbox-stylenine .themetechmount-iconbox-heading {
    padding-left: 20px;
}

/**/
.ttm-white-color-style {
    position: relative;
}

.ttm-white-color-style:after {
    position: absolute;
    height: 71.3%;
    width: 17%;
    top: 280px;
    right: -90px;
    content: "";
    display: block;
    z-index: 1;
    background-color: var(--tm-white-color);
}

/**/
.icon-left-border .elementor-icon-box-icon .elementor-icon {
    border-left: 2px solid var(--tm-dark-grey-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.icon-left-border .elementor-icon-box-icon:hover .elementor-icon {
   border-left: 2px solid transparent;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*tab vertical css*/
.elementor-element.tabs-style-04.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border: 1px solid var(--tm-skin-color) !important;
    background-color: var(--tm-skin-color);
    color: #fff;
}

.elementor-element.tabs-style-04.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs .elementor-tab-title.elementor-active:after {
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    left: auto;
    top: 45%;
    width: 20px;
    height: 20px;
    border-width: 0 0 0 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(50%) rotate(45deg);
    -webkit-transition-delay: 0.07s;
    -moz-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s;
    background-color: var(--tm-skin-color);
}

.elementor-element.tabs-style-04.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    border-right-style: unset;
}

.elementor-element.tabs-style-04.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
    border: unset;
}

.elementor-element.tabs-style-04.elementor-element.tabs-style-02.elementor-tabs-view-vertical .elementor-tabs-wrapper:first-child .elementor-tab-title {
    margin-top: 15px;
}

.themetechmount-box-client.themetechmount-box-view-boxed-logo {
	background-color: var(--tm-grey-color);
    border: 1px solid #d9d9d9;
	margin-left: -1px;
}
.themetechmount-boxes-client.themetechmount-element-clientbox-boxed-logo .themetechmount-boxes-row-wrapper .tm-box-col-wrapper:last-child .themetechmount-box-client.themetechmount-box-view-boxed-logo{
    border-right: 1px solid #d9d9d9;
}
.themetechmount-box-client.themetechmount-box-view-boxed-logo .themetechmount-item-thumbnail-inner {
    height: 200px;
}

.tm-custome-haeding-line-height .elementor-counter .elementor-counter-title {
    padding-top: 10px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-content h4 {
    font-size: 18px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-desc {
    padding-top: 0px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylethree .entry-header {
    padding: 0;
    padding-left: 20px;
    padding-right: 30px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylethree .tm-box-post-date {
    padding-top: 5px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylethree .tm-box-post-date span {
    font-size: 15px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylethree {
    position: relative;
}

.tm-bgimage-yes .themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-content h4 a, .tm-bgimage-yes .themetechmount-box-blog.themetechmount-blogbox-stylethree .tm-box-post-date span {
    color: var(--tm-white-color);
}

.themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-desc img {
    width: 90px;
    height: 90px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-image.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);
}

.blogbox-nav .nav_item_wrap:not(.slick-active) {
    cursor: pointer;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .blogbox_wrapper .blogbox-nav.slick-vertical {
    position: absolute;
    left: auto;
    right: 0px;
    top: 30px;
    bottom: 0;
    margin-right: 0 auto;
    z-index: 1;
    width: 40%;
    margin: 0 auto;
    height: 630px;
    padding-top: 70px;
    padding-bottom:70px;
    overflow: hidden;
}
.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .blogbox_wrapper .slick-list {
    overflow-y: auto;
    height: 100% !important;
}
.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .blogbox_wrapper .slick-list::-webkit-scrollbar {
    width: 6px;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .blogbox_wrapper .slick-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.70);
    border-radius: 0px;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .blogbox_wrapper .slick-list::-webkit-scrollbar-thumb {
    background-color: var(--tm-skin-color);
    border-radius: 0px;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .themetechmount-box-title a, .themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .tm-box-post-date {
    color: var(--tm-whitecolor-color);
}

.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .blog-post_wrapper.slide_wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 0;
    margin-right: 50px;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .blog-post_wrapper.slide_wrap:first-child {
    padding-top: 0px;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .blog-post_wrapper.slide_wrap:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .tm-box-img {
    width: 90px;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .themetechmount-box-title.tm-wrap-cell {
    padding-left: 20px;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .themetechmount-box-title, .themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .tm-box-img {
    vertical-align: top;
    cursor: pointer;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .blogbox-info ul li button {
    opacity: 1;
    width: 5px;
}

.themetechmount-blog-box-view-left-image .themetechmount-box-content .themetechmount-box-desc {
    display: block !important;
}

.tm-bgcolor-skincolor .tm-btn-style-flat.tm-btn-color-white .elementor-button:hover {
    background-color: #000;
    color: #fff;
}

.blog-style-hero.blog-style-hero-type4 .slider-nav .slick-list {
    overflow-y: auto;
    height: 100% !important;
}

.elementor-867 .elementor-element.elementor-element-a049d93 .blog-style-hero-type4 .slider-nav {
    height: 650px;
    padding-top: 95px;
    padding-bottom: 95px;
}

/**/
.elementor-element .elementor-widget-tm_staticbox_element .tm-element-heading-content-wrapper.center-align.tm-heading-style-vertical {
    margin-bottom: 40px;
}

/**/
.tm-textblock1 blockquote {
    position: relative;
    border: 3px solid var(--tm-skin-color);
    background-color: var(--tm-white-color);
	padding: 25px 20px 15px 40px;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
	color: var(--tm-generalfont-color);
	margin: 45px 115px;
}

.tm-textblock1 blockquote:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 38px;
    color: var(--tm-dark-grey-color);
    position: absolute;
    top: -25px;
    left: 23px;
    right: 0;
    height: 50px;
    width: 70px;
    line-height: 30px;
    text-align: center;
    background-color: var(--tm-white-color);
	padding-top: 11px;
}

/**/
.tm-fid.tm-fid-without-icon.tm-fid-view-style7 {
	padding: 0px 15px 7px 0px;
    text-align: left;
}

.tm-fid.tm-fid-without-icon.tm-fid-view-style7 .tm-fld-contents {
    text-align: left;
}

.tm-fid.tm-fid-without-icon.tm-fid-view-style7.inside h4 {
    font-size: 70px;
    line-height: 80px;
    color: var(--tm-skin-color) !important;
}
.tm-fid-view-style7.tm-fid-without-icon .tm-fld-contents .tm-fid-title span {
    color: var(--tm-white-color);
}
.tm-fid.tm-fid-without-icon.tm-fid-view-style7.inside p {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--special-element-fontfamily);
    margin-top: 15px;
}
.themetechmount-iconbox-styleten {
     position: relative;
    padding: 40px 40px 36px 40px;
    background-color: var(--tm-grey-color);
}

.themetechmount-iconbox-styleten:hover .themetechmount-iconbox-icon .tm-box-icon {
    background-color: var(--tm-skin-color);
}

.themetechmount-iconbox-styleten .themetechmount-iconbox-icon .tm-box-icon i {
    font-size:44px;
}

.themetechmount-iconbox-styleten .themetechmount-iconbox-heading {
    padding-left: 20px;
    vertical-align: inherit;
    padding-top: 5px;
}

.themetechmount-iconbox-styleten .themetechmount-iconbox-heading .tm-element-subhead {
    font-size: 15px;
    line-height: 20px;
    color: var(--tm-generalfont-color);
    font-family: var(--body-font-family);
	text-transform:capitalize;
	font-weight:400;
}

.themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
    margin-bottom: 5px;
}

.tm-bg-white .themetechmount-iconbox-styleten {
    background-color: var(--tm-white-color) !important;
    -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 8%);
}

.image-background .tm-icon-type-image {
    display: inline-block;
    background-color: #ffff;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 5px;
    margin-bottom: 13px;
}

.accordian-style-02 .elementor-accordion .elementor-tab-title {
    background-color: var(--tm-grey-color);
	padding: 19px 20px;
}
.accordian-style-02 .elementor-accordion .elementor-accordion-item {
	border:1px solid #D9D9D9 !important;
}
.accordian-style-02 .elementor-accordion .elementor-tab-content {
    border-top: none;
}
.elementor-element.tabs-style-03 .elementor-tab-title:last-child {
    margin-right: 0px !important;
}

/* slickview-style2 */
.themetechmount-boxes-view-slickview-style2 .blogbox_item {
    height: 674px;
}

.themetechmount-boxes-view-slickview-style2 .blogbox_item .tm_blogbox_wrapper {
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.themetechmount-boxes-view-slickview-style2 .blogbox_item .tm-post-featured-link-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    transition: all .45s ease;
    z-index: 0;
}

.themetechmount-boxes-view-slickview-style2 .blogbox_item .tm-post-featured-link-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
}

.themetechmount-boxes-view-slickview-style2 .blogbox_item .tm-blogbox-desc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: 0 auto;
    max-width: 1170px;
    margin-top: 50px;
    margin-bottom: 95px;
}

.themetechmount-boxes-view-slickview-style2 .blogbox_item .tm-blogbox-desc-inner {
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px;
    transition: 0.4s;
    opacity: 1;
    width: 58%;
}

.themetechmount-boxes-view-slickview-style2 .tm_blogbox_navwrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    margin: 0 auto;
    max-width: 1170px;
}

.themetechmount-boxes-view-slickview-style2 .tm-author-img img {
    width: 43px;
    height: 43px;
}

.themetechmount-boxes-view-slickview-style2 .tm-author-imgbox {
    width: 60px;
}

.themetechmount-boxes-view-slickview-style2 .tm_blogbox_wrapper .cat-links a {
    background-color: var(--tm-skin-color);
    padding: 4px 15px;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
	font-style: italic;
}

.themetechmount-boxes-view-slickview-style2 .tm_blogbox_wrapper .tm-postcategory {
    margin-bottom: 23px;
}

.themetechmount-boxes-view-slickview-style2 .tm_blogbox_wrapper .themetechmount-box-title h4 {
    font-size: 32px;
    line-height: 46px;
}

.themetechmount-boxes-view-slickview-style2 .author-name h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .tm-box-post-date, .themetechmount-boxes-view-slickview-style2 .tm_blogbox_navwrapper .themetechmount-box-title h4, .themetechmount-boxes-view-slickview-style2 .tm-author-namebox .tm-meta-line a, .themetechmount-boxes-view-slickview-style2 .tm_blogbox_wrapper .themetechmount-box-title h4, .themetechmount-boxes-view-slickview-style2 .author-name h5 {
    color: #fff;
}

.themetechmount-boxes-view-slickview-style2 .tm_blogbox_navwrapper .themetechmount-box-title h4 {
    font-size: 18px;
    line-height:26px;
    margin-bottom:8px;
}

.themetechmount-boxes-view-slickview-style2 .tm-entry-meta .tm-meta-line {
    padding-right: 32px;
}

.themetechmount-boxes-view-slickview-style2 .tm-entry-meta .tm-meta-line:after {
    right: 16px;
    top: 0;
    margin-top: 1px;
    background-color: #fff;
    opacity: 1;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1  .themetechmount-testimonial-description {
    font-size: 16px;
    line-height: 29px;
    font-style: italic;
    text-align: center;
}

/* custome css */
.tm-header-overlay .floatingbar-widgets-inner .floatingbar-text-color-darkgrey .widget-title {
    color: var(--tm-dark-grey-color);
}

.flotingbar-footer-text {
    float: left;
}

.floatingbar-widgets-bottom .social-icons li > a {
    color: var(--tm-dark-grey-color);
    border: none;
}

.tm-header-overlay #site-header-menu #site-navigation li.tm-sepline {
    display: none;
}

.tm-headerstyle-classic .site-header-main.container-fullwide {
    padding-left: 100px;
    padding-right: 100px;
}

.tm-headerstyle-classic .tm-btn-style-outline.tm-btn-color-darkgrey .elementor-button:hover {
    border-color: var(--tm-skin-color);
}

.tm-headerstyle-classic .site-header-main .headerlogo:before, .tm-headerstyle-classic .site-header-main .headerlogo, .tm-headerstyle-classic .site-header-main .headerlogo:after {
    background-color: transparent;
}

.tm-header-style-classic .themetechmount-topbar-wrapper .social-icons li > a:hover {
    background-color: transparent;
    border-color: transparent;
}

.tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-ancestor > a i {
    color: var(--tm-skin-color);
}

.tm-header-style-classic.tm-header-overlay #site-header-menu #site-navigation li.tm-sepline {
    display: none;
}

.tm-heading-text #slider-1-slide-1-layer-1 {
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    animation: sliderTextAnimation 4s linear infinite alternate;
}

.tabs-style-02.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    content: unset;
}

.tm-header-style-classic.tm-header-overlay .themetechmount-fbar-box .floatingbar-widgets-top-inner .widget-title, .tm-header-style-classic.tm-header-overlay .themetechmount-fbar-box .tm-textcolor-white h3 {
    color: var(--tm-skin-color) !important;
}

.tm-header-style-classic.tm-header-overlay .themetechmount-fbar-main-w .themetechmount-fbar-box .textwidget.widget-text {
    color: var(--tm-dark-grey-color);
}

.tm-header-style-classic.tm-header-overlay .themetechmount-fbar-position-right .themetechmount-fbar-box-w {
    background-color: var(--tm-white-color);
    color: var(--tm-dark-grey-color);
}
.tm-header-style-classic.tm-header-overlay .themetechmount-fbar-position-right .floatingbar-widgets-top-inner {
    color: var(--tm-skin-color) !important;
}

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

.tm-header-style-classic.tm-header-overlay .themetechmount-topbar-wrapper .social-icons li > a {
    font-size: 16px;
}
.tm-header-style-classic.tm-header-overlay .themetechmount-topbar-wrapper .themetechmount-fbar-btn {
    margin-top: 0px;
    font-size: 24px;
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    right: 0;
    float: none;
    top: auto;
    bottom: -66px;
    z-index: 99;
    width: 43px;
    height: 43px;
    color: #fff;
    border-radius: 50%;
    background-color: transparent;
    text-align: right;
    line-height: 54px;
}
.tm-team-member-single-content-wrapper .tm-team-single-authorinfo {
    padding: 27px 15px 30px;
}
.tm-ctabox-row .tm-skincolor-bgbox {
    position: relative;
    padding: 35px 0 30px;
}

footer.entry-footer {
    display: none;
}

.tm-header-style-classic .tm-mmenu-active-color-skin #site-header-menu #site-navigation .sep-img {
    background-color: var(--tm-skin-color);
}

.tm-expandbg-left-custom .tm-col-stretched-right .tm-stretched-div {
    margin-left: -90px;
}

.elementor-element.tabs-style-04.elementor-tabs-view-vertical .elementor-tab-title {
    height: auto;
    width: 220px;
    margin-bottom: 15px;
    position: relative;
    background-color: var(--tm-white-color);
    padding: 30px;
    text-align: center;
    margin-right: 15px;
    font-family: var(--special-element-fontfamily);
    font-size: 15px;
	text-transform: uppercase;
    line-height: 30px;
    border: 1px solid #E9E9EB;
    color: var(--tm-dark-grey-color);
}

.elementor-element.tabs-style-04.elementor-tabs-view-vertical .elementor-tab-title i {
    display: block;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    text-align: center;
    color: var(--tm-skin-color);
}

.elementor-element.tabs-style-04.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active i {
    color: var(--tm-white-color);
}

.tm-header-style-classic #site-header-menu #site-navigation div.nav-menu ul li a i {
    display: none !important;
}

.tm-custome-box-shaddow {
    -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 35%);
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 7%);
}

.themetechmount-fbar-position-right .themetechmount-fbar-content-wrapper {
    padding: 50px 40px 40px;
}

#floatingbar-widgets-bottom .social-icons li > a {
    width: 38px;
    height: 33px;
    line-height: 38px;
    text-align: left;
    font-size: 15px;
}

#floatingbar-widgets-bottom .social-icons li > a {
    width: 38px;
    height: 33px;
    line-height: 38px;
    text-align: left;
    font-size: 15px;
}

/* floating bar css */
.themetechmount-fbar-position-default .tm-float-overlay {
    display: none;
}

.tm-float-overlay {
    position: fixed;
    content: "";
    top: 0;
    left: 100%;
    background: rgba(36, 36, 36, 0.88);
    height: 100%;
    width: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all .6s ease-in;
}

.tm-float-overlay.animated {
    visibility: visible;
    opacity: 1;
    left: 0;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    transition: .4s ease-out;
}

.tm-float-overlay.animated {
    cursor: url(../images/close.png), auto;
}
.themetechmount-fbar-position-right .themetechmount-fbar-box-w.animated .tm-fbar-close {
    display: none;
}

/* custome code css */
.themetechmount-servicebox-styleone .tm-service-cat a {
    color: var(--tm-white-color) !important;
}
.themetechmount-boxes-view-slickview.themetechmount-boxes-testimonial .themetechmount-box-footer {
    font-style: italic;
}
.themetechmount-box-service.themetechmount-servicebox-styleone .tm-service-cat a {
    color: var(--tm-white-color);
}
.site-header.tm-sticky-bgcolor-white.is_stuck, .tm-header-overlay .site-header.tm-sticky-bgcolor-white.is_stuck .site-header-main.container-fullwide {
    background-color: var(--tm-white-color) !important;
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border: 1px solid #D9D9D9;
    border-bottom:0;
}
.accordian-style-02 .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: 1px solid #D9D9D9;
}
.elementor-accordion .accordian-style-02 .elementor-tab-title {
	padding: 20px 20px;
}
.elementor-element.tabs-style-03 .elementor-tab-title:last-child {
    margin-right: 0px !important;
}
.tm-heading-text {
    background: url(../images/bg-img1.png) no-repeat;
    background-position: center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: sliderTextAnimation 8s linear infinite alternate;
}

@keyframes sliderTextAnimation {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 100%;
    }

}

#sidebar-right .elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):after {
    content: unset;
}

.widget.tm-sidebar-contact-banner .elementor-widget-button .elementor-button-link:hover {
    background-color: var(--tm-white-color);
    border-color: var(--tm-white-color);
    color: var(--tm-dark-grey-color);
}
.themetechmount-boxes.themetechmount-boxes-service .themetechmount-boxes-row-wrapper .slick-arrow {
    padding: 0;
    margin: 0 3px;
    z-index: 1;
    background: transparent;
    width: 50px;
    height: 50px;
    border: 1px solid #c7c7c7;
    text-align: center;
}
.themetechmount-boxes.themetechmount-boxes-service .themetechmount-boxes-row-wrapper .slick-prev, 
.themetechmount-boxes.themetechmount-boxes-service .themetechmount-boxes-row-wrapper .slick-next {
    top:111%
}
.themetechmount-boxes.themetechmount-boxes-service .themetechmount-boxes-row-wrapper .slick-next {
    left: 50%;
	background-color: var(--tm-skin-color);
}
.themetechmount-boxes.themetechmount-boxes-service .themetechmount-boxes-row-wrapper .slick-prev {
    left: 44%;
	background-color: var(--tm-dark-grey-color);
}
.themetechmount-boxes-view-carousel .themetechmount-boxes-row-wrapper .slick-arrow:hover {
    background-color: var(--tm-skin-color);
    border-color: var(--tm-skin-color);
    color:var(--tm-white-color)
}
#sidebar-right .elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):after {
    content: unset;
}
.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-blog-cat{
    padding-top: 30px;
    padding-bottom:7px;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-content h4{
    text-align: left;
}
.tm-custome-grey-service-style .themetechmount-servicebox-styleone .themetechmount-box-bottom-content .tm-servicebox-detials {
    padding: 34px 40px;
    background-color: var(--tm-white-color);
}
.tm-custome-counter-seprator .elementor-counter{
    position: relative;
}
.tm-custome-counter-seprator .elementor-counter:after{
    position: absolute;
    content: '';
	background-color: rgb(217 217 217 / 30%);
    height: 75px;
    width: 1px;
    top: 20px;
    bottom: 0;
    margin: 0 auto;
    right: -10px;
}
.tm-header-style-classic.tm-header-overlay .is_stuck .elementor-button-wrapper .elementor-button{
    color: var(--tm-dark-grey-color);
}

.elementor-widget-counter .elementor-counter .elementor-counter-title {
    padding-top: 3px;
}
.widget .sidebar-right .search-form{
    padding: 20px 30px 14px;
    background-color: var(--tm-white-color);
}
.single article.post blockquote  cite:before {
	content:unset;
}

.single article.post blockquote label {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: var(--tm-generalfont-color);
}
ul.single-blog-list {
    padding-left: 0;
}
ul.single-blog-list li {
    margin: 15px 0;
}
ul.single-blog-list li i {
    padding-right: 10px;
    font-size: 15px;
    line-height: 25px;
}
.themetechmount-iconbox-styleten .themetechmount-iconbox-desc .tm-cta3-content-wrapper {
    line-height: 30px;
    padding-top: 5px;
}
.cmm-contactform-03 input[type="submit"] {
    font-size: 15px;
    border-radius: unset;
    padding: 15px 45px 15px;
    width: 100%;
    margin-top: 13px;
}
.themetechmount-iconbox .themetechmount-iconbox-icon img {
    width: 55px;
    height: 55px;
}
.themetechmount-iconbox-styleten .themetechmount-iconbox-heading {
    padding-left: 20px;
}
.sidebar .tm-sidebar-contact-banner{
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}

.sidebar .widget_recent_comments li.recentcomments, .sidebar .widget_recent_entries a, .sidebar .widget_meta a, .sidebar .widget_categories a, .sidebar .widget_product_categories a, .sidebar .widget_archive li a, .sidebar .widget_pages li a, .sidebar .widget.widget_nav_menu li a {
    padding-left:17px;
}
.sidebar .widget_recent_comments li.recentcomments, .sidebar .widget_recent_entries a:not(:hover), .sidebar .widget_meta a:not(:hover), .sidebar .widget_categories a:not(:hover), .sidebar .widget_product_categories a:not(:hover), .sidebar .widget_archive li a:not(:hover), .sidebar .widget_pages li a:not(:hover), .sidebar .widget.widget_nav_menu li a:not(:hover) {
    color: var(--tm-dark-grey-color);
}


.themetechmount-box-blog-classic .tm-custome-list-spacing{
    padding-left: 0px;
	margin: 0;
}

.single article.post blockquote p {
    font-style: italic;
}

.comment-form textarea ::placeholder,
.comment-form input[type="text"]::placeholder { 
    color:#818181;
}

.single article.post blockquote p {
    font-style: italic;
}
.themetechmount-box-blog-classic .tm-custome-list-spacing{
    padding-left: 0px
}
.themetechmount-box-blog-classic .tm-custome-list-spacing li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sidebar .tm-sidebar-contact-banner{
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}
.single article.post blockquote {
    padding: 55px 40px 35px !important;
	margin-bottom:14px;
}
.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-classic-post-meta{
    padding-top: 15px;
}
.themetechmount-pagination .page-numbers{
    background-color: var(--tm-white-color);
	text-transform:capitalize;
}
.tm-header-overlay #site-header-menu #site-navigation .themetechmount-fbar-btn a {
    font-size: 23px;
}
.tm-header-style-classic.tm-header-overlay .is_stuck .tm-custome-header-btn .elementor-button-wrapper .elementor-button{
    color: var(--tm-dark-grey-color);
}
.tm-header-style-classic.tm-header-overlay .tm-custome-header-btn .elementor-button-wrapper .elementor-button{
    color: var(--tm-white-color);
}
.sidebar .widget {
    padding:25px 20px 30px;
    background-color: var(--tm-white-color);
}
.widget_tag_cloud .widget-title{
   margin-bottom: 15px;
}
#sidebar-right ul .cat-item a:hover{
   color: var(--tm-skin-color);
}
#sidebar-right ul .cat-item a:before {
    font-weight: 500;
    color:inherit;
}
.themetechmount-box-blog-classic.tm-no-featured-content .tm-blog-classic-box-content .tm-blog-cat {
    padding-top: 10px;
}
#sidebar-right ul .cat-item a {
    text-transform: capitalize;
}
#sidebar-right ul .cat-item a:before{
    font-weight: 500;    
}
.widget .woocommerce-product-search .search-field,
.widget .search-form .search-field{
   background-color: var(--tm-grey-color);
}
.themetechmount-box-team.themetechmount-teambox-style1 .themetechmount-box-content .themetechmount-team-position,
.post.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-blog-cat a {
    font-style: italic;
}
.themetechmount-box-team.themetechmount-teambox-style1 .themetechmount-box-content .themetechmount-team-position .themetechmount-box-title{
    font-style: normal;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{
    padding-right: 20px;
}

.tm-titlebar h1.entry-title, .tm-titlebar-textcolor-custom .tm-titlebar-main .entry-title {
    font-size: 50px;
    line-height: 55px;
}
.tm-custome-iconbox-style3-spacing .elementor-inner-column:last-child .themetechmount-iconbox-stylethree .tm-iconbox-wrapper:after{
    content: unset;
}
.tm-custome-iconbox-style3-spacing .themetechmount-iconbox-stylethree .tm-iconbox-wrapper:after{
    content: '';
    position: absolute;
    height: 80px;
    width: 1px;
    background-color: #d9d9d9;
    right: 3%;
    top: 20%;
}
.tm-custome-iconbox-style3-spacing .themetechmount-iconbox.themetechmount-iconbox-stylethree{
    padding-right: 40px;
}
.tm-custome-tab-margin{
  margin-top: 0px !important;
}
.themetechmount-iconbox.themetechmount-iconbox-styleseven .themetechmount-iconbox-heading .tm-custom-heading{
    padding-top: 10px;
}
.floatingbar-title,
.tm_custome_floatingbar_social{
   padding-top: 30px;
}
html {
    margin-right: 0 !important;
    overflow: visible !important;
}
.tm-custome-counter-alight-left-style .elementor-counter-number-prefix{
    text-align: left;
    margin-left: -30px;
}
.tm-header-icons .themetechmount-fbar-btn a i.flaticon-menu-1 {
    display: inline-block;
    position: relative;
	transition: unset;
}
.tm-header-icons .themetechmount-fbar-btn a i.flaticon-menu-1:before {
    background-color: #000;
    -webkit-mask: url(../images/floating-icon.svg) no-repeat 100% 100%;
    mask: url(../images/floating-icon.svg) no-repeat 100% 100%;
    mask-size: cover;
    position: absolute;
    top: -20px;
    left: 0px;
    text-align: center;
    display: block;
    font-size: 70px;
    font-style: normal;
    width: 25px;
    height: 20px;
}
.tm-header-icons.tm-fbar-link-only{
	padding-left:35px;
}

.elementor-element.tm-btn-style-text.tm-btn-color-white .elementor-button-link {
	color:#fff;	
}
.wpcf7-form .cmm-contactform-03 .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 25px;
}
.wpcf7-form .cmm-contactform-03 .wpcf7-spinner {
    position: absolute;
    top: 50%;
}
.sidebar .widget .wp-block-latest-comments__comment, .sidebar .widget .wp-block-latest-posts.wp-block-latest-posts__list > li,
.sidebar .widget ul > li {
	position:relative;
}
.sidebar .widget .wp-block-latest-comments__comment:before, .sidebar .widget .wp-block-latest-posts.wp-block-latest-posts__list > li:before,
.sidebar .widget ul > li:before {
    top:0px;
    content: '';
    height:1px;
    width: calc(42px + 100%);
    background-color: rgba(0, 0, 0, 0.07);
    z-index: 1;
    left:-21px;
    position: absolute;
}

.sidebar .widget .wp-block-latest-comments__comment:first-child:before, .sidebar .widget .wp-block-latest-posts.wp-block-latest-posts__list > li:first-child:before,
.sidebar .widget ul:not(.children):not(.sub-menu) > li:first-child:before {
	content:unset;
}
.sidebar ul.tm-recent-post-list > li {
    padding:13px 0px 15px 0px !important;
}
.sidebar ul.tm-recent-post-list > li:first-child {
	padding-top:0px !important
}
.sidebar ul.tm-recent-post-list > li:last-child {
	padding-bottom:0px !important
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.wastii_contact_widget_wrapper):not(.wastii_category_list_widget):not(.tm-all-post-list) > li:last-child {
    padding-bottom:0px;
}
.tm-elementor-bg-color-darkgrey .themetechmount-iconbox-styleten {
    background-color: transparent; 
}
.tm-iconbox-custome-style10 .themetechmount-iconbox-styleten{
    padding: 0px;
}
.themetechmount-box.themetechmount-teambox-style1{
    box-shadow: unset;
    -webkit-box-shadow: unset;
}
.themetechmount-teambox-style1 .themetechmount-box-content {
    padding: 17px 60px 10px 60px;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo{
    background-color: var(--tm-grey-color);
}
.themetechmount-element-servicebox-styleone.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row {
    margin-left: -14px;
    margin-right: -14px;
}
.widget_calendar table td#today {
    background-color: var(--tm-skin-color);
    color:#fff !important;
}
.wp-block-calendar .wp-calendar-nav {
    background: #f1f3f5;
    padding: 5px 20px;
    margin-bottom: 15px;
}
.tm-blog-classic-box-content .wp-block-calendar table th {
    font-weight: 600;
    background: #f1f3f5;
    text-align: center;
}

.page .entry-content pre,
.page .entry-content blockquote,
.page .entry-content table {
	background-color:#fff;
}
.woocommerce table.shop_table th {
	font-weight: 500;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 0;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    padding: 0px 30px 30px 30px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li.active:before {
    display: block !important;
    content: "";
    width: 0px;
    height: 0px;
    border: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--tm-skin-color);
    position: absolute;
    bottom: -8px;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li:after, .single .main-holder div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
    color: #242424;
}
.site-footer .widget_recent_comments li.recentcomments:before,
.site-footer .widget_recent_entries a:before,
.site-footer .widget_meta a:before,
.site-footer .widget_categories a:before,
.site-footer .widget_archive li a:before, 
.site-footer .widget_pages li a:before,
.site-footer .widget.widget_nav_menu li a:before, 
.site-footer .widget_product_categories a:before {
  font-family: 'themify';
    content: "\e65a";
    position: absolute;
    top: 3px;
    left: 0;
    font-size:14px;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.themetechmount-boxes-view-slickview-style2 .tm-blogbox-desc .themetechmount-box-authormeta{
	padding-top: 10px;
}
.themetechmount-iconbox.themetechmount-iconbox-styleseven .themetechmount-iconbox-icon {
    margin-top: -15px;
}
.themetechmount-iconbox-styleten .themetechmount-iconbox .tm-box-icon {
    height: 80px;
    width: 80px;
    line-height: 92px;
}
.tm-header-style-classic .tm-header-iconbox.tm-header-iconbox-left .header-content h5,
.tm-header-style-classic .tm-header-iconbox.tm-header-iconbox-right .header-content h5 {
    cursor: pointer;
	color: var(--tm-dark-grey-color);
}

.tm-post-featured-wrapper.tm-post-format-video {
    position: relative;
}
.tm_playbtn_outer {
    position: absolute;
    top: 42%;
    width: 80px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80px;
}
.tm_postvideo_playbtn {
    position: absolute;
    top: 11px;
    background-color: #b10f3c;
    width: 60px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.tm_postvideo_playbtn:focus, .tm_postvideo_playbtn:hover {
    color: #fff !important;
}
.tm_playbtn_outer:after, .tm_playbtn_outer:before {
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .30);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .30);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, .30);
    position: absolute;
    top: 50.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    z-index: 2;
}
.tm_playbtn_outer:after {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}
.tm_playbtn_outer:hover:after, .tm_playbtn_outer:hover:before {
    -webkit-animation: tm-wave 2s infinite;
    animation: tm-wave 2s infinite;
}
@-webkit-keyframes tm-wave {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }

}
@keyframes tm-wave {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }

}
article.themetechmount-box-blog-classic.post_format-post-format-video .tm-post-format-video:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.ttm-view-textarea p, .ttm-view-textarea h6 {
    display: inline-block;
}
.themetechmount-box.themetechmount-teambox-style1 span.themetechmount-item-thumbnail-inner img {
    width: 100%;
}
.themetechmount-iconbox.themetechmount-iconbox-styleseven .themetechmount-iconbox-icon .tm-box-icon {
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 85px;
    text-align: center;
}
.themetechmount-iconbox.themetechmount-iconbox-styleseven .themetechmount-iconbox-icon .tm-box-icon i {
    font-size: 40px;
}
.single article.post blockquote p:last-child {
    margin-bottom: 0;	
}

.comment-body .comment-box p:last-child,
article.post .entry-content blockquote p:last-child {
	margin-bottom:0px;
}
.themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-content h4:hover a{
    color: var(--tm-skin-color);
}
.single-product div.product .product_title {
    display: none;
}
.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_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon:before,
.tm_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon:after{
     -webkit-animation: prittyphoto 1.07s infinite;
    -moz-animation: prittyphoto 1.07s infinite;
    -ms-animation: prittyphoto 1.07s infinite;
    -o-animation: prittyphoto 1.07s infinite;
    animation: prittyphoto 1.07s infinite;
}
.tm-service-iconbox-style:hover > .elementor-element-populated,
.tm-service-iconbox-style:hover .themetechmount-iconbox-heading .tm-custom-heading{
    color: #fff;
}
.tm-service-iconbox-style:hover .tm-iocnbox-btn a{
    color: var(--tm-skin-color);
}
.wp-block-latest-comments__comment {
    line-height: 21px;
}
.sidebar .widget_categories .current-cat :not(:hover){ 
    color: var(--tm-skin-color);
}
.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper .category.current-item{
	color: var(--tm-skin-color); 
}
.themetechmount-portfoliobox-style2 .themetechmount-icon-box a.themetechmount_pf_link:hover,
.themetechmount-portfoliobox-style2 .themetechmount-icon-box a.tm_prettyphoto:hover {
    background-color: #fff;
    border-color: #fff;	
}
.tm-blog-classic-box-content p.has-background {
    margin-top: 23px;
}
.single article.post blockquote.has-very-dark-gray-color {
    margin: 0 auto;
}
.themetechmount-iconbox:hover .themetechmount-iconbox-icon .tm-icon-type-image img {
	transform: rotateY(360deg);
    display: inline-block;
    transition: .5s;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-1 .testimonials-nav .nav_item_wrap.slick-active+.slick-active+.slick-active {
	border-bottom:none;
}
.single .tm-post-title-content-wrapper {
	padding-bottom: 10px;
}
.single .tm-post-title-content-wrapper .cat-links a {
    border-radius: 0px;
    background-color: var(--tm-skin-color);
    color: var(--tm-white-color);
    position: relative;
    top: 0px;
    bottom: auto;
    left: 0px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    padding: 1px 12px;
    font-size: 13px;
    font-style: italic;
	margin-right:3px;
	margin-bottom:8px;
}
.single .tm-post-title-content-wrapper .cat-links {
	margin-bottom:5px;
}
.single .tm-post-title-content-wrapper h4 {
	font-size: 32px;
    line-height: 42px;
}
.single .tm-no-featured-content .tm-post-title-content-wrapper h4 {
	margin-bottom:0px;
}
.single .tm-no-featured-content .tm-post-title-content-wrapper {
    padding-bottom: 0;
}
.entry-content .wp-block-columns:last-child {
	margin-bottom: 15px;
}
.themetechmount-box-service.themetechmount-servicebox-styleone .themetechmount-box-title h4 {
    margin-bottom: 12px;	
}
.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a {
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a:before {
    font-family: "tm-wastii-icons";
    content: "\f101";
    right: -17px;
    position: absolute;
    color: inherit;
    top:5px;
}
.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a:hover:before {
    -webkit-animation: tfLeftToRight 0.5s forwards;
    -moz-animation: tfLeftToRight 0.5s forwards;
    animation: tfLeftToRight 0.5s forwards;
}
.tm-paddingleft0>.elementor-widget-wrap {
    padding-left: 0px !important;
}
.tm-paddingright0>.elementor-widget-wrap {
    padding-right: 0px !important;
}
.wp-block-calendar table th {
    background: #fff;
}
.widget_calendar table td#today a {
    font-weight: 500;
    color: #fff;
}

.themetechmount-fbar-box h4 {
	font-weight:400;
	font-size: 20px;
    line-height: 32px;
}
.wp-block-latest-comments__comment-excerpt p:last-child {
	margin-bottom:0px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table th {
    font-weight: 600;
}

.tm-processbox2-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0px;
}
.tm-processbox2-wrapper .tm-box-image, .tm-processbox2-wrapper .tm-processbox2 {
    position: relative;
}
.tm-processbox2-wrapper .tm-processbox2 {
    width: calc(100% / 3);
    padding: 0 15px;
    position: relative;
    text-align: center;
}
.tm-processbox2-wrapper .tm-processbox2 .tm-box-image{
    max-width: 187px;
    margin: 0 auto;
}
.tm-processbox2-wrapper .tm-processbox2 .tm-process-image {
    position: relative;
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    max-width: 187px;
    padding: 10px;
	background-color: #fff;
}
.tm-processbox2-wrapper .tm-processbox2 img {
    border-radius: 50%;
}
.tm-processbox2-wrapper .tm-processbox2 .process-num {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--tm-skin-color);
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    left: 2px;
    top: 10px;
    z-index: 10;
    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;
}
.themetechmount-boxes-row-wrapper.tm-processbox2-wrapper:before {
    content: '';
    position: absolute;
    left: -150px;
    right: -150px;
    height: 100%;
    display: block;
    background: url(../images/proccess-box-arrow.png) center center no-repeat;
    top:-45px;
}
.tm-processbox2-wrapper .tm-box-content {
    text-align: center;
    padding:0px;
    margin-top:18px;
}
.tm-processbox2-wrapper .tm-processbox2 .tm-box-title h5 {
    font-size: 20px;
    line-height: 26px;
    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;
	    margin-bottom: 10px;
}
.sidebar .widget.widget_recent_comments ul > li:before {
    width: calc(90px + 100%);
}
.tm-product-box .tm-product-box-inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.woocommerce table.shop_attributes th {
    font-weight: 500;
}
.woocommerce table.shop_table tbody td:last-child,
.woocommerce table.shop_table th:last-child {
    border-right: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 0;	
}
.main-holder .site-content nav.woocommerce-pagination ul li a.next.page-numbers {
	position:relative;
	padding: 0 40px 0 15px;
	text-transform:capitalize;
}
.main-holder .site-content nav.woocommerce-pagination ul li a.next.page-numbers:before {
    font-family: "tm-wastii-icons";
    content: "\f101";
    right:21px;
    position: absolute;
    color: inherit;
    top:1px;
}
.main-holder .site-content nav.woocommerce-pagination ul li a.prev.page-numbers {
	position:relative;
	padding: 0 15px 0 40px;
	text-transform:capitalize;
}
.main-holder .site-content nav.woocommerce-pagination ul li a.prev.page-numbers:before {
    font-family: "tm-wastii-icons";
    content: "\f100";
    left:21px;
    position: absolute;
    color: inherit;
    top:1px;
}
body .tabs-style-02 .elementor-tabs .elementor-tab-content .elementor-section.elementor-top-section:first-child {
    margin-top: 0px;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
    display: inline-block;
}

.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
    
    width: calc(50% - 45px);
    float: left;
   color:var(--tm-white-color);
}
.tm-custome-list-spacing li i {
    padding-right: 10px;
    position: relative;
    top: 3px;
}



.themetechmount-iconbox.themetechmount-iconbox-stylenine .themetechmount-iconbox-icon .tm-icon-type-text {
    font-weight: 700;
}
.themetechmount-boxes-blog.themetechmount-boxes-view-slickview-style2 .themetechmount-box-title.tm-wrap-cell h4,
.themetechmount-element-galleryboxbox-style1 .tm-gallery-box-content .tm-custom-heading{
    color: var(--tm-white-color);
}
.themetechmount-element-blogbox-style5 .row .tm-box-col-wrapper.slick-slide.slick-current.slick-active .themetechmount-box-blog.themetechmount-blogbox-style5 .tm-featured-outer-wrapper img {
    opacity: 1;
    max-width: 570px;
}
.tm-fid-view-circle-progress-style2 .tm-fid-content .tm-fid-title {
    font-weight: 500;
}

.tm-fid.inside.tm-fid-view-circle-progress-style2 {
    padding-left: 0px;
    margin-left: 0px;
}
.themetechmount-element-blogbox-style5 .row .tm-box-col-wrapper.slick-slide.slick-cloned .themetechmount-box-blog.themetechmount-blogbox-style5 .tm-featured-outer-wrapper img {
    opacity: 0;
}
.themetechmount-element-blogbox-style5 .row .tm-box-col-wrapper.slick-slide.slick-current .themetechmount-box-blog.themetechmount-blogbox-style5 .themetechmount-box-img-left {
    display: block; 
}
.themetechmount-element-blogbox-style5 .row .tm-box-col-wrapper.slick-slide .themetechmount-box-blog.themetechmount-blogbox-style5 .themetechmount-box-img-left {
    display: none;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 {
    position: relative;
}
.themetechmount-element-blogbox-style5 .row .tm-box-col-wrapper.slick-slide.slick-current .themetechmount-box-blog.themetechmount-blogbox-style5 .themetechmount-box-content.col-md-4{
    background-color: var(--tm-grey-color);
    left: auto;
    right: -42%;
    margin: 0 auto;
    box-shadow: unset;
}
.themetechmount-element-blogbox-style5 .row .tm-box-col-wrapper.slick-slide:not(.slick-current) .themetechmount-box-blog.themetechmount-blogbox-style5 .themetechmount-box-content.col-md-4{
    float: right;
}
.themetechmount-element-blogbox-style5 .row .tm-box-col-wrapper.slick-slide .themetechmount-box-blog.themetechmount-blogbox-style5 .themetechmount-box-content.col-md-4{
    position: absolute;
    width: 340px;
    right: 0;
    left: auto;
    bottom: auto;
    top: 60px;
    padding: 39px 30px 33px 30px;
    border-radius: 0px;
    text-align: left;
}
.themetechmount-element-blogbox-style5 .row .tm-box-col-wrapper.slick-slide:not(.slick-current) .themetechmount-box-blog.themetechmount-blogbox-style5 .themetechmount-box-content.col-md-4{
    background-color: var(--tm-grey-color);
    right: -2%;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .themetechmount-box-title h4 {
    font-size: 24px;
	 text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .tm-entry-meta-wrapper {
    font-size: 11px;
    padding-bottom: 10px;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .tm-entry-meta-wrapper i {
    display: none;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .tm-entry-meta-wrapper .tm-meta-line a {
    background-color: var(--tm-skin-color);
    padding: 6px 12px;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .themetechmount-box-desc {
    position: relative;
    padding-top: 40px;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .themetechmount-box-desc:before {
    content: '';
    position: absolute;
    background-color: #b10f3c;
    width: 40px;
    height: 3px;
    top: 20px;
    left: 0;
    border-radius: 0px;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .tm-meta-line.cat-links{
    display: inline-block;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .tm-meta-line.cat-links a{
    background-color: var(--tm-skin-color);
    padding: 3px 20px;
    color: #fff;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .tm-box-post-date{
    color: #818181;
    font-family: var(--tm-general-font-fmily);
    text-transform: capitalize;
    font-size: 15px;
    display: inline-block;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .tm-entry-meta .tm-meta-line:after {
    display: none;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .themetechmount-content-box.row{
    position: relative;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .themetechmount-box-readmore-button{
    color: var(--tm-dark-grey-color);
    font-weight: 500;
    padding-top: 25px;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .entry-header{
    display: inline-block;
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .themetechmount-box-title{
    padding-top: 12px;
    padding-bottom: 5px;
}

.themetechmount-element-galleryboxbox-style1 .tm-gallery-box-icon-wrapper {
    position: relative;
}
.themetechmount-element-galleryboxbox-style1 .tm-gallery-box-icon-wrapper .tm-vc_icon_element-inner{
    position: absolute;
    top: 41%;
    bottom: auto;
    left: 46%;
    right: auto;
    text-align: center;
}
.themetechmount-element-galleryboxbox-style1 a i{
    font-size: 30px;
    padding: 30px;
    background-color: var(--tm-skin-color);
    color: var(--tm-white-color);
}
.tm_prettyphoto1.elementor-element .themetechmount-element-galleryboxbox-style1 a:before,
.tm_prettyphoto1.elementor-element .themetechmount-element-galleryboxbox-style1 a:after{

    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    background-color: var(--tm-skin-color);
}
.themetechmount-box-blog.themetechmount-blogbox-style5 .themetechmount-box-content h4 a:hover{
    color: var(--tm-skin-color);
}
.tm-boxes-carousel-arrows-2 .themetechmount-element-galleryboxbox-style1.tm-boxes-carousel-arrows-1 .slick-arrow {
    top: 59%;
    width: 60px;
    height: 60px;
	  background-color:var(--tm-white-color);
}
.tm-boxes-carousel-arrows-2 .themetechmount-element-galleryboxbox-style1.tm-boxes-carousel-arrows-1 .slick-next:before {
	color:var(--tm-skin-color);
}
.tm-boxes-carousel-arrows-2 .themetechmount-element-galleryboxbox-style1.tm-boxes-carousel-arrows-1 .slick-prev:before {
	color:var(--tm-dark-grey-color);
}
.tm-boxes-carousel-arrows-2 .themetechmount-element-galleryboxbox-style1.tm-boxes-carousel-arrows-1 .slick-prev {
    left: auto;
    right: 12px;
}
.tm-boxes-carousel-arrows-2 .themetechmount-element-galleryboxbox-style1.tm-boxes-carousel-arrows-1 .slick-next {
    right: -48px;
    left: auto;
    border-color: var(--tm-grey-color);
    background-color: var(--tm-grey-color);
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    margin-top: 3px;
}
.accordian-style-01.accordian-style-padding .elementor-accordion .elementor-tab-content{
    padding: 15px 30px;
}
.accordian-style-01.accordian-style-padding .elementor-accordion .elementor-tab-title{
    padding-left: 30px;
    padding-right: 30px;
}

.tm-header-style-classic2 .tm-header-iconbox .icon i {
    font-size: 40px;
    padding-top: 3px;
}
.themetechmount-iconbox.themetechmount-iconbox-stylenine .themetechmount-iconbox-icon {
	width: 76px;
}
.tm-custome-iconbox-style-hover .tm-custome-iconbox-style-css i{
	transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
}
.tm-custome-iconbox-style-hover .tm-custome-iconbox-style-css:hover i{
	webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.tm-elementor-bg-color-darkgrey.tm-textcolor-white a:hover{
	color: var(--tm-skin-color);
}
.tm-boxes-carousel-arrows-2 .themetechmount-element-galleryboxbox-style1.tm-boxes-carousel-arrows-1:hover .slick-next {
    border: unset;
}


/* wastii-demo2 css */

/*header style*/
.tm-layout-style2 .themetechmount-box-blog.themetechmount-blogbox-styletwo .themetechmount-box-content h4 {    
    font-size: 28px;
    line-height: 38px;
}
.tm-header-style-classic3 .site-description {
    display: inline-block;
    color: rgba(255, 255, 255 , 0.80);
    font-size: 15px;
    line-height: 25px;
    font-family: var(--body-font-family);
    font-weight: 400;
    padding-left: 40px;
}
.tm-header-style-classic3 .site-title {   
    display: inline;  
}
.tm-header-style-classic3 .site-header{
    border-bottom: 1px solid rgb(202, 214, 215);
}
.tm-header-style-classic3 .site-header .header-info-widget{    
    top: 18px;    
    z-index: 296;
    border-radius: 45px;
}
.tm-header-style-classic3 .site-header .elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
    color: var(--tm-dark-grey-color);
    background-color: rgb(206, 234, 213);
    padding: 12px 20px !important;
    line-height: 20px;
    border-radius: 30px;
}
.tm-header-style-classic3 .site-header .elementor-button-wrapper{
    margin-top: 16px;    
}
.tm-header-style-classic3 .site-header .site-header-menu{
    padding-right: 80px;
}
/* seperator style css*/
.tm-element-heading-content-wrapper.tm-seperator-style1 .tm-element-subhead:after,
.tm-element-heading-content-wrapper.tm-seperator-style1 .tm-element-subhead:before {
    content: '';
    font-size: 70px;
    font-style: normal;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: var(--tm-dark-grey-color);
    -webkit-mask: url(../images/star.svg) no-repeat 100% 100%;
    mask: url(../images/star.svg) no-repeat 100% 100%;
    position: relative;
    top: 1px;
}
.tm-seperator-style1 .tm-content-header .tm-heading-font-style {    
    font-weight: 700;
    color: var(--tm-dark-grey-color);
}
/* marquee css */
.themetechmount-marqueboxes-wrapper.tm-marquebox-style5 ul li{
    font-size: 120px;
    line-height: 130px;
    font-weight: 700;
}
.themetechmount-marqueboxes-wrapper.tm-marquebox-style5 .elementor-icon-list-item{
    list-style: none;
}
.tm-marquebox-style5{
    width: 100%;
    animation: prt-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.tm-marquebox-style5:hover {
    animation-play-state: paused !important;
}
.tm-marquebox-style5 ul.marquebox-list li {
    position: relative;
    display: inline-block;
    margin-left: 70px;
    margin-right: -45px;
    letter-spacing: 0px;
   -webkit-text-stroke: 1px rgba(255 255 255/0.80);
    font-family: var(--special-element-fontfamily);
}
@keyframes prt-marque-text {
    0% {
        transform: translate(0,0)
    }
    100% {
        transform: translate(-100%,0)
    }
}
@keyframes prt-marque-text2 {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(-100%,0)
    }
}
.prt-ts-marque-icon-box .tm-marquebox-style5{
    width: 100%;
    animation: prt-marque-text2 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
    animation-direction: reverse;
}
.prt-ts-marque-icon-box .tm-marquebox-style5:hover {
    animation-play-state: paused !important;
}
.tm-elementor-bg-color-darkgrey .tm-marquebox-style5 ul.marquebox-list li :nth-child(odd){
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.80); 
     color: var(--tm-whitecolor);
}
.tm-elementor-bg-color-darkgrey .tm-marquebox-style5 ul.marquebox-list li:nth-child(even){
   -webkit-text-stroke: 1px rgba(255 255 255/0.80);
    color: transparent;
}

/* servicebox stylethree */
.themetechmount-box-service.themetechmount-servicebox-stylethree .themetechmount-serviceboxbox-readmore a {
    color: var(--tm-skin-color);
	font-size: 18px;
    line-height: 28px;
	position: relative;
}
.themetechmount-box-service.themetechmount-servicebox-stylethree .themetechmount-serviceboxbox-readmore a:after {
    position: absolute;
	content: '';
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--tm-skin-color);
    bottom: -1px;
}
.themetechmount-servicebox-stylethree ul li{
    list-style: none;
}
.themetechmount-servicebox-stylethree .themetechmount-box-service .themetechmount-box-title h4 a{
    font-weight: 700;
    font-size: 38px;
    line-height: 36px;
    color: var(--tm-white-color);
}
.themetechmount-servicebox-stylethree .tm-post-featured-link-wrapper {
    height: 380px;
    width: 431px;
	border-radius: 15px;
}
.themetechmount-servicebox-stylethree .tm-short-desc ul li {
    padding-bottom: 12px;
    margin-left: -30px;
}
.themetechmount-servicebox-stylethree .tm-short-desc{
    margin-top: 25px;
}
.themetechmount-servicebox-stylethree .tm-short-desc i {
    font-size: 14px;
	padding-right: 10px;
}
.themetechmount-servicebox-stylethree .tm-short-desc ul {
    padding-top: 14px;
}
.themetechmount-servicebox-stylethree .themetechmount-box-top-content{
    display: flex;
    border: 1px solid;
    border-radius: 25px;
    background-color: rgb(27, 50, 51);
    padding: 60px 50px 60px 50px;
}
.themetechmount-servicebox-stylethree .tm-servicebox-detials {
    padding-right: 65px;
}
.themetechmount-servicebox-stylethree .tm-service-iconbox{
    font-size: 185px;
    color: var(--tm-skin-color);
    bottom: 5px;
    left: 40%;
    right: 0;
    opacity: .09;
    position: absolute;
}
.themetechmount-servicebox-stylethree .themetechmount-serviceboxbox-readmore {
    padding-top: 69px;
    padding-bottom: 0;
}
.themetechmount-servicebox-stylethree .themetechmount-box-desc{
    color: var(--tm-skin-color);
}
/* accordion css*/
.tm-accord-border-style .elementor-accordion .elementor-accordion-item {
    border: unset;
    border-bottom: 1px solid #d5d8dc;
    padding: 0px 0 20px 0;
	margin-bottom: 15px;
}
.tm-accord-border-style .elementor-accordion .elementor-tab-title {
    background-color: unset;
    padding: 0;
 }
.tm-accord-border-style .elementor-accordion .elementor-tab-content {
    border-top: unset;
}
.tm-accord-border-style.elementor-widget-accordion .elementor-accordion .elementor-active.elementor-tab-title{
    background-color: transparent !important;
}

/*portfolio css */
.themetechmount-portfoliobox-style3:hover .tm-tm_portfolio-featured-wrapper img{
    transform: unset;
}
.themetechmount-portfoliobox-style3 .themetechmount-box-top-content .themetechmount-box-title h4{
    font-size: 50px;
    line-height: 60px;
}
.themetechmount-portfoliobox-style3 .themetechmount-box-category a{
    font-size: 18px;
    line-height: 28px;    
}

.tm-box-col-wrapper:nth-child(odd) .themetechmount-portfoliobox-style3 .themetechmount-box-overlay.col-md-5 {
    padding: 0 0 0 50px;
}
.themetechmount-element-portfoliobox-style3 .tm-box-col-wrapper .themetechmount-portfoliobox-style3 .themetechmount-box-overlay.col-md-5 {
	padding-bottom: 70px;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-portfoliobox-style3 .themetechmount-box-overlay.col-md-5 { 
	padding-left: 15px;
}
article.themetechmount-box.themetechmount-box-portfolio.themetechmount-portfoliobox-style3 {
    padding: 30px 0 14px 0;
}
.tm-textcolor-white .themetechmount-portfoliobox-style3 .themetechmount-box-category a {
	color: rgba(255, 255, 255, 0.70);
}
.themetechmount-portfoliobox-style3 .themetechmount-box-title h4 {
    font-size: 50px !important;
    line-height: 60px !important;
}
.tm-elementor-bg-color-darkgrey .themetechmount-portfoliobox-style3 .themetechmount-box-title h4 a {
    color: #fff !important;
}
.themetechmount-portfoliobox-style3 .themetechmount-post-item-inner {
    display: flex;
    align-items: end;
}
.themetechmount-portfoliobox-style3 .tm-img-box img{
    border-radius: 25px;
}

.themetechmount-boxes-portfolio.themetechmount-element-portfoliobox-style3 .tm-box-col-wrapper:nth-child(odd){
    flex-direction: row;

}
.themetechmount-boxes-portfolio.themetechmount-element-portfoliobox-style3 .tm-box-col-wrapper:nth-child(even){
    direction: rtl;
    text-align: end;
}

/*testimonial css*/
.themetechmount-testimonialbox-stylefive .themetechmount-author-name {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0px;
    padding-right: 24px;
}
.themetechmount-testimonialbox-stylefive .themetechmount-box-footer {
    font-size: 18px;
    line-height: 38px;
    font-style: normal;
    color: var(--tm-dark-grey-color);
    padding-left: 5px;
    position: relative;
}
.themetechmount-testimonialbox-stylefive .themetechmount-box-footer:before {
    content: '/';
    left: -10px;
    position: absolute;
}
.prt-left-right-space a.elementor-button.elementor-button-link.elementor-size-md {
    padding-left: 25px;
    padding-right: 25px;
}
.themetechmount-testimonialbox-stylefive .themetechmount-box-title,
.themetechmount-testimonialbox-stylefive .themetechmount-post-item{
    display: flex;
}
.themetechmount-testimonialbox-stylefive .themetechmount-testimonial-text:after {
    content: "";
    -webkit-mask: url(../images/quotess.png) no-repeat 100% 100%;
    mask: url(../images/quotess.png) no-repeat 100% 100%;
    background-color: var(--tm-dark-grey-color);
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
	left: -13px;
    width: 80px;
    height: 65px;
    text-align: center;
    display: block;
}
.themetechmount-testimonialbox-stylefive .themetechmount-box-desc{
    width: 100%;
    vertical-align: unset;
    display: table-cell;
    padding-top: 127px;
    padding-left: 101px;
}
.themetechmount-testimonialbox-stylefive .themetechmount-box-desc .themetechmount-testimonial-text {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    text-decoration: none;
    color: var(--tm-dark-grey-color);
    font-family: var(--special-element-fontfamily);
	background-color: transparent;    
    padding: 27px 0 35px 0;
}
.themetechmount-testimonialbox-stylefive .tm-testimonial-footer-content {
    padding-left: 100px;    
	position: relative;
}
.themetechmount-testimonialbox-stylefive .themetechmount-box-img .themetechmount-item-thumbnail {
    width: 175px;
    height: 175px;
 }
.themetechmount-testimonialbox-stylefive .themetechmount-box-author {
    padding-top: 70px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .themetechmount-testimonialbox-stylefive .themetechmount-box-content {
    padding: 25px 15px 68px 15px;
}
.themetechmount-testimonialbox-stylefive .tm-testimonial-footer-content:after {
    position: absolute;
    content: '';
    width: 500px;
    height: 500px;
    padding: 0;
    border: 1px solid #c5ceccf7;
    top: 40px;
    left: 0;
    border-radius: 50%;
    z-index: -1;
}

/* blog box css*/
.themetechmount-blogbox-stylesix .themetechmount-box-content .themetechmount-box-title h4{
    font-size: 38px;
    line-height: 50px;
}
.themetechmount-blogbox-stylesix .tm-entry-meta-wrapper{
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 15px; 
	font-weight: 500;
}
.themetechmount-portfoliobox-style3 .tm-featured-wrapper,
.themetechmount-blogbox-stylesix span.themetechmount-item-thumbnail {
    overflow: hidden;
	border-radius: 25px; 
}
.themetechmount-portfoliobox-style3 .tm-img-box img,
.themetechmount-blogbox-stylesix span.themetechmount-item-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    width: 100%;
}
.themetechmount-portfoliobox-style3:hover .tm-img-box img,
.themetechmount-blogbox-stylesix:hover span.themetechmount-item-thumbnail img {
	-webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.themetechmount-blogbox-stylesix .themetechmount-box-content .themetechmount-item-thumbnail img {
    border-radius: 25px;    
}
.themetechmount-blogbox-stylesix .themetechmount-box-desc{
    padding-top: 35px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylesix .tm-entry-meta .tm-meta-line:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    right: 10px;
    top: 0;
    background-color: #b2c4c5;
    margin-top: 2px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylesix .tm-entry-meta .tm-meta-line:last-child:after {
	display: none;
}
.themetechmount-blogbox-styleseven .themetechmount-box-content .themetechmount-box-title h4{
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    padding: 10px 0 10px 0;
}
.themetechmount-blogbox-styleseven .tm-post-featured-link-wrapper {
    height: 205px;
    border-radius: 15px;
}
.themetechmount-blogbox-stylesix .tm-entry-meta-wrapper i:before, .themetechmount-blogbox-stylesix .tm-entry-meta a:hover{
    content: none;
    color: var(--tm-dark-grey-color);
}
.ttm-text-highlight-style .elementor-heading-title .tm-textbold-style:after{
    content: '';
    width: 60px;
    height: 60px;
    background-color: var(--tm-dark-grey-color);
    -webkit-mask: url(../images/star.svg) no-repeat 100% 100%;
    mask: url(../images/star.svg) no-repeat 100% 100%;
    position: absolute;
	left: -15px;
    top: 20px;
}
.tm-img-style{
   margin-left: -12px;
}

/*footer css */
.site-footer .ttm-widget-title-style{
    font-size: 38px;
   font-weight: 500;
}
.site-footer .ttm-widget-header-title-styled{
    font-size: 50px;
    font-weight: 600;    
}
.site-footer .ttm-widget-titlestyle {
    font-size: 50px;
    font-weight: 500;
    font-family: var(--special-element-fontfamily);
    line-height: 60px;
	position: relative;
}
.footer .tm-textcolor-white .widget-area.first-widget-area,
.ttm-widget-title-heading-style a,
.footer .tm-textcolor-white .widget-area.first-widget-area p {
    color: rgba(255, 255, 255, 0.50) !important;
}
.site-footer .ttm-widget-titlestyle:after {
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    bottom: 3px;
}
.site-footer .tm-container-for-footer > div > .row .widget-area .widget.ttm-widget-title-heading-style {
    padding-top: 20px;
}
.tm-mailform {
    position: relative;
}
.tm-mailform input[type="email"]{
    background-color: unset;
    font-size: 15px;
    line-height: 25px;
    border-bottom: 1px solid rgba(255, 255, 255 , 0.20);
    width: 100%;
	padding-left: 0;
	color: #fff;
	padding-right: 30px;
}
.ttm-widget-title-heading-style a:hover {
    color: #fff !important;
}
.mc4wp-form-fields .tm-mailform input[type="email"]::-webkit-input-placeholder,
.mc4wp-form-fields .tm-mailform input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255 , 0.20);
}
.tm-mailform button[type="submit"]{
    font-size: 15px;
    line-height: 52px;
    color: var(--tm-white-color);
    background-color: transparent;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;    
    bottom: 20px;
    right: 0;
    cursor: pointer;
}
.ttm-social-icons-item-style .social-icons li a {
    width: auto;
    height: auto;
    line-height: initial;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, .25);
    text-align: center;
    display: block;
    margin: 0 0 0;        
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 20px;
	margin-right: 10px;
}
.ttm-social-icons-item-style .social-icons li i {
    font-size: 0;
    display: none;
}
.ttm-social-icons-item-style span.social_name {
    display: block;
}
.footer .tm-bg.tm-bgcolor-transparent.tm-textcolor-white .ttm-social-icons-item-style .social-icons li > a:hover {
    background-color: transparent;
    border-color: #fff;
}
.ttm-menu-link-icon-style .menu-quick-link-container ul{
    display: flex;
    margin-left: -20px;
    color: var(--tm-dark-grey-color);
}
.tm-textcolor-white .ttm-menu-link-icon-style a {
    color: rgba(255, 255, 255, 0.70);
}
.site-footer .ttm-menu-link-icon-style.widget.widget_nav_menu li a:before{
    content: unset;
}
.ttm-second-footer-style{    
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;    
	padding-top: 50px;
}
.ttm-second-footer-style a {
	position:relative;
}
.ttm-second-footer-style a:after  {    
	position: absolute;
    content: '';
    left: 0;
    height: 2px;
    width: 100%;
    background-color: rgba(255 ,255, 255, 0.70);
    bottom: 2px;
}

/* about us css */
.tm-heading-icon-style .tm-content-header h2:after{
    content: '';
    width: 50px;
    height: 50px;
    background-color: var(--tm-dark-grey-color);
    -webkit-mask: url(../images/star.svg) no-repeat 100% 100%;
    mask: url(../images/star.svg) no-repeat 100% 100%;
    position: absolute;
    top: 14px;
}
.themetechmount-servicebox-stylefour .themetechmount-post-item .themetechmount-box-top-content {
    border-radius: 25px;
    background-color: rgb(236, 246, 242);    
    height: 450px;
    z-index: 102;
    padding: 40px 40px 40px 40px;
	text-align: center;
} 
.themetechmount-servicebox-stylefour .tm-servicebox-detials {
    text-align: center;
    padding-top: 26px;
}
.themetechmount-servicebox-stylefour .themetechmount-box-top-content .themetechmount-box-item-figure img{
    border-radius: 15px;
    background-color: rgb(27, 50, 51);
    width: 444px;
    height: 240px;
    z-index: 105;
}
.tm-elementor-bg-color-darkgrey .tm-element-heading-content-wrapper .tm-element-subhead {
    color: var(--tm-skin-color);
}
.tm-elementor-bg-color-darkgrey .tm-element-heading-content-wrapper.tm-seperator-style1 .tm-element-subhead:after,
.tm-elementor-bg-color-darkgrey .tm-element-heading-content-wrapper.tm-seperator-style1 .tm-element-subhead:before {
    background-color : var(--tm-skin-color);
}
.themetechmount-teambox-style2 .themetechmount-team-image-box img {
    border-radius: 15px;
    width: 100%;
}
.themetechmount-box.themetechmount-box-team .themetechmount-teambox-style2 .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 34px;
	padding-top: 4px;
	margin-bottom: 0;
}
.themetechmount-teambox-style2 ul.tm-team-social-links {
    padding: 0;
	margin-top: 1px;
}
.themetechmount-teambox-style2 .themetechmount-box-content{
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;    
    opacity: 0;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
	border-radius: 50%;
    background-color: rgb(206, 234, 213);
    width: 220px;
    height: 220px;
    z-index: 99;
    padding: 62px 18px 48px;
    margin-left: 28px;
	margin: auto;
	left: 0;
    right: 0;
    position: absolute;
	transform: translateY(0);
	bottom: 0;
}
.tm-box-col-wrapper.slick-slide.slick-current.slick-active .themetechmount-teambox-style2 .themetechmount-box-content {
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(0);
}
.themetechmount-element-teambox-style3 .tm-box-col-wrapper {
    padding-top: 27px;
}
.themetechmount-teambox-style2:hover .themetechmount-box-content {
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    opacity: 1;
	transform: translateY(0);
}
article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style2 {
    padding-top: 21px;
}
.themetechmount-teambox-style2 .themetechmount-post-item {
    padding-bottom: 150px;
}
.tm-box-col-wrapper:nth-child(even) .themetechmount-teambox-style2  {
    margin-top: -20px;
}
.single-tm_portfolio.tm-layout-style2 .tm-pf-single-category-w a:hover {
	border-color:  var(--tm-dark-grey-color); 
}
.tm-layout-style2 .widget .search-form .search-submit,
.tm-layout-style2 .tm_postvideo_playbtn,
.tm-layout-style2 .tm-social-share-links ul li a:hover,
.tm-layout-style2 .themetechmount-portfoliobox-style1:hover .themetechmount-box-overlay:before,
.tm-layout-style2 .themetechmount-box-portfolio.themetechmount-portfoliobox-style2 .themetechmount-box-bottom-content,
.tm-layout-style2 .themetechmount-portfoliobox-style1 .tm-portfolio-icon a,
.tm-layout-style2 .themetechmount-portfoliobox-style2 .themetechmount-icon-box a,
.single-tm_portfolio.tm-layout-style2 .tm-pf-single-category-w a:hover,
.tm-layout-style2 .tabs-style-01 .elementor-tab-title.elementor-tab-title.elementor-active,
.tm-layout-style2 .tabs-style-03.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active,
.tm-layout-style2 .tm-headerstyle-classic-overlay3 .tm-processbox2-wrapper .tm-processbox2 .process-num {    
    background-color: var(--tm-dark-grey-color);    
}
.tm-layout-style2 .tm-titlebar-wrapper .breadcrumb-wrapper,
.single.tm-layout-style2 article.post blockquote:before {
	background-color: var(--tm-dark-grey-color) !important;
}
.tm-layout-style2 .widget.tm-sidebar-contact-banner .tm-contct-top {
    background: rgba(27, 50 ,51 , 0.91);
    border-radius: 25px;
}
.tm-layout-style2 .tm-processbox2-wrapper .tm-processbox2 .process-num,
.tm-layout-style2 .tm-fid-view-circle-progress-style2 .tm-fid-number span,
.tm-layout-style2 .tm-fid-view-circle-progress-style2 .tm-fid-number,
.tm-layout-style2 .tm-team-details-list .tm-team-list-value a:hover,
.tm-layout-style2 #sidebar-right ul .cat-item a:hover,
.tm-layout-style2 .sidebar .widget a:hover,
.tm-layout-style2 .pagination-item .tm-nav-sub:before,
.tm-layout-style2 .elementor-element.tabs-style-04.elementor-tabs-view-vertical .elementor-tab-title i,
.tm-layout-style2 .themetechmount-iconbox.themetechmount-iconbox-styleeight .themetechmount-iconbox-icon .tm-icon-type-text,
.tm-layout-style2 .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-content-button .tm-iocnbox-btn a,
.tm-layout-style2 .tm-contactform4 .tm-btn-style-flat.tm-btn-color-skincolor .elementor-button:hover ,
.tm-layout-style2 .tm-contactform4 input[type="text"]:focus,
.tm-layout-style2 .tm-contactform4 input[type="email"]:focus,

.tm-layout-style2 .themetechmount-box-team.themetechmount-teambox-style1 .themetechmount-box-content .themetechmount-team-position .themetechmount-box-title:hover a,
.tm-layout-style2 .elementor-element.tabs-style-04.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active i,
.tm-layout-style2 .elementor-element.tabs-style-04.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active,
.single-post.tm-layout-style2 .themetechmount-blogbox-sharebox .themetechmount-tags-links a:hover,
.tm-layout-style2 .themetechmount-teambox-style1 .tm-team-social-links-wrapper ul i,
.tm-layout-style2 .themetechmount-box-team.themetechmount-teambox-style1 .tm-member-social .themetechmount-team-icon i {
    color: var(--tm-dark-grey-color);
}
.tm-layout-style2 .themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line i,
.tm-layout-style2 .post.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-blog-cat a,
.tm-layout-style2 .tm-entry-meta a:hover,
.single.tm-layout-style2 article.post blockquote cite,
.tm-layout-style2 article.post .entry-title a:hover {
    color: var(--tm-dark-grey-color) !important;
}
.tm-layout-style2 .themetechmount-teambox-style1 .tm-team-social-links-wrapper ul a:hover i {
    color: #fff;
}
.tm-layout-style2 .tm-btn-color-darkgrey .elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):hover:after {
    background-color: var(--tm-dark-grey-color);
    border-color: var(--tm-dark-grey-color);
    color: #fff;
}
.tm-layout-style2 .elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):after {
	content: unset;
}
.tm-layout-style2 .accordian-style-01 .elementor-accordion .elementor-tab-title {
    padding: 21px 40px 22px;
	border-radius: 15px;
}
.tm-layout-style2 .accordian-style-01 .elementor-accordion .elementor-tab-title.elementor-active {
    border-radius: 15px 15px 0 0;
}
.tm-layout-style2 .accordian-style-01 .elementor-accordion .elementor-tab-content {
    padding: 15px 40px;
    border-radius: 0 0 15px 15px;
}
.tm-layout-style2 .themetechmount-boxes-row-wrapper.tm-processbox2-wrapper:before {
    background: url(../images/proccess-box-arrow01.png);
    background-repeat: no-repeat;
    left: -84px;
}
.tm-headerstyle-classic-overlay3 .tm-blog-classic-box-comment input[type="submit"] {
    font-size: 15px;
    line-height: 15px;
}
.single-tm_portfolio.tm-layout-style2 .elementor-widget-accordion .elementor-accordion .elementor-accordion-title {   
    font-size: 22px;
}
.tm-layout-style2 .tm-team-details-list li {   
    padding: 11px 0 11px;    
}
.tm-layout-style2 .post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a {   
    font-size: 16px !important;
}
.tm-layout-style2 #totop.top-visible {   
    border-radius: 10px;    
}
.tm-layout-style2 .tm-team-member-single-position {    
    color: var(--tm-dark-grey-color);    
    font-weight: 500;
}
.tm-layout-style2 .tm-team-details-list .tm-team-list-value {
    font-size: 15px;
}
.tm-layout-style2 .tm-fid-view-righticon.inside h4,
.tm-layout-style2 .tm-fid-view-lefticon.inside h4 {    
    float: unset;    
}
.tm-layout-style2 .tm-post-prev-next-buttons span.tm-nav-title,
.tm-layout-style2 .tm-fid.tm-fid-view-style5 h3,
.single.tm-layout-style2 article.post blockquote cite,
.tm-layout-style2 .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading,
.tm-layout-style2 .themetechmount-iconbox.themetechmount-iconbox-styleeight .themetechmount-iconbox-heading .tm-custom-heading,
.tm-layout-style2 .themetechmount-iconbox.themetechmount-iconbox-stylethree .themetechmount-iconbox-heading .tm-custom-heading,
.tm-layout-style2 .tm-team-details-list .tm-team-list-title {
    font-weight: 600;    
}
.tm-layout-style2 .tm-fidbox-title .inside.tm-fid-view-lefticon h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: var(--body-font-family);
}
.tm-layout-style2 .elementor-widget-tabs.tabs-style-01 .elementor-tab-content ul li {  
    font-size: 18px;
    line-height: 28px;    
    font-weight: 600;
}
.tm-layout-style2 .tm-fidbox-title .inside.tm-fid-view-lefticon h4 {
    font-size: 50px;
    line-height: 60px;
}
.tm-layout-style2 .themetechmount-box-blog.themetechmount-blogbox-styletwo .tm-blog-cat a {   
    color: var(--tm-dark-grey-color);   
    font-size: 14px; 
	font-weight: 500;
}
.tm-layout-style2 .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-inner .themetechmount-content-bg-box,
.tm-layout-style2 .elementor-element.tabs-style-01 .elementor-tab-title,
.tm-layout-style2 .accordian-style-02 .elementor-accordion .elementor-tab-title,
.single-tm_service.tm-layout-style2 .elementor-accordion .elementor-accordion-item,
.single-tm_portfolio.tm-layout-style2 .tm-pf-single-category-w a,
.single-tm_portfolio.tm-layout-style2 .nav-links a,
.tm-layout-style2 .widget .search-form .search-field,
.tm-layout-style2 .widget .search-form .search-submit,
.tm-layout-style2 .comment-form textarea,
.tm-layout-style2 .comment-form input[type="text"],    
.tm-layout-style2 .tm-post-prev-next-buttons .pagination-content,
.tm-layout-style2 .tm-post-prev-next-buttons .pagination-content:before,
.tm-layout-style2 .tabs-style-03.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    border-radius: 15px;
}
.tm-layout-style2 .themetechmount-portfoliobox-style1 .tm-imgicon .tm-featured-wrapper img,
.tm-layout-style2 .themetechmount-portfoliobox-style1 .tm-imgicon,
.tm-layout-style2 .themetechmount-box-portfolio.themetechmount-portfoliobox-style2 .tm-featured-wrapper img,
.tm-layout-style2 .themetechmount-box-portfolio.themetechmount-portfoliobox-style2 .themetechmount-post-item,
.single.tm-layout-style2 article.themetechmount-box-blog-classic,
.single.tm-layout-style2 .tm-post-featured-outer-wrapper img,
.single.tm-layout-style2 article.post blockquote,
.single.tm-layout-style2 .wp-block-image img,
.tm-layout-style2 .comment-form p.form-submit input[type="submit"],
.tm-layout-style2 .sidebar .widget,
.tm-layout-style2 .themetechmount-box-portfolio .themetechmount-overlay,
.tm-layout-style2 .elementor-element.tabs-style-04.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title,
.tm-layout-style2 .elementor-tabs img {
    border-radius: 25px;
}
.single-post.tm-layout-style2 .tm-social-share-links ul li a,
.tm-layout-style2 .sidebar .widget .tagcloud a,
.tm-layout-style2 .sidebar ul.tm-recent-post-list > li img,
.single-post.tm-layout-style2 .pagination-item.prev .tm-nav-sub:before,
.single-post.tm-layout-style2 .themetechmount-blogbox-sharebox .themetechmount-tags-links a {   
    border-radius: 10px;
}
.tm-layout-style2 .themetechmount-box-portfolio.themetechmount-portfoliobox-style2 .tm-featured-wrapper {    
    border-radius: 25px;
    overflow: hidden;
}
.tm-layout-style2 .themetechmount-teambox-style1 .themetechmount-box-content,
.tm-layout-style2 .themetechmount-box-portfolio.themetechmount-portfoliobox-style2 .themetechmount-box-bottom-content {   
    border-radius: 0 0 25px 25px;
}
.tm-layout-style2 .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-background-image,
.tm-layout-style2 .themetechmount-box.themetechmount-teambox-style1 span.themetechmount-item-thumbnail-inner img,
.tm-layout-style2 .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-background-image .tm-icon-bg-image img {
    border-radius: 25px 25px 0 0;
}
.tm-layout-style2 .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-content-button a {
    border-radius: 0 0 25px 25px;
}
.tm-layout-style2 .themetechmount-portfoliobox-style1 .themetechmount-box-overlay {  
    margin: -51px 26px 5px 25px;    
    border-radius: 25px;
}
.tm-layout-style2 .themetechmount-portfoliobox-style1 .themetechmount-box-overlay:before {
	border-radius: 24px;
}
.tm-layout-style2 .sidebar .widget_categories li span,
.tm-layout-style2 .themetechmount-box-team.themetechmount-teambox-style1 .tm-member-social .themetechmount-team-icon, 
.tm-layout-style2 .themetechmount-teambox-style1 .themetechmount-box-social-links .tm-team-social-links-wrapper ul li a {
    border-radius: 5px;
}
.single-tm_team_member.tm-layout-style2 .themetechmount-team-img img {
    border-radius: 25px 0px 0 25px;
}
.single-tm_team_member.tm-layout-style2 .themetechmount-extra-content {    
    border-radius: 0 25px 25px 0;
}

.tm-marquee-textcolor-styled .tm-marquebox-style5 ul.marquebox-list li:nth-child(odd){
     -webkit-text-stroke: 1px rgba(0 0 0/0.80); 
     color: transparent;     
}
/* serviceimgbox style 1 */
.tm-serviceimgbox.tm-serviceimgbox-style-1 .tm-serviceimgbox-content {
    cursor: pointer;
    padding: 30px;
    position: relative;
    background-color: var(--tm-grey-color);
    border-radius: 15px;
    width: 50%;
    margin: 0 auto 30px;
	text-align: center;
	transition: all 0.5s ease;
}
.tm-serviceimgbox.tm-serviceimgbox-style-1:hover .tm-serviceimgbox-content {
    background-color: var(--tm-skin-color);
}
.tm-serviceimgbox.tm-serviceimgbox-style-1 .tm-serviceimgbox-img1,
.tm-serviceimgbox.tm-serviceimgbox-style-1 .tm-serviceimgbox-img2 {
    position: absolute;
    top: 26%;
    left: -10px;
    height: 100%;
	opacity:0;
	transition: all 0.5s ease;
}
.tm-serviceimgbox.tm-serviceimgbox-style-1 .tm-serviceimgbox-img2 {
    left: auto;
    right: -10px;
    top: 0;
}
.tm-serviceimgbox.tm-serviceimgbox-style-1 .tm-process-image2 img,
.tm-serviceimgbox.tm-serviceimgbox-style-1 .tm-process-image img {
    border-radius: 25px;
}
.ttm-serviceimgbox-column-inner.active .tm-serviceimgbox.tm-serviceimgbox-style-1  .tm-serviceimgbox-img2,
.ttm-serviceimgbox-column-inner.active .tm-serviceimgbox.tm-serviceimgbox-style-1 .tm-serviceimgbox-img1 {
   opacity: 1;    
}
.tm-serviceimgbox.tm-serviceimgbox-style-1 .tm-serviceimgbox-img1 {
    top: auto;
    bottom: -40%;
}
.tm-serviceimgbox.tm-serviceimgbox-style-1 .tm-process-image,
.tm-serviceimgbox.tm-serviceimgbox-style-1 .tm-process-image2 {    
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.tm-serviceimgbox.tm-serviceimgbox-style-1 .tm-box-title h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
}
/*contact page css*/
.tm-contactform4 .col-md-6{
    display:-webkit-inline-box;
    width: 60%;
}
.tm-contactform4 .wpcf7-form-control-wrap{
    margin-top: -25px;
}
.tm-contactform4 p span{
    font-size: 50px;
    line-height: 45px;
    color:var(--tm-dark-grey-color); 
    margin-left: 25px;
}
.tm-contactform4 .wpcf7-form-control-wrap input[type="text"],
.tm-contactform4 .wpcf7-form-control-wrap input[type="email"]{
    font-size: 44px;
    line-height: 55px;
    width:49%;
    background-color: unset ;
    border: 0;
    border-bottom: 1px solid #d7e2df;
}
.tm-contactform4 .tm-form-title-wastii{
    font-size: 45px;
    line-height: 55px;
   margin-left: -75px;
    color:var(--tm-dark-grey-color); 
}
.tm-contactform4 .tm-form-title p span{
   width: 170%;  
}
.tm-contactform4 .tm-contact-btn input[type="submit"]{
    font-size: 45px;
    line-height: 55px;
    background-color: unset !important;
    border-color: unset !important;
    border: 0;
    text-decoration: underline;
    border-radius: unset;
    margin-top: -20px;
}
 .tm-contactform4 .wpcf7-form-control-wrap input[type="text"]:focus,
 .tm-contactform4 .wpcf7-form-control-wrap input[type="email"]:focus{
    background-color: transparent;
    border-color: var(--tm-dark-grey-color);
}
.tm-contactform4 .wpcf7-form-control-wrap input[type="text"]::-webkit-input-placeholder,
 .tm-contactform4 .wpcf7-form-control-wrap input[type="email"]::-webkit-input-placeholder{
   color: rgba(27 ,50, 51 , 0.10);
}
.home.tm-layout-style2 .tm-fid.tm-fid-without-icon .tm-fld-contents {
    text-align: left;
}
.themetechmount-portfoliobox-style3 .tm-img-box.col-md-7 {
    padding-left: 0;
    padding-right: 0;
}
.tm-layout-style2 .footer .footer-rows .first-footer .first-footer-inner {
    padding: 55px 0 15px;
}
.tm-layout-style2 ::selection {	
      color: #000;
}
.tm-layout-style2 .footer .themetechmount-social-links-wrapper {
    padding-top: 0;
}
.tm-layout-style2 .footer .first-footer .ttm-social-icons-item-style.widget {
    padding-bottom: 10px;
    margin-top: 25px !important;
}
.ttm-widget-title-heading-style h3.widget-title {
    margin-bottom: 5px;
}
.tm-layout-style2 .tm-icon .elementor-icon-list-text i {
    padding-right: 3px;
}
.tm-layout-style2 .tm-fid-view-circle-progress-style2 .tm-fid-content .tm-fid-title {
    font-weight: 600;
}
.single-tm_team_member.tm-layout-style2 .tm-fid-view-circle-progress-style2 .tm-fid-number {    
    font-family: var(--body-font-family);  
	font-weight: 500;	
}
.tm-layout-style2 .tm-team-member-single-title {
    font-size: 30px;
    line-height: 40px;        
}
.tm-layout-style2 .elementor-element.tabs-style-04.elementor-tabs-view-vertical .elementor-tab-title {   
    margin-bottom: 29px;   
}
.tm-layout-style2 .elementor-widget-tabs .elementor-tab-content {
    padding: 20px 0px 20px 0px;    
}
.tm-layout-style2 .themetechmount-iconbox-styleeight span.tm_number {
    font-weight: 600;
}
.tm-layout-style2 .accordian-style-02 .elementor-accordion .elementor-tab-title.elementor-active {
    border-radius: 15px 15px 0 0;
}
.tm-layout-style2 .themetechmount-box-portfolio:hover .themetechmount-icon-box a:hover i {
    color: var(--tm-dark-grey-color);
}
.tm-layout-style2 .themetechmount-box-portfolio .themetechmount-box-title h4 {    
    font-size: 25px;
    line-height: 35px;   
}
.tm-contactform4 .wpcf7-form-control-wrap input[type="text"] {
    width: 100%;
}
.tm-contactform4 .wpcf7-form-control-wrap input[type="email"] {
    width: 59%;
}
.tm-contactform4 p span.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 18px;
}
.tm-mar-01 .themetechmount-marqueboxes-wrapper.tm-marquebox-style5 ul li {
    font-size: 150px;
    line-height: 160px;
    font-weight: 700;
}
.tm-layout-style2 .themetechmount-iconbox-styleeleven i[class*=" flaticon-"]:before {    
    font-weight: 600 !important;  
}
.tm-element-heading-content-wrapper.tm-seperator-style1 .tm-element-subhead:before {
    left: -6px;
}
.tm-element-heading-content-wrapper.tm-seperator-style1 .tm-element-subhead:after {
    right: -10px;
}
.tm-element-heading-content-wrapper.tm-seperator-style1 .tm-element-subhead {
    padding-left: 6px;
    padding-right: 10px;
}

body .tm-wastii-icon-twitter:before {
    content: '\1f50d';
    font-size:13px;
}
ul.footer-nav-menu a {
    color: rgba(255, 255, 255, 0.50) !important;
    font-size: 15px;
}
.tm-footer2-left, .tm-footer2-right {  
    font-size: 15px;
}
.tm-contactform4 p span {
	margin-left: 0px;
}
.tm-contactform4 .tm-form-title-wastii {
	margin-left:0px;
}
section.error-404 .search-form .search-field {
	padding-right: 40px;
}
.tm-layout-style2 .tm-sresult-form-wrapper {
	background-color:  var(--tm-dark-grey-color);
}
.tm-layout-style2 .tm-sresults-title small a,
.tm-layout-style2 .tm-sresults-first-row .tm-list li a:hover,
.tm-layout-style2 .tm-sresults-first-row .tm-list li i {
	color:  var(--tm-dark-grey-color) !important
}
.tm-layout-style2 .tm-sresults-title small a {
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	font-family: var(--body-font-family);
}
.tm-layout-style2 .tm-sresults-title small a:hover {
	color:#fff !important;
}
body.search.tm-layout-style2 .tm-sresult-form-wrapper .search-form input.search-field:focus,
body.search.tm-layout-style2 .tm-sresult-form-wrapper .search-form .search-field {
	background-color: rgba(0, 0, 0, 0.50);
}
.tm-layout-style2 .tm-sresult-form-wrapper .search-form::after {
	background-color: rgba(0, 0, 0, 0.60);
	top: 6px;
}
.search .themetechmount-servicebox-stylefour .tm-short-desc{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tm-layout-style2 .themetechmount-teambox-style1 .tm-member-social {
	right: 50px;
}
.tm-layout-style2 .tm-sresult-form-sbtbtn-wrapper input.tm-sresult-form-sbtbtn:hover {    
    color: var(--tm-dark-grey-color);
}

/*home4 css*/
.tm-btn-color-white.tm-btn-style-outline .elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):hover:after {
    background-color:var(--tm-white-color);
    border-color: var(--tm-white-color);
    color: var(--tm-dark-grey-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    text-shadow: inherit;
}
/*ShowBox style 1*/
.tm-showcasebox-style1 .tm_showcasebox_contents .ttm-showbox-content-wrapper.tm-wrap-cell {
    position: relative;
    display: block;
    margin-bottom: 22px;
    padding-top: 23px;
    width: 95%;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.tm-showcasebox-style1 .tm_showcasebox_contents .ttm-showbox-content-wrapper:before {
    position: absolute;
    content: " ";
    height: 1px;
    width: 95%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background-color:rgba(0, 0, 0, .20);
    left: 0;
    bottom: -25px;
    top: auto;
}
.tm-showcasebox-style1 .tm_showcasebox_contents .ttm-showbox-content-wrapper .tm-post-button-link-wrapper a{
    font-size: 0;
    position: relative;
}
.tm-showcasebox-style1 .tm_showcasebox_contents .ttm-showbox-content-wrapper .tm-post-button-link-wrapper a:before {
    content: "";
    -webkit-mask: url(../images/right-arrow.svg) no-repeat 100% 100%;
    mask: url(../images/right-arrow.svg) no-repeat 100% 100%;
    background-color: #000000;
    mask-size: cover;
    position: absolute;
    top: -15px;
    right: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-block;
    left: auto;
    bottom: auto;
    rotate: -45deg;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s;
}
.tm-showcasebox-style1 .tm_showcasebox_contents .ttm-showbox-content-wrapper .ttm-title{
    position: relative;
    padding-right: 50px;
}
.tm-showcasebox-style1 .tm_showcasebox_contents .ttm-showbox-content-wrapper .ttm-title h4{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}
.tm-showcasebox-style1 .tm_showcasebox_contents.active .ttm-showbox-content-wrapper .tm-post-button-link-wrapper a:before{
   rotate: 45deg;
}
.tm-showcasebox-style1 .tm_showcasebox_contents .tm-post-button-link-wrapper {
    position: absolute;
    top: 0;
    right: 20px;
}
.tm-showcasebox-style1 .tm_showcasebox_contents .themetechmount-static-box-desc{
    opacity: 0;
    transition: all 0.6s ease 0s, transform 0.6s ease 0s;
   -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s;
}
.tm-showcasebox-style1 .tm-post-featured-link-wrapper {
    width: 50%;
}
.tm-showcasebox-style1 .tm-post-featured-link-wrapper img {
    max-width: 50%;
    position: absolute;
    object-fit: cover;
    right: auto;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    margin:auto;
    transition: all 1s ease 0s, transform 1s ease 0s;
    transform: scale(0);
}
.tm-showcasebox-style1 .tm_showcasebox_contents .ttm-showbox-content {
    position: relative;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s;
}
.tm-showcasebox-style1 .tm_showcasebox_contents.active .tm-post-featured-link-wrapper img,
.tm-showcasebox-style1 .tm_showcasebox_contents.active .themetechmount-static-box-desc {
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.tm-showcasebox-style1 .tm_showcasebox_contents.active .tm-post-featured-link-wrapper img {
    transform: scale(1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.tm-showcasebox-style1 .tm_showcasebox_contents.active .tm-post-featured-link-wrapper,
.tm-showcasebox-style1 .tm_showcasebox_contents.active .themetechmount-static-box-desc {
    opacity: 1;
}
.tm-showcasebox-style1 .tm_showcasebox_contents .ttm-showbox-content .ttm-header {
    transition: transform 0.3s linear;
    display: none;
}
.tm-showcasebox-style1 .tm_showcasebox_contents.active .ttm-showbox-content .ttm-header{    
    display: block;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s;
}


@media (max-width: 1024px){
.tm-showcasebox-style1 .tm-post-featured-link-wrapper img {
    position: relative;
    visibility: visible;
    transform: scale(1);
}
.tm-showcasebox-style1 .tm-post-featured-link-wrapper img {
    right: 0;
    top:0;
}
.tm-showcasebox-style1 .tm_showcasebox_contents .ttm-title:before {
    transition: background-size 0.8s linear;
    width: 100%;
}
.tm-showcasebox-style1  .ttm-title {
    margin-bottom: 0;
    padding-top: 0;
}
.tm-showcasebox-style1 .tm_showcasebox_contents .ttm-showbox-content .ttm-header {
    display: block;
}
.tm-showcasebox-style1 .tm_showcasebox_contents .themetechmount-static-box-desc{
    opacity: 1;
}
.tm-showcasebox-style1 .tm_showcasebox_contents.tm-wrap {
    margin-bottom: 30px;
}
}

/*porthfolio*/
.themetechmount-portfoliobox-style4{
    position: relative;
    display: block;
    margin-bottom: 0px;
}
.themetechmount-portfoliobox-style4 .themetechmount-post-item {
    position: relative;
    display: block;
    overflow: hidden;
}
.themetechmount-portfoliobox-style4 .themetechmount-icon-box {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
    transform: translateX(50px);
    transition: all 400ms ease;
    z-index: 5;
}
.themetechmount-portfoliobox-style4:hover .themetechmount-icon-box {
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 400ms;
}
.themetechmount-portfoliobox-style4 .themetechmount-icon-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
}
.themetechmount-portfoliobox-style4 .themetechmount-icon-box a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--reroof-black);
    transform: scale(0.6);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
}
.themetechmount-portfoliobox-style4:hover .themetechmount-box-content-inner .themetechmount-icon-box a:before {
    opacity: 1;
}
.themetechmount-portfoliobox-style4 .themetechmount-icon-box a i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
.themetechmount-portfoliobox-style4:hover .themetechmount-box-content-inner .themetechmount-icon-box a:hover{
    color:var(--tm-white-color);
}
.themetechmount-portfoliobox-style4 .tm-featured-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.themetechmount-portfoliobox-style4 .tm-featured-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--reroof-black-rgb), 0.6);
    opacity: 0;
    z-index: 1;
    content: "";
}
.themetechmount-portfoliobox-style4 .tm-featured-wrapper a img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}
.themetechmount-portfoliobox-style4:hover .tm-featured-wrapper a img {
    transform: scale(1);
}
.themetechmount-portfoliobox-style4 .themetechmount-box-overlay-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tm-skin-color);
    padding: 27px 25px 26px;
    overflow: hidden;
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 2;
}
.themetechmount-portfoliobox-style4:hover .themetechmount-box-overlay-content {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-overlay-content .themetechmount-content-box {
    position: relative;
    display: block;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-overlay-content .themetechmount-content-box .tm-cat {
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: all 700ms ease;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-overlay-content .themetechmount-content-box h4 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0;
    transition: all 700ms ease;
}
.themetechmount-portfoliobox-style4 .themetechmount-box-overlay-content .themetechmount-content-box .tm-cat a,
.themetechmount-portfoliobox-style4 .themetechmount-box-overlay-content .themetechmount-content-box h4 a{
    color: #fff;
}
.themetechmount-portfoliobox-style4:hover .themetechmount-box-overlay-content .themetechmount-content-box .tm-cat,
.themetechmount-portfoliobox-style4:hover .themetechmount-box-overlay-content .themetechmount-content-box h4 {
    opacity: 1;
}

/*contact form*/
.ttm-contactform-401 label {
  margin-bottom: 7px;
  display: block;
  font-size: 16px;
  color: #242424;
  font-weight: 400;
  font-family: var(--special-element-fontfamily);
}
.ttm-contactform-401 input[type="text"],
.ttm-contactform-401 input[type="tel"],
.ttm-contactform-401 textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 0px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  font-size: 14px;
}
.ttm-contactform-401 .form-check input[type="checkbox"] {
  margin-right: 6px;
  accent-color: var(--tm-skin-color);
}
.tm-contact-btn .elementor-button {
  background-color: var(--tm-skin-color);
  color: #fff;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.tm-contact-btn .elementor-button:hover {
  background-color: #990d24;
}
.collection-label {
  font-weight: 400;
  font-family: var(--special-element-fontfamily);
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  color: #242424;
}
.ttm-contactform-401 .form-checkbox .col-md-12 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}

.ttm-contactform-401 .form-checkbox .form-check {
  font-size: 16px;
  display: inline-block;
  align-items: center;
  margin-top: -15px;
}
.ttm-contactform-401 .form-checkbox .checkbox-title {
    display: block;
    width: 100%;
    margin-top: 15px;
}
.ttm-contactform-401 .form-checkbox .checkbox-title p{
    margin-bottom: 0;
}
.ttm-contactform-401 .form-checkbox .form-check input[type="checkbox"] {
  accent-color: var(--tm-skin-color);
  width: 15px;
  height: 14px;
}
.ttm-contactform-401 .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.ttm-contactform-401 .wpcf7-list-item {

}
.ttm-contactform-401  .wpcf7-spinner {
    width: 20px;
    height: 20px;
    margin: 0 15px;
    position: absolute;
}
.tm-contactform-style .wpcf7 form .wpcf7-response-output {
    margin: 0;
    position: absolute;
    margin-top: 8px;
}
.tm-contactform-style .elementor-widget-container{
    padding: 50px !important;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
}
.ttm-contactform-401 .wpcf7-list-item label {
    color: #818181;
    font-family: var(--body-font-family);
    font-size: 14px;
}
.ttm-contactform-401 .wpcf7-list-item label span.wpcf7-list-item-label {
    position: relative;
    top: -2px;
}
.ttm-contactform-401 p {
    margin: 0 0 0px;
}
.ttm-contactform-401 .col-md-6 {
    margin-bottom: 10px;
}

/*counter*/
.tm-counter .elementor-counter .elementor-counter-number-prefix {
    display: none;
}
.tm-counter .elementor-counter .elementor-counter-title {
    text-align: left;
}

/*testimonial*/
.themetechmount-testimonialbox-stylesix .themetechmount-post-item{
    position: relative;
    display: inline-block;
    padding: 30px 33px 35px 33px;
    background-color: #ffffff;
    text-align: left;
    transition: all 0.5s ease-in;
}
.themetechmount-testimonialbox-stylesix .themetechmount-author-name {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 400;
}
.themetechmount-testimonialbox-stylesix .themetechmount-box-footer {
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    color: var(--tm-dark-grey-color);
}
.themetechmount-testimonialbox-stylesix .themetechmount-box-desc .themetechmount-testimonial-text {
   font-size: 16px;
    font-style: normal;
    line-height: 26px;
    color: var(--tm-dark-grey-color);
    background-color: transparent;
}
.themetechmount-testimonialbox-stylesix .themetechmount-post-item .themetechmount-box-content{
    align-content: space-between;
    align-items: space-between;
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    z-index: 1;
    min-height: 300px;
    padding: 0;
}
.themetechmount-testimonialbox-stylesix .themetechmount-testimonial-text:after {
    content: "";
    -webkit-mask: url(../images/quote-img2.svg) no-repeat 100% 100%;
    mask: url(../images/quote-img2.svg) no-repeat 100% 100%;
    background-color: var(--tm-dark-grey-color);
    background-repeat: no-repeat;
    position: absolute;
    mask-size: cover;
    top: -30px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
    rotate: 180deg;
}

.themetechmount-testimonialbox-stylesix:hover .themetechmount-post-item {
    transition: all .5s;
    transform: translateY(-15px);
}
.themetechmount-testimonialbox-stylesix .themetechmount-box-desc {
    padding-top: 100px;
}
/*.tm-cta-heading*/
.tm-cta-heading .elementor-widget-heading h2.elementor-heading-title b{
    font-weight: 500!important;
}
.tm-cta-heading .elementor-widget-heading h2.elementor-heading-title{
    font-weight: 300!important;
}

@media (max-width: 1024px) {
    .tm-contactform-style .elementor-widget-container {
        padding: 50px 30px !important;
        box-shadow: unset;
    }
    .tm-1280-space0.elementor-widget-spacer .elementor-spacer-inner {
        height: 0px;
    }
}
@media (max-width: 767px) {
    .tm-showcasebox-style1 .tm_showcasebox_contents{
        margin-bottom: 0px;
        display: block;
    }
    .tm-showcasebox-style1 .tm_showcasebox_contents .ttm-showbox-content-wrapper:before{
        content: unset;
    }
    .tm-element-heading-content-wrapper h2.tm-element-content-heading br,
    .themetechmount-box-heading-wrapper h2.tm-element-content-heading br {
        display: none !important;
    }
}
@media (max-width: 560px) {
    .tm-contactform-style .elementor-widget-container {
        padding:40px 0px 50px !important;
        box-shadow: unset;
        margin: 0px !important;
    }
    .wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms) {
        margin-bottom: 0;
        padding-top: 0;
    }
    .ttm-contactform-401 label {
        margin-bottom: 5px;
    }
    .ttm-contactform-401 .tm-contact-btn{margin-top: 15px;}
    .tm-counter-style1 .elementor-counter-title br{display: none!important;}
    .ttm-contactform-401 .row .col-sm-6{
        margin-bottom: 15px;
    }
}