/*------------------------------------------------------------------
[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 .tm-fbar-close-icon {
    top: 45px;
}

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

.tm-iconcheckstyle-01 .themetechmount-iconbox-styletwo .tm-box-icon i,
.themetechmount-slider-wrapper .tm-quickdetails-area a,
.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;
}

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


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


/*** Form fields, general styles first ***/
.main-holder .site #content table.cart td.actions .input-text,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    vertical-align: middle;
    width: 100%;
    color: inherit;
    padding: 11px 15px;
    font-weight: normal;
    background-color: #fff;
    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: transparent;
}

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

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.checkout_coupon input.button,
.woocommerce div.product form.cart .button,
table.compare-list .add-to-cart td a,
.woocommerce .widget_shopping_cart a.button,
.woocommerce #review_form #respond .form-submit input,
.main-holder .site table.cart .coupon input,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart #content table.cart td.actions input[type="submit"],
.woocommerce #payment #place_order,
.main-holder .site .return-to-shop a.button,
.woocommerce .wishlist_table td.product-add-to-cart a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 12px 35px 12px;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #fff;
    -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.90;
}

.tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes>.site-footer-bg-layer.tm-bg-layer {
    opacity: 0.93;
}

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

.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: #fff;
    position: fixed;
    display: none;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 37px;
    text-align: center;
    padding-top: 0px;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

/*** Footer left right spacing ***/
.themetechmount-topbar-wrapper.container-full {
    padding-left: 60px;
    padding-right: 60px;
}

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

.themetechmount-item-thumbnail,
.themetechmount-item-thumbnail-inner {
    display: block;
}

.tm-boxes-carousel-spacing-15 .themetechmount-boxes-inner {
    padding: 15px;
}

.tm-boxes-carousel-without-title .themetechmount-boxes-inner {
    padding-top: 80px;
}

/*** 

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

 ***/



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

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

.site-branding {
    float: left;
}

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

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

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

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

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

.site-description {
    display: none;
}

/*Headerstyle-classic*/

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

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

/*** Header cart and search icon font size ***/

#site-header-menu #site-navigation .tm-header-icon a {
    font-size: 16px;
}

#site-header-menu #site-navigation .themetechmount-fbar-btn a {
    font-size: 21px;
}

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

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

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

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

.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: 19px;
    left: 14px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 9px;
    display: block;
    background-color: #edb820;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.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:hover span.number-cart {
    background-color: #1a1d22;
}

/*** Infostck header widget ***/
.tm-header-style-classic3 .tm-top-info-con,
.tm-header-style-infostack .tm-top-info-con {
    position: relative;
    float: right;
    text-align: right;
    vertical-align: middle;
    display: table;
}

.tm-header-style-classic3 .header-widget,
.tm-header-style-infostack .header-widget {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    padding-right: 0;
}

.tm-header-style-classic3 .header-widget *,
.tm-header-style-infostack .header-widget * {
    margin-bottom: 0;
    line-height: normal;
}

.tm-header-style-classic3 .header-widget .header-content,
.tm-header-style-classic3 .header-widget .header-icon,
.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-classic3 .tm-top-info-con .header-widget,
.tm-header-style-infostack .tm-top-info-con .header-widget {
    padding: 0 42px;
}

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

.tm-header-style-classic3 .tm-top-info-con .header-widget:first-child,
.tm-header-style-infostack .tm-top-info-con .header-widget:first-child {
    padding-left: 0;
}

.tm-header-style-classic3 .header-widget .header-content,
.tm-header-style-infostack .header-widget .header-content {
    padding-left: 19px;
}

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

.tm-header-style-classic3 .header-widget .header-icon i,
.tm-header-style-infostack .header-widget .header-icon i {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
    display: block;
}

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

.tm-header-style-classic3 .header-widget .header-icon .icon,
.tm-header-style-infostack .header-widget .header-icon .icon {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background-color: transparent;
}

.tm-header-style-classic3 .header-widget h3,
.tm-header-style-infostack .header-widget h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

/*Hedaer overlay*/
.tm-header-overlay .social-icons li>a {
    color: #787878;
    border: 1px solid #787878;
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
}

.tm-header-overlay .social-icons li>a:hover {
    color: #fff;
}

.tm-header-overlay .tm-slider-div .themetechmount-social-links-wrapper {
    display: none;
}

.tm-pageslider-yes .tm-slider-div .themetechmount-social-links-wrapper {
    position: absolute;
    left: 70px;
    top: 312px;
    z-index: 1;
    transform-origin: left top 0;
    width: 60px;
    display: block;
}

.tm-pageslider-yes .tm-header-overlay .tm-slider-div .themetechmount-social-links-wrapper .social-icons li {
    margin-bottom: 10px;
}

.ttm-header-button {
    display: inline-block;
}

.ttm-header-button a {
    font-size: 15px;
}

.ttm-header-button a:hover {
    color: #fff;
}

.ttm-call-box a {
    font-size: 17px;
    color: #fff;
    font-weight: 700
}

.ttm-call-box i {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 10px;
}
}

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.themetechmount-fbar-position-default .themetechmount-fbar-box {
    padding-top: 0px;
    padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

.tm-fbar-close .tm-fbar-close-icon {
    position: fixed;
    top: 20px;
    right: 25px;
    height: 50px;
    width: 50px;
    z-index: 100;
    display: block;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: #ffb120;
    border-radius: 50%;
    line-height: 50px;
}

.tm-fbar-close [class^="ti-"],
.tm-fbar-close [class*=" ti-"] {
    line-height: unset;
}

.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-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: 35px;
    padding-bottom: 10px;
    z-index: 80;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

.tm-header-overlay .tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper ul {
    padding-right: 10px;
}

.tm-header-overlay .tm-textcolor-white .social-icons li>a {
    color: rgba(255, 255, 255, 0.95);
}

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

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

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

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

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

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

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

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

.top-contact {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    line-height: 48px;
    vertical-align: top;
}

.top-contact.tm-highlight-left {
    margin-right: 15px;
    padding-right: 5px;
    color: rgba(255, 255, 255, 0.95);
}

.top-contact.tm-highlight-right {
    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: 500;
}

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

.top-contact i {
    margin-right: 7px;
    display: inline-block;
    width: 20px;
    height: 15px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

.tm-header-overlay .tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper:after,
.tm-header-overlay .tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper:before,
.tm-header-overlay .tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after,
.tm-topbar-content .tm-wrap-cell div:not(.tm-center-text):before,
.tm-topbar-content .tm-wrap-cell .top-contact li:before {
    top: 15px;
    content: '';
    height: 18px;
    width: 1px;
    background-color: #e9ecef;
    z-index: 1;
    position: absolute;
}

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

.tm-header-overlay .tm-borderbottom-yes.tm-textcolor-white .tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper:after,
.tm-header-overlay .tm-borderbottom-yes.tm-textcolor-white .tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper:before,
.tm-header-overlay .themetechmount-topbar-wrapper.tm-bgcolor-darkgrey .tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after,
.tm-header-overlay .themetechmount-topbar-wrapper.tm-bgcolor-skincolor .tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after,
.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:after {
    right: 0;
}

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

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

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

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

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

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

.themetechmount-topbar-wrapper .social-icons li:before,
.top-contact li:last-child:after {
    right: 0px;
}

.tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
    padding-left: 15px;
}

.tm-topbar-content .tm-wrap-cell 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: #fff !important;
}

.top-contact.tm-highlight-right li:first-child:before,
.top-contact.tm-highlight-right li:after,
.top-contact.tm-highlight-left li:first-child:before,
.top-contact.tm-highlight-left li:after {
    display: none
}

.themetechmount-topbar-wrapper.tm-bgcolor-skincolor .social-icons li>a:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 1);
}

.themetechmount-topbar-wrapper.tm-bgcolor-skincolor.tm-textcolor-white a:hover {
    color: rgba(255, 255, 255, 0.80);
}

.tm-header-overlay .tm-textcolor-white .tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after,
.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.12);
}

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

.tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
    display: inline-block;
    vertical-align: top;
}

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

.tm-titlebar-wrapper .breadcrumb-wrapper a {
    color: #888;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

/*** Titlebar Textcolor Dark ***/

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

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

.tm-textcolor-dark .tm-titlebar-main .entry-title,
.tm-textcolor-dark .tm-titlebar-main .entry-subtitle {
    color: 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: 7px;
}

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

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

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

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

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

/*** 

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

 ***/
.themetechmount-wide.themetechmount-sticky-footer .site-content-wrapper {
    z-index: 1;
}

.tm-bordertype-none .bottom-footer-inner {
    border: none !important;
}

ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    padding-left: 7px;
}

ul.footer-nav-menu li:last-child:after {
    content: "";
}

.footer-nav-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 14px;
    font-size: 16px;
    padding-bottom: 0px;
}

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

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

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

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

.col-sm-12.tm-footer2-left,
.col-sm-12.tm-footer2-right {
    line-height: 25px;
    text-align: center;
}

.site-footer .col-sm-6.first-widget-area {
    position: relative;
    overflow: hidden;
}

.bottom-footer-text.tm-textcolor-white .footer-nav-menu,
.bottom-footer-text.tm-textcolor-white .tm-footer2-left .footer-nav-menu a:not(:hover),
.bottom-footer-text.tm-textcolor-white .tm-footer2-right .footer-nav-menu a:not(:hover) {
    color: rgba(255, 255, 255, 1);
}

.site-footer .bottom-footer-text.tm-bordercolor-dark,
.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: #ffffff;
}


/*** 

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

 ***/

.widget.inoterior_category_list_widget .widget-title {
    display: none !important;
}

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

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

.woocommerce-account .woocommerce-MyAccount-navigation li a:before,
.widget.tm_widget_nav_menu li a:before,
.widget.inoterior_all_post_list_widget li a:before,
.widget.inoterior_category_list_widget li a:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: 50%;
    background: #eaeaea;
    height: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    z-index: -1;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover:before,
.widget.tm_widget_nav_menu li a:hover:before,
.widget.inoterior_all_post_list_widget li a:hover:before,
.widget.inoteriorcategory_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.inoterior_all_post_list_widget li.tm-post-active a:before,
.widget.inoterior_category_list_widget li.current-cat a:before {
    height: 100%;
    bottom: 0;
}

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

.widget.inoterior_all_post_list_widget li:last-child a. .widget.inoterior_category_list_widget li:last-child a {
    border-bottom: none;
}

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

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

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

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

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

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

.footer .widget {
    margin: 60px 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(.inoterior_contact_widget_wrapper)>li:last-child,
.widget ul>li ul>li:last-child {
    border-bottom: 0;
    padding-bottom: 0px !important;
    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: 65px;
}

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

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

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

.footer .first-footer .first-footer-inner {
    border-bottom: 1px solid #dadada;
}

.site-footer .second-footer.tm-swidgetsep-yes .second-footer-inner,
.site-footer .second-footer-inner {
    border-bottom: 1px solid #dadada;
}

.site-footer .second-footer.tm-swidgetsep-yes.tm-textcolor-white .second-footer-inner,
.footer .footer-rows .first-footer.tm-textcolor-white .first-footer-inner,
.footer .footer-rows .second-footer.tm-textcolor-white .second-footer-inner {
    border-color: rgba(255, 255, 255, .10);
}


/*** Seprator sidebar widget ***/
.sidebar .widget ul:not(.slides):not(.cart_list):not(.inoterior_contact_widget_wrapper):not(.inoterior_category_list_widget):not(.tm-all-post-list)>li {
    padding-bottom: 12px;
    padding-top: 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.09);
}

.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: 0px 0 9px !important;
    border-top: none !important;
}

.sidebar .widget ul:not(.slides):not(.cart_list):not(.inoterior_contact_widget_wrapper):not(.inoterior_category_list_widget):not(.tm-all-post-list)>li:first-child {
    border-top: none;
    padding-top: 0;
}


/*** Additional Widget background ***/

.tm-bg-footer-box .footer-logo-box img {
    margin-bottom: 20px;
}

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

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

/*** Footer Social Widget ***/
.footer .social-icons li>a:hover {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.tm-recent-post-list>li .post-date i {
    margin-right: 6px;
    font-size: 11px;
}

/*** Common Widget Arrow ***/

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

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

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

.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 {
    content: "\e864";
    font-family: "tm-inoterior-icons";
    position: absolute;
    top: 0px;
    left: 0;
    color: inherit;
    transform: rotate(270deg);
}

.tm-bgcolor-skincolor .widget_recent_comments li.recentcomments:before,
.tm-bgcolor-skincolor .widget_recent_entries a:before,
.tm-bgcolor-skincolor .widget_meta a:before,
.tm-bgcolor-skincolor .widget_categories a:before,
.tm-bgcolor-skincolor .widget_archive li a:before,
.tm-bgcolor-skincolor .widget_pages li a:before,
.tm-bgcolor-skincolor .widget_nav_menu li a:before,
.tm-bgcolor-skincolor .widget_product_categories a:before {
    color: #fff;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

 ***/

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

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

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

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

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

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


/*** Overaly search box ***/

.tm-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    height: 100%;
    width: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    background-color: transparent !important;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}

.tm-search-overlay.st-show {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.tm-search-overlay .tm-search-outer {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    width: 620px;
    max-width: 100%;
    height: 70px;
    line-height: 70px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.tm-search-overlay .tm-site-searchform {
    position: relative;
}

.tm-search-overlay .tm-icon-close {
    position: absolute;
    left: 50%;
    top: 55px;
    color: #fff;
    cursor: pointer;
    width: 60px;
    margin-left: -25px;
}

.tm-search-overlay .tm-icon-close:after {
    font-family: "tm-inoterior-icons";
    content: "\e82f";
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 7px;
    top: 9px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.tm-search-overlay .tm-icon-close:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tm-search-overlay .tm-site-searchform input[type="search"] {
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    height: 65px;
    padding: 0 70px 0 0;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    color: #fff;
    outline: none;
}

.tm-search-outer .tm-form-title {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-top: -40px;
    margin-bottom: 40px;
}

.tm-site-searchform button {
    background: #fab442;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    outline: none;
    padding: 0;
    font-size: 12px;
}

.tm-search-overlay .tm-site-searchform button {
    background: none;
    color: #fff;
    height: 70px;
    line-height: 70px;
    width: 50px;
    font-size: 21px;
    border: none;
}

.tm-search-overlay ::-webkit-input-placeholder {
    color: #fff;
}

.tm-search-overlay :-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.tm-search-overlay ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.tm-search-overlay :-ms-input-placeholder {
    color: #fff;
}

.tm-search-overlay input[type="search"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.80);
}

.tm-search-overlay input[type="search"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.80);
}

.tm-search-overlay input[type="search"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.80);
}

.tm-search-overlay input[type="search"]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.80);
}


/*** Special Section ***/

.themetechmount-servicebox-stylefour .item-content,
.themetechmount-iconbox-stylefive .themetechmount-iconbox-inner,
.themetechmount-box-blog.themetechmount-blog-box-view-left-image .post-item>.themetechmount-box-content,
.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 7px 0px rgba(43, 52, 59, 0.08);
    -moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
    box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
}

/**** Button Section  *****/

.elementor-element.elementor-widget-button .elementor-button {
    position: relative;
}

.tm-btn-style-text .elementor-button {
    padding: 0;
    margin-top: 0px !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.tm-btn-style-flat.tm-btn-color-white .elementor-button {
    background-color: #ffffff;
}

.tm-btn-style-flat.tm-btn-color-grey .elementor-button:hover,
.tm-btn-style-flat.tm-btn-color-white .elementor-button:hover {
    color: #fff;
}

.tm-btn-shape-square.elementor-element.elementor-widget-button:not(.tm-button-custom-padding) .elementor-button {
    border-radius: 0px;
    padding: 13px 30px;
}

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

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

.tm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 2em;
}

.tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button {
    background-color: transparent;
}

.tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button {
    border: 1px solid;
}

.tm-btn-style-outline.tm-btn-color-white .elementor-button {
    border-color: #ffffff !important;
    color: #ffffff;
}

.tm-btn-style-outline.tm-btn-color-white .elementor-button:hover {
    background-color: #ffffff;
}

.tm-btn-style-text.tm-icon-align-right .elementor-button {
    padding-right: 22px;
}

.tm-btn-style-text.tm-icon-align-right .elementor-button:hover {
    padding-left: 22px;
}

.tm-btn-style-text.tm-icon-align-right .elementor-button span {
    z-index: 1;
}

.tm-btn-style-text.tm-icon-align-right .elementor-button-link.elementor-button:hover {
    color: #fff;
}

.tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon {
    color: #fff;
}

.tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 40px;
    top: -12px;
    right: 0;
    background-color: #e01f11;
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tm-btn-style-text.tm-icon-align-right .elementor-button:hover .elementor-button-icon:after {
    width: 100%;
}

.tm-bgcolor-skincolor .tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon:after {
    background-color: #0b1328;
}



/*** 

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

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

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

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

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

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

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

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

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

.tm-post-featured-outer-wrapper,
.themetechmount-box-blog,
article.post,
.themetechmount-post-item-thumbnail,
.tm-featured-wrapper {
    position: relative;
}

.tm-entry-meta-wrapper {
    margin: 0px 0px 4px 0px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
}

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

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

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

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

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

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

/*** Top Image bottom content ***/

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

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

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

article.themetechmount-box-blog-classic .themetechmount-box-desc-text p:last-child img.alignright {
    margin-bottom: 0px;
}

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

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

article.themetechmount-box-blog-classic .tm-blog-classic-box-content {
    background-color: #fff;
    padding: 28px 35px 35px 35px;
    position: relative;
    display: block;
    margin: -35px 35px 0px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 9%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 9%);
    box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 9%);
}

article.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    right: 10px;
    top: 0;
    background-color: #e7e7e7;
    margin-top: 2px;
}

article.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line:last-child:after {
    content: unset;
}

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

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

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

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

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

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

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

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

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

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

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

/*** 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-blog-box-view-left-image .tm-featured-wrapper {
    border-radius: 6px;
}

.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-box-desc-text {
    display: inline;
}

.themetechmount-box-blog.themetechmount-blog-box-view-left-image .themetechmount-blogbox-footer-left {
    display: inline;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.themetechmount-boxes-col-two .tm-box-col-wrapper:nth-last-child(2) .themetechmount-blog-box-view-left-image .post-item,
.themetechmount-boxes-blog .tm-box-col-wrapper:last-child .themetechmount-blog-box-view-left-image .post-item {
    border: none;
}

.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 {
    padding: 15px;
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 6px;
}

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

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

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

.themetechmount-blog-box-view-left-image .tm-entry-meta-wrapper {
    padding: 5px 0px 10px 0px;
    border-bottom: 1px solid #e8ecef;
}

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

.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: 23px;
    position: relative;
}

.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line:last-child {
    padding-right: 0px;
}

.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    right: 10px;
    top: 0;
    background-color: #e7e7e7;
    margin-top: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*** Blog Classic ***/

article.themetechmount-box-blog-classic {
    margin-bottom: 40px;
}

article.themetechmount-box-blog-classic.tm-no-featured-content .tm-blog-classic-box-content.tm-boxwith-morebutton,
article.themetechmount-box-blog-classic .tm-blog-classic-box-content.tm-boxwith-morebutton {
    margin-bottom: 35px;
}

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

.single article.themetechmount-box-blog-classic {
    margin-bottom: 40px;
    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;
}

.post.themetechmount-box-blog-classic .tm-right-meta .themetechmount-commentbox,
article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-classic-footer-meta .tm-entry-meta .tm-meta-line {
    color: inherit;
    font-size: 14px;
}

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

article.themetechmount-box-blog-classic:hover .tm-post-featured-wrapper a:after {
    opacity: 1;
}

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

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




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

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

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

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

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

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

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

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

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

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

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

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

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

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

article.post .more-link-wrapper a.more-link:after {
    font-family: "tm-inoterior-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: #fff;
    border: 3px solid #cda274;
}

article.themetechmount-box-blog-classic.sticky:after {
    font-family: "tm-inoterior-icons";
    content: "\e81d";
    font-size: 20px;
    position: absolute;
    color: #fff;
    opacity: 1;
    right: 0;
    top: 0;
    background-color: #cda274;
    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 #FFF;
    box-shadow: none;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.tm-col-bgcolor-dargrey .slick-dots li button,
.tm-col-bgcolor-skincolor .slick-dots li button,
.tm-bgcolor-dargrey .slick-dots li button,
.tm-bgcolor-skincolor .slick-dots li button,
article.themetechmount-blogbox-format-gallery .slick-dots li.slick-active button,
article.themetechmount-blogbox-format-gallery .slick-dots li button:hover,

article.post.format-gallery .slick-dots li.slick-active button,
article.post.format-gallery .slick-dots li button:hover {
    background-color: #fff;
}

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

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

.tm-post-featured-link-wrapper .tm-post-featured-link {
    background: rgba(35, 35, 35, 1);
    padding: 110px 50px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tm-post-featured-quote:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(35, 35, 35, 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 ***/

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

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

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

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

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

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

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

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

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

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

.single-post .themetechmount-box-blog-classic .tm-blog-classic-box-content {
    padding: 8px 0px 30px;
    margin: 0;
    box-shadow: unset;
    background-color: transparent;
}

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

.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,
.single-post .tm_tag_lists {
    float: right;
}

.single-post .tm-social-share-post-wrapper {
    text-align: left;
    padding: 0px;
    border-radius: 0px;
}

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

.single-post .tm-social-share-links ul li {
    display: inline-block;
    padding-right: 7px;
    padding-top: 0px;
}

.single-post .tm-social-share-title {
    margin-top: 11px;
    font-weight: 500;
}

.single-post article.post .entry-content {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
}

.single-post .tm-post-prev-next-buttons {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.single-tm_portfolio .tm-pf-single-category-w a,
.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a {
    padding: 7px 25px;
    background-color: #f7f7f7;
    font-size: 14px;
    display: inline-block;
    margin-right: 3px;
    font-weight: 600;
    margin-bottom: 7px;
    border-radius: 0px;
}

.single-tm_portfolio .tm-pf-single-category-w a:hover,
.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a:hover {
    color: #fff;
}

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

.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 li,
.single-post article.post .entry-content ul li {
    padding-bottom: 8px;
}

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

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

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

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

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

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

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

.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: 16px;
    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: #f7f7f7;
    border: 1px solid #f7f7f7;
}

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

.comment-body:after,
.comment-body:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #f5f9fd transparent #f5f9fd;
    z-index: 1;
    content: "";
    left: -12px;
}

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

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

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

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

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

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

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

.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: #7b8095;
    font-size: 12px;
    display: block;
    font-size: 14px;
}

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

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

.comments-area ol.comment-list {
    margin-bottom: 30px;
}

.comments-area .comment-respond {
    padding-top: 20px;
}

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

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

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

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

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

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

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

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

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

ol.comment-list li #respond {
    width: 100%;
    padding: 25px 0;
    margin-bottom: 34px;
    padding-bottom: 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;
}

.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: transparent;
    border-radius: 0;
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}

.comment-form p.form-submit {
    padding-top: 0;
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.comment-box h2 {
    margin-top: 10px;
}

.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}

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

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

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

.comment-form input[type="submit"] {
    background-color: transparent;
    padding: 13px 30px 13px;
    ;
}

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

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

.main-holder .site-content nav.woocommerce-pagination ul li span,
.main-holder .site-content nav.woocommerce-pagination ul li a,
.themetechmount-pagination .page-numbers {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    color: #232323;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    margin: 0 3px 10px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -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 5px 0px rgba(43, 52, 59, 0.10);

}

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

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

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

.main-holder .site-content nav.woocommerce-pagination ul li .page-numbers.current,
.main-holder .site-content nav.woocommerce-pagination ul li a:hover,
.themetechmount-pagination .page-numbers.current,
.themetechmount-pagination .page-numbers:hover {
    border-color: transparent;
    color: #fff;
}

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

/*** 

====================================================================
	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 {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid transparent;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .45s ease 0ms;
    -khtml-transition: all .45s ease 0ms;
    -moz-transition: all .45s ease 0ms;
    -ms-transition: all .45s ease 0ms;
    -o-transition: all .45s ease 0ms;
    transition: all .45s ease 0ms;
    margin-top: -22px;
}

.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:hover .themetechmount-icon-box a:hover {
    background-color: white;
    color: #3bad71;
}

.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: 10px;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    text-align: left;
}

.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-box-portfolio .tm-featured-wrapper {
    overflow: hidden;
}

.themetechmount-portfoliobox-style1 .tm-featured-wrapper {
    position: relative;
    z-index: 0;
    display: block;
}

.themetechmount-portfoliobox-style1 .themetechmount-post-item-inner img {
    -webkit-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
}

.themetechmount-portfoliobox-style1:hover .themetechmount-post-item-inner img {
    -webkit-transform: rotate(9deg) scale(1.2, 1.2);
    -o-transform: rotate(9deg) scale(1.2, 1.2);
    transform: rotate(9deg) scale(1.2, 1.2);
}

.themetechmount-portfoliobox-style1 .tm-featured-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.5s linear;
    z-index: 1;
}

.themetechmount-portfoliobox-style1:hover .tm-featured-wrapper:before {
    opacity: 1;
}

.themetechmount-portfoliobox-style1 .themetechmount-box-overlay {
    padding: 40px 0 40px 40px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    text-align: left;
}

.themetechmount-portfoliobox-style1:hover .themetechmount-box-overlay {
    opacity: 1;
}

.themetechmount-portfoliobox-style1 .tm-post-iconbox {
    position: absolute;
    top: 30px;
    right: 30px;
}

.themetechmount-portfoliobox-style1 .tm-post-iconbox a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -ms-transform: scale(0) rotate(360deg);
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.themetechmount-portfoliobox-style1:hover .tm-post-iconbox a {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    color: #fff;
}

.themetechmount-portfoliobox-style1 .themetechmount-box-content,
.themetechmount-portfoliobox-style1 .themetechmount-box-title,
.themetechmount-portfoliobox-style1 .themetechmount-box-category {
    display: block;
    overflow: hidden;
}

.themetechmount-portfoliobox-style1 .themetechmount-box-title h4 {
    margin-bottom: 2px;
    transform: translateY(100%);
    transition: all 0.9s linear;
}

.themetechmount-portfoliobox-style1 .themetechmount-box-category {
    font-size: 15px;
    transform: translateY(100%);
    transition: all 0.7s linear;
}

.themetechmount-portfoliobox-style1:hover .themetechmount-box-title h4,
.themetechmount-portfoliobox-style1:hover .themetechmount-box-category {
    transform: translateY(0);
}

.themetechmount-portfoliobox-style1 .themetechmount-box-content .themetechmount-box-title a,
.themetechmount-portfoliobox-style1 .themetechmount-box-content .themetechmount-box-category,
.themetechmount-portfoliobox-style1 .themetechmount-box-content .themetechmount-box-category a {
    color: #fff;
}

.themetechmount-portfoliobox-style1 .tm-tm_portfolio-featured-wrapper.tm-post-format-video {
    padding-bottom: 91%;
    padding-top: 0px;
}

/* PortfolioBox  Styles-2*/

.themetechmount-portfoliobox-style2 .themetechmount-post-item {
    overflow: hidden;
    text-align: left;
}

.themetechmount-portfoliobox-style2 .figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(24, 24, 24, 0.73);
    opacity: 0;
}

.themetechmount-portfoliobox-style2:hover .figcaption {
    opacity: 1;
}

.themetechmount-portfoliobox-style2 .figcaption:before {
    position: absolute;
    content: '';
    opacity: 0;
}

.themetechmount-portfoliobox-style2 .figcaption:before {
    top: 20px;
    right: 15px;
    bottom: 20px;
    left: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.themetechmount-portfoliobox-style2 .figcaption:after {
    top: 15px;
    right: 20px;
    bottom: 15px;
    left: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
    border-left: 1px solid rgba(255, 255, 255, 0.50);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.themetechmount-portfoliobox-style2:hover .figcaption:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.themetechmount-portfoliobox-style2 .figcaption:before {
    pointer-events: none;
}

.themetechmount-portfoliobox-style2 .figcaption:before {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.themetechmount-portfoliobox-style2 .figcaption:after {
    position: absolute;
    content: '';
    opacity: 0;
}

.themetechmount-portfoliobox-style2:hover .figcaption:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.themetechmount-portfoliobox-style2 .figcaption:after {
    pointer-events: none;
}

.themetechmount-portfoliobox-style2 .figcaption:after {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.themetechmount-portfoliobox-style2 .themetechmount-box-category {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 40px;
    opacity: 0;
}

.themetechmount-portfoliobox-style2 .themetechmount-box-category p {
    margin-bottom: 0px;
}

.themetechmount-portfoliobox-style2.thememount-portfolio-box-view-overlay .tm-project-readmore-btn,
.themetechmount-portfoliobox-style2.thememount-portfolio-box-view-overlay .themetechmount-box-category {
    -webkit-transition: all 0.8s 0.2s;
    transition: all 0.8s 0.2s;
}

.themetechmount-portfoliobox-style2 .tm-project-readmore-btn {
    position: absolute;
    bottom: 50px;
    left: 50px;
    opacity: 0;
}

.themetechmount-post-item-inner.figcaption {
    transition: opacity 0.4s ease-in-out, left 0.4s ease-in-out;
}

.themetechmount-portfoliobox-style2 .thememount-portfolio-box-view-overlay .themetechmount-box-category {
    transition: opacity 0.4s ease-in-out, left 0.4s ease-in-out;
}

.themetechmount-portfoliobox-style2:hover .tm-project-readmore-btn,
.themetechmount-portfoliobox-style2:hover .themetechmount-box-category {
    opacity: 1;
}

.themetechmount-portfoliobox-style2 .themetechmount-post-item:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);

}

.themetechmount-portfoliobox-style2:hover .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper img {
    transform: scale(1.2);
}

.themetechmount-box-portfolio:hover .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.themetechmount-box-portfolio .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper img.wp-post-image {
    transition: transform 0.5s ease-in-out;
}

.themetechmount-portfoliobox-style2 .themetechmount-box-category p {
    color: rgba(255, 255, 255, .70);
}

.themetechmount-portfoliobox-style2 .themetechmount-box-title h4 a,
.themetechmount-portfoliobox-style2 .tm-project-readmore-btn a {
    color: #fff;
}

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

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

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

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

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

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

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

.tm-social-share-links ul li {
    display: inline-block;
    padding-right: 6px;
}

.tm-right-meta .tm-social-share-links ul li a {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    margin-right: 0;
    border-radius: 50%;
    font-size: 12px;
}

.tm-social-share-links ul li a {
    border: 1px solid #e3e3e3;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 0;
    background-color: #fff;
}

.tm-pf-single-content-wrapper.tm-pf-view-left-image .tm-pf-detail-box {
    width: 100%;
    display: flex;
}

.themetechmount-pf-detailbox-list {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.tm-pf-single-content-wrapper.tm-pf-view-top-image .themetechmount-pf-single-details-area {
    position: absolute;
    right: 25px;
    bottom: -40px;
    z-index: 2;
}

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

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

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

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

.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.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 {
    margin-top: 15px;
}

.tm-tm_portfolio-featured-wrapper .slick-dots {
    bottom: 16px;
    right: 16px;
    text-align: right;
}

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

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

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

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

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

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

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

/*** Navigation ***/

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

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

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

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

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

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

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

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

.tm-pf-single-content-wrapper.tm-pf-view-left-image,
.tm-pf-single-content-wrapper.tm-pf-view-top-image {
    padding-bottom: 0px;
}

.tm-pf-single-content-wrapper .tm-single-pf-footer {
    display: block;
    clear: both;
    overflow: hidden;
}

.tm-nextprev-bottom-nav {
    position: relative;
    margin-bottom: 35px;
    margin-top: 25px;
    border-top: 1px solid #e3e3e3;
    padding-top: 40px;
}

.single-tm_portfolio .tm-social-bottom-wrapper {
    display: block;
    clear: both;
    padding-top: 5px;
}

.single-tm_portfolio .tm-pf-view-left-image.style2 .tm-social-bottom-wrapper {
    padding-bottom: 35px;
}

.single-tm_portfolio .tm-pf-view-full .tm-social-bottom-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.tm-pf-single-content-wrapper .themetechmount-pf-single-detail-box {
    display: block;
    height: 100%;
    background-color: #f8f8f8;
    padding: 40px 25px 16px 40px;
}

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

.tm-pf-single-content-wrapper .tm-viewproject-btn-wrapper {
    margin-top: 30px;
}

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

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

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

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

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

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


/*** 

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

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

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

/*** Single Team member ***/
h2.tm-team-member-single-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
}

.tm-team-member-single-position {
    font-size: 16px;
}

.tm-featured-wrapper.tm-tm_team_member-featured-wrapper {
    margin-left: -15px;
}

.themetechmount-team-member-single-content-area .tm-team-member-single-content-wrapper {
    margin-top: 0px;
    padding-top: 15px;
}

.tm-team-member-single-category {
    margin-top: 20px;
}

.tm-team-member-single-meta-title {
    font-weight: bold;
    text-transform: uppercase;
}

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

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

.tm-team-details-list li:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    height: 6px;
    width: 6px;
    background-color: #e0e6ed;
}

.tm-team-member-single-title-wrapper .tm-short-desc {
    padding-top: 18px;
}

.tm-team-member-view-wide-image .tm-team-details-list li {
    padding: 9px 0 9px 26px;
}

.tm-team-extra-details-wrapper .tm-team-details-list li i {
    top: 1px;
    left: 4px;
    margin-right: 14px;
}

.tm-team-extra-details-wrapper {
    margin-bottom: 30px;
}

.tm-team-details-list .tm-team-list-title {
    margin-right: 3px;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}

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

.tm-team-details-list .tm-team-list-title,
.tm-team-details-list .tm-team-list-value {
    display: inline;
}

.tm-team-list-title i {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-size: 16px;
    top: 0px;
    margin-right: 3px;
    display: none;
}

.tm-team-details-list {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}

.tm-team-member-single-content-wrapper.tm-team-member-view-default .themetechmount-team-member-single-featured-area .tm-team-extra-details-list {
    margin-top: 0px;
}

.themetechmount-box-team.themetechmount-box-view-left-image .tm-team-extra-details-line-website {
    display: none;
}

.tm-teamform textarea {
    min-height: 60px;
    height: 151px;
}

.tm-team-member-single-title-wrapper.col-xs-12 {
    padding-left: 0px;
    padding-top: 70px;
    padding-bottom: 40px;
}

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

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

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

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

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

.tm-team-member-single-content-wrapper .tm-team-member-single-content {
    background-image: url(../images/team-img.png);
    margin: 0;
}

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

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

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

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

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

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

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

.tm-team-member-view-wide-image .tm-team-details-list .tm-team-list-value {
    margin-left: 6px;
    float: none;
}

.tm-team-member-single-content-wrapper ul {
    margin: 0px;
}

.tm-team-member-single-content-wrapper .tm-teammember-content {
    padding-top: 30px;
    padding-bottom: 20px;
}

.tm-team-member-single-content-wrapper .themetechmount-iconbox.themetechmount-iconbox-styleone {
    padding: 60px 25px 40px 40px;
}

.tm-team-member-single-content-wrapper .themetechmount-iconbox.themetechmount-iconbox-styleone .tm-cta3-content-wrapper {
    padding-top: 15px;
}

body .tm-team-member-single-content-wrapper .elementor-section.elementor-top-section:first-child {
    margin-top: 0;
}

/*** Team-member Teambox-style1 ***/
.themetechmount-box.themetechmount-teambox-style1 {
    border: 1px solid rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}

.themetechmount-teambox-style1 .themetechmount-box-title h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
}

.themetechmount-teambox-style1 .themetechmount-team-position {
    font-size: 13px;
}

.themetechmount-teambox-style1 .themetechmount-team-image-box {
    position: relative;
}

.themetechmount-teambox-style1 .themetechmount-box-content {
    text-align: center;
    position: relative;
    padding: 22px 15px 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    -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;
    background-color: #fff;
}

.themetechmount-teambox-style1:hover .themetechmount-box-content {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

.themetechmount-teambox-style1 .tm-team-profile-btn {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    -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;
}

.themetechmount-teambox-style1:hover .tm-team-profile-btn {
    opacity: 1;

}

.themetechmount-teambox-style1 .tm-member-social {
    position: absolute;
    right: 28px;
    top: 22px;
}

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

.themetechmount-teambox-style1 .themetechmount-team-icon {
    font-size: 22px;
    text-align: center;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: color .3s, background .3s ease, -webkit-transform .2s;
    transition: color .3s, background .3s ease, -webkit-transform .2s;
    -o-transition: color .3s, background .3s ease, -o-transform .2s;
    -moz-transition: transform .2s, color .3s, background .3s ease, -moz-transform .2s;
    transition: transform .2s, color .3s, background .3s ease;
    transition: transform .2s, color .3s, background .3s ease, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
}

.themetechmount-teambox-style1 .tm-member-social:hover .themetechmount-team-icon,
.themetechmount-teambox-style1 .themetechmount-team-icon:hover {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li a:hover,
.themetechmount-teambox-style1 .tm-member-social:hover .themetechmount-team-icon,
.themetechmount-teambox-style1 .themetechmount-team-icon:hover {
    color: #fff;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li a,
.themetechmount-teambox-style1 .themetechmount-team-icon {
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.themetechmount-teambox-style1 .themetechmount-box-social-links .tm-team-social-links-wrapper ul li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
    text-align: center;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li a {
    background: #ffffff;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

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

.themetechmount-teambox-style1 .tm-member-social:hover .tm-team-social-links-wrapper ul li {
    opacity: 1;
    width: 37px;
    height: 37px;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li:nth-child(5) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li:nth-child(6) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.themetechmount-teambox-style1 .tm-team-social-links-wrapper ul li:nth-child(7) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.themetechmount-teambox-style1 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(1) {
    top: 45px;
}

.themetechmount-teambox-style1 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(2) {
    top: 90px;
}

.themetechmount-teambox-style1 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(3) {
    top: 135px;
}

.themetechmount-teambox-style1 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(4) {
    top: 180px;
}

.themetechmount-teambox-style1 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(5) {
    top: 225px;
}

.themetechmount-teambox-style1 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(6) {
    top: 270px;
}

.themetechmount-teambox-style1 .tm-member-social:hover .tm-team-social-links-wrapper ul li:nth-child(7) {
    top: 315px;
}

/*** Team-member Teambox-style2 ***/
.themetechmount-teambox-style2 .themetechmount-post-item {
    overflow: hidden;
}

.themetechmount-teambox-style2 .themetechmount-item-thumbnail-inner {
    overflow: hidden;
}

.themetechmount-teambox-style2 .themetechmount-box-title h4 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 0px;
}

.themetechmount-teambox-style2 .themetechmount-box-content {
    background-color: #f7f7f7;
    padding: 15px 25px 17px 25px;
}

.themetechmount-teambox-style2 .themetechmount-team-position {
    text-align: left;
}

.themetechmount-teambox-style2 .themetechmount-team {
    font-size: 13px;
}

.themetechmount-teambox-style2:hover ul.tm-team-social-links {
    opacity: 1;
    z-index: 1;
    right: 0;
}

.themetechmount-teambox-style2 .tm-team-social-links-wrapper ul {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: auto;
    bottom: 0;
    right: -40px;
    width: 50px;
    padding-top: 74px;
    padding-left: 5px;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    text-align: center;
    margin-top: 0px;
}

.themetechmount-teambox-style2 li {
    padding-bottom: 15px;
}

.themetechmount-teambox-style2:hover .themetechmount-team-image-box img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.themetechmount-teambox-style2 .themetechmount-team-image-box img {
    -webkit-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    width: 100%;
}

.single-tm_team_member .themetechmount-teambox-style2 .tm-team-social-links-wrapper ul {
    padding-top: 74px;
    padding-left: 5px;
}

.tm-teambox-style2 .themetechmount-teambox-style2 .tm-team-social-links-wrapper ul {

    padding-top: 83px;
}

/*** 

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

 ***/

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

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

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

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

.tm-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-facts-colum-sep .tm-fid-with-icon.tm-fid-view-topicon {
    padding: 5px 0px 2px;
    margin-bottom: 14px;
}

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

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

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

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

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

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

.inside h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    padding-top: 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: 55px;
    font-size: 50px;
    line-height: 50px;
    top: 13px;
}

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

.inside.tm-fid-view-righticon h3,
.inside.tm-fid-view-lefticon h3 {
    font-size: 16px;
    line-height: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**Fidbox style-5***/

.inside.tm-fid-view-style5 {
    padding: 0;
    text-align: left;
}

.inside.tm-fid-view-style5 .tm-fid-icon-wrapper {
    padding-bottom: 25px;
}

.tm-fid.inside.tm-fid-view-style5 h4 {
    font-size: 40px;
    line-height: 50px;
    margin-right: 10px;
}

.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: -15px;
    margin-right: 30px;
}

.tm-fid.tm-fid-view-style5 h3 {
    font-size: 20px;
    line-height: 26px;
    display: inline;
}

.tm-fid.tm-fid-view-style5 h3 span {
    padding: 0;
    margin-top: 25px;
}

.tm-fid.tm-fid-view-style5 strong {
    font-weight: 600;
}

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

/**Fidbox style-6***/

.inside.tm-fid-view-style6 {
    text-align: left;
}

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

.inside.tm-fid-view-style6 h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #0b1328;
    margin-bottom: 5px;
}

.inside.tm-fid-view-style6 h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 6px;
}

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

/*** 

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

 ***/

.site {
    overflow: hidden;
}

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

/*** 

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

 ***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

.widget.woocommerce.widget_product_search input[type="submit"],
.widget.woocommerce.widget_product_search button,
.widget .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 49px;
    height: 51px;
    z-index: 1;
    border-radius: 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;
}

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

#sidebar-left.sidebar .widget:not(.inoterior_all_post_list_widget):first-child {
    margin-top: 0px;
}

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

#sidebar-left.sidebar .widget {
    margin: 35px 0 35px;
    padding: 35px 25px 30px;
    background-color: #f7f7f7;
    overflow: hidden;
}

form.search-form {
    padding-bottom: 12px;
}

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

.sidebar .widget .widget-title {
    padding-bottom: 12px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.sidebar .widget .widget-title:after {
    display: block;
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    left: 0;
    bottom: -1px;
    -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;
}

.sidebar .widget:hover .widget-title:after {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.site-content-wrapper #sidebar-right.sidebar {
    margin-top: 0px;
    padding-top: 70px;
    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;
}

/*** 

====================================================================
	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: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    border: 1px solid #f1f1f1;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 14px;
    color: inherit;
    margin-right: 5px;
}

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

.footer .social-icons li>a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.10);
    text-align: center;
    display: block;
    margin: 0 1px;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
}

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

.tm_footer_social_bar .social-icons li.tm-social-twitter:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-twitter a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-twitter {
    background-color: #2cbfd9;
}

.tm_footer_social_bar .social-icons li.tm-social-youtube:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-youtube a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-youtube {
    background-color: #ff0000;
}

.tm_footer_social_bar .social-icons li.tm-social-flickr:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-flickr a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-flickr {
    background-color: #ED1384;
}

.tm_footer_social_bar .social-icons li.tm-social-facebook:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-facebook a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-facebook {
    background-color: #4583bc;
}

.tm_footer_social_bar .social-icons li.tm-social-linkedin:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-linkedin a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-linkedin {
    background-color: #0b84b3;
}

.tm_footer_social_bar .social-icons li.tm-social-gplus:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-gplus a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-gplus {
    background-color: #d3452b;
}

.tm_footer_social_bar .social-icons li.tm-social-yelp:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-yelp a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-yelp {
    background-color: #c41200;
}

.tm_footer_social_bar .social-icons li.tm-social-dribbble:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-dribbble a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-dribbble {
    background-color: #de588b;
}

.tm_footer_social_bar .social-icons li.tm-social-pinterest:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-pinterest a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-pinterest {
    background-color: #cd1f29;
}

.tm_footer_social_bar .social-icons li.tm-social-podcast:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-podcast a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-podcast {
    background-color: #803aac;
}

.tm_footer_social_bar .social-icons li.tm-social-xing:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-xing a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-xing {
    background-color: #006464;
}

.tm_footer_social_bar .social-icons li.tm-social-vimeo:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-vimeo a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vimeo {
    background-color: #07C0ED;
}

.tm_footer_social_bar .social-icons li.tm-social-vk:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-vk a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-vk {
    background-color: #44678d;
}

.tm_footer_social_bar .social-icons li.tm-social-houzz:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-houzz a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-houzz {
    background-color: #98c742;
}

.tm_footer_social_bar .social-icons li.tm-social-issuu:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-issuu a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-issuu {
    background-color: #ea4925;
}

.tm_footer_social_bar .social-icons li.tm-social-google-drive:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-google-drive a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-google-drive {
    background-color: #f9cb2f;
}

.tm_footer_social_bar .social-icons li.tm-social-rss:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-rss a,
.themetechmount-socialbox-wrapper .tm-socialbox-i-wrapper a.tm-socialbox-icon-link.tm-socialbox-icon-link-rss {
    background-color: #fb7200;
}

.tm_footer_social_bar .social-icons li.tm-social-instagram:hover,
.tm-colorstyle-social-link .themetechmount-social-links-wrapper .tm-social-instagram a,
.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: #fff;
}

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

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

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

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

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

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

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

.k_flying_searchform_wrapper .field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.3em;
}

.k_flying_searchform_wrapper .field:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.3em;
}

.k_flying_searchform_wrapper .field::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.3em;
}

.k_flying_searchform_wrapper .field:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.80);
    line-height: 1.3em;
}

/*** 

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

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

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

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

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

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

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

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

.select2-container--default .select2-selection--single {
    background-color: 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: #fff transparent transparent transparent;
}

/*** 

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

 ***/

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

.wpcf7 label {
    display: block
}

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

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

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

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

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

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

.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-grey .select2-container--default .select2-selection--single,
.tm-col-bgcolor-grey .select2-container--default .select2-selection--single .select2-selection__rendered,
.tm-col-bgcolor-grey textarea,
.tm-col-bgcolor-grey input[type="text"],
.tm-col-bgcolor-grey input[type="password"],
.tm-col-bgcolor-grey input[type="datetime"],
.tm-col-bgcolor-grey input[type="datetime-local"],
.tm-col-bgcolor-grey input[type="date"],
.tm-col-bgcolor-grey input[type="time"],
.tm-col-bgcolor-grey input[type="number"],
.tm-col-bgcolor-grey input[type="email"],
.tm-col-bgcolor-grey input[type="url"],
.tm-col-bgcolor-grey input[type="tel"],
.tm-col-bgcolor-grey .uneditable-input,
.tm-col-bgcolor-grey select {
    background-color: rgba(255, 255, 255, 1);
    color: #686e73;
    border-color: transparent;
}

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

.tm-bgcolor-grey .wpcf7 .tm-commonform .wpcf7-text::-webkit-input-placeholder,
.tm-bgcolor-grey .wpcf7 .tm-commonform .select2-container--default .select2-selection--single .select2-selection__rendered,
.tm-bgcolor-grey .wpcf7 .tm-commonform textarea::-webkit-input-placeholder,
.tm-col-bgcolor-grey .wpcf7 .tm-commonform .wpcf7-text::-webkit-input-placeholder,
.tm-col-bgcolor-grey .wpcf7 .tm-commonform .select2-container--default .select2-selection--single .select2-selection__rendered,
.tm-col-bgcolor-grey .wpcf7 .tm-commonform textarea::-webkit-input-placeholder {
    color: #8d8d8d !important;
}

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

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

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

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

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

/***=== 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;
    padding: 15px 30px;
    font-size: 15px;
}

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

.tm-contactform-01 input[type="text"]:-moz-placeholder,
.tm-contactform-01 input[type="email"]:-moz-placeholder,
.tm-contactform-01 textarea:-moz-placeholder {
    color: rgba(119, 119, 119, 0.5);
}

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

.tm-contact-btn {
    position: relative;
    width: auto;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
}

.tm-contact-btn input[type="submit"] {
    background-color: transparent;
    transition: all 0.5s ease 0s;
    border-radius: 0px;
    padding: 15px 30px;
}

/*** 

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

 ***/


/*Heading subheding*/
.tm-align-center .tm-element-heading-content-wrapper .tm-element-content-desctxt {
    width: 50%;
    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: 0;
}

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

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

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

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

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

/*Heading Seperator Style Solid*/

.tm-seperator-solid.left-align .tm-element-subheading,
.tm-seperator-solid.right-align .tm-element-subheading {
    padding-left: 47px;
}

.tm-seperator-solid .tm-element-subheading:before,
.tm-seperator-solid .tm-element-subheading:after {
    display: block;
    content: "";
    position: absolute;
    width: 36px;
    height: 1px;
    left: 0;
    background-color: #8cbc43;
    top: 50%;
}

.tm-seperator-solid.left-align .tm-element-subheading:after,
.tm-seperator-solid.right-align .tm-element-subheading:after {
    content: unset;
}

.tm-seperator-solid.center-align .tm-element-subheading:after {
    margin-right: -47px;
    left: auto;
    right: 0;
}

.tm-seperator-solid.center-align .tm-element-subheading:before {
    margin-left: -47px;
    left: 0;
    right: auto;
}



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

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

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

.wpb_heading {
    margin-bottom: 30px;
}

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

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

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

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

/*** 

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

 ***/

/*** Team Member Section ***/
.single-tm_team_member .tm-team-member-single-title-wrapper .tm-team-social-links-wrapper ul {
    list-style: none;
    padding: 0;
}

.single-tm_team_member .tm-team-member-single-title-wrapper .tm-team-social-links-wrapper ul li {
    display: inline-block;
}

.single-tm_team_member .tm-team-member-single-title-wrapper .tm-team-social-links-wrapper ul li a {
    display: block;
    font-size: 14px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: inherit;
    margin-right: 8px;
}

.single-tm_team_member .tm-team-member-single-title-wrapper .tm-team-social-links-wrapper ul li a:hover {
    color: #fff;
}

.single-tm_team_member .tm-team-member-view-default .themetechmount-team-data {
    padding: 23px 0px 25px 0;
    position: relative;
}

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

.single-tm_team_member .tm-team-member-view-default .themetechmount-team-data h3 {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 0px;
}

.tm-team-member-appointment-btn-wrapper {
    position: absolute;
    right: 15px;
    top: 0;
}

.single-tm_team_member .inside {
    padding: 25px 15px 15px 15px;
    margin-bottom: 0px;
}

.single-tm_team_member .inside h4 {
    font-size: 27px;
    line-height: 33px;
}

.single-tm_team_member .tm-fid-view-lefticon .tm-fld-contents {
    padding-left: 77px;
}

.single-tm_team_member .tm-fid-icon-wrapper i {
    font-size: 55px;
}

/*** 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: #fff;
    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);
}

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

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

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

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

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

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

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

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

.tm-bgcolor-skincolor .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text,
.tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text,
.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text,
.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text {
    color: rgba(255, 255, 255, 0.80);
}

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

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

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

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

/*** themetechmount-box-view-default  themetechmount-box-img ***/

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

.themetechmount-box-view-default .themetechmount-box-author .themetechmount-box-img .themetechmount-icon-box {
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: none;
    background-color: #0186d5;
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.themetechmount-box-view-default .themetechmount-box-title {
    margin-top: 0px;
    position: relative;
}

.themetechmount-box-view-default .themetechmount-box-author .themetechmount-author-name a:hover {
    color: #424242;
}



/*** 

====================================================================
	Client logo Section
====================================================================

***/

.themetechmount-boxes-view-default.themetechmount-boxes-client .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 20px;
}

.themetechmount-box-client {
    text-align: center;
}

.themetechmount-box-client .themetechmount-item-thumbnail {
    width: 100%;
    display: table;
}

.themetechmount-box-client .themetechmount-item-thumbnail-inner {
    margin-right: 13px;
    margin-left: 13px;
    padding: 25px;
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}

.themetechmount-box-client.themetechmount-client-box-view-boxed-logo .themetechmount-item-thumbnail-inner {
    background-color: #fff;
}

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

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

.themetechmount-box-client:hover .themetechmount-item-thumbnail-inner img {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

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

.slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.tm-clientlogo-box-full-opacity .slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.tm-box-col-wrapper.slick-slide .themetechmount-box-client .tm-client-logo-tooltip .themetechmount-box-client {
    margin: 44px 0;
    display: block;
}

.tm-box-col-wrapper.slick-slide .themetechmount-box-client .tm-client-logo-tooltip a.tm-client-logo-link {
    display: block;
    padding: 0px;
    outline: none;
}

.themetechmount-boxes-view-default .themetechmount-box-client {
    padding-bottom: 10px;
}

.tm-col-bgcolor-darkgrey .themetechmount-box-client.themetechmount-box-view-boxed-logo,
.tm-bgcolor-darkgrey .themetechmount-box-client.themetechmount-box-view-boxed-logo,
.tm-col-bgcolor-skincolor .themetechmount-box-client.themetechmount-box-view-boxed-logo,
.tm-bgcolor-skincolor .themetechmount-box-client.themetechmount-box-view-boxed-logo,
.tm-col-bgcolor-grey .themetechmount-box-client.themetechmount-box-view-boxed-logo,
.tm-bgcolor-grey .themetechmount-box-client.themetechmount-box-view-boxed-logo {
    background-color: #ffffff;
}

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

.themetechmount-boxes-client.tm-borderedbox-style.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-box-heading-wrapper {
    padding-bottom: 0px;
}

.themetechmount-boxes-client.tm-borderedbox-style.tm-boxes-carousel-arrows-above .themetechmount-boxes-row-wrapper .slick-arrow {
    display: none !important;
}


/*** 

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

.tm-headerstyle-classic .themetechmount-slider-wrapper {
    z-index: 9;
}

.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;
    border: 1px solid #c7c7c7;
    text-align: center;
}

.tm-boxes-carousel-arrows-hide .themetechmount-boxes-row-wrapper .slick-arrow {
    opacity: 0;
}

.themetechmount-boxes-view-carousel .themetechmount-boxes-row-wrapper .slick-arrow:hover:before {
    color: #fff;
    border-color: transparent;
}

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

.themetechmount-boxes-row-wrapper .slick-prev:before {
    content: '\e834';
    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;
}

/*** Arrow Center with heading ***/
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .themetechmount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-row-wrapper .slick-prev {
    top: -63px;
}

.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .themetechmount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-row-wrapper .slick-prev {
    left: 50%;
    margin-left: -45px;
}

.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-row-wrapper .slick-next {
    right: 50%;
    margin-right: -45px;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .themetechmount-box-heading-wrapper,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-box-heading-wrapper {
    padding-bottom: 60px;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-justify .themetechmount-box-heading-wrapper .tm-cta3-without-desc,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-box-heading-wrapper .tm-cta3-without-desc {
    padding-bottom: 25px;
}

/* Arrow below */
.tm-boxes-carousel-arrows-below.themetechmount-boxes {
    padding-bottom: 70px;
}

.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-next {
    top: auto;
    bottom: -90px;
}

/*** Arrow Left with heading ***/
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .slick-slider,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .slick-slider {
    position: static;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right {
    position: relative;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .themetechmount-boxes-row-wrapper .slick-prev,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-row-wrapper .slick-next,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-row-wrapper .slick-prev {
    top: 53px;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right {
    overflow: hidden;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .themetechmount-boxes-row-wrapper .slick-prev {
    right: 45px;
    left: auto;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left .themetechmount-boxes-row-wrapper .slick-next {
    right: -3px;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-row-wrapper .slick-prev {
    left: -3px;
    right: auto;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-row-wrapper .slick-next {
    left: 35px;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-left,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right,
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center {
    overflow: hidden;
}

.themetechmount-boxes-team.themetechmount-boxes-view-carousel .slick-slider {
    margin-left: -10px;
    margin-right: -10px;
}

.themetechmount-boxes-portfolio .themetechmount-boxes-row-wrapper .slick-arrow {
    border-radius: 0px;
}

/*** Slick dot desing ***/
.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    width: 9px;
    height: 5px;
    margin: 0px 2px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.slick-dots li button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    margin: 13px 10px 0px 0;
    position: relative;
    background-color: #e0e0e0;
    line-height: 0;
    padding: 0;
}

.slick-dots li.slick-active {
    width: 30px;
    height: 8px;
    border-radius: 6px;
}

.slick-dots li.slick-active button {
    width: 30px;
    background-color: #e0e0e0;
    border-radius: 6px;
}

.slick-dots li button:before {
    display: none;
}

.tm-bgcolor-skincolor .slick-dots li button,
.tm-col-bgcolor-skincolor .slick-dots li button {
    background-color: rgba(255, 255, 255, .1);
}

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

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

.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: #ffffff;
    border-color: #ffffff;
}

/*** Flex slider dot desing ***/
.flex-control-paging li a {
    -o-box-shadow: none;
    box-shadow: none;
    background: none;
    border: 2px solid #fff;
}

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

.flex-control-paging li a.flex-active {
    background-color: #fff;
}

/*** Flex slider Arrow desing ***/
.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {
    font-family: "tm-inoterior-icons";
}

.flex-direction-nav a:before {
    content: '\e808';
}

.flex-direction-nav a.flex-next:before {
    content: '\e809';
}

/*** 

====================================================================
   flexslider
====================================================================

 ***/
.tm-flexslider ul li {
    display: none;
    float: left;
}

.tm-flexslider ul li:first-child {
    display: block;
}

.tm-flexslider .flex-control-nav {
    bottom: 5px;
    z-index: 1;
}

.tm-flexslider .flex-control-paging li a {
    border: 1px solid #fff;
    background: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 0;
}

.tm-flexslider .flex-control-paging li a.flex-active {
    background-color: #fff;
}

.flex-control-nav li {
    margin: 0 3px;
}

/*** 

====================================================================
	Drop Cap Design
====================================================================

 ***/
.tm-dropcap {
    float: left;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
    width: 51px;
    height: 51px;
    line-height: 52px;
    font-size: 34px;
    margin: 7px 8px -5px 0;
}

.tm-dcap-style-rounded {
    border-radius: 5px;
}

.tm-dcap-style-round {
    border-radius: 50%;
}

.tm-dropcap.tm-bgcolor-dark,
.tm-dropcap.tm-bgcolor-skincolor {
    color: #fff;
}

.tm-dropcap.tm-bgcolor-dark {
    background-color: #202020;
}

.tm-dropcap.tm-bgcolor-grey {
    background-color: #E2E2E2;
}

.tm-dropcap.tm-bgcolor-grey,
.tm-dcap-txt-color-dark {
    color: #313131;
}

.tm-dcap-style-square,
.tm-dcap-style-round,
.tm-dcap-style-rounded {
    position: relative;
    top: 4px;
    float: left;
    margin-right: 10px;
    padding: 0;
    line-height: 50px;
    text-transform: uppercase;
}

.tm-dcap-style-rounded {
    border-radius: 5px;
    background-color: #c93756;
    font-size: 35px;
}

.tm-dcap-style-round {
    border-radius: 50%;
    background-color: #1f4788;
    font-size: 35px;
}

.tm-dcap-style-square {
    color: #a0ce4e;
    font-size: 60px;
}

.tm-dropcap.tm-bgcolor-skincolor {
    color: #fff;
    background-color: #fc6042;
    font-size: 35px;
}

body .tm-dropcap.tm-bgcolor-dark,
body .tm-dropcap.tm-bgcolor-skincolor {
    color: #fff !important;
}

/*** 

====================================================================
	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: #ffffff;
    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: #fff;
    color: #fff;
}

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

.tm-sortable-list .tm-sortable-link a {
    display: block;
    cursor: pointer;
    padding: 8px 25px 10px;
    margin-bottom: 5px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    border: none;
    text-transform: capitalize;
}

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

}

.tm-sortable-list .tm-sortable-link a:hover,
.tm-sortable-list .tm-sortable-link a.selected {
    color: #fff;
    border-color: transparent;
}

.themetechmount-boxes-textalign-center .tm-sortable-wrapper {
    text-align: center;
}

.tm-bgcolor-skincolor .tm-sortable-list .tm-sortable-link a,
.tm-bgcolor-darkgrey .tm-sortable-list .tm-sortable-link a,
.tm-white-sort-bt .tm-sortable-list .tm-sortable-link a {
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: rgba(255, 255, 255, 0.75);
}

.themetechmount-boxes-portfolio.themetechmount-boxes-sortable-yes .themetechmount-boxes-inner.themetechmount-boxes-portfolio-inner {
    margin-left: 0;
    margin-right: -13px;
}

.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner>div.themetechmount-box-heading-wrapper:not(.themetechmount-boxes-row-wrapper) {
    flex-basis: 0%;
    flex-grow: 1;
    flex: 0 0 35.33%;
    max-width: 35.33%;
}

.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner>div.tm-sortable-wrapper.tm-sortable-wrapper-portfolio:not(.themetechmount-boxes-row-wrapper) {
    flex-basis: 0%;
    flex-grow: 1;
    flex: 0 0 64.33%;
    max-width: 64.33%;
}

.themetechmount-boxes-sortable-yes.themetechmount-boxes-textalign-left .themetechmount-boxes-inner>div.tm-sortable-wrapper.tm-sortable-wrapper-portfolio:not(.themetechmount-boxes-row-wrapper) {
    text-align: right;
}

.themetechmount-boxes.themetechmount-boxes-sortable-yes .themetechmount-boxes-inner>div.themetechmount-boxes-row-wrapper {
    margin-top: 16px;
    display: block;
    width: calc(100% + 20px);
}

.themetechmount-boxes-sortable-yes.tm-cta3-rev-heading .tm-sortable-list ul {
    margin-top: 20px;
}

.themetechmount-boxes-sortable-yes:not(.tm-cta3-rev-heading) .tm-sortable-list ul {
    margin-top: 8px;
}


/*** Colorbox frame reset ***/
#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight {
    background: none;
    background-color: #fff
}

/*** Singel page ***/

.summary .clear {
    display: none;
}

/*** Sidebar ***/
.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 7px 21px;
    margin: 0 5px 8px 0;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    font-size: 15px !important;
    background-color: #fff;
    font-weight: 500;
    color: inherit;
}

.sidebar .widget .tagcloud a:hover {
    color: #fff;
    border-color: transparent;
}

.sidebar .gallery {
    margin-bottom: 0;
}

/***  comment-form-rating ***/
.comment-form-rating {
    padding-bottom: 10px;
}

#review_form .comment-form-rating .select2-container {
    display: none;
}

/*** 

====================================================================
	404 Page
====================================================================

 ***/

.error404 .site-main {
    padding-top: 0;
}

section.error-404 {
    padding: 200px 0px;
    text-align: left;
}

.tm-headerstyle-classic-overlay section.error-404 {
    padding: 200px 0px 170px;
}

section.error-404 .tm-big-icon {
    font-size: 104px;
}

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

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

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

section.error-404 .search-form {
    position: relative;
    max-width: 390px;
    margin-top: 35px;
    padding-bottom: 0;
}

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

section.error-404 .search-form .search-field {
    border-width: 1px;
    background-color: #fff;
    border-radius: 0em;
}

section.error-404 .search-form .search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 46px;
    height: 46px;
    z-index: 1;
    border-radius: 0px 3px 3px 0px;
    background-image: url(../images/findicon.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    opacity: 0.3;
}

.tm-sresults-no-content-w {
    padding-bottom: 80px;
    padding-top: 30px;
}

.tm-sresults-no-content-w h3 {
    font-size: 30px;
    line-height: 35px;
}

.error404 .site-main {
    background-color: transparent !important;
}

section.error-404 h4 {
    font-size: 60px;
    line-height: 60px;
}

.tm-404-home-button {
    margin-top: 45px;
}

section.error-404 h6 {
    font-size: 20px;
    margin-bottom: 0px;
}

.tm-404-home-button a {
    color: #fff;
}

.tm-404-home-button .elementor-button-icon {
    padding-right: 2px;
}

/*** 

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

 ***/

.tm-sresult-form-wrapper {
    padding: 22px 0px 0px;
    margin-bottom: 60px;
    color: #fff;
    border-radius: 5px;
}

.tm-search-pagelist .tm-result-page-content {
    padding-left: 33px;
    padding-bottom: 10px;
}

.tm-search-pagelist li>h4 {
    margin-bottom: 7px;
}

.tm-search-results-title a.label-default {
    padding: 5px 10px;
    position: relative;
    top: -3px;
}

/*** Search Select Box ***/
.tm-search-select-box {
    width: 100%;
    position: relative;
    padding-right: 162px;
}

.tm-search-select-box .select2-container {
    width: 98% !important;
}

.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.tm-search-select-box .select2-container--default .select2-selection--single {
    border: 1px solid rgba(255, 255, 255, 0.51);
    height: 50px;
    border-radius: 0px;
}

.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 5px;
}

.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.tm-search-select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

.tm-sresult-form-sbtbtn-wrapper input.tm-sresult-form-sbtbtn {
    color: #ffffff;
    border: 2px solid transparent;
    padding: 14px 40px;
    font-size: 15px;
}

.tm-sresult-form-sbtbtn-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
}

.tm-search-main-box {
    padding: 22px 25px 30px 25px;
    background-color: rgba(0, 0, 0, 0.10);
    margin: 14px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.tm-search-main-box:before {
    position: absolute;
    right: 76px;
    top: -14px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid rgba(32, 32, 32, 0.09);
    content: " ";
}

.tm-search-text strong {
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.tm-search-results-title {
    font-weight: normal;
}

.tm-search-postlist li {
    list-style: none;
}

.tm-sresult-form-wrapper h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
    color: #fff;
    display: table-cell;
    width: 23%;
    margin-top: 0;
    vertical-align: middle;
}

.tm-sresult-form-wrapper h2 i {
    display: none;
}

body.search .tm-sresult-form-wrapper .search-form .search-field {
    border: 0;
    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 {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.48);
}

body.search .tm-sresult-form-wrapper .search-form input.search-field:focus {
    background-color: rgba(32, 32, 32, 0.08);
    color: #fff;
}

.tm-sresult-form-wrapper .search-form {
    width: 62%;
    display: table-cell;
    position: relative;
}

.tm-sresult-form-wrapper .search-form:after {
    position: absolute;
    content: '\e825';
    font-family: "tm-inoterior-icons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 19px;
    background-color: rgba(0, 0, 0, 0.12);
    height: 52px;
    display: block;
    width: 55px;
    top: 4px;
    text-align: center;
    padding-top: 15px;
    left: 0;
    border-radius: 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: #fff;
    text-align: center;
    display: block;
    background-color: rgba(0, 0, 0, 0.10);
    display: block;
    padding: 14px 12px;
    border-radius: 3px;
    outline: none;
    font-weight: 500;
}

.tm-sresults-settings-wrapper a:hover,
.tm-sresults-settings-wrapper a.tm-sresult-btn-active {
    color: #fff;
}

.tm-search-eventlist .item .item-thumbnail:before {
    display: none;
}

.tm-search-list.tm-search-postlist {
    padding-left: 0px;
}

.tm-sresults-first-row,
.tm-sresults-cta-wrapper {
    padding-bottom: 60px;
}

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

.tm-sresults-title-w h2 strong {
    font-weight: 700;
}

.search-results .tm-list.tm-list-style-icon li {
    position: relative;
    padding-bottom: 10px;
    list-style: none;
}

.search-results .tm-list.tm-list-style-icon .tm-list-li-content {
    padding-left: 7px;
}

.tm-sresults-title small a {
    font-weight: normal;
    margin-top: 0px;
    display: inline-block;
    padding: 2px 13px;
    display: inline-flex;
    position: absolute;
    font-size: 13px;
    line-height: 25px;
    height: 29px;
    border-radius: 0px;
}

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

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

.search-results .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.inoterior_contact_widget_wrapper li a,
.tm-bgcolor-skincolor ul.inoterior_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: #fff;
}


/*
* ====== 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-bgcolor-skincolor .tm-entry-meta .tm-meta-line,
.tm-bgcolor-darkgrey .tm-entry-meta .tm-meta-line,
/*** Blogbox section ***/
.tm-bgcolor-skincolor .tm-entry-meta a,
.tm-bgcolor-darkgrey .tm-entry-meta a,
.tm-bgcolor-skincolor .themetechmount-box-blog .themetechmount-box-content .themetechmount-box-post-date a,
.tm-bgcolor-darkgrey .themetechmount-box-blog .themetechmount-box-content .themetechmount-box-post-date a,
.tm-col-bgcolor-skincolor .themetechmount-box-blog .themetechmount-box-content .themetechmount-box-post-date a,
.tm-col-bgcolor-darkgrey .themetechmount-box-blog .themetechmount-box-content .themetechmount-box-post-date a,
.site-footer.tm-bgcolor-darkgrey ul.tm-recent-post-list li .post-date,
.tm-format-link-url a,
.tm-bgcolor-skincolor .themetechmount-meta-details,
.tm-bgcolor-skincolor .themetechmount-meta-details a,
.tm-bgcolor-skincolor .themetechmount-meta-details i,
.tm-bgcolor-darkgrey .themetechmount-meta-details,
.tm-bgcolor-darkgrey .themetechmount-meta-details a,
.tm-bgcolor-darkgrey .themetechmount-meta-details i {
    color: rgba(255, 255, 255, 0.95);
}

.tm-col-bgcolor-darkgrey .themetechmount-iconbox-stylesix .tm-cta3-content-wrapper,
.tm-bgcolor-darkgrey .themetechmount-iconbox-stylesix .tm-cta3-content-wrapper,
.tm-bgcolor-skincolor .tm-element-heading-content-wrapper .tm-element-content-desctxt,
.tm-col-bgcolor-skincolor .tm-element-heading-content-wrapper .tm-element-content-desctxt,
.tm-bgcolor-darkgrey .tm-element-heading-content-wrapper .tm-element-content-desctxt,
.tm-col-bgcolor-darkgrey .tm-element-heading-content-wrapper .tm-element-content-desctxt {
    color: rgba(255, 255, 255, 0.65);
}


/*** White text color Section ***/
.tm-textcolor-white h1,
.tm-textcolor-white h2,
.tm-textcolor-white h3,
.tm-textcolor-white h4,
.tm-textcolor-white h5,
.tm-textcolor-white h6,
.tm-textcolor-white .tm-fid-icon-wrapper i,
.rev_slider .tm-textcolor-white {
    color: #fff !important;
}

.footer .tm-textcolor-white .tm-quicklink-box .tm-righttext-box p a:not(:hover),
.footer .tm-textcolor-white .themetechmount-iconbox-styletwo .tm-cta3-content-wrapper,
.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.inoterior_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.65) !important;
}

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

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

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

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

.tm-page-loader-wrapper {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center center;
}


/*** Testimonial Default ***/
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-heading-wrapper {
    padding-bottom: 0px;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-heading-wrapper .tm-cta3-without-desc {
    padding-bottom: 16px;
}

.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-arrow,
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-arrow:not(.slick-disabled):hover {
    background: transparent;
    background-color: transparent;
}

.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev:before,
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next:before {
    font-size: 20px;
}

.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev,
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
    background-color: transparent !important;
    box-shadow: none !important;
}

.themetechmount-boxes-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 20px;
    border-left: 0px;
    padding: 0;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:before {
    content: "";
    background-color: #0b1328;
    -webkit-mask: url(../images/review-quote1.svg) no-repeat 100% 100%;
    mask: url(../images/review-quote1.svg) no-repeat 100% 100%;
    position: absolute;
    top: 0px;
    left: -5px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    margin-top: -60px;
}

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

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


/*** Footer Twiiter Widget ***/
.widget_latest_tweets_widget p.tweet-text:before {
    content: "\f099";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    position: absolute;
    left: 0px;
    padding-top: 5px;
}

.widget.widget_latest_tweets_widget ul>li {
    position: relative;
    padding: 0px 0px 0px 28px;
}

/*** Classic BlogPost Layout ***/
.tm-meta-line img {
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

article.themetechmount-box-blog-classic .tm-entry-meta-wrapper {
    margin-bottom: 15px;
    position: relative;
}

.themetechmount-box-blog-classic .themetechmount-box-desc-text {
    margin-top: 0px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.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: absolute;
    bottom: -30px;
    padding: 0;
}

.post.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer .themetechmount-blogbox-footer-left {
    clear: both;
    padding: 0px;
    float: left;
}

.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a {
    background-color: #fff;
    position: relative;
    display: inline-block;
    position: relative;
    padding: 13px 30px 13px;
    border: 1px solid;
}

.single .themetechmount-box-blog-classic .themetechmount-box-desc-text {
    border-bottom: none;
    padding: 0px;
}

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

.post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-title {
    font-size: 16px;
    margin-top: 7px;
    margin-right: 3px;
}

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

.single-tm_portfolio .tm-social-share-title {
    font-size: 17px;
    line-height: 26px;
    margin-top: 5px;
    margin-right: 5px;
    font-weight: 700;
    color: #fff;
}

.single-tm_portfolio .tm-social-share-links a {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.10);
}

.single-tm_portfolio .tm-social-share-links ul,
.single .themetechmount-box-blog-classic .tm-social-share-links ul {
    padding-right: 0px;
}

.single .post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-links {
    position: initial;
    opacity: 1;
    visibility: visible;
    text-align: left;
    padding: 0px;
    width: auto;
    float: left;
}

.post.themetechmount-box.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer>div {
    padding: 0;
    position: relative;
    display: inline-block;
}

/*** sortable button ***/
.themetechmount-boxes-portfolio.themetechmount-boxes-sortablebutton-round .tm-sortable-list .tm-sortable-link a {
    border-radius: 2em;
}

.site-footer .tm-textcolor-dark,
.site-footer .tm-textcolor-dark .social-icons li:not:hover i,
.site-footer .tm-textcolor-dark.themetechmount-fbar-btn-link i {
    color: rgba(0, 0, 0, 0.7);
}

/*recent post widget ***/
.main-holder .widget.widget_recent_entries ul li {
    padding: 10px 0;
}

.main-holder .widget.widget_recent_entries ul li:first-child {
    padding-top: 0px;
}

/*** 

====================================================================
    Spcial section 
====================================================================

/*  topbar navigation menu */
.topbar-nav-menu {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.topbar-nav-menu li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}

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

/* transition global css */

.tm-header-style-infostack .kw-phone .ttm-custombutton a,
.themetechmount-boxes-row-wrapper .slick-prev:before,
.themetechmount-boxes-row-wrapper .slick-next:before,
.themetechmount-boxes-row-wrapper .slick-arrow {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* single Blockquote */

.single article.post blockquote:before {
    content: '';
    background-color: #cda274;
    -webkit-mask: url(../images/quote-01.svg) no-repeat 100% 100%;
    mask: url(../images/quote-01.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    height: 38px;
    width: 50px;
    transform: rotateZ(180deg);
    top: 25px;
    left: 25px;
    opacity: .5;
    z-index: -1;
    display: block;
}

.single article.post blockquote {
    display: block;
    padding: 38px 30px 15px 45px;
    position: relative;
    border-left: 5px solid;
    color: var(--body-blackfont-color);
    margin: 40px 0 45px 0px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    min-height: 100px;
    border-radius: 0px;
    z-index: 1;
}

.single article.post blockquote cite {
    font-size: 16px;
    margin-top: -10px;
    position: relative;
    font-weight: 600;
}

article.post .entry-content blockquote p {
    margin-bottom: 15px;
    color: inherit;
}

blockquote h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
}

.single article.post blockquote .author-title {
    margin-top: -10px;
    padding-bottom: 10px;
}


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

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

.sidebar .widget_product_categories li:first-child span,
.sidebar .widget_categories li:first-child span {
    top: 2px;
}

/* recent post widget with hide feature image */

.footer .widget.tm-hide-feature-image ul.tm-recent-post-list {
    text-align: center;
}

.footer .widget.tm-hide-feature-image ul.tm-recent-post-list>li img {
    display: none;
}

/*** text align center ***/
.tm-textalign-center,
.tm-center-text {
    text-align: center;
}

/* footer widget nav menu */

.site-footer .widget.tm-widget_nav_menu.widget_nav_menu ul li {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0px 0px 11px 0;
}

.site-footer .widget.tm-widget_nav_menu.widget_nav_menu ul li:nth-child(even) {
    width: 40%;
    margin-left: 5%;
}

/*** Row, Column z-index ***/
.tm-zindex-0,
.tm-zindex-1,
.tm-zindex-2 {
    position: relative;
}

.tm-zindex-0 {
    z-index: unset;
}

.tm-zindex-2 {
    z-index: 2;
}

.tm-zindex-1 {
    z-index: 1;
}


/*** 

====================================================================
	Woocommerce Section
====================================================================

 ***/
.main-holder .site-content ul.products {
    margin-right: -15px;
    margin-left: -15px;
}

.main-holder .site-content ul.products li.product {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.main-holder #content.site-content ul.products li.product .tm-product-box {
    background-color: #fff;
    -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 13px 0px;
    position: relative;
}

.main-holder .site-content ul.products li.product .woocommerce-loop-category__title,
.main-holder .site-content ul.products li.product .woocommerce-loop-product__title,
.main-holder .site-content ul.products li.product h3 {
    display: inline;
    padding: 0;
    margin: 0;
    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: #232323;
}

.main-holder .site-content ul.products li.product:hover .tm-shop-icon>div {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.main-holder .site-content ul.products li.product:hover .tm-shop-icon div.tm-wc-wishlist-btn,
.main-holder .site-content ul.products li.product:hover .tm-shop-icon div.tm-wc-quickview-btn {
    width: 48px;
    font-size: 18px;
}

.main-holder .site-content ul.products li.product:hover .tm-shop-icon div.tm-wc-add-to-cart-btn {
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    border-left: 1px solid rgba(246, 246, 246, 0.18);
    border-right: 1px solid rgba(246, 246, 246, 0.18);
}

.main-holder .site-content ul.products li.product:hover .tm-shop-icon div.tm-wc-wishlist-btn {
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
}

.main-holder .site-content ul.products li.product .tm-shop-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    max-width: 100%;
    z-index: 3;
    text-align: center;
}

.main-holder .site-content ul.products li.product:hover .tm-shop-icon {
    visibility: visible;
    margin-top: 0;
    bottom: 0;
}

.main-holder .site-content ul.products li.product .yith-wcqv-button,
.main-holder .site-content ul.products li.product .add_to_cart_button {
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    background: none;
    letter-spacing: 0;
    transition: none;
    padding-left: 0;
    font-size: 14px;
}

.main-holder .site-content ul.products li.product .yith-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-inoterior-icons";
    position: absolute;
    left: -23px;
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    border-width: 0;
    border-radius: 50%;
    top: -3px;
    color: #fff;
}

.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: 22px;
    padding-left: 2px;
}

.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: #7b8095;
    font-size: 14px;
    display: inline-block;
}

.main-holder .site-content ul.products li.product div.clear {
    display: inline-block;
    opacity: 0;
    display: none;
}

.tm-wrap-addto {
    display: inline-block;
}

.main-holder .site-content ul.products li.product .price ins {
    font-weight: normal;
}

.main-holder .site-content ul.products li.product.outofstock .product_type_simple:hover:after {
    color: #fff;
}

.single .main-holder .site-content span.featured.product-label,
#yith-quick-view-content .onsale,
.single .main-holder .site-content span.onsale,
.main-holder .site-content ul.products li.product .product-label {
    background: rgba(81, 173, 0, 0.92);
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    display: table;
    position: absolute;
    text-align: center;
    top: 20px;
    left: 20px;
    min-width: 50px;
    line-height: 26px;
    z-index: 5;
    min-height: auto;
    font-weight: normal;
    height: 26px;
    width: 55px;
    max-width: 55px;
    vertical-align: top;
    border-radius: 0px;
    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: 45px;
    left: 12px;
}

#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-inoterior-icons";
    font-size: 16px;
}

#yith-quick-view-close {
    border: none;
    top: 10px;
    right: 10px;
    opacity: 1;
    color: #a7a7a7;
}

.main-holder #content.site-content ul.products li.product .products-entry {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover:after,
.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:hover:after {
    color: #fff;
}

.tm-sresults-cta-wrapper ul.products li.product .onsale,
.tm-sresults-cta-wrapper ul.products li.product .featured.product-label {
    width: 55px;
    max-width: 55px;
}

/*** Colorbox frame reset ***/
#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight {
    background: none;
    background-color: #fff
}

/*** Woocemmerce star rating ***/
.woocommerce .comment-form-rating p.stars a,
.woocommerce .comment-form-rating p.stars a:hover,
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
    color: #f5cc26 !important;
}

.woocommerce .products .star-rating,
.woocommerce .star-rating {
    display: inline-block;
    margin: 0 0 .5em;
    float: none;
    text-align: center;
    width: 67px;
    margin: 0 auto;
    letter-spacing: 3px;
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 10px;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 10px;
    margin-top: 7px;
    display: block;
    text-align: center;
}

.woocommerce .widget.widget_products .star-rating {
    margin: 0;
    text-align: left;
    padding: 7px 0;
}

.woocommerce .widget.widget_products .woocommerce-Price-amount.amount {
    display: inline-block;
    padding: 0;
}

.woocommerce .widget.widget_products .star-rating,
.woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating,
.woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating {
    width: 170px;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 5px !important;
    display: block;
}

/*** 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: #FFFFFF 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: #ffffff;
    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: 16px;
    color: #343c5c;
}

.woocommerce .price .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: 500;
}

.woocommerce .price del .woocommerce-Price-amount,
.woocommerce .main-holder ul.products li.product .price del .woocommerce-Price-amount {
    font-size: 16px;
    text-decoration: line-through;
    color: #7b8095;
}

/*** Woocemmerce Singel page ***/
.themetechmount-single-product-details {
    margin-bottom: 70px;
}

.themetechmount-single-product-details:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.themetechmount-single-product-details .woocommerce-product-details__short-description {
    margin-top: 20px;
    margin-bottom: 25px;
}

.themetechmount-single-product-info {
    padding-bottom: 30px;
}

.single-product .related.products {
    margin-top: -20px;
    margin-bottom: 25px;
}

.themetechmount-single-product-details {
    background-color: #fff;
}

.woocommerce div.product .product_title {
    font-size: 30px;
    margin-bottom: 8px;
}

.woocommerce div.product .summary .woocommerce-product-rating {
    margin-bottom: 15px;
}

.woocommerce .summary div[itemprop="description"] {
    margin-top: 15px;
}

.woocommerce .main-holder #content div.product .price del {
    color: #7b8095;
    font-size: 15px;
    display: inline-block;
}

.woocommerce .product_meta {
    padding-top: 17px;
    margin-top: 15px;
}

.woocommerce .summary .star-rating {
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    width: 80px;
}

.woocommerce.single-product .summary .star-rating {
    display: block;
    font-size: 11px;
}

.woocommerce.single-product .summary .star-rating {
    margin-top: 9px;
}

.woocommerce .summary .compare.button {
    background-color: transparent;
    padding: 0;
    margin-left: 15px;
    font-weight: normal;
}

.woocommerce .main-holder #content .summary .compare.button:before {
    content: '\E81D';
    font-family: "tm-inoterior-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: #232323;
    color: #fff;
    border-radius: 0px;
    padding: 8px 15px;
    font-size: 11px;
    border-radius: 0px;
}

.summary .clear {
    display: none;
}

.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
    content: '\e81c';
    font-family: "tm-inoterior-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;
}

.woocommerce .themetechmount-single-product-info .product_meta .posted_in {
    margin-right: 30px;
}

.woocommerce .product_meta .posted_in a {
    text-transform: none;
}

.single .main-holder div.product form.cart div.quantity {
    margin: 0 10px 0 0;
}

.woocommerce .quantity .qty {
    height: 41px;
    width: 5.2em;
}

.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: #f4f7fb;
    border: 1px solid #f5f9fd;
    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 #f5f9fd transparent #f5f9fd;
    z-index: 1;
    content: "";
    left: -12px;
}

.single .main-holder #content div.product .woocommerce-Reviews .star-rating {
    float: right;
    width: 7.4em;
}

.single .main-holder #content div.product .woocommerce-tabs .panel h2 {
    margin-bottom: 15px;
}

.up-sells.products h2,
.single .main-holder .related.products h2 {
    font-size: 27px;
    line-height: 38px;
    padding-bottom: 10px;
}

.single .main-holder #content div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
}

.single .main-holder #content div.product .woocommerce-tabs .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    margin-bottom: 0;
}

.woocommerce-Reviews .select2-container {
    width: 154px !important;
}

.single .main-holder .summary form.cart {
    margin-bottom: 12px;
}

/*** Woocemmerce Cart Page ***/
.main-holder .site #content table.cart td.actions .input-text {
    width: 150px;
}

.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
.cross-sells h2,
.cart_totals h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
}

.woocommerce-shipping-fields h3 label,
.woocommerce form .form-row label {
    font-weight: 500;
}

.woocommerce form .form-row .input-checkbox {
    position: static;
}

.main-holder .site .cart-collaterals {
    margin-top: 60px;
    margin-bottom: 20px;
}

.woocommerce-checkout h3#order_review_heading {
    margin-bottom: 0px;
    margin-top: 15px;
}

/*** Woocemmerce Sidebar ***/
.woocommerce ul.cart_list li {
    padding: 8px 0;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    padding: 12px 0 10px;
}

.woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating,
.woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating {
    width: auto;
    margin: 0;
}

.woocommerce ul.product_list_widget li img {
    width: 50px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -5px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: 500;
}

.woocommerce .widget_layered_nav ul li {
    padding: 0 0 12px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    margin-top: 38px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
}

/*** My wishlist ***/
.woocommerce .wishlist_table td.product-add-to-cart a {
    color: #fff;
    padding: 10px 0px;
}

.woocommerce table.shop_table {
    border-color: #ededed;
    border-radius: 0px;
    margin-top: 30px;
}

.woocommerce-cart .main-holder table.shop_table {
    margin-top: 0px;
}

.woocommerce table.wishlist_table {
    font-size: inherit;
    background-color: #fff;
    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: #f4f7fb;
    color: inherit;
}

.single-product .woocommerce-error,
.single-product .woocommerce-info,
.single-product .woocommerce-message {
    margin-bottom: 55px;
}

.main-holder .site-content .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e0e0e0;
}

.main-holder .site-content .widget_shopping_cart .cart_list li a.remove,
.main-holder .site-content .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 5px;
}

.woocommerce div.product form.cart .variations label {
    font-size: 16px;
    margin: 15px 0px 0px 10px;
    color: #7b8095;
}

.main-holder .site-content div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    margin-top: 5px;
    padding: 3px;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
}

/***  comment-form-rating ***/
#respond .comment-reply-title {
    margin: 0px 0 15px !important;
}

#respond label {
    margin: 0 0 5px !important;
    font-size: 15px;
    font-weight: 400;
}

.woocommerce #review_form #respond .form-submit {
    margin-top: 15px;
}

.woocommerce-Reviews textarea,
.woocommerce-Reviews input[type="text"],
.woocommerce-Reviews input[type="email"] {
    background-color: transparent;
    border: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    padding: 5px 15px;
}

.woocommerce #review_form #respond p {
    margin: 0 0 15px;
}

/*** Button font weight bold***/

.woocommerce .widget_shopping_cart a.button {
    padding: 10px 20px 11px;
    font-size: 12px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
    padding: 11px 22px 9px;
    margin-top: -5px;
    border-radius: 2em;
    font-size: 13px;
}

.checkout.woocommerce-checkout,
.woocommerce-cart .main-holder .cart_totals table.shop_table,
.woocommerce-cart-form {
    padding: 0px;
    background-color: #fff;
}

.main-holder .site-content ul.products li.product .tm-shop-icon a {
    font-weight: 600;
}

.main-holder .site-content ul.products li.product .tm-shop-icon .tm-wc-add-to-cart-btn a {
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    background: none;
    letter-spacing: 0;
    transition: none;
    padding-left: 0;
    font-size: 16px;
}

.woocommerce-lost-password .entry-content>.woocommerce,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    background-color: #fff;
}

.woocommerce-lost-password .entry-content>.woocommerce {
    padding: 30px;
}

.woocommerce table.shop_attributes td {
    padding-left: 10px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.main-holder .site .woocommerce-cart-form__contents button,
.main-holder .site .woocommerce-cart-form__contents button.button:disabled[disabled],
.main-holder .site table.cart .coupon button {
    padding: 15px 30px 15px;
    font-weight: 500;
    border-radius: 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: #fff;
    padding-left: 5px;
}

.main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon,
.main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon,
.main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon .yith-wcwl-add-to-wishlist,
.main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon .yith-wcqv-button {
    display: none;
}

.woocommerce-Reviews .comment-form {
    margin-bottom: 0px;
}

.main-holder .site-content #reviews #comments ol.commentlist {
    padding-left: 0px;
}

.woocommerce .main-holder .site-content #review_form {
    padding-top: 10px;
}

.woocommerce .main-holder .site-content #review_form .comment-reply-title {
    font-size: 17px;
    line-height: 20px;
    color: #232323;
    font-weight: 700;
}

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

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-weight: 600;
    font-size: 16px;
    color: #343c5c;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #fff;
    position: relative;
    margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #283d58;
}

.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-inoterior-icons";
    margin-right: 5px;
}

.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
    content: '\e81c';
    font-family: "tm-inoterior-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:last-child td.value {
    padding-bottom: 0px;
}

.main-holder #content.site-content div.product form.cart table.variations tr:first-child td {
    padding-top: 15px;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    width: 85px;
}

.main-holder #content.site-content div.product form.cart table.variations td.value {
    padding-right: 35px;
}

.woocommerce-account .woocommerce-MyAccount-content button,
.woocommerce form.checkout_coupon button {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 30px 14px;
    border-radius: 0;
}

.single-product.woocommerce .price .woocommerce-Price-amount {
    font-size: 21px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-dropdown {
    background-color: #fff;
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding-bottom: 0px;
}

.woocommerce table.shop_attributes th,
.woocommerce div.product form.cart .group_table td label,
.woocommerce div.product form.cart .variations label {
    font-weight: 500;
}

.main-holder #content.site-content div.product .single_variation_wrap .woocommerce-variation-price {
    padding-bottom: 15px;
}

.woocommerce .lost_reset_password .woocommerce-Button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    border-radius: 0em;
    padding: 12px 25px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    color: #fff;
}

/* product_list_widget */
.woocommerce ul.product_list_widget li .star-rating {
    float: none;
    margin-bottom: 8px !important;
}

.woocommerce ul.product_list_widget li img {
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

.woocommerce ul.product_list_widget li a {
    padding-bottom: 6px;
}

/* woocommerce-tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 8px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    padding: 12px 30px 12px;
    transition: all 500ms ease;
    border-radius: 0;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    color: #232323;
    text-transform: capitalize;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #232323;
    background: #ffffff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -1px;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #0b0c26;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
    margin: 0px 0 0px !important;
    border: none !important;
    line-height: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background: #fff !important;
    margin-top: 0px;
    padding: 30px;
    border: 1px solid #e8ecef;
    border-radius: 0;
    margin-top: -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
    border: none;
}

.woocommerce-Tabs-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: #fff;
    border-radius: 0px;
    padding: 2px 10px;
    margin-bottom: 0px;
}

.woocommerce-shipping-fields h3#ship-to-different-address label {
    font-weight: 700;
}

.woocommerce-additional-fields #order_comments::-webkit-input-placeholder {
    color: #7b8095;
}

.woocommerce-additional-fields #order_comments:-moz-placeholder {
    color: #7b8095;
}

.woocommerce-additional-fields #order_comments:-ms-input-placeholder {
    color: #7b8095;
}

.single-product .select2-container--default .select2-selection--single {
    background-color: #fff;
}

.single .main-holder #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description>h2,
.single .main-holder #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information>h2 {
    display: none;
}

.woocommerce .themetechmount-single-product-info .product_meta label {
    font-weight: 600;
    color: #232323;
}

.woocommerce .themetechmount-single-product-info .product_meta>span a:not(:hover),
.woocommerce .themetechmount-single-product-info .product_meta .sku_wrapper .sku,
.woocommerce #content div.product div.summary .woocommerce .product_meta>span a:not(:hover),
.woocommerce #content div.product div.summary .product_meta .posted_in a:not(:hover) {
    color: #777777;
}

/*** 

====================================================================
	Pricing table 
====================================================================
*/

.themetechmount-ptables-w .ttm-pricetable-column-w {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0px 15px 25px;
}

.tm-ptablebox .themetechmount-ptable-main {
    text-align: center;
    display: block;
    position: relative;
    background-color: #fff;
    padding-bottom: 18px;
}

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

.ttm-ptablebox-price-w {
    position: absolute;
    padding: 5px 30px 5px;
    margin-bottom: 0px;
    background: #fff;
    display: block;
    top: 0;
}

.tm-ptablebox .tm-ptable-icon-wrapper {
    font-size: 30px;
    padding-top: 30px;
}

.tm-ptablebox .tm-ptable-icon-wrapper.tm-ptable-icon-type-image {
    padding-top: 0px;
}

.tm-ptablebox .tm-ptable-icon-type-image img {
    width: 100%;
    height: 195px;
}

.tm-ptablebox-frequency,
.tm-ptablebox .tm-ptablebox-cur-symbol {
    display: inline-block;
    font-size: 34px;
}

.tm-ptablebox .tm-ptablebox-price {
    font-size: 35px;
    line-height: 60px;
    font-weight: 600;
    display: inline-block;
}

.tm-ptablebox .tm-ptablebox-frequency {
    position: relative;
    font-size: 16px;
}

.tm-currency-before .tm-ptablebox-price {
    padding-left: 18px
}

.tm-currency-after .tm-ptablebox-price {
    margin-left: -3px;
}

.tm-ptablebox-features .tm-feature-lines {
    list-style-type: none;
    margin: 0;
    padding: 12px 35px 10px;
}

.tm-ptablebox-features .tm-feature-lines li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.tm-ptablebox-features .tm-feature-lines li {
    padding: 14px 0 11px 0px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.tm-ptablebox-features .tm-feature-lines li i {
    margin-right: 10px;
}

.tm-ptablebox .tm-ptablebox-title h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}

.tm-ptablebox .tm-ptablebox-desc {
    padding: 0;
}

.tm-ptablebox .tm-ptablebox-features {
    position: relative;
    padding: 16px 0px 10px;
}

.ttm-pricetable-column-w .ttm-featured-title {
    position: absolute;
    top: -35px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 5px 15px;
    background-color: #1a1d22;
}

.tm-ptablebox .tm-ptable-btn {
    display: block;
    margin-top: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.tm-ptablebox .tm-ptable-btn a {
    position: relative;
    padding: 11px 30px 12px;
    border: 1px solid #101010;
}

.tm-ptablebox .tm-ptable-btn a:hover {
    color: #fff;
}

.elementor-widget-tm_ptable_element .tm-element-heading-content-wrapper {
    margin-bottom: 35px;
}

.fa-check:before {
    content: "\2605" !important;
    font-family: "tm-inoterior-icons";
}

/*** Testimonials One Colume Carsoul ***/


.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper {
    padding: 0px 50px 0px 0px;
    background-color: #fff;
    border-radius: 3px;
    -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-top: 80px;
    margin-bottom: 15px;
}

.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: 600px;
    overflow: hidden;
    margin-bottom: 12px !important;
}

.testimonials-nav .nav_item_wrap {
    padding: 0;
    margin: 0 5px;
    width: auto;
    outline: none;
    float: left;
}

.testimonial_item,
.testimonial_nav_info {
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.slick-center .testimonial_item,
.testimonials-nav {
    margin: 0 auto;
}

.testimonials-nav .nav_item_wrap {
    padding: 0;
    margin: 0 5px;
    width: 92px;
    outline: none;
    float: left;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-nav .slick-list {
    padding-left: 20px !important;
}

.testimonial_item,
.testimonial_nav_info {
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.slick-center .testimonial_item {
    margin: 0 auto;
}

.themetechmount-boxes-view-slickview.themetechmount-boxes-col-one .testimonial_item {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    margin-bottom: 20px;
}

.themetechmount-boxes-view-slickview.themetechmount-boxes-col-one .testimonial_item .themetechmount-box-title {
    position: relative;
    width: 150px;
    left: -39px;
}

.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;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.testimonial_item .themetechmount-box-footer {
    font-size: 14px;
    font-weight: normal;
    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-center .testimonial_item h6,
.slick-center .testimonial_item h3,
.slick-center .testimonial_item span {
    opacity: 1;
    visibility: visible;
}

.tm-bgcolor-darkgrey .testimonial_wrapper:after,
.tm-bgcolor-skincolor .testimonial_wrapper:after {
    border-color: #fff;
}

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

.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-inoterior-icon-star-empty-1,
.tm-inoterior-icon-star-1 {
    display: inline-block;
    width: 10px;
    margin: 0 2px;
    font-size: 14px;
}

.tm-inoterior-icon-star-empty-1:before,
.tm-inoterior-icon-star-1:before {
    margin-left: 0px;
}

.tm-inoterior-icon-star-1.tm-active {
    color: #fd4;
}

.tm-textcolor-white .themetechmount-testimonial-box-view-style1 .tm-inoterior-icon-star-1.tm-active,
.tm-bgcolor-skincolor .themetechmount-testimonial-box-view-style1 .tm-inoterior-icon-star-1.tm-active,
.tm-col-bgcolor-skincolor .themetechmount-testimonial-box-view-style1 .tm-inoterior-icon-star-1.tm-active,
.tm-bgcolor-skincolor .themetechmount-testimonial-box-view-style1 .tm-inoterior-icon-star-empty-1,
.tm-bgcolor-darkgrey .themetechmount-testimonial-box-view-style1 .tm-inoterior-icon-star-empty-1,
.tm-col-bgcolor-skincolor .themetechmount-testimonial-box-view-style1 .tm-inoterior-icon-star-empty-1,
.tm-col-bgcolor-darkgrey .themetechmount-testimonial-box-view-style1 .tm-inoterior-icon-star-empty-1 {
    color: #ffffff;
}


/* underline links */
.tm-strong-underline strong,
.tm-text-underline {
    text-decoration: underline;
}


/* testimonial arrow */

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-testimonial-inner div.row.slick-slider:first-child {
    margin-top: 75px;
}

.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-below.themetechmount-boxes {
    padding-bottom: 0px;
}

.themetechmount-boxes-portfolio.tm-boxes-carousel-arrows-above.themetechmount-boxes div.slick-list {
    padding-bottom: 40px;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper:first-child .slick-prev {
    right: 60px;
    left: auto;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper:first-child .slick-next {
    right: 30px;
    left: auto;
}

/* circle progress fid box */

.tm-fid-view-circle-progress.inside {
    padding: 0;
    margin-bottom: 0px;
}

.tm-circle canvas {
    max-width: 100%;
    height: auto !important;
}

.tm-circle canvas {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.tm-fid-view-circle-progress .tm-circle-content {
    position: relative;
}

.tm-circle-boxcontent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.tm-fid-view-circle-progress .tm-fid-number,
.tm-fid-view-circle-progress .tm-fid-number sup,
.tm-fid-view-circle-progress .tm-fid-number sub {
    font-size: 26px;
}

.tm-fid-view-circle-progress .tm-fid-title {
    text-align: center;
    padding-top: 0px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

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

.tm-fid-view-circle-progress.inside h3 span {
    color: initial;
}

.tm-fid-view-circle-progress .tm-fld-contents {
    width: auto;
}

/* floatingbar team search widget */

.themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-white .widget li a:before,
.themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-white .widget li:before {
    color: rgba(255, 255, 255, 0.2);
}

.themetechmount-fbar-box .textwidget.widget-text {
    font-size: 16px;
    line-height: 26px;
}

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

.themetechmount-fbar-position-right .themetechmount-fbar-btn a {
    width: 36px;
    height: 41px;
    background-color: #129ce7;
    line-height: 40px;
    padding-left: 0px;
    font-size: 19px;
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn a i {
    margin-left: -5px;
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn a i.themifyicon {
    line-height: 42px;
}

.themetechmount-fbar-position-right .themetechmount-fbar-btn a:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: 20px solid #01d6a3;
}

.themetechmount-fbar-position-default .themetechmount-fbar-btn {
    cursor: pointer;
    position: absolute;
    right: 128px;
    z-index: 1005;
    text-align: center;
    width: 0;
    height: 0;
    bottom: 0;
}

.themetechmount-fbar-position-default .themetechmount-fbar-btn a {
    width: 40px;
    height: 44px;
    line-height: 50px;
    text-align: center;
}

.themetechmount-fbar-position-default .themetechmount-fbar-btn a:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 21px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid #03acdc;
}

a.themetechmount-fbar-btn-link.tm-close-icon .tm-fbar-close-icon {
    display: block !important;
}

a.themetechmount-fbar-btn-link.tm-close-icon .tm-fbar-open-icon {
    display: none;
}

.themetechmount-fbar-box-w .themetechmount-fbar-box .search_field select {
    padding-left: 7px !important;
}

.tm-wrap-cell.tm-fbar-input .search_field.selectbox:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    right: 13px;
    top: 9px;
}


/* Testimonial New */
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .slick-slider.slick-dotted {
    padding-bottom: 55px;
}

.tm-textcolor-white .slick-dots li.slick-active button,
.tm-textcolor-white .slick-dots li button,
.tm-col-bgcolor-darkgrey .slick-dots li button,
.tm-bgcolor-darkgrey .slick-dots li button {
    background-color: #fff;
}

.tm-textcolor-white .slick-dots li.slick-active button:before,
.tm-textcolor-white .slick-dots li button:before,
.tm-col-bgcolor-darkgrey .slick-dots li button:before,
.tm-bgcolor-darkgrey .slick-dots li button:before {
    border-color: #fff;
}

.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-author-name,
.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-author-name {
    color: #fff;
}

.themetechmount-boxes-testimonial .themetechmount-box-desc blockquote {
    border: none;
    margin: 0;
    outline: none;
    text-align: left;
    position: relative;
    color: inherit;
    font-style: italic;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 17px;
    background-color: transparent;
    line-height: 32px;
}

.themetechmount-boxes-testimonial .themetechmount-box-author {
    display: block;
    width: 100%;
    padding-top: 5px;
    margin: 0 auto;
}

.themetechmount-boxes-testimonial .themetechmount-box-img .themetechmount-item-thumbnail {
    display: block;
    margin: 0 auto;
    float: none;
}

.themetechmount-box-testimonial .themetechmount-box-img img {
    border-radius: 50%;
}

.themetechmount-boxes-testimonial .themetechmount-author-name {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 0px;
    -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;
}

.themetechmount-boxes-testimonial .themetechmount-box-footer {
    font-size: 14px;
    font-weight: normal;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto;
    right: auto;
    margin-left: -33px;
}

.themetechmount-boxes-testimonial .themetechmount-ratting-star {
    overflow: hidden;
    padding: 5px 0px 5px 0px;
    display: block;
}

.themetechmount-boxes-testimonial .tm-inoterior-icon-star-1.tm-active,
.themetechmount-boxes-testimonial .tm-inoterior-icon-star-empty-1 {
    color: #f3c903;
}

.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-ratting-star,
.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-ratting-star {
    bottom: -14px;
}

/*testimonial slickview*/

.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .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;
    border-radius: 3px;
    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%;
    border-radius: 3px;
    transition: all .5s ease;
    opacity: .7;
}

.testimonials-nav .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%;
    border-radius: 3px;
    transition: all .5s ease;
    opacity: .8;
}

.testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:after {
    font-family: "tm-inoterior-icons";
    content: '\e818';
    position: absolute;
    font-size: 20px;
    color: #fff;
    transform: scale(0);
    -webkit-transform: scale(0);
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
    opacity: 0;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
}

.testimonials-nav .slick-center .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.tm-bgcolor-skincolor .slick-center .testimonial_item .themetechmount-box-img img,
.tm-col-bgcolor-skincolor .slick-center .testimonial_item .themetechmount-box-img img,
.tm-col-bgcolor-darkgrey .slick-center .testimonial_item .themetechmount-box-img img,
.tm-bgcolor-darkgrey .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: 5px 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: #fff;
}


/* Testimonial styles */

.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 22px;
    padding-top: 45px;
}

.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-next {
    bottom: 35%;
    top: auto;
    right: 60px;
    left: auto;
    transform: rotate(90deg);
    margin-right: -37px;
}

.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-prev {
    bottom: 50%;
    top: auto;
    right: 20px;
    left: auto;
    transform: rotate(90deg);
}

.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-arrow {
    border: none;
    height: 45px;
    width: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
    border-radius: 0;
}

.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-prev:before {
    content: "\f177";
}

.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-round .themetechmount-boxes-row-wrapper .slick-arrow {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

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

/****Testimonial style-1****/


article.themetechmount-box.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone {
    margin-right: 20px;
    margin-bottom: 30px;
}

.themetechmount-testimonialbox-styleone .themetechmount-post-item {
    margin-top: 20px;
}

.themetechmount-testimonialbox-styleone .themetechmount-box-title.tm-wrap-cell,
.themetechmount-testimonialbox-styleone .themetechmount-ratting-star {
    text-align: left;
}

.themetechmount-testimonialbox-styleone .themetechmount-box-content {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    padding: 13px 30px 30px 30px;
    background-color: #fff;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone .themetechmount-item-thumbnail {
    height: 50px;
    width: 50px;
    margin: 0;
}

.themetechmount-testimonialbox-styleone .themetechmount-box-img img {
    border-radius: 0;
}

.themetechmount-testimonialbox-styleone span.themetechmount-box-footer {
    font-size: 14px;
}

.themetechmount-testimonialbox-styleone .themetechmount-box-img.tm-wrap-cell {
    width: 70px;
    vertical-align: top;
}

.themetechmount-testimonialbox-styleone .themetechmount-post-item .tm-box-footer {
    padding-top: 20px;
}

.themetechmount-testimonialbox-styleone .themetechmount-box-content:before {
    background-color: #000;
    -webkit-mask: url(../images/quote-01.svg) no-repeat 100% 100%;
    mask: url(../images/quote-01.svg) no-repeat 100% 100%;
    position: absolute;
    content: '';
    height: 38px;
    width: 50px;
    right: 25px;
    top: -20px;
    display: block;
    -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;
}

.themetechmount-testimonialbox-styleone .themetechmount-box-content:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #f7f7f7;
    display: block;
    position: absolute;
    right: -20px;
    top: 20px;
    z-index: -1;
    -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;
}

/***==== Servicebox Element ====***/

.themetechmount-box-service .themetechmount-box-desc {
    margin-bottom: 13px;
}

.themetechmount-box-service .themetechmount-box-title h4 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px
}

.themetechmount-box-service .themetechmount-serviceboxbox-readmore a {
    display: inline-block;
    position: relative;
    border: none;
    font-size: 15px;
    font-weight: 700;
}

/*** Servicebox Style 1 ***/

.themetechmount-servicebox-styleone .themetechmount-post-item-inner:before {
    content: '';
    position: absolute;
    background: #111;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.themetechmount-servicebox-styleone:hover .themetechmount-post-item-inner:before {
    opacity: .30;
    visibility: visible;
}

.themetechmount-servicebox-styleone .tm-box-icon {
    display: inline-block;
}

.themetechmount-servicebox-styleone .themetechmount-box-bottom-content {
    padding: 63px 30px 48px 30px;
    text-align: center;
    background-color: #fff;
    position: relative;
    margin: 10px 0;
}

.themetechmount-servicebox-styleone .themetechmount-box-bottom-content:before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #000;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.themetechmount-boxes-service .tm-box-col-wrapper:first-child .themetechmount-servicebox-styleone .themetechmount-box-bottom-content:before,
.themetechmount-servicebox-styleone:hover .themetechmount-box-bottom-content:before {
    opacity: 1;
    width: 100%;
}

.themetechmount-servicebox-styleone .tm-box-icon {
    font-size: 50px;
}

.themetechmount-box-service .themetechmount-serviceboxbox-readmore,
.themetechmount-servicebox-styleone .tm-box-icon {
    position: relative;
}

.themetechmount-servicebox-styleone .tm-box-icon {
    position: relative;
    padding-bottom: 13px;
}

.themetechmount-servicebox-styleone .themetechmount-box-title h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a {
    position: relative;
}

.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a:after {
    font-family: "tm-inoterior-icons";
    content: "\e826";
    right: -21px;
    font-size: 13px;
    position: absolute;
    color: inherit;
}

.tm-boxbg-white .themetechmount-servicebox-styleone .themetechmount-box-bottom-content {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
}

.tm-boxbg-white .themetechmount-box-service .themetechmount-serviceboxbox-readmore:before {
    background-color: #f6f6f6;
}

.themetechmount-servicebox-styleone .tm-box-icon {
    -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-servicebox-styleone:hover .tm-box-icon {
    transform: rotateY(360deg);
}


/*** Servicebox Style 2***/

.themetechmount-servicebox-styletwo .themetechmount-post-item {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.09);
}

.tm-box-col-wrapper:last-child .themetechmount-servicebox-styletwo .themetechmount-post-item {
    border-right-color: transparent;
}

.themetechmount-servicebox-styletwo .themetechmount-box-bottom-content {
    padding: 50px 35px 50px;
}

.themetechmount-servicebox-styletwo .themetechmount-box-title h4 {
    font-weight: 600;
}

.themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a {
    border: 1px solid;
    padding: 12px 25px;
}

.themetechmount-servicebox-styletwo .tm-featured-wrapper {
    background-color: #fff;
}

.themetechmount-servicebox-styletwo .themetechmount-box-title {
    padding-bottom: 12px;
}

.themetechmount-servicebox-styletwo .item-content {
    position: absolute;
    background-color: #fff;
    padding: 60px 35px 35px 35px;
    left: 0;
    right: 0;
    top: 0;
}

.themetechmount-iconbox-stylefive .tm-box-icon i,
.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-box-icon i,
.themetechmount-servicebox-stylethree .tm-box-icon i,
.themetechmount-servicebox-styletwo .tm-box-icon i {
    display: inline-block;
    transition: all 500ms ease;
}

.themetechmount-iconbox-stylefive:hover .tm-box-icon i,
.themetechmount-iconbox.themetechmount-iconbox-styleone:hover .tm-box-icon i,
.themetechmount-servicebox-stylethree:hover .tm-box-icon i,
.themetechmount-servicebox-styletwo:hover .tm-box-icon i {
    transform: rotateY(180deg);
}

.themetechmount-boxes-row-wrapper .tm-box-col-wrapper:last-child .themetechmount-servicebox-styletwo {
    border-right: 0px;
}

.themetechmount-servicebox-styletwo .tm-box-icon {
    font-size: 50px;
    line-height: 50px;
    color: #cda274;
    margin-bottom: 25px;
}

.themetechmount-box-service.themetechmount-servicebox-styletwo .themetechmount-box-desc {
    margin-bottom: 35px;
}

.themetechmount-servicebox-styletwo .tm-short-desc p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tm-box-col-wrapper:last-child .themetechmount-servicebox-styletwo .item-content {
    border-right: none;
}

.themetechmount-servicebox-styletwo:hover .item-content {
    background-color: unset;
}

.themetechmount-servicebox-styletwo .item-figure {
    opacity: 0;
}

.themetechmount-servicebox-styletwo .item-figure img {
    width: calc(100% + 10px);
    max-width: none;
    height: 400px;
    opacity: 0;
    backface-backface-visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.themetechmount-servicebox-styletwo:hover .item-figure img {
    opacity: 1;
    backface-backface-visibility: visible;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.themetechmount-servicebox-styletwo .item-figure {
    overflow: hidden;
}

.themetechmount-servicebox-styletwo:hover .item-content {
    z-index: 2;
}

.themetechmount-servicebox-styletwo:hover .item-figure {
    opacity: 1;
}

.themetechmount-servicebox-styletwo .themetechmount-post-item:before {
    content: "";
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    bottom: -5px;
    left: 0;
    right: 0;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.themetechmount-servicebox-styletwo:hover .themetechmount-post-item:before {
    opacity: 1;
    backface-visibility: visible;
}


/*** Servicebox Style 3***/
.themetechmount-servicebox-stylethree {
    position: relative;
}

.themetechmount-servicebox-stylethree:before {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.themetechmount-servicebox-stylethree:hover:before {
    opacity: 0;
}

.themetechmount-servicebox-stylethree .tm-shadow-box {
    box-shadow: unset;
}

.themetechmount-servicebox-stylethree .themetechmount-box-desc {
    text-align: center;
}

.themetechmount-servicebox-stylethree .themetechmount-box-title {
    text-align: center;
    padding-bottom: 15px;
}

.themetechmount-servicebox-stylethree .tm-servicebox-detials {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    padding: 47px 40px 25px
}

.themetechmount-servicebox-stylethree .tm-short-desc p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.themetechmount-servicebox-stylethree .tm-featured-wrapper img {
    height: 280px;
}

.themetechmount-servicebox-stylethree .themetechmount-post-item {
    border: 1px solid rgba(0, 0, 0, 0.15);
    -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;
}

.themetechmount-servicebox-stylethree .themetechmount-post-item:before {
    position: absolute;
    top: -11px;
    left: -11px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    transition: all .9s ease-out;
    border-color: rgba(0, 0, 0, 0.15);
}

.themetechmount-servicebox-stylethree:hover .themetechmount-post-item:before {
    left: 100%;
    transform: rotate(90deg);
}

.themetechmount-servicebox-stylethree .themetechmount-post-item:after {
    position: absolute;
    bottom: -11px;
    right: -11px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 1px 0px 0px 1px;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    transition: all .9s ease-out;
    border-color: rgba(0, 0, 0, 0.15);
}

.themetechmount-servicebox-stylethree:hover .themetechmount-post-item:after {
    right: 100%;
    transform: rotate(90deg);
}

.themetechmount-servicebox-stylethree:hover .tm-featured-wrapper.tm-tm_service-featured-wrapper {
    opacity: 1;
}

.themetechmount-servicebox-stylethree .tm-featured-wrapper.tm-tm_service-featured-wrapper {
    opacity: 0;
    transition: opacity 0.4s ease-in-out, left 0.4s ease-in-out;
}

.themetechmount-servicebox-stylethree .opacity {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgb(16, 16, 16, 0.60);
    opacity: 0;
    top: 0;
    transition: opacity 0.4s ease-in-out, left 0.4s ease-in-out;
}

.themetechmount-servicebox-stylethree:hover .opacity {
    opacity: 1;
}

.themetechmount-servicebox-stylethree .tm-box-icon {
    font-size: 45px;
    text-align: center;
    padding-bottom: 20px;
    color: #cda274;
}

.tm-sbox-active-post .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-stylethree:before {
    opacity: 0;
}

.tm-sbox-active-post .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-stylethree .themetechmount-post-item:before {
    left: 100%;
    transform: rotate(90deg);
}

.tm-sbox-active-post .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-stylethree .themetechmount-post-item:after {
    right: 100%;
    transform: rotate(90deg);
}

.tm-sbox-active-post .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-stylethree .tm-featured-wrapper.tm-tm_service-featured-wrapper,
.tm-sbox-active-post .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-stylethree .opacity {
    opacity: 1;
}

.tm-sbox-active-post .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-stylethree .themetechmount-box-title h4 a,
.tm-sbox-active-post .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-stylethree .themetechmount-box-desc {
    color: #fff;
}

/* servicebox Style 4 */

.themetechmount-box-service.themetechmount-servicebox-stylefour .themetechmount-post-item {
    border-right: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.themetechmount-servicebox-stylefour .item-content {
    text-align: center;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    padding-top: 60px;
}

.themetechmount-servicebox-stylefour .item-content {
    border: none;
}

.themetechmount-servicebox-stylefour .tm-featured-wrapper img {
    height: 405px;
}

.themetechmount-servicebox-stylefour:hover .item-figure img {
    transform: translateX(0px);
}

.themetechmount-servicebox-stylefour .themetechmount-post-item:before {
    bottom: 0;
}

.themetechmount-box-service.themetechmount-servicebox-stylefour .themetechmount-box-title h4 {
    font-size: 21px;
    line-height: 30px;
}

.themetechmount-servicebox-stylefour .themetechmount-serviceboxbox-readmore a {
    padding: 15px 27px;
}

.themetechmount-servicebox-styletwo:hover .item-content,
.themetechmount-servicebox-styletwo:hover .themetechmount-box-title h4 a,
.themetechmount-servicebox-styletwo:hover .themetechmount-serviceboxbox-readmore.figcaption.fborder a,
.themetechmount-servicebox-stylethree:hover .themetechmount-box-title h4 a,
.themetechmount-servicebox-stylethree:hover .themetechmount-box-desc {
    color: #fff;
}

.elementor-widget-tm_service_element:not(.services-greybox-style) .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-styletwo .item-content,
.elementor-widget-tm_service_element:not(.services-greybox-style) .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-styletwo .themetechmount-box-title h4 a,
.elementor-widget-tm_service_element:not(.services-greybox-style) .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore.figcaption.fborder a {
    color: #fff;
}

.elementor-widget-tm_service_element:not(.services-greybox-style) .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-styletwo .themetechmount-post-item:before {
    opacity: 1;
    backface-visibility: visible;
}

.elementor-widget-tm_service_element:not(.services-greybox-style) .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-styletwo .item-figure {
    opacity: 1;
}

.elementor-widget-tm_service_element:not(.services-greybox-style) .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-styletwo .item-figure img {
    opacity: 1;
    backface-backface-visibility: visible;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.elementor-widget-tm_service_element:not(.services-greybox-style) .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-styletwo .item-content {
    z-index: 2;
    background-color: unset;
}

/*Mailchimp Form*/

.mailchimp-inputbox {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.mc4wp-form-fields .mailchimp-inputbox input[type="email"]::-webkit-input-placeholder {
    color: rgba(105, 105, 105, 1);
}

.mc4wp-form-fields .mailchimp-inputbox input[type="email"]:-moz-placeholder {
    color: rgba(105, 105, 105, 1);
}

.mc4wp-form-fields .mailchimp-inputbox input[type="email"]::-moz-placeholder {
    color: rgba(105, 105, 105, 1);
}

.mc4wp-form-fields .mailchimp-inputbox input[type="email"]:-ms-input-placeholder {
    color: rgba(105, 105, 105, 1);
}

.mailchimp-inputbox button[type="submit"] {
    position: absolute;
    top: 0px;
    height: 54px;
    width: 170px;
    border: 0;
    z-index: 1;
    padding: 0;
    right: 0px;
    font-weight: 700;
    background-color: #1684fe;
    font-size: 16px;
    color: #fff;
    border-radius: 0px;
}

.mailchimp-inputbox input[type="email"] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 15px;
    width: 100%;
    height: 54px;
    outline: none;
    border-radius: 0px;
    color: #fff;
}

.mailchimp-inputbox button[type="submit"]:hover {
    background-color: #fff;
    color: #cda274;
}

.mailchimp-inputbox input::-webkit-input-placeholder {
    color: #777777 !important;
}

.mailchimp-inputbox input:-moz-placeholder {
    color: #777777 !important;
}

.mailchimp-inputbox input::-moz-placeholder {
    color: #777777 !important;
}

.mailchimp-inputbox input:-ms-input-placeholder {
    color: #777777 !important;
}

.tm-newsletter-titlebox h3 {
    margin-bottom: 7px;
    font-size: 25px;
}

.tm-newsletter-titlebox p {
    margin-bottom: 0;
}

/*Footer quick contact box*/

.tm-quicklink-box .tm-lefticon-box,
.tm-quicklink-box .tm-righttext-box {
    display: table-cell;
}

.tm-quicklink-box .tm-lefticon-box {
    vertical-align: top;
}

.tm-quicklink-box .tm-lefticon-box {
    font-size: 24px;
    padding-top: 6px;
}

.tm-quicklink-box .tm-righttext-box {
    padding-left: 15px;
}

.tm-quicklink-box .tm-righttext-box h2 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 800;
    margin-bottom: 0;
}

.tm-quicklink-box .tm-righttext-box p {
    font-size: 15px;
}

#sidebar-left .tm-quicklink-box {
    background-color: #fff;
    padding: 8px 20px 7px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.06);
    -moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.06);
    box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.06);
}

#sidebar-left .tm-quicklink-box .tm-righttext-box p {
    margin-bottom: 0;
    word-break: break-word;
}

#sidebar-left .tm-quicklink-box .tm-righttext-box h2 {
    font-weight: 700;
}

.tm-blog-cntbox {
    margin-top: 25px;
}

.tm-blog-cntbox .tm-lefticon-box {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    padding: 0;
}

.tm-blog-cntbox .tm-lefticon-box span {
    color: #fff;
}

.tm-blog-cntbox .tm-righttext-box h6 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
}

.tm-blog-cntbox .tm-righttext-box h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    color: #fff;
}

.tm-blog-cntbox .tm-righttext-box {
    padding-left: 20px;
}

.widget.tm-sidebar-custom-banner {
    text-align: left;
    padding: 33px 30px 40px;
    z-index: 2;
    background-image: url(../images/sidebar-banner1.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin: 15px 0 20px;
}

.widget.tm-sidebar-custom-banner:before {
    content: '';
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.80;
    z-index: -1;
}

.widget.tm-sidebar-custom-banner .widget-title {
    color: #fff;
    margin-bottom: 15px;
    border-bottom-color: rgba(255, 255, 255, 0.70);
    ;
}

/*Blogbox*/

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

.themetechmount-box-blog .themetechmount-blogbox-footer-readmore {
    padding-top: 18px;
    padding-bottom: 0px;
    margin-top: 23px;
    border-top: 1px solid #eaeff5;
    min-height: 35px;
}

.themetechmount-box-blog .themetechmount-box-desc-footer .comments-link {
    position: absolute;
    right: 0px;
    top: 18px;
}

.themetechmount-box-blog .themetechmount-blogbox-footer-readmore a {
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.themetechmount-box-blog .themetechmount-blogbox-footer-readmore a:after {
    font-family: "tm-inoterior-icons";
    content: "\e849";
    right: -15px;
    font-size: 12px;
    position: absolute;
}

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

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

.themetechmount-box-blog .tm-featured-wrapper {
    overflow: hidden
}


/*Blogbox Style1*/

.themetechmount-box-blog.themetechmount-blogbox-styleone {
    margin-bottom: 15px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-box-desc {
    background-color: #fff;
    padding: 40px 30px 55px 30px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: none;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone .tm-box-post-date {
    background-color: #fff;
    border-bottom: 3px solid #cda274;
    color: #000;
    bottom: -20px;
    top: auto;
    left: 30px;
    transition: all 500ms ease 300ms;
}

.post.themetechmount-box-blog-classic:hover .tm-box-post-date,
.themetechmount-box-blog.themetechmount-blogbox-styleone:hover .tm-box-post-date {
    transform: rotateX(360deg);
}

.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer {
    position: absolute;
    bottom: -8px;
    padding: 0;
}

.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a {
    padding: 10px 30px 12px;
    font-weight: 700;
    border: 1px solid;
    background-color: #fff;
}

.themetechmount-box-blog .tm-featured-wrapper.tm-post-featured-wrapper img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.themetechmount-box-blog:hover .tm-featured-wrapper.tm-post-featured-wrapper img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*Blogbox Style 2 */


.themetechmount-blogbox-styletwo .entry-meta.tm-entry-meta.tm-entry-meta-blogbox {
    font-size: 14px;
}

.themetechmount-blogbox-styletwo .post-item {
    background-color: #fff;
}

.themetechmount-blogbox-styletwo .themetechmount-box-content {
    padding: 60px 21px 25px 4px;
}

/*Blogbox Style 3 */
article.themetechmount-box.themetechmount-box-blog.themetechmount-blogbox-stylethree {
    margin-top: 20px;
}

.themetechmount-blogbox-stylethree .tm-entry-meta-wrapper {
    font-size: 14px;
    margin-bottom: 3px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-desc {
    background-color: #fff;
    margin-left: 40px;
    padding-bottom: 20px;
}

.themetechmount-box-blog .themetechmount-box-desc {
    margin-top: -60px;
    z-index: 1;
    padding-top: 22px;
    padding-left: 30px;
}

.themetechmount-blogbox-stylethree .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    z-index: -1;
    border: 20px solid #000;
    border-top: none;
    border-right: none;
}

.themetechmount-blogbox-stylethree .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #000;
    top: -20px;
    right: 20px;
    z-index: 0;
}

.themetechmount-blogbox-stylethree .themetechmount-box-title {
    padding-top: 0px;
    padding-bottom: 6px;
}

.themetechmount-blogbox-stylethree .themetechmount-box-title a {
    font-size: 20px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylethree .tm-box-post-date {
    left: -20px;
    background-color: #101010;
    -webkit-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

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

.themetechmount-blogbox-stylethree .tm-featured-wrapper {
    overflow: hidden;
}

.themetechmount-blogbox-stylethree .tm-featured-wrapper 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-blogbox-stylethree:hover .tm-featured-wrapper img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.themetechmount-box-blog .tm-box-post-date {
    font-size: 17px;
    font-weight: 800;
}

.themetechmount-box-blog .entry-header {
    text-align: left;
}

/*Blogbox Style 4 */
.themetechmount-blogbox-stylefour {
    margin-bottom: 10px;
}

.themetechmount-blogbox-stylefour .themetechmount-box-desc {
    padding: 21px 30px 15px;
    margin-top: 0;
    margin-left: 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(43, 52, 59, 0.08);
    -moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
    box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
}

.themetechmount-blogbox-stylefour .tm-featured-wrapper 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-blogbox-stylefour:hover .tm-featured-wrapper img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.themetechmount-blogbox-stylefour .tm-post-featured-wrapper {
    overflow: hidden;
}

.themetechmount-blogbox-stylefour .tm-blog-post-cat {
    padding-bottom: 2px;
}

.themetechmount-blogbox-stylefour .tm-blog-post-cat a {
    font-size: 14px;
}

.themetechmount-blogbox-stylefour .tm-footer-content {
    padding-top: 18px;
    position: relative;
    border-top: 1px dashed rgba(0, 0, 0, 0.07);
    margin-top: 17px;
}

.themetechmount-blogbox-stylefour .tm-icon-box {
    position: absolute;
    top: 19px;
    right: -5px;
}

/*===IconBox Element====*/

.themetechmount-iconbox .tm-iconstyle-rounded-less-outline .tm-box-icon,
.themetechmount-iconbox .tm-iconstyle-boxed-outline .tm-box-icon,
.themetechmount-iconbox .tm-iconstyle-rounded-outline .tm-box-icon {
    background-color: transparent;
    border: 1px solid;
}

.themetechmount-iconbox .tm-iconstyle-rounded-outline .tm-box-icon {
    border-radius: 50%;
}

.themetechmount-iconbox .tm-iconstyle-rounded-less .tm-box-icon,
.themetechmount-iconbox .tm-iconstyle-rounded-less-outline .tm-box-icon {
    border-radius: 3px;
}

.themetechmount-iconbox .tm-iconstyle-boxed-outline .tm-box-icon,
.themetechmount-iconbox .tm-iconstyle-boxed .tm-box-icon {
    border-radius: 0px;
}

.themetechmount-iconbox .tm-iconstyle-rounded .tm-box-icon {
    border-radius: 50%;
}

.themetechmount-iconbox .tm-iconstyle-rounded-less .tm-box-icon i,
.themetechmount-iconbox .tm-iconstyle-boxed .tm-box-icon i,
.themetechmount-iconbox .tm-iconstyle-rounded .tm-box-icon i {
    color: #fff;
}

.themetechmount-iconbox.tm-content-left-all * {
    text-align: left !important;
}

.themetechmount-iconbox .tm-textalign-left .tm-box-icon,
.themetechmount-iconbox.tm-content-left-all .tm-box-icon {
    margin-left: 0;
}

.tm-textcolor-white .themetechmount-iconbox .tm-box-icon i {
    color: #fff;
}

.themetechmount-iconbox .tm-textalign-left * {
    text-align: left;
}

.themetechmount-iconbox .tm-textalign-right * {
    text-align: right;
}

.themetechmount-iconbox .tm-textalign-right .tm-box-icon {
    margin-right: 0;
}

.themetechmount-iconbox {
    margin-bottom: 15px;
}

.themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 21px;
    line-height: 30px;
    position: relative;
    margin-bottom: 0;
}

.themetechmount-iconbox .themetechmount-iconbox-heading .tm-element-subheading {
    margin-bottom: 0;
}

.themetechmount-iconbox .themetechmount-iconbox-icon img {
    width: 55px;
    height: 55px;
}

.themetechmount-iconbox .tm-ihbox-btn {
    margin-top: 10px;
}

.themetechmount-iconbox .tm-box-icon i,
.themetechmount-iconbox .tm-box-icon i.kw_inoterior {
    font-size: 40px;
}

.themetechmount-iconbox .themetechmount-iconbox-icon {
    margin-bottom: 15px;
}

.tm-col-bgcolor-darkgrey .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading,
.tm-col-bgcolor-skincolor .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
    color: #fff;
}

.tm-col-bgcolor-darkgrey .themetechmount-iconbox.themetechmount-iconbox-styleone .tm-cta3-content-wrapper,
.tm-col-bgcolor-skincolor .themetechmount-iconbox.themetechmount-iconbox-styleone .tm-cta3-content-wrapper {
    color: rgba(255, 255, 255, 0.65);
}

/*icon color*/

.themetechmount-iconbox.themetechmount-iconcolor-white .tm-box-icon i,
.themetechmount-iconbox.themetechmount-iconcolor-white .tm-icon-type-text {
    color: #ffffff;
}

.themetechmount-iconbox.themetechmount-iconcolor-default .tm-box-icon i,
.themetechmount-iconbox.themetechmount-iconcolor-default .tm-icon-type-text {
    color: inherit;
}

/*---Iconbox style-one---*/

.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-box-icon {
    position: relative;
}

.themetechmount-iconbox-styleone .tm-box-icon i {
    position: relative;
    font-size: 45px;
}

.themetechmount-iconbox-styleone .tm-box-icon i.kw_inoterior {
    font-size: 45px;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-cta3-content-wrapper {
    padding-top: 10px;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-icon {
    margin-bottom: 12px;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-icon img {
    width: 60px;
    height: 60px;
}

/*** IconBox StyleTwo****/

.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon {
    vertical-align: top;
    padding-right: 18px;
    width: 20px;
    padding-top: 5px;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-element-subheading {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-icon-type-text {
    height: 55px;
    width: 40px;
    background-color: #000;
    line-height: 55px;
    text-align: center;
    border-radius: 3px;
    font-size: 24px;
    font-weight: 600;
}

/*---Iconbox style-three---*/


.themetechmount-iconbox.themetechmount-iconbox-stylethree {
    position: relative;
    text-align: center;
    padding: 55px 22px 40px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethree:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #c3002f;
    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-iconbox.themetechmount-iconbox-stylethree:hover:before {
    transform: scaleX(1);
}

.themetechmount-iconbox.themetechmount-iconbox-stylethree .themetechmount-iconbox-icon {
    margin-bottom: 0;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethree .tm-box-icon {
    transition: all 1s ease;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethree:hover .tm-box-icon {
    transform: rotateY(360deg);
}

.themetechmount-iconbox.themetechmount-iconbox-stylethree .tm-custom-heading {
    font-size: 16px;
    line-height: 26px;
}


/*** IconBox Style-Four****/

.themetechmount-iconbox.themetechmount-iconbox-stylefour.themetechmount-iconbox-styletwo .tm-icon-type-text {
    background-color: #07332f;
    height: auto;
    line-height: inherit;
    width: 50px;
    height: 50px;
    border-radius: 0;
    line-height: 50px;
    -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;
}

/*** IconBox Style-Five****/

.themetechmount-iconbox.themetechmount-iconbox-stylefive {
    text-align: center;
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .tm-cta3-content-wrapper {
    padding-top: 10px;
}

.themetechmount-iconbox-stylefive .themetechmount-iconbox-inner {
    padding-bottom: 33px;
}

.themetechmount-iconbox-stylefive .themetechmount-iconbox-inner:after {
    transform: scaleX(0);
    transition: transform 800ms ease-in-out;
    position: absolute;
    content: '';
    border-bottom: 5px solid;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.themetechmount-iconbox-stylefive:hover .themetechmount-iconbox-inner:after {
    transform: scaleX(1);
}

.themetechmount-iconbox-stylefive .tm-box-icon i {
    font-size: 30px !important;
}

.themetechmount-iconbox-stylefive .themetechmount-iconbox-heading {
    padding-top: 10px;
}

.themetechmount-iconbox-stylefive .tm-box-icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
    line-height: 60px;
}

.themetechmount-iconbox-stylefive .tm-box-icon:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 60px;
    border-width: 0 13px 12px 0;
    border-style: solid;
    border-color: #000;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    display: block;
    transition: all .4s;
    opacity: .7;
}

.themetechmount-iconbox-stylefive .tm-box-icon:after {
    position: absolute;
    content: "";
    right: 0;
    height: 11px;
    width: 100%;
    top: -11px;
    z-index: -4;
    transition: all .5s;
    background-color: #000;
    transform: scale(1, 1.2);
}

/*** IconBox Style-Six****/

.themetechmount-iconbox.themetechmount-iconbox-stylesix {
    padding: 47px 25px 32px 40px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .09);
}

.themetechmount-iconbox.themetechmount-iconbox-stylesix .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 20px;
}

.themetechmount-iconbox-stylesix:before {
    position: absolute;
    top: -11px;
    left: -11px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: rgba(0, 0, 0, .09);
}

.themetechmount-iconbox-stylesix:hover:before {
    left: 100%;
    transform: rotate(90deg);
}

.themetechmount-iconbox-stylesix:after {
    position: absolute;
    bottom: -11px;
    right: -11px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 1px 0px 0px 1px;
    display: inline-block;
    padding: 5px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: rgba(0, 0, 0, .09);
}

.themetechmount-iconbox-stylesix:hover:after {
    right: 100%;
    transform: rotate(90deg);
}

.themetechmount-iconbox-stylesix:hover .themetechmount-iconbox-icon {
    transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    opacity: 0;
}

.themetechmount-iconbox-stylesix .themetechmount-iconbox-icon {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
}

.themetechmount-iconbox.themetechmount-iconbox-stylesix,
.themetechmount-iconbox-stylesix .themetechmount-iconbox-icon,
.themetechmount-iconbox-stylesix .themetechmount-iconbox-heading,
.themetechmount-iconbox-stylesix .tm-iocnbox-btn {
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.themetechmount-iconbox-stylesix .themetechmount-iconbox-heading {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.themetechmount-iconbox-stylesix:hover .themetechmount-iconbox-heading {
    transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
}

.themetechmount-iconbox-stylesix .tm-iocnbox-btn {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
}

.themetechmount-iconbox-stylesix:hover .tm-iocnbox-btn {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    opacity: 1;
}

.themetechmount-iconbox-stylesix .tm-iocnbox-btn a {
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}

.themetechmount-iconbox-stylesix .tm-cta3-content-wrapper {
    padding-top: 9px;
    padding-bottom: 17px;
}

.tm-bgcolor-darkgrey .themetechmount-iconbox.themetechmount-iconbox-stylesix:hover,
.tm-col-bgcolor-darkgrey .themetechmount-iconbox.themetechmount-iconbox-stylesix:hover,
.tm-bgcolor-skincolor .themetechmount-iconbox.themetechmount-iconbox-stylesix:hover,
.tm-col-bgcolor-skincolor .themetechmount-iconbox.themetechmount-iconbox-stylesix:hover,

.tm-bgcolor-darkgrey .themetechmount-iconbox-stylesix:hover:before,
.tm-col-bgcolor-darkgrey .themetechmount-iconbox-stylesix:hover:before,
.tm-bgcolor-darkgrey .themetechmount-iconbox-stylesix:hover:after,
.tm-col-bgcolor-darkgrey .themetechmount-iconbox-stylesix:hover:after,

.tm-bgcolor-skincolor .themetechmount-iconbox-stylesix:hover:before,
.tm-col-bgcolor-skincolor .themetechmount-iconbox-stylesix:hover:before,
.tm-bgcolor-skincolor .themetechmount-iconbox-stylesix:hover:after,
.tm-col-bgcolor-skincolor .themetechmount-iconbox-stylesix:hover:after {
    border-color: rgba(255, 255, 255, 1);
}

.tm-bgcolor-darkgrey .themetechmount-iconbox.themetechmount-iconbox-stylesix .themetechmount-iconbox-heading .tm-custom-heading,
.tm-col-bgcolor-darkgrey .themetechmount-iconbox.themetechmount-iconbox-stylesix .themetechmount-iconbox-heading .tm-custom-heading {
    color: #fff;
}

.tm-bgcolor-darkgrey .themetechmount-iconbox.themetechmount-iconbox-stylesix,
.tm-col-bgcolor-darkgrey .themetechmount-iconbox.themetechmount-iconbox-stylesix,
.tm-bgcolor-darkgrey .themetechmount-iconbox-stylesix:before,
.tm-col-bgcolor-darkgrey .themetechmount-iconbox-stylesix:before,
.tm-bgcolor-darkgrey .themetechmount-iconbox-stylesix:after,
.tm-col-bgcolor-darkgrey .themetechmount-iconbox-stylesix:after,

.tm-bgcolor-skincolor .themetechmount-iconbox.themetechmount-iconbox-stylesix,
.tm-col-bgcolor-skincolor .themetechmount-iconbox.themetechmount-iconbox-stylesix,
.tm-bgcolor-skincolor .themetechmount-iconbox-stylesix:before,
.tm-col-bgcolor-skincolor .themetechmount-iconbox-stylesix:before,
.tm-bgcolor-skincolor .themetechmount-iconbox-stylesix:after,
.tm-col-bgcolor-skincolor .themetechmount-iconbox-stylesix:after {
    border-color: rgba(255, 255, 255, .40);
}

.tm-bgcolor-darkgrey .themetechmount-iconbox-stylesix .tm-iocnbox-btn a,
.tm-col-bgcolor-darkgrey .themetechmount-iconbox-stylesix .tm-iocnbox-btn a,

.tm-bgcolor-skincolor .themetechmount-iconbox-stylesix .tm-iocnbox-btn a,
.tm-col-bgcolor-skincolor .themetechmount-iconbox-stylesix .tm-iocnbox-btn a {
    color: rgba(255, 255, 255, 1);
}


/*Stepbox Element*/

body {
    counter-reset: section;
}

.themetechmount-stepboxes-wrapper {
    margin-top: 35px;
}

.themetechmount-stepboxes-wrapper .tm-stepbox {
    text-align: center;
    padding: 0 15px;
}

.themetechmount-stepboxes-wrapper .tm-stepbox .tm-box-title h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
}

.themetechmount-stepboxes-wrapper .tm-stepbox .tm-ptable-icon-wrapper {
    font-size: 40px;
    line-height: 40px;
}

.themetechmount-stepboxes-wrapper .tm-stepbox .tm-bottom-contentbox {
    padding: 23px 15px 0;
}

.themetechmount-stepboxes-wrapper .tm-stepbox .tm-stepbox-imagebox .tm-ptable-icon-type-image img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

/*** stepbox style-1***/


.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox-content .tm-top-contentbox {
    position: relative;
    transition: all 500ms ease;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox-content:hover .tm-top-contentbox {
    transform: translateY(-10px);
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox-content .tm-ptable-icon-wrapper {
    position: relative;
    font-size: 56px;
    line-height: 167px;
    height: 150px;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    border: 1px dashed;
    border-radius: 50%;
    color: rgba(24, 24, 24, 0.59);
    -webkit-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .5s ease-in-out;
}

.tm-bgcolor-grey .themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox-content:hover .tm-ptable-icon-wrapper,
.tm-col-bgcolor-grey .themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox-content:hover .tm-ptable-icon-wrapper {
    background-color: #ffffff;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-top-contentbox:before {
    display: block;
    content: '';
    position: absolute;
    right: -27%;
    top: 35px;
    height: 40px;
    width: 170px;
    background: url(../images/stepbox-arrow1.png) center center no-repeat;
    background-repeat: no-repeat;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox:nth-child(2n) .tm-top-contentbox:before {
    background: url(../images/stepbox-arrow2.png) center center no-repeat;
    top: 55px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-stepbox:last-child .tm-top-contentbox:before {
    content: unset;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-top-contentbox:before {
    content: unset;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1 .tm-ptable-icon-wrapper:before {
    counter-increment: section;
    content: " " counter(section) " ";
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 47px;
    border: 1px dashed;
    background-color: #fff;
    text-align: center;
}



/* image gloabally hover */

.themetechmount-teambox-style1 .themetechmount-team-image-box img,
article.themetechmount-box-blog-classic .tm-featured-wrapper img,
.themetechmount-blog-box-view-left-image .tm-featured-wrapper 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-teambox-style1:hover .themetechmount-team-image-box img,
.themetechmount-blog-box-view-left-image:hover .tm-featured-wrapper img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

article.themetechmount-box-blog-classic:hover .tm-post-featured-wrapper img {
    transform: scale(1.03) rotate(0.50deg);
}

.themetechmount-blog-box-view-left-image .tm-featured-wrapper {
    overflow: hidden;
}

article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-gallery img,
article.themetechmount-box-blog-classic:hover .tm-post-featured-wrapper.tm-post-format-gallery img {
    transform: none;
}

.first-footer .widget-area {
    overflow: hidden;
}

.footer ul.tm-pricelist-block {
    margin-right: 10px;
}

.widget ul.inoterior_contact_widget_wrapper.tm-padding-small li {
    padding-bottom: 3px;
}

.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;
    font-weight: 500;
    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;
    font-weight: 600;
    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;
    font-weight: 400;
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-style: normal;
    display: block;
    margin-top: 10px;
    font-family: 'Open Sans';
    opacity: 0.15;
}

/*progressbar*/

.elementor-progress-percentage {
    position: relative;
    padding-right: 0;
    left: 20px;
    top: 0;
    margin-top: -35px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    height: 25px;
    width: 40px;
    line-height: 25px;
    background: #000;
    text-align: center;
}

.elementor-progress-percentage:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 5px solid #1b2a5b;
    border-left: 5px solid rgba(255, 255, 255, .15);
    border-right: 5px solid rgba(255, 255, 255, .15);
    left: 0px;
    right: 0;
    top: 25px;
    display: block;
    margin: 0 auto;
}


/***Row And Column ***/

body .elementor-section.elementor-top-section:first-child {
    margin-top: -83px;
}

.elementor-section.elementor-top-section {
    padding-top: 92px;
    padding-bottom: 80px;
}

/* white bg color */

.elementor-column.elementor-top-column.tm-col-bgcolor-white:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div,
.elementor-column.elementor-top-column.tm-col-bgcolor-white:not(.tm-col-stretched-yes)>.elementor-widget-wrap,
.elementor-column.elementor-inner-column.tm-col-bgcolor-white:not(.tm-bgimage-yes)>.elementor-widget-wrap {
    background-color: #ffffff !important;
}

.elementor-section.elementor-top-section.tm-bgcolor-white,
.elementor-section.elementor-top-section.tm-bgcolor-white:before,
.elementor-section.elementor-inner-section.tm-bgcolor-white,
.elementor-progress-wrapper {
    background-color: #ffffff;
}

.elementor-inner-section,
.elementor-widget-container,
.elementor-button-wrapper,
.elementor-section .elementor-widget-wrap {
    position: relative;
    z-index: 1;
}

.elementor-top-column>.elementor-widget-wrap:before,
.elementor-inner-column>.elementor-widget-wrap:before,
.elementor-top-section:before,
.elementor-inner-section:before,
.tm-col-stretched-yes .tm-stretched-div:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}

.elementor-top-column>.elementor-widget-wrap:before,
.elementor-inner-column>.elementor-widget-wrap:before,
.elementor-top-section:before,
.elementor-inner-section:before {
    background-color: transparent !important;
}

body.elementor-editor-active .elementor-top-section:before,
body.elementor-editor-active .tm-col-stretched-yes .tm-stretched-div:before {
    z-index: 0;
}

.elementor-column.elementor-top-column.tm-col-bgcolor-white.tm-bgimage-yes .elementor-widget-wrap .tm-stretched-div:before {
    background-color: rgba(255, 255, 255, .70) !important;
}

.elementor-column.tm-col-stretched-yes.tm-bgimage-yes {
    background-image: none;
    background-color: transparent;
}

.tm-bg-color-white,
.tm-bg-color-white .tm-stretched-div:before {
    background-color: #fff;
}

.tm-bg-color-white .tm-bgimage-yes.tm-stretched-div:before {
    background-color: rgba(255, 255, 255, 0.80);
}

.tm-col-stretched-yes .tm-stretched-div {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
}

.tm-col-stretched-left .tm-stretched-div {
    right: 0;
}

.elementor-column.tm-col-stretched-left.tm-bgcolor-yes:not(.tm-col-stretched-content-yes):not(.tm-bgimage-yes) .tm-stretched-div {
    margin-left: -500px !important;
}

.tm-col-stretched-right .tm-stretched-div {
    right: 0;
}

.elementor-column.tm-col-stretched-right.tm-bgcolor-yes:not(.tm-bgimage-yes):not(.tm-col-stretched-content-yes) .tm-stretched-div {
    margin-right: -500px !important;
}

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

.tm-col-bgcolor-darkgrey .tm-element-heading-content-wrapper .tm-element-content-heading,
.tm-col-bgcolor-skincolor .tm-element-heading-content-wrapper .tm-element-content-heading {
    color: #fff;
}

.tm-col-bgcolor-darkgrey .tm-element-content-desctxt,
.tm-col-bgcolor-skincolor .tm-element-content-desctxt {
    color: rgba(255, 255, 255, 1);
}

/*testimonial*/

.elementor-testimonial-meta {
    padding-top: 10px;
}

.tm-fid-view-topicon.inside h4 {
    color: #cda274;
    font-size: 70px;
}

.tm-fid-view-topicon h3.tm-fid-title {
    padding-top: 39px;
    font-size: 21px;
    font-weight: 700;
}

.tm-fid-view-topicon:hover h3.tm-fid-title:after {
    transform: scaleX(1);
}

.tm-fid-view-topicon h3.tm-fid-title:after {
    transform: scaleX(0);
    transition: transform 800ms ease-in-out;
    position: absolute;
    content: '';
    border-bottom: 3px solid;
    height: 1px;
    width: 55%;
    left: 23%;
    padding-top: 18px;
    color: #cda274;
}

.tm-fid-view-topicon:hover h3.tm-fid-title {
    color: #cda274;
    -webkit-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;

}

.tm-textbox-quote blockquote {
    border-left-width: 5px;
    background-color: unset;
    font-size: 18px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    font-weight: 500;
    color: #181818;
    line-height: 26px;
}

.tm-fid-view-circle-progress .tm-fid-title {
    font-size: 20px;
    font-weight: 400;
}

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

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



.tm-imgwith-15padding img {
    padding: 15px;
}

.elementor-tab-content .alignleft {
    margin: 0.375em 1.75em 20px 0;
}

/*coverbox element*/
.tm_coverimgbox_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    background: #000;
}

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

.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;
    border-right: 1px solid rgba(256, 256, 256, 0.5);
}

.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: #fff;
    margin-bottom: 35px;
    position: relative;
}

.tm_coverimgbox_wrapper:not(.tm-projectbox) .tm-box-title h4:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #fff;
    bottom: -13px;
    left: 0;
}

.tm_coverimgbox_wrapper .themetechmount-static-box-desc {
    color: #fff;
    padding-bottom: 35px;
}

.tm_coverimgbox_wrapper .tm-staticbox-more-link {
    position: relative;
    padding: 10px 30px;
    border: 1px solid #fff;
    color: #fff;
}

.tm_coverimgbox_wrapper .tm_coverbox_contents .coverbox-img-reposive {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}

/*tm-arrow-tab*/

.tm-arrow-tab.elementor-widget-tabs .elementor-tab-desktop-title {
    border-bottom: 2px solid #e7e7e7 !important;
    position: relative;
    padding: 20px 35px;
}

.tm-arrow-tab.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    bottom: 0;
    left: 50%;
    right: 50%;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: #fff;
    margin-bottom: -2px;
    margin-left: -7px;
}

.tm-arrow-tab.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -2px;
    left: 50%;
    right: 50%;
    border: 9px solid transparent;
    border-top: 0;
    border-bottom-color: #000;
    margin-left: -10px;
}

.tm-arrow-tab.elementor-widget-tabs .elementor-tab-content {
    padding-top: 30px;
    padding-left: 0;
}

.tm-arrow-tab.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title {
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding-left: 15px;
}
.elementor-widget-tabs .elementor-tab-content ul{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.elementor-widget-tabs .elementor-tab-content ul li{
    position: relative;
    list-style-type: none;
    padding-bottom: 8px ;
}

.elementor-widget-tabs .elementor-tab-content ul li i.flaticon-work-done {
    position: relative;
    top: 3px;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    padding: 20px 0px 19px 30px;
}

/*tw-tw*/

.twentytwenty-horizontal .twentytwenty-after-label,
.twentytwenty-horizontal .twentytwenty-before-label {
    left: 20%;
    bottom: 0px;
    max-width: 50%;
    padding: 9px 30px;
    background-color: #ffffff;
    color: #cda274;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    opacity: 1;
}

.twentytwenty-horizontal .twentytwenty-after-label {
    right: 20%;
    left: auto;
    background-color: #101010;
    color: #fff;
}


/*Button arrow*/

.comment-list a.comment-reply-link:before,
.comment-form .form-submit:before,
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:before,
.tm-slider-button:before,
.tm-ptable-btn a:before,
#totop.top-visible:before,
.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:before,
.themetechmount-servicebox-styletwo .figcaption a:before,
.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a:before,
.tm_coverimgbox_wrapper .tm-staticbox-more-link:before,
.tm-contact-btn:before {
    position: absolute;
    top: -7px;
    left: -7px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: inherit;
}

.comment-list a.comment-reply-link:hover:before,
.comment-form .form-submit:hover:before,
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:hover:before,
.tm-slider-button:hover:before,
.tm-ptable-btn a:hover:before,
#totop.top-visible:hover:before,
.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:hover:before,
.themetechmount-servicebox-styletwo .figcaption a:hover:before,
.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a:hover:before,
.tm_coverimgbox_wrapper .tm-staticbox-more-link:hover:before,
.tm-contact-btn:hover:before {
    left: 100%;
    transform: rotate(90deg);
}

.comment-list a.comment-reply-link:after,
.comment-form .form-submit:after,
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:after,
.tm-slider-button:after,
.tm-ptable-btn a:after,
#totop.top-visible:after,
.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:after,
.themetechmount-servicebox-styletwo .figcaption a:after,
.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a:after,
.tm_coverimgbox_wrapper .tm-staticbox-more-link:after,
.tm-contact-btn:after {
    position: absolute;
    bottom: -7px;
    right: -7px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 1px 0px 0px 1px;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: inherit;
}

.comment-list a.comment-reply-link:hover:after,
.comment-form .form-submit:hover:after,
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:hover:after,
.tm-slider-button:hover:after,
.tm-ptable-btn a:hover:after,
#totop.top-visible:hover:after,
.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:hover:after,
.themetechmount-servicebox-styletwo .figcaption a:hover:after,
.themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a:hover:after,
.tm_coverimgbox_wrapper .tm-staticbox-more-link:hover:after,
.tm-contact-btn:hover:after {
    right: 100%;
    transform: rotate(90deg);
}

.comment-form .form-submit:before,
#totop.top-visible:before,
.tm-btn-style-flat:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:before,
.tm-contact-btn:before {
    top: -6px;
    left: -6px;
}

.comment-form .form-submit:after,
#totop.top-visible:after,
.tm-btn-style-flat:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:after,
.tm-contact-btn:after {
    bottom: -6px;
    right: -6px;
}

/*accordian custom*/

.tm-accor-style1 .elementor-accordion .elementor-tab-title {
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    margin-bottom: 30px
}

.tm-accor-style1 .elementor-accordion .elementor-tab-title.elementor-active {
    margin-bottom: 0px
}

/*Iocn style1*/

.tm-icon-style1 .elementor-icon-wrapper .elementor-icon {
    position: relative;
}

.tm-icon-style1 .elementor-icon-wrapper .elementor-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    opacity: 1;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.50);
}

.tm-icon-style1 .elementor-icon-wrapper .elementor-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.15);
}


.tm-icon-style1 .elementor-icon-wrapper .elementor-icon:hover:before,
.tm-icon-style1 .elementor-icon-wrapper .elementor-icon:hover:after {
    -webkit-animation: prittyphoto 1.05s infinite;
    -moz-animation: prittyphoto 1.05s infinite;
    -ms-animation: prittyphoto 1.05s infinite;
    -o-animation: prittyphoto 1.05s infinite;
    animation: prittyphoto 1.05s infinite;
}

@-webkit-keyframes prittyphoto {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes prittyphoto {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3;
    }

    40% {
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

/*slider button*/

.tm-slider-button {
    position: relative;
    padding: 7px 30px 8px !important;
    border: 1px solid !important;
    -webkit-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
}

.btn-white.tm-slider-button {
    border-color: #fff !important;
}

.btn-white.tm-slider-button:hover {
    background-color: #fff !important;
    color: #232323 !important;
}

.btn-black.tm-slider-button {
    color: #fff !important;
}

/*textblock*/
.tm-textblock-underline {
    position: relative;
}

.tm-textblock-underline:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #fff;
    bottom: 0px;
}

.elementor-heading-title {
    line-height: initial;
}


.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter {
    text-align: center;
}

.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 {
    font-weight: 600;
    background: #f7f7f7;
    text-align: center;
}

.page .entry-content table tbody th {
    font-weight: 600;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    border-color: #f0f0f0;
}

.wp-block-calendar .wp-calendar-nav {
    background: #f7f7f7;
    padding: 5px 20px;
    margin-bottom: 15px;
}

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

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

ul.wp-block-latest-posts li,
ul.wp-block-categories li,
ul.wp-block-archives li {
    padding-bottom: 0;
    position: relative;
    margin: 7px 0;
    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;
}

.wp-block-calendar table caption {
    font-weight: 600;
}

.tm-blog-classic-box-content table tbody th,
.themetechmount-box-desc-text table tbody th {
    font-weight: 500;
}

.entry-content table tbody a:not(:hover),
.tm-blog-classic-box-content table tbody a:not(:hover) {
    color: #9d9d9d;
}

.tm-blog-classic-box-content table th {
    font-weight: 600;
}

.post-password-required input[type="submit"] {
    padding: 15px 30px 19px;
}

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

.single article.post .comment-body table {
    background-color: #fff;
}

.woocommerce form.woocommerce-form-coupon .form-row-last {
    float: left;
}

.shakeimage img {
    -webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
}

@-webkit-keyframes shake {

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

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.tada-img-single img {
    -webkit-animation: bounce 12s linear infinite;
    -moz-animation: bounce 12s linear infinite;
    -o-animation: bounce 12s linear infinite;
    animation: bounce 12s linear infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.elementor-progress-wrapper {
    border-radius: 0;
    margin-top: 4px;
}

.elementor-widget-progress .elementor-title {
    font-size: 17px !important;
}

.tm_coverimgbox_wrapper:not(.tm-projectbox) .tm_coverbox_contents:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

::selection {
    color: #fff;
    background-color: #c3002f;
}

::-moz-selection {
    color: #fff;
    background-color: #c3002f;
}

.single-post .themetechmount-box-blog-classic .comment-box li {
    list-style: inherit;
}

.tm-blog-classic-box-content .themetechmount-box-desc-text div.wp-block-image:last-child .alignright {
    margin-bottom: 0px;
}

.single-post article.post .entry-content ul:not(.tm-blog-list) {
    padding-left: 15px;
}

.elementor-button.elementor-size-md {
    font-size: 15px;
    padding: 15px 30px;
}

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

.themetechmount-slider-inner:before,
.themetechmount-slider-inner:after {
    position: absolute;
    content: '';
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.themetechmount-slider-inner:before {
    top: 7.8%;
    right: 6%;
    bottom: 7.8%;
    left: 6%;
    border-top: 1px outset rgba(255, 255, 255, .7);
    border-bottom: 1px outset rgba(255, 255, 255, .7);
    width: 88%;
}

.themetechmount-slider-inner:after {
    top: 4%;
    right: 7.8%;
    bottom: 4%;
    left: 7.8%;
    border-right: 1px outset rgba(255, 255, 255, .7);
    border-left: 1px outset rgba(255, 255, 255, .7);
    height: 93%;
}

/* testimonialbox-styletwo */

.themetechmount-testimonialbox-styletwo .themetechmount-post-item {
    background-color: #fff;
    padding: 40px 30px 40px;
    margin: 10px 0 30px 50px;
    -webkit-box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%);
    position: relative;
    margin-bottom: 50px !important;
}

.themetechmount-testimonialbox-styletwo .themetechmount-box-img {
    float: left;
    margin-left: -82px;
    margin-top: 5px;
    position: relative;
    width: 87px;
    height: 87px;
    border-radius: 50%;
}

.themetechmount-testimonialbox-styletwo .themetechmount-box-content {
    padding-left: 50px;
    position: relative;
}

.themetechmount-testimonialbox-styletwo .themetechmount-box-desc blockquote {
    font-size: 20px;
    line-height: 36px;
}

.themetechmount-testimonialbox-styletwo .themetechmount-box-img:after {
    top: 0;
    content: '';
    height: 107px;
    width: 107px;
    background-color: rgba(255, 255, 255, .08);
    z-index: 1;
    left: 0;
    border-radius: 50%;
    position: absolute;
    border: 3px solid #ff6f00;
    right: 0;
}

.themetechmount-testimonialbox-styletwo .themetechmount-box-img img {
    margin: 10px;
}

.themetechmount-testimonialbox-styletwo .tm-box-footer {
    padding-top: 23px;
}

.themetechmount-testimonialbox-styletwo .themetechmount-author-name {
    font-size: 17px;
    line-height: 16px;
    margin-bottom: 2px;
}

.themetechmount-testimonialbox-styletwo .themetechmount-box-footer {
    font-size: 14px;
}

.themetechmount-testimonialbox-styletwo .themetechmount-box-content:after {
    content: "";
    background-color: #0b1328;
    -webkit-mask: url(../images/left-quote.svg) no-repeat 100% 100%;
    mask: url(../images/left-quote.svg) no-repeat 100% 100%;
    position: absolute;
    bottom: 8px;
    right: 0;
    width: 65px;
    height: 46px;
    display: block;
}

.themetechmount-testimonialbox-styletwo .themetechmount-post-item:before {
    display: block;
    content: '';
    position: absolute;
    right: 85px;
    bottom: -39px;
    width: 60px;
    height: 39px;
    background: url(../images/arrow-review.png) center center no-repeat;
    background-repeat: no-repeat;
}

.tm-bgcolor-darkgrey .themetechmount-testimonialbox-styletwo .themetechmount-post-item:before {
    content: unset;
}

.tm-bgcolor-darkgrey .themetechmount-testimonialbox-styletwo .themetechmount-post-item:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 60px solid transparent;
    border-top: 50px solid #fff;
    position: absolute;
    bottom: -50px;
    right: 100px;
    border-top-color: rgba(24, 24, 24, 0.45);
}

.tm-bgcolor-darkgrey .themetechmount-testimonialbox-styletwo .themetechmount-post-item {
    background-color: rgba(24, 24, 24, 0.45);
}

.tm-bgcolor-darkgrey .themetechmount-testimonialbox-styletwo .themetechmount-box-footer {
    color: #fff;
}

.second-footer .second-footer-inner .widget-area .tm-center-text {
    margin-left: -10px !important;
    margin-right: 35px !important;
}

.tm-button-bold {
    font-weight: bold;
}

.tm-button-bold i {
    padding-left: 7px;
}

.site-footer .themetechmount-iconbox-styletwo .themetechmount-iconbox-icon .tm-box-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    background-color: #ff6f00;
    border-radius: 6px;
}

.site-footer .themetechmount-iconbox-styletwo .themetechmount-iconbox-icon .tm-box-icon i {
    font-size: 25px;
}

.footer .second-footer.tm-footerrow-sepdark .second-footer-inner,
.footer .second-footer.tm-footerrow-sepwhite .second-footer-inner,
.footer .first-footer.tm-footerrow-sepdark .first-footer-inner,
.footer .first-footer.tm-footerrow-sepwhite .first-footer-inner {
    border-bottom: none;
}

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

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

.mailchimp-inputbox.tm-rounded-style button[type="submit"] {
    border-radius: 0 50px 50px 0;
    font-size: 14px;
}

.mailchimp-inputbox.tm-rounded-style input[type="email"] {
    border-radius: 25px;
}

ul.tm-pricelist-block li {
    margin-bottom: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.tm-pricelist-block li .tm-leftbox,
ul.tm-pricelist-block li .tm-rightbox {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    padding: 0;
    margin: 0;
}

ul.tm-pricelist-block li .tm-rightbox {
    text-align: right;
}

ul.tm-pricelist-block li .tm-leftbox {
    max-width: 40%;
}

.footer .widget ul.tm-pricelist-block>li:last-child {
    padding-bottom: 0px;
}

.footer .tm-rounded-socialicon .social-icons li>a {
    border-radius: 6px;
}

.tm-menu-withoutsep.widget.widget_nav_menu li a:before {
    content: unset
}

.tm-menu-withoutsep.widget.widget_nav_menu li a {
    padding-left: 0px;
}

/* tm-progress-bar-cutom-style */
.tm-progress-bar .elementor-progress-percentage:before {
    content: none;
}

.tm-progress-bar .elementor-progress-percentage {
    background: unset;
    background-color: unset;
    color: #181818;
    font-size: 16px;
    font-weight: 600;
}

.tm-progress-bar .elementor-progress-wrapper:after {
    position: absolute;
    content: '';
    bottom: -6px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.tm-progress-bar .elementor-progress-wrapper {
    margin-top: 12px;
}

/* tm-shadow-iconboxs*/

.tm-shadow-iconboxs .themetechmount-iconbox.themetechmount-iconbox-styleone.themetechmount-iconcolor-skincolor {
    padding: 40px 40px 44px 40px;
    -webkit-box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
    -moz-box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
    box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
    background-color: #fff;
}

.tm-shadow-iconboxs .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 21px;
}

.tm-shadow-iconboxs .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-icon {
    margin-bottom: 22px;
}

.elementor-element.elementor-widget-button.tm-button-width-full .elementor-size-md.elementor-button {
    width: 100%;
}

/* themetechmount-iconbox-styleseven */

.themetechmount-iconbox.themetechmount-iconbox-styleseven .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 20px;
    line-height: 28px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 4px;
}

.themetechmount-iconbox.themetechmount-iconbox-styleseven .themetechmount-iconbox-icon img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.themetechmount-iconbox.themetechmount-iconbox-styleseven {
    text-align: center;
}

.themetechmount-iconbox.themetechmount-iconbox-styleseven .tm-cta3-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 17px;
}

.themetechmount-iconbox.themetechmount-iconbox-styleseven .themetechmount-iconbox-icon {
    margin-bottom: 32px;
}

.themetechmount-iconbox-styleseven .themetechmount-serviceboxbox-readmore a {
    position: relative;
}

.themetechmount-iconbox-styleseven .themetechmount-serviceboxbox-readmore a:after {
    font-family: FontAwesome;
    content: '\f178';
    position: absolute;
    right: -22px;
    top: 2px;
}

.themetechmount-iconbox-styleseven .tm-number-wrapper {
    font-size: 120px;
    font-weight: 700;
    color: #181818;
    opacity: 0.07;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: -1;
}

.themetechmount-iconbox-styleseven:hover .tm-number-wrapper {
    -webkit-transform: translate3d(0%, -10%, 0) scale(.78);
    -moz-transform: translate3d(0%, -10%, 0) scale(.78);
    transform: translate3d(0%, -10%, 0) scale(.78);
}

.themetechmount-iconbox-styleseven .themetechmount-iconbox-inner {
    margin-bottom: 50px;
}

.tm-rounded-iconstyles .themetechmount-iconbox.themetechmount-iconbox-styletwo.themetechmount-iconcolor-skincolor .tm-box-icon i {
    font-size: 44px;
}

.tm-col-bgcolor-skincolor .themetechmount-iconbox-styletwo.themetechmount-iconcolor-skincolor .tm-box-icon i {
    color: #fff;
}

.tm-rounded-iconstyles .themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-box-icon {
    border: 1px solid;
    padding: 19px 20px 13px 21px;
    border-radius: 5px;
}

.tm-rounded-iconstyles .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon {
    padding-right: 28px;
}

.slick-slide .themetechmount-box-client.tm-stylenormal .themetechmount-item-thumbnail-inner img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
}


.tm-square-socialicon .social-icons li>a {
    border-radius: 5px;
    border-color: #cbcbcb;
}

.tm-square-socialicon .themetechmount-social-links-wrapper a:not(:hover) {
    color: #cbcbcb;
    border-color: #cbcbcb;
}


/* blog box style 5 */

.themetechmount-blogbox-stylefive .themetechmount-blogbox-footer-left.themetechmount-wrap-cell {
    text-align: left;
    padding-top: 3px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .themetechmount-box-desc {
    background-color: #fff;
    padding: 28px 28px 32px;
    margin-top: 0px;
}

.themetechmount-blogbox-stylefive .themetechmount-box-title {
    padding-bottom: 11px;
}

.themetechmount-blogbox-stylefive .tm-entry-meta-wrapper {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    margin-top: 0px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .themetechmount-blogbox-footer-readmore a:after {
    font-family: "tm-inoterior-icons";
    content: "\e801";
    right: -19px;
    bottom: -1px;
    font-size: 12px;
    position: absolute;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .themetechmount-blogbox-footer-readmore {
    margin-top: 16px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefive .tm-box-post-date {
    height: 35px;
    width: 114px;
    line-height: 9px;
    bottom: 0;
    right: 0;
    font-size: 15px;
    font-weight: 400;
    top: auto;
    width: auto;
    padding: 13px 15px 12px;
}



.wpcf7 .tm-commonform.tm-contactform-onepage .field-group input[type="text"],
.wpcf7 .tm-commonform.tm-contactform-onepage .field-group textarea,
.wpcf7 .tm-commonform.tm-contactform-onepage .field-group input[type="email"] {
    padding-left: 15px;
    border-radius: 5px;
}

.tm-contactform-onepage select,
.tm-contactform-onepage .wpcf7-textarea,
.tm-contactform-onepage .wpcf7-text {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.08);
}

.tm-contactform-onepage .wpcf7-textarea:focus,
.tm-contactform-onepage .wpcf7-text:focus {
    background-color: transparent;
}

.tm-contactform-onepage .row .col-xs-6:first-child {
    padding-right: 10px;
}

.tm-contactform-onepage .row .col-xs-6:last-child {
    padding-left: 10px;
}

.tm-contactform-onepage input[type="checkbox"] {
    width: 0;
    margin-right: 20px;
}

.tm-contactform-onepage input[type="checkbox"]:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-contactform-onepage input[type="checkbox"]:checked:after {
    content: "";
    border: solid #8cbc43;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 5px;
    width: 6px;
    height: 13px;
    background-color: transparent !important;
}

.tm-contactform-onepage .elementor-button.elementor-size-md {
    font-size: 14px;
    width: 100%;
    border-radius: 2em;
}

.tm-contactform-onepage .tm-contact-btns .kw_inoterior {
    left: 0;
    position: absolute;
    font-size: 18px;
    color: #fff;
    z-index: 9;
    right: -115px;
    display: inline-block;
    width: 25px;
    margin: 0 auto;
    right: -147px;
    top: 10px;
}

.tm-contactform-onepage .tm-contact-btns {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
}

.tm-contactform-onepage .elementor-button.elementor-size-md:hover {
    background-color: #fff !important;
}

.elementor-column.elementor-top-column.tm-col-bgcolor-darkgrey.tm-bgimage-yes.tm-bgwith-opacity .elementor-widget-wrap .tm-stretched-div:before {
    background-color: transparent !important;
}

.tm-header-quick-callbox {
    display: table;
}

.tm-header-quick-callbox .tm-callbox-content,
.tm-header-quick-callbox .tm-callbox-icon {
    display: table-cell;
    vertical-align: middle;
}

.tm-header-quick-callbox .tm-callbox-icon {
    font-size: 40px;
    width: 55px;
    text-align: left;
    padding-right: 0px;
    line-height: 35px;
}

.tm-header-quick-callbox .tm-callbox-content .tm-callbox-title,
.tm-header-quick-callbox .tm-callbox-content .tm-callbox-number {
    display: block;
    margin-bottom: 0px;
}

.tm-header-quick-callbox .tm-callbox-content .tm-callbox-number {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.tm-header-quick-callbox .tm-callbox-content .tm-callbox-title {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 3px;
}


.themetechmount-slider-wrapper .tm-quickdetails-area {
    position: absolute;
    left: 0;
    width: 100px;
    height: 100%;
    background-color: #181818;
    top: 0;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 70px;
}

.themetechmount-slider-wrapper .tm-quickdetails-area {
    z-index: 1;
    display: block;
    color: #fff;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.themetechmount-slider-wrapper .tm-quickdetails-area a:not(:hover) {
    color: #fff;
}

.themetechmount-slider-wrapper .tm-quickdetails-area .top-contact li {
    padding: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.themetechmount-slider-wrapper .tm-quickdetails-area .top-contact li:first-child {
    padding-top: 0px;
}

.themetechmount-slider-wrapper .tm-quickdetails-area .top-contact li:last-child {
    padding-bottom: 0px;
}

.themetechmount-slider-wrapper .tm-quickdetails-area .top-contact li i {
    writing-mode: vertical-rl;
    transform: rotate(90deg);
    position: relative;
    top: -4px;
}


/*---banner style1---*/
.themetechmount-banner-style1 {
    overflow: hidden;
}

.themetechmount-banner-style1 .themetechmount-bannerbox-inner img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.themetechmount-banner-style1:hover .themetechmount-bannerbox-inner img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tm-banner-first .themetechmount-banner-style1 .tm-bannerbox-content,
.tm-banner-second .themetechmount-banner-style1 .tm-bannerbox-content,
.tm-banner-third .themetechmount-banner-style1 .tm-bannerbox-content {
    position: absolute;
    bottom: auto;
    z-index: 9;
}

.tm-banner-first .themetechmount-banner-style1 .tm-bannerbox-content {
    right: auto;
    left: 28%;
    top: 11%;
    text-align: center;
}

.tm-banner-second .themetechmount-banner-style1 .tm-bannerbox-content {
    right: auto;
    left: 20%;
    top: 22%;
    text-align: center;
}

.tm-banner-third .themetechmount-banner-style1 .tm-bannerbox-content {
    right: 21%;
    left: 11%;
    top: 15%;
    text-align: left;
}

.tm-banner-third .themetechmount-banner-style1 .tm-iocnbox-btn,
.tm-banner-first .themetechmount-banner-style1 .tm-iocnbox-btn {
    display: inline-block;
    margin-top: 19px;
    position: relative;
}

.tm-banner-third .themetechmount-banner-style1 .tm-iocnbox-btn a,
.tm-banner-first .themetechmount-banner-style1 .tm-iocnbox-btn a {
    padding: 7px 34px 10px 34px;
    border: 1px solid #000;
    font-size: 15px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.tm-banner-first .themetechmount-banner-style1 .tm-iocnbox-btn a:before,
.tm-banner-third .themetechmount-banner-style1 .tm-iocnbox-btn a:before {
    position: absolute;
    top: -7px;
    left: -7px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: inherit;
}

.tm-banner-first .themetechmount-banner-style1 .tm-iocnbox-btn a:after,
.tm-banner-third .themetechmount-banner-style1 .tm-iocnbox-btn a:after {
    position: absolute;
    bottom: -7px;
    right: -7px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 1px 0 0 1px;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: inherit;
}

.tm-banner-first .themetechmount-banner-style1 .tm-iocnbox-btn a:hover:before,
.tm-banner-third .themetechmount-banner-style1 .tm-iocnbox-btn a:hover:before {
    left: 100%;
    transform: rotate(90deg);
}

.tm-banner-first .themetechmount-banner-style1 .tm-iocnbox-btn a:hover:after,
.tm-banner-third .themetechmount-banner-style1 .tm-iocnbox-btn a:hover:after {
    right: 100%;
    transform: rotate(90deg);
}

.tm-banner-first .themetechmount-banner-style1 .tm-iocnbox-btn {
    margin-left: -30px;
}

.tm-banner-first .themetechmount-banner-style1 h2.tm-custom-heading {
    font-size: 40px;
    line-height: 50px;
    color: #000;
}

.tm-banner-third .themetechmount-banner-style1 .tm-iocnbox-btn span,
.tm-banner-first .themetechmount-banner-style1 .tm-iocnbox-btn span {
    font-weight: 700;
}

.tm-banner-third .themetechmount-banner-style1 h2.tm-custom-heading {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 7px;
    color: #000;
}

.tm-banner-third .themetechmount-banner-style1 h4.tm-element-subheading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
}

.tm-banner-second .themetechmount-banner-style1 h4.tm-element-subheading {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding-top: 5px;
    font-weight: 400;
}

.tm-banner-second .themetechmount-banner-style1 .tm-cta3-content-wrapper {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 23px;
    color: #000;
}

.tm-banner-second .themetechmount-banner-style1 .tm-iocnbox-btn a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.tm-banner-second .themetechmount-banner-style1 h2.tm-custom-heading {
    font-size: 120px;
    background: url(../images/bg-img-01.png) no-repeat center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 23px 1px 26px 0px;
}

.tm-banner-second .themetechmount-banner-style1 .themetechmount-bannerbox-inner {
    position: relative;
}

.tm-banner-second .themetechmount-banner-style1 .themetechmount-bannerbox-inner:before,
.tm-banner-second .themetechmount-banner-style1 .themetechmount-bannerbox-inner:after {
    position: absolute;
    content: '';
    z-index: 2;
}

.tm-banner-second .themetechmount-banner-style1 .themetechmount-bannerbox-inner:before {
    top: 15px;
    right: 10px;
    bottom: 15px;
    left: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tm-banner-second .themetechmount-banner-style1 .themetechmount-bannerbox-inner:after {
    top: 10px;
    right: 15px;
    bottom: 10px;
    left: 15px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

/*shop tab*/

.tm-boxtab.elementor-widget-tabs .elementor-tab-content {
    padding: 0;
}

.tm-boxtab .elementor-tabs .elementor-tab-title.elementor-tab-desktop-title {
    border: 1px solid #000;
    margin-right: 11px;
    text-align: center;
    padding: 13px 27px;
    color: #000;
    font-size: 16px;
    display: inline-block;
}

.tm-boxtab .elementor-tabs .elementor-tab-title.elementor-tab-desktop-title:last-child {
    margin-right: 0px;
}

.tm-boxtab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: flex;
    float: right;
    padding-bottom: 56px;
}

.main-holder #content.site-content .tm-boxtab ul.products li.product .tm-product-box .tm-product-content {
    text-align: left;
    padding: 13px 0px 13px 0px;
}

.tm-boxtab .woocommerce ul.products li.product .star-rating {
    display: inline-block;
    text-align: right;
    float: right;
    margin-top: 40px;
    font-size: 12px;
    width: 85px;
    letter-spacing: 5px;
}

.tm-boxtab .tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header:after {
    border: none;
}

.site-content .tm-boxtab ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 30px;
}

.tm-boxtab .tm-product-box .product-labels {
    display: none;
}

.main-holder #content.site-content .tm-boxtab ul.products li.product .tm-product-box {
    margin-bottom: 28px;
}

.tm-boxtab .woocommerce .price .woocommerce-Price-amount {
    font-weight: 500;
}

.tm-boxtab .woocommerce ul.products li.product .price del {
    opacity: 1;
}

.tm-seprator-color .tm-seperator-solid .tm-element-subheading:before,
.tm-seprator-color .tm-seperator-solid .tm-element-subheading:after {
    background-color: #fff !important;
}

/* demo 02 */


/*Heading Seperator Style1 */

.tm-seperator-style1.left-align .tm-element-subheading,
.tm-seperator-style1.left-align .tm-element-content-heading {
    padding-left: 30px;
}

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

.tm-seperator-style1.right-align .tm-element-subheading,
.tm-seperator-style1.right-align .tm-element-content-heading {
    padding-right: 30px;
}

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

.tm-seperator-style1.right-align .tm-content-header:before {
    right: 0px;
    left: auto;
}

.tm-seperator-style1.center-align .tm-content-header:before {
    width: 95px;
    height: 6px;
    left: 0;
    top: auto;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.tm-seperator-style1.center-align .tm-content-header {
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.themetechmount-iconbox.themetechmount-iconsize-large .tm-box-icon i,
.themetechmount-iconbox.themetechmount-iconsize-large .tm-box-icon i.kw_inoterior {
    font-size: 55px;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo.themetechmount-iconsize-large .themetechmount-iconbox-icon {
    padding-right: 22px;
}

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

.tm-fidstyle-centerbox h4.tm-fid-inner span:not(.tm-number-rotate) {
    position: relative;
    right: 5px;
}

.tm-fidstyle-centerbox h4.tm-fid-inner span.tm-number-rotate {
    margin-left: 5px;
}

.tm-fidstyle-centerbox .inside.tm-fid-view-style6 h4 {
    font-size: 40px;
    line-height: 49px;
    font-weight: 600;
    margin-bottom: 0;
}

.tm-single-image-inner {
    display: inline-block;
    position: relative;
}

.tm-single-image-wrapper:not(.imagestyle-two) .tm-single-image-inner .tm-desctext {
    position: absolute;
    bottom: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
}

.tm-single-image-wrapper:not(.imagestyle-two) .tm-single-image-inner .tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffb120;
}

.tm-single-image-inner .tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}

.themetechmount-iconbox-styleeight .themetechmount-iconbox-inner {
    padding: 40px 30px 37px;
    background-color: #fff;
    text-align: center;
}

.themetechmount-iconbox-styleeight .tm-box-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #f8f8f8;
    margin: 0 auto;
}

.themetechmount-iconbox-styleeight .tm-box-icon i:before {
    line-height: unset;
}

.themetechmount-iconbox-styleeight .tm-element-subheading {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 7px;
}

.themetechmount-iconbox-styleeight .tm-cta3-content-wrapper {
    padding: 15px 0;
}

.themetechmount-iconbox-styleeight:hover .themetechmount-serviceboxbox-readmore a,
.themetechmount-iconbox-styleeight:hover .tm-element-subheading,
.themetechmount-iconbox-styleeight:hover .tm-cta3-content-wrapper,
.themetechmount-iconbox-styleeight:hover .tm-custom-heading {
    color: #fff;
}

/* common transition */
.themetechmount-iconbox-styleeight .tm-element-subheading,
.themetechmount-iconbox-styleeight .tm-custom-heading,
.themetechmount-iconbox-styleeight .tm-cta3-content-wrapper,
.themetechmount-iconbox-styleeight .tm-box-icon,
.themetechmount-iconbox-styleeight .tm-box-icon i,
.themetechmount-iconbox-styleeight .themetechmount-iconbox-inner {
    -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_coverimgbox_wrapper.tm-projectbox .tm_coverbox_contents {
    border: none;
}

.tm_coverimgbox_wrapper.tm-projectbox .tm_coverbox_contents {
    padding: 0px;
}

.tm_coverimgbox_wrapper.tm-projectbox .tm_coverbox_contents .tm-bottom-contentbox {
    opacity: 1;
    transition: transform .9s ease;
    -moz-transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
}

.tm_coverimgbox_wrapper.tm-projectbox .tm_coverbox_contents:hover .tm-bottom-contentbox,
.tm_coverimgbox_wrapper.tm-projectbox .tm_coverbox_contents:first-child .tm-bottom-contentbox {
    background-color: #07332f;
}

.tm_coverimgbox_wrapper.tm-projectbox .tm_coverbox_contents .tm-bottom-contentbox {
    padding: 30px;
}

.tm_coverimgbox_wrapper.tm-projectbox .tm-box-title h4 {
    margin-bottom: 15px;
}

.tm_coverimgbox_wrapper.tm-projectbox .themetechmount-static-box-desc {
    padding-bottom: 0;
}

.tm_coverbox_contents.tm-projectbox {
    min-height: 70vh;
}


.themetechmount-stepboxes-wrapper.tm-staticbox-style2 {
    margin-top: 0px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style2 .tm-stepbox .tm-bottom-contentbox {
    padding: 23px 0px 0;
}

.tm-staticbox-style2 .tm-sepeline,
.tm-staticbox-style2 .tm-stepbox-content {
    text-align: left;
    position: relative;
    display: block;
}

.tm-staticbox-style2 .tm-stepbox-content .tm-steps-seperator {
    position: relative;
    margin: 15px 0;
    padding-bottom: 1px;
}

.tm-staticbox-style2 .tm-stepbox-content .tm-steps-seperator:after,
.tm-staticbox-style2 .tm-stepbox-content .tm-steps-seperator:before {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.tm-staticbox-style2 .tm-stepbox-content .tm-steps-seperator:before {
    width: 24px;
    height: 24px;
    top: 0px;
    left: 0;
    background-color: #07332f;
}

.tm-staticbox-style2 .tm-stepbox-content .tm-steps-seperator:after {
    width: 10px;
    height: 10px;
    top: 7px;
    left: 7px;
    background-color: #fff;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style2 .tm-stepbox .tm-ptable-icon-wrapper {
    font-size: 57px;
    line-height: 57px;
}

.tm-staticbox-style2 .tm-sepeline:after,
.tm-staticbox-style2 .tm-sepeline:before {
    background-color: #dcdcdc;
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    top: 11px;
    left: 0;
    height: 1px;
    z-index: -1;
}

.tm-staticbox-style2 .tm-sepeline:after {
    width: 0;
}

.tm-fid-view-style7 .tm-fid-icon-wrapper i,
.tm-fid-view-style7 .tm-fld-contents .tm-fid-title,
.tm-fid-view-style7 .tm-fld-contents .tm-digit-content .tm-fid-inner,
.tm_coverimgbox_wrapper.tm-projectbox .tm_coverbox_contents .tm-bottom-contentbox,
.tm_coverimgbox_wrapper.tm-projectbox .tm-box-title h4,
.tm-staticbox-style2 .tm-stepbox-content .tm-box-title h4,
.tm-staticbox-style2 .tm-stepbox-content .tm-steps-seperator:after,
.tm-staticbox-style2 .tm-stepbox-content .tm-steps-seperator:before,
.tm-staticbox-style2 .tm-sepeline:after,
.themetechmount-stepboxes-wrapper.tm-staticbox-style2 .tm-stepbox .tm-ptable-icon-wrapper {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.tm-staticbox-style2 .tm-stepbox:hover .tm-sepeline:after {
    width: calc(100% + 30px);
}

.tm-staticbox-style2 .tm-stepbox:last-child .tm-sepeline:after,
.tm-staticbox-style2 .tm-stepbox:last-child .tm-sepeline:before {
    content: unset;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style2 .tm-stepbox .tm-box-title h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}

/* fid-view-style7 */

.tm-fid-view-style7 {
    padding: 0;
}

.tm-fid-view-style7 .tm-fld-contents h3.tm-fid-title:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    width: 80px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 18px;
}

.tm-textcolor-white .tm-fid-view-style7 .tm-fld-contents h3.tm-fid-title:before {
    border-color: rgba(247, 247, 247, 0.50);
}

.tm-fid-view-style7 .tm-fid-icon-wrapper i {
    font-size: 56px;
}

.tm-fid-view-style7 .tm-digit-content .tm-fid-inner {
    font-size: 34px;
}

.tm-fid-view-style7 .tm-fld-contents .tm-fid-title {
    font-size: 20px;
    line-height: 32px;
    position: relative;
    padding-bottom: 39px;
    padding-top: 10px;
}

.tm-fid-view-style7 .tm-digit-content .tm-fid-inner span:not(.tm-number-rotate) {
    position: relative;
    left: -3px;
}

.tm-process-style1 .elementor-progress-percentage:before {
    content: unset;
}

.elementor-widget-progress.tm-process-style1 .elementor-title {
    font-size: 20px !important;
}

.tm-process-style1 .elementor-progress-wrapper {
    border-radius: 0;
    margin-top: 10px;
}

.elementor-widget-progress.tm-process-style1 .elementor-progress-percentage {
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    right: 0;
    left: auto;
}

/* tm-make-appoint-form2 */

.tm-make-appoint-form .elementor-widget-button input {
    width: 100%;
}

.wpcf7 .tm-commonform.tm-make-appoint-form input[type="text"],
.wpcf7 .tm-commonform.tm-make-appoint-form input[type="email"],
.wpcf7 .tm-commonform.tm-make-appoint-form input[type="date"] {
    padding-left: 15px;
}

.wpcf7 .tm-commonform.tm-make-appoint-form input[type="text"],
.wpcf7 .tm-commonform.tm-make-appoint-form input[type="email"],
.wpcf7 .tm-commonform.tm-make-appoint-form input[type="date"],
.tm-commonform.tm-make-appoint-form .select2 .select2-selection {
    border-radius: 5px;
    background-color: #fff;
    opacity: .8;
    margin-bottom: 8px;
}

.wpcf7 .tm-commonform.tm-make-appoint-form .field-group i {
    right: 20px;
    left: auto;
    color: #8a8a8a;
}

.tm-make-appoint-form .select2-container {
    width: 100% !important;
}

/**************blog style6 *************/

.themetechmount-blogbox-stylesix {
    position: relative;
}

.themetechmount-blogbox-stylesix .themetechmount-box-content .tm-box-post-date {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background-color: #07332f;
    position: absolute;
    width: 44px;
    height: 100%;
    left: 0;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    top: 0;
}

.themetechmount-blogbox-stylesix .themetechmount-box-content .tm-box-post-date .tm-cal-icon {
    transform: rotate(90deg);
    margin-bottom: 7px;
}

.themetechmount-blogbox-stylesix .themetechmount-box-content .themetechmount-box-desc {
    background-color: #f7f7f7;
    padding: 30px 30px 30px 75px;
    margin: 0;
    position: relative;
    min-height: 140px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylesix .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    background-color: #8a8a8a;
    margin-top: 4px;
    transform: rotate(20deg);
}

.themetechmount-blogbox-stylesix .themetechmount-box-content .themetechmount-box-desc .themetechmount-box-title {
    padding-top: 3px;
}

/************ bolgbox style seven ****************/

.themetechmount-blogbox-styleseven .themetechmount-box-content .tm-box-post-date {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background-color: #07332f;
    position: absolute;
    width: 44px;
    height: 100%;
    max-height: 145px;
    left: 0;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    top: auto;
    bottom: 0;
}

.themetechmount-blogbox-styleseven .themetechmount-box-content .tm-box-post-date .tm-cal-icon {
    transform: rotate(90deg);
    margin-bottom: 7px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleseven .themetechmount-box-desc {
    margin: 0;
    padding-left: 0;
    padding-top: 24px;
}

.themetechmount-blogbox-styleseven .themetechmount-box-desc .themetechmount-box-title {
    padding-top: 7px;
}

.themetechmount-blogbox-styleseven .themetechmount-box-desc .themetechmount-blogbox-desc-footer {
    padding-top: 18px;
    padding-bottom: 0px;
    margin-top: 25px;
    border-top: 1px solid #eaeff5;
}

.themetechmount-box-blog.themetechmount-blogbox-styleseven .themetechmount-blogbox-footer-left a {
    font-size: 20px;
    line-height: 20px;
}

.ttm-topbar-pbox i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #07332f;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.tm-header-style-classic-box.tm-header-overlay .themetechmount-topbar-inner {
    line-height: 48px;
}

.tm-header-style-classic-box.tm-header-overlay .tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after {
    content: unset;
}

.tm_subscribe_form {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tm_subscribe_form input[type="email"] {
    background-color: rgba(255, 255, 255, 0.10);
    border-color: transparent;
    border-radius: 2em;
    color: #fff;
}

.tm_subscribe_form .btn[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    border-radius: 0;
    height: 52px;
    width: 52px;
    background-color: #ffb937;
    border: none;
    border-radius: 50%;
}

.tm_subscribe_form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.40);
    !important;
}

.tm_subscribe_form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.40);
    !important;
}

.tm_subscribe_form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.40);
    !important;
}

.tm_subscribe_form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.40);
    !important;
}

.site-footer .tm-footer-cta-wrapper .tm-quicklink-box .tm-lefticon-box .tm-icon {
    width: 50px;
    line-height: 50px;
    height: 50px;
    background-color: #ffb120;
    text-align: center;
    display: block;
}

.site-footer .tm-footer-cta-wrapper .tm-quicklink-box .tm-righttext-box h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.site-footer .tm-footer-cta-wrapper .tm-quicklink-box .tm-righttext-box p {
    font-size: 16px;
    margin-bottom: 0px;
}

.site-footer .tm-ctabox-row.row {
    border: 1px solid rgba(255, 255, 255, .1);
    margin: 0;
}

.site-footer .tm-ctabox-row.row .cta-widget-area {
    padding: 18px 35px 24px 35px;
    position: relative;
}

.site-footer .tm-ctabox-row.row .cta-widget-area:not(:first-child):after {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0px;
    background-color: rgba(255, 255, 255, .1);
    top: 0;
}

.site-footer .tm-footerrow-sepnone .second-footer-inner {
    border-bottom: none;
}

.site-footer .tm-footer-cta-wrapper {
    margin-bottom: 4px;
}

.site-footer .tm-footer-cta-wrapper .tm-quicklink-box .tm-righttext-box {
    padding-left: 20px;
    padding-top: 3px;
}

.tm-header-style-classic-box.tm-header-overlay .social-icons li>a:hover {
    background-color: transparent;
}

.tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper:before {
    content: unset;
}

.tm-header-style-classic-box.tm-header-overlay .tm-header-icons:before {
    content: unset;
}

.tm-header-style-classic-box.tm-header-overlay .tm-header-icons .tm-header-wc-cart-link span.number-cart {
    bottom: 23px;
    left: 5px;
    width: 15px;
    height: 15px;
}

.tm-single-image-inner .tm-iocnbox-btn a {
    font-weight: 500;
}

.tm-header-text-area .header-info-widget .elementor-button.elementor-size-md {
    display: block;
}



/*---IconBox style9---*/

.themetechmount-iconbox.themetechmount-iconbox-stylenine .themetechmount-iconbox-icon {
    vertical-align: top;
    padding-right: 18px;
    width: 20px;
    padding-top: 5px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.themetechmount-iconbox-stylenine .themetechmount-iconbox-heading .tm-element-subheading {
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
}

.themetechmount-iconbox.themetechmount-iconbox-stylenine .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
}

.themetechmount-iconbox-stylenine .tm-iocnbox-btn a {
    font-weight: 600;
}

.themetechmount-iconbox.themetechmount-iconbox-stylenine .tm-icon-type-text {
    height: 55px;
    width: 45px;
    background-color: #000;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    margin-left: 17px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylenine:hover .tm-icon-type-text {
    color: #fff;
}

.themetechmount-iconbox-stylenine .tm-icon-type-text:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #000;
    width: 32px;
    bottom: 14px;
    left: -17px;
    right: auto;
    top: auto;
}

.themetechmount-iconbox-stylenine .tm-descbtn {
    padding-top: 19px;
}

.themetechmount-iconbox-stylenine .tm-iocnbox-btn {
    padding-top: 12px;
}

.themetechmount-iconbox-stylenine .themetechmount-iconbox-heading {
    vertical-align: bottom;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.themetechmount-iconbox-stylenine:hover .tm-icon-type-text:after {
    -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);
}

.themetechmount-iconbox-stylenine .tm-iocnbox-btn a:hover,
.themetechmount-iconbox-stylenine .tm-icon-type-text:after {
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.themetechmount-iconbox-stylenine .tm-iocnbox-btn a:hover:before {
    opacity: 1;
}

.themetechmount-iconbox-stylenine .tm-iocnbox-btn a:hover {
    padding-left: 40px;
}

.themetechmount-iconbox-stylenine .tm-iocnbox-btn a {
    position: relative;
}

.themetechmount-iconbox-stylenine .tm-iocnbox-btn a:before {
    position: absolute;
    content: '';
    border-top: 1px solid #000;
    width: 32px;
    top: 50%;
    left: 0;
    opacity: 0;
    border-color: inherit;
}

.themetechmount-iconbox-stylenine .tm-icontype-text .tm-descbtn {
    padding-left: 17px;
}

/*---imagebox style2---*/
.tm-single-image-wrapper.imagestyle-two {
    padding: 19px;
}

.imagestyle-two .tm-single-image-inner {
    position: relative;
    z-index: 1;
}

.imagestyle-two .tm-single-image-inner:before,
.imagestyle-two .tm-single-image-inner:after {
    position: absolute;
    content: '';
    height: 340px;
    width: 100px;
    z-index: -1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.imagestyle-two .tm-single-image-inner:before {
    background-color: #000;
    top: auto;
    bottom: -19px;
    left: -19px;
    right: auto;
}

.imagestyle-two .tm-single-image-inner:after {
    background-color: #1b1925;
    background-color: var(--tm-secondary-bg);
    top: -19px;
    bottom: auto;
    left: auto;
    right: -19px;
}

.imagestyle-two .tm-single-image-inner:hover:after,
.imagestyle-two .tm-single-image-inner:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.imagestyle-two .tm-single-image-inner .tm-desctext {
    display: none;
}

.tm-listiconstyle1 ul .elementor-icon-list-item:before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #e2e2e2;
    bottom: 0;
    left: 0;
    width: 60px;
}

.tm-listiconstyle1 ul .elementor-icon-list-item {
    padding-bottom: 7px;
}


/*---Fact digit style8---*/

.inside.tm-fid-view-style8.tm-fid-with-icon {
    text-align: left;
    padding: 0px 0px 0px 26px;
}

.inside.tm-fid-view-style8.tm-fid-without-icon {
    padding: 0px;
}

.inside.tm-fid-view-style8 .tm-fid-icon-wrapper {
    padding-bottom: 17px;
}

.tm-fid.tm-fid-without-icon.tm-fid-view-style8 .tm-fld-contents {
    position: relative;
    text-align: left;
    padding: 0px 0 5px 26px;
}

.tm-fid-view-style8 .tm-fld-contents:before {
    position: absolute;
    content: '';
    border-left: 5px solid #000;
    top: 0;
    left: 0px;
    height: 100%;
}

.tm-fid-view-style8 .tm-fld-contents .tm-fid-inner span {
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
}

.tm-fid-view-style8 .tm-fid-title span {
    line-height: 26px;
}

.tm-fid-view-style8 p.tm-fid-title {
    margin-bottom: 0px;
}

.tm-fid-view-style8.inside h4 span:nth-child(2) {
    margin-left: -8px;
}

/* tm-seperator-style2 */

.tm-seperator-style2.center-align .tm-content-header {
    display: table;
    width: 100%;
}

.tm-seperator-style2.center-align .tm-element-content-heading,
.tm-seperator-style2.center-align .tm-element-subheading {
    display: table-cell;
}

.tm-seperator-style2.center-align .tm-element-content-heading {
    width: 60%;
    position: relative;
    text-align: right;
    padding-right: 40px;
    padding-top: 7px;
    padding-bottom: 4px;
}

.tm-seperator-style2.center-align .tm-element-subheading {
    width: 40%;
    text-align: left;
    padding-left: 40px;
    vertical-align: middle;
    position: relative;
}

.tm-seperator-style2.center-align .tm-element-content-heading:before {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    background-color: #8cbc43;
    top: 0;
}

.tm-seperator-style2.center-align.tm-content-with-desc .tm-element-content-desctxt {
    padding-top: 20px;
}

/* btn-style-style2 */

.tm-btn-style-style2.elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
    margin: 5px 0;
}

.tm-btn-style-style2.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:before,
.tm-btn-style-style2.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:after {
    width: 25px;
    height: 2px;
    transform: none !important;
    -webkit-transform: 0;
    background-color: inherit;
    padding: 0;
    border: 0;
    bottom: -5px;
    right: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.tm-btn-style-style2.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:before {
    left: 0px;
    right: auto;
    bottom: auto;
    top: -5px;
}

.tm-btn-style-style2.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:hover:before {
    width: 100%;
    right: 0;
}

.tm-btn-style-style2.tm-btn-shape-square:not(.tm-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:hover:after {
    width: 100%;
}

.tm-btn-style-style2.tm-btn-color-grey .elementor-button:hover,
.tm-btn-style-style2.tm-btn-color-white .elementor-button:hover {
    color: #fff;
}

.tm-btn-style-style2.tm-btn-color-white .elementor-button {
    background-color: #ffffff;
}

.tm-globalbutton-style3 .tm-ptable-btn a:before,
.tm-globalbutton-style3 .tm-ptable-btn a:after,
.tm-globalbutton-style3 .themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:before,
.tm-globalbutton-style3 .themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:after,
.tm-globalbutton-style3 .comment-form .form-submit:before,
.tm-globalbutton-style3 .comment-form .form-submit:after,
.tm-globalbutton-style3 .tm-contact-btn.tm-btn-style-style2:before,
.tm-globalbutton-style3 .tm-contact-btn.tm-btn-style-style2:after,
.tm-globalbutton-style3 .themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a:before,
.tm-globalbutton-style3 .themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a:after,
.tm-globalbutton-style3 .post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:before,
.tm-globalbutton-style3 .post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    transform: none !important;
    -webkit-transform: 0;
    display: inline-block;
    padding: 0;
    border: 0;
    bottom: -5px;
    right: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.tm-globalbutton-style3 .themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a:before,
.tm-globalbutton-style3 .post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:before {
    left: 0;
    right: auto;
}

.tm-globalbutton-style3 .themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a:hover:before,
.tm-globalbutton-style3 .post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:hover:before {
    width: 100%;
    right: 0;
    left: 0;
}

.tm-globalbutton-style3 .themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a:hover:after,
.tm-globalbutton-style3 .post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a:hover:after {
    width: 100%;
    right: 0;
    left: auto;
}

.tm-globalbutton-style3 .tm-ptable-btn a:before,
.tm-globalbutton-style3 .themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:before,
.tm-globalbutton-style3 .comment-form .form-submit:before,
.tm-globalbutton-style3 .tm-contact-btn:before {
    left: 0;
}

.tm-globalbutton-style3 .tm-ptable-btn a:hover:before,
.tm-globalbutton-style3 .themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:hover:before,
.tm-globalbutton-style3 .comment-form .form-submit:hover:before,
.tm-globalbutton-style3 .tm-contact-btn:hover:before {
    width: 100%;
    right: 0;
}

.tm-globalbutton-style3 .tm-ptable-btn a:hover:after,
.tm-globalbutton-style3 .themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:hover:after,
.tm-globalbutton-style3 .comment-form .form-submit:hover:after,
.tm-globalbutton-style3 .tm-contact-btn:hover:after {
    width: 100%;
}

.tm-globalbutton-style3:hover .themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:after,
.tm-globalbutton-style3:hover .themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:before,
.tm-globalbutton-style3 .themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:hover:before,
.tm-globalbutton-style3 .themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:hover:after {
    background-color: #fff;
}

.tm-globalbutton-style3 .themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:after {
    bottom: -7px;
}

/*---testimonial style3---*/
.themetechmount-testimonialbox-stylethree .themetechmount-box-img.tm-wrap-cell {
    width: 90px;
    vertical-align: top;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-stylethree .themetechmount-item-thumbnail {
    height: 70px;
    width: 70px;
    margin: 0;
}

.themetechmount-testimonialbox-stylethree .themetechmount-box-img img {
    border-radius: 0;
}

.themetechmount-testimonialbox-stylethree .themetechmount-box-desc {
    position: relative;
    padding-bottom: 50px;
}

.themetechmount-testimonialbox-stylethree .themetechmount-box-desc:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #e2e2e2;
    width: 90%;
    bottom: 27px;
    left: 0;
    top: auto;
    right: auto;
}

.elementor-element .themetechmount-boxes.themetechmount-element-testimonialbox-style-3 .themetechmount-box-heading-wrapper {
    margin-bottom: 11px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-stylethree .themetechmount-box-desc .themetechmount-testimonial-text {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-stylethree .themetechmount-author-name {
    font-size: 20px;
    line-height: 26px;
}


/*---mailchimp form 3---*/

.mailchimp-inputbox3 .mailchimp-email i {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 10px;
    font-size: 16px;
}

.mailchimp-inputbox3 input[type="email"] {
    border-bottom: 2px solid rgba(255, 255, 255, 0.38);
    background-color: transparent;
    height: 47px;
    font-size: 14px;
    padding: 9px 40px 9px 29px;
    border-width: 0px 0px 2px 0px;
    color: #fff;
}

.mc4wp-form .mailchimp-inputbox3 button[type="submit"] {
    background-color: transparent;
    color: #fff;
    width: 25px;
    position: absolute;
    right: 0;
    top: 7px;
    padding: 0;
    margin: 0;
}

.mailchimp-inputbox3 .btn i {
    font-size: 18px;
}

.mailchimp-inputbox3 .tm-radio span.wpcf7-list-item.first.last {
    margin-left: 0px;
    color: #fff;
}

.mailchimp-inputbox3 .tm-radio {
    padding-top: 13px;
}

.mailchimp-inputbox3 .tm-radio i {
    color: #fff;
    padding-right: 9px;
}

.mailchimp-inputbox3 input[type="email"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.60);
}

.mailchimp-inputbox3 input[type="email"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.60);
}

.mailchimp-inputbox3 input[type="email"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.60);
}

.mailchimp-inputbox3 input[type="email"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.60);
}

/*radio  */
.mailchimp-inputbox3 input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.mailchimp-inputbox3 input[type=radio]+label {
    height: 12px;
    width: 12px;
    border: 1px solid #fece51;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
}

.mailchimp-inputbox3 input[type=radio]+label:before {
    height: 6px;
    width: 6px;
    margin-left: 2px;
    margin-top: 2px;
    content: " ";
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fece51;
    background-color: #fece51;
    border-radius: 50%;
}

.mailchimp-inputbox3 input[type=radio]:checked+label:before {
    background-color: #fece51;
}

.mailchimp-inputbox3 .tm-radio p {
    display: inline-block;
    color: #fff;
}




/*---tab---*/
.tm-inoterior-newtab.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
    position: relative;
    flex-direction: row-reverse;
}

.tm-inoterior-newtab .elementor-tabs .elementor-tabs-wrapper {
    flex-direction: column-reverse;
    -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 5px 0px rgb(43 52 59 / 10%);
}

.tm-inoterior-newtab .elementor-tabs .elementor-tab-title {
    background-color: #fff;
    padding: 23px 15px 24px 55px;
    border-bottom: 1px solid #e2e2e2 !important;
    color: #000;
    position: relative;
}

.tm-inoterior-newtab .elementor-tabs .elementor-tab-content {
    padding: 0;
    -webkit-animation: fadeEffect 2s;
    animation: fadeEffect 2s;
}

.tm-inoterior-newtab .elementor-tabs .elementor-tab-title span {
    position: absolute;
    left: 16px;
    top: 23px;
}

.tm-inoterior-newtab .elementor-tabs .elementor-tab-title:last-child {
    border-bottom: none !important;
}




.themetechmount-box-blog.themetechmount-blogbox-styleeight .themetechmount-box-desc {
    margin-top: 0px;
    padding-top: 7px;
    padding-left: 0;
}

.themetechmount-box-blog.themetechmount-blogbox-styleeight .tm-box-post-date {
    bottom: 12px;
    right: 12px;
    top: auto;
}

.themetechmount-box-blog.themetechmount-blogbox-styleeight .themetechmount-box-desc-text {
    padding-bottom: 11px;
}

.themetechmount-blogbox-styleeight .themetechmount-box-content-inner {
    padding-left: 10px;
}

.themetechmount-element-blogbox-style8.themetechmount-boxes-col-one .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.themetechmount-element-blogbox-style8.themetechmount-boxes-col-one .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.themetechmount-element-blogbox-style8.themetechmount-boxes-col-one.themetechmount-boxes-view-default {
    overflow: hidden;
}

.themetechmount-servicebox-stylefive .tm-box-icon {
    font-size: 50px;
    height: auto;
    width: auto;
    display: inline-block;
    transition: all 500ms ease;
}

.themetechmount-servicebox-stylefive .themetechmount-post-item {
    text-align: left;
    padding: 40px 45px 35px 35px;
}

.themetechmount-servicebox-stylefive .themetechmount-box-title {
    padding: 28px 0 12px;
}

.themetechmount-servicebox-stylefive .tm-servicebox-morebtn {
    opacity: 0;
    position: absolute;
    background-color: #fece51;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 50px;
    bottom: -15px;
    line-height: 40px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    border-radius: 50%;
}

.themetechmount-servicebox-stylefive:hover .tm-servicebox-morebtn {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.themetechmount-servicebox-stylefive:hover .tm-box-icon {
    transform: rotateY(180deg);
}

.themetechmount-servicebox-stylefive .tm-servicebox-morebtn a {
    display: block;
}

.themetechmount-servicebox-stylefive .tm-servicebox-morebtn:hover a {
    color: #fff;
}

.themetechmount-element-servicebox-stylefive.themetechmount-boxes-gap-0px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper:not(.slick-current) .themetechmount-post-item:before {
    top: 0;
    content: '';
    height: calc(100% + 190px);
    width: 1px;
    background-color: #e9ecef;
    z-index: 1;
    position: absolute;
    left: 0px;
}

.themetechmount-element-servicebox-stylefive.themetechmount-boxes-gap-0px .themetechmount-servicebox-stylefive .themetechmount-post-item {
    box-shadow: none;
}

.themetechmount-element-servicebox-stylefive.themetechmount-boxes-gap-0px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper.slick-active.slick-active:last-child .themetechmount-post-item:before {
    right: 0px;
}



.tm-slider-button2 {
    position: relative;
}

.tm-slider-button2:before,
.tm-slider-button2:after {
    width: 25px;
    height: 2px;
    transform: none !important;
    -webkit-transform: 0;
    background-color: inherit;
    padding: 0;
    border: 0;
    bottom: -6px;
    right: -1px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    content: "";
    position: absolute;
}

.tm-slider-button2:before {
    left: -1px;
    right: auto;
    bottom: auto;
    top: -6px;
}

.tm-slider-button2:hover:after {
    width: calc(100% + 1px);
}

.tm-slider-button2:hover:before {
    width: calc(100% + 1px);
    right: 0;
}

.tm-slider-button2.tm-btmoutline:after,
.tm-slider-button2.tm-btmoutline:before {
    background-color: #fff;
}

.tm-header-style-classic3 #site-header-menu #site-navigation .tm-header-icon a {
    font-size: 20px;
}

.tm-header-style-classic3 .tm-header-icons:before {
    height: 50px;
    margin-top: -23px;
}

.widget.widget_nav_menu li.tm-2column-menu {
    display: inline-block;
    padding: 0 0 13px 0;
    position: relative;
    width: calc(50% - 2px);
    float: none;
    vertical-align: top;
}

.widget.widget_nav_menu li.tm-3column-menu {
    display: inline-block;
    padding: 0 0 13px 0;
    position: relative;
    width: calc(33% - 2px);
    float: none;
    vertical-align: top;
}

.footer .widget.widget_nav_menu li.tm-3column-menu a:before {
    content: unset;
}

.footer .widget.widget_nav_menu li.tm-3column-menu a {
    padding-left: 0;
}

.widget.widget_nav_menu li.tm-2column-menu a:before {
    font-family: "tm-inoterior-icons";
    content: "\e849";
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 10px;
    font-weight: 700;
    color: var(--tm-skincolor-text);
}

.tm-info-widgettext .tm-company-logo {
    width: 285px;
    position: relative;
    padding-right: 70px;
}

.tm-info-widgettext .tm-company-logo img {
    margin-top: -20px;
}

.tm-info-widgettext .tm-company-logo:after {
    display: block;
    height: 90%;
    content: '';
    position: absolute;
    right: 55px;
    width: 1px;
    top: 5%;
    background-color: rgb(255 255 255 / 7%);
}

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

.tm-quickicons-box .tm-lefticon-box {
    font-size: 44px;
    width: 65px;
}

.tm-quickicons-box * {
    margin-bottom: 0px;
}

.tm-quickicons-box p {
    font-size: 16px;
    line-height: 26px;
}

.widget.tm-widget-above-0padding hr {
    margin-top: 0;
}

.tm-quickicons-box {
    padding-bottom: 3px;
}

.footer .tm-socialstyle-2 .social-icons li>a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0 1px;
    background-color: rgba(255, 255, 255, .10);
    font-size: 16px;
    border: none;
}

.themetechmount-servicebox-stylesix {
    -webkit-box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
    -moz-box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
    box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
    padding-bottom: 35px;
}

.themetechmount-servicebox-stylesix .item-content {
    padding: 48px 0px 0px 0px;
}

.themetechmount-servicebox-stylesix .tm-box-icon i {
    text-align: center;
    font-size: 36px;
    line-height: 26px;
    padding: 17px;
    background-color: #f8f8f8;
    position: absolute;
    z-index: 9;
    bottom: 83px;
    top: auto;
    right: 0;
    color: #07332f;
    left: 0;
    width: 70px;
    margin: 0 auto;
    transition: all 500ms ease;
}

.themetechmount-servicebox-stylesix .themetechmount-post-item:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 76%;
    background-color: #ffb120;
    left: 12%;
    bottom: -35px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.themetechmount-servicebox-stylesix:hover .themetechmount-post-item:after {
    width: 100%;
    left: 0px;
}

.themetechmount-servicebox-stylesix :hover .tm-box-icon i {
    transform: rotateY(180deg);
}

.tm-icon-bg-color .themetechmount-iconbox.themetechmount-iconbox-styleten .themetechmount-iconbox-icon {
    padding-right: 38px;
}

.themetechmount-iconbox-styleten .themetechmount-iconbox-icon img {
    width: 137px;
    height: 122px;
}

.tm-col-bgcolor-skincolor .tm-staticbox-style2 .tm-stepbox:hover .tm-stepbox-content .tm-steps-seperator:before,
.tm-col-bgcolor-skincolor .tm-staticbox-style2 .tm-stepbox:hover .tm-sepeline:after,
.tm-col-bgcolor-skincolor .tm-staticbox-style2 .tm-sepeline:after,
.tm-col-bgcolor-skincolor .tm-staticbox-style2 .tm-sepeline:before {
    background-color: #07332f;
}

.tm-col-bgcolor-skincolor .themetechmount-stepboxes-wrapper.tm-staticbox-style2 .tm-stepbox:hover .tm-ptable-icon-wrapper {
    color: #07332f;
}

.tm-col-bgcolor-skincolor .tm-staticbox-style2 .tm-stepbox:hover .tm-stepbox-content .tm-steps-seperator:after {
    background-color: #fff;
}

.tm-column-shape-style.elementor-widget-text-editor {
    position: relative;
}

.tm-column-shape-style.elementor-widget-text-editor:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 54px solid #ffb120;
    border-left: 55px solid transparent;
    left: -55px;
    bottom: 0px;
}

.tm-blogdesc-withshadow .themetechmount-box-blog.themetechmount-blogbox-stylefive .post-item {
    -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 rgba(43, 52, 59, 0.10);
}

.tm-col-bgcolor-skincolor .tm-element-heading-content-wrapper.tm-seperator-style1 .tm-content-header:before {
    background-color: #2f2f2f;
}

.tm-iconsz-large .themetechmount-iconbox .tm-box-icon i,
.tm-iconsz-large .themetechmount-iconbox .tm-box-icon i.kw_inoterior {
    font-size: 55px;
}

.tm-point-ctaheading:after {
    content: '';
    position: absolute;
    bottom: -90px;
    right: 40px !important;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../images/arrow-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.themetechmount-servicebox-stylesix {
    margin-bottom: 5px;
}


/*---iconbox style 11---*/
.themetechmount-iconbox.themetechmount-iconbox-styleeleven {
    background-color: #fff;
    padding: 40px 30px 35px;
    position: relative;
    overflow: hidden;
}

.themetechmount-iconbox-styleeleven .tm-element-subheading {
    position: absolute;
    right: 35px;
    top: 68px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1f232c;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 40px;
    opacity: 0.15;
    transition: all 500ms ease;
}

.themetechmount-iconbox-styleeleven .themetechmount-serviceboxbox-readmore a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    z-index: 1;
    font-size: 18px;
}

.themetechmount-iconbox-styleeleven .themetechmount-serviceboxbox-readmore {
    background-color: var(--tm-skincolor-text);
    height: 57px;
    width: 50px;
    bottom: 0;
    right: 0;
    position: absolute;
    border-top-left-radius: 100%;
    transition: all 500ms ease;
}

.themetechmount-iconbox.themetechmount-iconbox-styleeleven .tm-box-icon i {
    font-size: 80px;
    display: inline-block;
    transition: all 500ms ease;
}

.themetechmount-iconbox.themetechmount-iconbox-styleeleven .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 9px;
}

.themetechmount-iconbox.themetechmount-iconbox-styleeleven .themetechmount-iconbox-icon {
    margin-bottom: 9px;
}

.themetechmount-iconbox-styleeleven:hover .tm-box-icon i {
    transform: rotateY(360deg);
}

.themetechmount-iconbox-styleeleven:hover .themetechmount-serviceboxbox-readmore {
    background-color: var(--tm-secondary-bg);
}

.themetechmount-iconbox-styleeleven:hover .tm-element-subheading {
    -webkit-text-stroke-color: var(--tm-skincolor-text);
    opacity: 1;
}

.themetechmount-iconbox-styleeleven:hover .themetechmount-serviceboxbox-readmore a:before {
    color: var(--tm-skincolor-text);
}

/*---text editor quote---*/
.tm-quote-text .elementor-widget-container i {
    font-size: 60px;
}

.tm-quote-text blockquote {
    border: none;
    font-style: normal;
    padding: 0 0 0 90px;
    margin: 0;
    position: relative;
    font-size: 15px;
}

.tm-quote-text blockquote:before {
    position: absolute;
    content: '\e82e';
    font-family: 'tm-inoterior-icons';
    font-size: 60px;
    left: 0;
    top: 9px;
    color: var(--tm-skincolor-text);
}

.tm-quote-text .elementor-widget-container h3 {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 90px 0;
}

/*---iconbox style 12---*/
.themetechmount-iconbox-styletwelve:hover .tm-icon-type-image {
    background-color: var(--tm-secondary-bg);
}

.themetechmount-iconbox.themetechmount-iconbox-styletwelve {
    text-align: center;
}

.themetechmount-iconbox-styletwelve .tm-icon-type-image {
    background-color: #fff;
    width: 155px;
    height: 155px;
    line-height: 155px;
    text-align: center;
    display: block;
    margin: 0 auto;
    transition: all 500ms ease;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwelve .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 30px;
    padding: 6px 0 12px;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwelve .themetechmount-iconbox-icon img {
    width: auto;
    height: auto;
}

.themetechmount-iconbox-styleeleven .themetechmount-serviceboxbox-readmore a {
    position: relative;
    font-size: 0;
}

.themetechmount-iconbox-styleeleven .themetechmount-serviceboxbox-readmore a:before {
    position: absolute;
    content: '\e801';
    font-family: 'tm-inoterior-icons';
    font-size: 18px;
    top: 16px;
    right: -45px;
    color: #fff;
}

.tm-iconcheckstyle-01 .themetechmount-iconbox-styletwo .tm-box-icon .fa-check-circle:before {
    content: "\e83a";
    font-family: 'tm-inoterior-icons';
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    position: absolute;
    top: 6px;
    left: 11px;
}

.tm-iconcheckstyle-01 .themetechmount-iconbox-styletwo .tm-box-icon {
    background-color: var(--tm-greycolor-bg);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -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-iconcheckstyle-01 .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-icon {
    padding-right: 23px;
}

.tm-iconcheckstyle-01 .themetechmount-iconbox-styletwo:hover .tm-box-icon {
    background-color: var(--tm-skincolor-bg);
    color: #fff;
}

.tm-iconcheckstyle-01 .themetechmount-iconbox-styletwo:hover .tm-box-icon i {
    color: #fff !important;
}

/*---testimonial style 4---*/
.themetechmount-testimonialbox-stylefour .tm-box-footer {
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}

.themetechmount-testimonialbox-stylefour .tm-box-footer:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    bottom: 0px;
    left: 0;
    top: auto;
    right: auto;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-stylefour .themetechmount-box-img img {
    border-radius: 0;
    width: auto;
    height: auto;
}

.themetechmount-testimonialbox-stylefour .themetechmount-item-thumbnail {
    width: 100px;
    height: 100px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-stylefour blockquote.themetechmount-testimonial-text {
    font-style: italic;
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    color: #616365;
    padding-top: 24px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-stylefour .themetechmount-author-name {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-top: 19px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-stylefour .themetechmount-box-footer {
    font-size: 15px;
}

.themetechmount-boxes.themetechmount-element-testimonialbox-style-4 .themetechmount-box-heading-wrapper {
    margin-bottom: 22px;
}

/*--border--*/
.elementor-heading-title span:after {
    position: absolute;
    content: '';
    border-bottom: 5px solid var(--tm-skincolor-text);
    width: 100%;
    bottom: -5px;
    left: 0;
    z-index: -1;
}

.elementor-heading-title span {
    position: relative;
    display: inline-block;
    font-weight: 400;
}

/*---blogbox style 9---*/
.themetechmount-box-blog.themetechmount-blogbox-stylenine .themetechmount-box-desc {
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    -moz-box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    padding: 33px 40px 31px;
    margin: -115px 40px 0;
}

.themetechmount-box-blog.themetechmount-blogbox-stylenine .tm-box-post-date {
    font-size: 18px;
    font-weight: 700;
    top: 40px;
    right: 40px;
    height: 70px;
    width: 65px;
    padding-top: 13px;
    transition: all 500ms ease 300ms;
}

.themetechmount-box-blog.themetechmount-blogbox-stylenine .tm-box-post-date span {
    font-weight: 700;
    font-size: 18px;
    padding-top: 12px;
}

.themetechmount-blogbox-stylenine .themetechmount-box-content .tm-entry-meta-wrapper {
    padding-bottom: 8px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylenine .themetechmount-box-desc-text {
    padding-top: 12px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylenine .themetechmount-box-content h4 {
    font-size: 22px;
    line-height: 32px;
}

.themetechmount-blogbox-stylenine .themetechmount-box-desc {
    position: relative;
}

.themetechmount-blogbox-stylenine .themetechmount-box-desc:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: var(--tm-skincolor-text);
    z-index: -1;
    transition: .5s;
}

.themetechmount-blogbox-stylenine:hover .themetechmount-box-desc:before {
    height: 100%;
}

.themetechmount-blogbox-stylenine:hover .themetechmount-box-content .tm-meta-line i,
.themetechmount-blogbox-stylenine:hover .themetechmount-box-content .tm-meta-line a,
.themetechmount-blogbox-stylenine:hover .themetechmount-box-desc-text,
.themetechmount-blogbox-stylenine:hover .themetechmount-box-title h4 a {
    color: #fff;
}

.themetechmount-box-blog.themetechmount-blogbox-stylenine:hover .tm-box-post-date {
    background-color: #fff;
    color: var(--tm-skincolor-text);
}

/*---Circle Progress style 9---*/
.tm-fid-view-style9 .tm-fid-content {
    display: table-cell;
    vertical-align: middle;
}

.tm-fid-view-style9 .tm-circle-box {
    display: table-cell;
    width: 40%;
    text-align: left;
}

.tm-fid-view-style9 .tm-fid-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-align: left;
    color: #1f232c;
}

.tm-fid-view-style9 .tm-circle-boxcontent {
    left: 25px;
    top: 44%;
    text-align: left;
}

.tm-fid-view-style9 .tm-fid-number {
    font-size: 24px;
}

.tm-fid-view-style9.inside {
    padding: 0;
}

.footer .widget .tm-mailchimp-textbox .tm-mailbox,
.footer .widget .tm-mailchimp-textbox .mailchimp-title {
    display: table-cell;
    width: 42%;
}

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

.footer .widget .tm-mailchimp-textbox {
    background-color: rgba(255, 255, 255, 0.06);
    padding: 31px 40px 15px;
    margin-bottom: 20px;
    margin-top: -5px;
}

.footer .widget .tm-mailchimp-textbox .tm-mailbox {
    padding-left: 35px;
    vertical-align: top;
}

.footer .tm-mailbox .mailchimp-inputbox input[type="email"] {
    background-color: #fff;
    color: #000;
    padding-right: 65px;
    font-size: 14px;
}

.footer .tm-mailbox .mailchimp-inputbox button[type="submit"] {
    width: 60px;
}

.footer .tm-mailbox .mailchimp-inputbox button[type="submit"]:hover {
    background-color: var(--tm-secondary-bg);
}

.tm-headerstyle-classic-overlay .tm-header-quotebtn,
.tm-headerstyle-classic-overlay .tm-header-calliconbox {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
}

.tm-headerstyle-classic-overlay .tm-header-quotebtn:before {
    position: absolute;
    content: '';
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    height: 94px;
    top: -20px;
    right: 0;
}

.tm-headerstyle-classic-overlay .tm-header-quick-callbox.tm-header-calliconbox {
    padding-left: 30px;
}

.tm-headerstyle-classic-overlay .tm-header-quick-callbox.tm-header-calliconbox .tm-callbox-icon {
    font-size: 36px;
}

.tm-headerstyle-classic-overlay .tm-header-quick-callbox.tm-header-calliconbox .tm-callbox-content .tm-callbox-title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 0px;
}

.themetechmount-box-client.tm-style_lessopacity .themetechmount-item-thumbnail-inner img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 0.30;
}

.themetechmount-box-client.tm-style_lessopacity:hover .themetechmount-item-thumbnail-inner img {
    filter: grayscale(0%);
    opacity: 1;
}

.tm-colorstyle-social-link .social-icons li>a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 0px;
}

.tm-colorstyle-social-link .themetechmount-social-links-wrapper a:hover {
    background-color: var(--tm-skincolor-text);
}

.footer .widget.tm-footer-post1 ul.tm-recent-post-list>li .post-date i {
    color: var(--tm-skincolor-text);
}

.tm-textcolor-white .widget.widget_nav_menu li.tm-2column-menu a:not(:hover) {
    color: rgba(255, 255, 255, 0.65);
}

.tm-header-text-area .header-info-widget .tm-btn-color-skincolor .elementor-button.elementor-size-md {
    color: #fff;
}

.tm-twbefore-bg .twentytwenty-handle {
    margin-left: -20px;
}

.tm-twbefore-bg .twentytwenty-horizontal .twentytwenty-handle:before,
.tm-twbefore-bg .twentytwenty-horizontal .twentytwenty-handle:after {
    left: 55%;
}

/*---blogbox style 10---*/
.themetechmount-box-blog.themetechmount-blogbox-styleten .themetechmount-box-desc {
    margin-top: -9px;
    z-index: 1;
    padding-top: 22px;
    padding-left: 0px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleten .tm-box-post-date {
    background-color: transparent;
    position: absolute;
    display: table-cell;
    vertical-align: top;
    font-weight: 700;
    font-size: 48px;
    top: 85px;
    left: 40px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleten .tm-box-post-date span {
    font-size: 18px;
    font-weight: 700;
    color: var(--tm-skincolor-text);
    padding-top: 20px;
}

.themetechmount-blogbox-styleten .themetechmount-box-content-inner {
    display: table-cell;
    width: 84%;
    padding: 5px 0px 24px 32px;
    position: relative;
    vertical-align: top;
}

.themetechmount-blogbox-styleten .themetechmount-box-content-inner:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(215, 215, 215, 0.11);
    display: block;
    position: absolute;
    left: 11px;
    top: 0;
}

.themetechmount-blogbox-styleten .themetechmount-box-content.col-md-6 {
    display: table !important;
    background-color: var(--tm-secondary-bg);
    padding: 70px 35px 60px 35px;
}

.themetechmount-blogbox-styleten .themetechmount-blogbox-footer-left a:not(:hover),
.themetechmount-blogbox-styleten .themetechmount-box-content-inner .themetechmount-box-title h4 a:not(:hover),
.themetechmount-blogbox-styleten .tm-blog-post-cat a {
    color: #fff;
}

.themetechmount-blogbox-styleten .themetechmount-blogbox-footer-left,
.themetechmount-blogbox-styleten .themetechmount-box-content-inner .tm-icon-box {
    display: inline-flex;
}

.themetechmount-blogbox-styleten .themetechmount-box-content-inner .tm-icon-box a {
    align-items: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin: 0;
    background-color: var(--tm-skincolor-text);
    font-size: 26px;
    text-align: center;
    line-height: 42px;
}

.themetechmount-blogbox-styleten .themetechmount-box-content-inner .tm-icon-box a:hover {
    color: #fff;
}

.themetechmount-blogbox-styleten .themetechmount-blogbox-footer-left {
    padding-left: 12px;
}

.themetechmount-box-blog.themetechmount-blogbox-styleten .themetechmount-box-desc-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 21px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.60);
}

.themetechmount-blogbox-styleten .themetechmount-box-title {
    padding-top: 2px;
}


/*---Testimonial Slick style---*/

.themetechmount-boxes.themetechmount-boxes-view-slickview .themetechmount-testimonials-info img {
    display: none;
}

.themetechmount-boxes.themetechmount-boxes-view-slickview .testimonials-nav.slick-slider {
    margin-top: 45px;
}

.themetechmount-boxes-view-slickview .slick-center .testimonial_item,
.themetechmount-boxes-view-slickview .testimonials-nav {
    margin: 0 auto;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-img .themetechmount-item-thumbnail {
    width: 100px;
    height: 100px;
}

.themetechmount-boxes-view-slickview .testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner {
    border-radius: 50%;
}

.themetechmount-boxes-view-slickview .testimonials-nav .nav_item_wrap {
    margin: 0 10px;
    width: auto;
}

.themetechmount-boxes-view-slickview .testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:after {
    content: unset;
}

.themetechmount-boxes-view-slickview .testimonials-nav .slick-center .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:before {
    background-color: unset;
}

.themetechmount-boxes-view-slickview .testimonials-nav .slick-current.slick-center.slick-active .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:before {
    background-color: var(--tm-secondary-bg);
    opacity: 0;
}

.themetechmount-boxes-view-slickview .testimonials-nav .slick-center .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:before,
.themetechmount-boxes-view-slickview .testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--tm-secondary-bg);
    height: 100%;
    width: 100%;
    border-radius: 3px;
    transition: all .5s ease;
    opacity: 0;
    content: '';
}

.themetechmount-boxes-view-slickview .testimonial_wrapper .themetechmount-box-desc {
    text-align: center;
    padding: 0;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-testimonials-info {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text {
    font-family: 'Urbanist';
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding: 35px 0 5px;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .slick-slide .themetechmount-box-desc .themetechmount-testimonial-text:before {
    content: '';
    -webkit-mask: url(../images/quote-1-1.svg) no-repeat 100% 100%;
    mask: url(../images/quote-1-1.svg) no-repeat 100% 100%;
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    background-color: var(--tm-skincolor-text);
    margin: 0 auto;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper {
    box-shadow: unset;
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-author-name {
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    padding-right: 5px;
}

.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-box-title {
    background-color: #f4f4f4;
    display: inline-block;
    padding: 6px 25px;
    border: 1px solid #e3e3e3;
}


.themetechmount-iconbox.themetechmount-iconbox-stylethirteen {
    margin-top: -40px;
    position: relative;
    margin-bottom: 0;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .themetechmount-iconbox-inner {
    padding: 0px 30px 20px;
    position: relative;
    text-align: center;
}

.themetechmount-iconbox-stylethirteen .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-stylethirteen .tm-btndesc {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen:hover .tm-btndesc {
    transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    opacity: 1;
    display: block;
}

.testimonial_item .themetechmount-box-img img {
    opacity: .5;
}

.slick-center .testimonial_item .themetechmount-box-img img {
    opacity: 1;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .tm-btndesc {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
}

.themetechmount-iconbox-stylethirteen:hover .themetechmount-iconbox-heading {
    transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen:hover .tm-box-icon {
    background-color: #fff;
    border: 1px solid #eeee;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen:hover .tm-box-icon {
    transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen:hover .tm-box-icon i {
    color: #000;
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .tm-box-icon i {
    display: inline-block;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: var(--tm-skincolor-text);
    z-index: -1;
    transition: transform 0.6s;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen:hover:after {
    transform: scaleY(1);
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .tm-cta3-content-wrapper,
.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .tm-box-icon i,
.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .themetechmount-iconbox-heading .tm-custom-heading,
.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .tm-btndesc,
.themetechmount-iconbox-stylethirteen .themetechmount-iconbox-heading,
.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .tm-box-icon,
.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .themetechmount-iconbox-inner,
.themetechmount-iconbox.themetechmount-iconbox-stylethirteen {
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .tm-box-icon {
    height: 75px;
    width: 80px;
    line-height: 85px;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    text-align: center;
    display: block;
    margin: 0 auto;
    background-color: var(--tm-skincolor-text);
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
    padding-top: 8px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .tm-iocnbox-btn {
    margin-top: 15px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen:hover .tm-iocnbox-btn a,
.themetechmount-iconbox-stylethirteen:hover .tm-cta3-content-wrapper,
.themetechmount-iconbox.themetechmount-iconbox-stylethirteen:hover .themetechmount-iconbox-heading .tm-custom-heading a {
    color: #fff;
}

.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .themetechmount-iconbox-heading .tm-custom-heading a:hover,
.themetechmount-iconbox.themetechmount-iconbox-stylethirteen .tm-iocnbox-btn a:hover {
    color: #1b1925;
}

/*---tab---*/
.tm-tab-imgbox.elementor-widget .tm-tab-livingart {
    display: inline-block;
    padding-top: 5px;
    text-align: left;
    width: 50%;
}

.tm-tab-imgbox.elementor-widget .elementor-tabs-content-wrapper {
    padding: 35px 40px 16px;
}

.tm-tab-imgbox.elementor-widget {
    border: 1px solid #e3e3e3;
}

.tm-tab-imgbox.elementor-widget-tabs .elementor-tabs-wrapper {
    border-bottom: 1px solid #e3e3e3;
}

.tm-tab-imgbox.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
    border-width: 0 0 0 1px;
    border-color: #e3e3e3;
    padding: 36px 45px 37px 79px;
}

.tm-tab-imgbox.elementor-widget-tabs .elementor-tab-title.elementor-active {
    background-color: var(--tm-skincolor-text);
    border: none;
    padding: 36px 45px 37px 79px;
}

.tm-tab-imgbox .elementor-tab-title p {
    padding-top: 8px;
}

.tm-tab-imgbox .elementor-tab-title.elementor-active span {
    background-color: var(--tm-secondary-bg);
}

.tm-tab-imgbox .elementor-tab-title span {
    background-color: var(--tm-greycolor-bg);
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    left: 25px;
    font-weight: 500;
}

.tm-tab-imgbox.elementor-widget .tm-tab-livingart h3 {
    font-size: 26px;
    padding-bottom: 6px;
}

.tm-tab-imgbox.elementor-widget .tm-tab-livingart .elementor-element.elementor-widget-button {
    padding-top: 25px;
}

.tm-tab-imgbox.elementor-widget .tm-tab-livingart .elementor-element.elementor-widget-button .elementor-button-text {
    color: #fff;
}


.site-footer .tm-featured-icon-box.icon-align-left .tm-content {
    padding-left: 20px;
}

.tm-featured-icon-box.icon-align-left .tm-footer-iconbox,
.tm-featured-icon-box.icon-align-left .tm-content,
.tm-featured-icon-box .featured-title,
.featured-icon-box .tm-footer-iconbox {
    display: table-cell;
    vertical-align: middle;
}

.site-footer .tm-featured-icon-box .tm-icon {
    margin-bottom: 8px;
}

.site-footer .tm-featured-icon-box .tm-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--tm-secondary-bg);
    text-align: center;
}

.site-footer .tm-featured-icon-box h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
}

.footer .first-footer.tm-textcolor-white .widget .tm-featured-icon-box .tm-content .tm-footer-title p {
    color: rgba(255, 255, 255, 0.84) !important;
}


.footer .widget .footer-subscribebox {
    display: table;
    width: 100%;
    padding: 30px 44px 37px;
    background-color: #282828;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 39px;
}

.footer .footer-subscribebox .subscribe-box input[type="email"] {
    background-color: #323232;
    border-color: transparent;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.70);
    padding: 11px 18px 11px;
    padding-right: 100px;
    font-size: 14px;
}

.footer .footer-subscribebox .subscribe-box button[type="submit"] {
    font-size: 20px;
    border: none;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0;
    width: 80px;
}

.footer .footer-subscribebox .subscribe-box input[type="email"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
}

.footer .footer-subscribebox .subscribe-box input[type="email"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
}

.footer .footer-subscribebox .ttm-textcolor-white p {
    color: rgba(255, 255, 255, .36);
}

.footer .footer-rows .second-footer .second-footer-inner .widget-area.tm-lastwidget {
    clear: both;
    overflow: hidden;
    display: block;
}

.tm-mnumber-box h3,
.tm-mnumber-box p {
    margin-bottom: 0;
}

.tm-mnumber-box h3 {
    font-size: 22px;
    line-height: 32px;
}

.footer .footer-rows .second-footer .second-footer-inner .tm-layout-2-2-3-below .widget-area.tm-lastwidget {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    margin: 0px 15px;
    padding-left: 0;
    padding-right: 0;
    max-width: 96%;
}

.tm-tab-imgbox.elementor-widget .tm-tab-livingart .elementor-element.elementor-widget-button {
    padding-top: 38px;
}

.tm-icon-style01 .themetechmount-iconbox-styleone .tm-custom-heading {
    padding-top: 8px;
    padding-bottom: 4px;
    font-size: 22px;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-cta3-content-wrapper {
    line-height: 28px;
}

.tm-tab-imgbox.elementor-widget {
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%);
    -moz-box-shadow: 0 0 7px 0 rgba(43, 52, 59, .06);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%);
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text {
    line-height: 38px;
    color: #232c3a;
}

.themetechmount-blogbox-styleten .themetechmount-blogbox-footer-left a {
    font-weight: 600;
}

.themetechmount-blogbox-styleten .themetechmount-box-content-inner .tm-icon-box a {
    font-size: 22px;
}

/* blogbox style11*/

.themetechmount-box-blog.themetechmount-blogbox-style11 .tm-box-post-date {
    background-color: #fff;
    border-bottom: 3px solid var(--tm-skincolor-bg);
    color: #000;
    top: 20px;
    left: 20px;
    transition: all 500ms ease 300ms;
}

.themetechmount-box-blog.themetechmount-blogbox-style11 .themetechmount-box-desc {
    margin-top: 0px;
    padding-top: 7px;
    padding-left: 0;
}

.themetechmount-box-blog.themetechmount-blogbox-style11 .themetechmount-box-content {
    padding-left: 0;
    padding-right: 0;
    background-color: #f8f8f8;
}

.themetechmount-box-blog.themetechmount-blogbox-style11 .themetechmount-box-content .themetechmount-box-content-inner {
    padding: 35px 15px 35px 15px;
}

.themetechmount-box-blog.themetechmount-blogbox-style11 .themetechmount-box-content .themetechmount-box-content-inner .entry-header .themetechmount-box-title h4 {
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.themetechmount-box-blog.themetechmount-blogbox-style11 .themetechmount-box-content .themetechmount-box-desc .themetechmount-box-desc-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.right-image-blog-style .themetechmount-boxes-row-wrapper .tm-box-col-wrapper:nth-child(even) .themetechmount-box-content {
    display: flex;
    flex-direction: row-reverse;
}

.themetechmount-blogbox-style11 .themetechmount-blogbox-footer-left {
    padding-top: 11px;
    font-weight: 600;
}

.themetechmount-blogbox-style11 .themetechmount-blogbox-footer-left a:not(:hover) {
    color: var(--tm-skincolor-text);
}


.themetechmount-box-blog.themetechmount-blogbox-styleten .themetechmount-box-content,
.themetechmount-box-blog.themetechmount-blogbox-style11 .themetechmount-box-content {
    display: flex;
}

.themetechmount-box-blog.themetechmount-blogbox-styleten .tm-post-featured-link-wrapper,
.themetechmount-box-blog.themetechmount-blogbox-styleten .tm-featured-outer-wrapper,
.themetechmount-box-blog.themetechmount-blogbox-style11 .tm-post-featured-link-wrapper,
.themetechmount-box-blog.themetechmount-blogbox-style11 .tm-featured-outer-wrapper {
    display: block;
    height: 100%;
    width: 100%;
}

.themetechmount-blogbox-style11 .themetechmount-box-img-left {
    padding-right: 7px;
}

.right-image-blog-style .themetechmount-boxes-row-wrapper .tm-box-col-wrapper:nth-child(even) .themetechmount-blogbox-style11 .themetechmount-box-img-left {
    padding-right: 7px;
    padding-left: 0px;
}

.right-image-blog-style .themetechmount-box-blog.themetechmount-blogbox-style11 .themetechmount-box-content .themetechmount-box-content-inner {
    padding: 35px 15px 35px 20px;
}

.elementor-heading-title h4 strong {
    font-size: 50px;
    line-height: 58px;
    padding-right: 5px;
    font-weight: 700;
}

/*staticbox-style3*/

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox {
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox:hover {
    transform: translateY(-10px);
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox .tm-ptable-icon-wrapper i {
    font-size: 50px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox .tm-ptable-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #d8d8d8;
    height: 90px;
    width: 90px;
    line-height: 110px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox .tm-ptable-icon-wrapper:before {
    content: '';
    position: absolute;
    right: -7px;
    top: -6px;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #d8d8d8;
    z-index: -1;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox:nth-child(1):before {
    content: '';
    position: absolute;
    left: 50%;
    top: -30%;
    width: 14px;
    height: 14px;
    -webkit-mask: url(../images/bottom-arrow-shape_1.png);
    -webkit-mask-box-image: url(../images/bottom-arrow-shape_1.png);
    mask: url(../images/bottom-arrow-shape_1.png);
    background-repeat: no-repeat;
    background-color: var(--tm-skincolor-bg);
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox:nth-child(1):after {
    display: block;
    content: '';
    position: absolute;
    right: 40px;
    top: -47px;
    width: 110px;
    height: 100px;
    background-color: #d8d8d8;
    background-repeat: no-repeat;
    -webkit-mask: url(../images/proccess-arraow_1.png);
    -webkit-mask-box-image: url(../images/proccess-arraow_1.png);
    mask: url(../images/proccess-arraow_1.png);
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content:before {
    content: '';
    position: absolute;
    top: 48px;
    right: 30px;
    bottom: 0;
    width: 7px;
    height: 11px;
    -webkit-mask: url(../images/right-arrow-shape.png);
    -webkit-mask-box-image: url(../images/right-arrow-shape.png);
    mask: url(../images/right-arrow-shape.png);
    background-repeat: no-repeat;
    background-color: var(--tm-skincolor-bg);
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox:nth-child(even) .tm-stepbox-content:after {
    display: block;
    content: '';
    position: absolute;
    right: 40px;
    bottom: -18px;
    width: 105px;
    height: 65px;
    background-color: #d8d8d8;
    background-repeat: no-repeat;
    -webkit-mask: url(../images/proccess-arraow_2.png);
    -webkit-mask-box-image: url(../images/proccess-arraow_2.png);
    mask: url(../images/proccess-arraow_2.png);
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content {
    padding-top: 10px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox:nth-child(even) .tm-bottom-contentbox {
    position: absolute;
    top: -115px;
    left: 20px;
    padding-top: 0;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox:nth-child(1) .tm-bottom-contentbox .themetechmount-static-box-smalldesc {
    position: absolute;
    top: -110px;
    left: 135px;
    width: 60px;
    word-break: break-all;
    line-height: 20px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox:nth-child(3) .tm-stepbox-content:after {
    display: block;
    content: '';
    position: absolute;
    right: 40px;
    top: -4px;
    width: 104px;
    height: 57px;
    background-color: var(--tm-skincolor-bg);
    background-repeat: no-repeat;
    -webkit-mask: url(../images/proccess-arraow_3.png);
    -webkit-mask-box-image: url(../images/proccess-arraow_3.png);
    mask: url(../images/proccess-arraow_3.png);
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox .tm-bottom-contentbox .tm-box-title h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style3 .tm-stepbox .tm-bottom-contentbox .themetechmount-static-box-desc {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tm-style-greybgbox .themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-box-desc {
    background-color: var(--tm-greycolor-bg);
    border-color: var(--tm-greycolor-bg);
}

.themetechmount-blogbox-style11 .themetechmount-blogbox-footer-left a:hover {
    color: var(--body-blackfont-color);
}

.tm-style-greybgbox .themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a:not(:hover) {
    background-color: var(--tm-skincolor-bg);
    border-color: var(--tm-skincolor-bg);
}

.tm-style-greybgbox .themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a {
    padding: 8px 30px 10px;
}

.tm-col-bgcolor-skincolor.tm-textcolor-dark .tm-seperator-solid .tm-element-subheading:before {
    background-color: var(--tm-secondary-bg);
}

.tm-single-image-wrapper:not(.imagestyle-two) .tm-single-image-inner .tm-desctext:before {
    background-color: var(--tm-skincolor-bg);
}

.tm-custome-fidbox-style .tm-number-rotate {
    font-size: 50px;
    line-height: 65px;
    font-weight: bold;
    color: var(--tm-skincolor-text);
}

.tm-custome-fidbox-style .tm-fid.tm-fid-view-style5 h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}

.tm-custome-fidbox-style .tm-fid.tm-fid-view-style5 h4 {
    margin-top: 5px;
}

.themetechmount-iconbox.themetechmount-iconbox-style14 .themetechmount-iconbox-inner {
    background-color: #fff;
    z-index: 1;
    padding: 32px 75px 33px 30px;
    overflow: hidden;
}

.themetechmount-iconbox-style14 .tm-process-num {
    right: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    z-index: 1;
    line-height: 50px;
    padding-right: 11px;
}

.themetechmount-iconbox-style14:hover .tm-process-num .tm-number-wrapper:before {
    width: 65px;
    height: 65px;
}

.themetechmount-iconbox-style14 .tm-process-num .tm-number-wrapper:before {
    content: '';
    bottom: 0px;
    position: absolute;
    right: 0px;
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border-radius: 70px 0px 0 0px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: var(--tm-skincolor-bg);
}

.themetechmount-iconbox-style14 .themetechmount-iconbox-icon {
    position: absolute;
    right: 20px;
    top: 30px;
    transition: all 1s ease;
}

.themetechmount-iconbox-style14:hover .themetechmount-iconbox-icon i {
    transform: rotateY(360deg);
}

.themetechmount-iconbox-style14 .tm-cta3-content-wrapper {
    padding-top: 10px;
}

.themetechmount-iconbox-style14:hover .tm-box-icon i {
    transform: rotateY(360deg);
}

.themetechmount-iconbox.themetechmount-iconbox-style14 .tm-box-icon i {
    display: inline-block;
    transition: all 500ms ease;
}

.themetechmount-iconbox-style15 .themetechmount-iconbox-inner .tm-icon-type-image {
    overflow: hidden;
}

.themetechmount-iconbox.themetechmount-iconbox-style15 .themetechmount-iconbox-icon img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.themetechmount-iconbox.themetechmount-iconbox-style15:hover .themetechmount-iconbox-icon img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.themetechmount-iconbox.themetechmount-iconbox-style15 .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
    margin-top: 25px;
}

.themetechmount-iconbox.themetechmount-iconbox-style15 .themetechmount-iconbox-heading .tm-custom-heading:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    left: 0px;
    bottom: 0px;
    background-color: var(--tm-skincolor-bg);
}

.themetechmount-iconbox-style15 .themetechmount-iconbox-icon {
    position: relative;
}

.themetechmount-iconbox-style15 .box-angel-right-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transition: all .4s;
    transition-delay: .1s;
    background-color: var(--tm-secondary-bg);
    transition: all .3s ease 0s;
}

.themetechmount-iconbox-style15 .box-angel-right-icon a {
    color: #fff;
    font-size: 16px;
}

.themetechmount-iconbox-style15 .box-angel-right-icon:hover {
    background-color: var(--tm-skincolor-bg);
}



.themetechmount-iconbox.themetechmount-iconbox-style16 {
    padding: 31px 20px 33px 30px;
    border: 1px solid #fff;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.themetechmount-iconbox.themetechmount-iconbox-style16 .tm-number-wrapper {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 40px;
    padding-right: 45px;
}

.themetechmount-iconbox.themetechmount-iconbox-style16 .box-plus-icon {
    position: absolute;
    top: 28px;
    right: 28px;
    height: 30px;
    width: 30px;
    text-align: center;
    z-index: 1;
    transition: all .4s;
    transition-delay: .1s;
}

.themetechmount-iconbox.themetechmount-iconbox-style16 .box-plus-icon a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
}

.themetechmount-iconbox.themetechmount-iconbox-style16:hover .box-plus-icon a {
    background-color: #fff;
}

.themetechmount-iconbox.themetechmount-iconbox-style16:hover {
    background-color: var(--tm-skincolor-bg);
    border-color: var(--tm-skincolor-bg);
}

.themetechmount-iconbox.themetechmount-iconbox-style16:hover .box-plus-icon a {
    color: var(--tm-skincolor-bg);
}


.themetechmount-boxes-view-slickview-style2 .testimonial_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.themetechmount-boxes-view-slickview-style2 .testimonials-info {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.themetechmount-boxes-view-slickview-style2 .testimonials-nav {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-testimonials-info {
    overflow: hidden;
    padding-right: 50px;
}

.themetechmount-boxes-view-slickview-style2 .testimonial_wrapper .themetechmount-box-desc {
    border: none;
    text-align: left;
    padding: 0px 50px 0px 0px;
    vertical-align: top;
    position: relative;
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
    padding-bottom: 10px;
    z-index: 1;
    font-size: 16px;
    line-height: 28px;
    margin-top: 90px;
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-box-title {
    padding-top: 25px;
}

.themetechmount-boxes-view-slickview-style2 .tm-box-img {
    width: 285px;
}

.themetechmount-boxes-view-slickview-style2 .tm-box-img img {
    border: 10px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-box-desc:before {
    content: "";
    background-color: var(--tm-skincolor-text);
    -webkit-mask: url(../images/quote1.png) no-repeat 100% 100%;
    mask: url(../images/quote1.png) no-repeat 100% 100%;
    top: -3px;
    left: 0px;
    width: 65px;
    height: 65px;
    position: absolute;
}

.themetechmount-boxes-view-slickview-style2 .testimonial_item .themetechmount-box-img {
    height: 70px;
    width: 70px;
}

.themetechmount-boxes-view-slickview-style2 .testimonial_item .themetechmount-box-title {
    padding-left: 20px;
    padding-top: 10px;
}

.themetechmount-boxes-view-slickview-style2 .testimonial_item {
    margin-bottom: 30px;
}

.themetechmount-boxes-view-slickview-style2 .testimonials-nav .testimonial_item .themetechmount-box-img:hover .themetechmount-item-thumbnail-inner:before,
.themetechmount-boxes-view-slickview-style2 .testimonials-nav .slick-center .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:before,
.themetechmount-boxes-view-slickview-style2 .testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:after {
    content: unset;
}

.themetechmount-boxes-view-slickview-style2 .testimonial_item h6,
.themetechmount-boxes-view-slickview-style2 .testimonial_item .themetechmount-box-title h3,
.themetechmount-boxes-view-slickview-style2 .testimonial_item .themetechmount-box-title span {
    opacity: 1;
    visibility: visible;
}

.themetechmount-boxes-view-slickview-style2.themetechmount-boxes-testimonial .themetechmount-author-name {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0px;
    text-transform: inherit;
    color: var(--body-blackfont-color);
    font-weight: initial;
}

.themetechmount-boxes-view-slickview-style2 .testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner {
    border-radius: 0;
}

.themetechmount-boxes-view-slickview-style2.themetechmount-boxes-testimonial .slick-current .themetechmount-author-name {
    color: var(--tm-skincolor-text);
}

.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview-style2 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    padding-top: 10px;
}

.tm-textcolor-white .themetechmount-boxes-view-slickview-style2 .themetechmount-box-desc:before {
    background-color: #fff;
}

.tm-textcolor-white .themetechmount-boxes-view-slickview-style2 .testimonial_item .themetechmount-box-title span {
    color: #fff;
}

.tm-textcolor-white .themetechmount-boxes-view-slickview-style2 .tm-box-img img {
    border-color: #fff;
}

.tm-header-style-classic4 .tm-header-icons .tm-header-wc-cart-link a,
.tm-header-style-classic4 .tm-header-icons .tm-header-search-link a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 6px;
    color: var(--body-blackfont-color);
    border: 1px solid #d8d8d8;
    background-color: #fff;
}

.tm-header-style-classic4 .tm-header-icons .tm-header-wc-cart-link a:hover,
.tm-header-style-classic4 .tm-header-icons .tm-header-search-link a:hover {
    color: #fff;
    background-color: var(--tm-skincolor-bg);
    border-color: var(--tm-skincolor-bg);
}

.tm-header-style-classic4 .tm-header-icons .tm-header-wc-cart-link span.number-cart {
    top: -6px;
    right: -6px;
    bottom: auto;
    left: auto;
    border-radius: 50%;
    left: auto;
}

.tm-header-style-classic4 .is_stuck .tm-header-icons .tm-header-search-link a:not(:hover),
.tm-header-style-classic4 .is_stuck .tm-header-icons .tm-header-wc-cart-link a:not(:hover) {
    color: var(--body-blackfont-color);
}

.tm-inline-widget-menu {
    padding-top: 15px;
}

.tm-inline-widget-menu ul.footer-nav-menu li:after {
    content: unset;
}

.tm-inline-widget-menu ul.footer-nav-menu li {
    padding-right: 27px;
    padding-bottom: 0px;
}

.tm-inline-widget-menu ul.footer-nav-menu li:last-child {
    padding-right: 0px;
}

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

.mailchimp-inputbox-demo6 input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: transparent;
    color: #fff;
    padding: 11px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 30px;
}

.mailchimp-inputbox-demo6 input[type="submit"] {
    height: 46px;
    width: 100%;
    border: 0;
    z-index: 1;
    padding: 0;
    font-weight: 700;
    background-color: var(--tm-skincolor-bg);
    font-size: 16px;
    color: #fff;
    border-radius: 0;
}

.widget.widget_nav_menu.tm-menu-sep-arrow li a:before {
    font-family: "tm-inoterior-icons";
    content: "\e849";
    top: 11px;
    left: 0;
    font-size: 10px;
}

.site-footer .tm-footercta-style1 .tm-footer-cta-wrapper {
    margin-bottom: 0px;
}

.site-footer .tm-footercta-style1 .tm-ctabox-row.row {
    border: none;
}

.site-footer .tm-footercta-style1 .tm-ctabox-row.row .cta-widget-area:not(:first-child):after {
    content: unset;
}

.site-footer .tm-footercta-style1 .tm-featured-icon-box p {
    margin-bottom: 0px;
}

.site-footer .tm-footercta-style1 .tm-featured-icon-box .tm-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: transparent;
    text-align: center;
    border: 1px solid rgba(216, 216, 216, 0.10);
    font-size: 35px;
}

.site-footer .tm-footercta-style1 .tm-featured-icon-box h3 {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 4px;
}

.site-footer .tm-footercta-style1 .tm-ctabox-row.row .cta-widget-area {
    padding: 29px 35px 25px 35px;
}

.site-footer .tm-footercta-style1 .tm-textcolor-white .tm-featured-icon-box a:not(:hover) {
    color: rgba(255, 255, 255, 0.65) !important;
}

.themetechmount-boxes-view-slickview-style2 .testimonials-nav {
    height: 300px;
}



.widget-rounded-iconbox>.elementor-widget-wrap.elementor-element-populated {
    width: 360px;
    text-align: center;
    height: 360px;
    max-width: 100%;
    background-color: var(--tm-skincolor-bg);
    border-radius: 50%;
    padding: 47px 70px 20px 15px;
    position: absolute;
    right: -100px;
    top: 120px;
    border: 28px solid rgba(0, 0, 0, 0.10);
}

#tm-column-styleview .tm-blogbox-inner .tm-slick-arrow {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background-color: var(--tm-secondary-bg);
}

#tm-column-styleview .tm-blogbox-inner .tm-slick-arrow.tm-slick-next {
    margin-left: 10px;
}

#tm-column-styleview .tm-blogbox-inner .tm-slick-arrow {
    margin-top: 65px;
}

#tm-column-styleview .tm-blogbox-inner .tm-slick-arrow:hover {
    background-color: var(--tm-skincolor-bg);
}

#tm-column-styleview .col-md-4 .tm-blogbox-inner {
    padding-top: 43px;
}

#tm-column-styleview .themetechmount-boxes-inner>.col-md-4 {
    padding-left: 0px;
}

#tm-column-styleview .themetechmount-boxes-inner>.col-md-8 {
    padding-right: 0px;
}

.tm-globalbutton-style3 .themetechmount-servicebox-styletwo:hover .themetechmount-serviceboxbox-readmore a:hover:before,
.tm-globalbutton-style3 .themetechmount-servicebox-styletwo:hover .themetechmount-serviceboxbox-readmore a:hover:after {
    background-color: var(--tm-skincolor-bg);
}

.tm-globalbutton-style3 .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-styletwo:hover .themetechmount-serviceboxbox-readmore a:hover:after,
.tm-globalbutton-style3 .themetechmount-boxes-service .tm-box-col-wrapper:nth-child(2) .themetechmount-servicebox-styletwo:hover .themetechmount-serviceboxbox-readmore a:hover:before {
    background-color: #fff;
}



.tm-boxstyle-classic .themetechmount-servicebox-styleone .themetechmount-box-bottom-content {
    padding: 35px 30px 28px 30px;
}

.tm-bgcolor-grey .tm-boxstyle-classic .themetechmount-servicebox-styleone .themetechmount-box-bottom-content {
    box-shadow: none;
}

.tm-boxstyle-classic .themetechmount-servicebox-styleone .tm-box-icon {
    padding-bottom: 20px;
}

.tm-boxstyle-classic .themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a:after {
    content: unset;
}

.tm-boxstyle-classic .themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore {
    border-top: 1px solid rgba(58, 83, 72, 0.10);
    padding-top: 18px;
    margin-top: 21px;
}

.tm-center-text .themetechmount-social-links-wrapper {
    text-align: center;
}

.tm-col-bgcolor-grey .tm-square-socialicon .themetechmount-social-links-wrapper a:not(:hover) {
    background-color: #fff;
}

.tm-headingfont-initial .themetechmount-teambox-style2 .themetechmount-team {
    font-size: 15px;
}

.tm-desctext-white .themetechmount-boxes-view-slickview-style2 .testimonial_wrapper .themetechmount-box-desc * {
    color: #fff;
}

.tm-desctext-white .themetechmount-boxes-view-slickview-style2 .themetechmount-box-desc:before {
    background-color: #fff;
}

.tm-blog5-custom-style .themetechmount-blogbox-stylefive .tm-entry-meta-wrapper {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.tm-blog5-custom-style .themetechmount-box-blog.themetechmount-blogbox-stylefive .themetechmount-blogbox-footer-readmore a:after {
    content: unset;
}

.tm-blog5-custom-style .themetechmount-box-blog.themetechmount-blogbox-stylefive .themetechmount-box-desc {
    background-color: var(--tm-greycolor-bg);
}

.tm-blog5-custom-style .themetechmount-box-blog.themetechmount-blogbox-stylefive .tm-box-post-date {
    background-color: var(--tm-secondary-bg);
}

.themetechmount-box-blog.themetechmount-blogbox-style12 .themetechmount-blogbox-footer-readmore {
    padding: 0;
    margin-top: 0;
    border-top: 0;
}

.themetechmount-box-blog.themetechmount-blogbox-style12 .themetechmount-box-desc {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
}

.themetechmount-box-blog.themetechmount-blogbox-style12 .themetechmount-box-content {
    background-color: var(--tm-greycolor-bg);
    padding: 27px 30px 17px 30px;
}

.themetechmount-box-blog.themetechmount-blogbox-style12 .tm-entry-meta .tm-meta-line {
    padding-right: 42px;
}

.themetechmount-box-blog.themetechmount-blogbox-style12 .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    right: 15px;
}

.themetechmount-box-blog.themetechmount-blogbox-style12 .themetechmount-box-desc-text {
    line-height: 24px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 18px;
}

.themetechmount-box-blog.themetechmount-blogbox-style12 .themetechmount-blogbox-footer-readmore a:after {
    content: unset;
}

.themetechmount-box-blog.themetechmount-blogbox-style12 .themetechmount-box-content h4 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 5px 0 5px;
}

.themetechmount-box-blog.themetechmount-blogbox-style12 .themetechmount-blogbox-footer-readmore a:not(:hover) {
    color: var(--body-blackfont-color);
}

.tm-progress-bar .elementor-progress-percentage {
    position: unset;
}


.tm-talksupport-box .tm-lefticon-box {
    font-size: 30px;
    padding-top: 6px;
    vertical-align: top;
}

.tm-talksupport-box .tm-righttext-box {
    padding-left: 15px;
}

.tm-talksupport-box .tm-righttext-box h5 {
    font-size: 20px;
    padding-bottom: 0;
    line-height: 20px;
    display: block !important;
}

.tm-talksupport-box .tm-righttext-box p {
    font-size: 16px;
    line-height: 16px;
    clear: both;
    margin-bottom: 0;
}

.header-info-widget .tm-btn-shape-none .elementor-button.elementor-size-md {
    padding: 0;
}


/* header-style-toplogo */

.tm-header-style-toplogo .tm-header-top-wrapper .col-sm-4.col-md-3 {
    padding: 0;
}

.tm-header-style-toplogo .info-widget {
    display: table;
}

.tm-header-style-toplogo .info-widget-content {
    display: table-cell;
    vertical-align: middle;
}

.tm-header-style-toplogo .info-widget-content p {
    color: var(--body-blackfont-color);
    font-size: 16px;
    margin: 0px;
}

.tm-header-style-toplogo .info-widget-content h2 {
    position: relative;
    display: block;
    padding-left: 25px;
    color: var(--tm-skincolor-text);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
}

.tm-header-style-toplogo .info-widget {
    padding-left: 25px;
}

.tm-header-style-toplogo .widget-left .info-widget-content:before,
.tm-header-style-toplogo .widget-right .info-widget-content:after {
    position: absolute;
    top: 35px;
    width: 37px;
    height: 40px;
    background-repeat: no-repeat;
    content: "";
}

.tm-header-style-toplogo .widget-right .info-widget-content:after {
    right: 0;
    background: url(../images/info-right-arrow.png);
}

.tm-header-style-toplogo .widget-left .info-widget-content:before {
    background: url(../images/info-left-arrow.png);
    left: 0;
}

.tm-header-style-toplogo .widget-right .info-widget {
    text-align: right;
    padding-right: 25px;
    float: right;
}

.tm-header-style-toplogo .tm-header-top-wrapper .col-sm-4.col-md-3 .widget-right h2 {
    padding-right: 25px;
}

.tm-header-style-toplogo .tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper:before {
    content: "";
    height: 22px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.09);
    display: block;
    position: absolute;
    right: auto;
    left: 0;
}

.tm-header-style-toplogo .tm-textcolor-white .tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper:before {
    background-color: rgba(255, 255, 255, 0.09);
}

.tm-header-style-toplogo .themetechmount-topbar-wrapper .social-icons li>a {
    height: 50px;
    line-height: 50px;
}


.tm-col-bgcolor-skincolor .tm-btn-style-text.tm-btn-color-white .elementor-button-link.elementor-button:hover {
    color: #1f232c;
}

.themetechmount-iconbox.themetechmount-iconbox-style17 {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.themetechmount-iconbox.themetechmount-iconbox-style17 .themetechmount-iconbox-icon {
    vertical-align: top;
    padding-right: 20px;
    width: 20px;
    padding-top: 5px;
}

.themetechmount-iconbox.themetechmount-iconbox-style17 .tm-iocnbox-btn a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: var(--tm-skincolor-text);
}

.themetechmount-iconbox-style17 .tm-cta3-content-wrapper {
    padding-right: 70px;
    margin-bottom: 15px;
}

.themetechmount-iconbox.themetechmount-iconbox-style17 .themetechmount-iconbox-heading .tm-custom-heading {
    margin-bottom: 15px;
}

.themetechmount-iconbox-style17:hover .tm-box-icon i {
    transform: rotateY(360deg);
}

.themetechmount-iconbox.themetechmount-iconbox-style17 .tm-box-icon i {
    display: inline-block;
    transition: all 500ms ease;
}

/*progressbar-style1*/

.progressbar-style1 .elementor-progress-percentage {
    left: 0px;
    top: 0;
    margin-top: -35px;
    font-size: 11px;
    height: 24px;
    width: 38px;
    line-height: 27px;
    background: var(--tm-skincolor-bg);
    padding: 0px 5px;
}

.progressbar-style1 .elementor-progress-percentage:before {
    border-top: 9px solid var(--tm-skincolor-bg);
    border-left: 8px solid transparent;
    border-right: 0 solid transparent;
    left: auto;
    right: 0;
    top: 24px;
    margin: 0;
}

.progressbar-style1 .elementor-progress-wrapper {
    background-color: var(--tm-secondary-bg);
}

.progressbar-style1 .elementor-progress-bar {
    border-radius: 0;
}


/*tm_hoverbox_style*/

.tm_hoverimgbox_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    background: #000;
    justify-content: center;
}

.tm_hoverimgbox_wrapper.tm-column-three .tm_hoverbox_contents {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.tm_hoverimgbox_wrapper:not(.tm-projectbox) .tm_hoverbox_img:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.tm_hoverimgbox_wrapper .tm_hoverbox_img {
    visibility: hidden;
    opacity: 0;
    transition-duration: 1500ms;
    transition: all 1s;
}

.tm_hoverimgbox_wrapper .tm_hoverbox_img,
.tm_hoverimgbox_wrapper .tm_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}

.tm_hoverimgbox_wrapper .tm_hoverbox_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.tm_hoverimgbox_wrapper .tm_hoverbox_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_hoverbox_contents {
    min-height: 76vh;
}

.tm_hoverimgbox_wrapper .tm_hoverbox_contents:first-child {
    border-left: 1px solid rgba(256, 256, 256, 0.5);
}

.tm_hoverimgbox_wrapper .tm_hoverbox_contents {
    position: relative;
    z-index: 2;
    padding: 0px 50px 63px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    border-right: 1px solid rgba(256, 256, 256, 0.5);
}

.tm_hoverimgbox_wrapper .tm_hoverbox_contents:first-child::after,
.tm_hoverimgbox_wrapper .tm_hoverbox_contents:before {
    position: absolute;
    left: auto;
    right: -4px;
    width: 7px;
    height: 26px;
    display: block;
    content: "";
    background-color: var(--tm-skincolor-bg);
    -webkit-animation: scanning 9s linear infinite alternate;
    animation: scanning 9s linear infinite alternate;
}

.tm_hoverimgbox_wrapper .tm_hoverbox_contents:first-child::after {
    left: -4px;
    right: auto;
    -webkit-animation: scanning 11s linear infinite alternate;
    animation: scanning 11s linear infinite alternate;
}

.tm_hoverimgbox_wrapper .tm_hoverbox_contents:nth-child(5):before {
    b-webkit-animation: scanning 13s linear infinite alternate;
    animation: scanning 13s linear infinite alternate;
}

.tm_hoverimgbox_wrapper .tm_hoverbox_contents:nth-child(3):before {
    -webkit-animation: scanning 15s linear infinite alternate;
    animation: scanning 15s linear infinite alternate;
}

@-webkit-keyframes scanning {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}

@keyframes scanning {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}

.tm_hoverimgbox_wrapper .tm-box-title h4 {
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}

.tm_hoverimgbox_wrapper .tm-box-title h4 a {
    color: #fff;
}

.tm_hoverimgbox_wrapper .tm-box-title h4 a:hover {
    color: var(--tm-skincolor-text);
}

.tm_hoverimgbox_wrapper .themetechmount-static-box-desc {
    color: #fff;
    padding-bottom: 0px;
}

.tm_hoverimgbox_wrapper .tm-staticbox-more-link {
    position: relative;
    padding: 10px 30px;
    border: 1px solid #fff;
    color: #fff;
}

.tm_hoverimgbox_wrapper .tm_hoverbox_contents .hoverbox-img-reposive {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}

.themetechmount-hoverbox-heading .themetechmount-static-box-smalldesc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: white;
    padding: 10px 0 0px 0;
    margin-bottom: 25px;

}

.themetechmount-hoverbox-icon .tm-box-icon i {
    font-size: 50px;
    color: var(--tm-skincolor-text);
    padding-right: 15px;

}

.tm_hoverimgbox_wrapper .themetechmount-hoverbox-icon.tm-wrap-cell {
    vertical-align: top;
}


.tm_hoverimgbox_wrapper .tm_hoverbox_contents .tm-bottom-contentbox {
    opacity: 1;
    transition: transform .9s ease;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    margin-bottom: 0px;
}

.tm_hoverimgbox_wrapper .tm_hoverbox_contents:hover .tm-bottom-contentbox {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.tm_hoverbox_img.active .project-box .elementor-text-editor {
    font-size: 16px;
    line-height: 26px;
}

.project-box .elementor-text-editor h3 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 5px;
}

.cta-heading .tm-element-content-heading span {
    position: relative;
}

.cta-heading .tm-element-content-heading span:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    background-color: var(--tm-skincolor-bg);
    top: auto;
    bottom: 0px;
}

.tm-border-text h2 {
    font-size: 260px;
    line-height: 1;
    position: absolute;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .15);
    -webkit-text-fill-color: transparent;
    bottom: -136px;
    z-index: 1;
    display: block;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.tm-header-style-classic3.tm-header-style-classic-style2 .header-widget p {
    color: var(--body-fonts-color);
}

.tm-header-style-classic3.tm-header-style-classic-style2 .header-widget h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.tm-header-style-classic3.tm-header-style-classic-style2 .header-widget .header-icon .icon {
    border: none;
    background-color: var(--tm-greycolor-bg);
}

.tm-header-style-classic3.tm-header-style-classic-style2 .header-widget .header-icon i {
    font-size: 30px;
    line-height: 55px;
    margin-top: 0;
    display: block;
}

.tm-header-style-classic3.tm-header-style-classic-style2 .header-widget .header-icon i:before {
    line-height: unset;
}

/* services-greybox-style */

.services-greybox-style .themetechmount-servicebox-styletwo .themetechmount-post-item {
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-left: 0;
    background-color: var(--tm-greycolor-bg);
    overflow: hidden;
}

.services-greybox-style .themetechmount-servicebox-styletwo:not(:hover) .item-content {
    background-color: var(--tm-greycolor-bg);
}

.services-greybox-style .themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a {
    border: none;
    padding: 0;
}

.services-greybox-style .themetechmount-servicebox-styletwo .item-content {
    padding: 50px 35px 15px 35px;
}

.services-greybox-style .themetechmount-servicebox-styletwo .item-figure img {
    height: 330px;
}

.services-greybox-style .themetechmount-servicebox-styletwo .themetechmount-serviceboxbox-readmore a:hover {
    color: var(--tm-skincolor-bg);
}


.tm-testimonial-nobackground .themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper {
    background: transparent;
}

.tm-testimonial-nobackground .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text {
    line-height: 38px;
    color: var(--body-fonts-color);
    font-weight: 500;
    font-style: italic;
}

.tm-testimonial-nobackground .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text {
    margin: 38px 0px 20px;
}

.tm-testimonial-nobackground .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text {
    overflow: visible;
}


/* new element sliderbox css */

.tm_sliderimgbox_wrapper .tm_sliderbox_img {
    visibility: hidden;
    opacity: 0;
    transition-duration: 1500ms;
    transition: all 1s;
}

.tm_sliderimgbox_wrapper .tm_sliderbox_img,
.tm_sliderimgbox_wrapper .tm_box_overlay {
    position: absolute;
    top: -46px;
    right: auto;
    height: 100%;
    z-index: -1;
    left: 0;
}

.tm_sliderimgbox_wrapper .tm_sliderbox_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_sliderimgbox_wrapper .tm_sliderbox_contents {
    position: relative;
    height: 100%;
    width: 50%;
    display: inline-block;
    min-height: unset;
}

.tm_sliderimgbox_wrapper .tm_sliderbox_contents .prt-bottom-contentbox {
    opacity: 1;
    transform: translateY(0);
}

.tm_sliderimgbox_wrapper .prt-bottom-contentbox {
    padding: 30px;
    position: relative;
    background-color: #f8f8f8;
    width: 75%;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    position: relative;
    right: 0;
    margin-right: 0;
    left: 25%;
}

.tm_sliderimgbox_inner .tm_sliderbox_contents:first-child .prt-bottom-contentbox {
    border-top: none;
}

.tm_sliderimgbox_wrapper .prt-box-title h4 {
    position: relative;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
}

.tm_sliderimgbox_wrapper .tm_sliderbox_contents:hover .prt-bottom-contentbox:before {
    background-color: var(--prt-secondary-bg);
}

.tm_sliderimgbox_wrapper .prt-staticbox-more-link {
    position: relative;
    padding: 10px 30px;
    border: 1px solid #fff;
}

.tm_sliderimgbox_wrapper .tm_sliderbox_contents .coverbox-img-reposive {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}

.tm_sliderimgbox_wrapper .prt-box-icon i {
    font-size: 40px;
    line-height: 30px;
    color: var(--tm-skincolor-text);
    position: relative;
}

.tm_sliderimgbox_wrapper .preyantechnosys-static-box-desc {
    font-size: 14px;
    color: #fff;
    padding-top: 52px;
}

.tm_sliderimgbox_wrapper .tm_sliderbox_contents.active .prt-bottom-contentbox,
.tm_sliderimgbox_wrapper .prt-bottom-contentbox:hover {
    background-color: var(--tm-skincolor-bg);
    border-color: var(--tm-skincolor-bg);
}

.tm_sliderimgbox_wrapper .tm_sliderbox_contents.active .prt-bottom-contentbox .prt-box-icon i,
.tm_sliderimgbox_wrapper .prt-bottom-contentbox:hover .prt-box-icon i {
    color: var(--tm-secondary-bg);
}

.tm_sliderimgbox_wrapper .tm_sliderbox_contents.active .prt-bottom-contentbox .themetechmount-static-box-desc,
.tm_sliderimgbox_wrapper .tm_sliderbox_contents.active .prt-bottom-contentbox .prt-box-title h4,
.tm_sliderimgbox_wrapper .prt-bottom-contentbox:hover .themetechmount-static-box-desc,
.tm_sliderimgbox_wrapper .prt-bottom-contentbox:hover .prt-box-title h4 {
    color: #fff;
}

.tm_sliderimgbox_wrapper .prt-sliderbox-shortdesc {
    color: #fff;
    font-style: italic;
    background-color: rgba(255, 255, 255, 0.20);
    display: inline-block;
    padding: 4px 11px 4px 5px;
    margin-bottom: 25px;
}

.prt-sliderbox-shortdesc h3 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 400;
}

.tm_sliderimgbox_wrapper span.prt-new {
    background-color: var(--prt-skincolor-bg);
    padding: 0px 5px 0px 5px;
    margin-right: 11px;
}

.tm_sliderimgbox_wrapper .prt-sliderbox-btn {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 30px 10px;
    margin-top: 40px;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

.tm_sliderimgbox_wrapper .prt-sliderbox-btn:hover {
    background-color: #fff;
}

.tm_sliderimgbox_wrapper .prt-sliderbox-btn:hover h4 {
    color: var(--prt-secondary-bg);
}

.tm_sliderimgbox_wrapper .prt-sliderbox-btn a {
    color: #fff;
    font-weight: 600;
}

.tm_sliderimgbox_inner {
    text-align: right;
    float: right;
    position: relative;
}

.tm_sliderimgbox_wrapper .sliderbox-img-reposive {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}

.tm-fbar-close .tm-ibgcolor-skincolor,
.tm-fbar-btncolor-skincolor {
    background-color: var(--tm-skincolor-bg);
}

.tm-fbar-close .tm-ibgcolor-dark,
.tm-fbar-btncolor-dark {
    background-color: var(--tm-secondary-bg);
}

.tm-fbar-close .tm-ibgcolor-grey,
.tm-fbar-btncolor-grey {
    background-color: var(--tm-greycolor-bg);
}

.tm-fbar-close .tm-ibgcolor-white,
.tm-fbar-btncolor-white {
    background-color: #fff;
}

.tm-fbar-close .tm-icolor-dark,
.tm-fbar-open-icon.tm-icolor-dark {
    color: var(--body-blackfont-color);
}

.tm-fbar-close .tm-icolor-skincolor,
.tm-fbar-open-icon.tm-icolor-skincolor {
    color: var(--tm-skincolor-bg);
}

.tm-fbar-close .tm-icolor-grey,
.tm-fbar-open-icon.tm-icolor-grey {
    color: var(--tm-greycolor-bg);
}

.tm-fbar-close .tm-icolor-white,
.tm-fbar-open-icon.tm-icolor-white {
    color: #fff;
}

.tm-floatingbar-style1.tm-header-style-classic.tm-header-overlay .tm-header-icons .themetechmount-fbar-btn {
    padding: 0 30px;
}

.tm-floatingbar-style1 .themetechmount-fbar-position-right .themetechmount-fbar-box-w {
    width: 660px;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(660px);
    -ms-transform: translateX(660px);
    transform: translateX(660px);
}

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

.tm-floatingbar-style1 .themetechmount-fbar-position-right .themetechmount-fbar-content-wrapper {
    padding: 40px 70px;
}

.tm-floatingbar-style1 .widget {
    margin: 35px 0 20px;
}

.tm-header-style-classic.tm-header-overlay .container-fullwide .tm-header-flotingbar-icon {
    position: absolute;
    right: 0;
}

.tm-header-style-classic.tm-header-overlay .tm-header-flotingbar-icon {
    position: relative;
    right: 0;
    float: right;
    margin-left: 20px;
}

.tm-header-style-classic.tm-header-overlay .container-fullwide .tm-header-flotingbar-icon .themetechmount-fbar-btn {
    padding: 0 36px;
}

.tm-header-style-classic.tm-header-overlay .container-fullwide #site-header-menu #site-navigation .themetechmount-fbar-btn a {
    font-size: 28px;
}

.tm-textcolor-white h5.tm-skincolor {
    color: var(--tm-skincolor-text) !important;
}

.themetechmount-fbar-box .tm-quicklink-box .tm-righttext-box h2 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.themetechmount-fbar-box .tm-icon i {
    font-size: 40px;
}

.tm-textcolor-white .themetechmount-fbar-box .tm-quicklink-box .tm-righttext-box p,
.tm-textcolor-white .themetechmount-fbar-box .tm-quicklink-box .tm-righttext-box p a {
    color: rgb(255 255 255 / 65%);
}

.themetechmount-fbar-box .tm-quicklink-box:not(.tm-boxspacing-0) .tm-righttext-box {
    padding-bottom: 10px;
}

.themetechmount-fbar-box .tm-quicklink-box.tm-boxspacing-0 .tm-righttext-box p {
    margin-bottom: 0px;
}

.themetechmount-fbar-box .tm-quicklink-boxs:before {
    content: "";
    height: 25px;
    width: 1px;
    background-color: rgb(255 255 255 / 28%);
    display: block;
    position: absolute;
    left: 0px;
    top: 16px;
}

.themetechmount-fbar-box .tm-quicklink-box.tm-quicklink-boxs {
    padding-left: 30px;
}

.themetechmount-fbar-box .tm_subscribe_form .btn[type="submit"] {
    height: 50px;
    border-radius: 0;
}

.themetechmount-fbar-box .tm_subscribe_form input[type="email"] {
    border-radius: 0;
}

.themetechmount-fbar-box .social-icons li>a:hover {
    background-color: var(--tm-skincolor-bg);
    border-color: var(--tm-skincolor-bg);
    color: #fff;
}

/* floatingbar menu */

.tm-float-overlay .tm-float-header {
    display: flex;
}

.tm-float-header .tm-floatingbar-menu nav {
    opacity: 0;
    display: flex;
    align-items: center;
    height: 100vh;
    transform: translateX(100%) scale(.8);
    transition: .6s ease-in-out;
    transition-delay: .1s;
    padding-top: 40px;
    padding-bottom: 40px;
}

.tm-float-header .tm-floatingbar-menu nav {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition: .5s ease-out;
    transition-delay: 0s;
}

.tm-float-header .tm-floatingbar-menu {
    width: 33.333333%;
}

.tm-float-header .tm-floatingbar-menu .nav-menu .menu-item {
    list-style-type: none;
    margin-bottom: 20px;
    position: relative;
}

.tm-float-header .tm-floatingbar-menu .nav-menu .menu-item:last-child {
    margin-bottom: 0;
}

.tm-float-header .tm-floatingbar-menu .nav-menu .menu-item a {
    display: inline-block;
}

.tm-float-header .tm-floatingbar-menu div.nav-menu>ul li ul li a:hover,
.tm-float-header .tm-floatingbar-menu div.nav-menu>ul>li.current-menu-item>a,
.tm-float-header .tm-floatingbar-menu div.nav-menu>ul>li>a:hover {
    color: var(--tm-skincolor-bg);
}

.tm-float-header .tm-floatingbar-menu div.nav-menu .sub-menu .menu-item:first-child {
    margin-top: 20px;
}

.tm-float-header .tm-floatingbar-menu div.nav-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.tm-float-header .tm-floatingbar-menu div.nav-menu .sub-menu.toggle-active {
    max-height: 300px;
}

.tm-float-overlay.animated {
    opacity: 1;
}

.tm-float-header .tm-floatingbar-menu div.nav-menu ul li i.tm-inoterior-icon-angle-down {
    right: 0;
    position: absolute;
    font-size: 20px;
    transition: all 500ms ease;
    display: inline-block;
    top: 5px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.tm-float-header .tm-floatingbar-menu div.nav-menu ul.sub-menu li i.tm-inoterior-icon-angle-down {
    top: 0px;
}

.tm-float-header .tm-floatingbar-menu div.nav-menu {
    min-width: 260px;
}

#site-header-menu #site-navigation div.nav-menu>ul.sub-menu>li i {
    display: none;
}

.tm-header-style-classic.tm-header-overlay .tm-slider-hasquicktext .themetechmount-slider-wrapper .tm-quickdetails-area {
    right: 0;
    left: auto;
}

.tm-process-style2 .elementor-progress-bar {
    margin-top: 10px;
}

.tm-testimonial-nobackground .themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-box-title {
    background-color: #ffffff;
    border-radius: 5px;
}

.tm-after-image-bg .twentytwenty-after-label {
    background-color: var(--tm-skincolor-bg);
}



/*******************
=================================================================
 Demo 9 update page css ************************
 ================================================================*/

/********* section 1 css*******/

.tm-stylish-font .tm-element-content-heading strong,
.tm-seperator-style3 .tm-element-content-heading strong {
    font-family: "Caveat", Arial, Helvetica, sans-serif;
}

/*****fidbox css************/

.tm-fid-view-style10 .tm-fld-contents {
    text-align: right;
    padding-right: 55px;
}

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

.tm-fid-view-style10 {
    float: right;
    position: relative;
    padding: 0;
    overflow: hidden;
    display: flex;
}

.tm-fid-view-style10 .tm-fid-icon-wrapper i {
    position: relative;
    top: 0;
}

.tm-fid-view-style10.tm-fid.inside h4 {
    font-size: 34px;
    color: var(--body-blackfont-color);
    font-weight: 600;
}

.tm-fid-view-style10 h3.tm-fid-title {
    font-size: 15px;
    color: var(--body-fonts-color);
}

.tm-fid-view-style10 .tm-number-rotate.numinate.completed {
    margin-right: -7px;
}

.tm-fid-view-style10 .tm-fid-left {
    display: inline-block;
}

.tm-fid-view-style10 .tm-fid-icon-wrapper:after {
    position: absolute;
    content: '';
    background-color: #e5e5e5;
    width: 1px;
    height: 59px;
    left: -30px;
    right: auto;
    top: auto;
    bottom: 4px;
}

.tm-fid-view-style10 .tm-fid-icon-wrapper {
    position: relative;
}

.tm-fid-view-style10 .tm-fid-icon-wrapper i {
    display: inline-block;
    transition: all .5s ease;
    padding-top: 9px;
}

.tm-fid-view-style10:hover .tm-fid-icon-wrapper i {
    transform: rotateY(180deg);
}

/***************** section 2 css ******************/

/********heading subheading (tm-col-interior)*********/

.tm-font-interior .tm-element-content-heading {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
}

.tm-font-interior .tm-element-content-heading strong {
    font-family: "Caveat", Arial, Helvetica, sans-serif;
}

.tm-font-interior .elementor-button-link.elementor-button.elementor-size-md {
    padding: 12px 20px !important;
}


/**********iconbox style18**************/
.themetechmount-iconbox-style18 {
    padding: 40px 15px 34px 40px;
    margin-bottom: 0;
    transition: all 0.5s ease;
}

.themetechmount-iconbox.themetechmount-iconbox-style18 .tm-box-icon i {
    font-size: 50px;
}

.themetechmount-iconbox.themetechmount-iconbox-style18 .tm-custom-heading {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 17px;
}

.tm-col-active .themetechmount-iconbox.themetechmount-iconbox-style18 .tm-custom-heading a {
    color: #fff;
}

.themetechmount-iconbox-style18 .themetechmount-iconbox-icon {
    margin-bottom: 14px;
}

.themetechmount-iconbox-style18:hover,
.tm-col-active .themetechmount-iconbox-style18 {
    background-color: var(--body-blackfont-color);
    background-image: url(../images/sec_effect_img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tm-col-active .themetechmount-iconbox-style18 .tm-cta3-content-wrapper {
    color: #fff;
    opacity: 0.7;
}

.themetechmount-iconbox-style18:hover .tm-box-icon i {
    color: var(--tm-skincolor-bg) !important;
}

.themetechmount-iconbox-style18:hover .tm-custom-heading {
    color: #fff;
}

.themetechmount-iconbox.themetechmount-iconbox-style18:hover .tm-custom-heading a {
    color: #fff;
}

.themetechmount-iconbox.themetechmount-iconbox-style18 .tm-custom-heading a:hover {
    color: var(--tm-skincolor-bg);
}

.themetechmount-iconbox-style18:hover .tm-cta3-content-wrapper {
    color: #fff;
    opacity: 0.7;
}

/*************section 3 css*********************************/

.tm-brand-font .elementor-heading-title strong {
    font-family: "Caveat", Arial, Helvetica, sans-serif;
    color: var(--tm-skincolor-text);
}

/********client logo css ********************/
.tm-col-logo .themetechmount-client-box-view-separator-logo .themetechmount-item-thumbnail-inner {
    padding: 0 0 0 0;
}

.tm-col-logo .themetechmount-box-view-separator-logo .themetechmount-item-thumbnail:after {
    border-color: #26465e;
}

.tm-col-logo .themetechmount-client-box-view-separator-logo .themetechmount-item-thumbnail-inner img {
    display: inline-block;
    transition: all .5s ease;
}

/**************** section 4 css *******************/
.tm-font-stylish .elementor-heading-title.elementor-size-default strong {
    font-family: "Caveat", Arial, Helvetica, sans-serif;
}

.tm-img-class .elementor-widget-container {
    font-size: 24px;
    color: var(--body-blackfont-color);
    font-weight: 600;
}

.tm-img-class .elementor-widget-container strong {
    color: var(--tm-skincolor-bg);
    font-family: "Caveat", Arial, Helvetica, sans-serif;
    font-size: 24px;
}

/**************blogbox style1 13 css **********************************/
.themetechmount-blogbox-style13 .tm-box-post-date {
    display: none;
}

.themetechmount-blogbox-style13 .themetechmount-box-desc {
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.themetechmount-blogbox-style13 {
    border: 1px solid #e5e5e5;
    text-align: center;
    background-color: #fff;
}

.themetechmount-blogbox-style13 .themetechmount-box-desc .entry-header {
    text-align: center;
    padding: 0 25px 30px;
}

.themetechmount-blogbox-style13 .themetechmount-blogbox-desc-footer {
    padding: 0;
}

.themetechmount-blogbox-style13 .themetechmount-blogbox-footer-left:hover a {
    -moz-transform: translate(20px, 0px);
    -webkit-transform: translate(20px, 0px);
    -o-transform: translate(20px, 0px);
    -ms-transform: translate(20px, 0px);
    transform: translate(20px, 0px);
}

.themetechmount-blogbox-style13 .themetechmount-blogbox-footer-left:hover a:before {
    width: 30px;
    opacity: 1;
    -moz-transform: translate(30px, 0px);
    -webkit-transform: translate(30px, 0px);
    -o-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
    position: relative;
    left: 0px;
}

.themetechmount-blogbox-style13 .themetechmount-blogbox-footer-left:hover a:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.themetechmount-blogbox-style13 .themetechmount-blogbox-footer-left.themetechmount-wrap-cell:hover a:before {
    opacity: 1;
}

.themetechmount-blogbox-style13 .themetechmount-blogbox-footer-left.themetechmount-wrap-cell a:after,
.themetechmount-blogbox-style13 .themetechmount-blogbox-footer-left.themetechmount-wrap-cell a {
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.themetechmount-blogbox-style13 .themetechmount-blogbox-footer-left.themetechmount-wrap-cell a:after {
    content: "\e826";
    font-family: "tm-inoterior-icons";
    padding-left: 10px;
}

.themetechmount-blogbox-style13 .themetechmount-blogbox-footer-left.themetechmount-wrap-cell a:before {
    content: "\e826";
    font-family: "tm-inoterior-icons";
    padding-right: 10px;
    opacity: 0;
}

.themetechmount-blogbox-style13 .themetechmount-box-title h4 a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--body-blackfont-color);
    font-weight: 600;
    font-size: 24px;
}

.themetechmount-blogbox-style13 .themetechmount-blogbox-footer-left.themetechmount-wrap-cell:hover {
    color: var(--tm-skincolor-text);
    background-color: var(--body-blackfont-color);
}

.themetechmount-blogbox-style13 .themetechmount-blogbox-footer-left.themetechmount-wrap-cell:hover a {
    color: var(--tm-skincolor-text);
}

.themetechmount-blogbox-style13 i {
    display: none;
}

.themetechmount-blogbox-style13 .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    right: 10px;
    top: 0;
    background-color: #c0c2c6;
    margin-top: 2px;
    transform: rotate(15deg);
}

.themetechmount-blogbox-style13 .tm-entry-meta-wrapper {
    margin-bottom: 8px;
    font-weight: 600;
}


.themetechmount-blogbox-style13 .themetechmount-blogbox-footer-left.themetechmount-wrap-cell {
    display: block;
    padding: 15px 25px;
    background: var(--tm-greycolor-bg);
    border-top: 1px solid #e5e5e5;
    transition: all 0.3s ease-in-out;
}

.themetechmount-blogbox-style13 .themetechmount-blogbox-footer-left.themetechmount-wrap-cell a {
    color: var(--body-blackfont-color);
    font-weight: 600;
    display: block;
}

.themetechmount-blogbox-style13 .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    padding: 25px 25px;
}

.themetechmount-blogbox-style13 .entry-date.published {
    color: var(--tm-skincolor-text);
}

.tm-ul-stylish .tm-skincolor u {
    font-family: "Caveat", Arial, Helvetica, sans-serif;
}

.tm-ul-stylish .elementor-heading-title {
    font-weight: 600;
    font-size: 56px;
    line-height: 65px !important;
    width: 75%;
    text-align: center;
    margin: 0 auto;
}

.tm-ul-stylish .elementor-widget-container {
    margin-bottom: 5px;
}

/****************** footer area css *****************************/

.tm-first-widget .textwidget.widget-text {
    font-size: 30px;
    line-height: 35px;
}

.tm-first-widget .textwidget.widget-text strong {
    font-family: "Caveat", Arial, Helvetica, sans-serif;
    color: var(--tm-skincolor-bg);
}

.widget-area .tm-second-firstwid .widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
}

.widget-area .tm-second-firstwid .textwidget.widget-text {
    color: rgba(255, 255, 255, 0.5);
}

.widget-area .tm-second-secondwid .widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.widget-area .tm-second-secondwid .textwidget.widget-text {
    font-size: 24px;
    line-height: 36px;
}

.tm-second-secondwid .textwidget.widget-text strong {
    color: var(--tm-skincolor-bg);
    font-family: "Caveat", Arial, Helvetica, sans-serif;
}

.tm-second-secondwid .tm-link {
    font-size: 15px;
    text-decoration: underline;
    padding-top: 14px;
}

.tm-textcolor-white .tm-second-secondwid .tm-link a:not(:hover) {
    color: rgba(255, 255, 255, 0.5) !important;
}

.widget.tm-second-fourwid .widget-title {
    font-size: 22px;
    font-weight: 600;
}

.tm-second-fourwid .textwidget.widget-text {
    color: rgba(255, 255, 255, 0.5);
}

.footer .tm-first-widget.enhanced-text-widget {
    padding-top: 20px;
    padding-bottom: 5px;
}

.footer .tm-sec-wid .textwidget.widget-text {
    color: rgba(255, 255, 255, 0.5);
}

.tm-second-thirdwid .widget-title {
    margin-bottom: 22px !important;
}

.tm-second-fourwid .mailchimp-inputbox button[type="submit"] {
    position: absolute;
    background-color: transparent;
    height: auto;
    width: auto;
    top: 17px;
    bottom: auto;
    right: 8px;
    text-align: right;
}

.tm-second-fourwid .mailchimp-email i {
    position: absolute;
    top: 15px;
    bottom: auto;
}

.tm-second-fourwid .mailchimp-inputbox input[type="email"] {
    padding-left: 27px;
    padding-right: 35px;
    border: none;
}

.tm-second-fourwid .mailchimp-email {
    border-bottom: 1px solid #36546a;
}

.tm-second-fourwid p {
    display: inline-block;
}

.tm-second-fourwid input[type="checkbox"] {
    display: inline-block;
}

.tm-second-fourwid .tm-radio {
    padding-top: 23px;
}

.tm-social-widget.widget ul>li a:before {
    content: none !important;
}

.widget-area .tm-social-widget .widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
}

.tm-social-widget.widget ul>li {
    padding-bottom: 5px;
}

.widget.tm-second-fourwid .widget-title {
    margin-bottom: 7px;
}

.footer .tm-textcolor-white .tm-social-widget.widget ul>li a:not(:hover) {
    color: rgba(255, 255, 255, 0.5);
}

.footer .tm-textcolor-white .tm-social-widget.widget ul>li a {
    padding-left: 0;

}

/****** header css *****************/
.header-info-widget .tm-header-quick-whatsbox {
    display: flex;
    margin-left: 63px;
    position: relative;
}

.header-info-widget .tm-whatsbox-content {
    display: table-cell;
    vertical-align: middle;
}

.tm-header-quick-whatsbox .tm-whatsbox-content .tm-whatsbox-title {
    padding-top: 20px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Caveat", Arial, Helvetica, sans-serif;
    display: block;
}

.tm-header-quick-whatsbox .tm-whatsbox-content .tm-whatsbox-number {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
}

.tm-header-quick-whatsbox .tm-whatsbox-image {
    padding-right: 20px;
}

.header-info-widget .tm-header-quick-whatsbox:before {
    position: absolute;
    content: '';
    background-color: #e5e5e5;
    width: 1px;
    height: 59px;
    left: -51px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tm-custom-fontfamily {
    font-family: "Caveat", Arial, Helvetica, sans-serif;
}

.mc4wp-form-fields .mailchimp-inputbox.tm-mailchimp-newsletter input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.30) !important;
}

.mc4wp-form-fields .mailchimp-inputbox.tm-mailchimp-newsletter input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.30) !important;
}

.mc4wp-form-fields .mailchimp-inputbox.tm-mailchimp-newsletter input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.30) !important;
}

.mc4wp-form-fields .mailchimp-inputbox.tm-mailchimp-newsletter input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.30) !important;
}

.tm-text-line .elementor-widget-container strong a {
    text-decoration: underline;
}

/** =======================================================================================================================================
***********************New Demo Inoterior Cafe ****************************************************************************************
============================================================================================================================= **/

/************************* section1 css ************************************************************************/

/******************* servicebox styleone css *****************************/
.tm-boxstyle-classic .themetechmount-servicebox-styleone .themetechmount-box-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/************************* lastscetion iconbox style10(.tm-icon-middle)************************************/
.tm-icon-middle .themetechmount-iconbox.themetechmount-iconbox-style17 .themetechmount-iconbox-icon {
    vertical-align: middle;
    padding-right: 30px;
}

.tm-icon-middle .themetechmount-iconbox.themetechmount-iconbox-style17 .tm-box-icon i {
    padding: 20px;
}

.tm-icon-middle .themetechmount-iconbox.themetechmount-iconbox-style17 .tm-custom-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 7px;
}

.tm-icon-middle .themetechmount-iconbox.themetechmount-iconbox-style17 .tm-cta3-content-wrapper {
    margin-bottom: 0;
}

.tm-icon-middle .themetechmount-iconbox.themetechmount-iconbox-style17 .themetechmount-iconbox-heading.tm-wrap-cell {
    padding-top: 5px;
}

.themetechmount-blogbox-styleten .themetechmount-box-content-inner a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: inline;
}


/***=============================================================================================================================
******************************* inoterior palnts demo css ***********************************************************************
========================================================================================================********************/

/************iconbox style19 css *****************************/

.themetechmount-iconbox.themetechmount-iconbox-style19 .tm-iconbox-wrapper {
    text-align: center;
    padding: 0px 40px 0 40px;
}

.themetechmount-iconbox.themetechmount-iconbox-style19 .tm-icon-type-text {
    font-size: 100px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 100px;
    line-height: 0;
    transition: all .6s;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px #dcdcdc;
    color: #ffffff !important;
    line-height: 100px;
}

.themetechmount-iconbox.themetechmount-iconbox-style19:hover .tm-icon-type-text {
    -webkit-text-stroke: 1px var(--tm-skincolor-bg);
}

.themetechmount-iconbox.themetechmount-iconbox-style19 .tm-custom-heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 6px;
}

.themetechmount-iconbox.themetechmount-iconbox-style19 .tm-cta3-content-wrapper {
    margin-bottom: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.themetechmount-iconbox.themetechmount-iconbox-style19 a {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 3px;
    font-weight: 600;
}

.themetechmount-iconbox.themetechmount-iconbox-style19 a:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 30%;
    background-color: #2d2d2d;
    top: 20px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.themetechmount-iconbox.themetechmount-iconbox-style19 a:hover:after {
    width: 100%;
    transition: all .5s ease;
    background-color: var(--tm-skincolor-bg);
}

.themetechmount-iconbox.themetechmount-iconbox-style19 .tm-iconbox-wrapper .themetechmount-iconbox-icon {
    margin-bottom: 10px;
}

.themetechmount-iconbox.themetechmount-iconbox-style19 .tm-iocnbox-btn a {
    position: relative;
}

.themetechmount-element-servicebox-styleseven .tm-sortable-link:last-child a:after {
    display: none;
}


/************* section 3 ***************************/
/********* servicebox style7 css ********/

.themetechmount-box-service.themetechmount-servicebox-styleseven .tm-servicebox-detials {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    top: auto;
    bottom: 30px;
    width: 84%;
    height: auto;
    background-color: #f4f4f4;
    color: var(--body-fonts-color);
    padding: 23px 24px 23px;
}

.themetechmount-box-service.themetechmount-servicebox-styleseven:hover img {
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.themetechmount-box-service.themetechmount-servicebox-styleseven 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;
    width: 100%;
}

.themetechmount-box.themetechmount-box-service.themetechmount-servicebox-styleseven {
    overflow: hidden;
}

.themetechmount-element-servicebox-styleseven .tm-sortable-link.tm-sortable-all-link a:hover {
    background-color: #fff !important;
    color: var(--tm-skincolor-bg);
}

.themetechmount-element-servicebox-styleseven .tm-sortable-link a:hover {
    background-color: #fff;
    color: var(--tm-skincolor-bg);
    position: relative;
}

.themetechmount-element-servicebox-styleseven .tm-sortable-link:first-child a {
    padding-left: 0px;
}

.themetechmount-element-servicebox-styleseven .tm-sortable-link a {
    background-color: #fff !important;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.themetechmount-element-servicebox-styleseven .tm-sortable-link a:after {
    content: '';
    position: absolute;
    background-color: #212121;
    width: 1px;
    height: 24px;
    top: auto;
    bottom: auto;
    right: 0;
    left: auto;
    transition: all .5s ease;
}

.themetechmount-element-servicebox-styleseven .tm-sortable-link a:hover:after {
    transform: rotate(25deg);
    transition: all .5s ease;
    background-color: var(--tm-skincolor-bg);
}

.themetechmount-element-servicebox-styleseven .tm-sortable-link a.selected:after {
    transform: rotate(25deg);
    transition: all .5s ease;
    background-color: var(--tm-skincolor-bg);
}

.themetechmount-element-servicebox-styleseven .tm-sortable-link li:last-child a:after {
    content: none;
}

.themetechmount-element-servicebox-styleseven .tm-sortable-link a.selected {
    color: var(--tm-skincolor-bg);
}

.themetechmount-element-servicebox-styleseven .tm-sortable-link a:hover:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 25%;
    background-color: #2d2d2d;
    top: auto;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .5s ease;
}

.themetechmount-element-servicebox-styleseven .tm-sortable-list ul {
    margin-top: 0;
    margin-bottom: 25px;
}

.themetechmount-element-servicebox-styleseven .themetechmount-box-category {
    text-transform: uppercase;
    font-size: 12px;
}

/************************ teambox style3 css ********************************/

.themetechmount-box-team.themetechmount-teambox-style3 .tm-team-social-links {
    background-color: #fff;
    display: flex;
}

.themetechmount-box-team.themetechmount-teambox-style3 .themetechmount-content-inner {
    display: flex;
}

.themetechmount-box-team.themetechmount-teambox-style3 .themetechmount-box-content {
    position: relative;
    display: inline-block;
    width: 57%;
}

.themetechmount-teambox-style3 .themetechmount-innercontent-box {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    position: absolute;
    top: auto;
    bottom: 35px;
    left: 0px;
    right: 0;
    padding: 30px 30px 10px 25px;
}

.themetechmount-box-team.themetechmount-teambox-style3 .themetechmount-box-content:before {
    content: '';
    position: absolute;
    height: 125px;
    width: 174px;
    background-color: #f4f4f4;
    top: 60px;
    bottom: auto;
    right: 0;
    left: auto;
}

.themetechmount-box-team.themetechmount-teambox-style3 .themetechmount-box-title h4 {
    margin-bottom: 0;
}

.themetechmount-box-team.themetechmount-teambox-style3 .tm-member-social {
    float: right;
}

.themetechmount-box-team.themetechmount-teambox-style3 .tm-team-social-links i:hover {
    color: var(--tm-skincolor-bg);
}

/*************coverbox css ********************************/

.tm_coverimgbox_wrapper.tm-column-four.horizontal {
    display: block;
}

.tm-column-four.horizontal .tm_coverbox_contents {
    display: block;
    flex-direction: row;
    padding: 50px 0 13px 0;
    text-align: center;
    border-bottom: 1px solid #5d5c5d;
}

.tm-column-four.horizontal.tm_coverimgbox_wrapper .tm_coverbox_contents:hover .tm-bottom-contentbox {
    opacity: 1;
    -moz-transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
}

.tm-column-four.horizontal.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-bottom-contentbox {
    opacity: 1;
    transition: transform .9s ease;
    -moz-transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
}

.tm-column-four.horizontal.tm_coverimgbox_wrapper:not(.tm-projectbox) .tm_coverbox_contents:before {
    content: none;
}

.tm-column-four.horizontal .tm_coverbox_contents {
    min-height: 0;
}

.tm-column-four.horizontal.tm_coverimgbox_wrapper .tm_coverbox_contents .tm-bottom-contentbox {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.tm-column-four.horizontal.tm_coverimgbox_wrapper:not(.tm-projectbox) .tm-box-title h4:after {
    content: none;
}

.tm-column-four.horizontal .tm-box-title {
    width: 40%;
    text-align: left;
}

.tm-column-four.horizontal .themetechmount-static-box-desc {
    width: 40%;
    padding: 0;
}

.tm-column-four.horizontal.tm_coverimgbox_wrapper .tm-staticbox-more-link {
    position: relative;
    border: none;
    padding: 0;
    width: 20%;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: right;
    padding-right: 25px;
}

.tm-column-four.horizontal.tm_coverimgbox_wrapper .tm-staticbox-more-link:hover {
    color: var(--tm-skincolor-bg);
}

.tm-column-four.horizontal.tm_coverimgbox_wrapper .tm-staticbox-more-link:before {
    content: none;
}

.tm-column-four.horizontal.tm_coverimgbox_wrapper .tm-staticbox-more-link:after {
    content: none;
}

.tm-column-four.horizontal.tm_coverimgbox_wrapper .tm-staticbox-more-link:after {
    content: '\e826';
    position: absolute;
    font-family: 'tm-inoterior-icons';
    border: none;
    right: 0;
    left: auto;
    top: auto;
    bottom: 35px;
}

.tm-column-four.horizontal.tm_coverimgbox_wrapper .tm-staticbox-more-link:hover:after {

    transform: unset;
}

.tm-column-four.horizontal .tm_coverbox_contents:hover {
    background-color: rgba(34, 34, 34, 0.60);
    opacity: 1;
}


.elementor-section.tm-section-customborder {
    border: 30px solid transparent;
    border-image: url(../images/custom-border.png) 30 round;
}

.tm-inline-sharebox p,
.tm-inline-sharebox .themetechmount-social-links-wrapper,
.tm-inline-sharebox h3 {
    display: inline-block;
}

.footer .tm-inline-sharebox .social-icons li {
    padding: 0;
}

.footer .tm-inline-sharebox .social-icons li>a {
    border: none;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
}

.footer .tm-inline-sharebox .social-icons li>a:hover {
    color: var(--tm-skincolor-bg) !important;
}

.footer.tm-footerstyle-style1 .widget.widget_nav_menu ul>li:last-child {
    padding-bottom: 10px;
}

.footer.tm-footerstyle-style1 .tm-textcolor-dark {
    color: var(--body-fonts-color) !important;
}

.footer.tm-footerstyle-style1 .widget.widget_nav_menu ul>li {
    padding-bottom: 5px;
}

.tm-widget-address p {
    margin: 0 0 8px;
}

.themetechmount-fbar-content-wrapper .widget {
    margin: 35px 0 35px;
    word-wrap: break-word;
}

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

#tm-slider-borderbutton rs-mask-wrap,
#tm-slider-borderbutton,
#tm-slider-borderbutton * {
    overflow: visible !important;
}

.footer.tm-footerstyle-style1 .first-footer {
    border-top: 1px solid #E2E2E2;
}

.footer.tm-footerstyle-style1 .footer-rows .first-footer .first-footer-inner {
    padding: 40px 0 40px;
}

/**********************fid box style10 css *********************************/

.tm-fidpadding0 .tm-fid-view-style10 .tm-number-rotate {
    font-size: 55px;
    line-height: 65px;
}

.tm-fidpadding0 .tm-fid-view-style10 {
    float: none;
    display: block;
}

.tm-fidpadding0 .tm-fidpadding0 .tm-fid-view-style10 {
    padding: 0px 30px 0px 0px;
    display: block;
    text-align: center;
    margin: 0 auto;
    float: none;
}

.tm-fidpadding0 .tm-fid-view-style10 .tm-fid-left {
    display: block;
}


/******************************* inoterior lighting demo *******************************/

/*icom box style 20*/

.themetechmount-iconbox-style20 {
    background-color: #fff;
    padding: 44px 30px 0px 30px;
    position: relative;
    min-height: 173px;
    overflow: hidden;
}

.themetechmount-iconbox.themetechmount-iconbox-style20,
.themetechmount-iconbox-style20 .themetechmount-iconbox-icon,
.themetechmount-iconbox-style20 .themetechmount-iconbox-heading,
.themetechmount-iconbox-style20 .tm-iocnbox-btn {
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.themetechmount-iconbox-style20 .themetechmount-iconbox-icon {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.themetechmount-iconbox-style20:hover .themetechmount-iconbox-icon,
.tm-active-iconbox .themetechmount-iconbox-style20 .themetechmount-iconbox-icon {
    transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    opacity: 0;
}

.themetechmount-iconbox-style20 .themetechmount-iconbox-heading {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.themetechmount-iconbox-style20 .themetechmount-iconbox-icon,
.themetechmount-iconbox-style20 .themetechmount-iconbox-heading {
    opacity: 1;
}

.themetechmount-iconbox-style20:hover .themetechmount-iconbox-heading,
.tm-active-iconbox .themetechmount-iconbox-style20 .themetechmount-iconbox-heading {
    transform: translateY(-65px);
    -ms-transform: translateY(-65px);
    -webkit-transform: translateY(-65px);
    -moz-transform: translateY(-65px);
}

.themetechmount-iconbox.themetechmount-iconbox-style20 .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 20px;
    margin-bottom: 10px;
}

.themetechmount-iconbox-style20 .tm-cta3-content-wrapper {
    opacity: 0;
}

.themetechmount-iconbox-style20:hover .themetechmount-iconbox-heading,
.themetechmount-iconbox-style20:hover .tm-cta3-content-wrapper,
.themetechmount-iconbox-style20:hover::after,
.tm-active-iconbox .themetechmount-iconbox-style20::after,
.tm-active-iconbox .themetechmount-iconbox-style20 .themetechmount-iconbox-heading,
.tm-active-iconbox .themetechmount-iconbox-style20 .tm-cta3-content-wrapper {
    opacity: 1;
}

.tm-active-iconbox .themetechmount-iconbox-style20 .tm-cta3-content-wrapper {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.themetechmount-iconbox-style20:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-bottom: 3px solid var(--tm-skincolor-bg);
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.themetechmount-iconbox-style20 .tm-cta3-content-wrapper {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.themetechmount-iconbox-style20:hover .tm-cta3-content-wrapper {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
}

/*ProgressBar style 2*/

.progressbar-style2 .elementor-widget-progress .elementor-title {
    font-size: 15px !important;
    line-height: 24px;
}

.progressbar-style2 .elementor-progress-wrapper {
    background: #e2e2e2;
    margin-top: 0;
}

.progressbar-style2 .elementor-progress-percentage {
    font-weight: 500;
    background-color: transparent;
    color: var(--body-blackfont-color);
}

.progressbar-style2 .elementor-progress-percentage:before {
    display: none;
}

/*portfolio box style 3*/

.themetechmount-element-portfoliobox-style3 .themetechmount-box.themetechmount-box-portfolio.themetechmount-box-view-top-image.themetechmount-portfolio-box-view-top-image {
    overflow: hidden;
}

.themetechmount-element-portfoliobox-style3 .tm-element-content-heading {
    margin-bottom: 10px;
}

.elementor-element .themetechmount-element-portfoliobox-style3 .themetechmount-box-heading-wrapper {
    margin-bottom: 0;
}

.themetechmount-element-portfoliobox-style3 .tm-sortable-list ul {
    margin-bottom: 33px;
    margin-top: 0;
}

.themetechmount-element-portfoliobox-style3 .tm-sortable-list .tm-sortable-link {
    margin-right: 40px;
}

.themetechmount-element-portfoliobox-style3 .themetechmount-icon-box a.tm_prettyphoto {
    display: none;
}

.themetechmount-element-portfoliobox-style3 .tm-sortable-list .tm-sortable-link a.selected {
    background-color: transparent;
    color: var(--body-fonts-color);
    border-bottom: 2px solid #ff4880;
}

.themetechmount-element-portfoliobox-style3 .tm-sortable-list .tm-sortable-link a {
    padding: 8px 5px 5px;
    color: var(--body-fonts-color);
}

.themetechmount-element-portfoliobox-style3 .tm-sortable-list .tm-sortable-link a.selected,
.themetechmount-element-portfoliobox-style3 .tm-sortable-list .tm-sortable-link a:hover {
    background-color: transparent;
}

.themetechmount-element-portfoliobox-style3 .themetechmount-box-portfolio .themetechmount-overlay {
    background-color: transparent;
}

.themetechmount-element-portfoliobox-style3 .themetechmount-box-portfolio .themetechmount-box-title h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.themetechmount-element-portfoliobox-style3 .themetechmount-box-category a {
    color: var(--body-fonts-color);
}

.themetechmount-element-portfoliobox-style3 .themetechmount-portfolio-box-view-top-image .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper img.wp-post-image {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    overflow: hidden;
}

.themetechmount-element-portfoliobox-style3 .themetechmount-portfolio-box-view-top-image:hover .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper img.wp-post-image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.themetechmount-element-portfoliobox-style3 .themetechmount-box-bottom-content,
.themetechmount-element-portfoliobox-style3 .themetechmount-box-title,
.themetechmount-element-portfoliobox-style3 .themetechmount-box-category {
    display: block;
    overflow: hidden;
}

.themetechmount-element-portfoliobox-style3 .themetechmount-box-bottom-content {
    padding: 15px 15px 19px 15px;
    position: absolute;
    text-align: center;
    bottom: -50px;
    left: 27px;
    right: 27px;
    background: #fff;
    display: inline-block;
    z-index: 10;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.themetechmount-element-portfoliobox-style3 .themetechmount-portfolio-box-view-top-image:hover .themetechmount-box-bottom-content {
    opacity: 1;
    bottom: 26px;
    z-index: 10;
}

/* icon style14 class*/

.tm-iconbgcolor-style14 .themetechmount-iconbox.themetechmount-iconbox-style14 .themetechmount-iconbox-inner {
    background-color: var(--tm-greycolor-bg);
}

.tm-iconbgcolor-style14 .themetechmount-iconbox-style14:hover .tm-process-num .tm-number-wrapper:before {
    background-color: #fff;
}

.tm-iconbgcolor-style14 .themetechmount-iconbox-style14 .tm-process-num {
    display: none;
}

.tm-iconbgcolor-style14 .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* icon style 7 class*/

.tm-iconborder-style7 .themetechmount-iconbox-styleseven .themetechmount-iconbox-icon img {
    border-radius: 0%;
    border: 5px solid #fff;
}

.tm-iconborder-style7 .themetechmount-iconbox-styleseven .themetechmount-iconbox-heading .tm-custom-heading {
    padding-left: 15px;
    padding-right: 15px;
}

.tm-iconborder-style7 .themetechmount-iconbox-styleseven .themetechmount-serviceboxbox-readmore a {
    color: var(--body-fonts-color);
}

.tm-iconborder-style7 .themetechmount-iconbox-styleseven:hover .themetechmount-serviceboxbox-readmore a {
    color: var(--tm-skincolor-bg);
}

/*testimonial style 4 css*/

.tm-reviewcolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:before {
    background-color: var(--tm-greycolor-bg);
}

.tm-reviewcolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text {
    color: var(--body-fonts-color);
    font-family: 'Jost';
    font-weight: 500;
    font-style: italic;
}

.tm-reviewcolor .themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper {
    margin-top: 62px;
}

/*footer section */

.footer .widget.tm-latestform .footer-subscribebox {
    background-color: #fff;
}

.footer .tm-latestform .footer-subscribebox .subscribe-box input[type="email"] {
    background-color: var(--tm-greycolor-bg);
    color: var(--body-fonts-color);
}

.footer .tm-latestform .footer-subscribebox .subscribe-box input[type="email"]::-webkit-input-placeholder {
    color: var(--body-fonts-color) !important;
}

.tm-textcolor-dark .tm-latestform .ttm-textcolor p {
    color: var(--body-fonts-color) !important;
}

.tm-footer2-left .tm-footertextcolor a {
    font-weight: 500;
}

.tm-bgcolor-grey.footer .footer-rows .second-footer .second-footer-inner .tm-layout-2-2-3-below .widget-area.tm-lastwidget {
    border-top-color: #dddddd;
}

.tm-bgcolor-grey.footer .social-icons li>a {
    border-color: #dddddd;
    color: var(--body-fonts-color) !important;
}

.tm-bgcolor-grey.footer .social-icons li>a:hover {
    color: #fff !important;
}

.tm-latestform .mailchimp-inputbox button[type="submit"]:hover {
    background-color: var(--tm-secondary-bg);
}

/*Home silder section css*/

.wp-block-themepunch-revslider spam.tm-desc {
    position: relative;
}

.wp-block-themepunch-revslider spam.tm-desc:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffff transparent transparent transparent;
    position: absolute;
    content: "";
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    margin-bottom: -40px;
    z-index: -1;
}

body.themetechmount-fullwide.tm-site-widebox.tm-pageslider-yes .elementor-section.elementor-top-section.tm-bgcolor-grey:first-child {
    margin-top: -57px;
}

.widget.tm-2column-menu.widget_nav_menu li {
    display: inline-block;
    padding: 0 0 13px 0;
    position: relative;
    width: calc(45% - 3px);
    float: none;
    vertical-align: top;
}

/* demo12*/

/*Heading seperator style 4*/

.tm-seperator-style4 .tm-element-content-heading {
    position: relative;
}

.tm-seperator-style4 .tm-element-content-heading:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: -100%;
    background-color: #e0e0e0;
    top: 25%;
    margin-left: -15px;
}

.tm-seperator-style4.center-align .tm-element-content-heading {
    display: inline;
}

/*Icon-box style21*/
.themetechmount-iconbox.themetechmount-iconbox-style21 .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
    margin-bottom: 18px;
}

.themetechmount-iconbox.themetechmount-iconbox-style21 .themetechmount-iconbox-heading .tm-custom-heading:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    left: 0px;
    bottom: 0px;
    background-color: var(--tm-skincolor-bg);
}

.themetechmount-iconbox.themetechmount-iconbox-style21 .tm-cta3-content-wrapper {
    width: auto;
    display: inline;
}

.themetechmount-iconbox.themetechmount-iconbox-style21 .tm-iocnbox-btn {
    bottom: 0px;
    display: inline-block;
    padding-left: 5px;
}

.themetechmount-iconbox.themetechmount-iconbox-style21 .tm-iocnbox-btn a {
    font-weight: 700;
}

.themetechmount-iconbox.themetechmount-iconbox-style21 .themetechmount-iconbox-heading .tm-element-subheading {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 26px;
}

/* Portfolio-box style4 */

.themetechmount-portfoliobox-style4 .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper img.wp-post-image {
    width: 100%;
}

.themetechmount-portfoliobox-style4:hover .themetechmount-post-item-inner img {
    transform: scale(1.09) rotate(0.9deg);
}

.themetechmount-portfoliobox-style4 .tm-featured-wrapper {
    position: relative;
    z-index: 0;
    display: block;
}

.themetechmount-portfoliobox-style4 .tm-featured-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 1;
    transition: all 0.5s linear;
    z-index: 1;
    background-image: -webkit-linear-gradient(90deg, rgba(14, 21, 33, .70)40%, rgba(0, 0, 0, 0)60%);
}

.themetechmount-portfoliobox-style4 .themetechmount-box-overlay {
    padding: 40px 0 53px 40px;
    position: absolute;
    bottom: 0;
    opacity: 1;
    text-align: left;
    width: 100%;
}

.themetechmount-portfoliobox-style4 .themetechmount-box-content,
.themetechmount-portfoliobox-style4 .themetechmount-box-title,
.themetechmount-portfoliobox-style4 .tm-project-readmore-btn {
    display: block;
    overflow: hidden;
}

.themetechmount-portfoliobox-style4 .themetechmount-box-title h4 {
    margin-bottom: 20px;
    transform: translateY(0);
    transition: all 0.9s linear;
}

.themetechmount-portfoliobox-style4 .themetechmount-box-title h4,
.themetechmount-portfoliobox-style4 .tm-project-readmore-btn {
    transform: translateY(0);
}

.themetechmount-portfoliobox-style4 .themetechmount-box-content .themetechmount-box-title h4,
.themetechmount-portfoliobox-style4 .tm-project-readmore-btn a {
    color: #ffffff;
}

.themetechmount-portfoliobox-style4 .tm-project-readmore-btn {
    position: relative;
    display: inline-block;
}

/* Icon-box-style222 */
.themetechmount-iconbox.themetechmount-iconbox-style22 {
    position: relative;
    display: block;
    background-color: #fff;
    z-index: 1;
    padding: 40px 43px 40px 43px;
    overflow: inherit;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    transition: all .4s ease-out;
}

.themetechmount-iconbox.themetechmount-iconbox-style22.icon-type-empty-icon {
    padding: 35px 43px 35px 43px;
}

.themetechmount-iconbox.themetechmount-iconbox-style22:after,
.themetechmount-iconbox.themetechmount-iconbox-style22:before {
    position: absolute;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    transition: all .7s ease-out;
    border-color: #e0e0e0;
    z-index: 10;
}

.themetechmount-iconbox.themetechmount-iconbox-style22:before {
    left: -7px;
    top: -7px;
    border-width: 0 1px 1px 0;
}

.themetechmount-iconbox.themetechmount-iconbox-style22:after {
    bottom: -7px;
    right: -7px;
    border-width: 1px 0 0 1px;
}

.themetechmount-iconbox.themetechmount-iconbox-style22:hover:before {
    left: 100%;
    transform: rotate(90deg);
}

.themetechmount-iconbox.themetechmount-iconbox-style22:hover:after {
    right: 100%;
    transform: rotate(90deg);
}

.themetechmount-iconbox-style22 .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    padding-right: 120px;
}

.tm-text-darkcolor .themetechmount-iconbox-style22 .themetechmount-iconbox-heading .tm-custom-heading {
    padding-right: 0px;
}

.themetechmount-iconbox-style22 .themetechmount-iconbox-icon {
    position: absolute;
    right: 45px;
    top: 50%;
    transition: all 1s ease;
    margin-bottom: 0;
    bottom: 0;
    margin-top: -30px;
}

.themetechmount-iconbox.themetechmount-iconbox-style22 .tm-box-icon i {
    display: inline-block;
    transition: all 500ms ease;
    font-size: 60px;
}

.themetechmount-iconbox.themetechmount-iconbox-style22:hover .themetechmount-iconbox-icon {
    transform: rotateY(180deg);
}

.themetechmount-iconbox.themetechmount-iconbox-style22:not(.icon-type-empty-icon):hover {
    background-color: var(--tm-skincolor-bg);
}

.themetechmount-iconbox-style22:not(.icon-type-empty-icon):hover .themetechmount-iconbox-heading .tm-custom-heading a,
.themetechmount-iconbox-style22:not(.icon-type-empty-icon):hover .themetechmount-iconbox-heading .tm-custom-heading,
.themetechmount-iconbox-style22:not(.icon-type-empty-icon):hover .themetechmount-iconbox-icon .tm-box-icon i,
.themetechmount-iconbox-style22:not(.icon-type-empty-icon):hover .tm-iocnbox-btn a {
    color: #ffffff;
}

.themetechmount-iconbox.themetechmount-iconbox-style22:not(.icon-type-empty-icon):hover {
    border: 1px solid var(--tm-skincolor-bg);
}

.themetechmount-iconbox-style22:not(.icon-type-empty-icon):hover:before {
    border-color: var(--tm-skincolor-bg);
    border-width: 0 1px 1px 0;
}

.themetechmount-iconbox-style22:not(.icon-type-empty-icon):hover:after {
    border-color: var(--tm-skincolor-bg);
    border-width: 1px 0 0 1px;
}

.themetechmount-iconbox-style22 .tm-iocnbox-btn {
    display: inline-block;
    position: relative;
    margin-top: 5px;
}

.themetechmount-iconbox-style22.icon-type-empty-icon .themetechmount-iconbox-heading .tm-custom-heading {
    padding-right: 0;
}

/*******Testimonial-box********
*******************************/
.themetechmount-testimonialbox-stylefive:first-child {
    border-right: 1px solid #E0E0E0;
}

.themetechmount-element-testimonialbox-style-5.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.themetechmount-testimonialbox-stylefive {
    overflow: hidden;
    padding: 0px 30px 0px 30px;
}

.themetechmount-testimonialbox-stylefive .themetechmount-box-content {
    text-align: center;
}

.themetechmount-testimonialbox-stylefive .themetechmount-box-desc {
    border: none;
    text-align: center;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    position: relative;
}

.themetechmount-testimonialbox-stylefive .themetechmount-box-desc:before {
    content: "";
    background-color: var(--tm-skincolor-bg);
    -webkit-mask: url(../images/quote1.png) no-repeat 100% 100%;
    mask: url(../images/quote1.png) no-repeat 100% 100%;
    top: -95px;
    width: 65px;
    height: 65px;
    position: absolute;
    margin-left: -30px;
}

.themetechmount-testimonialbox-stylefive .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    z-index: 1;
    font-size: 18px;
    line-height: 28px;
    margin-top: 90px;
    -webkit-line-clamp: 3;
}

.themetechmount-testimonialbox-stylefive .themetechmount-box-title {
    padding-top: 32px;
    text-align: center;
}

.themetechmount-testimonialbox-stylefive .themetechmount-author-name {
    font-size: 18px;
    line-height: 28px;
    color: var(--body-blackfont-color);
}

.tm-heading-style-horizontal.tm-element-heading-content-wrapper.tm-seperator-style4 .tm-content-header:after {
    content: unset;
}

/*******text-editor-btn********
***************************/
.readmore-custom {
    transform: rotate(45deg);
}

.readmore-custom a {
    background-color: #ffffff;
    padding: 13px 60px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Barlow';
    text-transform: uppercase;
}

.tm-column-overflow-hidden {
    overflow: hidden;
}

/* fid-view-style11 */
.tm-fid-view-style11 {
    padding: 0;
}

.tm-fid.tm-fid-without-icon.tm-fid-view-style11 .tm-fld-contents {
    text-align: left;
    display: inline-block;
}

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

.tm-fid.inside.tm-fid-view-style11 h4,
.tm-fid.tm-fid-view-style11 h3,
.tm-fid.tm-fid-view-style11 .tm-fid-desc {
    color: #ffffff;
}

.tm-fid.inside.tm-fid-view-style11 h4 {
    font-size: 120px;
    line-height: 60px;
    font-weight: 800;
    margin-right: 10px;
}

.tm-fid.tm-fid-view-style11 h3,
.tm-fid-without-icon.inside.tm-fid.tm-fid-view-style11 h3 span,
.tm-fid.tm-fid-view-style11 .tm-fid-desc {
    display: inline-block;
}

.tm-fid.tm-fid-view-style11 h3 {
    font-size: 50px;
    line-height: 26px;
    font-weight: 600;
    position: absolute;
}

.tm-fid-without-icon.inside.tm-fid.tm-fid-view-style11 h3 span {
    padding: 0;
}

.tm-fid.tm-fid-view-style11 .tm-fid-desc {
    font-size: 20px;
    line-height: 60px;
    opacity: 0.80;
    margin-top: 30px;
    text-transform: capitalize;
}

span.tm-underline-strong.tm-fontweight-bold {
    position: relative;
}

.tm-fontweight-bold {
    font-weight: 700;
}

.tm-underline-strong {
    color: var(--body-blackfont-color);
    letter-spacing: 0.5px;
}

span.tm-underline-strong:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    transition: all 0.7s ease-in-out;
    left: 0;
    bottom: -4px;
    top: auto;
    background-color: var(--tm-skincolor-bg);
}

.tm-vertical-lines-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 14;
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.tm-vertical-boxline {
    position: relative;
    width: 25%;
    height: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgb(14, 21, 33, 0.10);
}

.rs-layer.tm-hover-style4,
.tm-btn-style-text.tm-hover-style4 a.elementor-button-link,
.themetechmount-iconbox-style22 .tm-iocnbox-btn a,
.themetechmount-portfoliobox-style4 .tm-project-readmore-btn a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 5px 15px 5px;
}

.tm-btn-style-text.tm-hover-style4 a.elementor-button-link:hover,
.themetechmount-iconbox-style22 .tm-iocnbox-btn a:hover,
.themetechmount-portfoliobox-style4 .tm-project-readmore-btn a:hover {
    color: #fff;
}

.rs-layer.tm-hover-style4:before,
.tm-btn-style-text.tm-hover-style4 a.elementor-button-link:before,
.themetechmount-iconbox-style22 .tm-iocnbox-btn:before,
.themetechmount-portfoliobox-style4 .tm-project-readmore-btn:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: var(--tm-skincolor-bg);
    transition: 0.3s ease-out;
    z-index: -1;
}

.rs-layer.tm-hover-style4:hover:before,
.tm-btn-style-text.tm-hover-style4 a.elementor-button-link:hover:before,
.themetechmount-iconbox-style22 .tm-iocnbox-btn:hover:before,
.themetechmount-portfoliobox-style4 .tm-project-readmore-btn:hover:before {
    height: 100%;
}

.tm-btn-shape-square.elementor-element.elementor-widget-button.tm-hover-style4 .elementor-button {
    padding: 5px 15px 5px;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

.rs-layer.tm-hover-style4 {
    padding: 5px 15px 5px !important;
}

.rs-layer.tm-hover-style4:hover {
    color: #fff !important;
}

.tm-highlightk span.tm-skincolor {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Barlow';
    opacity: 1;
}

.themetechmount-box-portfolio .tm-featured-wrapper {
    overflow: hidden;
}

/*porthfolio-style5*/

.themetechmount-element-portfoliobox-style5 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper:nth-child(even) .tm-animation-hover-img {
    margin-top: -250px;
    margin-left: 400px;
}

.themetechmount-portfoliobox-style5 {
    position: relative;
    padding: 15px 0;
    text-align: center;
    display: inline-block;
}

.themetechmount-portfoliobox-style5 .tm-post-featured-outer-wrapper {
    overflow: hidden;
    position: static;
    border-radius: 0px;
    height: 373px;
    width: 393px;
}

.themetechmount-element-portfoliobox-style5 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper .tm-animation-hover-img {
    position: absolute;
    opacity: 0;
    transform: translateX(100%) scale(0.4);
    transform-origin: 50% 50%;
    z-index: 1;
    width: 373px;
    height: 393px;
    margin-top: -300px;
    margin-left: -750px
}

.themetechmount-element-portfoliobox-style5 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper.active .tm-featured-wrapper img {
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}

.themetechmount-element-portfoliobox-style5 .tm_portfolio-featured-wrapper-img img {
    transition: .5s all;
    opacity: 1;
    width: 373px !important;
    height: 393px !important;
    z-index: 0;
}

.themetechmount-portfoliobox-style5 .themetechmount-box-category .tm-cat {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    z-index: 10;
}

.themetechmount-portfoliobox-style5:hover .themetechmount-box-category .tm-cat {
    color: var(--tm-skincolor-text);
}


/*style8 service*/

.themetechmount-box-view-left-image.themetechmount-servicebox-styleeight {
    display: block;
    background-color: #fff;
}

.themetechmount-box-view-left-image.themetechmount-servicebox-styleeight .themetechmount-post-item>.tm-box-content {
    background-color: #fff;
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.themetechmount-box-view-left-image.themetechmount-servicebox-styleeight .tm-box-content .themetechmount-box-img-left {
    width: 50%;
    float: left;
}

.themetechmount-box-view-left-image.themetechmount-servicebox-styleeight .themetechmount-box-img-left {
    padding-left: 15px;
    padding-right: 40px;
}

.themetechmount-box-view-left-image.themetechmount-servicebox-styleeight .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    height: 100%;
    width: 100%;
    display: block;
    padding: 0;
}

.themetechmount-box-view-left-image.themetechmount-servicebox-styleeight .tm-post-featured-link-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.themetechmount-box-view-left-image.themetechmount-servicebox-styleeight .themetechmount-box-content {
    padding: 15px 15px 15px 0;
    text-align: left;
    background-color: #fff;
}

.themetechmount-box-view-left-image.themetechmount-servicebox-styleeight .themetechmount-box-content h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 17px;
}

.themetechmount-box-view-left-image.themetechmount-servicebox-styleeight .themetechmount-box-desc {
    margin-bottom: 18px;
}

.themetechmount-servicebox-styleeight .themetechmount-serviceboxbox-readmore a:after {
    font-family: 'themify';
    content: '\e628';
    position: absolute;
    color: var(--body-blackfont-color);
    border-radius: 0;
    text-align: right;
    transition: all ease-out .5s;
    font-size: 15px;
    bottom: -3px;
    right: -25px;
    left: auto;
}

.themetechmount-servicebox-styleeight .themetechmount-serviceboxbox-readmore a:hover::after {
    color: var(--tm-skincolor-text);
}


/*icon-style23*/
.themetechmount-iconbox.themetechmount-iconbox-style23 {
    padding-left: 60px;
}

.themetechmount-iconbox.themetechmount-iconbox-style23 .themetechmount-iconbox-icon {
    padding-right: 70px;
}

.themetechmount-iconbox-style23 .tm-icon-type-image {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
}

.themetechmount-iconbox-style23 .tm-icon-type-image:after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: -70px;
    width: 70px;
    height: 1px;
    background-color: #000;
}

.themetechmount-iconbox-style23.themetechmount-iconbox .tm-icon-type-image img {
    width: 26px;
    height: 26px;
}

.themetechmount-iconbox-style23 .themetechmount-iconbox-heading {
    padding-left: 33px;
}

.themetechmount-iconbox-style23 .themetechmount-iconbox-heading h2.tm-custom-heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.themetechmount-iconbox-style23 .themetechmount-iconbox-heading .tm-element-subheading a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--body-fonts-color);
    word-break: break-all;
}

.themetechmount-iconbox-style23 .themetechmount-iconbox-heading .tm-element-subheading a:hover {
    color: var(--tm-skincolor-text);
}

.themetechmount-box-client .themetechmount-item-thumbnail-inner img {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

#masthead .tm-vertical-lines-wrapper {
    z-index: 13;
    position: absolute;
}


/*------------------------demo13-------------------------*/

.tm-icon-font .themetechmount-iconbox.themetechmount-iconbox-styletwelve .tm-box-icon i {
    font-size: 60px;
}

.tm-icon-font .themetechmount-iconbox.themetechmount-iconbox-styletwelve .tm-box-icon {
    display: inline-block;
    transition: all .5s ease;
}

.tm-icon-font .themetechmount-iconbox.themetechmount-iconbox-styletwelve:hover .tm-box-icon {
    transform: rotateY(360deg);
}

/*---portfolio style6---*/
.themetechmount-box-portfolio.themetechmount-portfoliobox-style6 .themetechmount-box-title h4 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}

.themetechmount-portfoliobox-style6 .themetechmount-box-overlay {
    text-align: center;
    position: relative;
}

.themetechmount-portfoliobox-style6 .themetechmount-box-category .tm-cat {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.themetechmount-portfoliobox-style6 .themetechmount-box-content {
    padding: 27px 0 27px;
}

.themetechmount-portfoliobox-style6 img.wp-post-image {
    transform: scale(1.01);
    transition: all .7s ease;
}

.themetechmount-portfoliobox-style6:hover img.wp-post-image {
    transform: scale(1.07);
}

.themetechmount-portfoliobox-style6 .themetechmount-box-overlay:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--tm-secondary-bg);
}

.themetechmount-portfoliobox-style6:hover .themetechmount-box-overlay:before {
    transform: translateY(0);
    transition: transform .35s ease;
}

.themetechmount-portfoliobox-style6 .themetechmount-box-overlay:before {
    transform: translateY(-100%);
    z-index: -1;
}

.themetechmount-box-portfolio.themetechmount-portfoliobox-style6 .themetechmount-box-content .themetechmount-box-title h4 a:hover,
.themetechmount-portfoliobox-style6:hover .themetechmount-box-category .tm-cat,
.themetechmount-portfoliobox-style6:hover .themetechmount-box-title h4 a {
    color: #fff;
}

/*---Accordion style2---*/
.tm-accor-style2 .elementor-accordion .elementor-tab-title {
    padding: 32px 0;
}

.tm-accor-style2 .elementor-accordion .elementor-tab-title .elementor-accordion-title span {
    font-size: 14px;
    padding-right: 7px;
}

.tm-accor-style2 .elementor-accordion .elementor-tab-title a.elementor-accordion-title {
    font-size: 22px;
}

.tm-accor-style2.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #d2d2d2;
}

.tm-accor-style2 .elementor-accordion .elementor-tab-content {
    padding: 0 40px 8px 27px;
}

.tm-accor-style2 .elementor-accordion .elementor-tab-title.elementor-active {
    padding: 30px 0 20px;
}

/*---Testimonial style7---*/
.themetechmount-testimonialbox-styleseven .themetechmount-post-item {
    margin-top: 20px;
}

.themetechmount-testimonialbox-styleseven .themetechmount-box-title.tm-wrap-cell,
.themetechmount-testimonialbox-styleseven .themetechmount-ratting-star {
    text-align: left;
}

.themetechmount-testimonialbox-styleseven .themetechmount-box-content {
    overflow: hidden;
    padding: 13px 30px 30px 30px;
    background-color: var(--tm-greycolor-bg);
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styleseven .themetechmount-item-thumbnail {
    height: 50px;
    width: 50px;
    margin: 0;
}

.themetechmount-testimonialbox-styleseven .themetechmount-box-img img {
    border-radius: 0;
}

.themetechmount-testimonialbox-styleseven span.themetechmount-box-footer {
    font-size: 14px;
}

.themetechmount-testimonialbox-styleseven .themetechmount-box-img.tm-wrap-cell {
    width: 70px;
    vertical-align: top;
}

.themetechmount-testimonialbox-styleseven .themetechmount-post-item .tm-box-footer {
    padding-top: 20px;
}

.themetechmount-testimonialbox-styleseven .themetechmount-box-content:before {
    background-color: #e7e7e7;
    -webkit-mask: url(../images/quote-01.svg) no-repeat 100% 100%;
    mask: url(../images/quote-01.svg) no-repeat 100% 100%;
    position: absolute;
    content: '';
    height: 38px;
    width: 50px;
    right: 25px;
    top: -20px;
    display: block;
    -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;
}

.themetechmount-testimonialbox-styleseven:hover .themetechmount-box-content {
    background-color: var(--tm-secondary-bg);
    color: #fff;
    -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;
}

.themetechmount-testimonialbox-styleseven:hover .themetechmount-box-content:before {
    background-color: var(--tm-skincolor-bg);
    transition: transform .35s ease;
}

.themetechmount-testimonialbox-styleseven:hover .themetechmount-author-name {
    color: #fff;
}

/*---contact form---*/
.tm-appoinment-form.tm-form-styleone .tm-contact-btn.tm-btn-color-transparent .elementor-button.elementor-size-md {
    background-color: var(--tm-skincolor-bg);
    border: unset;
    font-size: 15px;
    font-weight: 400;
    padding: 18px 45px;
}

.tm-appoinment-form.tm-form-styleone .col-md-6 {
    margin-bottom: 15px;
}

.tm-appoinment-form.tm-form-styleone .tm-contact-btn.tm-btn-color-transparent .elementor-button.elementor-size-md:hover {
    background-color: var(--tm-secondary-bg);
}

.tm-appoinment-form.tm-form-styleone .col-md-6 .field-group p {
    margin-bottom: 0px;
}

.tm-appoinment-form.tm-form-styleone .col-md-6 .field-group span.wpcf7-form-control-wrap {
    border-bottom: 1px solid #d2d2d2;
    display: block;
    margin-bottom: 7px;
}

.tm-appoinment-form.tm-form-styleone .col-md-6 .field-group span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: #ff0000;
    position: absolute;
    font-size: 14px;
}

.tm-appoinment-form.tm-form-styleone .col-md-6 .field-group span,
.tm-appoinment-form.tm-form-styleone .col-md-6 .field-group .wpcf7-form-control-wrap .wpcf7-form-control {
    border: unset;
    color: #6f7f90;
    background-color: transparent;
    font-size: 16px;
}

.tm-appoinment-form.tm-form-styleone input::-webkit-input-placeholder {
    color: var(--body-fonts-color);
}

.tm-appoinment-form.tm-form-styleone .col-md-6 .field-group .selection .select2-selection__rendered,
.tm-appoinment-form.tm-form-styleone .col-md-6 .field-group .wpcf7-form-control {
    padding-left: 0;
}

.tm-appoinment-form.tm-form-styleone .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 0px;
}

.tm-appoinment-form.tm-form-styleone .tm-contact-btn {
    margin-top: 28px;
}

.tm-appoinment-form.tm-form-styleone .col-md-6 .field-group .wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder {
    color: rgba(111, 127, 144, 0.99);
}

/*---clientlogo bgimg---*/
.themetechmount-bgbox-logo .ttm-post-featured-link-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .35s ease-in;
    transition: all .35s ease-in;
    z-index: 1;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    opacity: 1;
}

.themetechmount-box-client.themetechmount-bgbox-logo {
    display: block;
    text-align: center;
    position: relative;
    padding: 65px 0px 65px 0px;
    overflow: hidden;
}

.themetechmount-box-client.themetechmount-bgbox-logo .themetechmount-item-thumbnail-inner img {
    position: relative;
    z-index: 1;
    transition: .5s;
}

.themetechmount-bgbox-logo .ttm-post-featured-link-wrapper:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.40);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*---Heading Seperator Style5---*/
.tm-seperator-style5.left-align .tm-element-subheading,
.tm-seperator-style5.right-align .tm-element-subheading {
    padding-left: 52px;
}

.tm-seperator-style5 .tm-element-subheading:before {
    content: "";
    position: absolute;
    background-color: var(--tm-secondary-bg);
    width: 12px;
    height: 2px;
    left: 30px;
    top: 50%;
}

.tm-seperator-style5 .tm-element-subheading:after {
    display: block;
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    left: 0;
    background-color: var(--tm-skincolor-bg);
    top: 50%;
}

.tm-seperator-style5.center-align .tm-element-subheading:after {
    left: -17px;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.tm-seperator-style5.center-align .tm-element-subheading:before {
    left: 24px;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.tm-seperator-style5.center-align .tm-element-subheading {
    padding-top: 15px;
}

/*---header classic4---*/
.tm-headerstyle-classic-style4 .site {
    overflow: visible;
}

.tm-headerstyle-classic-style4 .themetechmount-slider-wrapper,
.tm-headerstyle-classic-style4 .site-content-wrapper {
    overflow: hidden;
}

.tm-headerstyle-classic-style4 .tm-vertical-lines-wrapper {
    left: 2%;
}

.tm-headerstyle-classic-style4 .tm-vertical-boxline {
    width: 24%;
}

.tm-headerstyle-classic-style4 .themetechmount-fbar-btn .fa-grip-lines:before {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
}

.tm-headerstyle-classic-style4 #site-header-menu #site-navigation .themetechmount-fbar-btn a {
    font-size: 15px;
}

.tm-headerstyle-classic-style4 footer.site-footer {
    z-index: 8;
    position: relative;
}

.tm-headerstyle-classic-style4 .tm-titlebar-main .tm-titlebar-main-inner .breadcrumb-wrapper-inner a {
    color: #fff;
}

.tm-headerstyle-classic-style4 .themetechmount-slider-wrapper {
    z-index: 10;
}

/*---mailchimp---*/
.footer .tm-mailchimp-emailnews {
    position: relative;
}

.footer .tm-mailchimp-emailnews button[type="submit"] {
    position: absolute;
    right: 0;
    font-size: 14px;
    background-color: transparent;
    color: var(--body-blackfont-color);
    bottom: 12px;
    padding: 0;
}

.footer .tm-mailchimp-emailnews input[type="email"] {
    border: 1px;
    border-bottom: 2px solid;
    border-color: #d2d2d2;
    background: transparent;
    color: var(--body-blackfont-color);
    padding-left: 0;
}

.footer .tm-mailchimp-emailnews input[type="email"]::-webkit-input-placeholder {
    color: var(--body-fonts-color);
}

.footer .textwidget .tm-locate-info {
    color: var(--body-fonts-color);
}

.footer .widget.widget_nav_menu li.tm-m-withouticon a:before {
    content: unset;
}

.footer .widget.widget_nav_menu li.tm-m-withouticon a {
    padding: 0;
    color: var(--body-fonts-color);
}

.footer .widget.widget_nav_menu li.tm-m-withouticon a:hover {
    color: var(--tm-skincolor-bg);
}

.footer .widget .tm-footer-quick-detailsbox {
    display: table;
    width: 100%;
    padding-top: 35px;
}

.footer .widget .tm-callus-box {
    display: table-cell;
    vertical-align: top;
}

.footer .widget .tm-social-box {
    display: table-cell;
    text-align: right;
}

.footer .widget .tm-footer-quick-detailsbox .tm-callus-box p {
    margin-bottom: 2px;
    font-size: 18px;
}

.footer .widget .tm-social-box ul.social-icons>li a {
    height: 40px;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    display: inline-block;
    margin-right: 4px;
}

.footer .widget .tm-social-box ul.social-icons>li [data-tooltip]:after {
    background-color: var(--tm-secondary-bg);
    width: 130px;
    margin-left: -65px;
}

.footer .widget .tm-social-box ul.social-icons>li [data-tooltip]:before {
    border-top-color: var(--tm-secondary-bg);
}

.tm-progress-fontcolor .tm-progress-bar .elementor-progress-percentage {
    color: var(--body-blackfont-color);
    font-weight: 400;
}

.tm-col-bgcolor-darkgrey .tm-seperator-style5 .tm-element-subheading:before {
    background-color: #fff;
}

/* demo14*/


/*---Image hotspot---*/
.themetechmount-hotspotbox-wrapper .hotspots_item {
    position: absolute;
    text-align: center;
}

.themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox {
    display: none;
    width: 220px;
    background-color: #fff;
    padding: 31px 27px 31px 27px;
    position: absolute;
    bottom: 150%;
    left: 6%;
    margin-left: -97px;
}

.themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 12px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.themetechmount-hotspotbox-wrapper .hotspots_item:nth-child(3) .tm-titlebox,
.themetechmount-hotspotbox-wrapper .hotspots_item:hover .tm-titlebox {
    display: block;
}

.themetechmount-hotspotbox-wrapper .hotspots_item .tm-hotspots-text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 400;
}

.themetechmount-hotspotbox-wrapper .hotspots_item .hotspots-icon i {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    line-height: 10px;
    color: white !important;
}

.themetechmount-hotspotbox-wrapper .tm-image-hotspots {
    text-align: center;
}

.themetechmount-hotspotbox-wrapper .hotspots_item .hotspots-icon {
    width: 34px;
    height: 34px;
    background-color: #bf793b;
    border-radius: 50%;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.themetechmount-hotspotbox-wrapper .hotspots_item:hover .hotspots-icon i {
    color: #fff;
}

.tm-style18-extended .themetechmount-iconbox.themetechmount-iconbox-style18 .tm-box-icon i {
    font-size: 55px;
}

.tm-style18-extended .themetechmount-iconbox.themetechmount-iconbox-style18 .tm-iocnbox-btn a {
    position: relative;
    transform: translateX(-15px);
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    display: inline-block;
}

.tm-style18-extended .themetechmount-iconbox.themetechmount-iconbox-style18 .tm-iocnbox-btn a span {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: width .1s linear;
    display: inline-block;
}

.tm-style18-extended .themetechmount-iconbox.themetechmount-iconbox-style18:hover .tm-iocnbox-btn a span {
    width: 100%;
}

.tm-style18-extended .themetechmount-iconbox.themetechmount-iconbox-style18:hover .tm-iocnbox-btn a {
    transform: translateX(0);
    color: var(--tm-skincolor-text);
}

.tm-style18-extended .themetechmount-iconbox.themetechmount-iconbox-style18 .tm-iocnbox-btn a:after {
    font-family: 'tm-inoterior-icons';
    content: '\e801';
    height: 1px;
    width: 0;
    font-size: 14px;
    right: -10px;
    position: absolute;
    font-weight: 400;
    top: 0;
}

.tm-style18-extended .themetechmount-iconbox-style18 {
    padding: 30px 15px 24px 40px;
}

.tm-about-us-iconbox .themetechmount-iconbox-styletwo .tm-box-icon {
    line-height: 14px;
    color: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: var(--tm-greycolor-bg);
    text-align: center;
    line-height: 50px;
}

.tm-about-us-iconbox .themetechmount-iconbox-styletwo .tm-box-icon i {
    font-size: 20px;
    color: #bf793b;
}

.tm-about-footer-heading h3 {
    margin-bottom: 0px;
}

.tm-about-us-iconbox .themetechmount-iconbox-styletwo .tm-cta3-content-wrapper {
    word-break: break-word;
}

.tm-greyboxes-style .themetechmount-iconbox-styleten {
    margin-bottom: 0px !important;
}

.tm-greyboxes-style .themetechmount-iconbox-styleten .themetechmount-iconbox-inner {
    padding: 59px 15px 45px 15px;
    background-color: var(--tm-greycolor-bg);
}

.tm-greyboxes-style .themetechmount-iconbox-styleten .themetechmount-iconbox-icon {
    margin-bottom: 30px;
}

.tm-greyboxes-style .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
    font-weight: 700;
    font-size: 22px;
}

.themetechmount-teambox-style3 .themetechmount-innercontent-box {
    text-align: right;
}

.tm-footer-contact-info {
    margin-bottom: 25px;
}

.tm-footer-contact-info .tm-footer-contact-box {
    display: flex;
    align-items: center;
}

.tm-footer-contact-info .tm-box-icon i {
    font-size: 17px;
    background-color: var(--tm-skincolor-bg);
    border-radius: 10px;
    padding: 6px;
    margin-right: 15px;
}

.tm-footer-contact-info .tm-footer-contact-subheading {
    margin-bottom: 0px;
    font-size: 16px;
}

.tm-footer-contact-info .tm-footer-contact-box {
    padding-bottom: 15px;
    padding-top: 8px;
}

.tm-footer-contact-info .tm-footer-contact-desc {
    font-size: 15px;
}

/* tm-demo-woodenstyle*/
.mc4wp-form-fields .tm-demo-woodenstyle .form-control {
    background: transparent;
    border: none;
    padding: 0px;
    color: #fff;
    padding-right: 40px;
}

.mc4wp-form-fields .tm-demo-woodenstyle .form-control:focus {
    box-shadow: none;
}

.tm-demo-woodenstyle {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.tm-demo-woodenstyle .form-group {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 8px;
}

.tm-demo-woodenstyle .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4) !important;
}

.tm-demo-woodenstyle button {
    position: absolute;
    background-color: transparent;
    top: 7px;
    right: 0px;
    font-size: 18px;
    color: var(--tm-skincolor-bg);
    padding: 0;
}

.tm-footer-schedule p span {
    padding-left: 38px;
}

.tm-footer-schedule p:last-child span {
    color: var(--tm-skincolor-bg);
}

.footer .widget .tm-colorstyle-social-link.tm-reset-align991 ul>li {
    padding-bottom: 0;
}

.menu-footer-top-menu-container .menu li.tm-horizontal-wmenu.menu-item a {
    padding-left: 0px !important;
    padding-right: 40px;
    font-size: 14px;
}

.menu-footer-top-menu-container .menu li.tm-horizontal-wmenu.menu-item a:before {
    display: none;
}

.footer.tm-footerstyle-style1 .widget.widget_nav_menu ul>li.tm-horizontal-wmenu {
    padding-top: 5px;
    padding-bottom: 0;
    display: inline-block;
}

.tm-header-style-classic-style5 .site-header-main .headerlogo:after,
.tm-header-style-classic-style5 .site-header-main .headerlogo:before {
    content: unset !important;
}

.tm-header-style-classic-style5 .site-header-main .headerlogo {
    background-color: transparent !important;
}

.tm-header-style-classic-style5 .tm-header-flotingbar-icon {
    float: left;
    padding: 0 33px 0 10px;
    border-right: 1px solid #e3e3e3;
    margin-right: 50px;
}

.tm-header-style-classic-style5 .themetechmount-fbar-btn a {
    font-size: 20px;
}

.tm-header-style-classic-style5 .themetechmount-fbar-position-right .themetechmount-fbar-box-w {
    left: 0px;
    right: auto;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
}

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

.tm-header-style-classic-style5 .themetechmount-fbar-btn .tm-inoterior-icon-bars {
    display: inline-block;
    width: 28px;
    height: 2px;
    background-color: var(--tm-secondary-bg);
    border-radius: 0px;
    transition: 0.3s;
    position: relative;
    color: #000;
    top: -6px;
}

.tm-header-style-classic-style5 .themetechmount-fbar-btn .tm-inoterior-icon-bars:before,
.tm-header-style-classic-style5 .themetechmount-fbar-btn .tm-inoterior-icon-bars:after {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--tm-secondary-bg);
    border-radius: 0px;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
    margin: 0;
    color: #000;
}

.tm-header-style-classic-style5 .themetechmount-fbar-btn .tm-inoterior-icon-bars:before {
    top: 8px;
}

.tm-header-style-classic-style5 .themetechmount-fbar-btn .tm-inoterior-icon-bars:after {
    top: -8px;
}

.tm-header-style-classic-style5 .themetechmount-fbar-btn.tm-icolor-dark .tm-inoterior-icon-bars:before,
.tm-header-style-classic-style5 .themetechmount-fbar-btn.tm-icolor-dark .tm-inoterior-icon-bars:after,
.tm-header-style-classic-style5 .themetechmount-fbar-btn.tm-icolor-dark .tm-inoterior-icon-bars {
    background-color: var(--tm-secondary-bg);
}

.tm-header-style-classic-style5 .themetechmount-fbar-btn.tm-icolor-white .tm-inoterior-icon-bars:before,
.tm-header-style-classic-style5 .themetechmount-fbar-btn.tm-icolor-white .tm-inoterior-icon-bars:after,
.tm-header-style-classic-style5 .themetechmount-fbar-btn.tm-icolor-white .tm-inoterior-icon-bars {
    background-color: #fff;
}

.tm-header-style-classic-style5 .themetechmount-fbar-btn.tm-icolor-skincolor .tm-inoterior-icon-bars:before,
.tm-header-style-classic-style5 .themetechmount-fbar-btn.tm-icolor-skincolor .tm-inoterior-icon-bars:after,
.tm-header-style-classic-style5 .themetechmount-fbar-btn.tm-icolor-skincolor .tm-inoterior-icon-bars {
    background-color: var(--tm-skincolor-bg);
}

.tm-header-style-classic3.tm-header-style-classic-style5 .header-widget .header-icon .icon {
    border-color: var(--tm-greycolor-bg);
    background-color: var(--tm-greycolor-bg);
}

.tm-header-style-classic3.tm-header-style-classic-style5 .header-widget p {
    color: var(--body-fonts-color);
}

.tm-custom-heightbox .twentytwenty-container {
    max-height: 650px;
    height: 650px !important;
}

.tm-custom-heightbox .twentytwenty-container img {
    max-height: 650px;
}

.tm-colorstyle-social-link .social-icons li:last-child>a {
    margin-right: 0;
}

/* 06-10 */
/*team 4*/
.themetechmount-teambox-style4 {
    position: relative;
    border-top: 1px solid #e7e7e7;
    padding: 30px 0 30px 145px;
    border-color: rgba(255, 255, 255, 0.22) !important;
}

.themetechmount-element-teambox-style4 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 0px;
}

.themetechmount-element-teambox-style4 .themetechmount-team-image-box {
    overflow: hidden;
    position: static;
    border-radius: 0px;
    height: 246px;
    width: 258px;
}

.themetechmount-element-teambox-style4 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper .tm-animation-hover-img {
    position: absolute;
    opacity: 0;
    transform: translateX(100%) scale(0.4);
    transform-origin: 50% 50%;
    z-index: 1;
    height: 246px;
    width: 258px;
    margin-top: -135px;
    margin-left: 470px;
}

.themetechmount-element-teambox-style4 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper.active .tm-featured-wrapper img {
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}

.themetechmount-element-teambox-style4 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper .tm-featured-wrapper img {
    transition: .5s all;
    opacity: 0;
}

.themetechmount-element-teambox-style4 .themetechmount-boxes-row-wrapper .tm-box-col-wrapper .tm-featured-wrapper img {
    transition: .5s all;
    opacity: 1;
}

.themetechmount-teambox-style4:after {
    content: counter(stepbox, decimal-leading-zero) " ";
    counter-increment: stepbox;
    position: absolute;
    top: 32px;
    left: 0px;
    color: var(--body-fonts-color);
    font-size: 22px;
    font-weight: 400;
}

body {
    counter-reset: section stepbox;
}

.themetechmount-teambox-style4:before {
    content: "";
    position: absolute;
    width: 83px;
    height: 1px;
    top: 45px;
    left: 47px;
    background-color: #e7e7e7;
}

.themetechmount-teambox-style4 .themetechmount-team {
    display: inline-block;
    width: 45%;
}

.themetechmount-teambox-style4 .themetechmount-team-position {
    display: inline-block;
    width: 50%;
    text-align: left;
}

.themetechmount-teambox-style4 .tm-team-profile-btn {
    display: inline-block;
    width: 4%;
    text-align: right;
}

.themetechmount-element-teambox-style4 .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper:last-child .themetechmount-teambox-style4 {
    border-bottom: 1px solid #e7e7e7;
}

.themetechmount-teambox-style4 .themetechmount-team .themetechmount-box-title h4 {
    margin-bottom: 0;
    text-align: left;
}

.themetechmount-teambox-style4 .tm-team-profile-btn a {
    display: inline-block;
    text-align: center;
    transition: 1s ease-in-out;
    transform: rotate(0deg);
    color: #000;
    position: relative;
    right: -6px;
}

.themetechmount-teambox-style4:hover .tm-team-profile-btn a {
    transform: rotate(-45deg);
    color: var(--tm-skincolor-text)
}

.themetechmount-teambox-style4:hover .themetechmount-team .themetechmount-box-title h4 a {
    color: var(--tm-skincolor-text);
}

/*blog-14*/
.themetechmount-box-blog.themetechmount-blogbox-stylefourteen .themetechmount-box-desc {
    margin-top: 0;
    padding: 15px 15px 15px 60px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefourteen .tm-box-post-date {
    position: relative;
    display: inline-block;
    top: 0px;
    right: 0px;
    height: auto;
    width: auto;
    background-color: transparent;
    color: var(--body-fonts-color);
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    margin-left: 5px;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefourteen .tm-entry-meta-wrapper {
    display: inline-block;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefourteen .tm-entry-meta span.tm-meta-line.cat-links i {
    display: none;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefourteen .tm-entry-meta span.tm-meta-line.cat-links:after {
    display: block;
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    left: -60px;
    top: 6px;
    background-color: #000;
}

.themetechmount-element-blogbox-style14 .slick-current.slick-active+.slick-active .themetechmount-blogbox-stylefourteen .tm-post-featured-outer-wrapper img {
    max-height: 290px !important;
}

.themetechmount-box-blog.themetechmount-blogbox-stylefourteen .tm-entry-meta span.tm-meta-line.cat-links a {
    color: var(--body-blackfont-color);
    text-transform: uppercase;
}

.themetechmount-blogbox-stylefourteen .themetechmount-box-desc,
.themetechmount-blogbox-stylefourteen .tm-post-featured-outer-wrapper {
    position: relative;
    overflow: hidden;
}

.themetechmount-blogbox-stylefourteen .tm-featured-outer-wrapper img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.themetechmount-blogbox-stylefourteen:hover .tm-featured-outer-wrapper img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.themetechmount-blogbox-stylefourteen:hover .themetechmount-box-desc {
    -webkit-box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.themetechmount-blogbox-stylefourteen:hover .themetechmount-box-title h4 a {
    color: var(--tm-skincolor-text);
}

.themetechmount-blogbox-stylefourteen .tm-featured-outer-wrapper .wp-post-image {
    position: relative;
    display: block;
    width: 100%;
}

.themetechmount-blogbox-stylefourteen .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 25px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.themetechmount-blogbox-stylefourteen .tm-entry-meta .tm-meta-line.posted-on i {
    display: none;
}

.themetechmount-blogbox-stylefourteen .tm-entry-meta .tm-meta-line.posted-on {
    position: relative;
}

.themetechmount-blogbox-stylefourteen .tm-entry-meta .tm-meta-line.posted-on:before {
    display: block;
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: -10px;
    top: 5px;
    background-color: var(--body-fonts-color);
}

.tm-bgcolor-darkgrey.tm-textcolor-white .themetechmount-teambox-style4 .tm-team-profile-btn a,
.tm-bgcolor-darkgrey.tm-textcolor-white .themetechmount-teambox-style4:after,
.tm-bgcolor-darkgrey.tm-textcolor-white .themetechmount-teambox-style4 .themetechmount-team .themetechmount-box-title h4 a {
    color: #fff;
}

.tm-demo-ten .themetechmount-iconbox.themetechmount-iconbox-styleten .themetechmount-iconbox-heading .tm-custom-heading,
.tm-demo-new .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
}

.tm-demo-new .elementor-counter .elementor-counter-number-wrapper {
    font-size: 44px;
    line-height: 54px;
    color: var(--tm-secondary-bg);
}

.tm-demo-new .elementor-counter .elementor-counter-title {
    font-size: 16px;
}

.tm-demo-ten .themetechmount-iconbox-styleten .tm-iconbox-wrapper.tm-wrap {
    text-align: center;
    background-color: #fff;
    padding: 40px 24px;
}

.tm-demo-ten .themetechmount-iconbox.themetechmount-iconbox-styleten .themetechmount-iconbox-heading .tm-custom-heading {
    margin-bottom: 8px;
}

.tm-demo-ten .themetechmount-iconbox.themetechmount-iconbox-styleten .tm-cta3-content-wrapper {
    padding-bottom: 13px;
}

.tm-demo-ten .themetechmount-iconbox.themetechmount-iconbox-styleten .tm-iocnbox-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.tm-team-style .themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row {
    margin-left: 0;
    margin-right: 0;
}

.tm-element-content-heading span {
    font-weight: 400 !important;
    font-style: italic;
    border-bottom: 1px solid !important;
}

.tm-seperator-style6 h2.tm-element-content-heading span {
    font-weight: 400;
    font-style: italic;
    border-bottom: 1px solid;
}

.tm-demo8-tes .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .slick-slide .themetechmount-box-desc .themetechmount-testimonial-text:before {
    background-color: var(--tm-secondary-bg);
}

.tm-demo8-tes .themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper {
    background-color: transparent;
    padding: 0 50px 0;
}

.tm-demo8-tes .themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-box-title {
    background-color: #fff;
    border: unset;
}

.tm-demo8-tes .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text {
    font-family: unset;
    font-weight: 400;
    font-style: italic;
}

/* stylenine */
.themetechmount-box-service.themetechmount-servicebox-stylenine .themetechmount-box-title h4 {
    font-size: 26px;
}

.themetechmount-servicebox-stylenine:hover .themetechmount-box-desc {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, -5%, 0);
    bottom: 0;
    top: auto;
    position: relative;
}

.themetechmount-servicebox-stylenine .themetechmount-box-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    overflow: hidden;
    height: auto;
    transition: transform 0.70s;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    bottom: 109px;
    width: 100%;
}

.themetechmount-servicebox-stylenine .themetechmount-box-icon1 {
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    padding-top: 25px;
    padding-bottom: 26px;
}

.themetechmount-servicebox-stylenine:hover .themetechmount-box-readmore a:after {
    transform: rotate(-40deg);
}

.themetechmount-servicebox-stylenine:hover .themetechmount-box-icon1:after {
    width: 100%;
    background-color: #000;
}

.themetechmount-servicebox-stylenine .themetechmount-box-icon1:after {
    background-color: rgba(255, 255, 255, 0.16);
    position: absolute;
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
    top: auto;
    bottom: 0;
    will-change: width;
    -webkit-transition: width 0.4s ease;
    -ms-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.themetechmount-servicebox-stylenine .themetechmount-box-readmore a {
    font-size: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.themetechmount-servicebox-stylenine .themetechmount-box-readmore a:after {
    position: absolute;
    content: '\e826';
    font-family: 'tm-inoterior-icons';
    font-size: 15px;
    right: 0;
    bottom: -17px;
    height: 38px;
    width: 38px;
    line-height: 32px;
    text-align: center;
    background-color: var(--tm-greycolor-bg);
    padding: 3px 8px 2px 7px;
    border-radius: 50%;
    color: #000;
    transition: all 0.3s ease 0s;
}

.themetechmount-servicebox-stylenine .themetechmount-box-icon.tm-wrap-cell {
    display: block;
    position: relative;
    padding-top: 25px;
    padding-bottom: 18px;
}

.themetechmount-servicebox-stylenine .tm-short-desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.themetechmount-servicebox-stylenine .themetechmount-box-readmore {
    float: right;
    display: inline-block;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.themetechmount-servicebox-stylenine:hover .themetechmount-box-readmore {
    opacity: 1;
}

.themetechmount-servicebox-stylenine .themetechmount-box-title {
    display: inline-block;
}

/* servicebox 10 */
.themetechmount-servicebox-styleten .themetechmount-box-content .tm-box-icon i {
    font-size: 65px;
    color: var(--ttm-whitecolor);
    margin-right: 20px;
}

.themetechmount-element-servicebox-styleten .themetechmount-boxes-inner .tm-box-col-wrapper {
    border-bottom: 1px solid rgb(255 255 255 / 21%);

    position: relative;
}

.themetechmount-element-servicebox-styleten .themetechmount-boxes-inner .tm-box-col-wrapper:first-child {
    border-top: unset;
    margin-top: 0px;
}

.themetechmount-servicebox-styleten .themetechmount-box-content .tm-servicebox-detials .themetechmount-box-title h4 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: all .9s ease, transform .9s ease;
    margin-right: 0;
    color: var(--ttm-whitecolor);
}

.themetechmount-servicebox-styleten .themetechmount-box-content .tm-servicebox-detials .themetechmount-box-title h4 a {
    color: var(--ttm-whitecolor);
}

.themetechmount-servicebox-styleten .themetechmount-box-content .tm-servicebox-detials .tm-short-desc {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.themetechmount-servicebox-styleten {
    margin: 0;
    overflow: unset;
    position: unset;
    padding: 0;
}

.themetechmount-element-servicebox-styleten .themetechmount-boxes-inner .tm-box-col-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.themetechmount-servicebox-styleten {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.themetechmount-servicebox-styleten .themetechmount-box-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 0px;
}

.themetechmount-element-servicebox-styleten.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 0;
}

.themetechmount-servicebox-styleten .themetechmount-post-item {
    padding: 20px 0;
}

.themetechmount-servicebox-styleten .themetechmount-box-content .tm-servicebox-detials .tm-short-desc {
    opacity: 0;
    max-width: 100%;
    position: absolute;
    width: 53%;
    right: 230px;
    left: auto;
    top: auto;
    bottom: 50px;
    margin: auto;
    visibility: hidden;
    transition: all .9s ease, transform .9s ease;
    color: rgb(255 255 255 / 65%);
    font-weight: 300;
}

.themetechmount-servicebox-styleten .themetechmount-box-title {
    position: absolute;
    left: 0;
    top: 60px;
}

.themetechmount-servicebox-styleten .themetechmount-box-content .tm-servicebox-detials .tm-short-desc p {
    margin-bottom: 0;
}

.themetechmount-servicebox-styleten:hover .themetechmount-box-title {
    left: 30%;
    transition: all .9s ease, transform .9s ease;
}

.themetechmount-servicebox-styleten .themetechmount-box-content .tm-servicebox-detials .tm-short-desc {
    transition: .5s all;
    opacity: 1;
    visibility: visible;
}

.themetechmount-element-servicebox-styleten .themetechmount-boxes-inner .tm-box-col-wrapper.active .themetechmount-box-content .tm-servicebox-detials .themetechmount-box-title h4 {
    text-align: left;
    z-index: 1;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.themetechmount-element-servicebox-styleten .themetechmount-boxes-inner .tm-box-col-wrapper.active .tm-servicebox-detials .tm-short-desc {
    visibility: hidden;
    transition: all .9s ease, transform .9s ease;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}

.themetechmount-element-servicebox-styleten .themetechmount-boxes-inner .tm-box-col-wrapper.active .tm-servicebox-detials .tm-short-desc {
    transition: .5s all;
    opacity: 0;
    text-align: left;
}

.themetechmount-servicebox-styleten .tm-post-featured-link-wrapper {
    height: 130px;
    width: 324px;
    opacity: 0;
    right: 230px;
    left: auto;
    top: 40px;
    bottom: 30px;
    margin: auto;
    visibility: hidden;

    transition: all .9s ease, transform .9s ease;
    color: rgb(255 255 255 / 65%);
    font-weight: 300;
}

.themetechmount-servicebox-styleten:hover .tm-post-featured-link-wrapper {
    transition: .5s all;
    opacity: 1;
    visibility: visible;
    right: 0px;
    z-index: 1;
}

.tm-box-col-wrapper.active .themetechmount-servicebox-styleten .tm-box-icon,
.themetechmount-servicebox-styleten:hover .tm-box-icon {
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.themetechmount-servicebox-styleten .tm-box-icon {
    margin-left: -324px;
    transition: all .19s ease, transform .9s ease;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: all .9s ease, transform .9s ease;
}

.tm-box-col-wrapper.active .themetechmount-servicebox-styleten .tm-post-featured-link-wrapper {
    visibility: visible;
    opacity: 1;
}

.tm-box-col-wrapper.active .themetechmount-servicebox-styleten .themetechmount-box-title {
    left: 30%;
    top: 58px;
    transition: all .9s ease, transform .9s ease;
}

.themetechmount-servicebox-styleten .themetechmount-box-item-figure {
    position: relative;
}

.themetechmount-servicebox-styleten .themetechmount-box-item-figure a {
    position: absolute;
    right: 0;
    top: 47px;
    font-size: 35px;
}

/*service page css */
.tm-demo8-iconbx .themetechmount-iconbox-styleseven .themetechmount-serviceboxbox-readmore a {
    color: var(--body-blackfont-color);
}

.tm-demo8-iconbx .themetechmount-iconbox.themetechmount-iconbox-styleseven .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 26px;
    line-height: 36px;
    padding-left: 0;
    padding-right: 0;
}

.tm-demo8-iconbx .themetechmount-iconbox.themetechmount-iconbox-styleseven .themetechmount-iconbox-icon img {
    width: auto;
    height: auto;
    border-radius: unset;
    border: 6px solid;
    border-color: rgba(0, 0, 0, 0.07);
}

/* ptablebox style 3 */
.tm-ptablebox-style-3 .ttm-ptablebox-price-w {
    position: relative;
    padding: 0;
    background: transparent;
}

.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-title h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 16px;
}

.tm-ptablebox.tm-ptablebox-style-3 .tm-ptable-btn {
    margin: 40px 0 14px;
    display: flex;
    padding: 0 40px;
}

.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-features .tm-feature-lines li:first-child {
    border-top: unset;
    padding-top: 0;
}

.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-features .tm-feature-lines li {
    border-bottom: unset;
    padding: 7px 0 4px 0px;
    font-size: 17px;
    color: var(--body-fonts-color);
}

.tm-ptablebox-style-3 .tm-ptablebox-features .tm-feature-lines li i {
    color: var(--body-blackfont-color);
}

.tm-ptablebox-style-3 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
    padding-bottom: 18px;
    margin-top: 0;
}

.tm-ptablebox-style-3 .ttm-pricetable-column-w .ttm-featured-title {
    background-color: var(--tm-skincolor-bg);
    position: absolute;
    right: 24px;
    font-size: 12px;
    padding: 1px 10px;
    left: auto;
    width: auto;
    border-radius: 15px;
    top: -11px;
}

.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-price {
    font-size: 58px;
    line-height: 45px;
    color: var(--body-blackfont-color);
}

.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-title {
    padding-top: 39px;
}

.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-cur-symbol {
    vertical-align: top;
    line-height: 34px;
}

.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-frequency {
    font-size: 16px;
    color: var(--body-blackfont-color);
    font-weight: 500;
}

.tm-ptablebox.tm-ptablebox-style-3 .tm-ptable-btn a {
    font-size: 16px;
    background-color: #fff;
    border-radius: 30px;
    font-weight: 500;
}

.tm-ptablebox.tm-ptablebox-style-3 .tm-ptable-btn a:before,
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptable-btn a:after {
    content: unset;
}

.tm-ptablebox.tm-ptablebox-style-3 .tm-ptable-btn a {
    padding: 16px 30px 16px;
    border: 2px solid #101010;
    text-transform: none;
    width: 100%;
}

.tm-ptablebox-features .tm-feature-lines {
    text-align: left;
}

/*accodian demo 17 */
.tm-acc .elementor-accordion .elementor-accordion-item span.elementor-accordion-icon-closed,
.tm-acc .elementor-accordion .elementor-accordion-item span.elementor-accordion-icon-opened {
    position: absolute;
    left: -55px;
    top: 41px;
}

.tm-acc span.elementor-accordion-icon.elementor-accordion-icon-left span i {
    position: relative;
    color: var(--tm-secondary-bg);
}

.tm-acc .elementor-accordion .elementor-tab-title.elementor-active {
    padding-bottom: 0;
}

.tm-acc .elementor-accordion .elementor-accordion-item:before {
    position: absolute;
    content: '';
    height: 1px;
    width: calc(100% + 91px);
    left: -92px;
    top: 0;
    background-color: #d5d8dc;
}

.tm-acc span.elementor-accordion-icon.elementor-accordion-icon-left span i:after {
    position: absolute;
    content: '';
    height: 48px;
    width: 48px;
    line-height: 50px;
    left: -17px;
    top: -16px;
    border: 1px solid var(--tm-secondary-bg);
    border-radius: 50px;
}

.tm-acc .elementor-accordion .elementor-accordion-item {
    position: relative;
    border-width: 0 0 0 1px !important;
}

.tm-acc .elementor-accordion .elementor-tab-content {
    padding: 15px 0px 30px 40px;
}

.tm-acc .elementor-accordion .elementor-accordion-item:after {
    position: absolute;
    content: '';
    height: 1px;
    width: calc(100% + 91px);
    left: -92px;
    background-color: #d5d8dc;
}

.tm-acc .elementor-accordion .elementor-tab-title {
    padding: 35px 0px 39px 40px;
}

.tm-acc .elementor-accordion .elementor-accordion-item span.elementor-accordion-icon-opened {
    top: 77px;
}

.tm-acc .elementor-accordion {
    padding-left: 80px;
}

/* iconbx home page */
.tm-icbx-demo .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
}

.tm-icbx-demo .themetechmount-iconbox.themetechmount-iconbox-styletwo .fa-check-circle:before {
    content: "\e83a";
    font-family: tm-inoterior-icons;
}

.tm-icbx-demo .themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-box-icon i {
    font-size: 14px;
    height: 42px;
    width: 42px;
    background-color: var(--tm-greycolor-bg);
    line-height: 42px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    text-align: center;
}

.tm-big-title h2.elementor-heading-title.elementor-size-default {
    color: #FFFFFF26 !important;
}

.tm-demo8-tes .themetechmount-boxes-view-slickview .testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner:before {
    opacity: unset;
}

/* toplogo-overlay */
.tm-headerstyle-toplogo-overlay .tm-header-style-toplogo .widget-left .info-widget-content:before {
    background: unset;
}

.tm-headerstyle-toplogo-overlay .tm-header-style-infostack .kw-phone {
    top: 31px;
}

.tm-headerstyle-toplogo-overlay .tm-header-style-toplogo.tm-header-style-infostack .site-header-menu-middle,
.tm-headerstyle-toplogo-overlay .tm-header-style-infostack.tm-header-style-toplogo .site-header .tm-stickable-header.tm-header-menu-bg-color-white:not(.is_stuck) {
    background-color: transparent;
}

.tm-headerstyle-toplogo-overlay .tm-header-style-toplogo .tm-header-top-wrapper .col-sm-4.col-md-3 .widget-left {
    border-right: unset;
}

.tm-headerstyle-toplogo-overlay .tm-header-style-toplogo .site-header-main .tm-header-top-wrapper>div {
    display: block;
    border-bottom: unset;
}

.tm-headerstyle-toplogo-overlay .tm-header-style-infostack .kw-phone {
    font-size: 22px;
}

.tm-headerstyle-toplogo-overlay .tm-btn a {
    padding: 10px 30px;
    font-size: 14px;
    color: #fff;
    background-color: var(--tm-skincolor-bg);
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

.tm-headerstyle-toplogo-overlay .footer .widget .widget-title {
    font-size: 18px;
}

.tm-headerstyle-toplogo-overlay .footer .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 19px;
}

.single-tm_portfolio.tm-headerstyle-toplogo-overlay .tm-featured-wrapper.tm-tm_portfolio-featured-wrapper img {
    width: 100%;
}

.single-tm_portfolio.tm-headerstyle-toplogo-overlay .tm-pf-single-content-wrapper .themetechmount-pf-single-detail-box .themetechmount-pf-detailbox-title {
    color: #fff !important;
}

.tm-headerstyle-toplogo-overlay .tm-header-style-infostack #site-header-menu #site-navigation div.nav-menu>ul>li>a,
.tm-headerstyle-toplogo-overlay .tm-header-style-infostack #site-header-menu #site-navigation div.nav-menu>ul>li {
    vertical-align: top;
    line-height: 50px !important;
    height: 50px !important;
    margin: 0 -5px 0 0;
    padding: 0px 7px;
    font-size: 14px;
    background: var(--tm-secondary-bg);
}

.tm-headerstyle-toplogo-overlay .tm-header-style-infostack.tm-header-style-toplogo #site-header-menu #site-navigation div.nav-menu>ul>li>a {
    padding: 0px 12px 0px 12px;
}

.tm-headerstyle-toplogo-overlay .tm-header-style-infostack #site-header-menu #site-navigation div.nav-menu>ul>li:first-child {
    border-radius: 30px 0 0 30px;
    padding-left: 80px;
}

.tm-headerstyle-toplogo-overlay .tm-header-style-infostack #site-header-menu #site-navigation div.nav-menu>ul>li:last-child {
    border-radius: 0 30px 30px 0;
    padding-right: 80px;
}

.tm-headerstyle-toplogo-overlay .themetechmount-fbar-position-right .themetechmount-fbar-content-wrapper {
    padding: 200px 55px;
}

.tm-headerstyle-toplogo-overlay .themetechmount-fbar-box {
    text-align: center;
}

.tm-headerstyle-toplogo-overlay .themetechmount-fbar-position-right .themetechmount-fbar-box-w {
    width: 500px;
}

.tm-headerstyle-toplogo-overlay .themetechmount-fbar-position-right .themetechmount-fbar-box-w {
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
}

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

.tm-headerstyle-toplogo-overlay .themetechmount-fbar-box .widget ul>li {
    border: none;
    display: inline-block;
}

.tm-headerstyle-toplogo-overlay .tm-header-site-desc {
    height: 100px;
    line-height: 100px;
}

.tm-headerstyle-toplogo-overlay .tm-header-style-infostack #site-header-menu .tm-stickable-header.is_stuck #site-navigation div.nav-menu>ul>li>a,
.tm-headerstyle-toplogo-overlay .tm-header-style-infostack #site-header-menu .tm-stickable-header.is_stuck #site-navigation div.nav-menu>ul>li {
    background: transparent;
}

.tm-headerstyle-toplogo-overlay .tm-header-style-infostack .site-header .tm-stickable-header.is_stuck.tm-sticky-bgcolor-white {
    background-color: var(--tm-secondary-bg);
}

.tm-headerstyle-toplogo-overlay .footer_logo {
    margin-bottom: 11px;
    font-size: 35px;
    line-height: 45px;
}

.tm-headerstyle-toplogo-overlay a.tm-skincolor.tm-button-bold {
    color: #fff !important;
}

.tm-headerstyle-toplogo-overlay .footer .widget.widget_nav_menu li a:before {
    display: none;
}

.tm-headerstyle-toplogo-overlay .tm-header-style-toplogo .info-widget {
    padding-left: 0;
}

.tm-headerstyle-toplogo-overlay .tm-header-style-infostack .tm-header-icons span:only-child:not(.tm-inoterior-icon-search) {
    margin-right: 2px;
}

.tm-headerstyle-toplogo-overlay .mailchimp-inputbox.tm-rounded-style input[type="email"] {
    padding: 11px 180px 11px 15px;
}

.tm-headerstyle-toplogo-overlay .themetechmount-blogbox-stylefourteen .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 23px;
    line-height: 33px;
}

.tm-headerstyle-toplogo-overlay .footer .widget.widget_nav_menu li a {
    padding-left: 0;
}

.tm-headerstyle-toplogo-overlay .twentytwenty-horizontal .twentytwenty-handle:before,
.tm-headerstyle-toplogo-overlay .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 4px;
}

.tm-headerstyle-toplogo-overlay .tm-hematology ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item:hover span.elementor-icon-list-text,
.tm-headerstyle-toplogo-overlay .tm-hematology ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item:hover i {
    color: var(--tm-skincolor-text);
}

.tm-cont a.elementor-button.elementor-button-link.elementor-size-md {
    padding: 0;
}

.tm-cont .tm-contact-btn:after,
.tm-cont .tm-contact-btn:before {
    display: none;
}

.tm-hematology.elementor-widget .elementor-icon-list-icon i {
    border: 1px solid;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.tm-commonform.tm-contactform-01.tm-form .tm-contact-btn .elementor-button.elementor-size-md:hover {
    border-color: var(--tm-secondary-bg);
}

.tm-commonform.tm-contactform-01.tm-form .tm-contact-btn p {
    margin: 0;
}

.tm-commonform.tm-contactform-01.tm-form .tm-contact-btn .elementor-button.elementor-size-md {
    font-size: 14px;
    border: 2px solid;
    border-radius: 30px;
}

.tm-contactform-01.tm-form textarea,
.tm-contactform-01.tm-form input[type="email"],
.tm-contactform-01.tm-form input[type="text"] {
    padding: 11px 25px;
}



.tm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container,
.tm-reveal-direction-bt:not(.elementor-element-edit-mode) .elementor-widget-container,
.tm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container,
.tm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.tm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.tm-reveal-direction-lr.elementor-widget-tm_project_element:not(.elementor-element-edit-mode) .elementor-widget-container {
    width: 100%;
}

.tm-reveal-direction-lr:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.tm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.tm-reveal-direction-rl:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.tm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container img {
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    transform: scale(1.5) translate(-100px, 0px);
}

.tm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container img {
    transform: scale(1.5) translate(100px, 0px);
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.tm-reveal-direction-bt:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0 100%);
}

.tm-reveal-direction-bt:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.tm-reveal-direction-bt:not(.elementor-element-edit-mode) .elementor-widget-container img {
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(.5, .5, 0, 1);
    transform: scale(1.5) translate(0, 100px);
}

.tm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.tm-reveal-direction-tb:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.tm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container img {
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(.5, .5, 0, 1);
    transform: scale(1) translate(0, 0);
}

.tm-reveal-direction-tb:not(.elementor-element-edit-mode).active .elementor-widget-container img,
.tm-reveal-direction-bt:not(.elementor-element-edit-mode).active .elementor-widget-container img,
.tm-reveal-direction-rl:not(.elementor-element-edit-mode).active .elementor-widget-container img,
.tm-reveal-direction-lr:not(.elementor-element-edit-mode).active .elementor-widget-container img {
    transform: scale(1) translate(0px, 0px);
}


.tm-textcolor-white .active .themetechmount-servicebox-styleten .themetechmount-box-item-figure a {
    color: var(--tm-skincolor-text);
}



/************************inoterior demo advaced css***************************/
/*******maruebox css*********/
.tm-marquebox-style3,
.tm-marquebox-style4 {
    width: 100%;
    animation: tm-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}

.tm-marquebox-style3 ul li span {
    font-size: 155px;
    line-height: 160px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--special-element-fontfamily);
}

.tm-marquebox-style4 ul li .prt-number-wrapper {
    font-size: 95px;
    line-height: 105px;
    font-family: var(--special-element-fontfamily);
    cursor: pointer;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    transition: all .5s ease;
    position: relative;
}

.tm-marquebox-style4 ul li .prt-number-wrapper:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    white-space: nowrap;
    content: attr(data-text);
    transition: all .5s cubic-bezier(.17, .67, .32, .87);
    -webkit-text-fill-color: #000;
    height: 100%;
}

.tm-marquebox-style4 ul li .prt-number-wrapper:hover:before {
    width: 100%;
}

.elementor-widget .tm-marquebox-style3 ul li, 
.elementor-widget .tm-marquebox-style4 ul li {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    text-align: center;
}

.tm-reverse-dir .tm-marquebox-style3 {
    animation: tm-marque-text1 25s linear infinite;
}

@keyframes tm-marque-text {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.tm-reverse-dir .preyantechnosys-marqueboxes-wrapper {
    animation: tm-marque-text1 25s linear infinite;
}

@keyframes tm-marque-text1 {
    0% {
        transform: translate(-100%, 0);
    }

    100% {
        transform: translate(0, 0);
    }

}

.tm-marque-text1 .tm-marquebox-style3 {
    z-index: 9;
    position: relative;
}

.tm-marquebox-style4:hover {
    animation-play-state: paused !important
}

.themetechmount-box.themetechmount-box-client.themetechmount-box-view-simple-logo .themetechmount-item-thumbnail-inner img {
    opacity: 1;
}

/*******btn css*********/
.tm-btn-style-text.tm-btn-style-one.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a::after {
    position: absolute;
    content: '';
    left: -68px;
    top: -34px;
    z-index: -1;
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    width: 90px;
    height: 90px;
    background-color: transparent;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 2px solid #000;
    border-bottom-left-radius: 50px;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: rotate(270deg);
}

.tm-btn-style-text.tm-btn-style-one.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a {
    position: relative;
    padding: 0;
}

.tm-btn-style-text.tm-btn-style-one.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a span.elementor-button-text::before {
    content: '\e826';
    position: absolute;
    font-family: 'tm-inoterior-icons';
    right: -25px;
    font-weight: 400;
    font-size: 15px;
    top: 3px;
    z-index: 1;
    left: auto;
}

.tm-btn-style-text.tm-btn-style-one.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a span {
    z-index: 1;
    padding: 3px 0 2px 0;
    font-size: 16px;
    transform: translateX(0px);
    transition: all 400ms ease 200ms;
    background-color: transparent;
    margin-left: -10px;
    position: relative;
}

.tm-btn-style-text.tm-btn-style-one.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper {
    margin-left: 67px;
    display: inline;
}

.tm-animate-box .tm-animate-title span {
    opacity: 0.2;
}

.tm-btn-style-text.tm-btn-style-one.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a:hover span {
    transform-style: preserve-3d;
    transform: translateX(10px);
    transition: all 400ms ease 200ms;
}

.tm-btn-color-white.tm-btn-style-text.tm-btn-style-one.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a:after {
    border-color: #fff;
}

.tm-btn-color-white.tm-btn-style-text.tm-btn-style-one.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a:hover span {
    color: #fff;
}

/**************servicebox style 11 css********/
.themetechmount-servicebox-styleeleven {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid;
}

.themetechmount-element-servicebox-styleeleven .themetechmount-boxes-inner .tm-box-col-wrapper:last-child .themetechmount-servicebox-styleeleven {
    border-bottom: 0;
}

.themetechmount-servicebox-styleeleven .themetechmount-box-content .tm-hover-box .tm-servicebox-main-hoverbox {
    display: none;
}

.themetechmount-servicebox-styleeleven .themetechmount-box-content .tm-servicebox-detials .themetechmount-box-title h4 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
}

.themetechmount-element-servicebox-styleeleven .themetechmount-boxes-inner .tm-box-col-wrapper {
    margin-bottom: 0 !important;
}

.themetechmount-servicebox-styleeleven .themetechmount-box-content .tm-servicebox-detials {
    padding: 60px 0 50px 80px;
}

.themetechmount-element-servicebox-styleeleven .tm-box-col-wrapper.active .themetechmount-box-content .tm-servicebox-detials {
    display: none;
}

.themetechmount-element-servicebox-styleeleven .tm-box-col-wrapper.active .themetechmount-box-content .tm-hover-box .tm-servicebox-main-hoverbox {
    display: flex;
    background-color: var(--tm-skincolor-bg);
}

.themetechmount-element-servicebox-styleeleven .tm-box-col-wrapper.active .themetechmount-box-content .tm-hover-box {
    opacity: 1;
    transition: .5s;
}

.themetechmount-element-servicebox-styleeleven .tm-box-col-wrapper .themetechmount-box-content .tm-hover-box {
    opacity: 0;
    transition: .5s;
}

.themetechmount-element-servicebox-styleeleven .tm-box-col-wrapper.active .themetechmount-box-content .tm-hover-box .tm-box-icon {
    display: inline-block;
}

.themetechmount-element-servicebox-styleeleven .tm-box-col-wrapper.active .themetechmount-box-content .tm-hover-box .tm-box-icon .tm-post-featured-link-wrapper {
    height: 216px;
    width: 655px;
    opacity: 1;
    right: auto;
    left: 0;
    top: 0px;
    bottom: 30px;
    visibility: visible;
    transition: all .9s ease, transform .9s ease;
    color: rgb(255 255 255 / 65%);
    font-weight: 300;
    position: relative;
    object-fit: cover;
}

.themetechmount-element-servicebox-styleeleven .tm-box-col-wrapper.active .themetechmount-box-content .tm-hover-box .tm-servicebox-hover {
    padding: 60px 50px 50px 80px;
}
.themetechmount-servicebox-styleeleven .tm-short-desc p {
    margin-bottom: 0;
}

.elementor-inner-section.elementor-element.tm-service-overflow {
    overflow: hidden;
}

.themetechmount-element-servicebox-styleeleven .tm-box-col-wrapper.active .themetechmount-box-content .tm-hover-box .themetechmount-box-title a,
.themetechmount-element-servicebox-styleeleven .tm-box-col-wrapper.active .themetechmount-box-content .tm-hover-box .tm-servicebox-hover .tm-short-desc {
    color: #fff;
}

.themetechmount-element-servicebox-styleeleven .tm-box-col-wrapper.active .themetechmount-box-content .tm-hover-box .tm-servicebox-hover h4 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}

.themetechmount-element-servicebox-styleeleven .tm-box-col-wrapper .themetechmount-servicebox-styleeleven .tm-short-desc {
    width: 50%;
}

.themetechmount-element-servicebox-styleeleven .tm-box-col-wrapper.active .themetechmount-servicebox-styleeleven .tm-short-desc {
    width: 100%;
}

/**************portfolio style7 css**********/
.themetechmount-portfoliobox-style7 .themetechmount-post-item .themetechmount-post-item-inner {
    padding-top: 40px;
}

.themetechmount-portfoliobox-style7 .themetechmount-post-item .themetechmount-post-item-inner .themetechmount-box-category .tm-cat {
    margin-bottom: 20px;
}

.themetechmount-portfoliobox-style7 .themetechmount-post-item .themetechmount-post-item-inner .themetechmount-box-category .tm-cat {
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid rgb(114, 114, 114);
    padding: 2px 15px;
    border-radius: 50px;
}

.themetechmount-portfoliobox-style7 .themetechmount-post-item .themetechmount-post-item-inner .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 38px;
    line-height: 48px;
}

.themetechmount-portfoliobox-style7 .themetechmount-post-item .tm-featured-wrapper {
    position: relative;
    border-radius: 0 50px;
    transition: all .5s ease;
    overflow: hidden;
}

.themetechmount-portfoliobox-style7:hover .themetechmount-post-item .tm-featured-wrapper img {
    transform: scale(1.1);
}

.themetechmount-portfoliobox-style7 .themetechmount-post-item .tm-featured-wrapper img {
    width: 100%;
    transition: 0.6s all;
}

.themetechmount-portfoliobox-style7:hover .tm-featured-wrapper:before {
    opacity: 1;
}

.themetechmount-portfoliobox-style7:hover .themetechmount-post-item .tm-featured-wrapper {
    border-radius: 50px 0;
}

/***************sccordion css(tm-accordion-style1)***********/
.tm-accordion-style1.elementor-widget-accordion .elementor-accordion-item .tm-accordion h6 {
    display: inline;
    color: #727272;
}

.tm-accordion-style1.elementor-widget-accordion .elementor-accordion-item .tm-accordion span h6 {
    color: #000;
    padding-left: 20px;
}

.tm-accordion-style1.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content {
    padding-left: 83px;
}

.tm-accordion-style1.elementor-widget-accordion .elementor-accordion-item {
    border: 1px solid #000 !important;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 30px;
}

.tm-accordion-style1.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title {
    padding: 0;
}
.tm-accordion-style1.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
    padding-top: 8px;
}

/*************testimonial style 8 css***********/
.themetechmount-testimonialbox-styleeight .themetechmount-box-img.tm-wrap-cell {
    width: 90px;
    vertical-align: top;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styleeight .themetechmount-item-thumbnail {
    height: 70px;
    width: 70px;
    margin: 0;
}

.themetechmount-testimonialbox-styleeight .themetechmount-box-desc {
    position: relative;
    padding-bottom: 35px;
    padding-right: 90px;
}

.themetechmount-testimonialbox-styleeight .themetechmount-box-desc:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #e2e2e2;
    width: 90%;
    bottom: 27px;
    left: 0;
    top: auto;
    right: auto;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styleeight .themetechmount-box-desc .themetechmount-testimonial-text {
    font-size: 38px;
    font-style: italic;
    line-height: 50px;
    color: #000;
    font-family: var(--special-element-fontfamily);
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styleeight .themetechmount-author-name {
    font-size: 20px;
    line-height: 26px;
}

.themetechmount-box.themetechmount-box-testimonial.themetechmount-testimonialbox-styleeight {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.302);
}

/**************blogbox style 15 css**************/
.themetechmount-blogbox-stylefifteen .post-item .themetechmount-box-desc {
    margin-top: 0;
    padding-top: 0;
    padding-left: 30px;
    display: flex;
}

.themetechmount-blogbox-stylefifteen .post-item .themetechmount-box-desc .tm-box-post-date {
    position: relative;
    background-color: transparent;
    color: #000;
    font-size: 64px;
    line-height: 77px;
    font-family: var(--special-element-fontfamily);
    padding: 0;
    text-align: left;
    padding-top: 15px;
    font-weight: 400;
}

.themetechmount-blogbox-stylefifteen .post-item .tm-featured-wrapper {
    border-radius: 0 50px;
    transition: .5s;
}

.themetechmount-blogbox-stylefifteen:hover .post-item .tm-featured-wrapper {
    border-radius: 50px 0;
    transition: .5s;
}

.themetechmount-blogbox-stylefifteen .post-item .themetechmount-box-desc .entry-header .themetechmount-box-title h4 {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 10px;
}

.themetechmount-blogbox-stylefifteen .post-item .themetechmount-box-desc .tm-box-post-date span {
    font-size: 15px;
    line-height: 25px;
    color: #727272;
    font-family: 'poppins';
    padding-top: 0;
}

.themetechmount-blogbox-stylefifteen .post-item .themetechmount-box-content .tm-featured-outer-wrapper {
    margin-bottom: 30px;
}

.themetechmount-blogbox-stylefifteen .post-item .themetechmount-box-desc .entry-header .themetechmount-box-title {
    padding-left: 30px;
    padding-right: 30px;
}

.themetechmount-blogbox-stylefifteen .post-item .themetechmount-box-desc .tm-entry-meta-wrapper .entry-meta .byline,
.themetechmount-blogbox-stylefifteen .post-item .themetechmount-box-desc .tm-entry-meta-wrapper .entry-meta .comments-link,
.themetechmount-blogbox-stylefifteen .post-item .themetechmount-box-desc .tm-entry-meta-wrapper .entry-meta .cat-links i {
    display: none;
}

.themetechmount-blogbox-stylefifteen .post-item .themetechmount-box-desc .tm-entry-meta-wrapper .entry-meta .cat-links {
    padding-left: 30px;
}

.themetechmount-blogbox-stylefifteen .post-item .themetechmount-box-desc .tm-entry-meta-wrapper .entry-meta .cat-links a {
    font-size: 15px;
    line-height: 35px;
}

/*****************about us page css*********/
/********section 1 counter box css (tm-counter-style1)************/
.tm-counter-style1 .elementor-counter .elementor-counter-number {
    font-size: 64px;
    line-height: 74px;
    color: #000;
    font-family: var(--special-element-fontfamily);
}

.tm-counter-style1 .elementor-counter {
    float: left;
}

.tm-counter-style1 .elementor-counter .elementor-counter-number-wrapper {
    display: block;
    margin-bottom: 3px;
}

.tm-counter-style1 .elementor-counter .elementor-counter-title {
    font-size: 22px;
    line-height: 35px;
    color: #000;
    font-family: var(--special-element-fontfamily);
    position: relative;
    padding-top: 10px;
}

.tm-counter-style1 .elementor-counter .elementor-counter-title::before {
    content: '';
    position: absolute;
    background-color: rgba(63, 60, 55, 0.302);
    width: 270px;
    height: 1px;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
}

.tm-counter-style1 .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
    font-size: 50px;
    color: #000;
    font-family: var(--special-element-fontfamily);
    left: -15px;
    position: relative;
}

/***************servicebox style 12 css************/
.themetechmount-servicebox-style12 .themetechmount-post-item .themetechmount-box-title h4 {
    font-size: 28px;
    line-height: 38px;
}

.themetechmount-servicebox-style12 .themetechmount-post-item .tm-servicebox-detials {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    padding-bottom: 15px;
}

.themetechmount-servicebox-style12 .themetechmount-post-item {
    padding: 30px;
    border: 1px solid;
    border-radius: 0 25px;
    transition: .5s;
}

.themetechmount-servicebox-style12:hover .themetechmount-post-item {
    border-radius: 25px 0;
    transition: .5s;
}

.themetechmount-servicebox-style12 .themetechmount-post-item .tm-servicebox-detials .tm-box-icon i {
    font-size: 44px;
    color: #000;
    display: inline-block;
    transition: all 500ms ease;
}

.themetechmount-servicebox-style12:hover .themetechmount-post-item .tm-servicebox-detials .tm-box-icon i {
    transform: rotateY(180deg);
}

.themetechmount-servicebox-style12 .themetechmount-post-item .tm-servicebox-detials::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.302);
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
}

.themetechmount-servicebox-style12 .themetechmount-post-item .themetechmount-box-desc {
    padding-top: 20px;
}

.themetechmount-servicebox-style12 .themetechmount-post-item .themetechmount-box-desc p {
    margin-bottom: 20px;
}

.themetechmount-servicebox-style12 .themetechmount-post-item .themetechmount-serviceboxbox-readmore a {
    position: relative;
}

.themetechmount-servicebox-style12 .themetechmount-post-item .themetechmount-serviceboxbox-readmore a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
}

.themetechmount-servicebox-style12 .themetechmount-post-item .tm-short-desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/**********teambox style 5 css*************/
.themetechmount-teambox-style5 .themetechmount-post-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-content-inner {
    width: 50%;
    padding: 41px 80px 35px 80px;
    border-bottom: 1px solid rgba(230, 229, 225, 0.302);
    background-color: var(--tm-skincolor-bg);
}

.themetechmount-teambox-style5 .themetechmount-box-title h4 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 38px;
}

.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-team-image-box {
    width: 50%;
    text-align: right;
    display: none;
}

.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-box-content .themetechmount-innercontent-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.themetechmount-teambox-style5 .themetechmount-box-content .themetechmount-innercontent-box .tm-member-social ul {
    padding-left: 0;
    background-color: transparent;
    margin: 0;
}

.themetechmount-teambox-style5 .themetechmount-box-content .themetechmount-innercontent-box .tm-member-social ul li {
    display: inline;
    margin-right: 10px;
}

.themetechmount-teambox-style5 .themetechmount-box-content .themetechmount-innercontent-box .themetechmount-box-title h4 a,
.themetechmount-teambox-style5 .themetechmount-box-content .themetechmount-innercontent-box .tm-member-social ul li a {
    color: #fff;
}

.themetechmount-element-teambox-style5 .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper .tm-box-col-wrapper {
    margin-bottom: 0 !important;
}

.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-box-content .themetechmount-innercontent-box .tm-member-social {
    display: none;
}

.themetechmount-element-teambox-style5 .tm-box-col-wrapper.active .themetechmount-content-inner {
    background-color: var(--tm-greycolor-bg);
}

.themetechmount-element-teambox-style5 .tm-box-col-wrapper.active .themetechmount-content-inner .themetechmount-team-position a,
.themetechmount-element-teambox-style5 .tm-box-col-wrapper.active .themetechmount-content-inner .tm-member-social li a {
    color: var(--body-blackfont-color);
}

.themetechmount-element-teambox-style5 .tm-box-col-wrapper.active .themetechmount-content-inner .tm-member-social {
    display: block;
    padding-right: 40px;
}

.themetechmount-element-teambox-style5 .tm-box-col-wrapper.active .themetechmount-team-image-box img {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    height: 100%;
    object-fit: cover;
}

.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-team-image-box img {
    width: 50%;
    border-top-right-radius: 75px;
}

.themetechmount-element-teambox-style5 .tm-box-col-wrapper.active .themetechmount-team-image-box {
    display: block;
}

.themetechmount-boxes.themetechmount-boxes-team.themetechmount-element-teambox-style5 {
    border-radius: 0 75px;
    overflow: hidden;
}

.elementor-section.elementor-inner-section.elementor-element.tm-textcolor-white.tm-bgcolor-skincolor.elementor-section-full_width.tm-inner-overflow {
    overflow: hidden !important;
}

/*********/
.themetechmount-boxes.themetechmount-boxes-team.themetechmount-element-teambox-style5 .tm-box-col-wrapper,
.themetechmount-box-team.themetechmount-teambox-style5,
.themetechmount-teambox-style5 .themetechmount-post-item {
    position: static;
    width: 100%;
}

.themetechmount-teambox-style5 .themetechmount-post-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    list-style-type: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    text-align: left;
}

.themetechmount-element-teambox-style5 .tm-box-col-wrapper:last-child .themetechmount-content-inner {
    border-bottom: unset;
}

.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-team-image-box,
.themetechmount-teambox-style5 .themetechmount-post-item .themetechmount-team-image-box .themetechmount-item-thumbnail {
    position: static;
}

/***************Awardbox style 1 css****************/
.tm-awardbox-style1 .tm-awardbox {
    width: 100%;
}
.themetechmount-awardboxes-wrapper.tm-awardbox-style1 {
    position: relative;
    overflow: hidden;
}

.tm-awardbox-style1 .tm-awardbox-content .tm-contentbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tm-awardbox-style1 .tm-awardbox-content {
    border-top: 1px solid rgba(0, 0, 0, 0.302);
    padding: 32px 0 12px 0;
}

.tm-awardbox-style1 .tm-awardbox:last-child .tm-awardbox-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.302);
}

.tm-awardbox-style1 .tm-awardbox-content .themetechmount-award-box-number {
    font-size: 28px;
    line-height: 38px;
    font-family: var(--special-element-fontfamily);
    color: #000;
}

.tm-awardbox-style1 .tm-awardbox-content .tm-box-title h4 {
    font-size: 28px;
    line-height: 38px;
}

.tm-awardbox-style1 .tm-awardbox-content .tm-iconbox-desc .themetechmount-award-box-desc {
    color: #000;
}

.tm-awardbox-style1 .tm-awardbox-content .tm-iconbox-desc .tm-awardbox-main-icon i {
    color: #000;
}

.tm-awardbox-style1 .tm-awardbox-content .tm-iconbox-desc {
    display: flex;
}

.tm-awardbox-style1 .tm-awardbox-content .tm-iconbox-desc .tm-awardbox-main-icon {
    margin-right: 10px;
}

/**************************service page css****************/
/*************servicebox style 13 css*********/
.themetechmount-box.themetechmount-servicebox-stylethirteen .tm-tm_service-featured-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0 50px;
    transition: .5s;
}

.themetechmount-box.themetechmount-servicebox-stylethirteen:hover .tm-tm_service-featured-wrapper {
    border-radius: 50px 0;
    transition: .5s;
}

.themetechmount-box.themetechmount-servicebox-stylethirteen .themetechmount-post-item .item-figure img {
    transition: transform 0.5s ease-in-out;
}

.themetechmount-box.themetechmount-servicebox-stylethirteen:hover .tm-tm_service-featured-wrapper img {
    transform: scale(1.1);
}

.themetechmount-servicebox-stylethirteen .themetechmount-post-item .tm-servicebox-detials {
    position: absolute;
    bottom: 35px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transition: all .5s ease;
    z-index: 2;
}

.themetechmount-box.themetechmount-servicebox-stylethirteen:hover .tm-tm_service-featured-wrapper::before,
.themetechmount-servicebox-stylethirteen:hover .themetechmount-post-item .tm-servicebox-detials {
    opacity: 1;
}

.themetechmount-servicebox-stylethirteen .themetechmount-post-item .tm-servicebox-detials .item-content h4 a {
    color: #fff;
}

.themetechmount-box.themetechmount-servicebox-stylethirteen .tm-tm_service-featured-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.5s linear;
    z-index: 1;
    background-image: -webkit-linear-gradient(90deg, rgba(14, 21, 33, .70)40%, rgba(0, 0, 0, 0)60%);
}

/************/
.themetechmount-showcasebox-styletwo .tm_showcasebox_wrap.active {
    background-color: var(--tm-skincolor-bg);
    border-radius: 15px;
}

.themetechmount-showcasebox-styletwo .tm_showcasebox_wrap .tm-box-icon,
.themetechmount-showcasebox-styletwo .tm_showcasebox_wrap .qodef-m-link .tm-cta3-content-wrapper {
    display: none;
}

.themetechmount-showcasebox-styletwo .tm_showcasebox_wrap .qodef-m-header .tm-box-title {
    color: #000;
    writing-mode: vertical-rl;
    font-size: 22px;
    line-height: 32px;
}

.themetechmount-showcasebox-styletwo .tm_showcasebox_wrap.active .tm-box-icon,
.themetechmount-showcasebox-styletwo .tm_showcasebox_wrap.active .qodef-m-link .tm-cta3-content-wrapper {
    display: block;
}

.themetechmount-showcasebox-styletwo .tm_showcasebox_wrap.active .qodef-m-header .tm-box-title {
    writing-mode: unset;
}

.themetechmount-showcasebox-styletwo {
    display: flex;
    padding: 0;
    list-style: none;
}

.themetechmount-showcasebox-styletwo .tm_showcasebox_wrap.active .qodef-m-header .tm-box-title {
    color: #fff;
}

.themetechmount-showcasebox-styletwo .tm_showcasebox_wrap.active .qodef-m-link .tm-cta3-content-wrapper {
    color: #fff;
}

.themetechmount-showcasebox-styletwo .tm_showcasebox_wrap.active {
    background-color: var(--tm-skincolor-bg);
    border-radius: 25px;
    padding: 40px 40px 30px 40px;
    margin: 0 5px 0 -2px;
    z-index: 2;
    width: 100%;
}

.themetechmount-showcasebox-styletwo .tm_showcasebox_wrap .tm-box-icon i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 100px;
    position: relative;
    float: right;
    margin-top: -30px;
}

.themetechmount-showcasebox-styletwo .tm_showcasebox_wrap {
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0px 15px 15px 0px;
    padding: 80px 20px 0 17px;
    margin-left: -12px;
    cursor: pointer;
    width: 80px;
}

.themetechmount-showcasebox-styletwo .tm_showcasebox_wrap:first-child {
    border-left: 1px solid;
    border-radius: 15px;
}

/***********/
.themetechmount-listimgbox-styleone .tm_listimgbox_wrap {
    display: flex;
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap .tm-box-title {
    font-size: 28px;
    line-height: 38px;
    width: 35%;
    color: rgba(0, 0, 0, 0.5);
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap .award_picture {
    width: 30%;
    transition: .5s all;
    opacity: 0;
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap .tm-listbox-content {
    display: flex;
    width: 70%;
    border-bottom: 1px solid;
    padding-bottom: 30px;
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap .themetechmount-listimgbox-heading .tm-cta3-content-wrapper {
    padding-right: 100px;
    padding-left: 50px;
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap.active .award_picture {
    transition: .5s all;
    opacity: 1;
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap .award_picture img {
    max-width: 100%;
    position: absolute;
    width: auto;
    height: auto;
    object-fit: cover;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    transition: all .6s ease, transform .6s ease;
    border-radius: 15px;
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap {
    display: flex;
    list-style-type: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    display: flex;
    padding-bottom: 0;
    margin-bottom: 32px;
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap.active .award_picture img {
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap.active .tm-listbox-content .tm-box-title {
    color: #000;
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap.active .tm-listbox-content .themetechmount-listimgbox-heading .tm-cta3-content-wrapper {
    color: rgba(0, 0, 0, 0.7);
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap .themetechmount-listimgbox-heading .tm-cta3-content-wrapper {
    color: rgba(0, 0, 0, 0.3);
}

.tm-ptablebox-style-4 .ttm-pricetable-column-w .themetechmount-ptable-main {
    border: 1px solid;
    border-radius: 0 25px;
    background-color: transparent;
    text-align: left;
    padding: 33px 40px 35px 40px;
    transition: .5s;
}

.tm-ptablebox-style-4 .ttm-pricetable-column-w .themetechmount-ptable-main:hover {
    border-radius: 25px 0;
    transition: .5s;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-title {
    text-align: left;
    padding: 0;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .ttm-ptablebox-price-w {
    position: relative;
    background-color: transparent;
    padding: 10px 0 0 0;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines {
    padding: 0;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines .tm-ptable-line {
    border-top: 0;
    border-bottom: 0;
    position: relative;
    padding-left: 30px;
    color: var(--body-fonts-color);
    padding-bottom: 0;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-title .tm-custom-heading {
    font-size: 22px;
    line-height: 32px;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .ttm-ptablebox-price-w .tm-ptablebox-cur-symbol,
.tm-ptablebox-style-4 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-price {
    font-size: 38px;
    line-height: 48px;
    font-family: var(--special-element-fontfamily);
    color: #000;
}

.tm-ptablebox-style-4 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-frequency {
    font-size: 22px;
    line-height: 32px;
    font-family: var(--special-element-fontfamily);
    color: #000;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptable-btn a:before,
.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptable-btn a:after {
    content: unset;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptable-btn a {
    width: 100%;
    display: block;
    border-radius: 25px;
    background-color: var(--body-blackfont-color);
    color: #fff;
    font-family: var(--special-element-fontfamily);
    line-height: 26px;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines li:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    right: auto;
    left: 0;
    top: 15px;
    bottom: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask: url(../images/double-tick.svg) no-repeat 100% 100%;
    mask: url(../images/double-tick.svg) no-repeat 100% 100%;
    mask-size: contain;
    background-color: var(--body-fonts-color);
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines .tm-ptable-line i {
    display: none;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptable-btn {
    margin-bottom: 0;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-features {
    padding-top: 5px;
    padding-bottom: 18px;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main:hover .tm-ptable-btn a {
    background-color: var(--tm-skincolor-bg);
    border-color: var(--tm-skincolor-bg);
}

.tm-awardbox-style1 .tm-awardbox-content .tm-contentbox img {
    max-width: 100px;
}

.tm-awardbox-style1 .tm-awardbox-content .tm-contentbox .tm-animation-hover-img .tm-box-img-bg {
    position: absolute;
    z-index: 1;
    opacity: 0;
    margin-top: -100px;
    margin-left: 50px;
    transform: scale(0.4);
    transform-origin: 50% 50%;
    margin-top: -70px;
    margin-left: -250px;
}

/***************contact us page css****************/
.tm-social-icon-style .elementor-social-icons-wrapper a {
    background-color: transparent;
    border: 1px solid rgb(168, 168, 168);
    margin-right: 10px;
    width: 100%;
    border-radius: 16px !important;
    padding: 2px 17px;
    height: auto;
}

.tm-social-icon-style .elementor-social-icons-wrapper a span {
    display: block;
    position: relative;
    color: #000;
    top: 0;
    height: auto;
    font-size: 15px;
    line-height: 30px;
    width: 100%;
}

.tm-social-icon-style .elementor-social-icons-wrapper a i {
    display: none;
}

.tm-social-icon-style .elementor-social-icons-wrapper a:hover {
    background-color: var(--tm-skincolor-bg);
    border-color: var(--tm-skincolor-bg);
}

.tm-social-icon-style .elementor-social-icons-wrapper a:hover span {
    color: #fff;
}

.tm-commonform.tm-advform-style1 .tm-category {
    padding-left: 0;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 42px;
}

.tm-commonform.tm-advform-style1 .tm-category li:active,
.tm-commonform.tm-advform-style1 .tm-category li:hover {
    border-color: var(--tm-skincolor-bg);
}

.tm-commonform.tm-advform-style1 .tm-category li {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid rgb(168, 168, 168);
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    color: #000;
    margin-bottom: 5px;
}

.tm-commonform.tm-advform-style1 .tm-category li p,
.tm-commonform.tm-advform-style1 .tm-contact-btn.elementor-widget-button p {
    margin-bottom: 0;
}

.tm-commonform.tm-advform-style1 .tm-text label {
    font-weight: 400;
    color: #000;
}

.tm-commonform.tm-advform-style1 .tm-text .wpcf7-form-control,
.tm-commonform.tm-advform-style1 .tm-text .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid rgb(168, 168, 168);
    border-radius: 25px;
}
.tm-commonform.tm-advform-style1 .tm-text .select2-container--default .select2-selection--single:focus,
.tm-commonform.tm-advform-style1 .tm-text .wpcf7-form-control.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #3f3c37;
}

.tm-commonform.tm-advform-style1 .tm-contact-btn.elementor-widget-button {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}
.tm-commonform.tm-advform-style1 .tm-contact-btn.elementor-widget-button input[type="submit"] {
    background-color: #000;
    width: 100%;
    border-radius: 25px;
}

.tm-commonform.tm-advform-style1 .tm-contact-btn.elementor-widget-button:before,
.tm-commonform.tm-advform-style1 .tm-contact-btn.elementor-widget-button:after {
    content: unset;
}

.tm-commonform.tm-advform-style1 .lable-none {
    padding-top: 26px;
}

.tm-commonform.tm-advform-style1 .tm-text {
    margin-bottom: 8px;
}

.tm-commonform.tm-advform-style1 .tm-text .wpcf7-form-control.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
}

.tm-commonform.tm-advform-style1 .tm-contact-btn.elementor-widget-button input[type="submit"]:hover {
    background-color: var(--tm-skincolor-bg);
}


/*****************footer css********************/
.tm-footerstyle-style2 .site-footer-w .first-footer .tm-footermenu-inline ul li {
    display: inline-block;
    margin-right: 20px;
}

.tm-footerstyle-style2 .site-footer-w .first-footer .tm-footermenu-inline ul li a:before,
.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-work-menulist .menu-work-menu-container ul li a:before {
    content: unset;
}

.tm-footerstyle-style2 .site-footer-w .first-footer .tm-footermenu-inline ul li a,
.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-work-menulist .menu-work-menu-container ul li a {
    padding-left: 0;
    color: #d5d5d5;
    font-weight: unset;
    font-size: 15px;
    line-height: 25px;
}

.tm-footerstyle-style2 .site-footer-w .first-footer .footer-social-style .social-icons li a i {
    display: none;
}

.tm-footerstyle-style2 .site-footer-w .first-footer .footer-social-style .social-icons li a span {
    display: block;
}

.tm-footerstyle-style2 .site-footer-w .first-footer .footer-social-style .social-icons li a {
    width: auto;
    height: auto;
    border-radius: 16px;
    padding: 3px 20px 3px 20px;
    line-height: unset;
    border: 1px solid rgb(168, 168, 168);
}

.tm-footerstyle-style2 .site-footer-w .first-footer .footer-social-style .social-icons li a span {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
}

.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-footer-simpletext h4 {
    font-size: 34px;
    line-height: 46px;
}

.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-footer-address .tm-address p {
    font-size: 15px;
    line-height: 25px;
    color: #d5d5d5 !important;
    font-weight: unset;
}

.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-footer-address .tm-address.style1 {
    margin-bottom: 30px;
}

.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-footer-address .tm-address .tm-phone a {
    font-size: 22px;
    line-height: 26px;
    color: #d5d5d5;
    font-family: var(--special-element-fontfamily);
}

.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-footer-address .tm-address p a {
    color: #d5d5d5;
}

.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-footer-address .tm-address p a:hover,
.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-footer-address .tm-address .tm-phone a:hover {
    color: #fff;
}

.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-footer-mail .tm-mail-line input {
    background-color: transparent;
    border: unset;
    padding-left: 0;
    color: #fff;
}
.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-footer-mail .tm-mail-line label {
    display: block;
}

.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-footer-mail .tm-mail-line {
    border-bottom: 1px solid rgb(213, 213, 213);
}

.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-footer-mail .tm-btn input {
    padding: 25px 0 0 0;
    position: relative;
    border-bottom: 1px solid;
    background-color: transparent;
    font-weight: normal !important;
}

.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-footer-mail .tm-btn input:hover {
    background-color: transparent;
}

.tm-footerstyle-style2 .site-footer-w .second-footer-inner .widget {
    margin-top: 60px !important;
    margin-bottom: 50px !important;
}

.tm-footerstyle-style2 {
    margin: 0 70px 70px 70px;
    border-radius: 0 70px;
}

.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-newslatter-style {
    padding-right: 40px;
}

.tm-footerstyle-style2 .site-footer-w .first-footer .tm-footermenu-inline {
    padding-top: 33px;
}

.tm-footerstyle-style2 .site-footer-w .first-footer .footer-social-style {
    padding-top: 10px;
}

.tm-footerstyle-style2 .site-footer-w .second-footer-inner .widget .widget-title {
    margin-bottom: 10px;
}

.tm-footerstyle-style2 .site-footer-w .first-footer.tm-widgetsep-yes .widget-area {
    border-right: unset;
}

.tm-footerstyle-style2 .site-footer-w .tm-footer2-left p a {
    color: #d5d5d5;
}

.tm-footerstyle-style2 .site-footer-w .tm-footer2-left p a:hover {
    color: #fff;
}

.tm-footerstyle-style2 .site-footer-w .first-footer .footer-social-style .social-icons li a:hover {
    background-color: #fff;
    color: var(--body-fonts-color);
}

.tm-footerstyle-style2 .site-footer-w .first-footer .tm-footermenu-inline ul li a:hover,
.tm-footerstyle-style2 .site-footer-w .second-footer-inner .tm-work-menulist .menu-work-menu-container ul li a:hover {
    color: #fff;
}

.tm-footerstyle-style2 .second-footer-inner .tm-footer-simpletext {
    padding-right: 100px;
}

/******************header style 6 css********************/
.tm-header-style-classic-style6 .site-header-main .headerlogo,
.tm-header-style-classic-style6 .site-header-main .headerlogo:before,
.tm-header-style-classic-style6 .site-header-main .headerlogo:after {
    background-color: transparent !important;
}

.tm-header-style-classic-style6 .tm-top-info-con {
    display: none;
}

.tm-header-style-classic-style6 #site-header-menu #site-navigation div.nav-menu>ul>li>a::before {
    content: unset;
}

.tm-header-style-classic-style6 .site-header-main-inner .tm-search .tm-header-small-search-form .tm-site-searchform .field {
    background-color: transparent;
    font-size: 16px;
    color: #000;
    font-family: var(--special-element-fontfamily);
    opacity: 1;
    z-index: 2;
    position: relative;
    padding: 0 0 0 25px;
    border: unset;
}

.tm-header-style-classic-style6 .site-header-main-inner .tm-search .tm-header-small-search-form .header-search {
    background-color: transparent;
}

.tm-header-style-classic-style6 .site-header-main-inner .tm-search .tm-header-small-search-form .header-search {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: auto;
    top: 20px;
    bottom: auto;
    display: block;
    width: auto;
    font-size: 15px;
}

.tm-header-style-classic-style6 .site-header-main-inner .tm-search {
    float: right;
    width: 75px;
    position: relative;
}

.tm-header-style-classic-style6 .site-header-main-inner .tm-header-icon.tm-header-search-link {
    display: none;
}

.tm-header-style-classic-style6 .site-header-main-inner .tm-search:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 38%;
    left: 0;
    right: auto;
    background-color: #000;
    width: 100%;
    height: 1px;
}

.tm-header-style-classic-style6 .site-header-main-inner .tm-header-icons:before {
    content: unset;
}

.tm-header-style-classic-style6 .site-header-main-inner .main-navigation .tm-header-icons .tm-fbar-link-only .themetechmount-fbar-btn a:before {
    content: '';
    width: 30px;
    height: 30px;
    right: auto;
    left: -30px;
    top: 25px;
    bottom: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask: url(../images/star.svg) no-repeat 100% 100%;
    mask: url(../images/star.svg) no-repeat 100% 100%;
    mask-size: cover;
    background-color: #000;
    position: absolute;
}

.tm-header-style-classic-style6 .site-header-main-inner .main-navigation .tm-header-icons .tm-fbar-link-only .themetechmount-fbar-btn a {
    position: relative;
}

.tm-header-style-classic-style6 .site-header-main-inner .main-navigation .nav-menu {
    padding-right: 23px;
}

.tm-header-style-classic-style6 .site-header .site-header-main.container-fullwide {
    padding-left: 70px;
    padding-right: 70px;
}

.tm-header-style-classic-style6 .site-header-main-inner .tm-header-icons {
    padding-left: 0;
    margin-left: 30px;
}

.tm-header-style-classic-style6 .tm-titlebar-wrapper {
    margin: 0 70px;
    border-radius: 0 75px;
}

.tm-header-style-classic-style6 .tm-titlebar-wrapper .tm-titlebar-main .entry-title-wrapper {
    padding-top: 80px;
}

/**************floating bar css***********/
.tm-header-style-classic-style6 .themetechmount-fbar-position-right .themetechmount-fbar-box-w.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.tm-header-style-classic-style6 .themetechmount-fbar-position-right .themetechmount-fbar-box-w {
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
}

.tm-header-style-classic-style6 .themetechmount-fbar-position-right .themetechmount-fbar-box-w {
    width: 500px;
}

.tm-header-style-classic-style6 .themetechmount-fbar-position-right .themetechmount-fbar-content-wrapper {
    padding: 200px 55px;
}

.tm-header-style-classic-style6 .themetechmount-fbar-position-right .themetechmount-fbar-box {
    text-align: center;
}

.tm-header-style-classic-style6 .themetechmount-fbar-position-right .tm-fbar-social ul li a {
    border-radius: 50%;
}

.tm-header-style-classic-style6 .themetechmount-fbar-position-right .tm-fbar-social ul li a:hover {
    background-color: var(--tm-skincolor-bg);
}

/**********service detail page css**************/

.tm-layout-style16 #sidebar-left.sidebar .widget {
    background-color: #fff;
    margin-top: 0;
}

.tm-layout-style16 .widget.inoterior_all_post_list_widget li a,
.tm-layout-style16 #sidebar-left .tm-quicklink-box {
    background-color: var(--tm-greycolor-bg);
}

.tm-layout-style16 .tm-detail-heading .elementor-widget-container .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
}

.tm-layout-style16.single article.post blockquote {
    background-color: #fff;
}

.tm-layout-style16.single .tm-blog-list li {
    font-size: 14px;
    line-height: 24px;
}

.tm-layout-style16 .themetechmount-teambox-style2:hover ul.tm-team-social-links,
.tm-layout-style16 .themetechmount-teambox-style2 .themetechmount-box-content {
    background-color: #fff;
}

.tm-layout-style16 .tm-progress-bar .elementor-progress-wrapper:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.302);
}

.tm-layout-style16 .tm-contact-btn.tm-btn-style-one.elementor-widget-button:before,
.tm-layout-style16 .tm-contact-btn.tm-btn-style-one.elementor-widget-button:after,
.tm-layout-style16.single-post .tm-blog-classic-box-comment .form-submit:before,
.tm-layout-style16.single-post .tm-blog-classic-box-comment .form-submit:after {
    content: unset;
}

.tm-layout-style16 .tm-contact-btn.tm-btn-style-one.elementor-widget-button .wpcf7-submit:hover {
    background-color: transparent;
    transform-style: preserve-3d;
    transform: translateX(-10px);
    transition: all 400ms ease 200ms;
}

.tm-layout-style16 .tm-contact-btn.tm-btn-style-one.elementor-widget-button::after {
    position: absolute;
    content: '';
    left: 0;
    top: -30px;
    z-index: -1;
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    width: 90px;
    height: 90px;
    background-color: transparent;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 2px solid #000;
    border-bottom-left-radius: 50px;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: rotate(270deg);
}

.tm-layout-style16 .tm-contact-btn.tm-btn-style-one.elementor-widget-button .wpcf7-submit {
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
    transform: translateX(0px);
    transition: all 400ms ease 200ms;
    background-color: transparent;
    position: relative;
}

.tm-layout-style16 .tm-commonform.tm-contactform-01 .wpcf7-form-control-wrap.checkbox-953 {
    margin-bottom: 30px;
}

.tm-layout-style16.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.302);
    border-radius: 30px;
}

.tm-layout-style16.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a:hover {
    color: #fff;
}

.tm-layout-style16.single-post .themetechmount-social-links-wrapper ul li a {
    border-color: rgba(0, 0, 0, 0.302);
    border-radius: 50px;
}

.tm-layout-style16.single-post article.post .entry-content {
    border-color: rgba(0, 0, 0, 0.302);
}

.tm-layout-style16.single .post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-links ul li a {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.302);
    border-radius: 50px;
    color: var(--body-blackfont-color);
}

.tm-layout-style16.single-post .sidebar .widget .tagcloud a {
    border: 1px solid rgba(0, 0, 0, 0.302);
    border-radius: 15px;
    background-color: transparent;
    color: var(--body-fonts-color);
}

.themetechmount-element-servicebox-styleeleven .tm-box-col-wrapper.active .themetechmount-box-content .tm-hover-box .tm-box-icon:hover .tm-post-featured-link-wrapper {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tm-layout-style16 .select2-container--open .select2-dropdown--below {
    border-radius: 20px;
    top: 0;
}

.tm-layout-style16 .select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 20px;
}

.tm-layout-style16 .select2-container--default .select2-results>.select2-results__options {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tm-layout-style16 .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--tm-skincolor-bg);
}

.tm-layout-style16.single-tm_portfolio .tm-social-share-title,
.tm-layout-style16 .tm-team-details-list .tm-team-list-title,
.tm-layout-style16 .themetechmount-iconbox-stylesix .tm-iocnbox-btn a,
.tm-layout-style16 .tm-team-extra-details-wrapper .tm-team-details-list .tm-team-list-title,
.tm-layout-style16 .themetechmount-box-blog.themetechmount-blogbox-styleone .themetechmount-blogbox-desc-footer a,
.tm-layout-style16 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
    font-weight: 500;
}

.tm-layout-style16 .tm-sresult-form-wrapper .search-form {
    vertical-align: middle;
    padding-bottom: 0;
}
.tm-layout-style16 .tm-sresults-settings-wrapper {
    vertical-align: middle;
}
.tm-layout-style16 .tm-sresult-form-wrapper .search-form:after {
    top: 32px;
}

.tm-commonform.tm-advform-style1 span.select2.select2-container {
    width: 100% !important;
}

.tm-commonform.tm-advform-style1 .select2-container .select2-selection--single {
    height: 50px;
}

.tm-layout-style16 .tm-btn-style-flat.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a {
    position: relative;
    background-color: transparent;
    color: var(--body-blackfont-color);
    padding: 0;
}
.tm-layout-style16 .tm-btn-style-flat.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a::after {
    position: absolute;
    content: '';
    left: -68px;
    top: -34px;
    z-index: -1;
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    width: 90px;
    height: 90px;
    background-color: transparent;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 2px solid #000;
    border-bottom-left-radius: 50px;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: rotate(270deg);
}
.tm-layout-style16 .tm-btn-style-flat.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a::before {
    content: unset;
}
.tm-layout-style16 .tm-btn-style-flat.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a:hover::after {
    transform: rotate(270deg);
}
.tm-layout-style16 .tm-btn-style-flat.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a span.elementor-button-text {
    z-index: 1;
    padding: 3px 0 2px 0;
    font-size: 16px;
    transform: translateX(0px);
    transition: all 400ms ease 200ms;
    background-color: transparent;
    margin-left: -10px;
    position: relative;
}
.tm-layout-style16 .tm-btn-style-flat.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a span i::before {
    content: '\e826';
    position: absolute;
    font-family: 'tm-inoterior-icons';
    right: -24px;
    font-weight: 400;
    font-size: 15px;
    top: 0;
    z-index: 1;
    left: auto;
}
.tm-layout-style16 .tm-btn-style-flat.tm-btn-shape-square.elementor-widget-button .elementor-button-wrapper a:hover span.elementor-button-text {
    transform-style: preserve-3d;
    transform: translateX(10px);
    transition: all 400ms ease 200ms;
}
.tm-layout-style16 .tm-404-home-button {
    margin-left: 70px;
}
/*home-4*/
/*=================   heder   =================*/
.tm-header-style-classic5.tm-header-overlay .themetechmount-topbar-wrapper .themetechmount-topbar-inner .tm-topbar-content {
    height: 70px;
}
.tm-header-style-classic5.tm-header-overlay .site-header-main.container-fullwide,
.tm-header-style-classic5.tm-header-overlay .themetechmount-topbar-wrapper.container-full {
    padding-left: 90px;
    padding-right: 90px;
}
.tm-header-style-classic5.tm-header-overlay .themetechmount-topbar-wrapper.container-full .container-fullwide.tm-container-for-topbar{
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
}
.tm-header-text-area .header-info-widget .elementor-widget-button {
    margin-right: 7px;
}
.tm-header-style-classic5.tm-header-overlay .tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after{
    content: unset;
}
.tm-header-style-classic5.tm-header-overlay .tm-header-text-area {
    margin-top: -2px;
}

/*=================   banner   =================*/
.tm-banner-btnstyle .elementor-widget-container {text-align: center;}
.tm-banner-btnstyle .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.tm-banner-btnstyle .elementor-icon-box-wrapper{
    position: relative;
    display: inline-block !important;
    overflow: hidden;
}

.tm-banner-btnstyle .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: auto;
    bottom: 55px;
    margin: auto;
    vertical-align: middle;
    margin-bottom: 0;
}
.tm-banner-btnstyle .elementor-icon-box-wrapper .elementor-icon i {
    top: -15px;
    transition: all 400ms ease 200ms;
}

.tm-banner-btnstyle .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-bottom: 0;
    max-height: 172px;
}
.tm-banner-btnstyle .elementor-icon-box-wrapper:hover .elementor-icon i {
    transform: rotate(90deg);
    transition: all 500ms ease 500ms;
}

/*=================   marquebox   =================*/
.tm-marquebox-style5{
    width: 100%;
    max-width: 100%;
    animation: tm-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.tm-marquebox-style5 ul li span {
    font-size: 20px;
    line-height: 30px;
    color: var(--body-blackfont-color);
    text-transform: capitalize;
    font-family: var(--special-element-fontfamily);
    transition: all .5s ease;
    position: relative;
}
.elementor-widget .tm-marquebox-style5 ul li {
    position: relative;
    display: inline-block;
    padding: 0 45px 0 25px;
    text-align: center;
}
.elementor-widget .tm-marquebox-style5 ul li span:before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #111111;
    right: auto;
    left: -20px;
    top: 10px;
    bottom: 0;
    margin: 0 auto;
}
 .tm-marquebox-style5 {
    animation: tm-marque-text1 25s linear infinite;
}

@keyframes tm-marque-text {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

/*style6*/
.tm-marquebox-style6{
    width: 100%;
    max-width: 100%;
    animation: tm-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.tm-marquebox-style6 ul li span {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    font-family: var(--special-element-fontfamily);
    transition: all .5s ease;
    position: relative;
}
.elementor-widget .tm-marquebox-style6 ul li {
    position: relative;
    display: inline-block;
    padding: 0 25px 0 5px;
    text-align: center;
}
.elementor-widget .tm-marquebox-style6 ul li span:before{
    position: absolute;
    content: "";
    width: 15px;
    height: 4px;
    background-color: #ffffff;
    right: auto;
    left: -20px;
    top: 15px;
    bottom: 0;
    margin: 0 auto;
}


/*=================   counter   =================*/

.prt-home4-counter1 .elementor-counter-number{
    position: relative;
    display: block;
}
.prt-home4-counter1 .elementor-counter-number:before {
   content: '';
    position: absolute;
    display: block;
    width: 51px;
    height: 51px;
    line-height: 51px;
    left: -20px;
    right: 0;
    top: -6px;
    bottom: 0;
    background-color: #ececec;
    border-radius: 50%;
    z-index: -1;
}
.prt-home4-counter1 .elementor-counter{display: flex;}
.prt-home4-counter1 .elementor-counter-title {
    padding-left: 3px;
    text-align: left;
}
.prt-home4-counter1 .elementor-counter-number-wrapper {
    padding-right: 15px;
    padding-left: 20px;
}
.prt-list-style1 ul li span{
    background-color: #373737;
    padding: 15px 25px;
    border-radius: 8px;
}


/*=================   tm-servicebox   =================*/

.themetechmount-servicebox-stylefourteen {
    position: relative;
    background-color: #fff;
    padding: 50px;
    text-align: center;
     border: 1px solid #e2e2e2;
}
.themetechmount-servicebox-stylefourteen .themetechmount-box-title h4{
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    padding-bottom: 20px;
}
.themetechmount-servicebox-stylefourteen .tm-box-icon{
    position: relative;
    text-align: center;
    padding: 25px 0;
}
.themetechmount-servicebox-stylefourteen .tm-box-icon:before,
.themetechmount-servicebox-stylefourteen .tm-box-icon:after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #e2e2e2;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .5s ease;
}
.themetechmount-servicebox-stylefourteen .tm-box-icon:after{
    top: auto;
    bottom: 0;
    transition: all .5s ease;
}
.themetechmount-servicebox-stylefourteen .tm-box-icon i{
    font-size: 100px;
    text-align: center;
    color: #000;
    transition: all .5s ease;
}
.themetechmount-servicebox-stylefourteen .tm-short-desc p{
    position: relative;
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: all .5s ease;
}
.themetechmount-element-servicebox-stylefourteen .tm-box-col-wrapper{
    padding-bottom: 30px;
}
.themetechmount-element-servicebox-stylefourteen .tm-box-col-wrapper.slick-current.slick-active + .slick-active {
    transition: all .5s ease;
    position: relative;
    overflow: visible;
    transform: translateY(30px);
}
/*=================   Image hotspot   =================*/
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item {
    text-align: left;
    z-index: unset;
}
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox {
    display: none;
    width: 400px;
    min-height: 225px;
    background-color: #fff;
    padding: 31px 27px 31px 27px;
    position: absolute;
    bottom: -200%;
    left: 0;
    right: auto;
    margin-left: 40px;
    z-index: 1;
}

.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox:after {
    content:unset;
}

.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item h4.tm-hotspots-text {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 700;
}
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .hotspots-icon {
    width: 16px;
    height: 16px;
    line-height: 19px;
    background-color: transparent;
    border-radius: 50%;
    align-items: center;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox .tm-hotspot-desc{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 400;
}
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox .tm-hotspot-bottom-text .tm-hotspot-price{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0px;
    font-weight: 700;
    float: left;
    margin-top: 20px;
}
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox .tm-hotspot-bottom-text .tm-hotspot-button a{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 700;
    padding: 10px 20px;
    transition: all .5s ease;
    background-color: var(--tm-skincolor-bg);
    color: #fff;
}
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox .tm-hotspot-bottom-text .tm-hotspot-button a:hover{
    background-color: var(--tm-secondary-bg);
    color: #fff;
}
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox .tm-hotspot-bottom-text {
    display: block;
    position: relative;
    border-top: 1px solid #dddddd;
    margin-bottom: 15px;
    margin-top: 15px;
}
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox .tm-hotspot-bottom-text .tm-hotspot-button {
    float: right;
    margin-top: 25px;
}
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item:nth-child(2) .tm-titlebox,
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item:hover .tm-titlebox {
    display: block;
}
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item:nth-child(2) .tm-hotspots-point-wrap {
    border-color: #ffffff;
}
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .hotspots-icon i {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #232323 !important;
}

.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .tm-image-hotspots {
    text-align: center;
}

.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item:hover .hotspots-icon i {
    color: #fff;
}
.hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 77px;
    bottom: 0;
    left: -14px;
    right: auto;
    border: 10px solid transparent;
    border-top: 0;
    border-bottom-color: #fff;
    margin: auto;
    rotate: -90deg;
}
/*=================   portfoliobox   =================*/

.themetechmount-element-portfoliobox-style8 .tm-sortable-list .tm-sortable-link a{
   background-color: transparent;
   color: var(--body-fonts-color); 
}
.themetechmount-element-portfoliobox-style8 .tm-sortable-list .tm-sortable-link a:hover,
.themetechmount-element-portfoliobox-style8 .tm-sortable-list .tm-sortable-link a.selected {
    background-color: transparent;
    color: #000000;
}
.themetechmount-element-portfoliobox-style8 .tm-sortable-list .tm-sortable-link{
    position: relative;
}
.themetechmount-element-portfoliobox-style8 .tm-sortable-list .tm-sortable-link:after{
   position: absolute;
    content: '';
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 19px;
    width: 1px;
    background-color: var(--body-fonts-color);
    margin: auto;
    rotate: 20deg;
    z-index: 2;
}
.themetechmount-portfoliobox-style8 .themetechmount-box-category .tm-cat {
    text-align: left;
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style8 .themetechmount-box-title h4 {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style8 .themetechmount-box-title h4:before{
    position: absolute;
    content: '';
    left: -40px;
    right: auto;
    top: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    background-color: var(--tm-secondary-bg);
    margin: auto;
    z-index: 2;
}

.themetechmount-portfoliobox-style8 .themetechmount-box-overlay {
    text-align: left;
    position: relative;
}

.themetechmount-portfoliobox-style8 .themetechmount-box-category .tm-cat {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-style: italic;
}

.themetechmount-portfoliobox-style8 .themetechmount-box-content {
    padding: 27px 0 27px;
    padding-left: 50px;
}

.themetechmount-portfoliobox-style8 img.wp-post-image {
    transform: scale(1.01);
    transition: all .7s ease;
}

.themetechmount-portfoliobox-style8:hover img.wp-post-image {
    transform: scale(1.07);
}

.themetechmount-portfoliobox-style8 .themetechmount-box-overlay:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--tm-secondary-bg);
}

.themetechmount-portfoliobox-style8:hover .themetechmount-box-overlay:before {
    transform: translateY(0);
    transition: transform .35s ease;
}

.themetechmount-portfoliobox-style8 .themetechmount-box-overlay:before {
    transform: translateY(-100%);
    z-index: -1;
}

.themetechmount-box-portfolio.themetechmount-portfoliobox-style .themetechmount-box-content .themetechmount-box-title h4 a:hover,
.themetechmount-portfoliobox-style8:hover .themetechmount-box-category .tm-cat,
.themetechmount-portfoliobox-style8:hover .themetechmount-box-title h4 a {
    color: #fff;
}

/*=================   testimonial   =================*/

.themetechmount-testimonialbox-stylenine {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #dadada;
    text-align: left;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-img img {
    border-radius: 50%;
    max-width: 65px;
}
.themetechmount-testimonialbox-stylenine .themetechmount-ratting-star {
    float: right;
}
.themetechmount-testimonialbox-stylenine .themetechmount-ratting-star i{
   display: none;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-desc {
    padding-top: 25px;
    padding-bottom: 20px;
}
.themetechmount-element-testimonialbox-style-9 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 30px;
    padding-top: 0;
}
.themetechmount-testimonialbox-stylenine h2.themetechmount-rating-in-text {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-left: 40px;
}
.themetechmount-testimonialbox-stylenine h2.themetechmount-rating-in-text:before {
    content: '';
    background-image: url(../images/testimonial-star-img.png);
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    right: auto;
    left: 0;
    top: 0%;
    bottom: auto;
}

/*=================   blogbox   =================*/
.themetechmount-blogbox-stylesixteen {
    margin-bottom: 10px;
}

.themetechmount-blogbox-stylesixteen .themetechmount-box-desc {
    background-color: var(--tm-greycolor-bg);
    padding: 21px 30px 15px;
    margin-top: 0;
    margin-left: 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(43, 52, 59, 0.08);
    -moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
    box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
}

.themetechmount-blogbox-stylesixteen .tm-featured-wrapper 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-blogbox-stylesixteen:hover .tm-featured-wrapper img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.themetechmount-blogbox-stylesixteen .tm-post-featured-wrapper {
    overflow: hidden;
}

.themetechmount-blogbox-stylesixteen .tm-blog-post-cat {
    padding-bottom: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--tm-skincolor-bg);
    padding: 5px 10px;
    margin: 10px;
}

.themetechmount-blogbox-stylesixteen .tm-blog-post-cat a {
    font-size: 14px;
    color: #fff;
}

.themetechmount-blogbox-stylesixteen .tm-footer-content {
    padding-top: 18px;
    position: relative;
    border-top: 1px dashed rgba(0, 0, 0, 0.07);
    margin-top: 17px;
}
/*=================   marquebox   =================*/

/* tab style  */
.ttm-elementor-tabs .ttm-elementor-tab-title i {
    padding-right: 5px;
}

.elementor-widget-tm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-skincolor);
}

.ttm-tab-content {
    display: none;
}

.ttm-tab-content.ttm-tab-active {
    display: block;
}

.elementor-widget-tm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title {
    position: relative;
}

.ttm-tab-content .ttm-tab-content-title {
    display: none;
}

body .ttm-tab-content .elementor-section.elementor-top-section:first-child {
    margin-top: 0px;
}

.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs ul.elementor-tabs-wrapper {
    text-align: center;
    display: inline-block;
    position: relative;
    background-color: #fff;
   padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-list {
    position: relative;
    display: inline-block;
    background-color: transparent;
    color: var(--body-blackfont-color);
    padding: 0;
    font-size: 16px;
    list-style: none;
    text-align: center;
    padding-left: 20px;
    padding-right: 10px;
    margin-right: 6px;
    font-weight: 700;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title:last-child{
    padding-right: 0;
    margin-right: 0px;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title:last-child:after {
    content: unset;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-list:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 48px;
    background-color: #e2e2e2;
    left: auto;
    right: 0;
    margin: 0 auto;
    top: -10px;
    bottom: auto;
    margin: 0 auto;
}
.ttm-tab-style1.ttm-elementor-tabs .themetechmount-box-heading-wrapper{
    position: relative;
    text-align: center;
}
.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title {
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    border: none;
    position: relative;
}
.ttm-tab-style1 li.ttm-tab-active {
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-skincolor);
    border: 1px solid var(--ttm-skincolor);
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-list:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #e7e7e7;
    left: 0;
    right: auto;
    margin: 0 auto;
    top: 3px;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active:before {
    background-color: var(--tm-skincolor-bg);
}

/*price table style5*/
.tm-ptablebox-style-5.themetechmount-ptables-w .ttm-pricetable-column-w {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 30px;
}
.tm-ptablebox-style-5.themetechmount-ptables-w .ttm-pricetable-column-w:last-child{padding-bottom: 0px;}
.tm-ptablebox-style-5.themetechmount-ptables-w .ttm-pricetable-column-w:hover {
    -webkit-transform: translateY(-0px);
    transform: translateY(-0px);
}
.tm-ptablebox.tm-ptablebox-style-5 .themetechmount-ptable-main{
    background-color: transparent;
    padding-bottom: 0px;
}
.tm-ptablebox.tm-ptablebox-style-5 .ttm-ptablebox-content.tm-wrap {
    position: relative;
}
.tm-ptablebox.tm-ptablebox-style-5 .row {
    margin-right: 0;
    margin-left: 0;
}
.tm-ptablebox.tm-ptablebox-style-5 .ttm-ptablebox-left-content {
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 30px 27px 30px; 
    border: 2px solid transparent;
    text-align: left;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
}
.tm-ptablebox-style-5 .ttm-pricetable-column-w.active .ttm-ptablebox-left-content{
    border-color: var(--tm-skincolor-bg);
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptablebox-description p {
      color: #fff;
      margin-bottom: 0;
      margin-top: 14px;
}
.tm-ptablebox.tm-ptablebox-style-5 .ttm-ptablebox-price-w {
    background-color: transparent;
    color: #fff;
    padding: 0;
    padding-left: 35px;
    width: 40%;
}

.tm-ptablebox.tm-ptablebox-style-5 .tm-ptablebox-cur-symbol,
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptablebox-price{
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.tm-ptablebox-style-5 .ttm-ptablebox-content-info {
        padding-right: 30px;
        width: 60%;
}
.tm-ptablebox-style-5 .ttm-ptablebox-content-info:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 84px;
    background-color: #e7e7e7;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .17;
}
.tm-ptablebox .tm-ptable-icon-type-image img,
.tm-ptablebox.tm-ptablebox-style-5 .ttm-ptablebox-right-content {
    display: none;
}
.tm-ptablebox.tm-ptablebox-style-5 .ttm-ptablebox-right-content {
    position: absolute;
    display: none;
    padding: 16px 0px 10px;
    top: 0;
    right: 0;
}
.tm-ptablebox .tm-ptable-icon-type-image img {
    max-width: 635px;
    width: 100%;
    min-height: 484px;
    height: 100%;
    display: none;
}
.tm-ptablebox.tm-ptablebox-style-5 .ttm-ptablebox-right-content {
    position: absolute;
    display: none;
    padding: 16px 0px 10px;
    top: 0;
    right: 0;
}
.tm-ptablebox .tm-ptable-icon-type-image img {
    max-width: 635px;
    width: 100%;
    min-height: 484px;
    height: 100%;
    display: none;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptablebox-features .tm-feature-lines{
    position: absolute;
    top:75px;
    display: none !important;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptablebox-list-title {
    position: absolute;
    top:0;
    padding-left: 35px;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptable-btn{
    position: absolute;
    bottom: 35px;
    padding-left: 35px;
    z-index: 5;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptable-btn a {
    position: relative;
    background-color:var(--tm-skincolor-bg);
    border-color: var(--tm-skincolor-bg);
    color: #fff;
    z-index: 5;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptable-btn a span {
    position: relative;
    z-index: 5;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptable-btn a:hover {
    background-color:#232323;
    border-color: #232323;
    color: #fff;
    cursor: pointer;
}
.tm-ptablebox.tm-ptablebox-style-5 .ttm-ptablebox-price-w, .tm-ptablebox-style-5 .ttm-ptablebox-content-info {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptablebox-title {
    padding-top: 0;
    padding-bottom: 0px;
    text-align: left;
    
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptablebox-title h3 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    background-color: rgba(235, 235, 235, 0.15);
    display: inline-block;
    padding: 5px 20px;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptablebox-list-title h4{
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 15px;
    padding-top: 40px;
}
.tm-ptablebox.tm-ptablebox-style-5  ul li{
    font-size: 22px;
    line-height: 28px;
    background-color: rgba(255, 255, 255, 0.83);
    color: #232323;
    padding: 15px 20px; 
    border-radius: 10px; 
    margin-bottom: 18px;
}

.tm-pricetable-style5 .elementor-widget-heading h4{
     font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 15px;
    padding-top: 0px;
}
.tm-pricetable-style5 .elementor-widget-icon-list ul{
    display: block;
}
.tm-pricetable-style5 .elementor-widget-icon-list ul li{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.83);
    color: #232323;
    padding: 15px 20px; 
    border-radius: 10px; 
    margin-bottom: 18px;
}

/*responshiv*/
@media (min-width: 1200px) {
    .tm-header-style-classic5.tm-header-overlay .site-header.tm-bgcolor-custom:not(.is_stuck):after {
        content:unset;
        height: 0px;
        width: 0%;
    }
    .tm-header-style-classic5.tm-header-overlay .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li:first-child > ul.mega-sub-menu {
        overflow: hidden;
        overflow-y: auto;
        min-height: 700px;
        height: 700px;
    }
    .tm-header-style-classic5.tm-header-overlay .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li:first-child > ul.mega-sub-menu li.mega-menu-row {
        width: 100%;
        float: left;
        overflow: hidden;
    }

}
@media (max-width: 1340px){
    .hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox .tm-hotspot-desc {
        display: none;
    }

    .hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox {
        width: 250px;
        min-height: 140px;
        padding: 20px 15px 20px 15px;
    }
}
@media (max-width: 1290px) {
    .tm-header-style-classic5.tm-header-overlay .site-header.tm-bgcolor-custom:not(.is_stuck):after {
        width: 98%;
    }
    .tm-header-style-classic5.tm-header-overlay .site-header-main.container-fullwide, .tm-header-style-classic5.tm-header-overlay .themetechmount-topbar-wrapper.container-full {
        padding-left: 15px;
        padding-right:15px;
    }
}

@media (max-width: 1199px) {
    .tm-header-style-classic5.tm-header-overlay .site-header-main.container-fullwide, .tm-header-style-classic5.tm-header-overlay .themetechmount-topbar-wrapper.container-full {
        padding-left:0px;
        padding-right:0px;
    }
    .tm-header-style-classic5 #mega-menu-wrap-themetechmount-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: 0;
    }
}
@media (max-width: 1126px) {
    .tm-resp-space .tm-stretched-div.tm-stretched-right {
        margin-top: 0!important;
        margin-left: 15px !important;
    }
}
@media (max-width: 1024px) {
    .hotspotbox-style2 .themetechmount-hotspotbox-wrapper .tm-hotspots-image-wrap img {
        min-height: 450px;
    }
    .tm-ptablebox-style-5.themetechmount-ptables-w .ttm-pricetable-column-w {
        padding-left: 0;
        padding-right: 0;
    }
    .tm-hotspotbox-style2.elementor-section .elementor-column .elementor-widget-wrap{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media (max-width: 768px) {
    .tm-resp-space .tm-stretched-div.tm-stretched-right {
        margin-top: 0!important;
        margin-left: 15px !important;
    }
    .themetechmount-element-servicebox-stylefourteen .tm-box-col-wrapper.slick-current.slick-active + .slick-active {
        transition: all .5s ease;
        transform: translateY(0px);
    }
}
@media (max-width: 750px) {
    .hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox {
        width: 200px;
        min-height: 50px;
        padding: 10px 15px 10px 15px;
        bottom: -30%;
    }
    .hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox .tm-hotspot-bottom-text {
        display: none;
    }
    .hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item h4.tm-hotspots-text {
        font-size: 16px;
        line-height: 26px;
    }
    .themetechmount-hotspotbox-wrapper .tm-image-hotspots img.hotspots_image {
        min-height: 300px;
    }
    .tm-ptablebox.tm-ptablebox-style-5 .ttm-ptablebox-price-w{
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .tm-ptablebox-style-5 .ttm-ptablebox-content-info {
        padding-right: 0px;
        width: 100%;
    }
    .tm-ptablebox.tm-ptablebox-style-5 .ttm-ptablebox-left-content{
        display: block;
    }
    .tm-ptablebox-style-5 .ttm-ptablebox-content-info:after{
        content: unset;
        display: none;
    }
    .tm-marquebox-style5 {
        animation: tm-marque-text1 12s linear infinite;
    }
}
@media (max-width: 480px){
    .hotspotbox-style2 .themetechmount-hotspotbox-wrapper .hotspots_item .tm-titlebox {
        width: 150px;
        min-height: 40px;
        padding: 10px 10px 10px 10px;
        bottom: -20%;
        margin-right: 30px;
    }
    .tm-seperator-solid .tm-element-subheading:before, .tm-seperator-solid .tm-element-subheading:after{
        content: unset;
    }
    .themetechmount-testimonialbox-stylenine .themetechmount-box-desc {
        padding-top: 0;
    }
    .themetechmount-testimonialbox-stylenine .tm-box-footer{display: inline-block;}
    .themetechmount-testimonialbox-stylenine .themetechmount-ratting-star {
        float: unset;
        margin-top: 15px;
    }
    .themetechmount-hotspotbox-wrapper .tm-image-hotspots img.hotspots_image {
        min-height: 250px;
    }
}
.tm-inoterior-icon-twitter:before {
    content: '\e871';
}