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

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

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

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

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


/*** 

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

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

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

.footer a, .entry-content a, .site-content-wrapper a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.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: var(--ttm-whitecolor);
}

.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: var(--ttm-whitecolor);
}

/*** 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: var(--ttm-whitecolor);
    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: var(--button-font-weight);
    padding: 12px 35px 12px;
    border: 1px solid transparent;
    border-radius: 0px;
    color: var(--ttm-whitecolor);
    -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;
}


.tm-titlebar-wrapper .entry-header .tm-titlebar-inner-wrapper .tm-titlebar-main .container-fullwide {
    padding-left: 15px;
    padding-right: 15px;
}

/*** Top to bottom ***/
#totop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    border-radius: var(--ttm-button-shape);
    text-align: center;
    z-index: 20;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(130%);
    -ms-transform: translateY(130%);
    transform: translateY(130%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: var(--ttm-skincolor);
}
#totop a span {
    display: none;
}
#totop.top-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#totop i {
    content: "";
    font-size: 25px;
    color: var(--ttm-whitecolor);
}
/** style1 **/
#totop.totop-button-style1 {
    background-color: transparent;
}
#totop.totop-button-style1:before {
    position: absolute;
    content: '\f106';
    font-family: 'tm-ttmbusiness-icons';
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    color: var(--ttm-skincolor);
    left: 2px;
    top: 2px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.totop-button-style1 svg.prt-progress-circle path {
    stroke: var(--ttm-skincolor);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    fill: rgba(0,0,0,.1);
}
/** style 2 **/
#totop.totop-button-style2 {
    height: auto;
    width: auto;
    bottom: 60px;
    right: 30px;
    background: transparent;
    writing-mode: vertical-rl;
    border-radius: 0;
    transform: rotate(180deg) translateY(-130%);
    -webkit-transform: rotate(180deg) translateY(-130%);
    -ms-transform: rotate(180deg) translateY(-130%);
}
#totop.totop-button-style2.top-visible {
    transform: rotate(180deg) translateY(0);
    -webkit-transform: rotate(180deg) translateY(0);
    -ms-transform: rotate(180deg) translateY(0);
}
#totop.totop-button-style2:hover {
    margin-bottom: 5px;
}
#totop.totop-button-style2 i {
    display: none;
}
#totop.totop-button-style2 a span {
    display: block;
}
#totop.totop-button-style2 a {
    padding: 21px 5px 40px 5px;
    border: 1px solid;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: var(--special-element-fontweight);
    background: rgba(255, 255, 255, 0.57);
    display: block;
}
#totop.totop-button-style2 a:before {
    content: '\e87c';
    font-family: "tm-ttmbusiness-icons";
    position: absolute;
    top: auto;
    left: 5px;
    right: auto;
    bottom: 23px;
    font-weight: normal;
}

/*** Footer left right spacing ***/
.themetechmount-topbar-wrapper.container-full {
    padding-left:80px;
    padding-right:80px;
}
.container-fullwide .site-content-inner.row, .footer .container-fullwide {
    padding-left: 80px;
    padding-right: 80px;
}


.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: var(--ttm-whitecolor);
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

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

.site-description {
    display: none;
}

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

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

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

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

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

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

.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: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    -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-infostack .tm-top-info-con {
    position: relative;
    float: right;
    text-align: right;
    vertical-align: middle;
    display: table;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.themetechmount-fbar-box-w.tm-textcolor-white ul.tm-pricelist-block li span {
    color: var(--ttm-whitecolor);
}

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

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

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

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

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

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

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

.themetechmount-fbar-box h2 {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.themetechmount-fbar-box .tm-custom-heading {
    margin-bottom: 0;
}

.themetechmount-fbar-btn a {
    position: relative;
    display: block;
    background-color: transparent;
}

.themetechmount-fbar-btn.tm-fbar-icon-color-dark a i {
    color: #313131;
}

.themetechmount-fbar-box-w {
    position: relative;
}

.themetechmount-fbar-box-w:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: block;
}

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

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

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

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

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

.themetechmount-fbar-bg-white.themetechmount-fbar-box-w:after {
    background: var(--ttm-whitecolor);
}

.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-ttmbusiness-icons";
}

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

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

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

.themetechmount-fbar-text-white.themetechmount-fbar-bg-darkgrey.themetechmount-fbar-box-w .submit_field button {
    border-color: transparent;
    color: var(--ttm-whitecolor);
}

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

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

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

.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;
}
.tm-fbar-close .tm-fbar-close-icon {
    position: fixed;
    top: 20px;
    right: 0;
    height: 50px;
    width: 50px;
    z-index: 100;
    display: block;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    background-color: transparent;
    border-radius: 50%;
    line-height: 50px;
}
.themetechmount-fbar-position-right .themetechmount-fbar-box-w.animated .tm-fbar-close, .themetechmount-fbar-position-right .themetechmount-fbar-box-w.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

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

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

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

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

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

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

.themetechmount-fbar-position-default .themetechmount-fbar-content-wrapper, .themetechmount-fbar-position-right .themetechmount-fbar-content-wrapper {
    overflow: hidden;
    height: 100%;
    padding: 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: var(--ttm-whitecolor);
}

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

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

.themetechmount-fbar-box-w.themetechmount-fbar-text-white.themetechmount-fbar-bg-skincolor .widget .widget-title {
    border-color: var(--ttm-whitecolor);
}

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

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

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

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

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

.themetechmount-fbar-btn.tm-fbar-bg-color-white a {
    background-color: var(--ttm-whitecolor);
}

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-contact.tm-highlight-right {
    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_ttmbusiness {
    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-topbar-content .tm-wrap-cell .top-contact.with-sep li:last-child:after,
.tm-topbar-content .tm-wrap-cell .top-contact.with-sep li:before {
    top: 15px;
    content: '';
    height: 18px;
    width: 1px;
    background-color: #e9ecef;
    z-index: 1;
    position: absolute;
}

.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: var(--ttm-whitecolor) !important;
}

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

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

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

.tm-bgcolor-skincolor.tm-textcolor-white a:hover {
    color: rgb(54, 48, 46);
}

.themetechmount-topbar-wrapper .social-icons li {
    position: relative;
    min-width: auto;
    padding: 0px;
    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: var(--ttm-whitecolor);
    border-color: transparent;
}

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

.tm-titlebar-wrapper .entry-title-wrapper a:hover {
    color: var(--ttm-whitecolor);
}

.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: var(--ttm-whitecolor);
}

.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: var(--ttm-whitecolor);
}

.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: var(--ttm-whitecolor);
}

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: var(--ttm-whitecolor);
}

/*** 

====================================================================
    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: 14px;
    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 .tm-borderstyle-fullwide .bottom-footer-text.tm-bordercolor-dark,
.site-footer .tm-borderstyle-fullwide .bottom-footer-text.tm-bordercolor-white {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.site-footer .tm-borderstyle-wide .bottom-footer-text.tm-bordercolor-dark .bottom-footer-inner,
.site-footer .tm-borderstyle-wide .bottom-footer-text.tm-bordercolor-white .bottom-footer-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.site-footer .tm-borderstyle-wide .bottom-footer-text.tm-bordercolor-dark .bottom-footer-inner,
.site-footer .tm-borderstyle-wide .bottom-footer-text.tm-bordercolor-dark {
    border-color:rgba(0, 0, 0, 0.07);
}


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

.bottom-footer-text.tm-textcolor-dark  .bottom-footer-inner {
    border-top-color: rgba(0, 0, 0, 0.10);
}

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

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

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

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

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

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

/*** 

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

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

.woocommerce-account .woocommerce-MyAccount-navigation li a, .widget.tm_widget_nav_menu li a, .widget.ttmbusiness_all_post_list_widget li a, .widget.ttmbusiness_category_list_widget li a {
    display: block;
    padding: 13px 15px 13px 15px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    background-color: var(--ttm-whitecolor);
    -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.ttmbusiness_all_post_list_widget li, .widget.ttmbusiness_category_list_widget li {
    padding-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:before, .widget.tm_widget_nav_menu li a:before, .widget.ttmbusiness_all_post_list_widget li a:before, .widget.ttmbusiness_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.ttmbusiness_all_post_list_widget li a:hover:before, .widget.ttmbusinesscategory_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.ttmbusiness_all_post_list_widget li.tm-post-active a:before, .widget.ttmbusiness_category_list_widget li.current-cat a:before {
    height: 100%;
    bottom: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
    right: auto;
    top: 15px;
    margin-left: 5px;
}
.widget.ttmbusiness_all_post_list_widget li a:hover, .widget.ttmbusiness_category_list_widget li a:hover, .widget.ttmbusiness_all_post_list_widget li.tm-post-active a, .widget.ttmbusiness_category_list_widget li.current-cat a {
    color: var(--ttm-whitecolor);
}

.widget.ttmbusiness_all_post_list_widget li:last-child a.
.widget.ttmbusiness_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.tm-borderstyle-fullwide .first-footer.tm-footerrow-sepdark,
.footer.tm-borderstyle-fullwide .first-footer.tm-footerrow-sepwhite,
.footer.tm-borderstyle-wide .first-footer.tm-footerrow-sepdark .first-footer-inner,
.footer.tm-borderstyle-wide .first-footer.tm-footerrow-sepwhite .first-footer-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.footer.tm-borderstyle-fullwide .first-footer.tm-borderabove-dark,
.footer.tm-borderstyle-fullwide .first-footer.tm-borderabove-white,
.footer.tm-borderstyle-wide .first-footer.tm-borderabove-dark .first-footer-inner,
.footer.tm-borderstyle-wide .first-footer.tm-borderabove-white .first-footer-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer.tm-borderstyle-wide .first-footer.tm-borderabove-dark .first-footer-inner,
.footer .first-footer.tm-borderabove-dark .first-footer-inner,
.footer.tm-borderstyle-fullwide .first-footer.tm-footerrow-sepdark,
.footer.tm-borderstyle-wide .first-footer.tm-footerrow-sepdark .first-footer-inner {
    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(.ttmbusiness_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: 15px;
}

.footer_logo {
    margin-bottom: 20px;
}

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

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

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


.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(.ttmbusiness_contact_widget_wrapper):not(.ttmbusiness_category_list_widget):not(.tm-all-post-list) > li {
    padding-bottom: 12px;
    padding-top: 12px;
}

.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(.ttmbusiness_contact_widget_wrapper):not(.ttmbusiness_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.ttmbusiness_contact_widget_wrapper.call-email-footer {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px;
}

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

/*** Footer Social Widget ***/
.footer .social-icons li > a:hover {
    color: var(--ttm-whitecolor);
}

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

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

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

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

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

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

.tm-col-bgcolor-skincolor ul.ttmbusiness_contact_widget_wrapper li:before, .tm-bgcolor-skincolor ul.ttmbusiness_contact_widget_wrapper li:before {
    color: var(--ttm-whitecolor);
}

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

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

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

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

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

.sidebar ul.ttmbusiness_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 {
    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-ttmbusiness-icons";
    content: unset;
    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: 0px;
}

.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_product_categories a:before {
    content: "\e864";
    font-family: "tm-ttmbusiness-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: var(--ttm-whitecolor);
}

.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: 500;
    background-color: var(--ttm-skincolor);
    color: #fff !important;
}

.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: var(--ttm-whitecolor);
}

.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 table th {
	font-weight: 500;
}

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

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

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

/*** 

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

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

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

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

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

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

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

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

/**** Button Section  *****/
.elementor-element.elementor-widget-button .elementor-button {
    position: relative;
}

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

.tm-btn-style-flat.tm-btn-color-white .elementor-button {
    background-color: var(--ttm-whitecolor);
}

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

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

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

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

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

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

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

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

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

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

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

.tm-btn-style-text.tm-icon-align-right .elementor-button-link.elementor-button:hover {
    color: var(--ttm-whitecolor);
}

.tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon {
    color: var(--ttm-whitecolor);
}

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

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

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

/*** 

====================================================================
    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: var(--ttm-whitecolor);
    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: var(--ttm-whitecolor);
    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: var(--ttm-whitecolor);
    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 var(--ttm-skincolor);
    transition: all 500ms ease 300ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.single article.themetechmount-box-blog-classic {
    padding: 0px;
    border: none;
}

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

.sidebar .widget .themetechmount-social-links-wrapper ul.social-icons li i {
    color: var(--ttm-whitecolor);
}

/*** 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;
	padding-top:0px;
}

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

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

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

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

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

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

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

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

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

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

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

article.post .more-link-wrapper a.more-link {
    padding: 10px 45px 10px 34px;
    border-radius: 22px;
    color: var(--ttm-whitecolor);
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tm-col-bgcolor-dargrey .slick-dots li button, .tm-col-bgcolor-skincolor .slick-dots li button, .tm-bgcolor-dargrey .slick-dots li button, .tm-bgcolor-skincolor .slick-dots li button, article.themetechmount-blogbox-format-gallery .slick-dots li.slick-active button, article.themetechmount-blogbox-format-gallery .slick-dots li button:hover, article.post.format-gallery .slick-dots li.slick-active button, article.post.format-gallery .slick-dots li button:hover {
    background-color: var(--ttm-whitecolor);
}

/*** 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-color: var(--ttm-secondarycolor);
    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: var(--ttm-whitecolor);
    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-color: var(--ttm-secondarycolor);
    top: 0;
    left: 0;
    z-index: 1;
}
.themetechmount-box-blog-classic .tm-featured-wrapper.tm-post-format-quote a{
	color:#fff;
}
.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: var(--ttm-whitecolor);
}

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

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

.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 {
    font-weight: 500;
}

.single-post article.post .entry-content {
    border-bottom: 1px solid var(--ttm-bordercolor);
    padding-bottom: 35px;
}

.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 {
    font-size: 16px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 7px;
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
}

.single-post .themetechmount-blogbox-sharebox {
    display: block;
    clear: both;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ttm-bordercolor);
}

.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: var(--ttm-greycolor);
    border: 1px solid var(--ttm-greycolor);
}

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

.comment-body:after, .comment-body:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent var(--ttm-greycolor) transparent var(--ttm-greycolor);
    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: var(--ttm-whitecolor);
    font-size: 13px;
    padding: 3px 25px 3px 25px;
    position: relative;
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    background-color: transparent;
	border-radius: var(--ttm-button-shape);
}

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

.says {
    display: none;
}

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

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

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

.comment-meta, .comment-meta a {
    color: #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;	
    background-color: #fff;
}
.single article.post .comment-body pre,
.single article.post .comment-body table {
    background-color: #fff;
}
.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 .tm-right-align-btn {
    float: right;
}

.comment-form textarea {
    height: 125px;
}

.comment-form textarea, .comment-form input[type="text"] {
    background-color: var(--ttm-greycolor);
    border-radius: 10px;
}

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

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

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

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

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

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

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

.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: auto;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    background-color: var(--ttm-whitecolor);
    color: var(--ttm-secondarycolor);
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    margin: 0 3px 10px;
    padding: 0 20px;
    -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: var(--ttm-whitecolor);
    border: 1px solid var(--ttm-whitecolor);
}

.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;
	background-color: var(--ttm-skincolor);
	color: #fff;
}
.tm-bgcolor-skincolor .themetechmount-pagination .page-numbers.current, .tm-bgcolor-skincolor .themetechmount-pagination .page-numbers:hover {
    background-color: #f8f8f8;
}

/*** Single Portfolio Left Image Right content ***/
.tm-pf-single-content-wrapper {
    padding-bottom: 100px;
}
.tm-pf-view-left-image .tm-social-share-wrapper.tm-social-share-portfolio-wrapper {
    padding: 0px 40px 5px 40px;
}
.tm-social-share-wrapper.tm-social-share-portfolio-wrapper {
    padding: 28px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.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 var(--ttm-secondarycolor);
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    display: block;
    font-size: 16px;
    border-radius: 30px;
    background-color: var(--ttm-whitecolor);
}
.tm-pfsingle-sidebar {
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    padding: 50px 35px 25px 35px;
    margin: 30px 0 0;
}
.tm-pfsingle-sidebar .tm-sidebarbutton h4 {
    margin-bottom: 0;
    display: inline-block;
}
.tm-pfsingle-sidebar .tm-sidebarbutton {
    padding-top: 30px;
}
.tm-pfsingle-sidebar .tm-sidebarbutton p{
    padding-top: 5px;

}

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

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

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

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

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

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

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

.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;
    padding:9px 0px 9px 0px;
    width: 100%;
}

.themetechmount-pf-detailbox-list .tm-pf-details-date:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.themetechmount-pf-single-detail-box .tm-short-desc {
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e830;
    margin-bottom: 22px;
}

.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
	font-size: 18px;
	line-height: 28px;
	font-weight: var(--htag-fontweight);
	font-family: var(--special-element-fontfamily);
	color: var(--body-blackfont-color);
}
.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
    display: inline-block;
	font-size: var(--body-font-size);
    line-height: var(--body-line-height);
	padding-left:5px;
	color: var(--body-fonts-color);
}
.tm-pf-view-left-image .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
    display: inline-block;
    float: right;
}
.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;
    background-color: var(--ttm-greycolor);
    padding: 0;
    border-radius: 10px;
    padding-bottom: 25px;
}
.tm-pf-single-content-wrapper .themetechmount-pf-single-detail-box .themetechmount-pf-detailbox-title {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--ttm-whitecolor);
}
.tm-pf-view-left-image .themetechmount-pf-single-detail-box .themetechmount-pf-detailbox {
    padding: 32px 40px 5px 40px;
    border-radius: 0px 0px 10px 10px;
}
.tm-pf-view-left-image .themetechmount-pf-single-detail-box .tm-portfolio-title {
    padding: 28px 40px 22px 40px;
    background-color: var(--ttm-secondarycolor);
    border-radius: 10px 10px 0px 0px;
}
.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;
}
.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 .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;
}
.tm-empty-sidebar.single-post .themetechmount-box-blog-style3 blockquote {
    padding-bottom: 5px;
}

/*** 

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

 ***/

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

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

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

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

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

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

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

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

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

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

.tm-col-bgcolor-darkgrey .tm-fid.inside h4, .tm-col-bgcolor-darkgrey .tm-fid.inside h3, .tm-bgcolor-darkgrey .tm-fid.inside h4, .tm-bgcolor-darkgrey .tm-fid.inside h3, .tm-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i, .tm-col-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i {
    color: var(--ttm-whitecolor);
}

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

/*** 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-lefticon.inside h4 span:nth-child(2) {
    margin-left: -8px;
}
.tm-fid-view-righticon.inside h4 {
    float: right;
}

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

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

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

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

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

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

/*** 

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

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

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

/*** 

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

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

.themetechmount-sidebar-true .site-main {
    padding-top: 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 #e8e8e8;
    background-color: var(--ttm-whitecolor);
    border-radius: var(--ttm-button-shape);
    padding: 12px 15px;
}

.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: 0 var(--ttm-button-shape) var(--ttm-button-shape) 0;
    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:first-child {
    margin-top: 0px;
}

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

form.search-form {
    padding-bottom: 12px;
}

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

.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.ttmbusiness_all_post_list_widget:before, .sidebar .widget.ttmbusiness_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: 15px !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;
}

/**/
.tag .site-content .content-area, .category .site-content .content-area, .single-post .site-content .content-area, .blog .site-content .content-area, .themetechmount-sidebar-left .site-content .content-area:before, .themetechmount-sidebar-right .site-content .content-area:before {
    position: relative;
}
.themetechmount-sidebar-left .site-content .content-area:before {
    left: 0;
    right: auto;
}

.themetechmount-sidebar-right .site-content .content-area:before {
    right: 0;
    left: auto;
}

/*** 

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

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

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

/*** 

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

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

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

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

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

.tm-search-close:hover {
    background-color: #012546;
    border-color: #012546;
    color: var(--ttm-whitecolor);
}

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

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

/*** 

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

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

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

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

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

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

.tm-textcolor-white .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--ttm-whitecolor);
}

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

.select2-container--default .select2-selection--single {
    background-color: rgba(0, 0, 0, .03);
}

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

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

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

.tm-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__arrow b, .tm-col-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--ttm-whitecolor) transparent transparent transparent;
}

/*** 

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

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

.wpcf7 label {
    display: block
}

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

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

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

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

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

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

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

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

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

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

/*** 

====================================================================
    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: 20px;
    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: 57%;
    text-align: left;
    position: relative;
    padding-right: 80px;
}

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

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

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

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

.wpb_heading {
    margin-bottom: 30px;
}

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

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

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

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

/*** 

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

.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: var(--ttm-whitecolor);
    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: var(--ttm-whitecolor);
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

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

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

.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 {
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}

.tm-clientlogo-box-full-opacity .slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.tm-box-col-wrapper.slick-slide .themetechmount-box-client .tm-client-logo-tooltip .themetechmount-box-client {
    margin: 44px 0;
    display: block;
}

.tm-box-col-wrapper.slick-slide .themetechmount-box-client .tm-client-logo-tooltip a.tm-client-logo-link {
    display: block;
    padding: 0px;
    outline: none;
}

.themetechmount-boxes-view-default .themetechmount-box-client {
    padding-bottom: 10px;
}

.tm-col-bgcolor-darkgrey .themetechmount-box-client.themetechmount-box-view-boxed-logo, .tm-bgcolor-darkgrey .themetechmount-box-client.themetechmount-box-view-boxed-logo, .tm-col-bgcolor-skincolor .themetechmount-box-client.themetechmount-box-view-boxed-logo, .tm-bgcolor-skincolor .themetechmount-box-client.themetechmount-box-view-boxed-logo, .tm-col-bgcolor-grey .themetechmount-box-client.themetechmount-box-view-boxed-logo, .tm-bgcolor-grey .themetechmount-box-client.themetechmount-box-view-boxed-logo {
    background-color: var(--ttm-whitecolor);
}

.themetechmount-client-box-view-separator-logo {
    display: block;
}

.themetechmount-box-view-separator-logo .themetechmount-item-thumbnail {
    position: relative;
}

.themetechmount-box-view-separator-logo .themetechmount-item-thumbnail:after {
    border-right: 1px solid #eaeaea;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
}

.themetechmount-boxes-client.themetechmount-boxes-col-five .tm-box-col-wrapper:nth-child(5n+5) .themetechmount-item-thumbnail:after {
    border-right: none;
}

.themetechmount-boxes-client.themetechmount-boxes-col-three .tm-box-col-wrapper:nth-child(3n+3) .themetechmount-item-thumbnail:after {
    border-right: none;
}

.themetechmount-boxes-client.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrows-side .themetechmount-boxes-row-wrapper.slick-slider {
    margin-top: -35px;
}

.tm-shadowboxview-style-clientlogo .themetechmount-client-box-view-boxed-logo {
    box-shadow: 0 0 10px 0 rgb(0, 0, 0, .1);
}

.themetechmount-boxes-view-default.tm-shadowboxview-style-clientlogo .themetechmount-box-client {
    padding-bottom: 10px;
}

.tm-shadowboxview-style-clientlogo .themetechmount-box-client.themetechmount-box-view-boxed-logo .themetechmount-item-thumbnail-inner {
    height: 150px;
}

/**/
.themetechmount-boxes.themetechmount-boxes-client.themetechmount-element-clientbox-boxed-logo:before {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255 255 255 / 0%)), to(var(--ttm-whitecolor)));
    background: -o-linear-gradient(left, rgb(255 255 255 / 0%) 0, var(--ttm-whitecolor) 100%);
    background: linear-gradient(90deg, rgb(255 255 255 / 0%), var(--ttm-whitecolor));
    width: 25%;
    z-index: 2;
}

.themetechmount-boxes.themetechmount-boxes-client.themetechmount-element-clientbox-boxed-logo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgb(255 255 255 / 0%)), to(var(--ttm-whitecolor)));
    background: -o-linear-gradient(right, rgb(255 255 255 / 0%) 0, var(--ttm-whitecolor) 100%);
    background: linear-gradient(270deg, rgb(255 255 255 / 0%), var(--ttm-whitecolor));
    width: 25%;
    z-index: 2;
}

/*** 

====================================================================
    Global Box spacing
====================================================================

 ***/
.themetechmount-boxes-view-carousel .tm-box-col-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 30px;
}

/*===Box-gap-0px===*/
.themetechmount-boxes-gap-0px .themetechmount-boxes-row-wrapper.row {
    margin-left: 0;
    margin-right: 0;
}

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

.themetechmount-boxes-gap-0px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 0px;
}

/*===Box-gap-5px===*/
.themetechmount-boxes-gap-5px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

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

.themetechmount-boxes-gap-5px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 5px;
}

/*===Box-gap-10px===*/
.themetechmount-boxes-gap-10px .themetechmount-boxes-row-wrapper.row {
    margin-left: -5px;
    margin-right: -5px;
}

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

.themetechmount-boxes-gap-10px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 10px;
}

/*===Box-gap-15px===*/
.themetechmount-boxes-gap-15px .themetechmount-boxes-row-wrapper.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.themetechmount-boxes-gap-15px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.themetechmount-boxes-gap-15px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 15px;
}

/*===Box-gap-20px===*/
.themetechmount-boxes-gap-20px .themetechmount-boxes-row-wrapper.row {
    margin-left: -10px;
    margin-right: -10px;
}

.themetechmount-boxes-gap-20px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 10px;
    padding-left: 10px;
}

.themetechmount-boxes-gap-20px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 20px;
}

/*===Box-gap-25px===*/
.themetechmount-boxes-gap-25px .themetechmount-boxes-row-wrapper.row {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.themetechmount-boxes-gap-25px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 12.5px;
    padding-left: 12.5px;
}

.themetechmount-boxes-gap-25px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 25px;
}

/*===Box-gap-30px=====*/
.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row {
    margin-left: -15px;
    margin-right: -15px;
}

.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 15px;
    padding-left: 15px;
}

.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 30px;
}

/*===Box-gap-35px=====*/
.themetechmount-boxes-gap-35px .themetechmount-boxes-row-wrapper.row {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.themetechmount-boxes-gap-35px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 17.5px;
    padding-left: 17.5px;
}

.themetechmount-boxes-gap-35px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 35px;
}


/*===Box-gap-40px===*/
.themetechmount-boxes-gap-40px .themetechmount-boxes-row-wrapper.row {
    margin-left: -20px;
    margin-right: -20px;
}

.themetechmount-boxes-gap-40px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 20px;
    padding-left: 20px;
}

.themetechmount-boxes-gap-40px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 40px;
}

/*===Box-gap-45px===*/
.themetechmount-boxes-gap-45px .themetechmount-boxes-row-wrapper.row {
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.themetechmount-boxes-gap-45px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 22.5px;
    padding-left: 22.5px;
}

.themetechmount-boxes-gap-45px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 45px;
}

/*===Box-gap-50px===*/
.themetechmount-boxes-gap-50px .themetechmount-boxes-row-wrapper.row {
    margin-left: -25px;
    margin-right: -25px;
}

.themetechmount-boxes-gap-50px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 25px;
    padding-left: 25px;
}

.themetechmount-boxes-gap-50px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 50px;
}

/*===Box-gap-60px===*/
.themetechmount-boxes-gap-60px .themetechmount-boxes-row-wrapper.row {
    margin-left: -30px;
    margin-right: -30px;
}

.themetechmount-boxes-gap-60px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 30px;
    padding-left: 30px;
}

.themetechmount-boxes-gap-60px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 60px;
}

/*===Box-gap-70px===*/
.themetechmount-boxes-gap-70px .themetechmount-boxes-row-wrapper.row {
    margin-left: -35px;
    margin-right: -35px;
}

.themetechmount-boxes-gap-70px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 35px;
    padding-left: 35px;
}

.themetechmount-boxes-gap-70px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 70px;
}

/*===Box-gap-75px===*/
.themetechmount-boxes-gap-75px .themetechmount-boxes-row-wrapper.row {
    margin-left: -37.5px;
    margin-right: -37.5px;
}
.themetechmount-boxes-gap-75px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 37.5px;
    padding-left: 37.5px;
}
.themetechmount-boxes-gap-75px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 75px;
}

/*===Box-gap-80px===*/
.themetechmount-boxes-gap-80px .themetechmount-boxes-row-wrapper.row {
    margin-left: -40px;
    margin-right: -40px;
}

.themetechmount-boxes-gap-80px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    padding-right: 40px;
    padding-left: 40px;
}

.themetechmount-boxes-gap-80px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 80px;
}

.themetechmount-boxes-portfolio .col-xs-12 {
    margin-bottom: 30px;
}

.themetechmount-boxes-portfolio.themetechmount-boxes-sortable-yes .col-lg-4 {
    margin-left: -1px;
}

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

/*** 

====================================================================
    Slick Slider
====================================================================

 ***/
.themetechmount-slider-wrapper {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.tm-headerstyle-classic .themetechmount-slider-wrapper {
    z-index: 9;
}

.slick-slide {
    outline: none;
}

.themetechmount-boxes-row-wrapper .slick-arrow {
    padding: 0;
    margin: 0 3px;
    z-index: 1;
    background: transparent;
    width: 37px;
    height: 37px;
    border: 1px solid #c7c7c7;
    text-align: center;
}

.tm-boxes-carousel-arrows-hide .themetechmount-boxes-row-wrapper .slick-arrow {
    opacity: 0;
}

.themetechmount-boxes-view-carousel .themetechmount-boxes-row-wrapper .slick-arrow:hover:before {
    color: var(--ttm-whitecolor);
    border-color: transparent;
}

.themetechmount-boxes-row-wrapper .slick-prev:before, 
.themetechmount-boxes-row-wrapper .slick-next:before {
    font-family: "FontAwesome";
    content: "\f177";
    color: var(--body-blackfont-color);
    font-size: 15px;
    line-height: 30px;
    position: relative;
    opacity: 1;
}

.themetechmount-boxes-row-wrapper .slick-next:before {
    content: "\f178";
    text-align: center;
}

.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-prev {
    left: -40px;
}

.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-next {
    right: -40px;
}

.themetechmount-boxes-portfolio .themetechmount-boxes-row-wrapper .slick-arrow {
    border-radius: 0px;
}

/*** Slick dot desing ***/
.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    width: 9px;
    height: 5px;
    margin: 0px 2px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.slick-dots li button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    margin: 13px 10px 0px 0;
    position: relative;
    background-color: #e0e0e0;
    line-height: 0;
    padding: 0;
}

.slick-dots li.slick-active {
    width: 30px;
    height: 8px;
    border-radius: 6px;
}

.slick-dots li.slick-active button {
    width: 30px;
    background-color: #e0e0e0;
    border-radius: 6px;
}

.slick-dots li button:before {
    display: none;
}

.tm-bgcolor-skincolor .slick-dots li button, .tm-col-bgcolor-skincolor .slick-dots li button {
    background-color: rgba(255, 255, 255, .1);
}

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

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

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

/*** Flex slider Arrow desing ***/
.flex-direction-nav a:before, .flex-direction-nav a.flex-next:before {
    font-family: "tm-ttmbusiness-icons";
}

.flex-direction-nav a:before {
    content: '\e808';
}

.flex-direction-nav a.flex-next:before {
    content: '\e809';
}

/*** 

====================================================================
   flexslider
====================================================================

 ***/
.tm-flexslider ul li {
    display: none;
    float: left;
}

.tm-flexslider ul li:first-child {
    display: block;
}

.tm-flexslider .flex-control-nav {
    bottom: 5px;
    z-index: 1;
}

.tm-flexslider .flex-control-paging li a {
    border: 1px solid var(--ttm-whitecolor);
    background: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 0;
}

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

.flex-control-nav li {
    margin: 0 3px;
}

/*** 

====================================================================
    Drop Cap Design
====================================================================

 ***/
.tm-dropcap {
    float: left;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
    width: 51px;
    height: 51px;
    line-height: 52px;
    font-size: 34px;
    margin: 7px 8px -5px 0;
}

.tm-dcap-style-rounded {
    border-radius: 5px;
}

.tm-dcap-style-round {
    border-radius: 50%;
}

.tm-dropcap.tm-bgcolor-dark, .tm-dropcap.tm-bgcolor-skincolor {
    color: var(--ttm-whitecolor);
}

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

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

/*** 

====================================================================
    Category filter Section
====================================================================

 ***/
.themetechmount-boxes-textalign-left .tm-sortable-wrapper {
    text-align: left;
}

.themetechmount-boxes-textalign-right .tm-sortable-wrapper {
    text-align: right;
}

.tm-sortable-list ul {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
    margin-top: 20px;
}

.tm-sortable-list .tm-sortable-link {
    display: inline-block;
    margin-right: 10px;
}

.tm-sortable-list .tm-sortable-link a {
    display: block;
    cursor: pointer;
    padding: 8px 25px 10px;
    margin-bottom: 5px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: var(--ttm-whitecolor);
    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: var(--ttm-whitecolor);
    border-color: transparent;
}

.themetechmount-boxes-textalign-center .tm-sortable-wrapper {
    text-align: center;
}

.tm-bgcolor-skincolor .tm-sortable-list .tm-sortable-link a, .tm-bgcolor-darkgrey .tm-sortable-list .tm-sortable-link a, .tm-white-sort-bt .tm-sortable-list .tm-sortable-link a {
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: rgba(255, 255, 255, 0.75);
}

.themetechmount-boxes-portfolio.themetechmount-boxes-sortable-yes .themetechmount-boxes-inner.themetechmount-boxes-portfolio-inner {
    margin-left: 0;
    margin-right: -13px;
}

.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner>div.themetechmount-box-heading-wrapper:not(.themetechmount-boxes-row-wrapper) {
    flex-basis: 0%;
    flex-grow: 1;
    flex: 0 0 35.33%;
    max-width: 35.33%;
}

.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner>div.tm-sortable-wrapper.tm-sortable-wrapper-portfolio:not(.themetechmount-boxes-row-wrapper) {
    flex-basis: 0%;
    flex-grow: 1;
    flex: 0 0 64.33%;
    max-width: 64.33%;
}

.themetechmount-boxes-sortable-yes.themetechmount-boxes-textalign-left .themetechmount-boxes-inner>div.tm-sortable-wrapper.tm-sortable-wrapper-portfolio:not(.themetechmount-boxes-row-wrapper) {
    text-align: right;
}

.themetechmount-boxes.themetechmount-boxes-sortable-yes .themetechmount-boxes-inner>div.themetechmount-boxes-row-wrapper {
    margin-top: 16px;
    display: block;
    width: calc(100% + 20px);
}

.themetechmount-boxes-sortable-yes.tm-cta3-rev-heading .tm-sortable-list ul {
    margin-top: 20px;
}

.themetechmount-boxes-sortable-yes:not(.tm-cta3-rev-heading) .tm-sortable-list ul {
    margin-top: 8px;
}

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

/*** Sidebar ***/
.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 7px 21px;
    margin: 0 5px 8px 0;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    font-size: 15px !important;
    background-color: var(--ttm-whitecolor);
    font-weight: 500;
    color: inherit;
}

.sidebar .widget .tagcloud a:hover {
    color: var(--ttm-whitecolor);
    border-color: var(--ttm-skincolor);
    background-color: var(--ttm-skincolor);
}

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

.tm-headerstyle-classic-overlay section.error-404 {
    padding: 70px 0px;
}

section.error-404 .tm-big-icon {
    font-size: 104px;
}

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

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: var(--ttm-whitecolor);
    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: 400px;
    line-height: 410px;
}

.tm-404-home-button {
    margin-top: 45px;
}

section.error-404 h6 {
    font-size: 20px;
    margin-bottom: 0px;
}

.tm-404-home-button a {
    color: var(--ttm-whitecolor);
}

.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: var(--ttm-whitecolor);
    border-radius: 5px;
}

.tm-search-pagelist .tm-result-page-content {
    padding-left: 33px;
    padding-bottom: 10px;
}

.tm-search-pagelist li > h4 {
    margin-bottom: 7px;
}

.tm-search-results-title a.label-default {
    padding: 5px 10px;
    position: relative;
    top: -3px;
}

/*** Search Select Box ***/
.tm-search-select-box {
    width: 100%;
    position: relative;
    padding-right: 162px;
}

.tm-search-select-box .select2-container {
    width: 98% !important;
}

.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--ttm-whitecolor);
}

.tm-search-select-box .select2-container--default .select2-selection--single {
    border: 1px solid rgba(255, 255, 255, 0.51);
    height: 50px;
    border-radius: 0px;
}

.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 5px;
}

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

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

.tm-sresult-form-sbtbtn-wrapper input.tm-sresult-form-sbtbtn {
    color: var(--ttm-whitecolor);
    border: 2px solid transparent;
    padding: 16px 27px;
    font-size: 15px;
}

.tm-sresult-form-sbtbtn-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
}

.tm-search-main-box {
    padding: 22px 25px 30px 25px;
    background-color: rgba(0, 0, 0, 0.10);
    margin: 14px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.tm-search-main-box:before {
    position: absolute;
    right: 76px;
    top: -14px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid rgba(32, 32, 32, 0.09);
    content: " ";
}

.tm-search-text strong {
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.tm-search-results-title {
    font-weight: normal;
}

.tm-search-postlist li {
    list-style: none;
}

.tm-sresult-form-wrapper h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
    color: var(--ttm-whitecolor);
    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: var(--ttm-whitecolor);
}

.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-ttmbusiness-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: var(--ttm-whitecolor);
    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: var(--ttm-whitecolor);
}

.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
========================================================================== */

/*** White text color Section ***/
.tm-textcolor-white h1, .tm-textcolor-white h2, .tm-textcolor-white h3, .tm-textcolor-white h4, .tm-textcolor-white h5, .tm-textcolor-white h6, .tm-textcolor-white .tm-fid-icon-wrapper i, .rev_slider .tm-textcolor-white {
    color: var(--ttm-whitecolor);
}

.footer .tm-textcolor-white .tm-footer2-left, .footer .tm-textcolor-white .tm-footer2-right, .footer .tm-textcolor-white .widget ul.ttmbusiness_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);
}

.tm-textcolor-white .widget .search-form .search-submit {
    background-image: url(../images/findicon-white.png);
}

.main-holder .widget.themetechmount_widget_recent_entries ul li:last-child {
    padding-bottom: 0px;
    border: none;
}

.tm-textcolor-darkgrey {
    color: rgba(0, 0, 0, 0.50);
}

.tm-textcolor-darkgrey a {
    color: rgba(0, 0, 0, 0.80);
}

.tm-textcolor-dark ul.tm-recent-post-list > li {
    border-top-color: rgba(0, 0, 0, 0.07);
}

/*** VC Colum ***/
span.edit-link {
    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-view-slickview .testimonial_wrapper .slick-prev {
    left: 50%;
    margin-left: -195px;
}

.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
    right: 50%;
    margin-right: -195px;
}

/*** Portfolio Likes ***/
.tmicon-fa-heart-o::before {
    content: "\f08a";
}

.tmicon-fa-heart:before {
    content: "\f004";
}

[class^="tmicon-fa-"]:before, [class*="tmicon-fa-"]:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

div.themetechmount-portfolio-likes-wrapper .like-active {
    cursor: default;
}

a.themetechmount-portfolio-likes {
    color: var(--ttm-whitecolor);
}

/*** 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: 10px;
    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: relative;
    bottom: 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: var(--ttm-whitecolor);
    position: relative;
    display: inline-block;
    position: relative;
    padding: 13px 30px 13px;
    border: 1px solid;
}

.single .themetechmount-box-blog-classic .themetechmount-box-desc-text {
    border-bottom: none;
    padding: 0px;
}

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

.post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-title {
    font-size: 16px;
    margin-top: 7px;
    margin-right: 3px;
}

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

.single-tm_portfolio .tm-social-share-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: var(--body-blackfont-color);
}

.single-tm_portfolio .tm-social-share-links a {
    color: var(--body-blackfont-color);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.10);
}
.single-tm_portfolio .tm-social-share-links a:hover {
    background: transparent;
    border: 0;
    color: var(--ttm-skincolor);
    border-color: transparent;
}
.single-tm_portfolio .tm-social-share-links ul, .single .themetechmount-box-blog-classic .tm-social-share-links ul {
    padding-right: 0px;
}
.tm-pf-view-left-image .tm-social-share-links {
    float: right;
}

.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: var(--ttm-skincolor);
    -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: 46px;
    width: 50px;
    top: 30px;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    margin: 0 auto;
}

.single article.post blockquote {
    display: block;
    padding: 80px 30px 35px 45px;
    position: relative;
    border-left: 0;
    color: var(--body-blackfont-color);
    margin: 40px 0 45px 0px;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    min-height: 100px;
    border-radius: 10px;
    z-index: 1;
    font-family: var(--special-element-fontfamily);
    text-align: center;
}

.single article.post blockquote cite {
    font-size: 16px;
    margin-top: -10px;
    position: relative;
    font-weight: 600;
    color: var(--body-fonts-color);
}

blockquote cite:before, blockquote small:before {
    position: absolute;
    content: '';
    height: 0px;
    width: 15px;
    background-color: var(--ttm-secondarycolor);
    top: 12px;
    left: -25px;
}

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;
}
@media (max-width: 767px) {
.single article.post blockquote {
    padding: 80px 15px 35px 15px;
}
}
/* 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;
}

.tm-sresults-cta-wrapper ul.products li.product .onsale, .tm-sresults-cta-wrapper ul.products li.product .featured.product-label {
    width: 55px;
    max-width: 55px;
}

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

/*** 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: #FEA100 !important;
}

.woocommerce .products .star-rating, .woocommerce .star-rating {
    display: inline-block;
    margin: 0 0 .5em;
    float: none;
    text-align: center;
    width: 67px;
    margin: 0 auto;
    letter-spacing: 3px;
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 10px;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 10px;
    margin-top: 7px;
    display: block;
    text-align: center;
}

.woocommerce .widget.widget_products .star-rating {
    margin: 0;
    text-align: left;
    padding: 7px 0;
}

.woocommerce .widget.widget_products .star-rating, .woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating, .woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating {
    width: 170px;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 5px !important;
}

/*** Woocemmerce notification ***/
#notification .success {
    padding: 21px 40px 21px 80px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 37px;
    right: 20px;
    border-radius: 0px;
    z-index: 999999;
}

#notification .success {
    max-width: 350px;
}

#notification .success {
    background: var(--ttm-whitecolor) url(../images/success.png) 25px center no-repeat;
}

#notification .close {
    float: none;
    position: absolute;
    right: 10px;
    top: 8px;
    opacity: 0.8;
}

.main-holder .site-content .woocommerce-ordering {
    margin-bottom: 36px;
}

.woocommerce .woocommerce-result-count {
    margin-top: 13px;
}

.main-holder .site-content .woocommerce-ordering .select2-container--default .select2-selection--single {
    background-color: var(--ttm-whitecolor);
    border: 1px solid #e5e5e5;
    padding-right: 28px;
    border-radius: var(--ttm-button-shape);
}

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

.themetechmount-single-product-details {
    background-color: var(--ttm-whitecolor);
}

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

.woocommerce .summary .star-rating {
    float: left;
    margin-top: 10px;
    margin-right: 5px;
}

.woocommerce.single-product .summary .star-rating {
    display: block;
    font-size: 11px;
}

.woocommerce.single-product .summary .star-rating {
    margin-top: 9px;
}

.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-ttmbusiness-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: var(--ttm-whitecolor);
    border-radius: 0px;
    padding: 8px 15px;
    font-size: 11px;
    border-radius: 5px;
}

.summary .clear {
    display: none;
}

.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
    content: '\e81c';
    font-family: "tm-ttmbusiness-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 #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;
}

.single .main-holder #content div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
}

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

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

.woocommerce-checkout h3#order_review_heading {
    margin-bottom: 0px;
    margin-top: 15px;
}

/*** Woocemmerce Sidebar ***/
.woocommerce ul.cart_list li {
    padding: 8px 0;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    padding: 12px 0 10px;
}

.woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating, .woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating {
    width: auto;
    margin: 0;
}

.woocommerce ul.product_list_widget li img {
    width: 50px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -5px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: 500;
}

.woocommerce .widget_layered_nav ul li {
    padding: 0 0 12px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    margin-top: 38px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
}

/*** My wishlist ***/
.woocommerce .wishlist_table td.product-add-to-cart a {
    color: var(--ttm-whitecolor);
    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;
    border-right: 0;
}

.woocommerce table.wishlist_table {
    font-size: inherit;
    background-color: var(--ttm-whitecolor);
    border-right: 0;
}
.woocommerce table.shop_table th {
    border-top: 0;
    border-color: #EDEDED;
    border-right: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total, .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-total {
    border-right: 0;
}
.woocommerce form.checkout_coupon .form-row-first {
    width: 50%;
}
.woocommerce form.checkout_coupon .form-row {
    width: 49%;
}
.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: var(--ttm-whitecolor);
}

.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: var(--ttm-whitecolor);
    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: var(--ttm-whitecolor);
}

.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: var(--button-font-weight);
    border-radius: 10px;
}

.main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon, .main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon {
    padding-left: 10px;
    padding-right: 10px;
}

.main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon .tm-wc-add-to-cart-btn a, .main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon .tm-wc-add-to-cart-btn a {
    margin-top: 0px;
    background-color: transparent;
    color: var(--ttm-whitecolor);
    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;
}

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

.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: var(--special-element-fontweight);
    font-size: 16px;
    color: var(--ttm-secondarycolor);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: var(--ttm-whitecolor);
    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;
    padding-top: 4px;
}

.checkout.woocommerce-checkout {
    margin-bottom: 35px;
}

.woocommerce .main-holder #content div.product .entry-summary .add_to_wishlist:before {
    content: '\E838';
    font-family: "tm-ttmbusiness-icons";
    margin-right: 5px;
}

.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before,
.single .main-holder #content div.product .yith-wcwl-wishlistaddedbrowse a[rel="nofollow"]:before {
    content: '\e81c';
    font-family: "tm-ttmbusiness-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: var(--button_fontsize);
    font-weight: var(--button-font-weight);
    padding: 15px 30px 15px;
    border-radius: 10px;
}

.single-product.woocommerce .price .woocommerce-Price-amount {
    font-size: 21px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single, .woocommerce-checkout .select2-dropdown {
    background-color: var(--ttm-whitecolor);
}

.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: var(--ttm-button-shape);
    padding: 12px 25px;
}

.woocommerce .lost_reset_password .woocommerce-Button:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background-color: var(--ttm-skincolor);
}
.woocommerce-account .main-holder .site .woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    margin-top: 9px;
    vertical-align: top;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    color: var(--ttm-whitecolor);
}

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

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f8f8f8;
    border-radius: 0px;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce .shipping_address .form-row .select2-container {
    width: 100% !important;
}

#ship-to-different-address #ship-to-different-address-checkbox {
    margin-top: 10px;
}

.woocommerce.single-product div.summary .stock {
    display: inline-block;
    color: var(--ttm-whitecolor);
    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: var(--ttm-whitecolor);
}

.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: var(--ttm-whitecolor);
    padding-bottom: 30px;
}

.tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
    padding-bottom: 52px;
    margin-top: -20px;
}
.themetechmount-ptables-w .ttm-pricetable-column-w {
    padding-top: 5px;
}
.themetechmount-ptables-w .ttm-pricetable-column-w:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tm-ptablebox .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: var(--ttm-whitecolor);
    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: var(--ttm-whitecolor);
    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: var(--ttm-whitecolor);
    background-color: var(--ttm-secondarycolor);
}

.elementor-widget-tm_ptable_element .tm-element-heading-content-wrapper {
    margin-bottom: 35px;
}


/*** Testimonials One Colume Carsoul ***/
.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper {
    padding: 0px 50px 0px 0px;
    background-color: var(--ttm-whitecolor);
    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 50px 40px 50px;
}

.slick_testim_info {
    padding-bottom: 21px;
}

.slick_testim_info p {
    line-height: 27px;
    font-size: 18px;
    font-style: italic;
}

.testimonials-nav {
    max-width: 230px;
    overflow: hidden;
    margin-bottom: 10px !important;
    padding-top: 70px;
    display: block;
    z-index: 1;
}

.testimonials-info {
    display: inline;
}

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

.tm-bgcolor-darkgrey .testimonial_wrapper:after, .tm-bgcolor-skincolor .testimonial_wrapper:after {
    border-color: var(--ttm-whitecolor);
}

.tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc blockquote, .tm-bgcolor-darkgrey .testimonial_wrapper:after, .tm-bgcolor-skincolor .testimonial_wrapper:after, .tm-bgcolor-skincolor .testimonial_item .themetechmount-author-name, .tm-bgcolor-skincolor .testimonial_item .themetechmount-box-footer {
    color: var(--ttm-whitecolor);
}

.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-ttmbusiness-icon-star-empty-1, .tm-ttmbusiness-icon-star-1 {
    display: inline-block;
    width: 10px;
    margin: 0 2px;
    font-size: 14px;
}

.tm-ttmbusiness-icon-star-empty-1:before, .tm-ttmbusiness-icon-star-1:before {
    margin-left: 0px;
}

.tm-ttmbusiness-icon-star-1.tm-active {
    color: #fd4;
}

/* underline links */
.tm-strong-underline strong, .tm-text-underline {
    text-decoration: underline;
}

/* testimonial arrow */
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-testimonial-inner div.row.slick-slider:first-child {
    margin-top: 75px;
}

.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-below.themetechmount-boxes {
    padding-bottom: 0px;
}

.themetechmount-boxes-portfolio.tm-boxes-carousel-arrows-above.themetechmount-boxes div.slick-list {
    padding-bottom: 40px;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper:first-child .slick-prev {
    right: 60px;
    left: auto;
}

.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper:first-child .slick-next {
    right: 30px;
    left: auto;
}

/* circle progress fid box */
.tm-fid-view-circle-progress.inside {
    padding: 0;
    margin-bottom: 0px;
}

.tm-circle canvas {
    max-width: 100%;
    height: auto !important;
}

.tm-circle canvas {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.tm-fid-view-circle-progress .tm-circle-content {
    position: relative;
}

.tm-circle-boxcontent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.tm-fid-view-circle-progress .tm-fid-number, .tm-fid-view-circle-progress .tm-fid-number sup, .tm-fid-view-circle-progress .tm-fid-number sub {
    font-size: 26px;
}

.tm-fid-view-circle-progress .tm-fid-title {
    text-align: center;
    padding-top: 0px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.tm-fid-view-circle-progress .tm-circle-content sub {
    bottom: 0;
}

.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: var(--ttm-whitecolor);
}

.tm-textcolor-white .slick-dots li.slick-active button:before, .tm-textcolor-white .slick-dots li button:before, .tm-col-bgcolor-darkgrey .slick-dots li button:before, .tm-bgcolor-darkgrey .slick-dots li button:before {
    border-color: var(--ttm-whitecolor);
}

.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-author-name, .tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-author-name {
    color: var(--ttm-whitecolor);
}

.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-ttmbusiness-icon-star-1.tm-active, .themetechmount-boxes-testimonial .tm-ttmbusiness-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;
}

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

/* 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: var(--ttm-whitecolor);
    -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%;
}

/*===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: var(--ttm-whitecolor);
}

.themetechmount-iconbox.tm-content-left-all * {
    text-align: left !important;
}

.themetechmount-iconbox .tm-textalign-left .tm-box-icon, .themetechmount-iconbox.tm-content-left-all .tm-box-icon {
    margin-left: 0;
}

.tm-textcolor-white .themetechmount-iconbox .tm-box-icon i {
    color: var(--ttm-whitecolor);
}

.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: 20px;
    line-height: 32px;
    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_ttmbusiness {
    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: var(--ttm-whitecolor);
}

/*icon color*/
.themetechmount-iconbox.themetechmount-iconcolor-white .tm-box-icon i, .themetechmount-iconbox.themetechmount-iconcolor-white .tm-icon-type-text {
    color: var(--ttm-whitecolor);
}

.themetechmount-iconbox.themetechmount-iconcolor-default .tm-box-icon i, .themetechmount-iconbox.themetechmount-iconcolor-default .tm-icon-type-text {
    color: inherit;
}

.first-footer .widget-area {
    overflow: hidden;
}

/***Row And Column ***/
body .elementor-section.elementor-top-section:first-child {
    margin-top: -83px;
}

.elementor-section.elementor-top-section {
    padding-top: 92px;
    padding-bottom: 80px;
}

/* white bg color */
.elementor-column.elementor-top-column.tm-col-bgcolor-white:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div, .elementor-column.elementor-top-column.tm-col-bgcolor-white:not(.tm-col-stretched-yes)>.elementor-widget-wrap, .elementor-column.elementor-inner-column.tm-col-bgcolor-white:not(.tm-bgimage-yes)>.elementor-widget-wrap {
    background-color: var(--ttm-whitecolor) !important;
}

.elementor-section.elementor-top-section.tm-bgcolor-white, .elementor-section.elementor-top-section.tm-bgcolor-white:before, .elementor-section.elementor-inner-section.tm-bgcolor-white, .elementor-progress-wrapper {
    background-color: var(--ttm-whitecolor);
}

.elementor-inner-section, .elementor-widget-container, .elementor-button-wrapper, .elementor-section .elementor-widget-wrap {
    position: relative;
    z-index: 1;
}

.elementor-top-column>.elementor-widget-wrap:before, .elementor-inner-column>.elementor-widget-wrap:before, .elementor-top-section:before, .elementor-inner-section:before, .tm-col-stretched-yes .tm-stretched-div:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}

.elementor-top-column>.elementor-widget-wrap:before, .elementor-inner-column>.elementor-widget-wrap:before, .elementor-top-section:before, .elementor-inner-section:before {
    background-color: transparent !important;
}

body.elementor-editor-active .elementor-top-section:before, body.elementor-editor-active .tm-col-stretched-yes .tm-stretched-div:before {
    z-index: 0;
}

.elementor-column.elementor-top-column.tm-col-bgcolor-white.tm-bgimage-yes .elementor-widget-wrap .tm-stretched-div:before {
    background-color: rgba(255, 255, 255, .70) !important;
}

.elementor-column.tm-col-stretched-yes.tm-bgimage-yes {
    background-image: none;
    background-color: transparent;
}

.tm-bg-color-white, .tm-bg-color-white .tm-stretched-div:before {
    background-color: var(--ttm-whitecolor);
}

.tm-bg-color-white .tm-bgimage-yes.tm-stretched-div:before {
    background-color: rgba(255, 255, 255, 0.80);
}

.tm-col-stretched-yes .tm-stretched-div {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
}

.tm-col-stretched-left .tm-stretched-div {
    margin-left: -500px !important;
    right: 0;
}

.tm-col-stretched-right .tm-stretched-div {
    right: 0;
}

.tm-col-bgcolor-darkgrey .tm-element-heading-content-wrapper .tm-element-content-heading, .tm-col-bgcolor-skincolor .tm-element-heading-content-wrapper .tm-element-content-heading {
    color: var(--ttm-whitecolor);
}

.tm-col-bgcolor-darkgrey .tm-element-content-desctxt, .tm-col-bgcolor-skincolor .tm-element-content-desctxt {
    color: rgba(255, 255, 255, 1);
}

/*Demo 4 css*/


.tm-headerstyle-classic-overlay .tm-header-cta-btn a.elementor-button.elementor-size-md {
    padding: 18px 60px 17px 30px;
    color: var(--ttm-whitecolor);
	border-radius: var(--ttm-button-shape);
    background-color: var(--ttm-skincolor);
    position: relative;
    font-family: var(--button-font-family);
    font-weight: 700;
    z-index: 9;
    font-size: 15px;
}

.tm-headerstyle-classic-overlay .tm-header-cta-btn a.elementor-button.elementor-size-md:hover {
    background-color: var(--ttm-secondarycolor);
}

.tm-headerstyle-classic-overlay .tm-header-cta-btn a.elementor-button.elementor-size-md:before {
    content: '\e875';
    font-family: 'tm-ttmbusiness-icons';
    font-size: 20px;
    line-height: 15px;
    font-weight: normal;
    right: 35px;
    position: absolute;
    top: 18px;
}

.tm-headerstyle-classic-overlay .tm-header-cta-btn a.elementor-button.elementor-size-md:hover:before { 
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: LeftToRight;
    -webkit-animation-duration: 5s;
    animation: LeftToRight 0.5s forwards;
}

.elementor-button-link.elementor-button.elementor-size-sm {
    padding: 10px 20px 10px 20px;
}

.elementor-button .elementor-align-icon-right .fa-arrow-right:before {
    content: '\e875';
    font-family: 'tm-ttmbusiness-icons';
    font-size: 20px;
    line-height: 16px;
    font-weight: normal;
}

.rev-slider-btn i {
    line-height: 20px !important;
    top: 2px;
    position: relative;
    font-size: 20px !important;
}

.rev-slider-btn {
    position: relative;
}

.rev-slider-btn:before {
    content: '\e875';
    font-family: 'tm-ttmbusiness-icons';
    font-size: 20px;
    line-height: 15px;
    font-weight: normal;
    right: 35px;
    position: absolute;
}

.rev-slider-btn:hover:before {
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: LeftToRight;
    -webkit-animation-duration: 5s;
    animation: LeftToRight 0.5s forwards;
}


.tm-seperator-style3.tm-element-heading-content-wrapper .tm-element-subheading {
    background-color: var(--ttm-greycolor);
    padding: 12px 30px 10px 30px;
    border-radius: 50px;
}

.ttm-imagebox-style-01 {
    overflow: hidden;
}


.tm-bgcolor-grey .tm-seperator-style3.tm-element-heading-content-wrapper .tm-element-subheading {
    background-color: #ecedfa;
}

/**/
.themetechmount-serviceboxbox-readmore a, .themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details .themetechmount-blogbox-footer-readmore a {
    position: relative;
    color: var(--ttm-skincolor);
    font-weight: var(--button-font-weight);
    font-family: var(--special-element-fontfamily);
}

.themetechmount-serviceboxbox-readmore a:before, 
.themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details .themetechmount-blogbox-footer-readmore a:before {
    content: '\e875';
    position: absolute;
    top: 2px;
    right: -22px;
    font-family: 'tm-ttmbusiness-icons';
    font-size: 20px;
    font-weight: normal;
}

.themetechmount-serviceboxbox-readmore a:hover, .themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details .themetechmount-blogbox-footer-readmore a:hover {
    color: var(--ttm-secondarycolor);
}

.elementor-button-wrapper .elementor-button-link.elementor-button:hover .elementor-button-icon.elementor-align-icon-right i {
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: LeftToRight;
    -webkit-animation-duration: 5s;
    animation: LeftToRight 0.5s forwards;
}

.themetechmount-serviceboxbox-readmore a:hover:before, .themetechmount-box-blog.themetechmount-blogbox-styleone.themetechmount-blogbox-format- .themetechmount-box-details .themetechmount-blogbox-footer-readmore a:hover:before {
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: LeftToRight;
    -webkit-animation-duration: 5s;
    animation: LeftToRight 0.5s forwards;
}

@keyframes LeftToRight {
    49% {
        transform: translateX(30%);
    }

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

    51% {
        opacity: 1;
    }

}

/* tab style  */
.ttm-elementor-tabs .ttm-elementor-tab-title i {
    padding-right: 5px;
}

.elementor-widget-tm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-skincolor);
}

.ttm-tab-content {
    display: none;
}

.ttm-tab-content.ttm-tab-active {
    display: block;
}

.elementor-widget-tm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title {
    position: relative;
}

.ttm-tab-content .ttm-tab-content-title {
    display: none;
}

body .ttm-tab-content .elementor-section.elementor-top-section:first-child {
    margin-top: 0px;
}

.elementor-widget-tm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 22px;
    font-weight: 600;
    color: var(--body-blackfont-color);
    vertical-align: middle;
}

.ttm-elementor-tabs .ttm-elementor-tab-title i {
    font-size: 40px;
    line-height: 28px;
    vertical-align: middle;
    color: var(--ttm-secondarycolor);
    padding-right: 8px;
}

.ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 16px;
    font-weight: 700;
    color: var(--body-blackfont-color);
    vertical-align: middle;
    font-family: var(--special-element-fontfamily);
}

.ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title i {
    font-size: 30px;
    line-height: 22px;
}

.ttm-tab-style2.ttm-elementor-tabs .elementor-tabs-wrapper {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title {
    margin-right: 15px;
    color: var(--ttm-secondarycolor);
    display: inline-block;
    padding: 15px 25px;
    cursor: pointer;
    border: 1px solid #00000033;
    border-radius: 10px;
}

.ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title:last-child {
    margin-right: 0px;
}

.ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active {
    color: var(--ttm-secondarycolor);
    border-color: var(--ttm-secondarycolor);
    background-color: #e8f4ef;
}

.ttm-elementor-tabs.ttm-tab-style2 .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--body-blackfont-color);
}

/*testimonial 2*/
.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo {
    background-color: var(--ttm-whitecolor);
    padding: 40px 35px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 15px 0px;
    border-radius: 10px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-content .themetechmount-box-desc .themetechmount-testimonial-text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-content .tm-box-footer {
    margin-top: 25px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-content .tm-box-footer .themetechmount-box-title {
    padding-left: 20px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-content .tm-box-footer img {
    height: 70px;
    width: 70px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-content .tm-bottom-blockquote {
    position: relative;
    margin-bottom: 30px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styletwo .themetechmount-box-content .tm-bottom-blockquote:before {
    -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;
    font-family: 'flaticon_new_bussines_agency';
    position: absolute;
    top: -10px;
    right: -5px;
    left: auto;
    content: '\f156';
    color: #e5e5e5;
    line-height: 60px;
    border-radius: 5px;
    text-align: center;
    font-size: 60px;
}

/**/
.footer .mailchimp-inputbox {
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
}

.footer .mc4wp-form-fields input[type="email"] {
    background: transparent;
    padding: 15px 60px 15px 25px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.footer .mailchimp-inputbox .ttm-agreeterm {
    font-size: 14px;
    font-weight: 400;
}

.footer .mailchimp-inputbox input[type="checkbox"]:before {
    height: 15px;
    width: 15px;
    border: 1px solid var(--ttm-whitecolor);
    background-color: transparent;
    border-radius: 3px;
}

.footer .mailchimp-inputbox button[type="submit"] {
    position: absolute;
    right: 25px;
    left: auto;
    background-color: var(--ttm-secondarycolor);
    padding: 20px 30px 21px;
    border: 0;
    color: var(--ttm-skincolor);
    font-size: 13px;
}

.footer .mailchimp-inputbox button[type="submit"] {
    padding: 0;
    background: transparent;
    color: var(--ttm-secondarycolor);
    font-size: 0;
    top: 15px;
}

.footer .mailchimp-inputbox button[type="submit"]:hover {
    color: var(--ttm-skincolor) !important;
}

.footer .mailchimp-inputbox button[type="submit"] i {
    font-size: 17px;
}

.footer .ttm-social-share .ttm-social-share-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.footer .themetechmount-social-links-wrapper ul.social-icons li > a {
    color: var(--ttm-whitecolor) !important;
}

.footer .themetechmount-social-links-wrapper ul.social-icons li > a:hover {
    background-color: var(--ttm-skincolor) !important;
    color: var(--ttm-whitecolor) !important;
}

.themetechmount-social-links-wrapper ul.social-icons li.tm-social-twitter a {
    background-color: #33ccff;
}

.themetechmount-social-links-wrapper ul.social-icons li.tm-social-youtube a {
    background-color: #ff0000;
}

.themetechmount-social-links-wrapper ul.social-icons li.tm-social-flickr a {
    background-color: #ED1384;
}

.themetechmount-social-links-wrapper ul.social-icons li.tm-social-facebook a {
    background-color: #385DA9;
}

.themetechmount-social-links-wrapper ul.social-icons li.tm-social-linkedin a {
    background-color: #0A66C2;
}

.themetechmount-social-links-wrapper ul.social-icons li.tm-social-dribble a {
    background-color: #de588b;
}

.themetechmount-social-links-wrapper ul.social-icons li.tm-social-pinterest a {
    background-color: #cd1f29;
}

.themetechmount-social-links-wrapper ul.social-icons li.tm-social-instagram a {
    background-color: #125688;
}

.footer .themetechmount-social-links-wrapper ul.social-icons li > a {
    line-height: 38px;
}

/**/
.last-icon-box .themetechmount-iconbox-styletwo.themetechmount-iconcolor-darkgrey {
    border-right: 0px;
}

/**/
.tm-accordion-style2 .elementor-accordion-item {
    margin-bottom: 30px;
}

.tm-accordion-style2 .elementor-accordion-item:last-child {
    margin-bottom: 0;
}

.tm-accordion-style2 .elementor-accordion-title {
    position: relative;
}

.tm-accordion-style2 .elementor-widget-accordion .elementor-tab-content p {
    margin: 0;
}

.tm-accordion-style2 .elementor-accordion .elementor-accordion-item {
    border: 1px solid #00000033 !important;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 18px 30px;
    background-color: var(--ttm-greycolor);
}

.tm-accordion-style2 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    height: 25px;
    width: 25px !important;
    line-height: 26px;
    border-radius: 20px;
    text-align: center !important;
    background-color: var(--ttm-skincolor);
    font-size: 10px;
    color: var(--ttm-whitecolor);
    position: relative;
    top: 5px;
}

.tm-accordion-style2 .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
    line-height: 31px;
}

.tm-bgcolor-grey .tm-accordion-style2 .elementor-accordion .elementor-accordion-item {
    background-color: var(--ttm-whitecolor);
}

/**/
.tm-titlebar-wrapper.tm-breadcrumb-border-bottom {
    position: relative;
    border-bottom: 1px solid #00000033;
}

/**/
.ttm-contactform-01 textarea, .ttm-contactform-01 input[type="number"], .ttm-contactform-01 input[type="tel"], .ttm-contactform-01 input[type="email"], .ttm-contactform-01 input[type="text"], .ttm-contactform-01 .select2-container--default .select2-selection--single {
    background-color: var(--ttm-greycolor);
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    border-color: #00000033;
    border-radius: 10px;
}

.ttm-commonform.ttm-contactform-01 span.select2.select2-container.select2-container--default {
    width: 100% !important;
    margin-bottom: 10px;
}

.ttm-contactform-01 .select2-container--default .select2-selection--single {
    padding: 0px;
}

.ttm-contactform-01 .select {
    padding-top: 5px;
}

.ttm-commonform.ttm-contactform-01 .form-contact .ttm-contact-btn input[type="submit"] {
    border-radius: 10px;
     font-weight: 500;
}

.ttm-commonform.ttm-contactform-01 .contact-form-submitbtn {
    margin: 0 auto;
    display: table;
    margin-top: 35px;
}

.ttm-commonform.ttm-contactform-01 .contact-form-submitbtn .form-contact, .ttm-commonform.ttm-contactform-01 .contact-form-submitbtn .tm-checkbox {
    display: inline-block;
}

.ttm-commonform.ttm-contactform-01 .form-contact .ttm-contact-btn .wpcf7-spinner {
    display: block;
    margin: 10px 24px 0px;
}

/**/
.ttm-arrow-text .elementor-heading-title {
    position: relative;
    animation-name: arrow_up;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: arrow_up;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: arrow_up;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear
}

@keyframes arrow_up {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }

    50% {
        transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }

}

.ttm-arrow-text .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 25px;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: url(https://www.themetechmount.com/theme/wp1/demo4/wp-content/uploads/sites/3/2023/05/arrow-img.png);
    background-position: bottom center;
    top: 50px;
    background-repeat: no-repeat;
    z-index: -1;
}

/**/
.ttm-contactform-02 textarea, .ttm-contactform-02 input[type="number"], .ttm-contactform-02 input[type="tel"], .ttm-contactform-02 input[type="email"], .ttm-contactform-02 input[type="text"] {
    background-color: transparent;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    border-color: #00000033;
    border-radius: 10px;
}

.ttm-commonform.ttm-contactform-02 .ttm-contact-btn {
    padding-top: 5px;
}

.ttm-commonform.ttm-contactform-02 .ttm-contact-btn input[type="submit"] {
    border-radius: 10px;
}

/**/
.ttm-circle-animation > .elementor-section {
    position: relative;
    overflow: hidden;
}

.ttm-circle-animation .ttm-circle-1 {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 1px;
    background: transparent;
    transform-origin: left;
    -webkit-animation: circle-animation 13s linear infinite;
    -moz-animation: circle-animation 13s linear infinite;
    -o-animation: circle-animation 13s linear infinite;
    animation: circle-animation 13s linear infinite;
}

.ttm-circle-animation span.ttm-circle-1:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -25px;
    right: -12px;
}

.ttm-circle-animation span.ttm-circle-2:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -25px;
    right: -7px;
}

.ttm-circle-animation span.ttm-circle-2 {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 1px;
    background: transparent;
    transform-origin: left;
    transform: scale(-1, 1);
    -webkit-animation: circle-animation2 13s linear infinite;
    -moz-animation: circle-animation2 13s linear infinite;
    -o-animation: circle-animation2 13s linear infinite;
    animation: circle-animation2 13s linear infinite;
}

.ttm-circle-animation span.ttm-circle-1 {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 1px;
    background: transparent;
    transform-origin: left;
    -webkit-animation: circle-animation 13s linear infinite;
    -moz-animation: circle-animation 13s linear infinite;
    -o-animation: circle-animation 13s linear infinite;
    animation: circle-animation 13s linear infinite;
}

.ttm-circle-animation {
    top: 50%;
    left: 50%;
    height: 400px;
    border: 1px solid #3F3F47;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

@keyframes circle-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

@keyframes circle-animation2 {
    0% {
        transform: scale(-1, 1) rotate(360deg);
    }

    100% {
        transform: scale(-1, 1) rotate(0deg);
    }

}

.ttm-round-circle-section {
    overflow: hidden;
}

/**/
.themetechmount-service-single-image-area .tm-post-featured-link-wrapper {
    border-radius: 10px;
    padding-top: 550px;
    background-position: 40% 10%;
}

/**/
.tm-staticbox-style3 .tm-stepbox {
    width: 100% !important;
}

.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content {
    padding: 0px 0 35px;
    margin: 0px 0px 35px;
    text-align: left;
    border-bottom: 1px solid #00000033;
    display: flex;
    justify-content: space-between;
}

.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content .tm-contentbox-title {
    width: 28%;
    padding-right: 30px;
}

.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content .tm-contentbox-icon {
    width: 38%;
}

.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content .tm-contentbox-desc {
    width: 40%;
    padding-left: 10px;
}

.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content .tm-contentbox-title .tm-box-title h4 {
    font-size: 22px;
    line-height: 32px;
}

.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content .tm-contentbox-icon .tm-ptable-icon-type-image img {
    border-radius: 10px;
}

.tm-staticbox-style3 .tm-stepbox:last-child .tm-stepbox-content {
    margin: 0;
}

/**/
.single-tm_service.postid-118 .themetechmount-service-single-image-area {
    display: none;
}

/**/
.ttm-tab-style4.ttm-elementor-tabs .elementor-tabs-wrapper {
    padding: 0;
    margin: 0 auto;
}

.ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title {
    margin-right: 20px;
    color: var(--ttm-secondarycolor);
    display: inline-block;
    padding: 6px 15px;
    cursor: pointer;
    border: 1px solid #00000033;
    border-radius: 10px;
    background-color: var(--ttm-greycolor);
}

.ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 16px;
    line-height: 26px;
}

.ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title:last-child {
    margin-right: 0px;
}

/**/
.tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    border-bottom: 1px solid #00000033 !important;
}

.tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-bottom: 0px solid #00000033 !important;
    padding-bottom: 0px;
}

.tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active {
    border-bottom: 1px solid #00000033 !important;
}

.tm-accordion-style3 .elementor-accordion-item .elementor-tab-content img {
    border-radius: 10px;
}

.tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
    line-height: 34px;
}

.tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active .tabs-description {
    margin: 0px;
    padding: 10px 0px;
}

/**/

.tm-portfolio-style .themetechmount-portfoliobox-style1:hover .themetechmount-post-item-inner:before {
    left: 12px;
    top: 14px;
}

.tm-portfolio-fullstyle .themetechmount-portfoliobox-style1:hover .themetechmount-post-item-inner:before {
    left: 18px;
    top: 22px;
}


/**/
.ttm-star-content {
    position: relative;
}

.ttm-star-content:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 3px;
    height: 16px;
    width: 1px;
    background-color: var(--ttm-secondarycolor);
    transform: rotate(14deg);
}

/**/
.ttm-portfolio-details .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    font-family: var(--special-element-fontfamily);
}

.ttm-portfolio-details .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    text-transform: capitalize;
    font-weight: 400;
    font-family: var(--body-font-family);
}

/**/
.team-detail-heading h5 {
    position: relative;
    display: inline-block;
}

.team-detail-heading h5:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: var(--ttm-skincolor);
}

/**/
.single article.themetechmount-box-blog-classic .tm-featured-wrapper img {
    border-radius: 10px;
}

.single-post .themetechmount-box-blog-classic .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0px;
    list-style-type: none;
}

.single-post .themetechmount-box-blog-classic .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items li {
    margin-bottom: 20px;
}

.single-post .themetechmount-box-blog-classic .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items li i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background-color: var(--ttm-greycolor);
    border-radius: 50%;
    margin-right: 15px;
}

.single-post .themetechmount-box-blog-classic .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items li span {
    font-size: 18px;
    line-height: 28px;
    color: var(--ttm-secondarycolor);
    font-family: var(--special-element-fontfamily);
    font-weight: 600;
}

.sidebar .widget .tm-author-widget .author-widget_img img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.sidebar .widget .tm-author-widget .author-name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
}

.sidebar .widget .tm-author-widget .author-widget_text {
    margin-bottom: 0px;
}

.sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-banner-content {
    margin-bottom: 50px;
}

.sidebar .widget .themetechmount-social-links-wrapper {
    margin-bottom: 50px;
}

/**/
.single-tm_service .tm-service-single-content-wrapper .widget {
    background-color: var(--ttm-whitecolor);
    margin-bottom: 45px;
    padding: 23px 30px 25px;
    border: 1px solid #00000033;
    border-radius: 10px;
}

.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul > li {
    padding-bottom: 0px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 10px;
    font-size: 15px;
}

.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul > li:first-child {
    border-top: none;
}

.single-tm_service .tm-service-single-content-wrapper .widget.ttm-sidebar-contact {
    padding: 0px;
    border: none;
}

.sidebar .widget .tm-service-contact-banner, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner {
    padding: 50px 20px 0px 20px;
    background-image: url(../images/sidebar-contact-bg.png) !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    position: relative;
    overflow: hidden;
    z-index: 99;
    border-radius: 10px;
}

.sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-banner-content {
    padding: 0px 30px 0px 20px;
}

.sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content .tm-service-contact-banner-heading, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-banner-content .tm-service-contact-banner-heading {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}

.sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content a.elementor-button {
    padding: 16px 30px;
}

.sidebar .widget .tm-service-contact-banner .tm-service-contact-info, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-info {
    padding: 20px 30px 10px 20px;
    text-align: left;
    background-color: var(--ttm-skincolor);
    border-radius: 10px 10px 0px 0px;
}

.sidebar .widget .tm-service-contact-banner .tm-service-contact-info .tm-service-contact-info-subheading, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-info .tm-service-contact-info-subheading {
    font-weight: 500;
    color: var(--ttm-whitecolor);
}

.sidebar .widget .tm-service-contact-banner .tm-service-contact-info .tm-service-contact-info-contact-number a, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-info .tm-service-contact-info-contact-number a {
    font-size: 25px;
    line-height: 35px;
    color: var(--ttm-whitecolor);
    font-family: var(--body-font-family);
}

.sidebar .widget .tm-service-contact-banner .tm-service-contact-info .tm-service-contact-info-contact-email a, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-info .tm-service-contact-info-contact-email a {
    color: var(--ttm-whitecolor);
    font-family: var(--body-font-family);
    font-weight: 500;
}

/**/
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li a:hover, .single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.current-menu-item a {
    color: var(--ttm-skincolor);
}

.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li a:after, .single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.current-menu-item a:after {
    content: '';
    width: 0;
    display: block;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    margin: 0;
    -webkit-transform: unset;
    -moz-transform: unset;
    transform: unset;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background-color: var(--ttm-skincolor);
}

.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li a:hover:after, .single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.current-menu-item a:after {
    width: 100%;
    left: 0;
    right: auto;
    margin: 0;
}

.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li {
    display: block;
    position: relative;
}

.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li:before {
    content: "\e849";
    font-family: 'tm-ttmbusiness-icons';
    position: absolute;
    left: auto;
    right: 0;
    font-size: 15px;
    top: 15px;
    transition: all 0.5s ease;
    color: var(--ttm-secondarycolor);
}

.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.current-menu-item:before, .single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li:hover.ttm-link-hover:before {
    color: var(--ttm-skincolor);
}

.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul li a {
    padding-left: 0px;
}


/*** ***/
.tm-file-links .tm-links {
    margin-bottom: 18px;
}

.tm-file-links .tm-links:last-child {
    margin-bottom: 0;
}

.tm-file-links .tm-link-wrap a {
    color: var(--body-fonts-color);
}

.tm-file-links .tm-links-title {
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    font-size: 24px;
    line-height: 34px;
    color: var(--body-blackfont-color);
}

.tm-file-links .tm-links i {
    font-size: 28px;
    float: right;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: var(--ttm-skincolor);
    text-align: center;
    color: var(--ttm-whitecolor);
    border-radius: 10px;
}

.tm-file-links .tm-link-wrap {
        display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
@media (max-width: 1100px){
.tm-file-links .tm-link-wrap a {
    font-size: 14px;
}
.single-tm_service .tm-service-single-content-wrapper .widget {
    padding: 23px 15px 25px;
    }
}
/*** Single Media Next Previous ***/
.tm-post-prev-next-buttons {
    position: relative;
    margin-bottom:40px;
    margin-top: 25px;
    border-top: 1px solid #e3e3e3;
    padding-top: 40px;
}

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

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

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

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

.next-link_wrapper, .pagination-item.next {
    float: right;
}

.single-post .tm-post-prev-next-buttons {
    padding-top: 30px;
    margin: 10px 0px 10px;
    position: relative;
    border-top: 1px solid #e9ecef;
    padding-bottom: 10px;
}

.pagination-item.prev {
    position: relative;
}

.tm-post-prev-next-buttons span.tm-nav-title {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: var(--htag-fontweight);
	font-family: var(--special-element-fontfamily);
}

.pagination-item.next .pagination-content {
    padding-right: 15px;
    text-align: right;
}

.pagination-item.next.tm-postwithot-img .pagination-content {
    padding-right: 0px;
    display: block;
}

.pagination-item.prev.tm-postwithot-img .pagination-content {
    padding-left: 0px;
}

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

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

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

.pagination-item.prev .pagination-content {
    padding-left: 15px;
}

.tm-post-prev-next-buttons .pagination-content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.tm-post-prev-next-buttons .tm-nav-sub {
    display: block;
    color: var(--body-fonts-color);
    font-size: 14px;
    font-weight: 400;
}

.single-tm_service.postid-1793 .themetechmount-service-single-image-area {
    display: none;
}

.footer .ttm-widget-contact .ttm-phone-widget p {
    margin-bottom: 10px;
}

.footer .ttm-widget-contact .ttm-phone-widget p a, .footer .ttm-widget-contact .ttm-email-widget p a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--ttm-skincolor);
    position: relative;
    display: inline-block;
}

.footer .ttm-widget-contact .ttm-email-widget p a {
    color: var(--ttm-secondarycolor);
}

.footer .ttm-widget-contact .ttm-phone-widget p a:before, .footer .ttm-widget-contact .ttm-email-widget p a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background-color: var(--ttm-skincolor);
}

.footer .ttm-widget-contact .ttm-email-widget p a:before {
    background-color: var(--ttm-secondarycolor);
}

.footer .ttm-widget-contact .ttm-email-widget p a:hover:before {
    background-color: var(--ttm-skincolor);
}

.footer .ttm-widget-contact .ttm-email-widget p a:hover {
    color: var(--ttm-skincolor);
}

.footer .ttm-widget-contact .ttm-phone-widget p a:hover:before {
    background-color: var(--ttm-secondarycolor);
}

.footer .ttm-widget-contact .ttm-phone-widget p a:hover {
    color: var(--ttm-secondarycolor);
}

.service-page-service .themetechmount-box-service.themetechmount-servicebox-styleone {
    background-color: var(--ttm-whitecolor);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.ttm-imagebox-style-01:hover img {
    animation: tm-bounce 500ms ease-in-out 50ms;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo i {
    display: inline-block;
}

.themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .tm-box-icon i {
    animation: tm-bounce 500ms ease-in-out 50ms;
}



/**/
.single article.themetechmount-box-blog-classic .tm-featured-wrapper img {
    border-radius: 10px;
}

.blog-list.prt-list {
    padding: 0;
    list-style-type: none;
}

.single-post .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items {
    display: inline-block;
    margin: 5px 20px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

.single-post .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items li {
    margin-bottom: 10px;
    display: -webkit-box;
}

.single-post .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items li i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background-color: var(--ttm-greycolor);
    border-radius: 50%;
    margin-right: 15px;
}

.single-post .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items li span {
    font-size: 18px;
    line-height: 28px;
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
    font-weight: 600;
    display: -webkit-box;
}

.single-post .themetechmount-tags-links-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    padding-right: 10px;
    margin-top: 0px !important;
    margin-bottom: 0;
    display: inline-block;
}

.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a {
    font-size: var(--body-font-size);
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 7px;
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
    color: var(--body-fonts-color);
}

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

.single-post .tm-social-share-links ul li a {
    border-radius: 6px;
}

.single-post .tm-social-share-post-wrapper {
    float: right;
}

.single-post .themetechmount-box-blog-style2 .tm-blog-classic-box-content .tm-classic-post-meta {
    display: none;
}

.footer .mailchimp-inputbox .ttm-agreeterm a {
    border-bottom: 1px solid currentColor;
}

.prev-link_wrapper, .next-link_wrapper {
    width: 47%;
    padding: 0;
}
.next-link_wrapper, .pagination-item.next {
    float: right;
}
.tm-post-prev-next-buttons .tm-base-path {
    width: 6%;
    float: left;
    padding-top:35px;
}
.tm-post-prev-next-buttons .tm-base-path a{
    text-align: center;
    display: block;
    font-size: 28px;
}

article.themetechmount-box-blog-style2 {
  margin-bottom: 50px;
}
article.themetechmount-box-blog-style2 .tm-blog-classic-box-content .entry-header .tm-classic-footer-meta .tm-entry-meta-wrapper .tm-entry-meta-blogclassic .tm-meta-line.byline:before {
    content: '';
    position: absolute;
    right: 8px;
    top: 8px;
    height: 6px;
    width: 6px;
    background-color: var(--ttm-skincolor);
    border-radius: 50px;
}

.themetechmount-social-links-wrapper ul.social-icons li a {
  border: 0px transparent;
}

.tm-header-cta-btn {
    float:right;
}

article.themetechmount-box-blog-style2 .tm-blog-classic-box-content .tm-blog-post-cat a {
    display: inline-block;
    background-color: var(--ttm-greycolor);
    padding: 7px 20px;
    margin-bottom: 10px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--special-element-fontfamily);
}

article.themetechmount-box-blog-style2 .tm-featured-outer-wrapper img {
    margin-bottom: 30px;
    border-radius: 10px;
}

article.themetechmount-box-blog-style2 .entry-header h2.entry-title {
    margin-bottom: 7px;
    font-size: 35px;
    line-height: 45px;
}

.ttm-about-star h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
}


.ttm-about-star {
    padding-right: 10px;
    position: relative;
    border-right: 1px solid #00000033;
}

.ttm-about-content {
    padding-left: 15px;
    padding-top: 5px;
}

/*single portfolio*/

.tm-demo-four-pfdetail .themetechmount-pf-detailbox-list .tm-pf-details-date {
    display: inline-block;
    padding-bottom: 0px;
}

.tm-demo-four-pfdetail .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
    font-family: var(--special-element-fontfamily);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.tm-demo-four-pfdetail .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
    font-size: 20px;
    line-height: 30px;
    padding-left: 15px;
    color: var(--ttm-secondarycolor);
}




/*Demo5 css*/

/* ================= header style ============================ */

.tm-header-style-classic .tm-callbox {
    display: flex;
}

.tm-header-style-classic .tm-callbox .tm-quick-call {
    position: relative;
    display: inline-block;
    padding-right: 40px;
}

.tm-header-style-classic .tm-callbox .tm-quick-call:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 99%;
    right: 20px;
    top: 0;
    background-color: #dfdfdf;
}

.tm-header-style-classic .tm-callbox .tm-quick-call h5 a, .tm-header-style-classic .tm-callbox .tm-quick-call h5 {
    display: inline-block;
    text-align: left;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    color: var(--body-fonts-color);
}

.tm-header-style-classic .tm-callbox .tm-quick-call img {
    display: inline-block;
    padding-right: 6px;
    margin-top: -4px;
}

.tm-header-style-classic .tm-callbox .tm-quick-call h5 a:hover {
    color: var(--ttm-skincolor);
}

.tm-header-style-classic .top-social-links .social-icons .tm-ttmbusiness-icon-twitter {
    color: #55acee;
}

.tm-header-style-classic .top-social-links .social-icons .tm-ttmbusiness-icon-youtube {
    color: #c4302b
}

.tm-header-style-classic .top-social-links .social-icons .tm-ttmbusiness-icon-linkedin {
    color: #0A66C2;
}

.tm-header-style-classic .top-social-links .social-icons li {
    padding-left: 10px;
}

.tm-header-style-classic .top-social-links .social-icons li > a {
    width: 25px;
    height: 25px;
    line-height: 35px;
    border: 1px solid transparent;
    background-color: transparent;
    font-size: 17px;
    color: inherit;
    margin-right: 5px;
    transition: .5s;
    display: inline-block;
}

.tm-header-style-classic .top-social-links .social-icons li > a:hover {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* =================footer============================ */
.first-footer .widget_custom_html .tm-ourinfo, .first-footer .widget_custom_html .tm-getintouch {
    color: rgb(255 255 255 / 60%);
}

.first-footer .tm-getintouch .tm-divider {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}

.first-footer .tm-getintouch .tm-divider .tm-divider-separator {
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 11%);
    display: flex;
    margin: 0;
    direction: ltr;
}

.first-footer .tm-getintouch ul > li {
    padding: 0px 0px 0px 0;
}

.mailchimp-inputbox.tm-mailchimp-form.style1 {
    position: relative;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.mailchimp-inputbox.tm-mailchimp-form.style1 .mailchimp-email {
    display: flex;
}

.mailchimp-inputbox.tm-mailchimp-form.style1 input[type="email"] {
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px;
    height: 50px;
    color: rgba(255, 255, 255, 0.60);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 26px;
}

.footer .mailchimp-inputbox.tm-mailchimp-form.style1 button[type="submit"] i {
    color: #fff;
}

.mailchimp-inputbox.tm-mailchimp-form.style1 button[type="submit"] {
    position: absolute;
    top: 0px;
    height: 50px;
    width: 40px;
    background-color: transparent;
    text-align: right;
    border: 0;
    z-index: 1;
    padding: 0;
    right: 0px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    border-radius: 0px;
}

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

.site-footer .widget.widget_nav_menu ul li.tm-two-column {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0px 0px 11px 0;
}

.widget.widget_nav_menu li.tm-social-fullname a {
    padding-left: 0px;
    font-size: 14px;
}

/* ================= sidebar  ============================ */

/*left-sidebar*/

.sidebar .widget {
    margin: 0px 0 30px;
    padding: 0;
    background-color: transparent !important;
}

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

/*ttmbusiness_all_post_list_widget*/
.sidebar  .ttmbusiness_all_post_list_widget.widget h3.widget-title {
    display: none;
}

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

.widget.ttmbusiness_all_post_list_widget li {
    padding: 15px 0px 15px 0;
    position: relative;
    display: block;
}

.widget.ttmbusiness_all_post_list_widget li a {
    display: block;
    padding: 22px 30px;
    position: relative;
    z-index: 1;
    font-size: 22px;
    background-color: #fff;
    border: 1px solid #000;
}

.widget.ttmbusiness_all_post_list_widget li.tm-post-active a, .widget.ttmbusiness_all_post_list_widget li a:hover {
    border: 1px solid var(--ttm-skincolor);
}

.widget.ttmbusiness_all_post_list_widget li:first-child::after {
    top: 15px;
}

.widget.ttmbusiness_all_post_list_widget li:after {
    font-family: "tm-ttmbusiness-icons";
    content: "\e809";
    position: absolute;
    top: 30px;
    right: 30px;
    line-height: 40px;
    font-size: 30px;
    opacity: 1;
    background-color: transparent;
    color: #000;
    z-index: 2;
    transition: all .3s ease-in-out;
}

.widget.ttmbusiness_all_post_list_widget li.tm-post-active:after, .widget.ttmbusiness_all_post_list_widget li:hover::after {
    color: #ffffff;
    transition: all .3s ease-in-out;
}

/*banner*/
.widget.widget_custom_html .tm-sidebar-banner {
    background-color: var(--body-blackfont-color);
    padding: 50px 20px 35px;
    text-align: center;
}

.widget.widget_custom_html .tm-banner-content h4 {
    color: #fff;
    margin-top: 25px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 30px;
}

.widget.widget_custom_html .tm-banner-location h4 {
    color: #fff;
    padding-top: 15px
}

.widget.widget_custom_html .tm-banner-location h6 a, .widget.widget_custom_html .tm-banner-location p {
    color: rgb(255 255 255 / 65%);
    font-weight: 400;
}

.widget.widget_custom_html .tm-banner-location h6 a:hover {
    color: var(--ttm-skincolor);
}

/*search-form*/
.sidebar.widget-area .widget.widget_search .widget-title {
    display: block;
}

.widget .search-form .search-field {
    border: 0px solid #f0f0f0;
    background-color: var(--ttm-greycolor);
    border-radius: 0;
    padding: 11px 40px 11px 15px;
    font-weight: 500;
}

.widget .search-form .search-submit {
    content: '';
    background-color: #000;
    -webkit-mask: url(../images/search.svg) no-repeat 100% 100%;
    mask: url(../images/search.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    height: 25px;
    width: 25px;
    transform: rotateZ(0deg);
    top: 11px;
    right: 15px;
    opacity: 1;
    z-index: 2;
    display: block;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
}

.sidebar .widget ul:not(.slides):not(.cart_list):not(.ttmbusiness_contact_widget_wrapper):not(.ttmbusiness_category_list_widget):not(.tm-all-post-list) > li {
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 0px dashed rgba(0, 0, 0, 0.09);
}

/*recent-post*/
.tm-recent-post-list li .post-detail a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*tagcloud*/
.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: var(--ttm-whitecolor);
    font-weight: 500;
    color: inherit;
}

#sidebar-right.sidebar .widget .tagcloud a:hover {
    color: var(--ttm-whitecolor);
    border-color: var(--ttm-skincolor);
    background-color: var(--ttm-skincolor);
}

/* ================= contactform  ============================ */

/*style1*/

.ttm-contactform-03 input[type="text"], .ttm-contactform-03 input[type="email"] {
    background-color: transparent;
    border: 2px solid rgb(223 223 223 / 21%);
    color: #fff;
    border-radius: 6px;
}

.ttm-contactform-03 input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.41);
}

.ttm-contactform-03 input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.41);
}

.ttm-contactform-03 input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.41);
}

.ttm-contactform-03 input[type="text"]:focus, .ttm-contactform-03 input[type="email"]:focus {
    border-color: #fff;
}

.ttm-contactform-03 .tm-contact-btn {
    margin-top: 10px;
}

/*style2*/
.ttm-contactform-04 textarea, .ttm-contactform-04 input[type="text"], .ttm-contactform-04 input[type="email"] {
    border-radius: 5px;
}

.ttm-contactform-04 .tm-contact-btn {
    margin-top: 10px;
}

/* ================= icon style ============================ */

/*style1*/
.themetechmount-iconbox.themetechmount-iconbox-styleone {
    position: relative;
    padding: 30px 58px;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 26px;
    line-height: 36px;
    position: relative;
    margin-bottom: 10px;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-iocnbox-btn {
    margin-top: 20px;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-hover {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: var(--ttm-skincolor);
    background-repeat: repeat;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-position: right top;
    background-repeat: no-repeat;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone:hover .tm-hover {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading {
    position: relative;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-cta3-content-wrapper {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.themetechmount-iconbox.themetechmount-iconbox-styleone .tm-iocnbox-btn a {
    font-weight: var(--button-font-weight);
    font-size: var(--button_fontsize);
    font-style: var(--button-text-transform);
}

.themetechmount-iconbox.themetechmount-iconbox-styleone:hover .tm-cta3-content-wrapper, .themetechmount-iconbox.themetechmount-iconbox-styleone:hover .themetechmount-iconbox-heading  h2, .themetechmount-iconbox.themetechmount-iconbox-styleone:hover .tm-iocnbox-btn a {
    color: #ffffff;
}

/*style5*/
.themetechmount-iconbox-stylefive .themetechmount-iconbox-icon  img {
    width: 45px;
    height: 45px;
}

.themetechmount-iconbox.themetechmount-iconbox-stylefive .themetechmount-iconbox-icon {
    vertical-align: top;
    padding-right: 25px;
}

.themetechmount-iconbox-stylefive .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    margin-bottom: 5px;
}

.themetechmount-iconbox-stylefive .themetechmount-iconbox-heading .tm-element-subheading a, .themetechmount-iconbox-stylefive .themetechmount-iconbox-heading .tm-element-subheading {
    font-family: var(--body-font-family);
    font-weight: var(--body-fontweight);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    color: var(--body-fonts-color);
}

/* ================= Custome class styale ============================ */
.tm-tag-on-img {
    position: relative;
}

.tm-tag-on-img a {
    padding: 10px 20px;
    background-color: var(--ttm-skincolor);
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    left: 257px;
    top: -170px;
    transform: rotate(-20deg);
}

.tm-tag-on-img a:hover {
    color: #fff;
}

/*tm-icon-img*/
.tm-icon-img.elementor-widget-image {
    background-color: #fff;
    padding: 24px;
}

.tm-video1.elementor-widget-video .elementor-wrapper video {
    border-radius: 10px 10px 10px 10px;
}

/*custom heading*/
.tm-custom-heading-witharrow h2 {
    position: relative;
    display: inline-block;
}

.tm-custom-heading-witharrow h2:after {
    content: '';
    position: absolute;
    background-color: var(--body-blackfont-color);
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0;
}

.tm-custom-heading-witharrow h2:before {
    content: '';
    background-color: var(--body-blackfont-color);
    -webkit-mask: url(../images/right-arrow.svg) no-repeat 100% 100%;
    mask: url(../images/right-arrow.svg) no-repeat 100% 100%;
    display: block;
    right: -50px;
    position: absolute;
    top: 20px;
    width: 35px;
    height: 29px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
}

/*tm-round-shape*/
.tm-round-shape:before {
    position: absolute;
    background-color: var(--ttm-greycolor);
    width: 406px;
    height: 406px;
    content: "";
    border-radius: 50%;
    top: 40px;
    bottom: auto;
    right: auto;
    left: 50px;
}

/* ================= Tab styale ============================ */

/*tab-style1*/

.ttm-tab-style1.ttm-elementor-tabs .elementor-tab-content section.elementor-section {
    width: auto !important;
    left: 0 !important;
}

.ttm-tab-style1.ttm-elementor-tabs .elementor-tabs-wrapper {
    padding: 0;
    margin: 0 auto;
    border-bottom: none;
}

.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title {
    position: relative;
    background-color: #fff;
    padding: 20px 64px 20px 54px;
    font-size: 16px;
    list-style: none;
}

.ttm-tab-style1.ttm-elementor-tabs .elementor-tabs-wrapper:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background-color: #000;
}

.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title span {
    color: var(--ttm-secondarycolor);
    font-size: 20px;
    font-family: 'Krona One';
}

.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title:after {
    top: -4px;
    position: absolute;
    content: '';
    left: 49%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid var(--body-blackfont-color);
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active:after {
    background-color: var(--body-blackfont-color);
}

.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 20px;
    color: var(--ttm-secondarycolor);
    vertical-align: middle;
    font-weight: var(--special-element-fontweight);
    font-family: var(--special-element-fontfamily);
}

.ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title {
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    border: none;
    position: relative;
}

@media (min-width:992px) {
    .ttm-tab-style1 .elementor-tabs-wrapper {
        display: -webkit-flex;
        display: flex;
    }

    .ttm-tab-style1 .ttm-elementor-tab-title {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
    }

}

@media (max-width:991px) {
    .ttm-tab-content {
        display: block;
    }

    .elementor-tab-content {
        display: none;
    }

    .ttm-tab-style1.ttm-elementor-tabs .tmtabs-content-wrapper {
        border: none;
    }

    .ttm-tab-style1.ttm-elementor-tabs .elementor-tabs-wrapper {
        display: none;
    }

    .ttm-tab-style1 .ttm-tab-active .elementor-tab-content {
        display: block;
        border: 1px solid #e4e4e4;
        border-radius: 0 0 15px 15px;
        margin-bottom: 25px;
        background-color: #ffffff;
        padding: 0px 20px;
    }

    .ttm-tab-style1 .ttm-tab-content .ttm-tab-content-title {
        display: inline-block;
        width: 100%;
        background-color: #f6f7f9;
        padding: 15px 20px;
        border-radius: 0;
        border: 1px solid #eee;
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
        color: var(--ttm-secondarycolor);
    }

    .ttm-tab-style1 .ttm-tab-content .ttm-tab-content-title i {
        font-size: 25px;
        line-height: 25px;
        vertical-align: middle;
        color: var(--ttm-skincolor);
        padding-right: 5px;
        position: relative;
        top: 2px;
    }

    .ttm-tab-style1 .ttm-tab-content.tm-tab-active .ttm-tab-content-title {
        background-color: var(--ttm-skincolor);
        border-color: var(--ttm-skincolor);
        color: #fff;
    }

    .ttm-tab-style1 .ttm-tab-content.ttm-tab-active .ttm-tab-content-title i {
        color: #fff;
    }

    .ttm-tab-style1 .ttm-tab-content .elementor-section .elementor-column .elementor-widget-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .ttm-tab-style1 .ttm-tab-content .elementor-section .elementor-inner-section .elementor-container {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

}

/*tab-style3*/
body {
    counter-reset: section tabnumber;
}

.ttm-tab-style3.ttm-elementor-tabs .elementor-tab-content section.elementor-section {
    width: auto !important;
    left: 0 !important;
}

.ttm-tab-style3.ttm-elementor-tabs .ttm-elementor-tab-title:before {
    counter-increment: tabnumber;
    content: counter(tabnumber, decimal-leading-zero);
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: auto;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    transition: all .6s;
    text-align: center;
    color: var(--body-fonts-color);
    z-index: 1;
}

.ttm-tab-style3.ttm-elementor-tabs .ttm-elementor-tab-title {
    min-width: 245px;
    text-align: right;
    border-width: 1px 1px 0px 1px;
    border-color: #dfdfdf;
    border-style: solid;
    padding: 12px 30px;
    border-radius: 10px 10px 0 0;
    margin: 0 8px;
}

.ttm-tab-style3.ttm-elementor-tabs .ttm-elementor-tab-title {
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.ttm-tab-style3.ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

.ttm-tab-style3.ttm-elementor-tabs ul.elementor-tabs-wrapper {
    border-bottom: 1px solid #00000033;
    margin: 0;
    padding: 0;
}

.ttm-tab-style3.ttm-elementor-tabs .ttm-elementor-tab-title:first-child {
    margin-left: 0;
}

.ttm-tab-style3.ttm-elementor-tabs .elementor-tabs-wrapper .ttm-elementor-tab-title.ttm-tab-active {
    background-color: #ffffff;
}

/* ================= Team styale ============================ */

/*** Single Team member ***/

/*style1 */

.themetechmount-box-team.themetechmount-teambox-style1 {
    position: relative;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.5s ease-out 0s;
    -o-transition: 0.5s ease-out 0s;
    transition: 0.5s ease-out 0s;
    margin-bottom: 40px;
}

.elementor-section.elementor-top-section.tm-bgcolor-grey .themetechmount-teambox-style1 .themetechmount-box-content {
    background-color: #ffffff;
}

.themetechmount-teambox-style1 .themetechmount-box-content {
    padding: 35px 30px 35px 25px;
    text-align: center;
    background-color: var(--ttm-greycolor);
    -webkit-transition: 0.5s ease-out 0s;
    -o-transition: 0.5s ease-out 0s;
    transition: 0.5s ease-out 0s;
}

.themetechmount-teambox-style1 .themetechmount-box-content .themetechmount-box-title h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
}

.themetechmount-teambox-style1 .themetechmount-team-position {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 5px;
}

.themetechmount-teambox-style1 .tm-member-social {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.5s ease-out 0s;
    -o-transition: 0.5s ease-out 0s;
    transition: 0.5s ease-out 0s;
    width: 100%;
    will-change: transform;
    white-space: nowrap;
}

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

.themetechmount-teambox-style1 .themetechmount-box-content ul.tm-team-social-links {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}

.themetechmount-teambox-style1 .themetechmount-box-content ul li {
    display: inline-block !important;
    padding-left: 0px;
    border: none;
    text-align: center;
    padding: 10px 10px 0;
    margin-bottom: 0;
}

.themetechmount-teambox-style1 .themetechmount-box-content ul li:first-child {
    padding-left: 0;
}

.themetechmount-teambox-style1 .themetechmount-box-content ul li a {
    display: inline;
    font-size: 15px;
    line-height: 15px;
    width: 15px;
}

.themetechmount-teambox-style1:hover {
    border-width: 3px;
    border-color: var(--ttm-skincolor);
    margin-bottom: 0;
}

.tm-box-col-wrapper.slick-slide.slick-current.slick-active .themetechmount-teambox-style1 .themetechmount-box-content {
    border-left: 1px solid transparent;
}

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

.themetechmount-teambox-style1 .themetechmount-team-image-box img {
    position: relative;
    overflow: hidden;
    transition: 1s ease;
    width: 100%;
}

.themetechmount-teambox-style1 .themetechmount-team-image-box img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
    border-radius: 5px;
    overflow: hidden;
}

/* ================= Testimonial styale ============================ */

/*styale 1*/

.themetechmount-testimonialbox-styleone .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    font-style: italic;
    margin: 0px 0px 50px;
    padding: 0;
    text-align: left;
    color: #fff;
    text-indent: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.themetechmount-testimonialbox-styleone .themetechmount-box-desc .themetechmount-testimonial-text:before {
    content: '';
    background-color: #fff;
    -webkit-mask: url(../images/straight-quotes.svg) no-repeat 100% 100%;
    mask: url(../images/straight-quotes.svg) no-repeat 100% 100%;
    display: block;
    left: 0px;
    position: absolute;
    top: 7px;
    width: 29px;
    height: 29px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
}

.themetechmount-testimonialbox-styleone .themetechmount-box-author .tm-box-footer {
    position: relative;
}

.themetechmount-testimonialbox-styleone .themetechmount-box-author .tm-box-footer:after {
    content: '';
    position: absolute;
    background-color: rgb(255 255 255 / 18%);
    width: 100%;
    height: 1px;
    top: -25px;
    left: 0;
}

.themetechmount-testimonialbox-styleone  .themetechmount-box-footer {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.themetechmount-testimonialbox-styleone .themetechmount-author-name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #fff;
}

/* ================= FID styale ============================ */

/*topicon*/
.inside.tm-fid-without-icon.tm-fid-view-topicon h4 span:nth-child(2) {
    margin-left: -10px;
}

.inside.tm-fid-without-icon.tm-fid-view-topicon {
    padding: 25px 10px 0px 10px;
}

.inside.tm-fid-without-icon.tm-fid-view-topicon h4 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 600;
}

.inside.tm-fid-without-icon.tm-fid-view-topicon h3 span {
    padding-left: 0px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--body-font-weight);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    color: var(--body-fonts-color);
}

/* style1 */
.tm-fid-view-style1.inside {
    text-align: left;
}

.tm-fid-view-style1.inside h3 {
    position: relative;
    padding-left: 20px;
    vertical-align: top;
    padding-top: 15px;
}

.tm-fid-view-style1.inside h3 span:after {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background-color: #dfdfdf;
    bottom: 20px;
    left: 20px;
}

.tm-fid-view-style1.inside h4 {
    font-size: 58px;
    line-height: 68px;
    font-weight: 600;
}

/*style2*/
.inside.tm-fid-view-style2 {
    text-align: left;
    padding: 35px 25px 32px 25px;
}

.inside.tm-fid-view-style2 h4 {
    border-bottom: 1px solid #dcdbdc;
    padding-bottom: 15px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
}

.inside.tm-fid-view-style2 h3 {
    padding-top: 15px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.inside.tm-fid-view-style2 .tm-number-rotate, .inside.tm-fid-view-style2 h4 span:last-child {
    margin-left: -12px;
}

/* ================= Staticbox styale ============================ */

/*style1*/
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 {
    margin: 0;
    position: relative;
    margin-top: 30px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style1:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #dfdfdf;
    left: 0;
    top: 0;
}

.tm-staticbox-style1 .tm-stepbox-content .tm-left-contentbox, .tm-staticbox-style1 .tm-stepbox-content .tm-right-contentbox {
    display: table-cell;
    vertical-align: top;
}

.tm-staticbox-style1 .tm-stepbox {
    position: relative;
    padding: 30px 30px 30px 50px;
    transition: all .6s;
}

.tm-staticbox-style1 .tm-stepbox-content .tm-box-title h4 {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: var(--special-element-fontweight);
}

.tm-staticbox-style1 .tm-stepbox-content .tm-box-title h4:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #dfdfdf;
    left: -50px;
    top: 14px;
}

.tm-staticbox-style1 .tm-stepbox-content .themetechmount-static-box-desc {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
}

/*style2*/
.tm-staticbox-style2 .tm-stepbox-content {
    margin-bottom: 30px;
}

.tm-staticbox-style2 .tm-box-title h4 {
    font-size: 22px;
    line-height: 24px;
}

.tm-staticbox-style2 .tm-left-contentbox.tm-wrap-cell {
    width: 30%;
}

.tm-staticbox-style2 .tm-right-contentbox.tm-wrap-cell {
    position: relative;
    padding: 27px 33px;
    border: 1px solid #000;
}

.tm-staticbox-style2 .tm-ptable-icon-type-image img {
    max-width: 154px;
}

.tm-staticbox-style2 .tm-stepbox-imagebox, .tm-staticbox-style2 .themetechmount-static-box-desc {
    display: table-cell;
    vertical-align: middle;
}

.tm-staticbox-style2 .themetechmount-static-box-desc {
    padding-left: 20px;
}

/* ================= Client styale ============================ */

/*themetechmount-client-box-view-simple-logo*/

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

/* ================= Accordion styale ============================ */

/*accordion-style1 */
.accordion-style1 .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #dfdfdf !important;
    padding: 0px;
}

.accordion-style1 .elementor-accordion .elementor-tab-content, .accordion-style1 .elementor-accordion .elementor-tab-title {
    padding: 15px 0px;
}

.accordion-style1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    position: relative;
    top: 10px;
}

/* ================= Price-table styale ============================ */

/*style1*/
.tm-ptablebox.tm-ptablebox-style-1 .themetechmount-ptable-main {
    text-align: left;
    padding: 70px 45px;
}

.tm-ptablebox-style-1 .ttm-ptablebox-price-w {
    position: relative;
    padding: 20px 0 30px;
    margin-bottom: 0px;
    background: var(--ttm-greycolor);
    display: block;
    top: 0;
}

.tm-ptablebox.tm-ptablebox-style-1  .tm-ptablebox-title {
    padding-top: 0;
    padding-bottom: 0px;
    text-align: left;
}

.tm-ptablebox-style-1 .tm-ptablebox-title h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-features {
    position: relative;
    padding: 10px 0px 0px;
    border-top: 1px solid #dfdfdf;
}

.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-features .tm-feature-lines li {
    padding: 10px 0 10px 0px;
    color: var(--body-fonts-color);
    margin: 0;
    border-bottom: 0px solid transparent;
}

.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-features .tm-feature-lines li:first-child {
    border-top: 0px solid transparent;
}

.tm-ptablebox.tm-ptablebox-style-1 .tm-feature-lines {
    list-style-type: none;
    margin: 0;
    padding: 10px 0px 10px;
}

.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-price {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    display: inline-block;
    color: var(--body-blackfont-color);
}

.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-cur-symbol {
    font-size: 27px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    color: var(--body-blackfont-color);
    vertical-align: top;
}

.tm-ptablebox-style-1 .tm-ptablebox-discount, .tm-ptablebox-style-1 .tm-ptablebox-frequency {
    position: relative;
    font-size: 14px;
}

.tm-ptablebox-style-1 .tm-ptable-btn {
    display: block;
    margin-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: left;
}

.tm-ptablebox.tm-ptablebox-style-1 .tm-ptable-btn a {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
    color: #ffffff;
    -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-ptablebox.tm-ptablebox-style-1 .tm-ptable-btn a:hover {
    background-color: var(--body-blackfont-color);
    border-color: var(--body-blackfont-color);
    color: #ffffff;
}

/*404*/


.error404 .site-content-wrapper {  
    min-height: 100vh;
}

.error404 .tm-header-style-classic, 
.error404 header,
.error404 .site-footer {
    display: none;
}

.tm-404-home-button a.elementor-button-link.elementor-button {
    padding-left: 20px;
    padding-right: 20px;
}

.error404 div.tm-titlebar-wrapper {
    display: none;
}

section.error-404 h1 {
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
}

section.error-404 .page-content h5 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}

section.error-404 .left-content {
    border-right: 1px solid rgb(255 255 255 / 20%);
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
}

section.error-404 .right-content {
    padding-left: 50px;
    padding-top: 50px;
}

/* ================= progress styale ============================ */

/*style1 */

.tm-progress-style1.elementor-widget-progress .elementor-title {
    position: relative;
    display: block;
    background-color: var(--ttm-greycolor);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px;
}

.tm-progress-style1 .elementor-progress-wrapper {
    padding: 5px 0px;
    background-color: transparent;
    border-radius: 0;
}

.tm-progress-style1 .elementor-progress-percentage {
    background-color: transparent;
    right: 0px;
    left: auto;
    top: 0;
    text-align: right;
    position: absolute;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: var(--body-blackfont-color);
    margin-top: -30px;
    padding-right: 15px;
}

.tm-progress-style1.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    height: 5px;
    line-height: 5px;
    background-color: var(--body-blackfont-color);
    border-radius: 0;
}

/*tm-classic-post*/
.tm-classic-post .elementor-image-box-wrapper {
    position: relative;
}

.tm-classic-post .elementor-image-box-content .elementor-image-box-title {
    height: 92px;
    width: 52px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 16px;
    z-index: 1;
    color: #fff;
    text-align: center;
    border-bottom: 0px solid transparent;
    transition: all 500ms ease 300ms;
    display: inline-block;
}

.tm-classic-post .elementor-image-box-content .elementor-image-box-title span {
    font-weight: 400;
    display: block;
    font-size: 15px;
    margin-top: 5px;
    padding-top: 3px;
    border-top: 1px solid rgb(255 255 255 / 30%);
    margin: 5px;
}

/* ================= blog classic ============================ */
.post.themetechmount-box-blog-classic .entry-header:not(.tm-titlebar) .entry-title {
    font-size: 36px;
    line-height: 50px;
    position: relative;
    word-wrap: break-word;
    font-weight: var(--special-element-fontweight);
}

.post.themetechmount-box-blog-classic .tm-box-post-date {
    height: 92px;
    width: 52px;
    background-color: var(--ttm-secondarycolor);
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 16px;
    z-index: 1;
    color: #fff;
    text-align: center;
    border-bottom: 0px solid transparent;
    transition: all 500ms ease 300ms;
}

.post.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line i {
    display: none;
}

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

article.themetechmount-box-blog-classic .tm-blog-classic-box-content {
    background-color: #fff;
    padding:35px 35px 0px 0px;
    position: relative;
    display: block;
    margin: 0px 0px 0px 0px;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

article.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer {
    position: relative;
    display: inline-block;
    bottom: 0;
    padding: 0;
}

article.themetechmount-box-blog-classic .themetechmount-box-desc-text {
	margin-top: 0px;
	padding-top: 0;
	border: none;
	padding-bottom: 15px;
}

/*---Demo 6 css---*/

/*---button style2---*/
.tm_widget_borderstyle2 .sidebar .widget .mailchimp-newsletter button.btn,
.themetechmount-box-blog-style3 .themetechmount-blogbox-footer-left a,
.ttm-commonform.ttm-contactform-05 .tm-contact-btn.elementor-widget-button input[type="submit"] {
    background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 50%, var(--tm-first-gradientcolor) 100%) !important;
    border-right-color: var(--tm-second-gradientcolor);
    border-left-color: var(--tm-first-gradientcolor);
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
}

.footer .tm-start-build .tm-btn-img a.elementor-button {
    background-image: linear-gradient(to right, #ffa917 0%, #f4860d 50%, #ffa917 100%);
    background-size: 200% auto;
    color: #fff;
}
.tm_widget_borderstyle2 .sidebar .widget .mailchimp-newsletter button.btn:hover,
.themetechmount-box-blog-style3 .themetechmount-blogbox-footer-left a:hover,
.ttm-commonform.ttm-contactform-05 .tm-contact-btn.elementor-widget-button input[type="submit"]:hover, .footer .tm-start-build .tm-btn-img a.elementor-button:hover {
    background-position: right center;
}

/*----Bg border----*/
.tm-bg-marketborder .tm-content-header span {
    position: relative;
}

.tm-bg-marketborder .tm-content-header span:before {
    -webkit-mask: url(../images/border-img.svg) no-repeat 100% 100%;
    mask: url(../images/border-img.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: -20px;
    left: -5px;
    width: 314px;
    height: 112px;
    content: '';
    background-color: var(--ttm-skincolor);
    z-index: -1;
}

/*----seperator style2----*/
.tm-seperator-style2.tm-element-heading-content-wrapper.left-align .tm-content-header {
    padding-left: 35px;
}

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

.tm-seperator-style2.tm-element-heading-content-wrapper .tm-content-header:after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    background-color: var(--ttm-skincolor);
    top: 0;
}

.tm-seperator-style2.tm-element-heading-content-wrapper .tm-element-subheading {
    margin-bottom: 10px;
}

.tm-seperator-style2.tm-content-with-desc .tm-element-content-heading {
    margin-bottom: 21px;
}

/*---blogbox style3----*/
.themetechmount-blogbox-stylethree .tm-entry-meta .tm-meta-line span {
    color: #000;
}
.themetechmount-blogbox-stylethree .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper {
    overflow: hidden;
}

.themetechmount-blogbox-stylethree .themetechmount-box-desc {
    background-color: var(--ttm-greycolor);
    padding: 31px 30px 35px;
    border-width: 0 1px 2px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.04);
}

.themetechmount-blogbox-stylethree .tm-entry-meta-wrapper {
    background-color: #fff;
    display: inline-block;
    padding: 11px 25px 11px 38px;
    border-radius: 0 50px 50px 0;
    border-width: 1px 1px 1px 0;
    border-color: rgba(0, 0, 0, 0.10);
    border-style: solid;
    margin-left: -31px;
    position: relative;
    margin-top: 15px;
}

.themetechmount-blogbox-stylethree .themetechmount-box-desc-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.themetechmount-blogbox-stylethree .themetechmount-box-title h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
}

.themetechmount-blogbox-stylethree .tm-entry-meta .tm-meta-line {
    padding-right: 14px;
}

.themetechmount-blogbox-stylethree .tm-featured-wrapper img {
    transition: all .7s ease;
    transform: scale(1.01);
}

.themetechmount-blogbox-stylethree:hover .tm-featured-wrapper img {
    transform: scale(1.07);
}

.themetechmount-blogbox-stylethree .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
    content: unset;
}

/*---marque style1----*/
.tm-marquebox-style1 {
    width: 100%;
    animation: tm-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}

.tm-marquebox-style1:hover {
    animation-play-state: paused !important;
}

.tm-marquebox-style1 ul.marquebox-list li {
    position: relative;
    display: inline-block;
    margin-left: 70px;
    margin-right: 70px;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
}

.tm-marquebox-style1 ul.marquebox-list li:before {
    content: '';
    font-size: 68px;
    line-height: 78px;
    height: 3px;
    width: 82px;
    position: absolute;
    bottom: auto;
    top: 35px;
    left: auto;
    right: -110px;
}
.tm-bgcolor-skincolor .tm-marquebox-style1 ul.marquebox-list li:before {
    background-color: #fff;
}
.tm-bgcolor-skincolor .tm-marquebox-style1 ul.marquebox-list li a.tm-more-button {
    color: #fff;
}
.tm-bgcolor-skincolor .tm-marquebox-style1 ul.marquebox-list li span.marque-text {
    color: #fff;
}

@keyframes tm-marque-text {
    0% {
        transform: translate(-20%, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }

}

@keyframes tm-marque-textrev {
    100% {
        transform: translate(-20%, 0);
    }

    0% {
        transform: translate(-100%, 0);
    }

}

.tm-marque-rev .tm-marquebox-style1 {
    animation: tm-marque-textrev 25s linear infinite;
}
.ttm-marque-dotstyle .tm-marquebox-style1 ul.marquebox-list li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 27px;
}
.ttm-marque-dotstyle .tm-marquebox-style1 ul.marquebox-list li:before {
    height: 5px;
    width: 5px;
    top: 30px;
    right: -10px;
    background-color: var(--body-blackfont-color);
    border-radius: 50%;
}
.ttm-marque-dotstyle .tm-marquebox-style1 ul.elementor-icon-list-items.marquebox-list {
    margin: 10px 0;
}

/*---iconbox style10----*/
.themetechmount-iconbox.themetechmount-iconbox-styleten .tm-box-icon i {
    font-size: 35px;
    color: var(--body-blackfont-color);
}

.themetechmount-iconbox-styleten .tm-box-icon {
    background-color: var(--ttm-greycolor);
    width: 60px;
    height: 60px;
    line-height: 68px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}

.themetechmount-iconbox-styleten .themetechmount-iconbox-heading {
    padding-left: 40px;
}

.themetechmount-iconbox-styleten .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.themetechmount-iconbox.themetechmount-iconbox-styleten:hover .tm-box-icon {
    background-color: var(--ttm-skincolor);
    color: #fff;
    transform: rotateY(180deg);
}

.themetechmount-iconbox.themetechmount-iconbox-styleten:hover .tm-box-icon i {
    color: #fff;
}

.tm-iconbox-stylecircle .themetechmount-iconbox-styleten .tm-box-icon {
    background-color: #fff;
}

/*---testimonial style6----*/
.themetechmount-box-testimonial.themetechmount-testimonialbox-stylesix .themetechmount-box-img img {
    width: auto;
    height: auto;
}

.themetechmount-testimonialbox-stylesix .themetechmount-box-content {
    position: relative;
    margin-top: 60px;
    text-align: center;
    padding: 0px 70px;
}

.themetechmount-testimonialbox-stylesix .themetechmount-box-content:before {
    content: "";
    background-color: #fff;
    -webkit-mask: url(../images/quote-img-01.svg) no-repeat 100% 100%;
    mask: url(../images/quote-img-01.svg) no-repeat 100% 100%;
    top: -70px;
    width: 38px;
    height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.themetechmount-testimonialbox-stylesix .themetechmount-box-content:after {
    content: "";
    position: absolute;
    background-color: var(--ttm-skincolor);
    width: 60px;
    height: 60px;
    top: -58px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

.themetechmount-testimonialbox-stylesix .tm-highlight-text .themetechmount-review-highlight {
    font-size: 30px;
    line-height: 40px;
    padding-top: 20px;
}

.themetechmount-testimonialbox-stylesix .themetechmount-box-desc .themetechmount-testimonial-text {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    padding-top: 4px;
    color: rgba(255, 255, 255, 0.70);
}

.themetechmount-testimonialbox-stylesix .themetechmount-author-name {
    font-size: 24px;
    line-height: 34px;
    display: block;
    font-weight: 500;
    padding: 28px 0 4px;
}

.themetechmount-testimonialbox-stylesix .themetechmount-box-footer {
    font-weight: 400;
}

.tm-iconbox-color .themetechmount-iconbox.themetechmount-iconbox-styleeight {
    padding: 45px 30px 64px;
}
.tm-iconbox-color .themetechmount-iconbox-styleeight .tm-iocnbox-btn a:before {
    background-color: #000;
}
.tm-iconbox-color .themetechmount-iconbox-styleeight .tm-iocnbox-btn a:hover:before {
    background-color: var(--ttm-skincolor);
}
.tm-experience-textrotate .elementor-heading-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.ttm-text-numhover.elementor-widget-heading .elementor-heading-title a:hover {
    color: var(--ttm-skincolor);
}

/*----tab style 8----*/
.ttm-tab-style8 ul.elementor-tabs-wrapper {
    padding-bottom: 10px;
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    padding-left: 0;
    margin-bottom: 30px;
}

.ttm-tab-style8 li.ttm-elementor-tab-title {
    content: '';
    position: relative;
    border-radius: 50%;
    top: 12px;
    display: block;
    left: 0px;
    right: 0;
    z-index: 2;
    list-style: none;
    font-size: 20px;
    line-height: 31px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    height: 10px;
    width: 10px;
}

.ttm-tab-style8 li.ttm-elementor-tab-title.ttm-tab-active span:before {
    color: #fff;
}

.ttm-tab-style8.ttm-elementor-tabs .ttm-tab-content.ttm-tab-active {
    display: block;
}

.ttm-tab-style8.ttm-elementor-tabs .ttm-tab-content {
    display: none;
}

.ttm-tab-style8.ttm-elementor-tabs .ttm-tab-content-title {
    display: none;
}

.ttm-tab-style8 ul.elementor-tabs-wrapper:before {
    content: '';
    position: absolute;
    width: 30px;
    border-radius: 2em;
    top: 8px;
    height: 18px;
    background-color: #30a900;
    border: 1px solid #30a900;
}

.ttm-tab-style8 li.ttm-elementor-tab-title.ttm-tab-active {
    background-color: #fff;
    border: 1px solid #fff;
}

.elementor-widget-tm_tabbox_element .ttm-tab-style8.ttm-elementor-tabs ul.elementor-tabs-wrapper span {
    position: absolute;
    top: -12px;
    color: var(--body-fonts-color);
    font-size: 20px;
    font-weight: 500;
}

.ttm-tab-style8 ul.elementor-tabs-wrapper li:first-child span {
    left: auto;
    right: 28px;
}

.ttm-tab-style8 ul.elementor-tabs-wrapper li:last-child span {
    left: 34px;
}

/*----contactform 05----*/
.ttm-commonform.ttm-contactform-05 .checkcontain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ttm-commonform.ttm-contactform-05 .checkmark {
    position: absolute;
    top: 6px;
    left: 1px;
    height: 15px;
    width: 15px;
    border: 1px solid #fece51;
    border-radius: 50%;
}

.ttm-commonform.ttm-contactform-05 .checkcontain .checkmark:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.ttm-commonform.ttm-contactform-05 .checkcontain .checkmark:after {
    left: 2px;
    top: 2px;
    width: 9px;
    height: 9px;
    background-color: var(--ttm-skincolor);
    border-radius: 50%;
}

.ttm-commonform.ttm-contactform-05 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ttm-commonform.ttm-contactform-05 .checkcontain input:checked ~ .checkmark:after {
    display: block;
}

.ttm-commonform.ttm-contactform-05 .checkcontain {
    display: block;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
}

.ttm-commonform.ttm-contactform-05 .tm-radio {
    display: inline-block;
    padding-right: 40px;
}

.ttm-commonform.ttm-contactform-05 .tm-radio-box p {
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}

.ttm-commonform.ttm-contactform-05 .tm-radio-box .tm-radio p {
    font-size: 16px;
    color: var(--body-fonts-color);
}

.ttm-commonform.ttm-contactform-05 textarea, .ttm-commonform.ttm-contactform-05 input[type="email"], .ttm-commonform.ttm-contactform-05 input[type="text"] {
    border-width: 0 0 1px;
    padding-left: 0;
}

.ttm-commonform.ttm-contactform-05 .tm-radio-box {
    padding-top: 6px;
}

.ttm-commonform.ttm-contactform-05 .tm-contact-btn.elementor-widget-button {
    padding-top: 45px;
}

.ttm-commonform.ttm-contactform-05 .tm-contact-btn.elementor-widget-button input[type="submit"] {
    width: 100%;
    border-radius: 50px;
}

.ttm-commonform.ttm-contactform-05 .tm-contact-btn.elementor-widget-button p {
    margin-bottom: 0;
}

.ttm-commonform.ttm-contactform-05 span.wpcf7-spinner {
    position: absolute;
}

.ttm-commonform.ttm-contactform-05 textarea {
    min-height: 80px;
}

/*----contactform 06----*/
.ttm-contactform-06 textarea, .ttm-contactform-06 input[type="email"], .ttm-contactform-06 input[type="text"] {
    background-color: transparent;
    padding: 21px 0px 11px;
}

.ttm-commonform.ttm-contactform-06 .tm-contact-btn.elementor-widget-button {
    padding-top: 35px;
}

.ttm-commonform.ttm-contactform-06 textarea {
    min-height: 114px;
}

.ttm-contactform-06 input[type="text"] {
    padding-top: 0;
}

.ttm-contactform-06 textarea::-webkit-input-placeholder, .ttm-contactform-06 input[type="email"]::-webkit-input-placeholder, .ttm-contactform-06 input[type="text"]::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(117, 117, 117, 0.60);
}

.tm_widget_borderstyle3.single-post .tm-blog-classic-box-comment {
    background: var(--ttm-greycolor);
    padding: 15px 30px;
    border-radius: 15px;
    margin-top: 41px;
}
.tm_widget_borderstyle3.single-post .comments-area {
    margin-top: 0;
    margin-bottom: 0px;
}
.tm_widget_borderstyle3 .sidebar .widget_categories li.cat-item a:after {
    font-weight: 600;
}
.tm_widget_borderstyle3 .sidebar .widget_nav_menu li.menu-item a:after {
   font-weight: 600;
    font-size: 14px;
}

.tm-agency-box-shadow:hover .elementor-widget-wrap.elementor-element-populated {
    box-shadow: 0 23px 40px rgb(4 4 4 / 20%);
}
/*----accordion style5----*/
.tm-accordion-style5.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
    border-top: 1px solid #d5d8dc;
    padding: 23px 0;
}

.tm-accordion-style5.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    padding: 0px 0px;
    line-height: 28px;
}

.tm-accordion-style5.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    padding: 10px 0 0 0;
}

.tm-accordion-style5 .elementor-accordion .elementor-accordion-item p {
    padding: 10px 0 0;
    margin-bottom: 0;
}

.tm-accordion-style5.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:last-child {
    padding-bottom: 0;
}

/*---fidbox style4----*/
.tm-fid-view-style4.inside h4 {
    font-size: 60px;
    line-height: 80px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.tm-fid-view-style4 h3.tm-fid-title {
    display: inline-block;
    width: auto;
    line-height: 30px;
    font-size: 20px;
    text-transform: none;
    font-weight: 500;
    color: #000;
    padding-left: 7px;
}

.tm-fid-view-style4.inside h4:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: var(--ttm-greycolor);
    opacity: 1;
    z-index: -1;
    border-radius: 50%;
    left: -20px;
}

.tm-fid-view-style4.inside h4 span:nth-child(2) {
    margin-left: -18px;
}
.tm-fid-view-style4.inside {
    padding: 15px 15px 15px 15px;
    text-align: left;
}

/*---testimonial style7----*/
.themetechmount-box-testimonial.themetechmount-testimonialbox-styleseven .themetechmount-box-img img {
    width: auto;
    height: auto;
}

.themetechmount-testimonialbox-styleseven .themetechmount-box-content {
    position: relative;
}

.themetechmount-testimonialbox-styleseven .themetechmount-box-content:before {
    content: "";
    background-color: #000;
    -webkit-mask: url(../images/quote-img-01.svg) no-repeat 100% 100%;
    mask: url(../images/quote-img-01.svg) no-repeat 100% 100%;
    top: 12px;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    transform: rotate(180deg);
}

.themetechmount-testimonialbox-styleseven h2.themetechmount-review-highlight {
    padding-left: 60px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

.themetechmount-testimonialbox-styleseven .themetechmount-author-name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    display: block;
}

.themetechmount-testimonialbox-styleseven .themetechmount-box-img .themetechmount-item-thumbnail {
    width: 80px;
    height: 80px;
    margin: 0;
}

.themetechmount-testimonialbox-styleseven .themetechmount-box-img img {
    border-radius: 50%;
}

.themetechmount-testimonialbox-styleseven .themetechmount-box-img {
    width: 90px;
}

.themetechmount-testimonialbox-styleseven .tm-title-textbox {
    padding-left: 10px;
}

.themetechmount-testimonialbox-styleseven .themetechmount-box-desc .themetechmount-testimonial-text {
    color: #000;
}

.themetechmount-testimonialbox-styleseven .tm-title-ratingstar {
    border-bottom: 1px solid var(--ttm-bordercolor);
    position: relative;
    padding-bottom: 33px;
}

.themetechmount-testimonialbox-styleseven .tm-title-ratingstar:after {
    content: '';
    position: absolute;
    border-right: 22px solid transparent;
    border-top: 23px solid var(--ttm-bordercolor);
    bottom: -24px;
    left: 79px;
    z-index: 0;
}

.themetechmount-testimonialbox-styleseven .tm-title-ratingstar:before {
    content: '';
    position: absolute;
    border-right: 23px solid transparent;
    border-top: 24px solid var(--ttm-greycolor);
    bottom: -21px;
    left: 80px;
    z-index: 16;
}

.themetechmount-testimonialbox-styleseven .tm-box-footer {
    padding-top: 50px;
}

.themetechmount-testimonialbox-styleseven .themetechmount-post-item {
    background-color: var(--ttm-greycolor);
    padding: 35px 75px 45px;
}

.themetechmount-testimonialbox-styleseven .themetechmount-box-desc {
    padding-top: 5px;
}

/*---stepbox style6----*/
.tm-staticbox-style6 .tm-box-image {
    display: table-cell;
    vertical-align: middle;
}

.tm-staticbox-style6 .tm-box-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
}

.tm-staticbox-style6 .tm-ptable-icon-wrapper.tm-ptable-icon-type-text {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: var(--ttm-greycolor);
    text-align: center;
    color: var(--ttm-skincolor);
    font-size: 38px;
    font-weight: 700;
}
.tm-staticbox-style6 .tm-stepbox:hover .tm-ptable-icon-wrapper.tm-ptable-icon-type-text {
    background-color: var(--ttm-skincolor);
    color: #fff;
    transition: .7s;
}

.tm-staticbox-style6 .tm-stepbox {
    background-color: #fff;
    padding: 40px 30px;
    display: inline-block;
    width: 47%;
    margin-right: 50px;
}

.tm-staticbox-style6 .tm-stepbox:last-child {
    margin-right: 0;
}

.tm-staticbox-style6 .tm-stepbox:first-child {
    width: 50%;
    display: block;
    margin: 0 auto 50px;
    position: relative;
    float: none;
}

.tm-staticbox-style6 .tm-stepbox:first-child:after {
    content: '';
    position: absolute;
    top: 65px;
    right: -170px;
    background-image: url(../images/step-pattern.png);
    background-repeat: no-repeat;
    background-position: top right;
    left: 0;
    bottom: 0;
}

.tm-staticbox-style6 .tm-box-content .tm-box-title h5 {
    font-size: 32px;
    line-height: 42px;
}

/*---progressbar style3----*/
.tm-progressbar-stylethree .elementor-progress-bar span.elementor-progress-percentage {
    position: relative;
    right: 0;
    top: -12px;
    content: '';
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    background-color: inherit;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 0;
}

.tm-progressbar-stylethree .elementor-progress-wrapper {
    margin-top: 10px;
}

/*---progressbar style4----*/
.tm-progressbar-stylefour .elementor-progress-bar span.elementor-progress-percentage {
    position: relative;
    content: '';
    background-color: transparent;
    color: var(--body-fonts-color);
    padding: 0;
    right: 0;
    top: -22px;
    content: '';
    text-align: center;
    font-size: 16px;
}

.tm-progressbar-stylefour .elementor-progress-wrapper {
    margin-top: 10px;
}

/*---stepbox style7----*/
.tm-staticbox-style7 .tm-stepbox-content .tm-steps-seperator:before {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.tm-staticbox-style7 .tm-stepbox-content .tm-steps-seperator:before {
    width: 14px;
    height: 14px;
    top: 0px;
    left: 0;
    z-index: 1;
    background-color: var(--ttm-skincolor);
    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-style7 .tm-stepbox-content:hover .tm-steps-seperator:before {
    background-color: #fff;
    border: 1px solid var(--ttm-skincolor);
}

.tm-staticbox-style7 .tm-sepeline:after, .tm-staticbox-style7 .tm-sepeline:before {
    background-color: #dcdcdc;
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    top: 6px;
    left: 0;
    height: 1px;
    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-style7 .tm-sepeline:after {
    width: 0;
}
.tm-staticbox-style7 .tm-stepbox-content:hover .tm-sepeline:after {
    width: calc(100% + 30px);
    background-color: var(--ttm-skincolor);
}
.tm-staticbox-style7 .tm-stepbox-content .tm-steps-seperator {
    position: relative;
    margin: 15px 0;
    padding-bottom: 5px;
}
.tm-staticbox-style7 .tm-top-contentbox span.number {
    font-size: 14px;
    line-height: 24px;
}
.tm-staticbox-style7 .tm-bottom-contentbox h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 4px;
}
@media(max-width: 992px) {
.tm-step-box-separator .tm-staticbox-style7 .tm-sepeline:after,
.tm-step-box-separator .tm-staticbox-style7 .tm-sepeline:before {
    left: 0 !important;
    width: 100%;
}
}
/*---portfoliobox style3----*/
.themetechmount-portfoliobox-style3 .themetechmount-box-overlay {
    background-color: #fff;
    padding: 43px 50px;
}

.themetechmount-portfoliobox-style3 .themetechmount-pf-detailbox span.tm-pf-left-details {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--body-fonts-color);
}

.themetechmount-portfoliobox-style3 .tm-pf-details-date .tm-pf-right-details {
    color: #000;
    display: block;
}

.themetechmount-portfoliobox-style3 .themetechmount-pf-detailbox-list .tm-pf-details-date {
    display: inline-block;
}

.themetechmount-portfoliobox-style3 .themetechmount-pf-detailbox {
    border-top: 1px solid var(--ttm-bordercolor);
}

.themetechmount-portfoliobox-style3 .themetechmount-box-desc {
    padding-bottom: 32px;
}

.themetechmount-portfoliobox-style3 .tm-img-box.col-md-4 {
    padding: 0;
    width: 30%;
}

.themetechmount-portfoliobox-style3 .themetechmount-pf-detailbox-list {
    display: flex;
    justify-content: space-between;
}

.tm-project-smalltext span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--body-fonts-color);
}

/*---slider animation---*/
.tm-slider-arrow {
    -webkit-animation: float 5s ease-in-out forwards infinite;
    animation: float 5s ease-in-out forwards infinite;
}

@keyframes float {
    0% {
        transform: translatex(0px);
    }

    50% {
        transform: translatex(-20px);
    }

    100% {
        transform: translatex(0px);
    }

}

/*---img animation---*/
.tm-left-rightimg img {
    animation-name: float_left_right;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 9s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@keyframes float_left_right {
    0% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

    50% {
        transform: translateX(20px);
        transform: translateX(20px);
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

}

/*---fidbox style5---*/
.tm-fid.inside.tm-fid-view-style5 {
    padding: 15px 15px 19px;
}

.tm-fid-view-style5.inside h4 {
    font-size: 52px;
    line-height: 62px;
}

.tm-fid-view-style5 h3.tm-fid-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}

/*---ptable style6---*/
.tm-ptablebox-style-6.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 0px;
}

.tm-ptablebox.tm-ptablebox-style-6 .themetechmount-ptable-main {
    text-align: left;
    display: block;
    position: relative;
    border: 1px solid var(--ttm-bordercolor);
    padding: 43px 30px 40px;
    background-color: transparent;
}

.tm-ptablebox-style-6 .tm-ptablebox-title-one h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.tm-ptablebox-style-6.themetechmount-ptables-w .ttm-pricetable-column-w:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.tm-ptablebox.tm-ptablebox-style-6 .tm-ptablebox-content {
    transition: all 0.3s ease;
}

.tm-ptablebox.tm-ptablebox-style-6 .tm-ptablebox-title {
    padding: 0px;
    text-align: left;
}

.tm-ptablebox.tm-ptablebox-style-6 .tm-ptable-icon-wrapper {
    font-size: 30px;
    padding-top: 30px;
}

.tm-ptablebox.tm-ptablebox-style-6 .tm-ptable-icon-wrapper.tm-ptable-icon-type-image {
    padding-top: 0px;
}

.tm-ptablebox.tm-ptablebox-style-6 .tm-ptable-icon-type-image img {
    width: 100%;
    height: 195px;
}

.tm-ptablebox-style-6 .tm-ptablebox-frequency, .tm-ptablebox.tm-ptablebox-style-6 .tm-ptablebox-cur-symbol {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
}

.tm-ptablebox.tm-ptablebox-style-6 .tm-ptablebox-price {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    display: inline-block;
    color: var(--body-blackfont-color);
}

.tm-ptablebox.tm-ptablebox-style-6 .tm-ptablebox-featured-col .tm-ptable-btn a {
    background-color: var(--ttm-skincolor);
    color: #fff;
}

.tm-ptablebox.tm-ptablebox-style-6 .tm-ptablebox-featured-col .themetechmount-ptable-main {
    border-color: #000;
    margin-top: 0;
}

.tm-ptablebox.tm-ptablebox-style-6 .tm-ptablebox-frequency {
    position: relative;
    font-size: 20px;
    font-weight: 400;
}

.tm-ptablebox-style-6 .tm-currency-before .tm-ptablebox-price {
    padding-left: 18px
}

.tm-ptablebox-style-6 .tm-currency-after .tm-ptablebox-price {
    margin-left: -3px;
}

.tm-ptablebox-style-6 .tm-ptablebox-features .tm-feature-lines {
    list-style-type: none;
    margin: 0;
    padding: 13px 0px 10px;
}

.tm-ptablebox-style-6 .tm-ptablebox-features .tm-feature-lines li {
    padding: 9px 0 0px 0px;
    margin: 0;
    border: 0;
}

.tm-ptablebox-style-6 .tm-ptablebox-features .tm-feature-lines li i {
    margin-right: 10px;
}

.tm-ptablebox-style-6.tm-ptablebox .tm-ptablebox-title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.tm-ptablebox-style-6.tm-ptablebox .ttm-ptablebox-price-w {
    position: relative;
    background-color: transparent;
    padding: 7px 0 0;
}

.tm-ptablebox-style-6.tm-ptablebox .tm-ptablebox-desc {
    padding: 0;
}

.tm-ptablebox-style-6.tm-ptablebox .tm-ptablebox-features {
    position: relative;
}

.tm-ptablebox-style-6 .tm-ptablebox-description-one {
    border-bottom: 1px solid var(--ttm-bordercolor);
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.tm-ptablebox-style-6 .ttm-pricetable-column-w .ttm-featured-title {
    display: none;
}

.tm-ptablebox-style-6.tm-ptablebox .tm-ptable-btn {
    display: block;
    margin-top: 17px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.tm-ptablebox-style-6.tm-ptablebox .tm-ptable-btn a {
    position: relative;
    padding: 13px 30px 14px;
    background-color: var(--ttm-secondarycolor);
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
    border: 0;
}

.tm-ptablebox-style-6.tm-ptablebox .tm-ptable-btn a:hover {
    background-color: var(--ttm-skincolor);
    color: #fff;
}
.tm-ptablebox-style-6.tm-ptablebox .tm-ptablebox-featured-col .tm-ptable-btn a:hover {
    background-color: var(--ttm-secondarycolor);
}

/*---portfolio detail---*/
.tm-pf-detailbox .themetechmount-pf-detailbox-list .tm-pf-details-date {
    position: relative;
    padding: 15px 0px 15px 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tm-pf-detailbox .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

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

.tm-pf-detailbox .themetechmount-social-links-wrapper ul.social-icons li a {
    background-color: transparent;
    border: 0;
    font-size: 16px;
}

.tm-pf-detailbox .themetechmount-social-links-wrapper ul.social-icons li a i {
    color: #000;
}

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

.tm-pf-detailbox .themetechmount-pf-detailbox-list {
    margin: 0;
}

/*---fidbox circle style---*/
.tm-fid-view-circle-progress .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;
    border: 1px dashed rgba(0, 0, 0, 0.20);
    border-radius: 50%;
    padding: 5px;
}

.tm-fid-view-circle-progress .tm-fid-content {
    padding-top: 10px;
}

.tm-fid-view-circle-progress .tm-fid-number {
    font-weight: 700;
}

/*---contactpage socialicon---*/
.tm-contact-social .elementor-social-icon span.elementor-screen-only {
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    width: 100%;
    color: #000;
    line-height: 0px;
    left: auto;
    top: 50%;
    bottom: auto;
    overflow: visible;
    clip: unset;
    text-align: center;
}

.tm-contact-social .elementor-social-icons-wrapper .elementor-social-icon i {
    display: none;
}

/*---footer---*/

.footer .footer-rows .first-footer.tm-widgetsep-yes .first-footer-inner .widget-area {
    padding: 70px 40px 15px;
}
.footer .footer-rows .first-footer.tm-widgetsep-yes .first-footer-inner .widget-area:first-child {
    padding-left: 15px;
}
.footer .footer-rows .first-footer.tm-widgetsep-yes .first-footer-inner {
    padding:0;
}
.first-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area {
    border-color: rgb(255 255 255 / 11%);
}
.tm-footerstyle-default .tm-textcolor-white.tm-widgetsep-yes .tm-footer span, .tm-footerstyle-default .tm-textcolor-white.tm-widgetsep-yes .widget_nav_menu a:not(:hover) {
    color: rgba(255, 255, 255, 0.70);
}
span.tm-step-highlight {
    text-decoration: underline;
    color: #fff;
}
.footer .widget .tm-btn-img img, .footer .widget .tm-btn-img .elementor-element.elementor-widget.elementor-widget-button {
    display: inline-block;
}

.footer .widget .tm-start-build h2 {
    font-size: 52px;
    line-height: 59px;
    font-weight: 500;
}

.footer .widget .tm-btn-img img {
    padding-left: 20px;
    padding-right: 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.footer .widget .tm-btn-img img:last-child {
    border: 0;
}

.footer .widget .tm-btn-img {
    padding-top: 25px;
}

.footer .tm-start-build .tm-btn-img a.elementor-button {
    padding: 15px 30px;
}

.footer .tm-start-build .tm-btn-img a.elementor-button:hover {
    color: #fff;
}

.footer .widget.tm-first-footermenu li.menu-item {
    display: inline-block;
    padding-right: 20px;
}

.footer .widget.tm-first-footermenu li.menu-item a {
    color: #fff;
}

.footer .widget .tm-contact-info .widget-title {
    margin-bottom: 6px;
    padding-top: 20px;
}

.footer .widget.tm-first-footermenu {
    padding-top: 40px;
}

.footer .widget .tm-contact-info p {
    margin: 0 0 5px;
}

.footer .widget.widget_nav_menu.tm-useful-footermenu {
    padding-left: 100px;
}

.footer .widget.tm-footer-contact {
    padding-left: 20px;
}

.footer-social-area-bottom .social-icons li > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: block;
    background-color: rgba(255, 255, 255, 0.10) !important;
    font-size: 14px;
    color: inherit;
    margin-right: 5px;
    border: 0px;
}

.footer-text-bottomstyle {
    padding: 25px 15px 25px 0;
    font-size: 16px;
    color: #fff !important;
}

.footer-social-area-bottom {
    padding: 20px 0px 25px 15px;
}
.tm-footerstyle-style1 .bottom-footer-text .tm-footer2-right {
    align-self: center;
}

.footer .widget li.menu-item.tm-footer-menu1 a {
    color: #fff;
}

.footer .widget li.menu-item.tm-footer-menu1 {
    display: inline-block;
    padding-right: 20px;
}

.tm-footerstyle-style1 .first-footer .first-widget-area.col-md-3:not(:last-child) {
    border-right: 0;
    padding-left: 100px;
}

.footer.tm-footerstyle-style1 .footer-rows .first-footer .first-footer-inner {
    padding: 0;
}

.site-footer .tm-footerstyle-style1 .first-widget-area {
    padding: 25px 15px 5px;
}

.footer.tm-footerstyle-style1 .tm-textcolor-white .tm-footer2-left .footer-text-bottomstyle .ttm-bottomfooter {
    color: rgba(255, 255, 255, 0.50);
    padding-top: 20px;
}
.tm-footerstyle-style1 .tm-textcolor-white .tm-contact-info a, .tm-footerstyle-style1 .tm-textcolor-white .widget_nav_menu a {
    color: rgba(255, 255, 255, 0.50);
}

.footer .widget li.menu-item.tm-footer-menu1 a:hover,
.tm-footerstyle-style1 .tm-textcolor-white .tm-contact-info a:hover,
.tm-footerstyle-style1 .tm-textcolor-white .widget_nav_menu a:hover,
.footer .tm-textcolor-white .footer-text-bottomstyle p {
    color: #fff;
}

.footer.tm-footerstyle-style1 .widget .widget-title {
    margin-bottom: 15px;
    font-size: 22px;
}
.footer .tm-textcolor-white .footer-text-bottomstyle a:not(:hover) {
    color: #fff;
}
/*---*/
.um-field-label label {
    font-size: 15px !important;
    line-height: 22px !important;
    color: var(--body-blackfont-color);
}
.um .um-form input[type=submit].um-button,
.um a.um-button.um-alt {
    border-radius: 50px !important;
    font-size: 16px;
    font-weight: 500 !important;
    color: #fff;
}
.um a.um-button.um-alt,
.um .um-form input[type=submit].um-button:hover {
    background-color: var(--ttm-secondarycolor);
}
.um .um-form input[type=submit].um-button,
.um a.um-button.um-alt:hover {
    background-color: var(--ttm-skincolor);
}
.um .um-form input[type=text], .um .um-form input[type=password] {
    border-radius: 50px;
}
/*---service widget---*/
body.tm_widget_borderstyle2 .widget .search-form .search-submit {
    right: 30px;
}
.tm_widget_borderstyle2 .widget .search-form .search-field {
    padding: 11px 40px 11px 30px;
}
body.tm_widget_borderstyle2 {
    counter-reset: section stepbox;
}

.tm_widget_borderstyle2 .sidebar .widget_nav_menu li.menu-item a {
    position: relative;
    padding-left: 50px;
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.tm_widget_borderstyle2 .sidebar .widget_nav_menu li.menu-item a:before {
    content: counter(stepbox, decimal-leading-zero);
    counter-increment: stepbox;
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.tm_widget_borderstyle2 .sidebar .widget_nav_menu li.menu-item a:after {
    content: "\e826";
    position: absolute;
    font-family: 'tm-ttmbusiness-icons';
    top: -1px;
    right: 0;
    font-size: 18px;
    font-weight: 700;
}

.tm_widget_borderstyle2 .widget .tm-link a {
    background-color: #2d2e33;
    width: 45px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 45px;
}

.tm_widget_borderstyle2 .widget .tm-link.tm-wrap-cell {
    width: 65px;
    vertical-align: top;
    padding-top: 7px;
}

.tm_widget_borderstyle2 .widget .tm-link-content h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.tm_widget_borderstyle2 .widget .tm-link-content p {
    font-weight: 500;
    margin-bottom: 0;
}

.tm_widget_borderstyle2 .widget .tm-links.tm-wrap {
    background-color: #fff;
    padding: 4px 15px 11px;
    margin-bottom: 20px;
}

.tm_widget_borderstyle2 .widget .tm-links.tm-wrap:last-child {
    margin-bottom: 0;
}

body.tm_widget_borderstyle2 .sidebar .widget {
    background-color: var(--ttm-greycolor) !important;
    margin-bottom: 35px;
    border-radius: var(--ttm-button-shape);
}

.tm_widget_borderstyle2.themetechmount-sidebar-left:not(.tm-empty-sidebar) .site-content .content-area:before {
    width: 0px;
}

/*---blog widget---*/
.tm_widget_borderstyle2 .sidebar .widget .tm-author-widget {
    position: relative;
    text-align: center;
}

.tm_widget_borderstyle2 .sidebar .widget .social-icons li > a {
    border-radius: 50%;
    background-color: #dddee0;
    color: #000;
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 13px;
    margin-right: 2px;
}

.tm_widget_borderstyle2 .sidebar .widget .tm-author-widget h4.author-name {
    padding-top: 0px;
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 6px;
}

.tm_widget_borderstyle2 .sidebar .widget .themetechmount-social-links-wrapper ul.social-icons li i {
    color: var(--body-blackfont-color);
}

.tm_widget_borderstyle2 .sidebar .widget .tm-author-widget p.author-widget_text {
    margin-bottom: 7px;
}

.tm_widget_borderstyle2 .sidebar .widget .tm-author-widget .themetechmount-social-links-wrapper {
    padding-top: 20px;
    margin-bottom: 0;
}

.tm_widget_borderstyle2 .sidebar .widget_categories li.cat-item a {
    position: relative;
    padding-left: 50px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.tm_widget_borderstyle2 .sidebar .widget_categories li.cat-item a:before {
    content: counter(stepbox, decimal-leading-zero);
    counter-increment: stepbox;
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    transform: rotate(0deg);
    font-family: var(--body-font-family);
}

.tm_widget_borderstyle2 .sidebar .widget_categories li.cat-item a:after {
    content: "\e826";
    position: absolute;
    font-family: 'tm-ttmbusiness-icons';
    top: -1px;
    right: 0;
    font-size: 18px;
    font-weight: 700;
}

.tm_widget_borderstyle2 .sidebar .widget.widget_categories {
    background-color: #fff;
}

.tm_widget_borderstyle2 .sidebar .widget .mailchimp-newsletter button.btn {
    width: 100%;
    border-radius: 50px;
    padding: 7px 12px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.tm_widget_borderstyle2 .sidebar .widget .mailchimp-newsletter input[type="email"] {
    border-radius: 50px;
    margin-bottom: 15px;
    border-width: 2px;
    padding: 9px 30px;
}
.tm_widget_borderstyle2 .sidebar .widge .mailchimp-newsletter {
    padding-bottom: 5px;
}
.tm_widget_borderstyle2 .widget.ttm-author-mainbox {
    background-image: url(../images/sidebar-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tm_widget_borderstyle2 .sidebar .widget .tm-news-forminfo p {
    font-size: 14px;
}


.tm_widget_borderstyle2 .site-main {
    padding-top: 70px;
}

.tm_widget_borderstyle2 .sidebar ul.tm-recent-post-list > li img {
    display: block;
    width: 90px;
    height: 90px;
    margin-right: 15px;
}
.tm_widget_borderstyle2 .themetechmount-pagination .page-numbers {
    border-radius: 50px;
}

body.tm_widget_borderstyle2 .sidebar .widget.widget_search {
    padding: 10px 0 0 !important;
}
body.tm_widget_borderstyle2 .sidebar .widget.widget_search label {
    margin-bottom: 0;
}

.tm_widget_borderstyle2 .sidebar .widget .tagcloud a {
    border-radius: 50px;
    border-color: var(--body-blackfont-color);
    color: var(--body-blackfont-color);
    background-color: transparent;
}
.tm_widget_borderstyle2 .sidebar .widget .tagcloud a:hover {
    color: var(--ttm-whitecolor);
    border-color: var(--ttm-skincolor);
}
.tm_widget_borderstyle2 .sidebar .widget .social-icons li > a.tooltip-top:after, .tm_widget_borderstyle2 .sidebar .widget .social-icons li > a.tooltip-top:before {
    content: unset;
}

.tm_widget_borderstyle2 .sidebar .widget .social-icons li > a:hover {
    background-color: var(--ttm-skincolor);
}

.tm_widget_borderstyle2 .sidebar .widget.themetechmount_widget_recent_entries ul:not(.slides):not(.cart_list) > li:not(:last-child) {
    padding: 0px 0 28px !important;
}

.single-post .themetechmount-box-blog-style3 .tm-entry-meta-wrapper {
    display: none;
}

.single-post .themetechmount-box-blog-style3 .tm-featured-outer-wrapper {
    margin-bottom: 20px;
}
.single-post .themetechmount-box-blog-style3 .tm-featured-wrapper img {
    width: 100%;
}

/*---Blogbox classic style3---*/
.themetechmount-box-blog-style3 .tm-entry-meta .tm-meta-line i {
    color: var(--ttm-skincolor);
}

.themetechmount-box-blog-style3 .tm-blog-classic-box-content h2.entry-title {
    font-size: 45px;
    line-height: 55px;
}
.themetechmount-box-blog-style3 .themetechmount-blogbox-footer-left a:hover {
    background-color: var(--ttm-secondarycolor);
}
.themetechmount-box-blog-style3 .themetechmount-blogbox-footer-left a {
    background-color: var(--ttm-skincolor);
    padding: 12px 30px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
}

.themetechmount-box-blog-style3 .tm-entry-meta-wrapper {
    padding: 0px 0px 2px 0px;
}
.themetechmount-box-blog-style3 .tm-entry-meta .tm-meta-line {
    padding-right: 15px;
}

.themetechmount-box-blog-style3 .themetechmount-box-desc {
    padding: 20px 30px 40px;
    background-color:var(--ttm-greycolor);
}

.themetechmount-box-blog-style3 .themetechmount-blogbox-footer-readmore {
    padding-top: 31px;
}

.themetechmount-box-blog-style3 .themetechmount-box-desc .themetechmount-blogbox-sharebox {
    float: right;
    margin-top: -10px;
}

.themetechmount-box-blog-style3 .tm-social-share-links ul li a {
    border-radius: 50%;
    border: 1px solid #757575;
    font-size: 16px;
}

.themetechmount-box-blog-style3 .tm-social-share-links ul li a i {
    color: var(--body-fonts-color);
}

.tm_widget_borderstyle2 .sidebar .widget .themetechmount-social-links-wrapper ul.social-icons li a:hover i, .themetechmount-box-blog-style3 .tm-social-share-links ul li a:hover i {
    color: #fff;
}

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

.themetechmount-box-blog-style3 .tm-social-share-links ul li {
    padding-right: 15px;
}
.themetechmount-box-blog-style3 .tm-social-share-links ul li:last-child {
    padding-right: 0;
}
.themetechmount-box-blog-style3 .tm-social-share-links ul {
    padding-right: 0;
}

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

.themetechmount-box-blog-style3.themetechmount-blogbox-format-quote .tm-post-featured-quote blockquote:before {
    content: "";
    background-color: var(--ttm-skincolor);
    -webkit-mask: url(../images/quote-img2.svg) no-repeat 100% 100%;
    mask: url(../images/quote-img2.svg) no-repeat 100% 100%;
    top: -72px;
    width: 60px;
    height: 50px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    z-index: 1;
}

article.post.themetechmount-box-blog-style3.themetechmount-blogbox-format-quote .tm-post-featured-quote {
    padding: 115px 50px 45px;
}

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

.themetechmount-box-blog-style3.themetechmount-blogbox-format-link .tm-post-featured-link:before {
    content: "\e81b";
    font-family: 'tm-ttmbusiness-icons';
    color: var(--ttm-skincolor);
    top: 64px;
    font-size: 60px;
    position: absolute;
    left: 50px;
    margin: 0 auto;
    z-index: 1;
    transform: rotate(100deg);
}

.themetechmount-box-blog-style3.themetechmount-blogbox-format-quote .tm-post-featured-quote blockquote {
    z-index: 2;
    position: relative;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    font-style: normal;
}

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

.themetechmount-box-blog-style3 .tm-post-featured-link-wrapper .tm-post-featured-link {
    padding: 135px 50px 50px;
    text-align: left;
    position: relative;
}

article.themetechmount-box-blog-style3.themetechmount-blogbox-format-link .tm-format-link-title {
    font-size: 38px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
article.themetechmount-box-blog-style3 {
    margin-bottom: 50px;
}

.single-tm_portfolio .tm-social-share-portfolio-wrapper .tm-social-share-links {
    width: 100%;
    text-align: right;
}
.sidebar .widget h3.widget-title {
    color: var(--body-blackfont-color);
}

/*---Demo 6 css---*/

/*---Demo 7 css---*/

.tm-btn-color-gradient.elementor-element.elementor-widget-button .elementor-button {
    background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 50%, var(--tm-first-gradientcolor) 100%) !important;
    border-right-color: var(--tm-second-gradientcolor);
    border-left-color: var(--tm-first-gradientcolor);
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
}

.tm-btn-color-gradient.elementor-element.elementor-widget-button .elementor-button:hover {
    animation: textclip 1.8s linear infinite;
    background-image: linear-gradient(to right, var(--tm-second-gradientcolor) 0%, var(--tm-first-gradientcolor) 50%, var(--tm-second-gradientcolor) 100%) !important;
    background-position: right center;
}

a.tm-button-highlight:after {
    bottom: 7px;
}

.tm-btn-textstyle-underline-style.tm-btn-style-text .elementor-button:after, a.tm-button-highlight:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    transition: all 0.5s ease-in-out;
    background-repeat: no-repeat;
    background: linear-gradient(to right, var(--ttm-skincolor) 50%, var(--ttm-secondarycolor) 50%);
    background-size: 200% 100%;
    background-position: 100% 50%;
    transition: .3s $custom-ease-out;
}

.tm-btn-textstyle-underline-style.tm-btn-style-text.tm-btn-color-darkgrey .elementor-button:hover:after, a.tm-slider-button-highlight:hover:after, a.tm-button-highlight:hover:after, .tm-headerstyle-centerlogo-overlay span.tm-header-detail a:hover:after, a.tm-button-highlight:hover:after {
    background-position: 0% 50%;
}

a.tm-slider-button-highlight:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    transition: all 0.5s ease-in-out;
    background-repeat: no-repeat;
    background: linear-gradient(to right, var(--ttm-skincolor) 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100% 50%;
    transition: .3s $custom-ease-out;
}

a.tm-slider-button-highlight:after {
    top: auto;
    bottom: 1px;
}

.themetechmount-servicebox-styleone .themetechmount-serviceboxbox-readmore a {
    position: relative;
    display: inline-block;
}

span.tm-slider-highlight, span.tm-slider-highlights {
    font-family: "Playfair Display";
    position: relative;
    display: inline-block;
}

span.tm-slider-highlights:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    transition: all 0.5s ease-in-out;
}

a.tm-slider-button-highlight {
    font-family: var(--body-font-family);
    color: #fff;
    position: relative;
    display: inline-block;
    font-weight: 700;
}

a.tm-button-highlight {
    font-family: var(--body-font-family);
    color: var(--body-blackfont-color);
    position: relative;
    display: inline-block;
    font-weight: 700;
}

/****heading-subhead style 4****/
.tm-seperator-style4 h4.tm-element-subheading {
    margin-bottom: -45px;
    display: block;
}
.tm-seperator-style4 h2.tm-element-content-heading {
    position: relative;
    z-index: 2;
}
.tm-seperator-style4 h2.tm-element-content-heading span {
    font-weight: 400;
    position: relative;
    display: inline-block;
}
.tm-seperator-style4 h2.tm-element-content-heading span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: var(--body-blackfont-color);
    display: block;
}
.tm-seperator-style4 h2.tm-element-content-heading span.tm-skincolor:after {
    background: var(--tm-skincolor-bg);
}
.tm-seperator-style4 h2.tm-element-content-heading span.tm-skincolor {
    font-weight: 600;
}
.center-align.tm-seperator-style4 h4.tm-element-subheading {
    left: 0;
    right: 0;
}
.right-align.tm-seperator-style4 {
    text-align: left !important;
}
.tm-seperator-style4 h4.tm-element-subheading {
    padding-left: 40px;
}
@media (min-width: 1340px){
.tm-seperator-style4:not(.center-align) h4.tm-element-subheading:before {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #e6e7e8;
    height: 1px;
    width: 880px;   
}
.tm-seperator-style4.left-align h4.tm-element-subheading:before {
    right: 100%;
}
.tm-seperator-style4.right-align h4.tm-element-subheading:before {
    left: 110%;
}
}
@media (max-width: 1200px){
.tm-seperator-style4 h4.tm-element-subheading {
    font-size: 70px !important;
    line-height: 78px !important;
    padding-left: 20px;
}
}
@media (max-width: 776px){
.tm-seperator-style4 h4.tm-element-subheading {
    font-size: 30px !important;
    line-height: 38px !important;
}
.tm-seperator-style4 h4.tm-element-subheading {
    margin-bottom: 10px !important;
   }
   .tm-seperator-style4 h4.tm-element-subheading {
    padding-left: 0px !important;
}
}

/****heading-subhead style 4****/

/*progressbar 5*/
.tm-progress-style5 .elementor-progress-percentage {
    position: relative;
    padding-right: 0;
    left: 20px;
    top: 0;
    margin-top: -35px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background-color: transparent !important;
    height: 25px;
    width: 40px;
    line-height: 25px;
    text-align: center;
}

.tm-progress-style5 .elementor-progress-wrapper {
    border: 1px solid #39404b;
    padding: 4px;
    border-radius: 8px !important;
}

.tm-progress-style5 .elementor-progress-bar {
    border-radius: 8px;
}

.tm-progress-bg-dark .elementor-progress-percentage {
    color: #fff;
}

/*progressbar 5*/

/***Step box style 4***/

.tm-staticbox-style4 .tm-stepbox {
    text-align: left;
    margin: 0 auto;
}

.tm-staticbox-style4 .tm-stepbox .tm-bottom-contentbox {
    padding: 23px  0;
}

.tm-staticbox-style4 .process-num {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
}

.tm-staticbox-style4 .process-num span.number {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 2px;
}

.tm-staticbox-style4 .tm-stepbox .tm-bottom-contentbox .tm-box-title h4 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
}

.tm-staticbox-style4 .themetechmount-static-box-desc {
    color: #dadada;
}

.tm-staticbox-style4 .process-num span.number {
    color: rgb(255 255 255 / 10%);
}

.tm-staticbox-style4 .tm-stepbox:hover .process-num  span.number, .tm-staticbox-style4 .tm-stepbox:hover .process-num {
    color: #fff;
}

.tm-staticbox-style4 .process-num:before {
    position: absolute;
    content: "";
    width: 0;
    top: 36px;
    height: 1px;
    display: block;
    transition: all 0.5s ease-in-out;
    bottom: 0;
    border-bottom: 1px solid var(--ttm-whitecolor)
}

.tm-staticbox-style4 .tm-stepbox:hover .process-num:before {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    top: 36px;
}
@media (max-width: 991px){
.tm-staticbox-style4.themetechmount-stepboxes-wrapper .tm-stepbox-content {
    margin-bottom: 10px;
}
.tm-staticbox-style4 .tm-stepbox .tm-bottom-contentbox {
    padding: 15px  0;
}
}

/***Step box style 4***/

/***tab style 4**/

.ttm-tab-style9 {
    text-align: center;
}

.ttm-tab-style9 ul.elementor-tabs-wrapper {
    display: flex;
    width: 100%;
    padding: 0;
}

.ttm-tab-style9 ul li {
    padding: 10px;
}

.ttm-tab-style9 .elementor-widget-container {
    text-align: left;
}

.ttm-tab-style9 li.ttm-tab-active {
    background-color: #fff;
    color: var(--body-blackfont-color);
    background-image: unset !important;
}

.ttm-tab-style9 .ttm-elementor-tab-title {
    padding: 8px 40px 8px 40px;
    color: rgba(255, 255, 255, 1.0);
    background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) -20%, var(--tm-first-gradientcolor) 100%) !important;
    border-color: var(--tm-second-gradientcolor);
    margin: 15px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.ttm-tab-style9 ul {
    list-style-type: none;
}

.ttm-tab-content, .ttm-tab-style9 .ttm-tab-content-title {
    display: none;
}

.ttm-tab-content.ttm-tab-active {
    display: block;
}

.ttm-tab-style9 li.ttm-tab-active i {
    color: var(--tm-skincolor-text);
}

.ttm-tab-style9 .ttm-elementor-tab-title i {
    font-size: 15px;
    padding-right: 3px;
    color: var(--ttm-whitecolor);
}

.ttm-tab-style9 .ttm-elementor-tab-title span {
    font-size: 20px !important;
}

.elementor-widget-tm_tabbox_element .ttm-tab-style9.ttm-elementor-tabs .ttm-elementor-tab-title span {
    color: var(--ttm-whitecolor);
}

.elementor-widget-tm_tabbox_element .ttm-tab-style9.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--body-blackfont-color);
}

/***tab style 4**/

/*---tab style 5---*/
.ttm-tab-style5 ul.elementor-tabs-wrapper {
    padding-bottom: 90px;
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    padding-left: 0;
}

.elementor-widget-tm_tabbox_element .ttm-tab-style5.ttm-elementor-tabs .ttm-elementor-tab-title span {
    list-style: none;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.ttm-tab-style5 li.ttm-elementor-tab-title.ttm-tab-active span:before {
    color: #fff;
}

.ttm-tab-style5.ttm-elementor-tabs .ttm-tab-content.ttm-tab-active {
    display: block;
}

.ttm-tab-style5.ttm-elementor-tabs .ttm-tab-content {
    display: none;
    margin-left: -10px;
}

.ttm-tab-style5.ttm-elementor-tabs .ttm-tab-content-title {
    display: none;
}

.ttm-tab-style5 ul.elementor-tabs-wrapper:before {
    content: '';
    position: absolute;
    height: 18px;
    width: 30px;
    border-radius: 2em;
    top: 8px;
    background-color: #30a900;
    border: 1px solid #30a900;
}

.ttm-tab-style5 li.ttm-elementor-tab-title.ttm-tab-active {
    background-color: var(--ttm-whitecolor);
    border: 1px solid #fff;
}

.ttm-tab-style5 li.ttm-elementor-tab-title {
    content: '';
    position: relative;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    top: 10px;
    display: block;
    left: 0px;
    right: 0;
    z-index: 2;
}

.ttm-tab-style5 ul.elementor-tabs-wrapper span {
    position: absolute;
    top: -8px;
    color: var(--body-blackfont-color);
}

.ttm-tab-style5 ul.elementor-tabs-wrapper li:first-child span {
    left: auto;
    right: 28px;
}

.ttm-tab-style5 ul.elementor-tabs-wrapper li:last-child span {
    left: 34px;
}

.ttm-tab-style5 .ttmtabs-content-wrapper {
    padding-top: 30px;
}
@media (max-width: 1024px){
.ttm-tab-style5.ttm-elementor-tabs .ttm-tab-content {
     margin-left: 0px;
}
}
.tm-tab-box-position .ttm-tab-style5 ul.elementor-tabs-wrapper {
    padding-bottom: 25px;
    padding-top: 8px;
    position: absolute;
    padding-left: 120px;
    padding-right: 105px;
    right: 0px;
    top: -60px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 10px;
    cursor: pointer;
}

.tm-tab-box-position .ttm-tab-style5 ul.elementor-tabs-wrapper:before {
    top: 15px;
}

.tm-chat-heading h4 {
    padding: 13px 25px;
    display: inline-block;
    animation: textclip 1.8s linear infinite;
    background-image: linear-gradient(to right, var(--tm-second-gradientcolor) 0%, var(--tm-first-gradientcolor) 50%, var(--tm-second-gradientcolor) 100%) !important;
    background-position: right center;
    border-radius: 10px;
}
.tm-layout-style7 .ttm-call-box i,
.tm-layout-style7 .tm-slider-button.btn-skin,
.tm-layout-style7 #totop.top-visible:before,
.tm-layout-style7 #totop.top-visible:after,
.tm-layout-style7 .tm-border-skincolor .vc_column-inner,
.tm-layout-style7 .slick-dots li.slick-active button:before,
.tm-layout-style7 .main-holder .site #content table.cart td.actions .input-text:focus,
.tm-layout-style7 textarea:focus, input[type="text"]:focus, 
.tm-layout-style7 input[type="password"]:focus, input[type="datetime"]:focus, 
.tm-layout-style7 input[type="datetime-local"]:focus, input[type="date"]:focus, 
.tm-layout-style7 input[type="month"]:focus, 
.tm-layout-style7 input[type="time"]:focus, 
.tm-layout-style7 input[type="week"]:focus, 
.tm-layout-style7 input[type="number"]:focus, 
.tm-layout-style7 input[type="email"]:focus, 
.tm-layout-style7 input[type="url"]:focus, 
.tm-layout-style7 input[type="search"]:focus, 
.tm-layout-style7 input[type="tel"]:focus, 
.tm-layout-style7 input[type="color"]:focus, 
.tm-layout-style7 input.input-text:focus, 
.tm-layout-style7 select:focus, blockquote {
    border-color: var(--ttm-secondarycolor);
}
.tm-layout-style7 .comments-area .comments-title,
.tm-layout-style7 .single-post .comments-area .comments-title, 
.tm-layout-style7 #respond .comment-reply-title {
    font-size: 35px;
    line-height: 40px;
}
.tm-layout-style7 .themetechmount-boxes-view-slickview .testimonials-nav .nav_item_wrap {
    margin: 0 20px 0 20px;
    opacity: 0;
}
.tm-bgcolor-darkgrey .themetechmount-boxes-view-slickview.themetechmount-boxes-testimonial .themetechmount-author-name {
    color: var(--ttm-whitecolor);
}
/****testimonial****/
.themetechmount-testimonialbox-stylethree .themetechmount-box-img img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.themetechmount-testimonialbox-stylethree .themetechmount-box-title {
    padding-left: 20px;
}

.themetechmount-testimonialbox-stylethree .themetechmount-box-desc blockquote {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    padding-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.themetechmount-testimonialbox-stylethree {
    position: relative;
    margin-top: 3px;
}
.themetechmount-testimonialbox-stylethree .themetechmount-post-item {
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    z-index: 0;
    position: relative;
    margin-top: 3px;
}

.themetechmount-testimonialbox-stylethree  .themetechmount-author-name {
    font-family: var(--body-font-family);
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
}

.themetechmount-testimonialbox-stylethree .themetechmount-box-footer {
    font-size: 14px;
}

.themetechmount-element-testimonialbox-style-3 .tm-box-col-wrapper .themetechmount-testimonialbox-stylethree .themetechmount-post-item .themetechmount-box-content:after {
    content: '';
    background-color: var(--ttm-greycolor);
    -webkit-mask: url(../images/quote.svg) no-repeat 100% 100%;
    mask: url(../images/quote.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    height: 75px;
    width: 75px;
    transform: rotateZ(180deg);
    top: 80px;
    right: 52px;
    left: auto;
    z-index: -1;
    display: block;
}

.themetechmount-element-testimonialbox-style-3 .tm-box-col-wrapper:nth-child(even) .themetechmount-testimonialbox-stylethree  .themetechmount-post-item .themetechmount-box-content:after {
    height: 220px;
    width: 230px;
    top: auto;
    right: 30px;
    bottom: 30px;
}

.themetechmount-element-testimonialbox-style-3.themetechmount-boxes-view-carousel .tm-box-col-wrapper {
    margin-bottom: 30px;
}

/*showcase style 1*/
.tm_showcasebox_wrapper.tm-showcasebox-style1 {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.tm_showcasebox_wrapper.tm-showcasebox-style1.ttm-init {
    transition: opacity .5s .2s;
    opacity: 1;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1.ttm-init .tm_showcasebox_contents {
    transition: all 1s;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .ttm-items-holder {
    overflow: hidden;
    display: flex;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm_showcasebox_contents {
    position: relative;
    display: block;
    z-index: 5;
    flex: 0.8;
    height: 100%;
    transition: 0.5s;
    cursor: pointer;
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -2px rgb(2 1 41 / 7%);
    margin-right: -14%;
    text-align: center;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .ttm-items-holder {
    overflow: hidden;
    display: flex;
    width: 100%;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm_showcasebox_contents.active {
    flex: 1;
    transition: 0.5s;
    display: inline-block;
    padding: 40px 30px 40px 30px;
    margin: 0 0 0 20px;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm_showcasebox_contents.active .ttm-header {
    transition-delay: 0s;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm_showcasebox_contents.active .qodef-m-content {
    opacity: 1;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm-post-button-link-wrapper a {
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm-post-button-link-wrapper a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 5px;
    display: block;
    transition: all 0.5s ease-in-out;
    background-repeat: no-repeat;
    background: linear-gradient(to right, var(--ttm-skincolor) 50%, var(--ttm-secondarycolor) 50%);
    background-size: 200% 100%;
    background-position: 100% 50%;
    transition: .3s $custom-ease-out;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm-post-button-link-wrapper a:hover:after {
    background-position: 0% 50%;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm-post-featured-link-wrapper img {
    width: 355px;
    height: 200px;
    border-radius: 100px;
    object-fit: cover;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .qodef-m-content-inner {
    display: flex;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm_showcasebox_contents.active .ttm-header {
    opacity: 1;
    display: block;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm_showcasebox_contents.active .ttm-header {
    transition-delay: 0s;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1.ttm-min-height {
    min-height: 417px;
}

.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm-post-featured-link-wrapper {
    padding: 30px 0 20px;
}

@media only screen and (min-width: 767px) and (max-width:1024px){ 
.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm_showcasebox_contents {
  margin: 15px 15px !important;
  max-width: calc(50% - 30px);
  float: left;
}
}
/*showcasae style 1*/
.tm-ptablebox-style-3 .tm-ptablebox-title {
  padding: 8px 20px 8px;
}

.ttm-tab-style9 .ttm-elementor-tab-title {
    padding: 12px 40px 12px 40px;
    margin: 15px 20px 15px 0;
}

.ttm-commonform.ttm-contactform-08 input[type="text"]::-webkit-input-placeholder,
.ttm-commonform.ttm-contactform-08 input[type="email"]::-webkit-input-placeholder,
.ttm-commonform.ttm-contactform-08 textarea::-webkit-input-placeholder {
    color:var(--body-fonts-color);
}
.themetechmount-pf-detailbox-list .tm-pf-details-date:last-child {
    padding-bottom: 5px;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style5.ttm-elementor-tabs .ttm-elementor-tab-title span {
     color: var(--body-blackfont-color);
  }
.tm-ptablebox-style-3  .tm-ptable-btn a:hover {
   background-color: transparent;
}


.tm-ptablebox-style-5 .ttm-pricetable-column-w:last-child .themetechmount-ptable-main {
      border-radius: 0 10px 10px 10px;
}
.tm-footer-first-text {
    padding-right: 80px;
}
.themetechmount-topbar-wrapper.tm-bgcolor-custom.tm-textcolor-white a:hover, 
.tm-col-bgcolor-skincolor.tm-textcolor-white a:hover, .tm-textcolor-white a, .tm-textcolor-white {
    color: rgba(255, 255, 255, 1);
}

.footer  .social-icons li > a {
    border-radius: 50%;
    border: 1px solid transparent;
    color: #fff;
}

.footer .social-icons li.tm-social-facebook a {
    background: #036ee9;
}

.footer .social-icons li.tm-social-twitter a {
    background: #1aa2f9;
}

.footer .social-icons li.tm-social-flickr a {
    background: #ff2c9e;
}

.footer .social-icons li.tm-social-pinterest a {
    background: #db0000;
}

.footer-button {
    display: inline-block;
    padding: 30px 15px 50px 0;
}

@media (max-width:1200px) {
.tm-container-for-footer {
    width:100%;
}
    .footer .footer-rows .first-footer.tm-widgetsep-yes .first-footer-inner .widget-area:first-child {
  padding-left: 15px;
}
.footer-button {
    display: inline-block;
    padding: 10px 15px 20px 0;
}
}
@media (max-width: 776px){
.footer-button {
    display: inline-block;
    padding: 20px 15px 0px 0;
}
.tm-footer-first-text {
    padding-right: 0px !important;
}

.footer-copytextx li {
    padding-left: 22px !important;
     padding-right: 0px;
    }
    .footer-copytextright:after{
        display: none;
    }
    .tm-testimonail-subheading .tm-seperator-solid h4.tm-element-subheading {
    font-size: 60px; 
   line-height: 68px; 
}
}
@media (max-width: 590px){
.footer-copytextx {
    display: block !important;
}
.footer-copytextx li {
    padding-left: 0 !important;
    padding-right: 20px;
}
}

@media (max-width: 992px){

.footer .footer-rows .first-footer.tm-widgetsep-yes .first-footer-inner .widget-area {
    padding: 40px 15px 0!important;
}
.site-footer .first-footer .tm-container-for-footer>div>.row .widget-area:last-child .widget {
    margin-bottom: 5px;
    }
}
@media (max-width: 1024px){
.ttm-tab-style9 .ttm-elementor-tab-title {
    border-radius: 5px;
  }
}
@media (max-width: 767px){
.footer-head h2 {
    font-size: 30px;
}
.footer .footer-rows .first-footer.tm-widgetsep-yes .first-footer-inner .widget-area:first-child {
    padding: 30px 15px 0!important;
}
.footer .footer-rows .first-footer.tm-widgetsep-yes .first-footer-inner .widget-area {
    padding: 10px 15px 0!important;
}
.site-footer .first-footer .tm-container-for-footer>div>.row .widget-area:last-child .widget {
      padding-top: 0;
    }
}
.tm-footer {
    padding-bottom: 30px;
}
.footer-copytextx {
    display: -webkit-inline-box;
}

.footer-copytextx li {
    display: inline-block;
    padding-left: 22px;
    font-size: 14px;
    padding-bottom: 0px;
}

.footer-copytextright:after {
    position: absolute;
    content: "|";
    padding-left: 7px;
}

.footer-copytextx li:after {
    position: absolute;
    content: "/";
    padding-left: 7px;
}

.footer-copytextx li:last-child:after {
    content: unset;
}

.footer-copytextx ul {
    margin: 0;
    padding: 0;
}
.footer-button a.elementor-button {
    padding: 15px 30px;
    border-radius: 10px;
}
/*footer ends*/

/*header  style centerlogo*/
.tm-headerstyle-centerlogo-overlay .site-header .tm-header-detail:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.2);
}

.tm-headerstyle-centerlogo-overlay .tm-header-text-area:after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.20);
    width: 1px;
    height: 100%;
    left: 0;
    right: auto;
}

.tm-headerstyle-centerlogo-overlay .tm-header-text-area {
    padding-left: 105px !important;
}

.tm-headerstyle-centerlogo-overlay #site-header-menu #site-navigation .nav-menu:after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.20);
    width: 1px;
    height: 100%;
    left: auto;
    right: 0;
}

.tm-headerstyle-centerlogo-overlay #site-header-menu #site-navigation .nav-menu {
    padding-right: 105px !important;
}

.tm-headerstyle-centerlogo-overlay .tm-header-menu-position-left .site-branding {
    padding-right: 0;
}

.tm-headerstyle-centerlogo-overlay span.tm-header-detail {
    font-size: 15px;
    color: rgb(255 255 255 / 80%);
    position: relative;
    padding-right: 22px;
}

.tm-headerstyle-centerlogo-overlay span.tm-header-detail a {
    color: #fff;
    font-weight: 500;
    position: relative;
    display: inline-block;
    line-height: normal;
    transition: all 0.5s ease-in-out;
}

.tm-headerstyle-centerlogo-overlay span.tm-header-detail a:hover {
    color: var(--ttm-skincolor);
}

.tm-headerstyle-centerlogo-overlay span.tm-header-detail a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    transition: all 0.5s ease-in-out;
    background-repeat: no-repeat;
    background: linear-gradient(to right, var(--ttm-skincolor) 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100% 50%;
}

.tm-headerstyle-centerlogo-overlay span.tm-header-detail img {
    padding-right: 10px;
}

.tm-headerstyle-centerlogo-overlay .site-header .themetechmount-social-links-wrapper .social-icons li > a {
    border: 0;
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}

.tm-headerstyle-centerlogo-overlay .site-header .themetechmount-social-links-wrapper .social-icons li > a:hover {
    color: var(--ttm-skincolor);
}

.tm-headerstyle-centerlogo-overlay .site-header .themetechmount-social-links-wrapper {
    float: right !important;
    padding-left: 12px;
}

.tm-textvideo-round .elementor-widget-container .e-text-path {
    position: absolute;
    margin: 0 auto;
    top: 10px;
    left: 150px;
    padding: 22px;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    z-index: 1;
    fill: #fff;
    letter-spacing: 5px;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) -20%, var(--tm-first-gradientcolor) 100%) !important;
    border-color: var(--tm-second-gradientcolor);
}

.tm-textvideo-round.elementor-widget-text-path svg {
    font-size: 35px;
    overflow: visible !important;
    font-family: var(--special-element-fontfamily);
}

/********testimonial slick view********/
.tm-testimonail-subheading .tm-seperator-solid h4.tm-element-subheading {
    color: rgb(255 255 255 / 10%) !important;
}

.themetechmount-boxes-view-slickview.themetechmount-boxes-col-one .testimonial_item .themetechmount-box-title {
    position: relative;
    width: auto;
    left: 0;
    padding-left: 20px;
}

.themetechmount-boxes-view-slickview .testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.themetechmount-boxes-view-slickview .testimonials-nav {
    max-width: 765px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.themetechmount-boxes-view-slickview .testimonials-info:before {
    position: absolute;
    border-top: 1px solid rgb(255 255 255 / 10%);
    content: "";
    width: 100%;
    bottom: 0;
}
.themetechmount-boxes-view-slickview .testimonials-nav .nav_item_wrap {
    margin: 0 20px 0 20px;
    opacity: 0.5;
}

.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-family: var(--special-element-fontfamily);
    padding-top: 0;
    line-height: 40px;
}

.themetechmount-boxes-view-slickview .testimonials-nav .nav_item_wrap.slick-active.slick-center {
    opacity: 1;
}

.themetechmount-boxes-view-slickview.themetechmount-boxes-testimonial .themetechmount-author-name {
    font-size: 20px;
    line-height: 18px;
    font-weight: 400;
    font-family: var(--body-font-family);
    color: var(--body-blackfont-color);
}

.themetechmount-boxes-view-slickview.themetechmount-boxes-testimonial .themetechmount-box-footer {
    font-size: 14px;
}

.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper {
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: unset;
    margin-top: 80px;
    margin-bottom: 15px;
}

.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:after {
    content: '';
    background-color: var(--ttm-greycolor);
    -webkit-mask: url(../images/quote.svg) no-repeat 100% 100%;
    mask: url(../images/quote.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    height: 45px;
    width: 45px;
    top: -90px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
    display: block;
}

.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:before {
    content: '';
    position: absolute;
    height: 70px;
    width: 70px;
    top: -100px;
    border-radius: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
    display: block;
}

/**********accordion style 4***********/
.tm-accordion-style4 .elementor-accordion-item:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: var(--ttm-secondarycolor);
}

.tm-accordion-style4 .elementor-accordion-item {
    position: relative;
    margin-bottom: 25px;
}

/**********accordion style 4***********/

/** listimg style1 **/
.themetechmount-listimgbox-styleone {
    display: flex;
    padding: 0;
}

.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .tm_listimgbox_wrap {
    list-style-type: none;
    overflow: hidden;
    display: inline-block;
    padding: 0 0 32px;
    margin-bottom: 32px;
    flex: 0.6;
    width: 90px;
    height: 465px;
    background-size: cover;
    margin: 15px;
    background: var(--ttm-greycolor);
    border-radius: 30px;
    padding: 70px 50px;
    transition: 0.6s;
}

.themetechmount-listimgbox-styleone .award_picture .tm-box-img-bg img {
    border-radius: 30px;
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap.active {
    flex: 17;
    padding: 0;
}

.themetechmount-listimgbox-styleone .tm-listbox-heading-content .themetechmount-static-box-number {
    margin-left: -12px;
}

.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .themetechmount-static-box-number {
    font-size: 36px;
    line-height: 40px;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
    font-weight: 600;
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap.active .tm-listbox-heading-content {
    display: none;
}

.themetechmount-listimgbox-styleone .tm-listbox-heading-content .tm-box-title {
    width: 300px;
    transform: rotate(270deg) translate(-137px, -140px);
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    color: #000;
    opacity: 1;
    margin-bottom: 0;
}

.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .overlay-content {
    width: 570px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 15px;
    bottom: 0;
    padding: 70px 50px;
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap.active  .overlay-content {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .tm_listimgbox_wrap.active .award_picture .tm-box-img-bg {
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .tm-box-img-bg: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;
}

.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .tm_listimgbox_wrap.active .tm-box-img-bg:before {
    opacity: 1;
    backface-visibility: visible;
}

.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .tm-box-img-bg {
    position: relative;
}

.themetechmount-listimgbox-styleone .award_picture .tm-box-img-bg {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    margin: auto;
    visibility: hidden;
    transition: all .1s ease, transform .1s ease;
    border-radius: 30px;
}

.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .tm_listimgbox_wrap.active .award_picture .tm-box-img-bg img {
    height: 560px;
    object-fit: cover;
}

.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .tm-cta3-content-wrapper {
    color: var(--ttm-whitecolor);
}
.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .overlay-content .themetechmount-static-box-number {
    color: #fff;
    padding-bottom: 40px;
}

.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .overlay-content h4.tm-box-title {
    color: var(--ttm-skincolor);
    font-size: 28px;
}

.themetechmount-listimgbox-styleone .tm-listimgbox-btn a {
    color: #fff;
    position: relative;
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
}

.themetechmount-listimgbox-styleone .tm-listimgbox-btn a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    background: #ffffff;
    display: block;
    background-repeat: no-repeat;
    background: linear-gradient(to right, var(--ttm-skincolor) 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100% 50%;
    transition: all 0.5s ease-in-out;
}

.themetechmount-listimgbox-styleone .tm-listimgbox-btn a:hover:before {
    background-position: 0% 50%;
}

.themetechmount-listimgbox-styleone .tm-listimgbox-btn a:before:hover {
    background: var(--ttm-skincolor);
    transition: all 0.5s ease-in-out;
}

.themetechmount-listimgbox-styleone .tm-listimgbox-btn {
    position: absolute;
    bottom: 70px;
    transform: translateY(5px);
    visibility: hidden;
    transition-delay: 0.2s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.themetechmount-listimgbox-styleone .tm_listimgbox_wrap.active .overlay-content .themetechmount-listimgbox-heading, .tm_listimgbox_wrap.active .overlay-content .tm-listimgbox-btn {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
}

.themetechmount-listimgbox-styleone .themetechmount-listimgbox-heading {
    transform: translateY(5px);
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.3s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .tm_listimgbox_wrap:first-child {
    margin-left: 0;
}

.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .tm_listimgbox_wrap:last-child {
    margin-right: 0;
}

/*listimg box ends*/

/*step box style 2*/
.tm-staticbox-style5 .tm-stepbox-content {
    width: calc(100% - 30px);
    height: auto;
    max-height: 100%;
    left: 15px;
    bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.tm-staticbox-style5 .tm-stepbox:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11px 0px 11px;
    border-color: #fff transparent transparent;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
}

.tm-staticbox-style5 .tm-stepbox:nth-child(odd):before {
    border-color: #fff transparent transparent;
    border-width: 12px 11px 0px 11px;
}

.tm-staticbox-style5 .tm-stepbox:nth-child(1):before {
    top: 0;
    bottom: 44px;
    left: -10px;
}
.tm-staticbox-style5 .tm-stepbox:nth-child(2) .tm-stepbox-content {
    bottom: auto;
    top: -160px;
}
.tm-staticbox-style5 .tm-stepbox:nth-child(3):before {
    top: auto;
    bottom: 25px;
}
.tm-staticbox-style5 .tm-stepbox:nth-child(4):before {
    border-color: #fff transparent transparent;
    border-width: 12px 11px 0px 11px;
    bottom: auto;
    top: -36px;
}

.tm-staticbox-style5.themetechmount-stepboxes-wrapper:before {
    content: '';
    position: absolute;
    left: -10%;
    right: 0;
    width: 100%;
    width: calc(100% - -25%);
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    background: url(../images/heartbeat.png) center center no-repeat;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style5 {
    position: relative;
    padding: 80px 0;
}

.tm-staticbox-style5 .process-num {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
    font-weight: 600;
}

.tm-staticbox-style5  .tm-box-title {
    display: inline-block;
    vertical-align: middle;
}

.tm-staticbox-style5 .tm-box-title h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.tm-staticbox-style5 .tm-stepbox {
    position: relative;
}

.tm-staticbox-style5 .tm-stepbox:after {
    position: absolute;
    font-family: 'tm-ttmbusiness-icons';
    content: "\f192";
    color: #fff;
    font-size: 24px;
    top: 0;
    right: 0;
}

.tm-staticbox-style5 .tm-stepbox:first-child:after {
    top: auto;
    bottom: 45px;
    left: 45%;
}

.tm-staticbox-style5 .tm-stepbox:nth-child(2):after {
    left: 50%;
    top: 22px;
}

.tm-staticbox-style5 .tm-stepbox:nth-child(3):after {
    left: 48%;
    top: auto;
    bottom: -25px;
}

.tm-staticbox-style5 .tm-stepbox:nth-child(4):after {
    left: 47%;
    top: 6px;
}

.tm-staticbox-style5 .tm-bottom-contentbox {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    padding: 25px 30px 25px;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}

.tm-staticbox-style5 .tm-stepbox-content:hover .tm-bottom-contentbox {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.tm-staticbox-style5 .themetechmount-static-box-desc {
    visibility: hidden;
    opacity: 0;
    padding-top: 10px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tm-staticbox-style5 .tm-stepbox-content:hover .themetechmount-static-box-desc {
    visibility: visible;
    opacity: 1;
}

.tm-staticbox-style5 .tm-stepbox:first-child .tm-stepbox-content {
    top: -100px;
}

.tm-staticbox-style5 .tm-stepbox:nth-child(3) .tm-stepbox-content {
    top: -35px;
}

.tm-staticbox-style5 .tm-stepbox:nth-child(4) .tm-stepbox-content {
    top: -180px;
}
@media (max-width: 1300px){
    .tm-staticbox-style5 .tm-stepbox{
        width: 50%;
        display: inline-block;
}
    .tm-staticbox-style5 .tm-stepbox:after,
    .tm-staticbox-style5 .tm-stepbox:before{
        display:none;
    }
    .tm-staticbox-style5 .tm-stepbox-content .tm-bottom-contentbox {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
    .tm-staticbox-style5 .tm-stepbox-content .themetechmount-static-box-desc {
    visibility: visible;
    opacity: 1;
}
.tm-staticbox-style5 .tm-stepbox:nth-child(2) .tm-stepbox-content {
     top: -120px;
}
.tm-staticbox-style5 .tm-stepbox:nth-child(4) .tm-stepbox-content {
    top: -60px;
}
}
@media (max-width: 992px){
.tm-staticbox-style5 .tm-stepbox:first-child .tm-stepbox-content {
   top: auto;
}
.tm-staticbox-style5 .tm-stepbox:nth-child(2) .tm-stepbox-content {
    top: auto;
}
.tm-staticbox-style5 .tm-stepbox:nth-child(3) .tm-stepbox-content {
    top: auto;
    margin-top: 60px;
}
.tm-staticbox-style5 .tm-stepbox:nth-child(4) .tm-stepbox-content {
    top: auto;
    margin-top: 50px;
}
}
@media (max-width: 600px){
.tm-staticbox-style5 .tm-stepbox {
     width: 100% !important;
    display: block; 
}
}
/************tab style 6**********************/
.ttm-tab-style6 {
    text-align: center;
}

.ttm-tab-style6 ul.elementor-tabs-wrapper {
    display: flex;
    width: 100%;
    padding: 0;
    justify-content: center;
}

.ttm-tab-style6 ul li {
    padding: 10px;
}

.ttm-tab-style6 .elementor-widget-container {
    text-align: left;
}

.ttm-tab-style6 li.ttm-tab-active {
    background: #fff;
    border: 0;
    box-shadow: 0px 0px 20px 6px rgb(2 1 41 / 7%);
    z-index: 1;
}

.ttm-tab-style6 .ttm-elementor-tab-title {
    padding: 25px 38px 25px 38px;
    color: var(--body-blackfont-color);
    border: 1px solid #d6d0d0;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    background: var(--tm-greycolor-bg);
    cursor: pointer;
    margin-left: 20px;
}

.ttm-tab-style6 ul {
    list-style-type: none;
}

.ttm-tab-content, .ttm-tab-style6 .ttm-tab-content-title {
    display: none;
}

.ttm-tab-content.ttm-tab-active {
    display: block;
}

.ttm-tab-style6 .ttmtabs-content-wrapper {
    padding: 80px 0 0  0;
}

.ttm-tab-style6 li.ttm-tab-active i {
    color: var(--tm-skincolor-text);
}

.ttm-tab-style6 li i {
    font-size: 15px;
    padding-right: 3px;
}

.ttm-tab-style6 span.tm-tab-desc {
    color: var(--body-fonts-color) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    display: block !important;
}

.ttm-tab-style6.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--body-blackfont-color);
}

.tm-bg-img-round .elementor-background-overlay {
    animation: grow-and-shrink 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@-webkit-keyframes grow-and-shrink {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }

}

/*conatct form 07*/
.ttm-commonform.ttm-contactform-07 .wpcf7-form-control {
    border-bottom: 1px solid #d2d2d2 !important;
    display: block;
    margin-bottom: 5px;
}

.ttm-commonform.ttm-contactform-07 input[type="text"], .ttm-commonform.ttm-contactform-07 input[type="email"], .ttm-commonform.ttm-contactform-07 textarea {
    border: unset;
    color: #6f7f90;
    background-color: transparent;
    padding: 11px 0 5px;
}

.ttm-commonform.ttm-contactform-07 input[type="submit"] {
    background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 50%, var(--tm-first-gradientcolor) 100%) !important;
    border-right-color: var(--tm-second-gradientcolor);
    border-left-color: var(--tm-first-gradientcolor);
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 10px;
    padding: 15px 35px 15px;
    margin-top: 5px;
    margin-bottom: 0;
}
.ttm-commonform.ttm-contactform-07 input[type="submit"]:hover {
    animation: textclip 1.8s linear infinite;
    background-image: linear-gradient(to right, var(--tm-second-gradientcolor) 0%, var(--tm-first-gradientcolor) 50%, var(--tm-second-gradientcolor) 100%) !important;
    background-position: right center;
}
.ttm-portfolio-details-6 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    font-weight: 400;
    font-family: var(--body-font-family);
    color: var(--body-fonts-color);
}

.tm-project-detail-social-icon .themetechmount-social-links-wrapper ul.social-icons li a {
    background-color: transparent;
    border-color: var(--ttm-whitecolor);
    color: var(--ttm-whitecolor);
}

.ttm-team-details-info .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    font-weight: 400;
    font-family: var(--body-font-family);
    color: var(--body-fonts-color);
}

span.tm-team-profession {
    font-size: 16px;
    color: var(--ttm-skincolor);
    font-weight: 500;
}

.ttm-commonform.ttm-contactform-08 .tm-contact-btn.elementor-widget-button input[type="submit"] {
    width: 100%;
    margin-top: 10px;
}

.ttm-commonform.ttm-contactform-08 input[type="text"], .ttm-commonform.ttm-contactform-08 input[type="email"], .ttm-commonform.ttm-contactform-08 textarea {
    border-radius: 25px;
    background: transparent;
}

.tm-blog-side-bar-image-box .tm-imgsidebg h5 {
    font-size: 20px;
    font-weight: normal;
    font-family: var(--body-font-family);
}

.tm-blog-side-bar-image-box .tm-imgsidebg a {
    font-weight: 600 !important;
}

.tm-blog-side-bar-image-box a.tm-call-number {
    display: inline-block;
}

.tm-blog-side-bar-image-box .tm-imgsidebg {
    background-image: url(../images/blog-side-bar-img-2.png) !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    position: relative;
    overflow: hidden;
    z-index: 99;
    border-radius: 10px;
}

.tm-blog-side-bar-image-box .tm-sidebarbutton {
    border-top: 1px solid;
}

.tm-sidebar-conatctdetail {
    padding: 35px 35px 10px;
}

.tm-blog-side-bar-image-box .tm-sidebarbutton {
    border-top: 1px solid rgb(255 255 255 / 31%);
    padding: 35px 40px 10px;
}

.tm-blog-side-bar-image-box .tm-sidebarbutton h5 {
    font-weight: 600;
}

.tm-blog-side-bar-image-box-2 .tm-contact-site {
    background-image: url(../images/blog-side-bar.png) !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    position: relative;
    overflow: hidden;
    z-index: 99;
    border-radius: 10px;
    padding: 200px 30px 15px;
}

.tm-blog-side-bar-image-box-2 .tm-contact-site h2 {
    font-size: 32px;
    text-decoration: underline;
}

.tm-image-shape img:hover {
    border-radius: 115px !important;
    transition: all 0.3s ease;
}

/*widget_borderstyle3*/

/*---service widget---*/
body.tm_widget_borderstyle3 {
    counter-reset: section stepbox;
}
.tm_widget_borderstyle3 .sidebar .widget_nav_menu li.menu-item a {
    position: relative;
     width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;

}
.tm_widget_borderstyle3 .sidebar .widget_nav_menu li.menu-item a:after {
    content: "\e826";
    position: absolute;
    font-family: 'tm-ttmbusiness-icons';
    top: -1px;
    right: 0;
    font-size: 18px;
    font-weight: 700;
}
.tm_widget_borderstyle3 .widget .tm-link a {
    background-color: #2d2e33;
    width: 45px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 45px;
}
.tm_widget_borderstyle3 .widget .tm-link.tm-wrap-cell {
    width: 65px;
    vertical-align: top;
    padding-top: 7px;
}
.tm_widget_borderstyle3 .widget .tm-link-content h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}
.tm_widget_borderstyle3 .widget .tm-link-content p {
    font-weight: 500;
    margin-bottom: 0;
}
body.tm_widget_borderstyle3.single article.post blockquote {
    text-align: left;
    padding: 30px;
    border-left: 2px solid var(--ttm-secondarycolor);
    border-radius: 0;
    font-weight: 500;
    font-size: 20px;
    margin: 30px 0;
}
body.tm_widget_borderstyle3.single article.post blockquote cite {
    font-weight: 400;
}
body.tm_widget_borderstyle3.single article.post blockquote:before{
    content:unset;
}
.tm_widget_borderstyle3 .tm-entry-meta.tm-entry-meta-blogclassic {
    display: none;
}
body.tm_widget_borderstyle3 .sidebar .tm-blog-side-bar-image-box.widget, body.tm_widget_borderstyle3 .sidebar .tm-blog-side-bar-image-box-2.widget {
    background-color: transparent !important;
    padding: 0 !important;
}
body.tm_widget_borderstyle3 .sidebar .widget.themetechmount_widget_recent_entries, body.tm_widget_borderstyle3 .sidebar .widget.widget_categories, body.tm_widget_borderstyle3 .sidebar .widget {
    padding: 30px 30px !important;
    background-color: var(--ttm-greycolor) !important;
    border-radius: 10px;
    margin-bottom: 30px;
}
body.tm_widget_borderstyle3 .sidebar .widget.widget_search {
    padding: 10px 0 0 !important;
}
.tm_widget_borderstyle3 .widget .tm-links.tm-wrap:last-child {
    margin-bottom: 0;
}
body.themetechmount-sidebar-right.tm_widget_borderstyle3 .site-content-wrapper #sidebar-right.widget-area .widget:after, body.themetechmount-sidebar-left.tm_widget_borderstyle3 .site-content-wrapper #sidebar-left.widget-area .widget:after {
    content: unset;
}
.tm_widget_borderstyle3.themetechmount-sidebar-left:not(.tm-empty-sidebar) .site-content .content-area:before, .tm_widget_borderstyle3.themetechmount-sidebar-right:not(.tm-empty-sidebar) .site-content .content-area:before {
    width: 0px;
}
body.themetechmount-sidebar-left.tm_widget_borderstyle3  .site-content-wrapper #primary.content-area {
    padding-left: 0px !important;
}
span.tm-agency-service-round {
    color: #ffff;
    background-image: linear-gradient(to right,var(--tm-first-gradientcolor) 0%,var(--tm-second-gradientcolor) 50%,var(--tm-first-gradientcolor) 100%)!important;
    border-color: transparent;
    transition: 0.5s;
    background-size: 200% auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    float: right;
    position: absolute;
    right: 0;
    top: -10px;
}
/*---blog widget---*/
.tm_widget_borderstyle3 .sidebar .widget .tm-author-widget {
    position: relative;
    text-align: center;
}

.tm_widget_borderstyle3 .sidebar .widget .social-icons li > a {
    border-radius: 50%;
    background-color: #dddee0;
    color: #000;
}

.tm_widget_borderstyle3 .sidebar .widget .tm-author-widget h4.author-name {
    padding-top: 21px;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}

.tm_widget_borderstyle3 .sidebar .widget .themetechmount-social-links-wrapper ul.social-icons li i {
    color: var(--body-blackfont-color);
}

.tm_widget_borderstyle3 .sidebar .widget .tm-author-widget p.author-widget_text {
    margin-bottom: 7px;
}

.tm_widget_borderstyle3 .sidebar .widget .tm-author-widget .themetechmount-social-links-wrapper {
    padding-top: 36px;
    margin-bottom: 0;
}

.tm_widget_borderstyle3 .sidebar .widget_categories li.cat-item a {
    position: relative;
    padding-left: 0;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight:500;
}

.tm_widget_borderstyle3 .sidebar .widget_categories li.cat-item a:before {
    content: unset;
}
body.tm_widget_borderstyle3 .themetechmount-box-blog-classic ul {
    margin: 0;
}
body.tm_widget_borderstyle3 form.search-form {
    padding-bottom: 1px;
}
body.tm_widget_borderstyle2 .widget .search-form .search-submit,
body.tm_widget_borderstyle3 .widget .search-form .search-submit {
    background-image: url(../images/search.svg);
}
body.tm_widget_borderstyle3.single article.post blockquote{
    font-size: 20px;
}
body.tm_widget_borderstyle3.single article.post .entry-content p {
    margin-bottom: 15px;
}
.tm_widget_borderstyle3 .sidebar .widget.themetechmount_widget_recent_entries .post-detail a:hover {
    color: var(--body-fonts-color);
}

.tm_widget_borderstyle3 .sidebar .widget_categories li.cat-item a:after {
    content: "\e826";
    position: absolute;
    font-family: 'tm-ttmbusiness-icons';
    top: -1px;
    right: 0;
    font-size: 14px;
    font-weight: 500;
}

.tm_widget_borderstyle3 .sidebar .widget .mailchimp-newsletter button.btn {
    width: 100%;
    border-radius: 50px;
    padding: 7px 12px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    background-color: var(--ttm-skincolor);
}

.tm_widget_borderstyle3 .sidebar .widget .mailchimp-newsletter input[type="email"] {
    border-radius: 50px;
    margin-bottom: 30px;
    border-width: 2px;
    padding: 9px 30px;
}

.tm_widget_borderstyle3 .sidebar .widget .tm-news-forminfo p {
    font-size: 14px;
}

.tm_widget_borderstyle2 .sidebar .widget.themetechmount_widget_recent_entries .post-detail a,
.tm_widget_borderstyle3 .sidebar .widget.themetechmount_widget_recent_entries .post-detail a {
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
}
.tm_widget_borderstyle3 .site-main {
    padding-top: 70px;
}

.tm_widget_borderstyle3 .sidebar ul.tm-recent-post-list > li img {
    display: block;
    width: 90px;
    height: 90px;
    margin-right: 15px;
    border-radius: 10px;
}

.tm_widget_borderstyle3 .sidebar .widget .tagcloud a {
    border-radius: 50px;
    border-color: var(--body-blackfont-color);
    color: var(--body-blackfont-color);
    background-color: transparent;
}

.tm_widget_borderstyle3 .sidebar .widget .social-icons li > a.tooltip-top:after, .tm_widget_borderstyle3 .sidebar .widget .social-icons li > a.tooltip-top:before {
    content: unset;
}

.tm_widget_borderstyle3 .sidebar .widget .social-icons li > a:hover {
    background-color: var(--ttm-skincolor);
}

.tm_widget_borderstyle3 .sidebar .widget.themetechmount_widget_recent_entries ul:not(.slides):not(.cart_list) > li:not(:last-child) {
    padding: 0px 0 28px !important;
}
.search .themetechmount-portfoliobox-style1 .themetechmount-box-category {
    padding-top: 10px;
}
.search  .themetechmount-portfoliobox-style1 .tm-post-iconbox a:hover {
    color: #ffff;
}
.tm-pdf-image img {
    position: absolute;
    right: -85px;
    left: auto;
    top: 50px;
    bottom: auto;
}

.tm-about-arrow {
    position: absolute;
    left: auto;
    right: 0;
    top: -20px;
    bottom: auto;
}

.tm-about-arrow-2 {
    position: absolute;
    left: 21%;
    right: auto;
    top: 13%;
    bottom: 0;
}

@keyframes bounce {
    50% {
        transform: translateY(-15px);
    }

}

/************/

/** DEMO 8 **/

/************/
.tm-layout-style8 .tm-header-cta-btn a {
    overflow: hidden;
    transition: all 0.5s linear;
    margin: auto 0;
    top: 20px;
    bottom: 0;
    background-color: var(--ttm-skincolor) !important;
}
.tm-layout-style8 .tm-header-cta-btn a:hover {
    color: var(--body-blackfont-color) !important;
}
.tm-layout-style8 .tm-header-cta-btn a:after {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: var(--ttm-whitecolor);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.tm-layout-style8 .tm-header-cta-btn a:hover:after {
    top: -40%;
}
.tm-layout-style8.tm-headerstyle-classic-overlay .tm-header-cta-btn a.elementor-button.elementor-size-md:before {
    content: unset;
}
.tm-layout-style8 .tm_widget_borderstyle2 .sidebar .widget_categories li.cat-item a {
    font-weight: 500;
}
.tm-layout-style8 .tm_widget_borderstyle2 .sidebar .widget_categories li.cat-item a:before {
    content: counter(stepbox, decimal-leading-zero);
   font-weight: 500;
}

.tm-layout-style8.single-post .comments-area {
    margin-top: 35px;
    margin-bottom: 100px;
}
.tm-layout-style8.blog .tm-footer-cta-btn a,
.tm-layout-style8.single-post .tm-footer-cta-btn a{
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 4px;
}
.tm-layout-style8.tm-headerstyle-classic-overlay .tm-header-cta-btn a.elementor-button.elementor-size-md {
    padding: 14px 30px 14px 30px;
    display: inline-block;
    line-height: normal;
    border-radius:5px;
}
.tm-btn-style-style2 a:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: var(--tm-second-gradientcolor);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.tm-btn-style-style2 a:hover:before, .tm-button-hover-style2:hover:before {
    top: -40%;
}

.tm-btn-style-style2 a {
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
    background-color: transparent;
    border: 1px solid var(--tm-second-gradientcolor);
    border-radius: 5px !important;
    color: var(--body-blackfont-color) !important;
}
.tm-btn-style-style2 a:hover {
    color: var(--ttm-whitecolor)!important;
}

a.tm-button-highlights {
    color: var(--ttm-skincolor);
    position: relative;
    display: inline-block;
    font-weight: 600;
    line-height: 18px;
}

a.tm-button-highlights:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    transition: all 0.5s ease-in-out;
    background-repeat: no-repeat;
    background: linear-gradient(to right, var(--ttm-skincolor) 50%, var(--ttm-skincolor) 50%);
    background-size: 200% 100%;
    background-position: 100% 50%;
}

.tm-globalbutton-style1 .themetechmount-box-blog-style3 .themetechmount-blogbox-footer-left a {
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
    background-color: transparent;
    border: 1px solid var(--tm-second-gradientcolor);
    border-radius: 5px !important;
    color: var(--body-blackfont-color) !important;
    position:relative;
    padding: 10px 30px;
    display:inline-block;
    background-image: unset !important;
}
.tm-globalbutton-style1 .themetechmount-box-blog-style3 .themetechmount-blogbox-footer-left a:hover {
color: var(--ttm-whitecolor)!important;
}
.tm-globalbutton-style1 .themetechmount-box-blog-style3 .themetechmount-blogbox-footer-left a:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: var(--tm-second-gradientcolor);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.tm-globalbutton-style1 .themetechmount-box-blog-style3 .themetechmount-blogbox-footer-left a:hover:before  {
    top: -40%;
}
.tm-footer-cta-btn a {
     display: inline-block;
   border-radius: 5px;
}


/*BUTTON*/
.tm-button-hover-style2 {
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
}

.tm-button-hover-style2:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: var(--ttm-whitecolor);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

/*BUTTON*/
.tm-textcolor-white .tm-bread-sep, .tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a {
    color: var(--ttm-whitecolor) !important;
}

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


/*heading style 5*/
.tm-seperator-style5.tm-element-heading-content-wrapper .tm-element-subheading {
    padding-left: 38px;
}

.tm-seperator-style5.tm-element-heading-content-wrapper .tm-element-subheading {
    margin-bottom: 10px;
}

.tm-seperator-style5.tm-element-heading-content-wrapper .tm-element-subheading:before {
    position: absolute;
    left: 0;
    content: '';
    background-color: var(--ttm-skincolor);
    -webkit-mask: url(../images/star.svg) no-repeat 100% 100%;
    mask: url(../images/star.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    height: 32px;
    width: 35px;
}

.tm-align-right .tm-seperator-style5.tm-element-heading-content-wrapper .tm-element-subheading {
    padding-left: 0px;
    padding-right: 35px;
}

.tm-align-right .tm-seperator-style5.tm-element-heading-content-wrapper .tm-element-subheading:before {
    left: auto;
    right: 0;
}
@media (max-width: 1024px){
    .right-align.tm-seperator-style5 {
        text-align: left;
    }
    .tm-align-right .tm-seperator-style5.tm-element-heading-content-wrapper .tm-element-subheading {
        padding-left: 35px;
        padding-right: 0;
}
    .tm-align-right .tm-seperator-style5.tm-element-heading-content-wrapper .tm-element-subheading:before {
        left: 0;
        right: auto;
    }
}
/*heading style 5*/

/***tab style 10**/
.ttm-tab-style10 ul li {
    padding: 10px;
}

.ttm-tab-style10 .elementor-widget-container {
    text-align: left;
}

.ttm-tab-style10 li.ttm-tab-active {
    color: var(--ttm-whitecolor);
    background-image: unset !important;
    border: 1px solid #fff;
}

.ttm-tab-style10 .ttm-elementor-tab-title {
    padding: 11px 30px 11px 30px;
    cursor: pointer;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 10px;
    margin-bottom: 20px;
}

.ttm-tab-style10 ul {
    list-style-type: none;
}

.ttm-tab-style10 .ttm-tab-content-title {
    display: none;
}

.ttm-tab-style10 .tmtabs-content-wrapper {
    float: left;
    width: 68%;
    padding-left: 40px;
}

.ttm-tab-style10 ul.elementor-tabs-wrapper {
    padding: 58px 50px 30px;
    width: 32%;
    margin-top: 0;
    float: left;
    display: block;
    background-image: url(../images/tab-bg.png);
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.ttm-tab-style10.ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 18px;
    font-weight: 600;
    color: var(--ttm-whitecolor);
    vertical-align: middle;
    font-family: var(--special-element-fontfamily);
}

span.tm-dark-color {
    color: var(--body-blackfont-color);
}

.ttm-tab-style10.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-whitecolor);
}

/*testi style 8*/
.themetechmount-box-testimonial.themetechmount-testimonialbox-styleeight .themetechmount-box-img img {
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    border: 5px solid #fff;
}

.themetechmount-testimonialbox-styleeight .themetechmount-box-img {
    text-align: center;
    margin: 0 auto;
}

.themetechmount-testimonialbox-styleeight .themetechmount-box-author {
    padding-top: 20px;
}

.themetechmount-testimonialbox-styleeight .themetechmount-author-name {
    font-size: 17px;
    line-height: 20px;
    font-family: var(--body-font-family);
}

.themetechmount-testimonialbox-styleeight .themetechmount-box-desc blockquote {
    color: var(--body-blackfont-color);
    font-size: 20px;
    line-height: 32px;
}

.themetechmount-testimonialbox-styleeight .themetechmount-box-desc .themetechmount-testimonial-text:before {
    vertical-align: top;
    content: "\e85b";
    font-family: 'tm-ttmbusiness-icons';
    font-size: 40px;
    line-height: 55px;
    position: absolute;
    top: -5px;
    left: -60px;
    right: 0;
    font-style: normal;
    color: var(--ttm-skincolor);
    z-index: -1;
}

.themetechmount-element-testimonialbox-style-8 {
    background-color: var(--ttm-greycolor);
    padding: 40px 35px 35px;
    margin: 15px 0px;
    border-radius: 10px;
}

.themetechmount-testimonialbox-styleeight .themetechmount-content {
    padding: 16px 0px 21px 0px;
}

.themetechmount-testimonialbox-styleeight .tm-ttmbusiness-icon-star-1.tm-active, .themetechmount-testimonialbox-styleeight .tm-ttmbusiness-icon-star-empty-1 {
    color: #ef7c01;
}

.themetechmount-testimonialbox-styleeight .themetechmount-ratting-star {
    padding: 10px 0px 5px 0px;
}

.themetechmount-element-testimonialbox-style-8 .slick-dots li button {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    font-size: 18px;
    color: var(--body-fonts-color);
    font-weight: 500;
}

.themetechmount-element-testimonialbox-style-8 .slick-dots li.slick-active button {
    color: var(--body-blackfont-color);
    width: 15px;
    border-bottom: 1px solid var(--body-blackfont-color);
    border-radius: 0;
    height: 25px;
}

.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-carousel .slick-slider.slick-dotted {
    padding-bottom: 0;
}

.themetechmount-element-testimonialbox-style-8 .slick-dots li {
    width: 20px;
}

.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-carousel .slick-dots {
    right: 0;
    left: auto;
}

.themetechmount-testimonialbox-styleeight .themetechmount-item-thumbnail:before {
    position: absolute;
    content: "";
    background: var(--ttm-secondarycolor);
    width: 115px;
    height: 115px;
    border-radius: 50%;
    left: -80px;
    bottom: 60px;
    right: 0;
    top: auto;
    background-image: url(../images/testi-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 1);
    -webkit-transition: opacity 0.2s, box-shadow 0.2s;
    -moz-transition: opacity 0.2s, box-shadow 0.2s;
    transition: opacity 0.2s, box-shadow 0.2s;
    opacity: 1;
    box-shadow: 5px 5px 0 var(--ttm-skincolor);
    margin: auto;
}

.themetechmount-testimonialbox-styleeight:hover .themetechmount-item-thumbnail:before {
    box-shadow: 0px 0px 0 var(--ttm-skincolor);
}
@media (max-width:992px) {
    .themetechmount-testimonialbox-styleeight .themetechmount-box-desc blockquote {
    padding-left: 0px;
}
    .themetechmount-testimonialbox-styleeight .themetechmount-box-desc .themetechmount-testimonial-text:before {
        left: 0;
        right: auto;
    }
    .themetechmount-element-testimonialbox-style-8 {
        padding: 40px 35px 5px;
    }
}
@media (max-width: 600px){
    .themetechmount-testimonialbox-styleeight .themetechmount-item-thumbnail:before{
        display:none;
    }       
}
/*FOOTER DEMO FINANCE*/
@media (min-width:1200px) {
    .site-footer .tm-container-for-footer>div>.row {
        display: flex;
    }

}

.tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area .widget:first-child:after {
    content: "";
    background: rgba(255, 255, 255, 0.20);
    height: 1px;
    width: calc(100% - 15px);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}
.tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area:nth-child(3) .widget:first-child:after {
    right: 15px;
}
.tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area:nth-child(2) .widget:first-child:after {
    content: unset;
}

.tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area .widget {
    padding: 0px 30px 30px 0;
    margin: 55px 0 9px;
}

.tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area:nth-child(3) .widget {
    padding-left: 30px;
}

.tm-footer-contact-details a, .tm-footer-contact-details span {
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
    color: var(--ttm-whitecolor) !important;
}

.tm-footer-bordered-social .themetechmount-social-links-wrapper ul.social-icons li a {
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 40%);
    border-radius: 5px !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.tm-footer-bordered-social .themetechmount-social-links-wrapper ul.social-icons li a:hover {
    border-color: var(--ttm-skincolor);
}

.tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area:before {
    content: '';
    background: rgba(255, 255, 255, 0.20);
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area:last-child:before {
    display: none;
}
.footer .tm-textcolor-white a, .footer .tm-textcolor-white {
    color: rgb(255 255 255 / 70%);
}
.tm-footer-address {
    display: block;
    padding-top: 5px;
}
span.tm-fiannace-footer-text {
    font-size: 14px;
    line-height: 22px;
}
.footer.tm-footerstyle-style2 .widget li.menu-item.tm-footer-menu1 {
    padding-bottom: 20px;
    padding-right: 30px;
}
.footer.tm-footerstyle-style2 .mailchimp-inputbox-footer input[type="email"] {
    background: transparent;
    padding: 10px 25px 10px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    width: calc(100% - 100px);
}

.footer .mailchimp-inputbox-footer button[type="submit"] {
    position: absolute;
    right: 25px;
    left: auto;
    top: 0;
    background-color: var(--ttm-skincolor);
    padding: 10px 15px 10px;
    border: 0;
    color: var(--ttm-whitecolor);
    font-size: 20px;
    line-height: 28px;
}

.footer.tm-footerstyle-style2 .widget .widget-title {
    margin-bottom: 15px;
}

.mailchimp-inputbox-footer {
    position: relative;
    margin-top: 20px;
}

.tm-footer-image-box {
    text-align: center;
    padding-top: 30;
    padding-bottom: 30px;
}

span.tm-image-detail {
    color: rgb(255 255 255 / 70%);
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
}

a.tm-footer-address:not(:hover) {
    color: var(--ttm-whitecolor) !important;
}
.tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area .widget {
    padding: 0px 30px 40px 0;
    margin: 50px 0 9px;
}
.tm-footer-bordered-social {
    padding-top: 14px;
    padding-bottom: 20px;
}

.tm-footer-cta-btn {
    text-align: center;
    position: relative;
    margin-top: 20px;
     padding-bottom: 30px;
}

.tm-footer-cta-btn a {
    position: relative;
    overflow: hidden;
    transition: all 0.5s linear;
    margin: auto 0;
    top: 20px;
    bottom: 0;
    background-color: rgb(255 255 255 / 20%);
    color: #fff !important;
    z-index: 1;
}

.tm-footer-cta-btn a:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: var(--ttm-skincolor);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.tm-footer-cta-btn a:hover {
    color: #fff !important;
}

.tm-footer-cta-btn a:hover:before {
    top: -40%;
    opacity: 1;
}

.ttm-tab-style10 .ttm-elementor-tab-title {
    margin-bottom: 26px;
}

.footer.tm-footerstyle-style2 .footer-rows .first-footer .first-footer-inner {
    padding: 60px 0 35px;
}
.tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area:nth-child(2) .widget {
    padding-right: 0;
}
.footer .mailchimp-inputbox-footer  input[type="email"] {
    width: 70%;
}

.tm-fid-view-style7:before {
    position: absolute;
    content: "";
    top: -18px;
    right: 0;
    background-image: url(https://www.themetechmount.com/theme/wp1/demo8/wp-content/uploads/sites/9/2023/06/factbox-icon.png);
    background-repeat: no-repeat;
    left: -21px;
    bottom: 0;
    z-index: 51;
}

.price-tabs-wrapper .ttm-elementor-tab-item {
    cursor: pointer;
}
.tm-layout-style8.single article.post blockquote p:last-child {
    margin-bottom: 0;
}
.tm-layout-style8 .tm-bgcolor-darkgrey .tm-element-heading-content-wrapper .tm-element-subheading {
    color: var(--ttm-whitecolor);
}
@media (max-width: 1024px){
.footer.tm-footerstyle-style2 .footer-rows .first-footer .first-footer-inner {
    padding: 40px 0 15px;
}
    .tm-digit-align .elementor-counter .elementor-counter-number-wrapper {
    display: block;
    }
}
@media (max-width: 992px){

    .tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area .widget {
    padding: 20px 0px 15px 0;
    margin: 15px 0 0;
}
.tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area:nth-child(3) .widget {
     padding: 0px 0px 20px 0;
    margin: 10px 0 0;
}
        .tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area .widget:first-child:after{
        content:unset;
    }
}
@media (max-width: 767px){
.tm-footer-image-box {
     padding-top: 0;
    padding-bottom: 20px;
}
    .tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area:before {
    content: unset;
   }
    .tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area .widget {
    padding: 20px 0px 0px 0;
    margin: 0;
}

}
@media   (min-width:767px) and (max-width:992px) {
.tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area {
    width: 49%;
    display: inline-block;
}

}
@media (max-width: 1200px){
.tm-footerstyle-style2 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area:nth-child(3) .widget {
    padding-left: 0px;
}
}
/*footer demo 8*/
.tm-header-cta-btn {
    float: right;
}

.tm-header-cta-btn a.elementor-button.elementor-size-md {
    padding: 18px 30px 17px 30px;
    color: var(--ttm-whitecolor);
    border-radius: 10px;
    background-color: var(--ttm-skincolor);
    position: relative;
    font-family: var(--button-font-family);
    font-weight: 700;
    z-index: 9;
    font-size: 15px;
}

.tm-header-cta-btn a.elementor-button.elementor-size-md:hover {
    background-color: var(--ttm-secondarycolor);
}

.tm-client-logo-sides .themetechmount-boxes.themetechmount-boxes-client.themetechmount-element-clientbox-simple-logo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgb(255 255 255 / 0%)), to(var(--ttm-whitecolor)));
    background: -o-linear-gradient(right, rgb(255 255 255 / 0%) 0, var(--ttm-whitecolor) 100%);
    background: linear-gradient(270deg, rgb(255 255 255 / 0%), var(--ttm-whitecolor));
    width: 25%;
    z-index: 2;
}

.tm-client-logo-sides .themetechmount-boxes.themetechmount-boxes-client.themetechmount-element-clientbox-simple-logo:before {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255 255 255 / 0%)), to(var(--ttm-whitecolor)));
    background: -o-linear-gradient(left, rgb(255 255 255 / 0%) 0, var(--ttm-whitecolor) 100%);
    background: linear-gradient(90deg, rgb(255 255 255 / 0%), var(--ttm-whitecolor));
    width: 25%;
    z-index: 2;
}

/*progress bar style */
.tm-progressbar-style6 .elementor-progress-wrapper {
    margin-top: 10px;
}

.tm-progressbar-style6 .elementor-progress-percentage {
    position: relative;
    padding-right: 0;
    left: 20px;
    top: 0;
    margin-top: -35px;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent !important;
    height: 25px;
    width: 40px;
    line-height: 25px;
    text-align: center;
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
}

.tm-progressbar-style6 .elementor-progress-percentage:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--body-blackfont-color);
    top: 28px;
}

.ttm-commonform.ttm-contactform-10 {
    color: var(--body-blackfont-color);
}

.ttm-commonform.ttm-contactform-10 .tm-contact-btn.elementor-widget-button input[type="submit"] {
    margin-top: 10px;
    background-color: var(--ttm-skincolor);
    border-radius: 5px;
    font-size: 14px;
    padding: 16px 26px;
}

.ttm-commonform.ttm-contactform-10 input[type="text"], .ttm-commonform.ttm-contactform-10 input[type="email"], .ttm-commonform.ttm-contactform-10 textarea {
    border-radius: 10px;
    background: transparent;
    border-color: rgb(2 0 21 / 50%);
    margin-top: 5px;
}

.ttm-commonform.ttm-contactform-10 .tm-contact-btn.elementor-widget-button input[type="submit"]:hover {
    background-color: var(--ttm-secondarycolor);
}

.tm-finance-social-box:hover .elementor-element-populated {
    box-shadow: 0px 10px 20px -2px rgb(0 0 0 / 18%) !important;
}

.tm-finance-social-box .elementor-element-populated {
    transition: all ease 0.2s;
}

.tm-pricebox-style-1 .tm-price-table-box {
    border: 1px solid #000;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
    margin-bottom: 30px;
}

.tm-pricebox-style-1 .tm-right-contentbox .tm-price-table-box:last-child {
    margin-bottom: 0px;
}

.tm-pricebox-style-1 {
    display: flex;
}

.tm-pricebox-style-1 .tm-right-contentbox-title {
    width: 33%;
    padding-right: 15px;
}

.tm-pricebox-style-1 .tm-right-contentbox-price {
    width: 33%;
    text-align: center;
      border-left: 1px solid rgb(2 0 21 / 30%);
    border-right: 1px solid rgb(2 0 21 / 30%);
    padding: 0 15px;
}

.tm-pricebox-style-1 .tm-ptable-btn a:hover {
    background: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
}

.tm-pricebox-style-1 .tm-right-contentbox-button {
    width: 33%;
    margin: 15px 0px;
    text-align: right;
}

.tm-pricebox-style-1 .tm-right-contentbox-title .tm-box-title h4 {
    font-size: 26px;
    margin-bottom: 0;
}

.tm-pricebox-style-1 .themetechmount-price-box-desc {
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
}

.tm-pricebox-style-1 .tm-ptablebox-cur-symbol {
    font-size: 38px;
    line-height: 42px;
    font-family: var(--special-element-fontfamily);
    color: var(--ttm-skincolor);
    display: inline-block;
}

.tm-pricebox-style-1 .tm-ptablebox-price {
    font-size: 38px;
    line-height: 42px;
    font-family: var(--special-element-fontfamily);
    color: var(--ttm-skincolor);
    display: inline-block;
}

.tm-pricebox-style-1 .tm-pricetablebox-frequency {
    display: inline-block;
    vertical-align: sub;
    font-size: 10px;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
}

.tm-pricebox-style-1 .tm-ptable-btn a {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--ttm-secondarycolor);
    border-radius: 5px;
    padding: 15px 25px;
    position: relative;
}

.tm-pricebox-style-1 .tm-left-contentbox ul.price-list {
    list-style-type: none;
    padding: 0;
}

.tm-pricebox-style-1 .tm-left-contentbox ul.price-list li {
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
    border-bottom: 1px solid #000;
    padding: 20px 0;
}

.tm-pricebox-style-1 .tm-left-contentbox ul.price-list li:last-child {
    border-bottom: 0;
}

.tm-pricebox-style-1 .price-main .tm-tab-contents {
    display: none;
}

.tm-pricebox-style-1 .price-main .tm-tab-contents.tm-tab-active {
    display: block;
}

.tm-pricebox-style-1 .price-main {
    padding: 0 15px;
}

.tm-pricebox-style-1 ul.price-tabs-wrapper {
    list-style-type: none;
    display: flex;
    width: 100%;
    padding: 0;
    justify-content: center;
}

.tm-pricebox-style-1 .price-tabs-wrapper .ttm-elementor-tab-item {
    margin: 10px;
    cursor: pointer;
    padding: 18px 40px 18px 40px;
    color: var(--ttm-whitecolor);
    border-color: var(--tm-second-gradientcolor);
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    background: var(--ttm-skincolor);
    font-family: var(--special-element-fontfamily);
}

.tm-pricebox-style-1 .price-tabs-wrapper li.ttm-elementor-tab-item.tm-tab-active {
    background: #ffff;
    color: var(--body-blackfont-color);
    box-shadow: 0px 0px 20px 6px rgb(2 1 41 / 7%);
}

.tm-pricebox-style-1 .tm-left-contentbox {
    background: var(--ttm-greycolor);
    padding: 58px 40px 38px;
    border-radius: 10px;
}
.tm-about-fact-box {
    position: absolute;
    left: -60px;
    right: auto;
    top: 50px;
    bottom: auto;
}
@media (max-width: 1500px){
.tm-about-fact-box {
    left: 30px;
    right: auto;
    top: 30px;
 }
}
@media (max-width: 992px){
    .tm-pricebox-style-1 {
    display: block;
    margin: 0;
}
.tm-pricebox-style-1 .price-main {
    padding: 0;
}
.tm-pricebox-style-1 .tm-right-contentbox {
    padding: 30px 0;
}
}
@media (min-width: 992px){
.tm-layout-style8 .site-footer .tm-container-for-footer>div>.row {
    display: flex;
}
}
@media (max-width: 480px){
.tm-layout-style8 .site-footer .widget.widget_nav_menu ul li.tm-two-column {
     width: 100%;
    }
    .tm-business-contact .elementor-icon-list-items {
    display: block !important;
}
.tm-business-contact .elementor-icon-list-item {
    padding-bottom: 10px !important;
}
}
@media (max-width: 680px){
    .tm-pricebox-style-1 .tm-price-table-box {
        display: block;
        text-align: center;
        justify-content: center;
    }
    .tm-pricebox-style-1 .tm-right-contentbox-title {
    width: 100%;
    padding-right: 0;
}
.tm-pricebox-style-1 .tm-right-contentbox-price {
    width: 100%;
    padding:15px;
}
.tm-pricebox-style-1 .tm-right-contentbox-button {
    width: 100%;
    text-align: center;
}
}
/*-------------Demo 9--------------*/

.ttm-font-borderhigh .elementor-heading-title {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--ttm-skincolor);
    -webkit-text-fill-color: transparent;
    font-size: 115px;
    position: relative;
}

.ttm-font-borderhigh .elementor-heading-title span {
    position: absolute;
    top: 5px;
    font-size: 60px;
    bottom: auto;
}

.ttm-text-borderbottom span {
    border-bottom: 3px solid var(--ttm-skincolor);
}

.ttm-text-verticalstyle .elementor-heading-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 34px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

/*---progress stylesix---*/
.elementor-element .elementor-widget-progress.tm-progress-stylesix .elementor-progress-wrapper {
    overflow: unset;
    width: 100%;
    margin-top: 19px;
    border-bottom: 2px solid #e5e5e5;
}

.elementor-element.elementor-widget-progress.tm-progress-stylesix .elementor-progress-bar {
    position: absolute;
    top: -15px;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    background-image: linear-gradient(to right, #fe3570 0%, #de1c55 50%, #fe3570 100%);
    background-size: 200% auto;
}

.elementor-widget-progress.tm-progress-stylesix .elementor-progress-percentage {
    position: absolute;
    top: 0;
    text-align: right;
    right: 0;
    font-size: 14px;
    left: auto;
    margin-top: -20px;
    padding-right: 0;
    color: #757575;
    background-color: transparent;
}

.tm-text-highlight span {
    color: var(--body-blackfont-color);
}

.tm-text-highlight b {
    color: var(--body-blackfont-color);
    border-bottom: 3px solid var(--ttm-skincolor);
}

.tm-highbg-color span {
    background-image: linear-gradient(to right, #ff3672 0%, #de1b55 50%, #ff3672 100%);
    background-size: 200% auto;
    color: #fff;
    padding: 0 5px;
}

/*---stepbox style8---*/
.tm-staticbox-style8 .tm-stepbox-content {
    text-align: left;
    position: relative;
    z-index: 1;
}

.tm-staticbox-style8 .tm-ptable-icon-wrapper.tm-ptable-icon-type-text {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: var(--ttm-skincolor);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--special-element-fontfamily);
    transition: .5s;
}

.tm-staticbox-style8 .tm-bottom-contentbox {
    padding-top: 22px;
}

.tm-staticbox-style8 .tm-bottom-contentbox .tm-box-title h4 {
    font-size: 24px;
    line-height: 34px;
}

.tm-staticbox-style8 .themetechmount-static-box-desc {
    font-size: 16px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style8 .tm-stepbox {
    position: relative;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style8 .tm-stepbox:nth-child(3):after, .themetechmount-stepboxes-wrapper.tm-staticbox-style8 .tm-stepbox:nth-child(2):after, .themetechmount-stepboxes-wrapper.tm-staticbox-style8 .tm-stepbox:nth-child(1):after {
    display: block;
    content: '';
    position: absolute;
    left: 41px;
    top: -33px;
    width: 100%;
    height: 100%;
    background-image: url(../images/step-img1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style8 .tm-stepbox:nth-child(2) {
    padding-top: 85px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style8 .tm-stepbox:nth-child(4) {
    padding-top: 50px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style8 .tm-stepbox:nth-child(2):after {
    top: -81px;
    background-image: url(../images/step-img2.png);
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style8 .tm-stepbox:nth-child(3):after {
    top: -48px;
    background-image: url(../images/step-img3.png);
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style8 {
    padding-top: 25px;
}

.tm-staticbox-style8 .tm-stepbox-content:hover .tm-ptable-icon-wrapper.tm-ptable-icon-type-text {
    background-color: #fff;
    color: var(--ttm-skincolor);
    transition: all 500ms ease 400ms;
    transform: perspective(1200px) rotate(360deg) translateZ(0px);
}

/*------Contactform style11------*/
.ttm-commonform.ttm-contactform-11 input[type="submit"] {
    background-color: var(--ttm-skincolor);
    padding: 16px 30px 16px;
    font-size: 14px;
    border-radius: 5px;
}

.ttm-commonform.ttm-contactform-11 input[type="submit"]:hover {
    background-color: var(--ttm-secondarycolor);
}

.ttm-commonform.ttm-contactform-11 .row {
    padding-bottom: 10px;
}

.ttm-commonform.ttm-contactform-11 .tm-contact-btn.elementor-widget-button {
    padding-top: 4px;
}

.ttm-commonform.ttm-contactform-11 input[type="text"], .ttm-commonform.ttm-contactform-11 input[type="email"], .ttm-commonform.ttm-contactform-11 textarea {
    border-radius: 5px;
}

/*---callicon animation---*/
.ttm-callicon-animate .elementor-icon i {
    animation: phone-call-animate 1.5s ease-in-out infinite;
}

@-webkit-keyframes phone-call-animate {
    0%, 100% {
        transform: rotate(0)scale(1)skew(1deg);
    }

    10% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }

    20%, 40% {
        transform: rotate(25deg)scale(1)skew(1deg);
    }

    30% {
        transform: rotate(-25deg)scale(1)skew(1deg);
    }

    50% {
        transform: rotate(0)scale(1)skew(1deg);
    }

}

/* portfolio style4 cursor */
.prt-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity .3s, color .4s;
    -o-transition: opacity .3s, color .4s;
    -moz-transition: opacity .3s, color .4s;
    transition: opacity .3s, color .4s;
}

.prt-cursor-text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: var(--prt-whitecolor);
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: opacity .4s, -webkit-transform .3s;
    transition: opacity .4s, -webkit-transform .3s;
    -o-transition: opacity .4s, -o-transform .3s;
    -moz-transition: opacity .4s, transform .3s, -moz-transform .3s;
    transition: opacity .4s, transform .3s;
    transition: opacity .4s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

.prt-cursor.-visible:before {
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}

.prt-cursor.-visible.-active:before {
    -webkit-transform: scale(.23);
    -moz-transform: scale(.23);
    -ms-transform: scale(.23);
    -o-transform: scale(.23);
    transform: scale(.23);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.prt-cursor.-pointer:before {
    -webkit-transform: scale(.15);
    -moz-transform: scale(.15);
    -ms-transform: scale(.15);
    -o-transform: scale(.15);
    transform: scale(.15)
}

.prt-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7)
}

.prt-cursor.-text .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.prt-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.prt-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.prt-cursor.-tooltip .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }

}

@keyframes shine {
    100% {
        left: 125%;
    }

}

.themetechmount-portfoliobox-style4 .tm-animation-hover-button {
    padding: 23px 15px 28px;
    text-align: center;
    background-image: linear-gradient(to right, #ff3672 0%, #de1b55 50%, #ff3672 100%);
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30%;
    top: auto;
    transition: 500ms all linear 0ms;
    opacity: 0;
}

.prt-cursor .tm-project-readmore-btn {
    transition: 500ms all linear 0ms;
    font-size: 18px;
    line-height: 28px;
    padding: 9px 25px 10px 25px;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    background-image: linear-gradient(to right, #ff3672 0%, #de1b55 50%, #ff3672 100%) !important;
}
.themetechmount-box-portfolio.themetechmount-portfoliobox-style4 {
    position: relative;
    overflow: hidden;
}
.themetechmount-portfoliobox-style4 img.wp-post-image {
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    transition: .7s;
}
.themetechmount-portfoliobox-style4:hover img.wp-post-image {
    transform: scale(1.1) rotate(1deg);
}

/*---button style3---*/
.ttm-slider-btnstyle3, .tm-btn-style-style3 .elementor-button {
    display: inline-block;
    border: 1px solid;
    border-color: var(--ttm-secondarycolor);
    color: var(--body-blackfont-color);
    padding: 19px 33px 17px;
    transition: all .35s;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
}

.ttm-slider-btnstyle3:hover, .tm-btn-style-style3 .elementor-button:hover {
    color: #fff;
    border-color: var(--ttm-skincolor);
}

.ttm-slider-btnstyle3:after, .ttm-slider-btnstyle3:before, .tm-btn-style-style3 .elementor-button:after, .tm-btn-style-style3 .elementor-button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background-color: var(--ttm-skincolor);
    z-index: -1;
    transition: all .35s;
}

.ttm-slider-btnstyle3:hover:after, .ttm-slider-btnstyle3:hover:before, .tm-btn-style-style3 .elementor-button:hover:after, .tm-btn-style-style3 .elementor-button:hover:before {
    top: 0;
}

.ttm-slider-btnstyle3:before, .tm-btn-style-style3 .elementor-button:before {
    opacity: .5;
}

.ttm-slider-btnstyle3:hover:after, .tm-btn-style-style3 .elementor-button:hover:after {
    transition-delay: .2s;
}

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

.tm-btn-style-style3 .elementor-button .elementor-align-icon-right .fa-arrow-right:before {
    line-height: 12px;
}

.ttm-slider-btnstyle3:after, .ttm-slider-btnstyle3:before {
    background-color: var(--ttm-secondarycolor);
}

/*---footer---*/
.footer .ttm-contact-text a.footer-contact-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid;
    letter-spacing: 0.8px;
}

.footer .ttm-contact-text h3 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 15px;
}

.footer .ttm-contactinfo h4 {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 0;
}

.footer .ttm-contactinfo p {
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.50) !important;
}

.footer .ttm-contactinfo p a:not(:hover) {
    color: rgba(255, 255, 255, 0.50);
}

.footer .ttm-contactinfo h4 a {
    color: rgba(255, 255, 255, 1);
}
.footer .ttm-contactinfo a:hover {
    color: #fff;
}
.footer .tm-textcolor-white .ttm-footercopyright a:hover {
    color: #fff;
}

/*---mailchimp form---*/
.mailchimp-inputbox.ttm-newsletter-signup .mailchimp-email {
    display: flex;
}

.mailchimp-inputbox.ttm-newsletter-signup .mailchimp-email i {
    position: absolute;
    top: 12px;
    font-size: 20px;
}

.mailchimp-inputbox.ttm-newsletter-signup .mailchimp-email i:before {
    margin: 0;
}

.mailchimp-inputbox.ttm-newsletter-signup input[type="email"] {
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px;
    height: 50px;
    color: rgba(255, 255, 255, 0.60);
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    padding-left: 30px;
    padding-right: 35px;
    border-radius: 0px;
}

.mailchimp-inputbox.ttm-newsletter-signup .checkcontain {
    display: block;
    position: relative;
    padding-left: 20px;
    text-align: left;
}

.mailchimp-inputbox.ttm-newsletter-signup label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding-left: 10px;
}

.mailchimp-inputbox.ttm-newsletter-signup .checkcontain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.mailchimp-inputbox.ttm-newsletter-signup .checkmark {
    position: absolute;
    top: 7px;
    left: 1px;
    height: 12px;
    width: 12px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 3px;
}

.mailchimp-inputbox.ttm-newsletter-signup .checkcontain .checkmark:before {
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
    width: 9px;
    height: 9px;
    background-color: transparent;
    border-radius: 0;
}

.mailchimp-inputbox.ttm-newsletter-signup .checkcontain input:checked~.checkmark:after {
    display: block;
}

.mailchimp-inputbox.ttm-newsletter-signup .checkcontain .checkmark:after {
    transform: rotate(45deg);
    height: 10px;
    width: 6px;
    border-bottom: 2px solid var(--ttm-skincolor);
    border-right: 2px solid var(--ttm-skincolor);
    left: 4px;
    top: -2px;
}

.mailchimp-inputbox.ttm-newsletter-signup .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.mailchimp-inputbox.ttm-newsletter-signup label a {
    position: relative;
    border-bottom: 1px solid;
}
.mailchimp-inputbox.ttm-newsletter-signup label a:hover {
    color: #fff;
}
.footer .mailchimp-inputbox.ttm-newsletter-signup button[type="submit"] i {
    color: #fff;
    font-size: 27px;
}

.footer .mailchimp-inputbox.ttm-newsletter-signup button[type="submit"] {
    right: 0;
}

.mailchimp-inputbox.ttm-newsletter-signup input[type="email"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.60);
    font-size: 13px;
}

.footer .ttm-newsletter-style h4 {
    font-size: 19px;
    line-height: 29px;
}

.footer .widget .ttm-footer-logo p {
    font-size: 15px;
    padding-top: 0px;
}

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

.tm-footerstyle-style1 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area {
    border-color: rgba(255, 255, 255, 0.15);
}

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

.tm-footerstyle-style1 .second-footer.tm-widgetsep-yes .widget.widget_nav_menu li.menu-item a {
    font-size: 15px;
    line-height: 25px;
}

.tm-footerstyle-style1 .second-footer.tm-widgetsep-yes .widget.widget_nav_menu li.menu-item a:hover {
    color: #fff;
}

.tm-footerstyle-style1.footer .footer-rows .second-footer.tm-widgetsep-yes .second-footer-inner .widget-area {
    padding: 0 40px;
}

.tm-footerstyle-style1.footer .footer-rows .second-footer.tm-widgetsep-yes .second-footer-inner .widget-area:first-child {
    padding: 0 40px 0 15px;
}

.tm-footerstyle-style1 .second-footer .ttm-socialmenu a {
    color: rgba(255, 255, 255, 0.80);
}

.ttm-footercopyright .footer-nav-menu {
    display: inline-block;
}

.footer .tm-textcolor-white .ttm-footercopyright a {
    color: var(--ttm-skincolor);
}

.footer .ttm-footercopyright ul.footer-nav-menu li:after {
    transform: rotate(15deg);
    font-size: 12px;
}

/*---titlebar sep---*/
.tm-titlebar-main .breadcrumb-wrapper-inner .tm-bread-sep i {
    font-size: 5px;
    position: relative;
    top: -3px;
    margin: 0 6px 0 5px;
    border: 1px solid;
    padding: 3px;
    border-radius: 50%;
    color: var(--ttm-skincolor);
}

.ttm-img-move .elementor-widget-image img:hover {
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.20);
}

.ttm-mailtextcolor a:not(:hover) {
    color: #fff;
}
.ttm-mail-contact .elementor-widget-heading .elementor-heading-title a:hover {
    color:var(--ttm-skincolor);
}
.ttm-mail-contact .ttm-contact-mailbox.elementor-widget-heading .elementor-heading-title a {
    border-bottom: 1px solid;
}
.ttm-contactform-11 .tm-contact-btn:after {
    content: '\e875';
    position: absolute;
    font-family: 'tm-ttmbusiness-icons';
    font-size: 18px;
    right: 26px;
    top: 13px;
    color: #fff;
    z-index: 1;
}
.ttm-commonform.ttm-contactform-11 span.wpcf7-spinner {
    position: absolute;
}
.ttm-commonform.ttm-contactform-11 input[type="submit"] {
    padding: 16px 42px 16px 30px;
}
.ttm-commonform.ttm-contactform-11 .tm-contact-btn.elementor-widget-button {
    display: inline-block;
}
.sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content.ttm-btncontact-rd a.elementor-button {
    padding: 15px 32px;
    border-radius: 5px;
}
.ttm-slider-btnstyle3 .fa-arrow-right:before {
    content: '\e875';
    font-family: 'tm-ttmbusiness-icons';
    font-size: 20px;
    line-height: 12px;
    vertical-align: text-top;
    padding-left: 3px;
}
.ttm-commonform.ttm-contactform-11 span.select2-selection.select2-selection--single {
    height: auto;
    background-color: transparent;
    padding: 16px 15px;
    margin-top: 5px;
    border-color:rgba(119, 119, 119, .2);
}
.ttm-commonform.ttm-contactform-11 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    right: 0px;
    top: 50%;
}
.ttm-commonform.ttm-contactform-11 .select2-selection__rendered {
    padding: 0;
    line-height: 24px;
}
.ttm-commonform.ttm-contactform-11 input[type="text"], .ttm-commonform.ttm-contactform-11 input[type="email"], .ttm-commonform.ttm-contactform-11 textarea {
    border-radius: 0;
    padding: 14px 15px;
}
.ttm-commonform.ttm-contactform-11 label {
    font-size: 13px;
      line-height: 21px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}
.ttm-commonform.ttm-contactform-11 input[type="submit"] {
    background-color: var(--ttm-secondarycolor);
    font-size: 14px;
    border-radius: 0;
}
.ttm-commonform.ttm-contactform-11 input[type="submit"]:hover {
    background-color: var(--ttm-skincolor);
}
.ttm-commonform.ttm-contactform-11 .row {
    padding-bottom: 5px;
}
.ttm-commonform.ttm-contactform-11 .tm-contact-btn.elementor-widget-button {
    margin-top: 4px;
}
.site-footer .tm-footerstyle-style1 .first-footer .first-widget-area .widget {
    display: block;
}
.site-footer .tm-footerstyle-style1 .first-widget-area {
    padding: 25px 15px 20px;
}


/*-------------Demo 9-----------------*/

.tm-ptablebox-style-8 .themetechmount-ptable-main {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgb(83 20 173 / 7%);
}
.tm-ptablebox-style-8 .tm-ptablebox-title {
    position: relative;
    padding-top: 15px;
    padding-bottom: 13px;
    text-align: center;
    background: rgb(59 42 130 / 4%);
    overflow: hidden;
}
.tm-ptablebox-style-8 .tm-ptablebox-title h3 {
    font-size: 20px;
    line-height: 28px;
    
}
.tm-ptablebox-style-8 .tm-ptablebox-price {
    font-size: 48px;
    line-height: 70px;
    font-weight: 500;
   color: var(--body-blackfont-color) !important;
}
.tm-ptablebox-style-8 .ttm-ptablebox-price-w {
    padding: 8px 30px 12px;
    background: transparent;
    position: relative;
}
.tm-ptablebox-style-8 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
     margin-top: 0; 
    padding-bottom: 30px;
}
.tm-ptablebox-style-8 .tm-ptablebox-frequency,
.tm-ptablebox-style-8 .tm-ptablebox-cur-symbol {
    display: inline-block;
    font-size: 48px;
    font-weight: 500;
}
.tm-ptablebox-style-8 .tm-ptablebox-features .tm-feature-lines {
     padding: 0;
}
.tm-ptablebox-style-8 .tm-ptablebox-features .tm-feature-lines li {
    padding: 23px 0 20px 0px;
    border-bottom: 0;
}

.tm-ptablebox-style-8 .tm-ptablebox-featured-col .tm-ptablebox-title {
    background: #cc2652;
}
.tm-ptablebox-style-8 .tm-ptablebox-featured-col .ttm-ptablebox-price-w {
    background: var(--ttm-skincolor);
    color: #fff;
}

.tm-ptablebox-style-8 .tm-ptablebox-featured-col .tm-ptablebox-title h3,
.tm-ptablebox-style-8 .tm-ptablebox-featured-col .ttm-ptablebox-price-w .tm-ptablebox-cur-symbol,
.tm-ptablebox-style-8 .tm-ptablebox-featured-col .ttm-ptablebox-price-w .tm-ptablebox-price{
    color: var(--ttm-whitecolor) !important;
}
.tm-ptablebox-style-8 .tm-ptablebox-features {
    padding: 0px;
    padding-bottom: 25px;
}
.tm-ptablebox-style-8 .tm-ptablebox-features .tm-feature-lines li {
    padding: 23px 14px 20px 14px;
    border-bottom: 0;
}
.tm-ptablebox-style-8 .tm-ptablebox-features .tm-feature-lines li:nth-child(2n) {
    background: #eae4fb;
}
.tm-ptablebox-style-8 .tm-ptablebox-featured-col .tm-ptablebox-features .tm-feature-lines li:nth-child(even) {
    background: #eae4fb;
}
.tm-ptablebox-style-8 .tm-ptable-btn a {
    position: relative;
    padding: 18px 30px 18px;
    border: 1px solid var(--ttm-secondarycolor);
    border-radius: 15px !important;
    font-weight: 500;
}
.tm-ptablebox-style-8  .tm-ptable-btn a {
    background: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
    color: #fff !important;
    box-shadow: 0px 0px 21px 0 rgb(255 48 103 / 40%);
    border: 0;
}
.tm-ptablebox-style-8 .tm-ptablebox-description {
    font-size: 13px;
    font-weight: 500;
}
.tm-ptablebox-style-8  .tm-ptable-btn a:hover {
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-secondarycolor);
    box-shadow: 0px 0px 21px 0 rgb(59 42 130 / 40%);
}
.tm-ptablebox-style-8 .tm-ptablebox-featured-col .tm-ptable-btn a:hover {
    background: var(--ttm-secondarycolor);
    border-color: var(--ttm-secondarycolor);
    color: #fff;
    box-shadow: 0px 0px 21px 0 rgb(59 42 130 / 40%);
}

.tm-ptablebox-style-8 .tm-ptablebox-featured-col .themetechmount-ptable-heading {
    background: var(--ttm-skincolor);
    border-radius: 15px 15px 0 0;
    }

.tm-ptablebox-style-8 .tm-ptablebox-title-one h3 {
    padding-top: 30px;
    margin-bottom: 5px;
}
.tm-ptablebox-style-8 .tm-ptablebox-featured-col .tm-ptablebox-title-one h3,
.tm-ptablebox-style-8 .tm-ptablebox-featured-col .tm-ptablebox-description,
.tm-ptablebox-style-8 .tm-ptablebox-featured-col .tm-ptablebox-description-one{
    color: var(--ttm-whitecolor);
}


.tm-ptablebox-style-8 .tm-ptablebox-description-one {
    font-weight: 500;
}

.tm-ptablebox-style-8 .tm-ptablebox-description {
    font-size: 16px;
    font-weight: 400;
     padding-bottom: 10px;

}
  .themetechmount-ptables-w.tm-ptablebox-style-8 .ttm-pricetable-column-w:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

@media (max-width: 991px){
.tm-ptablebox-style-8.themetechmount-ptables-w .ttm-pricetable-column-w {
    margin-bottom: 110px !important;
}
}

.mailchimp-email-footer input::-webkit-input-placeholder {
    color:rgb(255 255 255 / 50%);
}
.mailchimp-email-footer input:-ms-input-placeholder{
     color:rgb(255 255 255 / 50%);
}
.mailchimp-email-footer input:-moz-placeholder{
     color:rgb(255 255 255 / 50%);
}
/*********************/
/*Demo 12 DARK LAYOUT*/
/*********************/
.tm-layout-style12 .site-footer .tm-footerstyle-style1 .first-footer .first-widget-area .widget {
    display: inline-block;
}
.tm-layout-style12.tm-headerstyle-classic-overlay section.error-404 {
    padding: 200px 0px;
}
.single-post.tm-headerstyle-classic-overlay .tm-menu-hover-style1 .tm-header-button a.elementor-button {
      padding: 12px 30px;
}
.tm-layout-style12 .prt-cursor  .tm-project-readmore-btn {
    background:transparent !important;
    background-image: unset!important;
}
 .tm-layout-style12 .prt-cursor .themetechmount-box-title {
    background: black;
    background-image: unset!important;
    padding: 5px 15px 5px 15px;
}
.tm-layout-style12 .prt-cursor .themetechmount-box-category {
    background: black;
    background-image: unset!important;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    font-size:14px;
}
 
.tm-layout-style12 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(255 255 255 / 41%);
}

.tm-heading-center-highlight {
    display: inline-block;
    position: absolute;
    right: 0%;
    left: 45%;
    top: 8%;
}
a.tm-agency-round-button {
    display: block;
    border: 1px solid #ffff;
    border-radius: 50%;
    width: 106px;
    height: 106px;
    text-align: center;
    padding-top: 30px;
    font-size: 12px;
    line-height: 21px;
}
a.tm-agency-round-button:hover {
    border: 1px solid var(--ttm-skincolor);
}
.tm-agency-col-gap .elementor-column-gap-custom .elementor-column > .elementor-element-populated {
    margin: 0 25px !important;
}
.tm-dark-fact-digit-box .tm-fid.inside.tm-fid-view-style5 {
    padding: 100px 65px;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 50%;
    display: inline-block;
    width: 360px;
    height: 360px;
    background: var(--ttm-secondarycolor);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tm-dark-fact-digit-box .tm-fid.inside.tm-fid-view-style5:hover {
    box-shadow: 0 0 20px 2px var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
}
.tm-dark-fact-digit-box  .tm-fid-view-style5.inside h4 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 600;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--ttm-whitecolor);
}
.tm-dark-fact-digit-box .tm-fid-view-style5.inside h4 span:nth-child(2){
    margin-left: -20px;
}
@media only screen and (min-width:1024px) and (max-width:1200px) {
.tm-agency-pro-text h2.elementor-heading-title {
    font-size: 100px !important;
}
}
@media  (min-width:1025px) and (max-width:1260px) {
 .tm-agency-break-col .elementor-container {
    display: block;
}
 .tm-agency-break-col .elementor-column.elementor-col-25.tm-dark-fact-digit-box {
    width: 49% !important;
    display: inline-block;
    margin-bottom: 40px;
}
 .tm-agency-break-col .elementor-widget-wrap.elementor-element-populated{
    margin:0 !important;
}
}
@media  (min-width:1025px) and (max-width:1360px) {

.tm-agency-col-gap .elementor-container {
    display: block;
}
 .tm-agency-col-gap .elementor-column.elementor-col-14{
    width: 20% !important;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 30px;
}
}
/*Agency marque*/
.tm-agency-marque .tm-marquebox-style1 ul.marquebox-list li {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 150px;
    line-height: 74px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
}
.tm-agency-marque .tm-marquebox-style1 ul.marquebox-list li:before {
    border: 1px solid var(--ttm-whitecolor);
    padding: 7px;
    height: 3px;
    width: 66px;
    bottom: auto;
    top: auto;
    bottom: 0;
    right: -94px;
    background: transparent;
}
.tm-agency-marque .tm-marquebox-style1 ul.marquebox-list li:nth-child(even){
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--ttm-whitecolor);
}

/* agency testimonial */
.tm-agency-testimonail .themetechmount-testimonialbox-stylesix .themetechmount-box-content {
    position: relative;
    margin-top: 60px;
    text-align: center;
    padding: 0px 140px;
}
.tm-agency-testimonail .themetechmount-testimonialbox-stylesix .themetechmount-box-content:after {
    width: 110px;
    height: 110px;
    top: -58px;
}
.tm-agency-testimonail .themetechmount-testimonialbox-stylesix .themetechmount-box-desc .themetechmount-testimonial-text {
    font-size: 20px;
    line-height: 32px;
    padding-top: 4px;
    color: var(--ttm-whitecolor);
    font-style: normal;
}
.tm-agency-testimonail .themetechmount-testimonialbox-stylesix .themetechmount-author-name {
    line-height: 30px;
    padding: 20px 0 0px;
    font-size: 20px;
    font-weight: 400;
}
.tm-agency-testimonail .themetechmount-testimonialbox-stylesix .themetechmount-box-desc {
    padding-top: 60px;
}
.tm-agency-testimonail .themetechmount-testimonialbox-stylesix .themetechmount-box-content:before {
    content: "";
    background-color: #fff;
    -webkit-mask: url(../images/left-quote.svg) no-repeat 100% 100%;
    mask: url(../images/left-quote.svg) no-repeat 100% 100%;
    top: -70px;
    width: 68px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.tm-agency-price-icon-box p.elementor-icon-box-description {
    border-top: 1px solid rgb(255 255 255 / 14%);
    padding-top: 15px;
}
.tm-agency-price span {
    font-size: 20px;
}
span.tm-agency-price-periods {
    font-size: 12px;
    font-weight: 500;
    color: var(--ttm-whitecolor);
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 30px;
    padding: 6px 15px;
}
.tm-agency-price {
    right: 40px;
    position: absolute;
}
@media (max-width: 767px){
.tm-agency-testimonail .themetechmount-testimonialbox-stylesix .themetechmount-box-content {
    padding: 0px 40px;
}
}
.tm-dark-fact-digit-box .tm-fid-view-style5 .tm-fid-inner span {
    text-shadow: unset;
}
.themetechmount-blogbox-styleten  .tm-box-post-date {
    background-color: var(--ttm-skincolor);
    font-weight: 400;
}
.themetechmount-testimonialbox-stylesix .themetechmount-box-footer {
    font-weight: 400;
    font-size: 15px;
}
.select2-results__option[aria-selected] {
   color: var(--ttm-secondarycolor);
}

@media (max-width: 1260px){
.tm-dark-fact-digit-box {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
}
@media (max-width: 1024px){
.tm-agency-marque .tm-marquebox-style1 ul.marquebox-list li {
    font-size: 80px;
    line-height: 54px;
  }
}
@media (max-width: 400px){
.tm-dark-fact-digit-box .tm-fid.inside.tm-fid-view-style5 {
    padding: 50px 25px;
    width: 270px;
    height: 270px;
  }
}

.tm-agency-marque .tm-marquebox-style1 {
    animation: tm-marque-text 15s linear infinite;
  }
.tm-agency-round .elementor-widget-container .e-text-path {
    margin: 0 auto;
    height: 195px;
    width: 194px;
    border-radius: 50%;
    z-index: 1;
    fill: #fff;
    letter-spacing: 5px;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
.tm-agency-round .elementor-widget-text-path svg {
    font-size: 18px;
    overflow: visible !important;
    font-family: var(--special-element-fontfamily);
    text-transform: uppercase;
}
.tm-agency-round:before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 60%);
    width: 500px;
    height: 500px;
    top: 65px;
    bottom: 0;
    right: 18%;
    left: 0;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
}
.tm-agency-round:after {
    position: absolute;
    content: "";
    background: transparent;
    border: 1px solid #fff;
    width: 500px;
    height: 500px;
    top: 65px;
    bottom: 0;
    right: 0;
    left: 18%;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
}
.tm-agency-round {
    position: relative;
    display: block;
}
@media (max-width: 767px){
    .tm-agency-round:before,
    .tm-agency-round:after  {
        content: unset;
    }
    .tm-agency-round .elementor-widget-container .e-text-path {
        height: 125px;
        width: 120px;
    }
}
.tm-agency-gradient-marque .tm-marquebox-style1 ul.marquebox-list li {
    font-size: 26px;
    line-height: 36px;
    margin: 0px 30px;
}
.tm-agency-gradient-marque .tm-marquebox-style1 ul.marquebox-list li a:hover {
    color: var(--ttm-whitecolor);
}
.tm-agency-gradient-marque .tm-marquebox-style1 ul.marquebox-list li:before {
    content:unset;
   
}
.themetechmount-box-client.themetechmount-box-view-border-boxed-logo .themetechmount-item-thumbnail-inner {
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 10px;
    width: 237px;
    height: 95px;
    padding: 10px 20px;
}
/*FOOTER AGANECY DARK LAYOUT*/
.tm-agency-footer-form {
    padding-left: 140px;
    position: relative;
}
.footer .mailchimp-dark input[type="email"] {
    border: 0;
    padding: 15px 30px 15px 0;
    width: 250px;
    color: var(--body-blackfont-color);
}
.site-footer .first-footer .first-widget-area .widget .tm-agency-footer-form:before {
    content: "";
    background: rgba(255, 255, 255, 0.15);
    height: 35px;
    width: 1px;
    position: absolute;
    right: auto;
    left: 60px;
    top: -10px;
    bottom: 0;
    margin: auto;
    display: block;
}
.site-footer .first-footer .first-widget-area .widget .tm-agency-footer-form:after {
    content: "";
    background: rgba(255, 255, 255, 0.15);
    height: 35px;
    width: 1px;
    position: absolute;
    right: -100px;
    left: auto;
    top: -10px;
    bottom: 0;
    margin: auto;
    display: block;
}
.footer .mailchimp-inputbox button[type="submit"] {
    color: var(--ttm-whitecolor);
    right: 0;
}
.tm-agency-footer-logo h2 {
    display: unset;
    font-size: 70px;
    line-height: 90px;
    font-weight: 600;
    padding-left: 30px;
}
.tm-agency-footer-logo img{
    margin-top: -40px;
}
a.tm-agency-footer-address {
    padding-right: 65px;
}
.tm-agency-footer-contacts {
    padding-top: 60px;
    padding-bottom: 70px;
}
a.tm-agency-footer-call {
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 10px;
    padding: 15px 28px;
    margin-right: 20px;
    font-size: 16px;
}
.tm-agency-footer-address i {
    font-size: 20px;
    top: 2px;
    position: relative;
    transform: rotate(327deg);
    display: inline-block;
}
.tm-agency-store:before {
    content: "";
    background: rgba(255, 255, 255, 0.20);
    height: 1px;
    width: calc(100% - -68px);
    position: absolute;
    left: -40px;
    top: 0;
    bottom: auto;
    display: block;
}
.tm-agency-store {
    position: relative;
    padding-top: 45px;
}
.footer .widget li.menu-item.tm-footer-social-1 {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 0;
}
.footer .widget li.menu-item.tm-footer-social-1 a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.60) !important;
    line-height: normal;
}
.footer .widget li.menu-item.tm-footer-social-1 a:hover,
a.tm-agency-footer-call:hover {
    border-color:var(--ttm-skincolor) !important;
}
.footer .widget li.menu-item.tm-footer-social-1:last-child {
    margin-right: 0;
}
footer.entry-footer {
    display: none;
}
.footer.tm-footerstyle-style1 .first-footer .widget {
    padding-top: 15px;
    padding-bottom: 5px;
}
.footer .widget li.menu-item.tm-footer-social-1 {
    padding-top: 17px;
}
.footer .widget li.menu-item.tm-footer-menu1 a {
    color: var(--ttm-whitecolor);
}

@media (max-width: 1340px){
.footer .widget li.menu-item.tm-footer-social-1 {
    margin-right: 25px;
}
}


@media (max-width: 1200px){
.tm-agency-footer-form {
    padding-left: 0;
    position: relative;
}
.footer .mailchimp-dark input[type="email"] {
    border: 0;
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    border-radius: 0;
}
.tm-agency-footer-logo h2 {
    display: block;
    font-size: 50px;
    line-height: 64px;
    padding-left: 0;
    padding-top: 20px;
}
.tm-agency-footer-contacts {
    padding-top: 30px;
    padding-bottom: 50px;
}
.tm-agency-footer-logo img {
    margin-top: 0px;
}
.site-footer .first-footer  .first-widget-area .widget {
    display: block;
}
    .site-footer .first-footer .first-widget-area .widget .tm-agency-footer-form:before{
        display:none;
    }
    .footer.tm-footerstyle-style1 .widget {
    margin: 15px 0 15px;
}
}


@media (max-width: 992px){
a.tm-agency-footer-call {
      display: inline-block;
      margin-bottom: 20px;
}
.site-footer .first-footer .first-widget-area .widget .tm-agency-footer-form:after{
    width: 0;
}
}
@media (max-width: 1024px){
   .tm-element-heading-content-wrapper br{
        display: none;
    }
}
@media (max-width: 767px){
.themetechmount-servicebox-stylesix .tm-post-iconbox {    
    right: 30px;
    font-size: 50px;
    line-height: 60px;
   }
    .tm-agency-footer-logo h2 {
    font-size: 30px;
    line-height: 44px;
    }
    .tm-agency-marque .tm-marquebox-style1 {
    animation: tm-marque-text 5s linear infinite;
}
    .tm-agency-gradient-marque .tm-marquebox-style1 {
    animation: tm-marque-text 5s linear infinite;
}
    .mailchimp-inputbox.mailchimp-dark {
    margin-bottom: 0;
}
    .footer .widget li.menu-item.tm-footer-social-1 {
    padding-top: 0;
}
    .footer.tm-footerstyle-style1 .second-footer-inner .widget {
    margin:15px 0;
}
    .tm-agency-footer-contacts {
    padding-top: 20px;
    padding-bottom: 20px;
}
    .site-footer .tm-footerstyle-style1 .first-widget-area:last-child {
    padding-bottom: 5px;
}
    .footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner {
    padding: 15px 0 15px;
}
    .tm-agency-store {
     padding-top: 30px;
}
}


/**/
.tm-play-highlight.elementor-element .elementor-widget-container .elementor-icon {
    position: relative;
    z-index: 11;
}
.tm-play-highlight.elementor-element .elementor-widget-container .elementor-icon:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #ffffff;
     animation: prittyphoto 1.55s infinite;
}
.tm-play-highlight.elementor-element .elementor-widget-container .elementor-icon:before {
    width: 95px;
    height: 95px;
    opacity: .35;
    z-index: -1;
}
@keyframes prittyphoto {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }

}
.tm-agency-image-box .elementor-widget-image-box:hover  {
    transform: translateY(-10px);
}
.tm-agency-image-box .elementor-widget-image-box {
    transition: transform 0.4s ease;
    cursor: pointer;
    z-index: 1;
}
.tm-testi-dark-img {
    background-blend-mode: luminosity;
    transition: all 3s ease-out 0s !important;
}
.tm-testi-dark-img:hover {
    background-blend-mode: lighten;
}
.tm-agency-arrow-hover:hover a {
    transform: rotate(45deg) !important;
    transform-style: preserve-3d;
}

.tm-textvideo-round2 {
    background: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
    border-radius: 50%;
}

@media (min-width: 1200px){
.tm-headerstyle-classic-overlay .tm-menu-hover-style1 .site-header-menu div.nav-menu > ul > li a{
    position: relative;

}
.tm-headerstyle-classic-overlay .tm-menu-hover-style1 .site-header-menu div.nav-menu > ul > li:before{
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        top:0;
        bottom: 0;
        margin: auto;
        background-color: var(--ttm-skincolor);
        height:1px;
        z-index: 2;
        transform-origin: right center;
        -webkit-transform-origin: right center;
        -webkit-transform: scale(0,1);
        -khtml-transform: scale(0,1);
        -moz-transform: scale(0,1);
        -ms-transform: scale(0,1);
        -o-transform: scale(0,1);
        transform: scale(0,1);
        -webkit-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
        -khtml-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
        -moz-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
        -ms-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
        -o-transition: transform .55s cubic-bezier(.37,.31,.2,.85);
        transition: transform .55s cubic-bezier(.37,.31,.2,.85);
    }
    .tm-headerstyle-classic-overlay .tm-menu-hover-style1 .site-header-menu div.nav-menu > ul > li:hover:before, 
    .tm-headerstyle-classic-overlay .tm-menu-hover-style1 .site-header-menu div.nav-menu > ul > li.current-menu-ancestor:before, 
   .tm-headerstyle-classic-overlay .tm-menu-hover-style1 .site-header-menu div.nav-menu > ul > li.current_page_item:before, 
   .tm-headerstyle-classic-overlay .tm-menu-hover-style1 .site-header-menu div.nav-menu > ul > li:hover:before {
        transform-origin: left center;
        -webkit-transform-origin: left center;
        -webkit-transform: scale(1,1);
        -khtml-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }
.tm-headerstyle-classic-overlay .tm-menu-hover-style1 .tm-header-button a.elementor-button {
    border-radius: 10px;
    font-size: 15px;
    background: var(--ttm-skincolor);
}
.tm-headerstyle-classic-overlay .tm-menu-hover-style1 .tm-header-button a.elementor-button:hover {
    background: var(--ttm-greycolor);
    color: var(--ttm-skincolor);
}
.tm-headerstyle-classic-overlay.themetechmount-fullwide .tm-header-style-classic .tm-menu-hover-style1 .tm-header-text-area {
    padding-right: 0;
}
}
/*******END************/
/*Demo 12 DARK LAYOUT*/
/*********END********/


/*-------------------Demo 10--------------------*/

.ttm-text-bghighcolor span {
    background-color: var(--ttm-skincolor);
    padding: 0px 5px;
}
/*---stepbox style9---*/
.tm-staticbox-style9 .tm-stepbox-content {
    text-align: center;
    padding: 0 100px 0 0;
}
.tm-staticbox-style9 .tm-stepbox.col-md-6:last-child .tm-stepbox-content {
    padding: 0 0 0 100px;
}
.tm-staticbox-style9 .tm-box-title h4 {
    font-size: 28px;
    line-height: 38px;
    position: relative;
    display: inline-block;
    margin-bottom: 22px;
}
.tm-staticbox-style9 .tm-box-title h4:before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    transition: all 0.7s ease-in-out;
    background-color: #000;
    left: 0;
    bottom: 0;
    top: auto;
}
.tm-staticbox-style9 .tm-stepbox-content:hover .tm-box-title h4:before {
    width: 0;
}
.tm-staticbox-style9 .tm-ptable-icon-type-image img {
    border-radius: 10px;
}
.tm-staticbox-style9 .tm-top-contentbox {
    position: relative;
}
.tm-staticbox-style9 .tm-ptable-icon-type-image {
    height: 110px;
    width: 110px;
    text-align: center;
    margin: 0 auto;
}
.tm-staticbox-style9 .process-num .number {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: -30px;
    right: -105px;
    left: 0;
    color: #000;
    background-color: var(--ttm-greycolor);
    width: 60px;
    height: 60px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    border: 7px solid #fff;
}
.tm-staticbox-style9 .tm-stepbox-content:hover .process-num .number {
    background-color: var(--ttm-skincolor);
    transition: all 0.7s ease-in-out;
}
.tm-staticbox-style9 .tm-bottom-contentbox {
    padding-top: 28px;
}
.tm-staticbox-style9 .tm-stepbox.col-md-6 {
    position: relative;
}
.tm-staticbox-style9 .tm-stepbox.col-md-6:after {
    content: '';
    position: absolute;
    border-right: 1px solid rgba(0 , 0 , 0 , 0.20);
    height: 78%;
    top: -33px;
    right: 0px;
}
.tm-staticbox-style9 .tm-stepbox.col-md-6:last-child:after {
    border-right: 0;
}
.ttm-border-class .tm-stepbox.col-md-6:after {
    bottom: 0;
    top: auto;
    height: 80%;
}

.ttm-text-bghigh-shape .elementor-heading-title {
    background-color: var(--ttm-skincolor);
    padding: 65px 45px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(9 , 36 , 32 , 0.20);
}
.button-text a {
    color: var(--ttm-skincolor);
    border-bottom: 1px solid;
    font-weight: 500;
}
.button-text a:hover {
    color: #fff;
}

.ttm-testquote-style .themetechmount-testimonialbox-stylesix .themetechmount-box-content:before {
    content: "\f156";
    font-family: flaticon_new_bussines_agency;
    -webkit-mask: unset;
    background-color: transparent;
    font-size: 48px;
    top: -30px;
    width: 45px;
    height: 38px;
    color: #000;
}
.ttm-testquote-style .themetechmount-testimonialbox-stylesix .themetechmount-box-content:after {
    width: 80px;
    height: 80px;
}
.ttm-testquote-style .themetechmount-testimonialbox-stylesix .tm-highlight-text .themetechmount-review-highlight {
    font-size: 20px;
    line-height: 25px;
}
.ttm-testquote-style .themetechmount-testimonialbox-stylesix .tm-highlight-text {
    padding-bottom: 0px;
    padding-top: 30px;
}
.tm-bgcolor-darkgrey .ttm-testquote-style .themetechmount-box-testimonial .themetechmount-box-desc .themetechmount-testimonial-text {
    color: #fff;
}
.ttm-testquote-style .themetechmount-testimonialbox-stylesix .themetechmount-author-name {
    font-size: 15px;
    line-height: 28px;
    display: inline-block;
    padding: 0;
}
.ttm-testquote-style .themetechmount-testimonialbox-stylesix .themetechmount-box-desc .themetechmount-testimonial-text {
    font-size: 23px;
    line-height: 40px;
}
.ttm-testquote-style .themetechmount-testimonialbox-stylesix .themetechmount-box-footer {
    font-size: 13px;
    color: #c8c7c7;
    padding-left: 20px;
    position: relative;
}
.ttm-testquote-style .themetechmount-testimonialbox-stylesix .themetechmount-box-title {
    border: 1px solid rgba(255 , 255 , 255 , 0.20);
    display: inline-block;
    border-radius: 10px;
    padding: 10px 40px;
}
.ttm-testquote-style .themetechmount-testimonialbox-stylesix .themetechmount-box-desc {
    padding-bottom: 15px;
}
.ttm-testquote-style .themetechmount-testimonialbox-stylesix .themetechmount-box-footer:before {
    content: '';
    position: absolute;
    background-color: #c8c7c7;
    width: 7px;
    height: 2px;
    top: 10px;
    left: 7px;
}
.ttm-testquote-style .themetechmount-testimonialbox-stylesix .themetechmount-box-content {
    padding: 0;
}
.ttm-testquote-style .themetechmount-element-testimonialbox-style-6 {
    position: relative;
    overflow: hidden;
}

.ttm-desctext-highbgblack span {
    background-color: #000;
    color: #fff;
    padding: 0 3px;
}

.ttm-client-logostyle .themetechmount-box-client:hover .themetechmount-item-thumbnail-inner img {
    transform: rotateX(360deg);
}

/*---button style4---*/
.ttm-slider-btnstyle4,
.tm-btn-style-style4.elementor-widget-button .elementor-button {
    position: relative;
    z-index: 1;
    background-color: var(--ttm-skincolor);
    overflow: hidden;
    padding: 0 37px;
}
.ttm-slider-btnstyle4,
.tm-btn-style-style4.tm-btn-shape-rounded.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 5px;
}
.ttm-slider-btnstyle4:before,
.ttm-slider-btnstyle4:after,
.tm-btn-style-style4.elementor-widget-button .elementor-button:before, 
.tm-btn-style-style4.elementor-widget-button .elementor-button:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #000;
    transform: scale(0);
    z-index: -1;
    border-radius: 5px;
    transform-origin: right bottom;
    transition: opacity ease 0.7s, visibility ease 0.7s, transform ease 0.7s;
}
.ttm-slider-btnstyle4:before,
.tm-btn-style-style4.elementor-widget-button .elementor-button:before {
    transform-origin: left top;
}
.ttm-slider-btnstyle4:hover:before,
.ttm-slider-btnstyle4:hover:after,
.tm-btn-style-style4.elementor-widget-button .elementor-button:hover:before, 
.tm-btn-style-style4.elementor-widget-button .elementor-button:hover:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.ttm-slider-btnstyle4:before,.ttm-slider-btnstyle4:after {
  border-radius: 4px;
}
.ttm-slider-btnstyle4 {
  overflow: visible;
}
.tm-header-tagtext .header-info-tagline .ttm-hiring-tag {
    position: absolute;
    top: 31%;
    left: 16%;
    border: 1px solid rgba(255 , 255 , 255 , 0.20);
    padding: 4px 17px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.tm-ptablebox-style-10.tm-ptablebox .tm-ptable-btn a,
.footer .widget .ttm-footer-subscribe-text a.elementor-button,
.ttm-header-brandbtn .elementor-button {
    position: relative;
    z-index: 1;
    background-color: transparent;
    overflow: hidden;
    padding: 16px 30px;
    border: 1px solid #fff;
    vertical-align: middle;
    border-radius: 5px;
    text-transform: capitalize;
    color: #fff;
}
.ttm-header-brandbtn .elementor-button {
    padding: 14px 30px;
}
.tm-ptablebox-style-10.tm-ptablebox .tm-ptable-btn a:hover {
    color: #fff;
}
.footer .widget .ttm-footer-subscribe-text a.elementor-button:hover,
.ttm-header-brandbtn .elementor-button:hover {
    color: #000;
}
.tm-ptablebox-style-10.tm-ptablebox .tm-ptable-btn a:before,
.tm-ptablebox-style-10.tm-ptablebox .tm-ptable-btn a:after,
.footer .widget .ttm-footer-subscribe-text a.elementor-button:before,
.footer .widget .ttm-footer-subscribe-text a.elementor-button:after,
.ttm-header-brandbtn .elementor-button:before, 
.ttm-header-brandbtn .elementor-button:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    transform: scale(0);
    z-index: -1;
    transform-origin: right bottom;
    transition: opacity ease 0.7s, visibility ease 0.7s, transform ease 0.7s;
}
.tm-ptablebox-style-10.tm-ptablebox .tm-ptable-btn a:before,
.footer .widget .ttm-footer-subscribe-text a.elementor-button:before,
.ttm-header-brandbtn .elementor-button:before {
    transform-origin: left top;
}
.tm-ptablebox-style-10.tm-ptablebox .tm-ptable-btn a:hover:before,
.tm-ptablebox-style-10.tm-ptablebox .tm-ptable-btn a:hover:after,
.footer .widget .ttm-footer-subscribe-text a.elementor-button:hover:before,
.footer .widget .ttm-footer-subscribe-text a.elementor-button:hover:after,
.ttm-header-brandbtn .elementor-button:hover:before, 
.ttm-header-brandbtn .elementor-button:hover:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.tm-ptablebox-style-10.tm-ptablebox .tm-ptable-btn a:before,
.tm-ptablebox-style-10.tm-ptablebox .tm-ptable-btn a:after {
    background-color: #000;
}

.ttm-tabstyle-eightnew .ttm-tab-style8 ul.elementor-tabs-wrapper {
    position: absolute;
    right: 110px;
    top: -75px;
}
.ttm-tabstyle-eightnew .ttm-tab-style8 ul.elementor-tabs-wrapper:before {
    height: 35px;
    width: 70px;
    top: 8px;
    background-color: transparent;
    border-color: #000;
}
.ttm-tabstyle-eightnew .ttm-tab-style8 li.ttm-elementor-tab-title.ttm-tab-active {
    background-color: var(--ttm-secondarycolor);
}
.ttm-tabstyle-eightnew .ttm-tab-style8 li.ttm-elementor-tab-title {
    height: 35px;
    width: 35px;
    top: 8px;
    left: 0px;
}
.ttm-tabstyle-eightnew .ttm-tab-style8 ul.elementor-tabs-wrapper li:first-child span {
    right: 45px;
}
.ttm-tabstyle-eightnew .ttm-tab-style8 ul.elementor-tabs-wrapper li:last-child span {
    left: 45px;
}
.ttm-tabstyle-eightnew .elementor-widget-tm_tabbox_element .ttm-tab-style8.ttm-elementor-tabs ul.elementor-tabs-wrapper span {
    top: 1px;
    color: var(--body-blackfont-color);
    font-size: 18px;
    font-weight: 400;
}

.ttm-commonform.ttm-contactform-12 input[type="text"],
.ttm-commonform.ttm-contactform-12 input[type="email"] {
    background-color: transparent;
    border: 1px solid rgba(255 , 255 , 255 , 0.20);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.ttm-commonform.ttm-contactform-12 input[type="submit"] {
    background-color: var(--ttm-skincolor);
    color: var(--body-blackfont-color);
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    border-radius: 5px;
    padding: 16px;
}
.ttm-commonform.ttm-contactform-12 p {
    margin-bottom: 25px;
}
.ttm-commonform.ttm-contactform-12 .tm-contact-btn.elementor-widget-button {
    margin-top: 25px;
}
.ttm-contactform-12 input[type="text"]::-webkit-input-placeholder,
.ttm-contactform-12 input[type="email"]::-webkit-input-placeholder {
    color: rgba(255 , 255 , 255 , 0.70);
}

.ttm-start-trustedtext span,
.ttm-start-trustedtext h4{
    display: inline-block;
    color: #fff;
}
.ttm-start-trustedtext span {
    font-weight: 500;
    font-style: italic;
    color: var(--ttm-skincolor);
}
.ttm-icon-border .elementor-icon-box-wrapper {
    position: relative;
}
.ttm-icon-border .elementor-icon-box-wrapper:after {
    content: '';
    position: absolute;
    border-right: 1px solid rgba(255 , 255 , 255 , 0.20);
    top: 0;
    right: 25px;
    height: 100%;
    transform: rotate(15deg);
}
.sidebar .widget .tm-service-contact-banner .tm-service-contact-info.ttm-blog-contact {
    background-color: var(--ttm-secondarycolor);
}
.blog .footer.tm-footerstyle-style4 .first-footer-inner .widget .ttm-footer-subscribe-text a.elementor-button {
    padding: 15px 37px;
}
.tm_widget_borderstyle2 .sidebar .widget .tagcloud a:hover {
    color: #fff;
    border-color: var(--ttm-skincolor);
}
body.tm_widget_borderstyle2 .sidebar .widget {
    padding: 50px 30px 50px !important;
}
/*---footer---*/
.tm-footerstyle-style4.footer .widget .ttm-footer-subscribe-text {
    text-align: center;
}
.tm-footerstyle-style4.footer .widget .ttm-footer-subscribe-text h2 {
    line-height: 75px;
    margin-bottom: 40px;
    font-size: 60px;
}
.tm-footerstyle-style4.footer .widget .ttm-footer-subscribe-text h2 span {
    background-color: var(--ttm-skincolor);
    padding: 0px 5px;
    color: var(--body-blackfont-color);
}
.footer .ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li a {
    background-color: transparent;
    border: 1px solid rgba(255 , 255 , 255 , 0.15);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.tm-footerstyle-style4 .ttm-footer-social ul.social-icons {
    text-align: right;
}
.ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li.tm-social-linkedin a,
.ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li.tm-social-pinterest a,
.ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li.tm-social-twitter a,
.ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li.tm-social-facebook a {
    background-color: transparent;
}
.footer .ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li a:before, 
.footer .ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li a:after {
    content: unset;
}
.footer .ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li a:hover i {
    color: var(--body-blackfont-color);
}
.tm-footerstyle-style4.footer .first-footer .first-footer-inner {
    border-bottom: 0;
}
.tm-footerstyle-style4.footer .widget.widget_nav_menu {
    text-align: center;
}
.tm-footerstyle-style4.footer .footer-rows .first-footer .first-footer-inner {
    padding: 60px 0 15px;
}
.tm-footerstyle-style4.footer .second-footer-inner .widget {
    margin: 45px 0 20px;
}
.tm-footerstyle-style4.footer .widget li.menu-item.tm-footer-menu1 {
    padding: 10px 15px 0 0;
}
.tm-footerstyle-style4.footer .widget li.menu-item.tm-footer-menu1 a {
    font-size: 15px;
}
.tm-footerstyle-style4.footer .widget li.menu-item.tm-footer-menu1 a:hover {
    color: var(--ttm-skincolor);
}
.tm-footerstyle-style4.footer .widget .ttm-footer-social ul li {
    padding: 0;
}
.tm-footerstyle-style4 .bottom-footer-inner ul.footer-nav-menu li:after {
    content: unset;
}
.tm-footerstyle-style4 .bottom-footer-inner .footer-nav-menu li {
    padding: 0 15px 0 0;
}
.tm-footerstyle-style4 .bottom-footer-inner .footer-nav-menu li:last-child {
    padding-right: 0;
}
.tm-footerstyle-style4 .bottom-footer-text .footer-nav-menu {
    padding: 10px 0 0;
    display: block;
}
/*--------Sidebar---------*/
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.ttm-service-leftmenu a:hover, 
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.ttm-service-leftmenu.current-menu-item a,
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.ttm-service-leftmenu.current-menu-item:before, 
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.ttm-service-leftmenu:hover.ttm-link-hover:before {
    color: var(--ttm-secondarycolor);
}
.tm-file-links.ttm-service-links .tm-links i,
.single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-info.ttm-service-contact,
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.ttm-service-leftmenu a:after, 
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.ttm-service-leftmenu.current-menu-item a:after {
    background-color: var(--ttm-secondarycolor);
}
/*---titlebar---*/
.ttm-icon-content a.skip-content-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 1;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.ttm-commonform.ttm-contactform-05.ttm-team-form .tm-contact-btn.elementor-widget-button input[type="submit"] {
    background-color: var(--ttm-skincolor);
    background-image: unset !important;
    border-right-color: transparent;
    border-left-color: transparent;
    color: var(--ttm-secondarycolor);
}
/*---team detail---*/
.tm-team-member-single-content-wrapper .tm-team-member-single-category {
    margin-top: 10px;
    display: inline-block;
}
.tm-team-member-single-content-wrapper .tm-team-social-link ul.tm-team-social-links li a {
    background-color: transparent;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-right: 5px;
}
.tm-team-member-view-style2 .tm-team-social-link ul.tm-team-social-links li,
.tm-team-member-single-content-wrapper .tm-team-social-link ul.tm-team-social-links li {
    display: inline-block;
    list-style: none;
}
.tm-team-member-single-content-wrapper .tm-team-social-link ul.tm-team-social-links {
    padding: 25px 0 0;
}
.tm-team-member-single-content-wrapper .ttm-commonform.ttm-contactform-05.ttm-team-form .tm-contact-btn.elementor-widget-button input[type="submit"] {
    border-radius: var(--ttm-button-shape);
}
.tm-team-member-view-style2 .themetechmount-team-member-single-featured-area {
    z-index: 2;
}
.tm-team-member-view-style2 .tm-team-social-link ul.tm-team-social-links li a {
    background-color: transparent;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-right: 15px;
    border: none;
    width: auto;
    height: auto;
}
.tm-team-member-view-style2 .tm-team-social-link ul.tm-team-social-links {
    padding: 5px 0 0;
}
.tm-team-member-view-style2 h2.tm-team-member-single-title {
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
}
.tm-team-member-view-style2 .tm-team-member-single-position {
    font-size: 16px;
    position: relative;
    padding-left: 10px;
    line-height: 16px;
}
.tm-team-member-view-style2 .tm-team-member-single-position:before {
    content: '';
    position: absolute;
    border-left: 1px solid #000;
    height: 100%;
    transform: rotate(20deg);
    left: 0;
}
.tm-team-member-view-style2 .thememount-team-data {
    padding-top: 15px;
}
.tm-team-member-view-style2 .tm-featured-wrapper.tm-tm_team_member-featured-wrapper {
    margin-left: 0;
}
.tm-team-member-view-style2 .tm-team-member-img-titlebox {
    background-color: var(--ttm-greycolor);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--ttm-bordercolor);
}
.tm-team-member-view-style2 .tm-featured-wrapper.tm-tm_team_member-featured-wrapper {
    margin-left: 0;
}
.single-tm_team_member .tm-team-member-view-style2 .themetechmount-team-img {
    padding-right: 0;
    text-align: center;
}
.tm-team-member-view-style2 .tm-team-social-link {
    text-align: left;
}
.tm-team-member-view-style2 .tm-team-details-wrapper {
    padding-top: 15px;
}

.ttm-btnstyle4-simpletext.elementor-widget-button.tm-btn-style-text a.elementor-button {
    border-bottom: 1px solid;
    line-height: 20px;
}

/*-------------------Demo 10--------------------*/
.themetechmount-ptables-w.tm-ptablebox-style-11 .ttm-pricetable-column-w {
  padding: 0;
  box-shadow: 0 6px 30px 7px rgb(33 37 71 / 10%);
  transition: .5s;
}
.tm-ptablebox-style-11 .themetechmount-ptable-main {
    background-color: var(--ttm-whitecolor) !important;
}
.tm-ptablebox-style-11 .ttm-ptablebox-price-w {
    position: relative;
    padding: 35px 30px 0;
    margin-bottom: 0px;
}
.tm-ptablebox-style-11 .tm-ptablebox-features {
    background: var(--ttm-whitecolor);
}
.tm-ptablebox-style-11 .tm-ptablebox-title h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tm-ptablebox-style-11 .tm-ptablebox-title {
    padding-top: 10px;
}
.tm-ptablebox-style-11 .tm-ptablebox-title-one h3 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}
.tm-ptablebox-style-11 .tm-ptablebox-description-one {
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
}
.tm-ptablebox-style-11 .themetechmount-ptable-heading {
    background: var(--ttm-greycolor);
    padding: 30px;
}
.tm-ptablebox-style-11 .tm-ptablebox-description {
    color: #ff3067;
    font-weight: 500;
}
.tm-ptablebox-style-11 .tm-ptablebox-price {
    font-size: 48px;
    line-height: 70px;
    color: var(--body-blackfont-color) !important;
    font-weight: 500;
}
.tm-ptablebox-style-11 .tm-ptablebox-frequency {
    font-size: 26px;
}
.tm-ptablebox-style-11 .tm-ptablebox-cur-symbol {
    display: inline-block;
    font-size: 38px;
    font-weight: 600;
}
.tm-ptablebox-style-11 .tm-ptablebox-features .tm-feature-lines li {
    padding: 5px 0 5px 0px;
     border-bottom: 0;
}
.tm-ptablebox-style-11 .tm-ptablebox-features .tm-feature-lines li:first-child {
    padding-top: 30px;
}
.tm-ptablebox-style-11  .tm-ptablebox-features .tm-feature-lines {
    padding: 12px 45px 10px;
    text-align: left;
}
.tm-ptablebox-style-11 .tm-ptablebox-featured-col .themetechmount-ptable-heading {
    background: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    padding: 55px 30px;

}
.tm-ptablebox-style-11 .tm-ptablebox-featured-col .tm-ptablebox-description,
.tm-ptablebox-style-11 .tm-ptablebox-featured-col .tm-ptablebox-title h3,
.tm-ptablebox-style-11 .tm-ptablebox-featured-col .tm-ptablebox-title-one h3 {
     color: var(--ttm-whitecolor);
}
.tm-ptablebox-style-11 .tm-ptable-btn a {
    border: 1px solid var(--ttm-secondarycolor);
    border-radius: 15px !important;
    padding: 18px 30px 17px 30px;
    font-weight: 500;
}
.tm-ptablebox-style-11 .tm-ptable-btn a:hover {
    box-shadow: 0px 0px 21px 0 rgb(59 42 130 / 40%);
}
.tm-ptablebox-style-11 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
    padding-bottom: 35px;
    margin-top: -40px;
}



.themetechmount-testimonialbox-style13 .themetechmount-box-author .tm-title-textbox {
    display: inline-block;
}

.themetechmount-testimonialbox-style13 .themetechmount-box-author .tm-title-ratingstar {
    display: inline-block;
    float: right;
    vertical-align: middle;
}
.themetechmount-testimonialbox-style13  .themetechmount-post-item {
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 10px;
}
.themetechmount-testimonialbox-style13 .themetechmount-box-author {
    background: rgb(255 255 255 / 10%);
    padding: 10px 30px;
}
.themetechmount-testimonialbox-style13 .themetechmount-ratting-star {
     padding: 0px 0px 0px 0px;
    
}

.themetechmount-testimonialbox-style13 .themetechmount-box-highlight h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
}
.themetechmount-testimonialbox-style13 .themetechmount-box-desc .themetechmount-testimonial-text {
    color: rgb(255 255 255 / 60%);
    text-align: center;
}
.themetechmount-testimonialbox-style13 .themetechmount-box-desc {
    padding: 10px 20px 30px;
}

.themetechmount-testimonialbox-style13 .themetechmount-box-desc .themetechmount-testimonial-text {
    color: rgb(255 255 255 / 60%);
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
/*-------------Demo 11-----------------*/

.tm-service-background-hover > .elementor-widget-wrap:after, .elementor-inner-section.tm-service-background-hover:after {
    content: '';
    background-image: linear-gradient(205deg, #EDDEFF 0%, #EAEAFF 100%);
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    transition: all 0.5s ease;
}
.tm-service-background-hover:hover > .elementor-widget-wrap:after, .elementor-inner-section.tm-service-background-hover:hover:after {
    height: 100%;
    transition: all 0.5s ease;
}
.tm-service-background-hover:hover .elementor-widget-button .elementor-button {
    border-color: var(--ttm-secondarycolor);
    color: var(--ttm-secondarycolor);
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.tm-spinblock svg {
    overflow: visible;
    animation-name: spin;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.tm-staticbox-style10 .process-num {
    font-size: 70px;
    line-height: 70px;
    font-family: var(--special-element-fontfamily);
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px var(--body-fonts-color);
    margin-bottom: 32px;
    transition: all 0.5s ease;
}
.tm-staticbox-style10 .tm-stepbox:hover .process-num {
    color: var(--ttm-skincolor);
    -webkit-text-stroke-color: var(--ttm-skincolor);
}
.tm-staticbox-style10 .tm-box-title h4 a {
    color: var(--ttm-skincolor);
}
.tm-staticbox-style10 .tm-box-title h4 a:hover {
    color: var(--ttm-secondarycolor);
}
.tm-staticbox-style10 .tm-stepbox-readmore a.tm-more-button {
    font-size: 0;
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: top;
    border: 1px dashed var(--body-fonts-color);
    border-radius: 50%;
    position: relative;
    transition: all 0.8s ease;
}
.tm-staticbox-style10 .tm-stepbox-readmore a.tm-more-button:after {
    content: "\e86d";
    font-family: 'tm-ttmbusiness-icons';
    font-size: 19px;
    color: var(--body-fonts-color);
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
}
.tm-staticbox-style10 .tm-stepbox-readmore a.tm-more-button:hover {
    border-color: var(--ttm-skincolor);
    transform: rotate(360deg);
}
.tm-staticbox-style10 .tm-stepbox-readmore a.tm-more-button:hover:after {
    color: var(--ttm-skincolor);
}
.tm-staticbox-style10 .tm-bottom-contentbox {
    margin-bottom: 25px;
}
.tm-staticbox-style10 .tm-stepbox-content {
    text-align: center;
}
.tm-staticbox-style10 .tm-stepbox .tm-stepbox-content {
    text-align: center;
    padding: 65px 40px;
    border: 1px solid var(--body-fonts-color);
    border-radius: 250px;
    margin-left: -7px;
    margin-right: -7px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tm-staticbox-style10 .tm-stepbox:hover .tm-stepbox-content {
    border-color: var(--ttm-skincolor);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style10 {
    margin: 0;
    padding: 0 7px;
}
.tm-staticbox-style10 .tm-stepbox {
    padding: 0;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleeleven .themetechmount-box-desc blockquote {
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleeleven .themetechmount-box-author {
    padding-top: 0;
    padding-bottom: 20px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleeleven .tm-box-footer {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.themetechmount-testimonialbox-styleeleven .themetechmount-box-desc {
    background: var(--ttm-whitecolor);
    position: relative;
    border-radius: 20px 20px 20px 0;
    padding: 60px 45px;
}
.themetechmount-testimonialbox-styleeleven .themetechmount-box-desc:after {
    content: '';
    position: absolute;
    border-right: 20px solid transparent;
    border-top: 25px solid var(--ttm-whitecolor);
    bottom: -25px;
    left: 0;
    z-index: 0;
}
.themetechmount-testimonialbox-styleeleven .themetechmount-box-desc blockquote.themetechmount-testimonial-text:before {
    content: '\f156';
    font-family: 'flaticon_new_bussines_agency';
    font-style: normal;
    font-size: 100px;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    color: var(--ttm-skincolor);
    opacity: 0.05;
}
.themetechmount-testimonialbox-styleeleven .tm-top-content {
    position: relative;
    padding-top: 30px;
    margin-bottom: 50px;
}
.themetechmount-testimonialbox-styleeleven .tm-top-content:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 150px;
    right: auto;
    width: 65px;
    height: 65px;
    background-image: url(../images/testimonial-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    animation-name: float_left_right;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
.themetechmount-testimonialbox-styleeleven .themetechmount-box-desc:before {
    content: '';
    position: absolute;
    top: -30px;
    bottom: auto;
    left: 35px;
    right: auto;
    width: 65px;
    height: 65px;
    background-image: url(../images/testimonial-img1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-styleeleven .themetechmount-box-img img {
    border-radius: 10px;
}
.themetechmount-testimonialbox-styleeleven .themetechmount-box-img {
    width: 112px;
    float: left;
    position: relative;
    margin-right: 50px;
}
.themetechmount-testimonialbox-styleeleven .themetechmount-box-img:after {
    content: '';
    width: 112px;
    height: 112px;
    display: block;
    position: absolute;
    border: 1px dashed var(--ttm-skincolor);
    border-radius: 10px;
    top: auto;
    left: auto;
    right: -20px;
    bottom: -20px;
    z-index: -1;
    transition: all 0.5s ease;
}
.themetechmount-testimonialbox-styleeleven:hover .themetechmount-box-img:after {
    opacity: 0;
    transition: all 0.5s ease;
    transform: translate(-20px, -20px);
}
.themetechmount-testimonialbox-styleeleven .tm-title-textbox {
    overflow: hidden;
    margin-top: 30px;
    display: inline-block;
    vertical-align: top;
    transition: all 0.5s ease;
}
.themetechmount-testimonialbox-styleeleven:hover .tm-title-textbox {
    transform: translateY(-5px);
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleeleven .themetechmount-author-name {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    color: var(--ttm-skincolor);
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleeleven .themetechmount-box-footer {
    font-size: 16px;
    font-weight: normal;
}
.tm-list-style1 .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text span {
    padding-right: 10px;
}
.tm-list-style1 .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text span {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    border: 1px dashed var(--body-fonts-color);
    border-radius: 50%;
    padding: 0;
}
.site-footer .tm-footerstyle-style3 .second-footer-inner, .site-footer .tm-footerstyle-style3 .bottom-footer-inner {
    background: #ffffff;
}
.footer_inner_wrapper.footer.tm-footerstyle-style3 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.site-footer .tm-footerstyle-style3 .tm-footer2-left, .site-footer .tm-footerstyle-style3 .tm-footer2-right {
    padding-top: 30px;
    padding-bottom: 30px;
}
.site-footer .tm-footerstyle-style3 .second-footer-inner {
    border-color: #E9E9E9;
    padding: 80px 0;
}
.site-footer .tm-footerstyle-style3 span.tm-business-footer-text {
    font-size: 16px;
}
.site-footer .tm-footer-image {
    margin-bottom: 15px;
}
.site-footer .tm-footer-desc {
    margin-bottom: 35px;
}
.site-footer .tm-textcolor-dark .tm-footer-desc {
    color: var(--body-fonts-color);
}
.footer .tm-footerstyle-style3 .widget .widget-title {
    margin-bottom: 15px;
}
.tm-footer.style1 {
    padding-bottom: 0;
}
.tm-footerstyle-style3 .tm-footer > span {
    display: block;
    padding-left: 38px;
    padding-bottom: 23px;
    position: relative;
}
.tm-footerstyle-style3 .tm-footer > span:last-child {
    padding-bottom: 0;
}
.tm-footerstyle-style3 .tm-footer .contact-icon {
   height: 25px;
    width: 22px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: absolute;
    left: 0;
}
.footer-address .contact-icon {
    background-image: url(../images/location.png);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-email .contact-icon {
    background-image: url(../images/mail.png);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-call-number .contact-icon {
    background-image: url(../images/phone.png);
    background-position: center;
    background-repeat: no-repeat;
}
.tm-textcolor-white .footer-call-number a:not(:hover) {
    color: var(--ttm-whitecolor) !important;
}
.mailchimp-inputbox.tm-mailchimp-form.style1.tm-newsletter-style .newsletter-desc {
    color: var(--body-fonts-color);
    font-size: 17px;
    margin-bottom: 3px;
    display: block;
}
.mailchimp-inputbox.tm-mailchimp-form.style1.tm-newsletter-style .mailchimp-email {
    display: flex;
    position: relative;
}
.mailchimp-inputbox.tm-mailchimp-form.style1.tm-newsletter-style input[type="email"] {
    border-width: 0 0 1px 0;
    border-color: #E5E5E5;
    border-radius: 0;
    color: var(--ttm-secondarycolor);
    margin-bottom: 0;
}
.footer .mailchimp-inputbox.tm-mailchimp-form.style1.tm-newsletter-style button[type="submit"] i {
    color: var(--ttm-skincolor);
}
.footer .mailchimp-inputbox.tm-mailchimp-form.style1.tm-newsletter-style button[type="submit"] i {
    font-size: 20px;
}
.mailchimp-inputbox.tm-mailchimp-form.style1.tm-newsletter-style {
    background: var(--ttm-greycolor);
    padding: 45px 30px 50px;
}
.tm-footerstyle-style3 .tm-newsletter-bg {
    position: absolute;
    top: -70px;
    bottom: auto;
    right: -85px;
    left: auto;
    z-index: 1;
    animation-name: float_top_bottom;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_top_bottom;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_top_bottom;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
.tm-footerstyle-style3 .second-footer.tm-widgetsep-yes .widget-area {
    border-right: 1px solid #E9E9E9;
    padding: 0 15px 0 40px;
}
.tm-footerstyle-style3 .second-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area {
    border-color: rgba(255, 255, 255, 0.04);
}
.tm-footerstyle-style3 .second-footer.tm-widgetsep-yes .widget-area:first-child {
    padding: 0 80px 0 15px;
}
.tm-footerstyle-style3 .second-footer.tm-widgetsep-yes .widget-area:last-child {
    border-right: 0;
}
.tm-footerstyle-style3 .second-footer .widget {
    margin: 0;
}
.footer.tm-footerstyle-style3 .widget ul > li {
    padding: 0px 0px 5px 0;
}
@keyframes float_top_bottom {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

}
.tm-top_bottom-animation img {
    animation-name: float_top_bottom;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_top_bottom;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_top_bottom;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
.tm-footerstyle-style3 .tm-bottom-extra-bg {
    position: absolute;
    top: auto;
    bottom: -32px;
    right: auto;
    left: -50px;
    animation-name: float_left_right;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
.site-footer .tm-footerstyle-style3 .second-footer-inner:before, .site-footer .tm-footerstyle-style3 .second-footer-inner:after {
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    left: -100px;
    right: auto;
    top: 0;
    bottom: auto;
    border-radius: 20px 0 0 0;
}
.site-footer .tm-footerstyle-style3 .second-footer-inner:after {
    left: auto;
    right: -100px;
    border-radius: 0 20px 0 0;
}
.site-footer .tm-footerstyle-style3 .bottom-footer-inner:before, .site-footer .tm-footerstyle-style3 .bottom-footer-inner:after {
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    left: -100px;
    right: auto;
    top: 0;
    bottom: auto;
    border-radius: 0 0 0 20px;
}
.site-footer .tm-footerstyle-style3 .bottom-footer-inner:after {
    left: auto;
    right: -100px;
    border-radius: 0 0 20px 0;
}
.tm-header-style-classic-elegant .tm-titlebar-main-inner {
    padding-top: 150px;
}
.tm-seperator-none.tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header:after {
    display: none;
}
.tm-seperator-none.tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-element-content-desctxt {
    vertical-align: top;
}
.tm-btn-style-style6 a {
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
    background-color: transparent;
    border: 1px solid var(--tm-second-gradientcolor);
    color: var(--body-blackfont-color) !important;
}
.tm-btn-style-style6 a:before, .tm-header-style-classic-elegant .tm-header-cta-btn a.elementor-button:before,
.tm-ptablebox-style-9.tm-ptablebox .tm-ptable-btn a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--ttm-skincolor);
    border-radius: 50px;
    transition: all 0.5s ease;
}
.tm-btn-style-style6 a:hover:before, .tm-header-style-classic-elegant .tm-header-cta-btn a.elementor-button:hover:before,
.tm-ptablebox-style-9.tm-ptablebox .tm-ptable-btn a:hover:before {
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
}
.tm-btn-style-style6 a:hover, .tm-header-style-classic-elegant .tm-header-cta-btn a.elementor-button:hover {
    border-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor) !important;
}
.elementor-element.elementor-widget-button.tm-btn-style-style6.tm-btn-color-skincolor .elementor-button-wrapper a.elementor-button {
    border-color: var(--ttm-skincolor);
    color: var(--ttm-skincolor) !important;
}
.elementor-element.elementor-widget-button.tm-btn-style-style6.tm-btn-color-skincolor .elementor-button-wrapper a.elementor-button:hover {
    color: var(--ttm-whitecolor) !important;
}
.elementor-element.elementor-widget-button.tm-btn-style-style6.tm-btn-color-darkgrey .elementor-button-wrapper a.elementor-button {
    border-color: var(--ttm-secondarycolor);
}
.elementor-element.elementor-widget-button.tm-btn-style-style6.tm-btn-color-darkgrey .elementor-button-wrapper a.elementor-button:hover {
    border-color: var(--ttm-skincolor);
}
.tm-bg-textblock .elementor-heading-title {
    color: transparent;
    -webkit-text-stroke: 1px var(--ttm-skincolor);
    position: relative;
}
.tm-bg-textblock .elementor-heading-title:before {
    content: '';
    display: block;
    height: 70px;
    width: 70px;
    background: var(--ttm-skincolor);
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
    top: -12px;
    left: -25px;
    right: auto;
    bottom: auto;
}
.tm-progressbar-styleseven .elementor-progress-bar span.elementor-progress-percentage {
    position: relative;
    content: '';
    background-color: transparent;
    color: var(--ttm-secondarycolor);
    padding: 0;
    right: 0;
    top: -37px;
    text-align: center;
    font-size: 22px;
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
}
.tm-progressbar-styleseven .elementor-progress-wrapper {
    margin-top: 18px;
}
.ttm-commonform.ttm-contactform-05-style1 .tm-checkbox {
    float: left;
}
.ttm-commonform.ttm-contactform-05-style1 .tm-contact-btn.elementor-widget-button input[type="submit"] {
    width: auto;
    border-radius: 50px;
    float: right;
    background: transparent !important;
    color: var(--body-blackfont-color);
    font-weight: 400;
    padding: 13px 30px 13px;
    border-color: var(--ttm-secondarycolor);
}
.ttm-commonform.ttm-contactform-05-style1 .tm-contact-btn.elementor-widget-button input[type="submit"]:hover {
    border-color: var(--ttm-skincolor);
    background-color: var(--ttm-skincolor) !important;
    color: var(--ttm-whitecolor);
}
.ttm-commonform.ttm-contactform-05-style1 textarea,
.ttm-commonform.ttm-contactform-05-style1 input[type="email"],
.ttm-commonform.ttm-contactform-05-style1 input[type="text"],
.ttm-commonform.ttm-contactform-05-style1 .selection .select2-selection--single {
    background: transparent;
    border-width: 0 0 1px 0;
    font-size: var(--body-font-size);
    padding-bottom: 20px;
}
.ttm-commonform.ttm-contactform-05-style1 .selection .select2-selection--single {
    height: 58px;
    padding-bottom: 0;
}
.ttm-commonform.ttm-contactform-05-style1 .select2-selection__rendered {
    line-height: 58px;
    padding-left: 0;
    font-weight: normal;
    color: var(--body-font-color);
    font-size: var(--body-font-size);
}
.ttm-commonform.ttm-contactform-05-style1 .tm-contact-btn.elementor-widget-button {
    padding-top: 30px;
}
.ttm-commonform.ttm-contactform-05-style1 .select2-container {
    width: 100% !important;
}
.ttm-contactform-05-style1 .wpcf7-list-item {
    margin: 0 0 0 0;
}
@keyframes tm_bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}
.tm-img-bounce img {
    animation: tm_bounce 1e3ms ease-out infinite;
    -webkit-animation: tm_bounce 1e3ms ease-out infinite;
}
.elementor-column.elementor-element.tm-contact-bg:before {
    content: '';
    height: 766px;
    width: 766px;
    display: block;
    background: var(--ttm-greycolor);
    position: absolute;
    border-radius: 50%;
    left: -233px;
    right: auto;
}
.sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content a.elementor-button.style1 {
    padding: 10px 30px;
}
.tm_widget_borderstyle3 .sidebar .widget .tm-blog-contact-social .social-icons li > a:hover i ,
.tm_widget_borderstyle3 .sidebar .widget .tm-blog-contact-social .social-icons li > a:hover {
    color: var(--ttm-whitecolor);
}
.tm-spin-image img {
    animation-name: spin;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/** accordian style 7 **/
.tm-accordion-style7 .elementor-accordion-item {
    border-width: 0 0 1px 0 !important;
}
.tm-accordion-style7 .elementor-accordion-item .elementor-tab-content {
    border-width: 0 !important;
}
.tm-accordion-style7 .elementor-accordion-item:first-child  .elementor-tab-title {
    padding-top: 0;
}
/* Demo 13 */
.tm-counter-top-space .elementor-counter-title {
    padding-top: 13px;
}
/* seperator style 7 */
.tm-seperator-style7 h2.tm-element-content-heading:after {
    position: absolute;
    content: '';
    height: 6px;
    width: 97px;
    background-color: var(--ttm-skincolor);
    left: 0;
    top: 0;
}
.tm-seperator-style7 h2.tm-element-content-heading:before {
    position: absolute;
    content: '';
    height: 6px;
    width: 10px;
    background-color: var(--ttm-skincolor);
    left: 107px;
    top: 0;
}
.tm-seperator-style7 h2.tm-element-content-heading {
    position: relative;
	padding-top: 27px;
	display: inline-block;
}
.tm-btn-style-style5:hover .elementor-button-link.elementor-button.elementor-size-md {
	background-color: var(--ttm-secondarycolor);
	color: #fff;
}
.tm-btn-style-style5 .elementor-button-link.elementor-button.elementor-size-md {
    font-size: 14px;
    text-transform: uppercase;
	border: 1px solid;
    border-color: var(--ttm-secondarycolor);
    color: var(--ttm-secondarycolor);
    padding: 18px 30px 16px;
    background-color: transparent;
}
.tm-col-bgcolor-darkgrey h2.elementor-heading-title.elementor-size-default,
.tm-col-bgcolor-darkgrey .tm-btn-style-style5 .elementor-button-link.elementor-button.elementor-size-md,
.tm-col-bgcolor-skincolor .tm-btn-style-style5 .elementor-button-link.elementor-button.elementor-size-md,
.tm-col-bgcolor-skincolor h2.elementor-heading-title.elementor-size-default {
    color: #fff;
}
.tm-col-bgcolor-darkgrey .tm-btn-style-style5 .elementor-button-link.elementor-button.elementor-size-md,
.tm-col-bgcolor-skincolor .tm-btn-style-style5 .elementor-button-link.elementor-button.elementor-size-md {
	border-color: #fff;
}
.tm-col-bgcolor-skincolor .tm-btn-style-style5 .elementor-button-link.elementor-button.elementor-size-md:hover {
    border-color: var(--ttm-secondarycolor);
}
.tm-col-bgcolor-darkgrey .tm-btn-style-style5 .elementor-button-link.elementor-button.elementor-size-md:hover {
	border-color: var(--ttm-skincolor);
	background-color: var(--ttm-skincolor);
}

.tm-btn-style-text.tm-button-blog .elementor-button:after {    
    width: 0;
}
.tm-button-blog a.elementor-button-link.elementor-button.elementor-size-sm {
    text-transform: uppercase;
	text-transform: uppercase;
    font-size: 14px;
}

/* fid style */
.tm-fidbox-style .tm-fid-view-style3 {
    padding: 0;
    background-color: transparent;
	text-align: left;
}
.tm-fidbox-style .tm-fid-view-style3 h4.tm-fid-inner {
    display: block;
    width: auto;
    font-size: 50px;
    line-height: 60px;
}
.tm-fidbox-style .tm-fid-view-style3.inside h3 span {
    padding: 0;
}
.tm-fidbox-style .tm-fid-view-style3 h3.tm-fid-title {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
}

/* stepbox style 1 */
.tm-static-contentbox-style1 .tm-stepbox-content {
    text-align: center;
}
.tm-static-contentbox-style1 .tm-box-col-wrapper .tm-ptable-icon-type-image img {
	border-radius: 50%;
	-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;
	margin: 0 auto;
}
.tm-static-contentbox-style1 .tm-box-col-wrapper .tm-stepbox-content:hover .tm-ptable-icon-type-image img {
    border-radius: 20px;
}
.tm-static-contentbox-style1 .tm-box-col-wrapper:nth-child(2n) .tm-ptable-icon-type-image img {
    border-radius: 112px;
}
.themetechmount-element-static-iconboxbox-style1.themetechmount-boxes-view-carousel .tm-box-col-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.tm-static-contentbox-style1 .tm-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
}
.tm-static-contentbox-style1 .tm-right-contentbox {
    padding-top: 21px;
}
.tm-static-contentbox-style1 {
    padding-top: 32px;
}
.center-align {
    text-align: center;
}
.center-align.tm-seperator-style7 h2.tm-element-content-heading:before {
    left: 57%;
}
.center-align.tm-seperator-style7 h2.tm-element-content-heading:after {
    left: 38%;
}
.elementor-section.tm-service-section {
	overflow: hidden;
}
.tm-marquebox-style4 ul.marquebox-list li:nth-child(2) {
    border-bottom: 2px solid rgba(255 ,255, 255 , 0.51);
}
.tm-marquebox-style4 ul.marquebox-list li {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    margin-left: 55px;
    margin-right: 55px;
    font-weight: 400;
    font-family: var(--special-element-fontfamily);
    position: relative;
    display: inline-block;
    text-align: center;
}
.tm-header-style-toplogo .themetechmount-social-links-wrapper ul.social-icons li a:hover {
    color: var(--ttm-skincolor);
}
.tm-marquebox-style4 ul.marquebox-list li a.tm-more-button {
    color: #fff;
}
.tm-marquebox-style4 {
    width: 100%;
    animation: tm-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.tm-marquebox-style4 ul.marquebox-list li:before {
    content: '/';
    font-size: 22px;
    line-height: 78px;
    color: #fff;
    position: absolute;
    bottom: auto;
    top: -23px;
    left: auto;
    right: -60px;
}
.tm-header-style-toplogo.tm-header-style-infostack:not(.tm-header-invert) #site-header-menu #site-navigation .nav-menu {
    float: none;
    margin-right: 50px;
}
.tm-header-style-toplogo.tm-header-style-infostack .headerlogo .site-title {
    text-align: center;
}
.tm-header-style-toplogo.tm-header-style-infostack .tm-header-top-wrapper .site-branding {
    float: unset;
}
.tm-header-style-toplogo.tm-header-style-infostack #site-header-menu #site-navigation div.nav-menu > ul > li:after {
	width: 0;
}
.tm-headerstyle-toplogo .tm-header-style-infostack #site-header-menu #site-navigation div.nav-menu > ul > li > a {    
    margin: 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 .themetechmount-social-links-wrapper ul.social-icons li a {
    background-color: transparent;
    border: unset;
	font-size: 15px;
	color: #fff;
	margin-right: 0;
	transition: all 0.3s ease 0s;
}
.tm-header-style-toplogo .info-widget-content .elementor-button-wrapper a {
    font-family: var(--special-element-fontfamily);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.site-header-menu-inner.tm-stickable-header,
.tm-header-style-infostack .site-header-menu-middle {
    background-color: transparent;
}
.tm-headerstyle-toplogo.themetechmount-header-borderbottom .site-header {
    border-bottom: 1px solid rgba(255 ,255, 255 , 0.20);
}
.tm-headerstyle-toplogo .tm-header-top-wrapper .col-sm-4 {
    padding: 0;
}
.tm-header-style-toplogo .themetechmount-social-links-wrapper ul.social-icons li:first-child a {
    width: auto;
}
.tm-header-style-toplogo .widget-right {
    position: relative;
    float: right;
}
.tm-headerstyle-toplogo .tm-header-style-toplogo.tm-header-style-infostack:not(.tm-header-invert) #site-header-menu #site-navigation .nav-menu {
    margin-right: 0;
}
.tm-rotating-text text {
    fill: #fff;
    letter-spacing:5px;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.tm-rotating-text {
	width: 134px !important;
    height: 134px !important;
}
.tm-headerstyle-toplogo .tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes > .site-footer-bg-layer.tm-bg-layer {
    opacity: 0.1;
}
.tm-headerstyle-toplogo .textwidget .footer_mainlogo h2 {
    font-size: 59px;
    line-height: 69px;
    font-weight: 500;
}
.tm-headerstyle-toplogo .footer .themetechmount-social-links-wrapper ul.social-icons li > a {    
    line-height: 45px;
    font-size: 20px;
    background-color: rgba(255 ,255, 255 , 0.07);
    border-radius: 50%;
    height: 45px;
    width: 45px;
}
.tm-headerstyle-toplogo .widget-area.col-xs-12.col-sm-7.col-md-7.col-lg-7.second-widget-area {
    padding-left: 55px;
    padding-right: 100px;
}
.tm-headerstyle-toplogo .tm-mailchimp-form {
    background-color: rgba(255 ,255, 255 , 0.07);
    padding: 40px 50px;
    border-radius: 10px;
	margin-top: 30px;
	width: 90.99%;
}
.tm-headerstyle-toplogo .footer .mc4wp-form-fields input[type="email"] {
    background: transparent;
    padding: 0px 30px 15px 0px;
    margin-bottom: 0;
    border-radius: 0;
    border-width: 0 0 1px 0;
	font-size: 17px;
}
.tm-headerstyle-toplogo .tm-address .col-md-6.col-lg-6 {
    padding-left: 2px;
}
.tm-headerstyle-toplogo .footer .mc4wp-form-fields input::-webkit-input-placeholder {
    color: rgba(255 ,255, 255 , 0.60);
}
.tm-headerstyle-toplogo .footer .mc4wp-form-fields input:-ms-input-placeholder {
    color: rgba(255 ,255, 255 , 0.60);
}
.tm-headerstyle-toplogo .footer .mc4wp-form-fields input:-moz-placeholder {
    color: rgba(255 ,255, 255 , 0.60);
}
.tm-headerstyle-toplogo .tm-mailbtn {
    position: relative;
}
.tm-headerstyle-toplogo .btn[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    background-color: transparent;
    border: none;
    padding: 0;
	color: var(--ttm-skincolor);
}
.tm-headerstyle-toplogo .wpcf7-list-item {
    margin: 0;
}
.tm-headerstyle-toplogo input[type="checkbox"] {
    width: 0;
    margin-left: 16px;
    position: relative;
    top: 4px;
}
.tm-headerstyle-toplogo input[type="checkbox"]:before {
    position: absolute;
    content: '';
    bottom: 2px;
    left: -15px;
    height: 14px;
    width: 14px;
	border: 1px solid rgba(255 ,255, 255 , 0.70);
	border-radius: 50px;
}
.tm-headerstyle-toplogo input[type="checkbox"]:checked:after {
    content: "";
    border: solid var(--ttm-skincolor);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -11px;
    bottom: 4px;
    width: 6px;
    height: 10px;
    background-color: transparent!important;
}
.tm-headerstyle-toplogo .mailchimp-footerbox {
    padding-bottom: 17px;
}
.footer_mainlogo .themetechmount-social-links-wrapper {
    padding-top: 33px;
}
.tm-headerstyle-toplogo .tm-address {
    padding-top: 4px;
}
.tm-headerstyle-toplogo .footer .widget {
    margin: 110px 0 120px;
}
.tm-headerstyle-toplogo .footer .tm-textcolor-white .tm-footer2-left {
    color: rgba(255, 255, 255, 0.40) !important;
    border-top: 1px solid rgba(255, 255, 255, .10);
	margin-left: 15px;
    margin-right: 15px;
}
.tm-arrow-heading i {
    color: var(--ttm-skincolor);
    font-size: 95px;
    position: absolute;
    right: 2px;
    top: -12px;
}
.tm-arrow-heading h2.tm-element-content-heading {
    position: relative;
    display: inline-grid;
}
.tm-headerstyle-toplogo .tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_item > a {
    font-weight: 600;
}
.tm-imagebox-style1 figure.elementor-image-box-img {
    padding-top: 20px;
}
.tm-border-radius .elementor-widget-wrap.elementor-element-populated,
.tm-bgcolor-yes.tm-col-bgcolor-grey.tm-border-radius {
    border-radius: 107px;
}
.tm-headerstyle-toplogo .tm-align-center .tm-element-heading-content-wrapper .tm-element-content-desctxt {
    width: 64%;
    margin: 0 auto;
}
.elementor-inner-section.tm-bgcolor-grey-inner .elementor-widget-wrap.elementor-element-populated {
    background-color: var(--ttm-greycolor);
}

.tm-counter-fid .elementor-counter .elementor-counter-number-wrapper {
    display: block;
}
.tm-counter-fid .elementor-counter .elementor-counter-title {
    text-align: left;
}
.tm-right-border:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 80px;
    background-color: rgba(255, 255, 255 , 0.20);
    right: 0;
}
.tm-right-border {
    position: relative;
}
/* Text Path */
.tm-rotating-text1 .tm-rotating-text textPath {
    fill: #fff;
}
.tm-rotating-text1 .tm-rotating-text {
	width: 135px !important;
    height: 135px !important;
	margin: auto;
}
.tm-rotating-text1 .elementor-widget-text-path svg {
    font-size: 24px;
    overflow: visible!important;
}
.tm-rotating-text1 .tm-rotating-text .e-text-path {
    position: absolute;
    top: 0px;
    left: -5px;
    right: 0;
    padding: 16px;
    height: 145px;
    width: 145px;
    border-radius: 50%;
    z-index: 1;
    fill: #fff;
    letter-spacing: 5px;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    margin: auto 0;
}
.tm-border-radius-row .elementor-column.elementor-top-column.tm-col-bgcolor-darkgrey:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div {
    border-radius: 10px;
}
.tm-border-radius-row .tm-stretched-div.tm-stretched-left {
    border-radius: 10px;
}
.tm-white .elementor-progress-bar .elementor-progress-percentage {
	background-color: #fff;
}
.tm-dark .elementor-progress-bar .elementor-progress-percentage {
	background-color: var(--ttm-secondarycolor);
}
.elementor-progress-wrapper .elementor-progress-bar {
    border-radius: 0;
}
.tm-dark .elementor-progress-text:after,
.tm-white .elementor-progress-text:after {
    width: 20px;
    height: 20px;
    background: #fff;
    clip-path: polygon(50% 0%, 100% 50%, 0% 50%);
    position: absolute;
    bottom: -8px;
    left: -10px;
    content: "";
    transform: rotate(90deg);
    z-index: -1;
}
.tm-dark .elementor-progress-text:after {
	background-color: var(--ttm-secondarycolor);
}
.tm-dark .elementor-progress-text,
.tm-white .elementor-progress-text {
    overflow: visible;    
    position: relative;
}
.single-post.tm-headerstyle-toplogo .tm-titlebar-main-inner {
    padding-top: 135px;
}
.single-post.tm-headerstyle-toplogo .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
    height: 360px;
}
.single-post.tm-headerstyle-toplogo .tm-classic-post-meta {
    display: none;
}
.single-post.tm-headerstyle-toplogo .ttm-post-featured-link-wrapper {
    width: 1300px;
    height: 550px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}
.single.tm-headerstyle-toplogo article.post blockquote:before {
	top: 24px;
}
.single.tm-headerstyle-toplogo article.post blockquote {
    padding: 80px 95px 21px 95px;    
    color: var(--body-fonts-color);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    border-radius: 10px;
    font-family: var(--body-font-family);
}
.single.tm-headerstyle-toplogo article.post blockquote cite {
    font-size: 17px;
    margin-top: -17px;
    font-weight: 400;
    color: var(--ttm-secondarycolor);
    font-family: var(--body-font-family);
	border-bottom: 1px solid;
    display: inline;
}
.mtitle:first-letter {
    font-size:50px;
	line-height: 52px;
	font-weight: 400;
	font-family: var(--body-font-family);
	color: var(--ttm-secondarycolor);
	float: left;
	padding-right: 7px;
}
.single.tm-headerstyle-toplogo .wp-block-image img,
.single.tm-headerstyle-toplogo .wp-block-image.size-full img {
    border-radius: 10px;
}
.single-post.tm-headerstyle-toplogo .themetechmount-tags-links-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
.single-post.tm-headerstyle-toplogo .themetechmount-blogbox-sharebox .themetechmount-tags-links a {
    font-size: 17px;
    font-weight: 400;
	padding: 5px 28px 3px 28px;
    border-radius: 5px;
	background-color: var(--ttm-greycolor);
}
.single-post.tm-headerstyle-toplogo .tm-social-share-title {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--special-element-fontfamily);
}
.single-post.tm-headerstyle-toplogo .tm-blog-classic-box-comment {
    padding: 2px 70px 50px 70px;
    background-color: var(--ttm-greycolor);
    margin: 100px 0;
	border-radius: 10px;
}
.single-post.tm-headerstyle-toplogo .comment-form input[type="submit"] {
    padding: 14px 29px;
}
.single-post.tm-headerstyle-toplogo .comment-form textarea,
.single-post.tm-headerstyle-toplogo input[type="text"] {
    border-radius: 0;
    border-width: 0 0 1px 0;
}
.single-post.tm-headerstyle-toplogo input[type="checkbox"]:before {
    border: 1px solid var(--body-fonts-color);
}
.single-post.tm-headerstyle-toplogo .tm-social-share-links ul li a {
    border: 1px solid var(--ttm-secondarycolor);
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 50%;
}
.single-post.tm-headerstyle-toplogo .themetechmount-blogbox-sharebox {    
    border-bottom: 1px solid #E5E6E9;
	padding-bottom: 43px;
}
.single-post.tm-headerstyle-toplogo article.post .entry-content {
    border-bottom: unset;
    padding-bottom: 0;
}
#respond .comment-reply-title {
    font-size: 50px;
    line-height: 60px;
}
.tm-headerstyle-toplogo .mtitle {
    padding-top: 24px;
}
.single article.post .entry-content .tm-text-space {
    margin-bottom: 55px;
}
.single-post.tm-headerstyle-toplogo .tm-social-share-links ul li a:hover {
	border-color: var(--ttm-skincolor);
}
.single-post.tm-headerstyle-toplogo .tm-para {
    display: none;
}
.single-post.tm-headerstyle-toplogo .tm-featured-wrapper img {
	width: 100%;
	border-radius: 10px;
    margin-bottom: 20px;
}
.ttm-commonform.ttm-contactform-13 input[type="submit"] {
    width: 100%;
	background-color: var(--ttm-skincolor);
	font-weight:400;
	border-radius: 5px;
	margin-top: 35px;
	padding: 19px 35px;
}
.ttm-commonform.ttm-contactform-13 input[type="text"],
.ttm-commonform.ttm-contactform-13 input[type="email"],
.ttm-commonform.ttm-contactform-13 textarea {
	background-color: transparent;
    border-width: 0 0 1px;
	border-color: rgba(255, 255, 255 , 0.20);
    font-size: 17px;
	padding: 0 0 15px;
}
.tm-radius-col .tm-stretched-div.tm-stretched-left {
    border-radius: 0px 10px 10px 0px;
}
.ttm-commonform.ttm-contactform-13 input[type="text"]::-webkit-input-placeholder,
.ttm-commonform.ttm-contactform-13 input[type="email"]::-webkit-input-placeholder,
.ttm-commonform.ttm-contactform-13 textarea::-webkit-input-placeholder {
    color: rgba(255 ,255, 255 , 0.50);
}
.tm-list-contact span.elementor-heading-title {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    color: var(--ttm-secondarycolor);
    width: 70px;
    margin-right: 35px;
}
.tm-list-contact span.tm-two-list {
    display: inline-block;
}
.tm-list-contact span.tm-two-list a {
	color: var(--body-fonts-color);
}
.tm-list-contact span.tm-two-list a:hover {
	color: var(--ttm-skincolor);
}
.tm-pf-detailbox .tm-itbusiness .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
    font-size: 20px;
    font-weight: var(--special-element-fontweight);
    color: var(--ttm-secondarycolor);
}
.tm-button-hover-style6 {
    overflow: hidden;
}
.tm-button-hover-style6:before {
 position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--ttm-skincolor);
    border-radius: 50px;
    transition: all 0.5s ease;   
}
.tm-button-hover-style6:hover:before {
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
}
.tm-shake.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
    -webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
}
.footer_mainlogo img {
    position: absolute;
    bottom: 32%;
    right: 37%;
	-webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
}
.ttm-commonform.ttm-contactform-13 input[type="submit"]:hover {
    background-color: #fff;
    color: var(--ttm-secondarycolor);
}
.tm-headerstyle-toplogo #site-header-menu #site-navigation div.nav-menu > ul > li {
    padding-left: 22px;
    padding-right: 22px;
}
/********************HR DEMO CSS*********************/
/*********heading seprator style 6*/
.tm-element-heading-content-wrapper.tm-seperator-style6 h4.tm-element-subheading {
    background-color: var(--ttm-secondarycolor);
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    color: var(--ttm-whitecolor);
    margin-bottom: 12px;
}
.tm-bgcolor-darkgrey .tm-element-heading-content-wrapper.tm-seperator-style6 h4.tm-element-subheading {
    background-color: var(--ttm-skincolor);
    color: var(--body-blackfont-color);
}
.tm-bgcolor-darkgrey .tm-element-heading-content-wrapper.tm-seperator-style6 h2.tm-element-content-heading {
    color: var(--ttm-whitecolor);
}
.text-colorline u {
    color: var(--ttm-secondarycolor);
}
span.text-colorline a{
    color: var(--ttm-secondarycolor);
}
.tm-header-overlay .tm-titlebar-wrapper.tm-breadcrumb-border-bottom {
    z-index: unset;
}
.tm-header-overlay .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
    position: relative;
    z-index: 9;
}

/*********stepbox style 11 css*************/
.tm-staticbox-style11 .tm-stepbox-content .tm-bottom-contentbox .tm-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    color: var(--ttm-whitecolor);
}
.tm-staticbox-style11 .tm-stepbox-content .tm-top-contentbox .tm-stepbox-main-icon i {
    font-size: 60px;
    color: var(--ttm-whitecolor);
}
.tm-staticbox-style11 .tm-stepbox-content .tm-circle-box.completed {
    position: relative;
    background-color: var(--ttm-secondarycolor);
    width: 265px;
    height: 265px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 69px 45px;
    box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.1);
}
.tm-staticbox-style11 .tm-stepbox:nth-child(even) {
    padding-top: 130px;
    text-align: center;
}
.tm-staticbox-style11 .tm-stepbox:last-child {
    margin-top: -20px;
    text-align: right;
}
.tm-staticbox-style11 .tm-stepbox:first-child {
    padding-top: 20px;
    padding-left:15px;
}
.tm-staticbox-style11 .tm-stepbox-content .tm-circle-box.completed .process-num {
    display: inline;
    background-color: var(--ttm-skincolor);
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    border-radius: 50px;
    top: 35px;
    bottom: auto;
    left: auto;
    right: 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--body-blackfont-color);
}
.tm-staticbox-style11 .tm-stepbox:nth-child(even) .tm-circle-box.completed .process-num {
    left: 45px;
    top: 0px;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style11 {
    position: relative;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style11 .tm-stepbox-content:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all .5s ease;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style11 .tm-stepbox-content {
    transition: all .5s ease;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style11:before {
    content: '';
    position: absolute;
    background: url(../images/stepshap.png) center center no-repeat;
    width: 100%;
    right: -98px;
    height: 100%;
    display: block;
    top: -150px;
}
/*******heading css(Tm-line-text)***/
.elementor-element.tm-line-text {
    position: relative;
}
.elementor-element.tm-line-text:before {
    content: '';
    position: absolute;
    display: block;
    width: 37%;
    height: 1px;
    background-color: #e0e0e0;
    left: 0;
    right: auto;
    top: 22px;
    bottom: auto;
}
.elementor-element.tm-line-text:after {
    content: '';
    position: absolute;
    display: block;
    width: 37%;
    height: 1px;
    background-color: #e0e0e0;
    right: 0;
    left: auto;
    top: 22px;
    bottom: auto;
}
/*************clientlogo boxview style1 css******************/
.themetechmount-client-box-view-boxed-view-style1 .themetechmount-item-thumbnail {
    padding: 15px 30px;
    min-height: 100px;
    background-color: var(--ttm-whitecolor);
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.01);
    border-radius: 10px;
}
.themetechmount-client-box-view-boxed-view-style1 .themetechmount-item-thumbnail-inner {
    padding: 0 !important;
}
.themetechmount-client-box-view-boxed-view-style1 .themetechmount-item-thumbnail-inner img {
    transition: all .5s ease;
}
strong.dark-color {
    color: var(--body-blackfont-color);
}
/*******heading italic css***************/
span.text-italic {
    border-bottom: 5px solid var(--body-blackfont-color);
    font-style: italic;
    font-weight: 700;
    font-family: 'Playfair Display';
}
/*********marqueebox styel 3 css***************/
.themetechmount-marqueboxes-wrapper.tm-marquebox-style3 {
    width: 100%;
    animation: tm-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
} 
.themetechmount-marqueboxes-wrapper.tm-marquebox-style3 .marquebox-list .elementor-icon-list-item {
    font-size: 28px;
    -webkit-text-stroke: 0px;
    margin-left: 35px;
    margin-right: 35px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
}
.themetechmount-marqueboxes-wrapper.tm-marquebox-style3 .marquebox-list .elementor-icon-list-item:before {
    content: '';
    position: absolute;
    height: 40px;
    width: 1px;
    background-color: #cfcfcf;
    top: 5px;
    bottom: auto;
    left: -40px;
    right: auto;
}
.themetechmount-marqueboxes-wrapper.tm-marquebox-style3:hover {
    animation-play-state: paused !important;
}
/*********testimonial style12 css**************/
.themetechmount-testimonialbox-style12 .themetechmount-box-content .tm-box-footer .themetechmount-box-img {
    display: block;
}
.themetechmount-testimonialbox-style12 .themetechmount-box-content .tm-box-footer .themetechmount-box-img .themetechmount-item-thumbnail-inner {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.themetechmount-testimonialbox-style12 .themetechmount-box-content .tm-box-footer .themetechmount-box-img img {
    margin: 0 auto;
}
.themetechmount-testimonialbox-style12 .themetechmount-box-content .themetechmount-box-title h3.themetechmount-author-name {
    font-size: 20px;
    line-height: 25px;
    padding-right: 8px;
}
.themetechmount-testimonialbox-style12 .themetechmount-box-content .themetechmount-box-title {
    display: flex;
    padding-top: 10px;
    justify-content: center;
    margin-bottom: 20px;
}
.themetechmount-testimonialbox-style12 .themetechmount-box-content .themetechmount-box-desc blockquote {
    text-align: center;
    font-size: 42px;
    line-height: 56px;
    font-weight: 500;
    color: var(--body-blackfont-color);
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.themetechmount-testimonialbox-style12 .themetechmount-box-content .themetechmount-box-title span.themetechmount-box-footer {
    padding-top: 0px;
}
.themetechmount-testimonialbox-style12 .themetechmount-box-content .themetechmount-box-desc blockquote:before {
    content: '\e83f';
    position: absolute;
    font-family: 'tm-ttmbusiness-icons';
    font-size: 300px;
    transform: rotateZ(180deg);
    opacity: 0.09;
    color: var(--ttm-secondarycolor);
    top: -20px;
    bottom: auto;
    left: -126px;
    font-style: normal;
    right: auto;
}
.themetechmount-testimonialbox-style12 .themetechmount-box-content .themetechmount-box-desc blockquote:after {
    content: '\e83f';
    position: absolute;
    font-family: 'tm-ttmbusiness-icons';
    font-size: 300px;
    opacity: 0.09;
    color: var(--ttm-secondarycolor);
    bottom: 75px;
    top: auto;
    right: -125px;
    left: auto;
    font-style: normal;
}
.themetechmount-testimonialbox-style12 .themetechmount-box-content .themetechmount-box-desc {
    margin-bottom: 35px;
}
/**********accordion (tm-accordion-style8) css************/
.elementor-element.tm-accordion-style8  .elementor-accordion-item .elementor-tab-title {
    background-color: var(--ttm-whitecolor);
    margin-bottom: 20px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 10px;
    padding: 25px 35px 25px 35px;
}
.elementor-element.tm-accordion-style8 .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon-right  i {
    background-color: #f0f0f0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
}
.elementor-element.tm-accordion-style8 .elementor-accordion-item .elementor-tab-title.elementor-active {
    margin-bottom: 0;
    background-color: var(--ttm-secondarycolor);
    border-radius: 10px 10px 0 0;
    padding-bottom:10px;
}
.elementor-element.tm-accordion-style8 .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon-right i {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}
.elementor-element.tm-accordion-style8 .elementor-accordion-item .elementor-tab-content.elementor-active {
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
    width: 100%;
    padding-top: 0;
}
.elementor-element.tm-accordion-style8 .elementor-accordion-item .elementor-tab-content.elementor-active .highlight {
    background-color: var(--ttm-whitecolor);
    color: var(--ttm-secondarycolor);
    padding-left: 5px;
}   

/*************************mailform*******************/
.mailchimp-inputbox.tm-mailbox-style2 .mailchimp-email input[type="email"] {
    width: 68%;
    background-color: #f8f8f8;
    border-radius: 10px;
    border-color: var(--ttm-greycolor);
    padding-left: 20px;
}
.mailchimp-inputbox.tm-mailbox-style2 .mailchimp-email {
    position: relative;
}
.mailchimp-inputbox.tm-mailbox-style2 button {
    position: absolute;
    top: 1px;
    bottom: auto;
    right: 0;
    left: auto;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    padding: 17px 25px 16px 25px;
}
.elementor-inner-section.tm-bgcolor-inner {
    border: 1px solid rgb(17, 17, 17);
    border-radius: 10px;
    background-color: var(--ttm-whitecolor);
}
.ttm-commonform.ttm-contactform-14 .row .wpcf7-form-control-wrap .wpcf7-form-control {
    border-radius: 8px;
}
.ttm-commonform.ttm-contactform-14 .row .contact-form-submitbtn .wpcf7-submit {
    color: var(--body-blackfont-color);
    border-radius: 5px;
    font-weight: 500;
}
.ttm-commonform.ttm-contactform-14 .row .contact-form-submitbtn .wpcf7-submit:hover {
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-secondarycolor);
}
.ttm-commonform.ttm-contactform-14 .row .contact-form-submitbtn {
    display: flex;
    padding-top: 20px;
}
.ttm-commonform.ttm-contactform-14 .row .contact-form-submitbtn .form-contact span.wpcf7-spinner {
    display: none;
}
.ttm-commonform.ttm-contactform-14 .row .contact-form-submitbtn .tm-checkbox p {
    padding-top: 12px;
}
.ttm-commonform.ttm-contactform-14 .row .contact-form-submitbtn .tm-checkbox p .wpcf7-list-item-label .text-highlight {
    color: var(--body-blackfont-color);
}
.ttm-commonform.ttm-contactform-14 .row .contact-form-submitbtn .tm-checkbox p .wpcf7-list-item-label {
    font-size: 16px;
}
.elementor-inner-section.tm-bgcolor-inner .elementor-position-left.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description a {
    color: var(--body-fonts-color);
}
.elementor-inner-section.tm-bgcolor-inner .elementor-position-left.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description a:hover {
    color: var(--body-blackfont-color);
}
/**********button style 8 css*********/
.tm-btn-style-style8.tm-btn-shape-rounded .elementor-button-wrapper a {
    border-radius: 5px !important;
}
/*******************************header style css(.tm-headerstyle-classic-overlay3 .tm-header-overlay)******************/
.tm-headerstyle-classic-overlay3 .tm-header-overlay .site-header-main.tm-container-for-header .site-header-menu .tm-header-text-area .tm-whatsup-icon span {
    font-family: 'Caveat';
    color: var(--ttm-whitecolor);
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    padding-right: 10px;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .site-header-main.tm-container-for-header .site-header-menu .tm-header-text-area .tm-whatsup-icon img {
    margin-top: -10px;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .tm-stickable-header-w .site-header {
    border-bottom: unset;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .tm-header-block .tm-stickable-header-w {
    background-color: rgba(0,0,0,0.5);
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .tm-header-block .tm-stickable-header-w.tm-bgcolor-darkgrey .site-header.tm-bgcolor-darkgrey {
    background-color: #000;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .tm-header-block .tm-stickable-header-w .tm-container-for-header .site-branding {
    position: relative;
    padding-right: 55px;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .tm-header-block .tm-stickable-header-w  .nav-menu {
    padding-left: 35px;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .tm-header-block .tm-stickable-header-w .tm-header-menu-position-left .site-header-menu .tm-header-icons.tm-fbar-link-only:before{
    content: unset;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .site-header-menu .nav-menu > ul > li {
    padding-left: 14px !important;
    padding-right: 14px !important;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .tm-header-block .tm-stickable-header-w .tm-container-for-header .site-branding:after {
    content: '';
    position: absolute;
    background-color: rgba(255,255,255,0.2);
    width: 1px;
    height: 50%;
    top: 25px;
    bottom: auto;
    left: auto;
    right: 0;

}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .site-header-menu .tm-header-text-area {
    padding-left: 0;
    margin-right: 40px;
    position: relative;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .site-header-menu .menu-toggle i {
    display: inline-block;
    width: 28px;
    height: 2px;
    background-color:var(--ttm-whitecolor);
    border-radius: 0px;
    transition: 0.3s;
    position: relative;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .site-header-menu .tm-header-text-area:after {
    content: '';
    position: absolute;
    background-color: rgba(255,255,255,0.2);
    width: 1px;
    height: 50%;
    top: 25px;
    bottom: auto;
    left: auto;
    right: -40px;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .site-header-menu .tm-header-icons.tm-fbar-link-only .themetechmount-fbar-btn {
    margin-left: 0;
    padding-left: 22px;
    padding-right: 0px;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .site-header-menu .tm-header-icons.tm-fbar-link-only .themetechmount-fbar-btn a .tm-fbar-open-icon.tm-icolor-white {
    color: #fff;
    font-size: 40px;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .site-header-menu .tm-header-icons.tm-fbar-link-only .themetechmount-fbar-btn a .tm-fbar-open-icon.tm-icolor-white i {
    font-family: 'themify';
    font-size: 30px;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .site-header-menu .tm-header-icons.tm-fbar-link-only .themetechmount-fbar-btn a .tm-fbar-open-icon.tm-icolor-white i:before {
    content: "\e68e";
    font-family: 'themify';
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .floatingbar-widgets-inner .tm-floatingbar-style .float-title h4 span {
    color: var(--ttm-skincolor);
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .floatingbar-widgets-inner .tm-floatingbar-style .float-title h4 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .floatingbar-widgets-inner .tm-floating-address ul li span.tm-contact {
    display: block;
    font-size: 15px;
    color: var(--ttm-whitecolor);
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .floatingbar-widgets-inner .tm-floating-address ul li {
    font-size: 19px;
    color: rgba(255,255,255,50%);
    line-height: 28px;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .floatingbar-widgets-inner .tm-floating-address ul li span.tm-contact a:hover {
    color: var(--ttm-skincolor);
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .floatingbar-widgets-inner .tm-social span {
    font-size: 0;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .floatingbar-widgets-inner .tm-social .social-icons li a {
    background-color: transparent;
    border: 1px solid #1b1b1b;
    border-radius: 50px;
    transition: all .5s ease;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .floatingbar-widgets-inner .tm-social .social-icons li a:hover {
    background-color: var(--ttm-skincolor);
    color: var(--body-blackfont-color);
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay  .tm-fbar-close {
    right: 40px;
    font-size: 20px;
    top: 50px !important;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .tm-fbar-close .tm-fbar-close-icon.tm-icolor-white  i:before {
    content: "\e646";
    font-family: 'themify';
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay  .themetechmount-fbar-content-wrapper {
    padding: 60px 40px 60px 40px;
    text-align: center;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay  .tm-float-img {
    max-width: 130px;
    margin: 0 auto;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .floatingbar-widgets-inner .tm-floating-address {
    padding-top: 20px;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .floatingbar-widgets-inner .tm-social {
    padding-top: 50px;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .tm-titlebar-wrapper .tm-titlebar-inner-wrapper .entry-title-wrapper .entry-title {
    font-size: 65px;
    line-height: 75px;
}
/***********************footer css(.footer.tm-footerstyle-style5)******************/
.footer.tm-footerstyle-style5 .site-footer-w .widget-area .textwidget.widget-text .tm-second-widget .tm-social {
    display: flex;
    padding-left: 40px;
}
.footer.tm-footerstyle-style5 .site-footer-w .widget-area .textwidget.widget-text .tm-second-widget {
    display: flex;
    justify-content: end;
}
.footer.tm-footerstyle-style5 .site-footer-w .widget-area .textwidget.widget-text .tm-second-widget .tm-social span {
    font-size: 20px;
    line-height: 32px;
    color: var(--ttm-whitecolor);
    padding-right: 30px;
    font-weight: 500;
}
.footer.tm-footerstyle-style5 .site-footer-w .widget-text .tm-second-widget .tm-social .themetechmount-social-links-wrapper ul li a {
    background-color: transparent;
    border: 1px solid #1b1b1b;
    border-radius: 50%;
}
.footer.tm-footerstyle-style5 .menu-footer-menu-links-container ul li {
    display: inline-block;
    width: calc( 45% - 2px);
    float: none;
    padding: 0px 0px 7px 0;
}
.footer.tm-footerstyle-style5 .textwidget.widget-text .textwidget-day {
    border: 1px solid #1b1b1b;
    padding: 20px 25px 35px 25px;
    background: linear-gradient(46deg, rgb(123 123 123 / 10%) 0%, rgba(4,4,4,1) 100%);
    border-radius: 10px;
    text-align: center;
}
.footer.tm-footerstyle-style5 .textwidget.widget-text .textwidget-day .tm-openhour {
    margin-bottom: 30px;
}
.footer.tm-footerstyle-style5 .textwidget.widget-text .textwidget-day .tm-openhour h5 {
    font-size: 20px;
    line-height: 24px;
}
.footer.tm-footerstyle-style5 .textwidget.widget-text .textwidget-day .tm-openhour ul.tm-daylist-block li {
    font-size: 15px;
    padding-bottom: 7px;
}
.footer.tm-footerstyle-style5 .textwidget.widget-text .textwidget-day .text-btn a {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
    padding: 12px 20px;
    border-radius: 5px;
    transition: all .5s ease;
    font-weight: 500;
}
.footer.tm-footerstyle-style5 .tm-widget-post ul.tm-recent-post-list li > a img {
    display: block;
    width: 100px;
    height: 85px;
    border-radius: 10px;
}
.footer.tm-footerstyle-style5 .tm-widget-post ul.tm-recent-post-list li .post-detail .post-date i {
    display: none;
}
.footer.tm-footerstyle-style5 .tm-widget-post ul.tm-recent-post-list li .post-detail a {
    color: var(--ttm-whitecolor);
}
.footer.tm-footerstyle-style5 .tm-widget-post ul.tm-recent-post-list li .post-detail a:hover {
    color: var(--ttm-skincolor);
}
.footer.tm-footerstyle-style5 .textwidget.widget-text .textwidget-day .text-btn a:hover {
    background-color: var(--ttm-skincolor);
    color: var(--body-blackfont-color);
}
.footer.tm-footerstyle-style5 .first-footer .first-footer-inner {
    border-bottom: unset;
}
.footer.tm-footerstyle-style5 .second-footer .widget-area {
    padding-bottom: 11px;
}
.tm-footerstyle-style5 .second-footer .second-footer-inner .widget-title {
    color: var(--ttm-whitecolor);
}
.footer.tm-footerstyle-style5 .widget {
    margin: 0px 0 50px;
}
.footer.tm-footerstyle-style5 .site-footer-w .widget-area .textwidget.widget-text .tm-second-widget{
     padding-top: 25px;
}
.footer.tm-footerstyle-style5 .tm-widget-post {
    margin-left: 30px !important;
}
.footer.tm-footerstyle-style5 .bottom-footer-text .bottom-footer-inner .tm-footer2-left ul {
    display: inline-block;
}
.blog.tm-empty-sidebar .themetechmount-box-blog-style3 {
    width: 78%;
    margin: 0 auto 40px;
}
.single-post.tm-empty-sidebar .themetechmount-box-blog-style3 {
    margin: 0 auto;
    margin-bottom: 60px;
    width: 78%;
}
@media (max-width: 1200px) {
.single-post.tm-empty-sidebar .themetechmount-box-blog-style3 {
   width: 100%;
}
}
.single-post .themetechmount-box-blog-style3  .themetechmount-blogbox-sharebox .themetechmount-tags-links a:after {
    position: absolute;
    content: ',';
    left: auto;
}  
body.themetechmount-page-full-width.single-post .themetechmount-details-style1 .tm-featured-wrapper {
    margin: 0 auto;
    text-align: center;
}
@media (min-width: 1200px) {
body.themetechmount-page-full-width.single-post article.themetechmount-box-blog-classic,
body.themetechmount-page-full-width.single-post .themetechmount-details-style1 .tm-blog-classic-box-content {
	width: 66.66666667%;
	margin: 0 auto;
}

body.themetechmount-page-full-width.single-post .tm-post-details-style .tm-titlebar-main-inner .tm-post-meta-wrapper {
	padding-top: 70px;
}
body.themetechmount-page-full-width.single-post .tm-post-details-style .tm-titlebar-main-inner .tm-avatar-wrapper {
	padding-bottom:200px;
}
body.themetechmount-page-full-width.single-post .themetechmount-details-style1 .tm-featured-wrapper {
	margin-top:-250px;
}
}
.tm-post-details-style .tm-meta-line.cat-links a {
	color: #fff;
	background-color: var(--ttm-skincolor);
	padding: 5px 19px;
	font-size:14px;
	line-height: 20px;
	display: inline-block;
}
.tm-post-details-style .tm-meta-line.posted-on a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: inline-block;
}
.tm-post-details-style .breadcrumb-wrapper {
	display:none;
}
.tm-post-details-style .tm-post-meta-wrapper {
    padding-bottom: 3px;	
}
.tm-post-details-style .tm-avatar-wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
	display:flex;
}
.tm-post-details-style .tm-avatar-wrapper .tm-author-image {
  margin-right: 20px;
}
.tm-post-details-style .tm-avatar-wrapper .tm-author-by {
	display: block;
	padding-top: 10px;
	text-align: left;
}
.tm-post-details-style .tm-author-name {
	font-size: 18px;
	font-family: var(--special-element-fontfamily);
	font-weight: var(--special-element-fontweight);
}
.tm-post-details-style.tm-titlebar-align-default .tm-avatar-wrapper {
  max-width: 250px;
  margin: 0 auto;
}
.single article.themetechmount-box-blog-classic.themetechmount-details-style1 blockquote p {
    color: var(--body-blackfont-color);
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    margin-bottom: 0;
}

.single article.themetechmount-box-blog-classic.themetechmount-details-style1 blockquote {
    margin-top: 48px;
    margin-bottom: 42px;
    padding: 30px 40px 30px 140px;
    position: relative;
}
.single article.themetechmount-box-blog-classic.themetechmount-details-style1 blockquote:before {
    margin: unset;
    height: 70px;
    width: 90px;
    top: 30px;
    left: 40px;
    right: 0;
    background-color: var(--body-blackfont-color);
}
.single article.themetechmount-box-blog-classic.themetechmount-details-style1 blockquote cite {
    display: none;
}
.single article.themetechmount-box-blog-classic.themetechmount-details-style1 .entry-content {
    border-bottom: 1px solid var(--ttm-bordercolor);
}
.single article.themetechmount-box-blog-classic.themetechmount-details-style1 .comment-respond p.form-submit .submit {
    background-color: var(--ttm-secondarycolor);
    border-color: var(--ttm-secondarycolor);
    border-radius: 5px;
}
.tm-headerstyle-classic-overlay3 .tm-header-overlay .tm-titlebar-main-inner .tm-post-meta-wrapper .tm-meta-line.cat-links a {
    text-transform: uppercase;
    font-style: normal;
    border-radius: 5px;
}
/* demo 18 iconcox */
.tm-hover-iconbox .tm-demo18-iconbox .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
	margin-bottom: 20px;
}
.tm-hover-iconbox .tm-demo18-iconbox .themetechmount-iconbox.themetechmount-iconbox-styletwo {
    padding: 58px 28px 53px;
}
.tm-demo18-iconbox .tm-iconbox-wrapper {
    text-align: center;
}
.tm-demo18-iconbox .themetechmount-iconbox.themetechmount-iconbox-styletwo .tm-box-icon i {
    font-size: 60px;
}
.tm-demo18-iconbox .themetechmount-iconbox.themetechmount-iconbox-styletwo {
    border: 1px solid rgba(255 ,255, 255 , 0.15);
    padding: 50px 29px 45px;
    border-radius: 10px;
}
.tm-demo18-iconbox .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
    margin-bottom: 15px;
}
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button {
    display: block;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    width: 175px;
    height: 175px;
    text-align: center;
    padding-top: 60px;
    font-size: 16px;
    line-height: 26px;
	font-weight: 500;
	margin: auto;
	background-color: transparent;
	color: var(--ttm-secondarycolor);
	overflow: hidden;
}
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:hover {
	color: #fff;
}
.elementor-align-center.tm-btn-style-style9 .elementor-button-text {
    position: relative;
}
.elementor-align-center.tm-btn-style-style9 .elementor-button-text:after {
    position: absolute;
    content: "\e826";
    font-family: tm-ttmbusiness-icons;
    bottom: -29px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    transform: rotate(-38deg);
}
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:after,
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:before {
	content: "";
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-180deg);
    transform-origin: left;
    transition: 0.4s ease-out;
	z-index: -1;
}
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:after {
    background-color: var(--ttm-skincolor);
}
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:before {
    transition-delay: 0.15s;
}
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:hover:after,
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:hover:before {
    top: -1px;
    left: 0;
    transform: rotate(0deg);
    transition: 0.4s ease-out;
}
.elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:hover:after {
    transition-delay: 0.15s;
}

/* demo 18 iconbox style 4 */

.tm-demo18-iconbox4 .themetechmount-iconbox-stylefour .tm-iconbox-wrapper {
    background-color: #eb3bed;
	padding: 11px 28px 12px;
	border-radius: 39px;
}
.tm-demo18-iconbox4 .themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-icon {
    vertical-align: middle;
}
.tm-demo18-iconbox4 .themetechmount-iconbox .themetechmount-iconbox-icon  img {
    width: auto;
    height: auto;
}
.tm-demo18-iconbox4 .themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-custom-heading {
    color: #fff;
    margin-bottom: -6px;
}
.tm-demo18-iconbox4 .themetechmount-iconbox.themetechmount-iconbox-stylefour .tm-cta3-content-wrapper {
    color: #fff !important;
}
.tm-demo18-iconbox4 .tm-demo18-iconbox4-bgcolor .themetechmount-iconbox-stylefour:hover .tm-iconbox-wrapper,
.tm-demo18-iconbox4 .tm-demo18-iconbox4-bgcolor .themetechmount-iconbox-stylefour .tm-iconbox-wrapper {
    background-color: #1741e0;
}
.tm-hover-bgcolor .themetechmount-iconbox-stylefour .tm-iconbox-wrapper {
    animation: mymove 3s infinite;
}
.tm-hover-bgcolor1 .themetechmount-iconbox-stylefour .tm-iconbox-wrapper {
    animation: mymove1 4s infinite;
}

@keyframes mymove {
  from {background-color: #eb3bed;}
  to {background-color: blue;}
}

@keyframes mymove1 {
  from {background-color: #1741e0;}
  to {background-color: #eb3bed;}
}
.tm-shape-one h2.tm-element-content-heading span {
    position: relative;
    font-style: italic;
}
.tm-shape-one h2.tm-element-content-heading span:after {
    position: absolute;
    content: '';
    background-image: url(../images/shape-02.png);
    height: 16px;
    width: 170px;
	right: 0;
	bottom: -3px;
}
.tm-comentbox img {
    margin-right: 5px;
}
.tm-comentbox span img {
    margin-top: -8px;
}
.tm-accordion-style5.tm-accordion-demo18.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
    border-top: 1px solid rgba(255, 255, 255 , 0.20);
	padding: 23px 0 25px 0;
}
.tm-accordion-demo18 .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed .fa-plus:before, .tm-accordion-service .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed .fa-plus:before {
	content: '\e83d';
	font-family: "tm-ttmbusiness-icons";
	font-weight: 400;	
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened .fa-minus:before,
.tm-accordion-demo18 .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened .fa-minus:before,
.tm-accordion-service .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened .fa-minus:before
 {
	content:'\e847';
	font-family: "tm-ttmbusiness-icons";
	font-weight: 400;
}

.tm-shake .elementor-widget-container {
    -webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
    display: inline-block;
}
/* footer style 6  */
h2.tm-title-one {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    border: 1px solid rgb(255 255 255 / 50%);
    padding: 38px;
    border-radius: 69px;
	margin-bottom: 0;
	transition: 1s ease;
}
h2.tm-title-one img {
    margin-left: 20px;
}
.footer.tm-footerstyle-style6 .tm-social-footer.widget {
    margin-bottom: 0;
}
.footer.tm-footerstyle-style6 .tm-social-footer.widget.widget_nav_menu ul > li {
    display: inline-block;
	padding-right: 13px;
}
.footer.tm-footerstyle-style6 .widget {
    margin: 30px 0 60px;
}
.footer.tm-footerstyle-style6 {
    border-radius: 120px 0 0 0;
}
.footer.tm-footerstyle-style6 .mc4wp-form-fields input[type="email"] {
    background: transparent;
    padding: 15px 60px 10px 0px;
    margin-bottom: 10px;
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-color: rgba(255 ,255, 255 , 0.80);
	font-size: 16px;
	color: #fff;
}
.footer.tm-footerstyle-style6 .mailchimp-footerbox {
    position: relative;
}
.footer.tm-footerstyle-style6 .wpcf7-list-item {
    margin: 0;
}
.footer.tm-footerstyle-style6 input[type="checkbox"] {
    width: 0;
    margin-left: 16px;
    position: relative;
    top: 4px;
}
.footer.tm-footerstyle-style6 input[type="checkbox"]:before {
    position: absolute;
    content: '';
    bottom: 2px;
    left: -15px;
    height: 15px;
    width: 15px;
    border: 1px solid rgba(255 ,255, 255 , 0.40);
    border-radius: 5px;
}
.footer.tm-footerstyle-style6 .widget.widget_nav_menu ul > li {
    padding: 0px 0px 5px 0;
}
.footer.tm-footerstyle-style6 .footer-rows .first-footer .first-footer-inner {
    padding: 85px 0 15px;
}
.tm-footerstyle-style6 ul.contact_widget_wrapper li span {
    padding-left: 11px;
}
.footer.tm-footerstyle-style6 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder,
.footer.tm-footerstyle-style6 span.wpcf7-list-item-label {
    color: rgba(255 ,255, 255 , 0.40);
}
.footer.tm-footerstyle-style6 .btn[type="submit"] {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 16px;
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--ttm-skincolor);
}
.tm-footerstyle-style6 .site-footer-bg-layer.tm-bg-layer {
    border-radius: 120px 0 0 0;
}
.footer.tm-footerstyle-style6 .footer-rows .first-footer.tm-textcolor-white .first-footer-inner {
    border-bottom: unset;
}
.tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes.tm-footerstyle-style6 > .site-footer-bg-layer.tm-bg-layer {
    opacity: 0.1;
}
.tm-footerstyle-style6 ul.contact_widget_wrapper li {
    display: flex;
}
.footer.tm-footerstyle-style6 .widget .widget-title {
    color: #fff;
}
.tm-footerstyle-style6 ul.contact_widget_wrapper li i {
    color: var(--ttm-skincolor);
	padding-right: 13px;
}
.tm-demo18-iconbox-about .themetechmount-iconbox-stylefour .tm-iconbox-wrapper {
    background-color: #16d04f;
}
.tm-demo18-iconbox-about .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 20px;
    line-height: 30px;
}
span.tm-btn-join {
    font-weight: 500;
    color: var(--ttm-secondarycolor);
}
.tm-textblock-underlineee {
    position: relative;
}
.tm-textblock-underlineee:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 98%;
    background-color: #fff;
    bottom: 3px;
    left: 1px;
}
.tm-footerstyle-style6 input[type="checkbox"]:checked:after {
    content: "";
    border: solid var(--ttm-skincolor);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -11px;
    bottom: 4px;
    width: 6px;
    height: 10px;
    background-color: transparent!important;
}
.featured-box:hover {
  animation-name: rotate;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.tm-service-style1 .themetechmount-iconbox-stylefour .tm-iconbox-wrapper {
    padding: 4px 28px 4px 10px;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    display: inline-block;
}
.tm-service-style1 .themetechmount-iconbox .themetechmount-iconbox-icon  img {
    width: auto;
    height: auto;
}
.tm-service-style1 .themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-custom-heading span {
    font-weight: 500;
}
.tm-service-style1 .themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-custom-heading {
    margin-bottom: 0;
	color: var(--ttm-secondarycolor);
}
.tm-service-style1.tm-service-style2 .themetechmount-iconbox-stylefour .tm-iconbox-wrapper {
	background-color: #bbf74f;
}
.tm-service-style1.tm-service-style3 .themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-custom-heading,
.tm-service-style3 .themetechmount-iconbox.themetechmount-iconbox-stylefour .tm-cta3-content-wrapper {
    color: #fff;
}
.tm-service-style1.tm-service-style2.tm-service-style3 .themetechmount-iconbox-stylefour .tm-iconbox-wrapper {
    background-color: #ee395f;
	padding: 19px 28px 16px 24px;
	border-radius: 40px;
}
.tm-service-style3 .themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-icon {
    vertical-align: middle;
}
.tm-service-style3 .themetechmount-iconbox.themetechmount-iconbox-stylefour .tm-cta3-content-wrapper {
    font-size: 12px;
}
.single-post .tm-post-details-style .tm-meta-line.cat-links a:last-child {
    display: none;
}
.tm-accordion-service .elementor-accordion {
    background-color: #fff;
    border-radius: 15px;
	padding: 22px 25px 29px;
}
.tm-accordion-service.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active {
	background-color: var(--ttm-greycolor);
	border-radius: 15px 15px 0 0;
}
.tm-accordion-service .elementor-accordion .elementor-tab-content {
    background-color: var(--ttm-greycolor);
	border-radius: 0 0 15px 15px;
}
.tm-accordion-service.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	position: relative;
}
.tm-accordion-service.elementor-widget-accordion .elementor-accordion .elementor-tab-title:after {
    border-top: 1px solid #b0b0b0;
	position: absolute;
	content: '';
	height: 1px;
    width: 90%;
    left: 25px;
	bottom: 0px;
}
.tm-accordion-service.elementor-widget-accordion .elementor-accordion-item:last-child .elementor-tab-title:after,
.tm-accordion-service.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title.elementor-active:after,
.tm-accordion-service.elementor-widget-accordion .elementor-accordion-item:first-child .elementor-tab-title:after {
    width: 0;
}
.tm-accordion-service.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	padding: 20px 25px 12px 25px;
}
.ttm-commonform.ttm-contactform-15 input[type="text"], .ttm-commonform.ttm-contactform-15 input[type="email"], .ttm-commonform.ttm-contactform-15 textarea {
	border-radius: 15px;
	padding: 12px 20px 12px 20px;
	font-size: 15px;
	background-color: var(--ttm-greycolor);
	color: var(--body-fonts-color);
}
body.single-tm_portfolio.tm-layout-style18 .tm-pf-view-top-image .tm-pf-details-date {
    width: 44.39%;
}
.single-tm_portfolio.tm-layout-style18 .elementor-counter .elementor-counter-number-prefix {
    display: none;
}
.tm-layout-style18 .tm-bgcolor-skincolor .wpcf7 form .wpcf7-response-output {
    color: #fff;
}
.single-post.tm-layout-style18 article.post .entry-content {
    padding-bottom: 0;
}
body.single-post.tm-layout-style18 .tm-titlebar h1.entry-title {
    font-size: 60px;
    line-height: 70px;
}
.ttm-commonform.ttm-contactform-15 input[type="submit"] {
	font-weight: 500;
	background-color: var(--ttm-skincolor);
	width: 100%;
	border-radius: 25px;
	padding: 16px 35px;
	margin-top: 19px;
}
.wpcf7-form .ttm-commonform.ttm-contactform-15 .wpcf7-form-control-wrap:not(.chkTerms) {
    padding-top: 15px;
}
.ttm-commonform.ttm-contactform-15 input[type="submit"]:hover {
    background-color: var(--ttm-secondarycolor);
}
.ttm-commonform.ttm-contactform-15 textarea {
    height: 141px;
}
.tm-accordion-service .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed .fa-plus:before {
    color: var(--ttm-secondarycolor);
}

.ttm-commonform.ttm-contactform-15 input[type="text"]::-webkit-input-placeholder,
.ttm-commonform.ttm-contactform-15 input[type="email"]::-webkit-input-placeholder,
.ttm-commonform.ttm-contactform-15 textarea::-webkit-input-placeholder {
    color: #9f9f9f;
}
.tm-contact-faq .tm-accordion-demo18 .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed .fa-plus:before,
.tm-contact-faq .tm-accordion-style5.tm-accordion-demo18 .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened .fa-minus:before {
	color: var(--ttm-secondarycolor);
}
.tm-contact-faq .tm-accordion-style5.tm-accordion-demo18.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #cccccc;
}

.tm-contact-contact-frm .ttm-commonform.ttm-contactform-15 input[type="text"],
.tm-contact-contact-frm .ttm-commonform.ttm-contactform-15 input[type="email"],
.tm-contact-contact-frm .ttm-commonform.ttm-contactform-15 textarea {
	background-color: transparent;
    border: 1px solid #fff;
	color: #fff;
}
.tm-contact-contact-frm .ttm-commonform.ttm-contactform-15 input[type="submit"] {
    background-image: unset !important;
    border: 1px solid;
}
.ttm-commonform.ttm-contactform-15 input[type="submit"]:hover {
    background-image: unset !important;
}
.tm-contact-contact-frm .ttm-commonform.ttm-contactform-15 input[type="submit"]:hover {
    background-color: var(--ttm-secondarycolor);
	border-color: var(--ttm-secondarycolor);
}
.tm-contact-contact-frm .ttm-contactform-15 input[type="text"]::-webkit-input-placeholder,
.tm-contact-contact-frm .ttm-contactform-15 input[type="email"]::-webkit-input-placeholder,
.tm-contact-contact-frm .ttm-contactform-15 textarea::-webkit-input-placeholder {
    color: #e5e5e5;
}
.tm-contact-iconbox-bgcolor .tm-service-style1.tm-service-style2.tm-service-style3 .themetechmount-iconbox-stylefour .tm-iconbox-wrapper {
    background-color: #c906d5;
	box-shadow: unset;
}
span.tm-underline {
    position: relative;
}
span.tm-underline:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #000;
    left: 0;
    bottom: 1px;
	transition: all 0.3s ease 0s;
}
.tm-layout-style27 span.tm-underline:hover:after {
    background-color: var(--ttm-skincolor);
}
body.single-post.tm-layout-style27 .tm-titlebar h1.entry-title {
    font-size: 57px;
    line-height: 67px;
}
.tm-about-process .elementor-element.elementor-widget-progress .elementor-progress-bar {
    border-radius: 50px;
    position: absolute;
    top: -2px;
	font-size: 18px;
	font-weight: 500;
}
.tm-about-process .elementor-widget-progress .elementor-progress-wrapper {
    height: 1px;
    border-radius: 50px;
    margin-top: 14px;
}
.tm-about-process .elementor-widget-progress .elementor-progress-percentage {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    margin-top: -20px;
    padding-right: 0;
}
.themetechmount-testimonialbox-stylethree.themetechmount-testimonialbox-stylefifteen .themetechmount-box-desc blockquote {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: var(--ttm-secondarycolor);
	-webkit-line-clamp: unset;
}
.themetechmount-testimonialbox-stylethree.themetechmount-testimonialbox-stylefifteen .themetechmount-post-item {
    padding: 0 29px 0 9px;
	border-right: 1px solid;
    border-radius: 0;
	margin-top: 0;
}
.themetechmount-testimonialbox-stylethree.themetechmount-testimonialbox-stylefifteen {
    position: relative;
    margin-top: 0;
}
.themetechmount-testimonialbox-stylethree.themetechmount-testimonialbox-stylefifteen .themetechmount-author-name {
    font-weight: 500;
    line-height: 17px;
}
.tm-bgcolor-darkgrey .themetechmount-testimonialbox-stylethree.themetechmount-testimonialbox-stylefifteen .themetechmount-box-footer {
    color: #fff;
}
.themetechmount-element-testimonialbox-style-15.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    border-top: 1px solid;
}
.themetechmount-element-testimonialbox-style-15 .themetechmount-box-desc {
    padding-bottom: 20px;
}
.tm-bgcolor-darkgrey .themetechmount-testimonialbox-stylethree.themetechmount-testimonialbox-stylefifteen .themetechmount-post-item {
    border-color: rgba(255, 255, 255 , 0.20);
    background-color: transparent;
}
.tm-bgcolor-darkgrey .themetechmount-element-testimonialbox-style-15.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    border-color: rgba(255, 255, 255 , 0.20);
}
/***tab style 11**/
.ttm-tab-style11 ul li {
    padding: 10px;
}
.ttm-tab-style11 .elementor-widget-container {
    text-align: left;
}
.ttm-tab-style11 li.ttm-tab-active {
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-skincolor);
    border: 1px solid var(--ttm-skincolor);
}
.ttm-tab-style11 .ttm-elementor-tab-title {
    padding: 19px 25px 20px 25px;
    cursor: pointer;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 10px;
    margin-bottom: 30px;
}
.ttm-tab-style11 ul {
    list-style-type: none;
}
.ttm-tab-style11 .ttm-tab-content-title {
    display: none;
}
.ttm-tab-style11 .tmtabs-content-wrapper {
    float: left;
    width: 59%;
    padding-left: 60px;
}
.ttm-tab-style11 ul.elementor-tabs-wrapper {
    padding: 0px;
    width: 41%;
    margin-top: 0;
    float: left;
    display: block;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.ttm-tab-style11.ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 20px;
    font-weight: 500;
    color: var(--ttm-whitecolor);
    vertical-align: middle;
    font-family: var(--special-element-fontfamily);
}
.ttm-tab-style11.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-whitecolor);
}
h2.tm-title-one:hover {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
}
h2.tm-title-one:hover i {
	color: #fff;
}
h2.tm-title-one:hover i {
    color: #fff;
    -webkit-text-fill-color: unset;
}
h2.tm-title-one i {
    transform: rotate(315deg);
    display: inline-block;
    vertical-align: middle;
    padding: 25px 0px 0px 0px;
    margin: -10px 0 0 0;
	color: var(--ttm-skincolor);
	transition: 1s ease;
}
.site-footer .tm-footerstyle-style6 .second-footer-inner {
    border-bottom: 1px solid #dadada;
}
.tm-button-hover-style-six:hover i {
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: LeftToRight;
    -webkit-animation-duration: 5s;
    animation: LeftToRight 0.5s forwards;
}
.tm-button-hover-style-six {
	transition: all 0.5s linear;
}
.tm-hover-iconbox .tm-demo18-iconbox .themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .tm-icon-type-image {
  animation: shake 0.82s;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/******************/
/******************/
/*Demo 16 SEO*/
/******************/
/******************/
.tm-layout-style16 section.error-404 .page-content p {
    color: var(--ttm-whitecolor);
}
.tm-layout-style16.single article.post blockquote {
    color: var(--body-blackfont-color);
}
.tm-layout-style16 #site-header-menu #site-navigation .themetechmount-fbar-btn a {
    font-size: 25px;
}
.tm-layout-style16 .themetechmount-portfoliobox-style1 .themetechmount-box-title h4 a:hover {
    color: var(--body-blackfont-color) !important;
}
span.tm-secondarycolor {
    color: var(--ttm-secondarycolor);
}
.tm-box-masnory .themetechmount-portfoliobox-style1 .themetechmount-box-title h4 {
    font-size: 23px;
}
.tm-box-masnory .themetechmount-portfoliobox-style1 .themetechmount-box-category {
    font-size: 15px;
    margin-bottom: 0px;
}
.tm-box-masnory .themetechmount-portfoliobox-style1 .tm-post-iconbox a {
    font-size: 23px;
}
/*****Progress style 8********/
.tm-progress-style8 .elementor-progress-bar span.elementor-progress-percentage {
    position: relative;
    content: '';
    background-color: transparent;
    color: var(--body-blackfont-color);
    padding: 0;
    right: 0;
    top: -25px;
    text-align: center;
    font-size: 16px;
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
}
.tm-progress-style8 .elementor-progress-wrapper {
    margin-top: 8px;
    border: 1px solid #f5f4f4;
    border-radius: 4px;
}
.tm-progress-style8 .elementor-progress-bar {
    border-radius: 4px !important;
     box-shadow: 0px 11px 15px 0px rgba(138, 69, 191, 0.31);
}
/*****Progress style 8********/
/*****Button style 7********/
.tm-btn-style-style7 .elementor-button {
    border-radius: 30px 0px 30px 30px !important;
    transition: all .8s;
}
.tm-btn-style-style7:hover .elementor-button {
    border-radius: 30px 0px 30px 0px !important;
}
.elementor-element.elementor-widget-button.tm-btn-style-style7.tm-btn-color-skincolor .elementor-button-wrapper a.elementor-button {
     background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor) !important;

}
.elementor-element.elementor-widget-button.tm-btn-style-style7.tm-btn-color-skincolor .elementor-button-wrapper a.elementor-button:hover {
    color: var(--ttm-whitecolor) !important;
    background-color: var(--ttm-secondarycolor);
}
.elementor-element.elementor-widget-button.tm-btn-style-style7.tm-btn-color-darkgrey .elementor-button-wrapper a.elementor-button {
    background-color: var(--ttm-secondarycolor);
}
.elementor-element.elementor-widget-button.tm-btn-style-style7.tm-btn-color-darkgrey .elementor-button-wrapper a.elementor-button:hover {
    background-color: var(--ttm-skincolor);
}
/*****Button style 7********/

/***line section part***/
.ttm-line-animation > .elementor-section {
    position: relative;
    overflow: hidden;
}
.themetechmount-line1:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -25px;
    right: -20px;
    transform-origin: left;
    transform: scale(-1, 1);
    -webkit-animation: scanning 8s linear infinite alternate;
    animation: scanning 8s linear infinite alternate;
    background: var(--ttm-skincolor);
}
.themetechmount-line1 {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--ttm-greycolor);
    left: 25%;
}
.themetechmount-line2:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -25px;
    right: -20px;
    transform-origin: left;
    transform: scale(-1, 1);
    -webkit-animation: scanning 15s linear infinite alternate;
    animation: scanning 15s linear infinite alternate;
    background: var(--ttm-secondarycolor);
}
.themetechmount-line2 {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--ttm-greycolor);
    left: 42%;
}
.themetechmount-line3:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -25px;
    right: -20px;
    transform-origin: left;
    transform: scale(-1, 1);
    -webkit-animation: scanning 10s linear infinite alternate;
    animation: scanning 10s linear infinite alternate;
    background: var(--ttm-skincolor);
}
.themetechmount-line3 {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--ttm-greycolor);
    left: 58%;
}
.themetechmount-line4:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -25px;
    right: -20px;
    transform-origin: left;
    transform: scale(-1, 1);
    -webkit-animation: scanning 13s linear infinite alternate;
    animation: scanning 13s linear infinite alternate;
    background: var(--ttm-secondarycolor);
}
.themetechmount-line4 {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--ttm-greycolor);
    left: 75%;
}
.tm-lines-yes {
    position: relative;
    overflow: hidden;
}
@-webkit-keyframes scanning {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}

@keyframes scanning {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}
/***line section part***/

.mailchimp-inputbox-style1 input[type="email"] {
    padding: 12px 25px 12px 20px;
    margin-bottom: 10px;
    border-radius: 25px 0 25px 25px;
    width: calc(100% - 150px);
}
.mailchimp-inputbox-style1 input[type="email"]:focus {
    background: #fff;
    border-color: transparent;
}
.mailchimp-inputbox-style1 button[type="submit"] {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    background-color: #4fcbe0;
    padding: 13px 25px;
    border: 0;
    color: var(--ttm-whitecolor);
    font-size: 16px;
    line-height: 25px;
    border-radius: 25px 0 25px 25px;
    transition: 0.6s;
}
.mailchimp-inputbox-style1 button[type="submit"]:hover {
    border-radius: 25px 0 25px 0px;
}
.mailchimp-inputbox-style1 {
    position: relative;
}
.mailchimp-inputbox-style1 input[type="text"]::-webkit-input-placeholder,
.mailchimp-inputbox-style1 input[type="email"]::-webkit-input-placeholder,
.mailchimp-inputbox-style1 textarea::-webkit-input-placeholder {
    color:rgba(0,0,0,0.6)
}
.ttm-contactform-16 textarea,
.ttm-contactform-16 input[type="number"],
.ttm-contactform-16 input[type="tel"],
.ttm-contactform-16 input[type="email"],
.ttm-contactform-16 input[type="text"],
.ttm-contactform-16 .select2-container--default .select2-selection--single {
    padding: 12px 20px 12px 20px;
    font-size: 14px;
    border-color: #00000033;
    border-radius: 30px;
}
.ttm-contactform-16 input[type="submit"] {
    background-color: #4fcbe0;
    padding: 13px 25px;
    border: 0;
    color: var(--ttm-whitecolor);
    font-size: 16px;
    line-height: 25px;
    border-radius: 25px 0 25px 25px;
    width: 100%;
    margin-top: 10px;
}
.Rectangle_14 {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 863px;
  top: 1275px;
  width: 745px;
  height: 624px;
  z-index: 98;
}
/*tab style 12*/

/*----tab style 8----*/
.ttm-tab-style12 .themetechmount-box-heading-wrapper {
    padding-bottom: 10px;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    padding-left: 0;
    width: 32%;
    float: left;
}
.ttm-tab-style12 ul.elementor-tabs-wrapper {
    padding-bottom: 10px;
    display: flex;
    text-align: left;
    justify-content: center;
    position: relative;
    padding-left: 0;
    width: 52%;
}
.ttm-tab-style12 li.ttm-elementor-tab-title {
    content: '';
    position: relative;
    border-radius: 50%;
    top: 12px;
    display: block;
    left: 0px;
    right: 0;
    z-index: 2;
    list-style: none;
    font-size: 20px;
    line-height: 31px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    height: 10px;
    width: 10px;
}
.ttm-tab-style12 li.ttm-elementor-tab-title.ttm-tab-active span:before {
    color: #fff;
}
.ttm-tab-style12.ttm-elementor-tabs .ttm-tab-content.ttm-tab-active {
    display: block;
}
.ttm-tab-style12.ttm-elementor-tabs .ttm-tab-content {
    display: none;
    margin-left: -10px;
}
.ttm-tab-style12.ttm-elementor-tabs .ttm-tab-content-title {
    display: none;
}
.ttm-tab-style12 ul.elementor-tabs-wrapper:before {
    content: '';
    position: absolute;
    width: 30px;
    border-radius: 2em;
    top: 8px;
    height: 18px;
    background-color: #30a900;
    border: 1px solid #30a900;
}
.ttm-tab-style12 li.ttm-elementor-tab-title.ttm-tab-active {
    background-color: #fff;
    border: 1px solid #fff;
}
.ttm-tab-style12 .tm-element-content-heading {
    font-weight: 400;
    font-size: 34px;
    line-height: 48px;
    padding-top: 10px;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style12.ttm-elementor-tabs ul.elementor-tabs-wrapper span {
    position: absolute;
    top: -12px;
    color: var(--body-fonts-color);
    font-size: 20px;
    font-weight: 500;
}
.ttm-tab-style12 ul.elementor-tabs-wrapper li:first-child span {
    left: auto;
    right: 28px;
}
.ttm-tab-style12 ul.elementor-tabs-wrapper li:last-child span {
    left: 34px;
}
.ttm-tab-style12 .tmtabs-content-wrapper {
    float: left;
    width: 68%;
    padding-left: 40px;
}
@media (max-width: 1200px){
.ttm-tab-style12 .themetechmount-box-heading-wrapper{
    width: 100%;
    float: unset;
     padding-bottom: 20px;
}
.ttm-tab-style12 .tmtabs-content-wrapper {
    float: unset;
    width: 100%;
    padding-left: 0;
}
.ttm-tab-style12 ul.elementor-tabs-wrapper {
   width: 100%;
}
}
@media (max-width: 1200px){
    .ttm-tab-style12.ttm-elementor-tabs .ttm-tab-content {
    margin-left: 0;
}
}
@media (max-width: 1675px){
    .tm-item-image{
        display:none;
    }
}

/*Footer style 7 demo 16*/
.tm-design-footer {
    float: right;
}

.tm-design-footer li:last-child {
    padding-right: 0 !important;
}
.tm-design-footer li {
    display: inline-block;
    font-size: 12px;
    padding-right: 20px !important;
    line-height: 20px;
    color: var(--ttm-whitecolor);
}
.tm-design-footer li img {
    padding-right: 8px;
    vertical-align: bottom;
}
.tm-design-footer-one {
    text-align: right;
    padding-top: 15px;
}
.tm-footer-layout {
    padding-right: 30px;
}
.tm-footer-layout img {
    padding-bottom: 15px;
}
.tm-footer-layout-2 img {
    padding-bottom: 20px;
}
@media (max-width: 992px){
.tm-footer-layout-2 img {
    padding-right: 15px;
}
}

@media (max-width: 767px){
h2.tm-deisgn-footer-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0;
}
.tm-design-footer-one {
    text-align: left;
}
.tm-footer-layout,.tm-footer-layout-2 {
    padding: 0px;
}
.tm-design-footer {
    float: left;
}
.footer.tm-footerstyle-style7 .widget {
    margin: 20px 0 0px!important;
}
.footer.tm-footerstyle-style7 .footer-rows .first-footer .first-footer-inner {
    padding: 30px 0 0px !important;
}
}


.tm-footer-layout-2{
    position: relative;
    padding: 0;
}
.tm-footer-layout-2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background-image: url(https://themetechmount.com/ttm-business/demo16/wp-content/uploads/sites/18/2023/07/bracket.png);
    background-position: bottom center;
    top: -15px;
    background-repeat: no-repeat;
    z-index: 1;
}
@media (max-width: 1340px){
    .tm-footer-layout-2:before {
        display: none;
    }
}
.footer.tm-footerstyle-style7  .tm-bottom-extra-bg img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    animation-name: float_left_right;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
.tm-bottom-extra-bg{
    position: relative;
}
.tm-bottom-extra-bg .foot-img1 {
    top: 0;
    position: absolute;
}
.footer.tm-footerstyle-style7 .footer-rows .first-footer .first-footer-inner {
    padding: 48px 0 20px;
}
.footer.tm-footerstyle-style7 .widget {
    margin: 30px 0 20px;
}
.footer.tm-footerstyle-style7 .widget li.menu-item.tm-footer-menu1 {
    padding-right: 25px;
    position: relative;
    padding-bottom: 0;
    line-height: 20px;
    font-size: 14px;
}
.footer.tm-footerstyle-style7 .widget li.menu-item.tm-footer-menu1:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / 30%);
    right: 10px;
}
.footer.tm-footerstyle-style7 .widget li.menu-item.tm-footer-menu1:last-child:before {
    content: unset;
}
.footer.tm-footerstyle-style7 .widget li.menu-item.tm-footer-menu1 {
   font-size: 14px;
}


/*header menu hoverstyle2 */
@media (min-width: 1200px){
.tm-headerstyle-classic-overlay .tm-menu-hover-style2 .site-header-menu #site-navigation div.nav-menu > ul > li a:after {
    content: '';
    position: absolute;
    top: 25px;
    right: -18px;
    bottom: 0px;
    left: auto;
    transition-duration: 0.3s;
    height: 45px;
    opacity: 1;
    background: transparent;
    z-index: -1;
    border-radius: 30px 0 30px 30px;
    width: calc(100% - -38px);
    transition: all .5s ease-out;
}
.tm-headerstyle-classic-overlay .tm-menu-hover-style2 .site-header-menu #site-navigation div.nav-menu > ul > li a{
    position: relative;                 
}
.tm-headerstyle-classic-overlay .tm-menu-hover-style2 .site-header-menu div.nav-menu > ul > li a:hover:after, 
.tm-headerstyle-classic-overlay .tm-menu-hover-style2 .site-header-menu div.nav-menu > ul > li.current-menu-ancestor a:after, 
.tm-headerstyle-classic-overlay .tm-menu-hover-style2 .site-header-menu div.nav-menu > ul > li.current_page_item a:after, 
.tm-headerstyle-classic-overlay .tm-menu-hover-style2 .site-header-menu div.nav-menu > ul > li a:hover:after {
    background: linear-gradient(to right, #31cfd5, #49bccf) !important;
}
.tm-menu-hover-style2 .tm-header-icons {
   padding-left: 10px;
}
}

.tm-shape-image-box1:hover .elementor-image-box-img img{
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.tm-shape-image-box2:hover .elementor-image-box-img img{
        transform: translateY(-8px);
            transition-duration: 0.9s;
}
.tm-shape-image-box3:hover .elementor-image-box-img img{
        transform: scale(1.1) rotate(4deg);
}

.ttm-contactform-17 textarea,
.ttm-contactform-17 input[type="number"],
.ttm-contactform-17 input[type="tel"],
.ttm-contactform-17 input[type="email"],
.ttm-contactform-17 input[type="text"],
.ttm-contactform-17 .select2-container--default .select2-selection--single {
    padding: 12px 20px 12px 20px;
    font-size: 14px;
    border-color: #00000033;
    border-radius: 30px;
    color: var(--body-blackfont-color);
}
.ttm-contactform-17 input[type="submit"] {
    background-color: #4fcbe0;
    padding: 13px 25px;
    border: 0;
    color: var(--ttm-whitecolor);
    font-size: 16px;
    line-height: 25px;
    border-radius: 25px 0 25px 25px;
    width: 100%;
    margin-top: 10px;
    font-weight: 500;
}
.ttm-contactform-17 input[type="submit"]:hover{
    background-color: var(--ttm-skincolor);
}
.ttm-commonform.ttm-contactform-05.ttm-team-form .tm-contact-btn.elementor-widget-button input[type="submit"] {
     color: var(--ttm-whitecolor);
}
/*floating design 2*/
.tm-design-floating-inner1,
.tm-design-floating-inner2{
    padding-bottom: 25px;
}
h2.tm-float-title {
    font-size: 54px;
    line-height: 68px;
    font-weight: 700;
}
.tm-design-floating-inner2 h4{
    font-weight: 600;
}
.tm-design-floating-inner2 h4 span {
    text-decoration: underline;
    text-transform: uppercase;
}
.tm-design-floating-inner2 span.tm-float-details {
    font-size: 14px;
    line-height: 22px;
    color: var(--body-fonts-color);
    /* font-weight: 500; */
}
span.tm-floating-contact {
    display: block;
}
.tm-floating-list li {
    font-size: 15px;
    font-weight: 500;
}
span.tm-floating-contact,
span.tm-floating-contact a:not(:hover) {
    display: block;
    color: var(--body-blackfont-color);
}
.themetechmount-fbar-position-default .themetechmount-fbar-content-wrapper, .themetechmount-fbar-position-right .themetechmount-fbar-content-wrapper {
    overflow: hidden;
    height: 100%;
    padding: 60px 60px 60px 40px;
    padding-bottom: 10px;
    z-index: 80;
    position: relative;
}
img.tm-floating-img1 {
    position: absolute;
    height: 70px;
    right: 0;
    top: 0;
    animation-name: float_left_right;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.tm-floating-social.tm-footer-bordered-social .themetechmount-social-links-wrapper ul.social-icons li a {
    border: 1px solid rgb(0 0 0 / 12%);
    border-radius: 50% !important;
    font-size: 15px;
    color: var(--body-fonts-color);
}
.tm-floating-social.tm-footer-bordered-social .themetechmount-social-links-wrapper ul.social-icons li a:hover {
    border: 1px solid rgb(0 0 0 / 100%);
    
}
img.float-img2 {
    position: absolute;
    right: 15%;
    top: auto;
    bottom: 16%;
    animation-name: spin;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.tm-floating-social {
    padding-top: 80px;
}
h2.tm-floating-rotatetext {
    font-size: 70px;
    color: rgb(0 0 0 / 5%);
    font-weight: 700;
}
h2.tm-floating-rotatetext {
    font-size: 70px;
    line-height: 90px;
    color: rgb(0 0 0 / 5%);
    font-weight: 700;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: absolute;
    top: 40%;
    width: calc(100% - -100%);
}
/***testi style 14***/
.themetechmount-testimonialbox-style14 .themetechmount-box-author {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
    margin: 10px 0 18px;
    padding: 25px 70px 25px 30px;
    border-radius: 20px 20px 20px 0;
    transition: 0.8s;
}
.themetechmount-testimonialbox-style14:hover .themetechmount-box-author {
    border-radius: 20px 0;
}
.themetechmount-testimonialbox-style14 .themetechmount-box-highlight h2.themetechmount-review-highlight {
    font-size: 18px;
    line-height: 24px;
}
.themetechmount-testimonialbox-style14 .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: var(--body-fonts-color);
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.themetechmount-testimonialbox-style14 .themetechmount-box-content .tm-box-footer img {
    height: 46px;
    width: 46px;
}
.themetechmount-testimonialbox-style14 .themetechmount-box-title {
    padding-left: 15px;
}
.themetechmount-testimonialbox-style14 .themetechmount-author-name {
    line-height: 26px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.themetechmount-testimonialbox-style14 .themetechmount-author-name:before {
    position: absolute;
    content: ",";
    display: inline-block;
    left: auto;
    right: -5px;
}
.themetechmount-testimonialbox-style14 .themetechmount-box-footer {
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}
.themetechmount-testimonialbox-style14 .themetechmount-box-desc blockquote:before {
    content: '';
    background-color: var(--ttm-greycolor);
    -webkit-mask: url(../images/chat.svg) no-repeat 100% 100%;
    mask: url(../images/chat.svg) no-repeat 100% 100%;
    display: block;
    left: auto;
    position: absolute;
    top: -35px;
    right: -45px;
    width: 68px;
    height: 68px;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
}
.themetechmount-element-testimonialbox-style-14.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    margin-bottom: 20px;
}
.tm-service-background-hover1 > .elementor-widget-wrap:after, .elementor-inner-section.tm-service-background-hover1:after {
    border-radius: 10px !important;
   
}

@media (max-width: 767px){
.themetechmount-testimonialbox-style14 .themetechmount-box-desc blockquote:before {
    right: 0;
  }
.themetechmount-testimonialbox-style14 .themetechmount-box-author {
     padding: 25px 30px 25px 30px;
}
}
/***testi style 14***/

@media (min-width: 1200px) {

	body.single-tm_portfolio .tm-titlebar-pftopimg-style .tm-titlebar-main-inner {
		padding: 70px 0 200px;
	}
	body.single-tm_portfolio .tm-pf-view-top-image .tm-featured-wrapper {
		margin-top:-250px;
        text-align: center;
	}
}
body.single-tm_portfolio .tm-titlebar-pftopimg-style .breadcrumb-wrapper {
	display:none;
}
body.single-tm_portfolio .tm-titlebar-pftopimg-style .tm-pf-single-category a {
	color: #fff;
	background-color: var(--ttm-skincolor);
	padding: 5px 19px;
	font-size:14px;
	line-height: 20px;
	display: inline-block;
	border-radius: var(--ttm-button-shape);
	margin-right: 5px;
}
body.single-tm_portfolio .tm-pf-view-top-image .tm-featured-wrapper {
	border-radius: var(--ttm-button-shape);
}
body.single-tm_portfolio .tm-titlebar-pftopimg-style .tm-pf-single-category  {
	margin-bottom:15px;
}
body.single-tm_portfolio .tm-pf-view-top-image .tm-pf-left-details {
    font-size: 17px;
	font-family: var(--special-element-fontfamily);
	font-weight: var(--special-element-fontweight);
    color: var(--body-blackfont-color);
}
body.single-tm_portfolio .tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
    display: inline-block;
	padding-left: 10px;
}
body.single-tm_portfolio .tm-pf-view-top-image .tm-pf-details-date {
    padding: 5px 0px 6px 0px;
}
body.single-tm_portfolio .tm-pf-view-top-image .themetechmount-pf-detailbox-list {
    margin-top: 15px;
}
body.single-tm_portfolio .tm-pf-view-top-image .tm-pf-details-date {
    padding: 5px 0px 6px 0px;
	    position: relative;
    display: inline-block;
    width: 48%;
}
.tm-pf-single-related-wrapper {
    padding-top: 10px;
    padding-bottom: 30px;
	position:relative;
    background-color: #000;
    background-color: var(--ttm-greycolor);
}
.tm-pf-single-related-wrapper:after,
.tm-pf-single-related-wrapper:before {
    z-index: 1;
    position: absolute;
    content: "";
    width: 1000px;
    left: -50%;
    top: 0px;
    height: 100%;
    z-index: -1;
    background-color: var(--ttm-greycolor);
}
.tm-pf-single-related-wrapper:after {
	right: -50%;
	left:auto;
}
.tm-pf-single-related-wrapper {
    padding-top: 60px;
    padding-bottom:50px;
    position: relative;
    background-color: #000;
    background-color: var(--ttm-greycolor);
}
.footer.tm-footerstyle-style6 .widget.widget_nav_menu li a:hover {
    color: #fff;
}

/*-------Demo 21-------*/
.ttm-heading-sepstyle .tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header {
    width: 60%;
}
.ttm-heading-sepstyle .tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header:after {
    transform: rotate(30deg);
    border-right-color: rgba(0, 0, 0, 1);
}
.ttm-icon-morestyle .themetechmount-iconbox-styleeleven .tm-cta3-content-wrapper {
    color: rgba(255 , 255 , 255 , 0.62);
}
.ttm-icon-morestyle .themetechmount-iconbox-styleeleven .tm-iocnbox-btn a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-left: 0;
}
.ttm-icon-morestyle .themetechmount-iconbox-styleeleven .tm-iocnbox-btn a:before {
    right: -22px;
    left: auto;
    font-size: 12px;
}
.ttm-icon-morestyle .themetechmount-iconbox-styleeleven .tm-iocnbox-btn a:hover:before {
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: LeftToRight;
    -webkit-animation-duration: 5s;
    animation: LeftToRight 0.5s forwards;
}
.ttm-icon-morestyle .elementor-element.elementor-widget-tm_icon_heading {
    margin-bottom: 0;
    position: relative;
    overflow:hidden;
}
.ttm-icon-morestyle .elementor-element.elementor-widget-tm_icon_heading:hover .elementor-widget-container {
    border-color: var(--ttm-skincolor);
}
.ttm-icon-morestyle .elementor-element.elementor-widget-tm_icon_heading:hover:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.ttm-icon-morestyle .elementor-element.elementor-widget-tm_icon_heading:before {
    content: '';
    background-color: var(--ttm-skincolor);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
.tm-bgcolor-darkgrey.ttm-step-newstylenine .tm-staticbox-style9 .tm-box-title h4 {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
}
.tm-bgcolor-darkgrey.ttm-step-newstylenine .tm-staticbox-style9 .tm-box-title h4:before {
    background-color: #fff;
    height: 1px;
}
.tm-bgcolor-darkgrey.ttm-step-newstylenine .tm-staticbox-style9 .themetechmount-static-box-desc {
    color: rgba(255 , 255 , 255 , 0.70);
}
.tm-bgcolor-darkgrey.ttm-step-newstylenine .tm-staticbox-style9 .process-num .number {
    color: #fff;
    background-color: var(--ttm-skincolor);
    border: 3px solid var(--ttm-skincolor);
    line-height: 52px;
}
.tm-bgcolor-darkgrey.ttm-step-newstylenine .ttm-text-bghigh-shape .elementor-heading-title {
    color: #fff;
}
.tm-bgcolor-darkgrey.ttm-step-newstylenine .tm-staticbox-style9 .tm-stepbox.col-md-6:after {
    border-right: 1px solid rgba(255 , 255 , 255 , 0.28);
}
.tm-bgcolor-darkgrey.ttm-step-newstylenine .tm-staticbox-style9 .tm-stepbox.col-md-6:last-child:after {
    border-right: 0;
}
/*---testimonial style16---*/
.themetechmount-testimonialbox-style16 .themetechmount-box-desc .themetechmount-testimonial-text {
    font-size: 24px;
    line-height: 34px;
    color: #000;
}
.themetechmount-testimonialbox-style16 .themetechmount-author-name {
    font-size: 20px;
    line-height: 25px;
}
.themetechmount-testimonialbox-style16 .tm-box-footer {
    padding-top: 20px;
}
.themetechmount-element-testimonialbox-style-16.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .slick-dots {
    left: 15px;
    margin-left: 0;
}
.themetechmount-element-testimonialbox-style-16 .slick-dots li {
    width: auto;
}
.themetechmount-element-testimonialbox-style-16 .slick-dots li button {
    width: 10px;
    height: 10px;
}
.themetechmount-element-testimonialbox-style-16 .slick-dots li.slick-active button {
    background-color: var(--ttm-skincolor);
}
/*---clientlogo-border-seperator---*/
.themetechmount-client-box-view-border-separator {
    position: relative;
    padding: 30px;
    height: 180px;
    display: block;
    line-height: 95px;
}
.themetechmount-client-box-view-border-separator:after {
    content: '';
    position: absolute;
    border-right: 2px solid #000;
    right: 0;
    top: 0;
    height: 100%;
}
/*---Gallarybox---*/
.themetechmount-element-gallerybox-styleone .tm-box-col-wrapper div {
    position:relative;
    overflow: hidden;
}
.themetechmount-element-gallerybox-styleone .tm-box-col-wrapper div:after {
    content: '';
    padding: 20px 15px 20px;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.3);
    transition: all .5s ease-in-out;
    top: auto;
    bottom: auto;
}
.themetechmount-element-gallerybox-styleone .tm-box-col-wrapper:hover div:after {
    opacity: 1;
    top: 0;
}
.themetechmount-element-gallerybox-styleone .tm-box-col-wrapper a.tm_prettyphoto i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    z-index: 1;
    background-color: var(--ttm-skincolor);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    margin: 0 auto;
    color: #fff;
    opacity: 0;
    transform: perspective(110px) rotateX(60deg) scale(.6);
    transform-origin: 50% 100% 0;
    transition: all .4s ease;
    transform-style: flat;
}
.themetechmount-element-gallerybox-styleone .tm-box-col-wrapper:hover a.tm_prettyphoto i {
    opacity: 1;
    transform: perspective(100px) rotateX(0deg);
    transition-delay: .2s;
}
/*---slider---*/
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.ttm-starimg-round img {
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
/*---footer---*/
.ttm-commonform.ttm-contactform-05.ttm-contactfooter textarea, 
.ttm-commonform.ttm-contactform-05.ttm-contactfooter input[type="email"],
.ttm-commonform.ttm-contactform-05.ttm-contactfooter input[type="text"] {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.27);
    min-height: auto;
    padding: 11px 15px 16px 0;
    color: #fff;
    font-size: 13px;
}
.ttm-commonform.ttm-contactform-05.ttm-contactfooter .tm-contact-btn.elementor-widget-button input[type="submit"] {
    width: auto;
    background-color: var(--ttm-skincolor);
    background-image: unset !important;
    border-radius: 10px;
    font-weight: 400;
    padding: 14px 43px 13px 23px;
}
.ttm-commonform.ttm-contactform-05.ttm-contactfooter .tm-contact-btn.elementor-widget-button:hover input[type="submit"] {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
.ttm-contactform-05.ttm-contactfooter .tm-contact-btn:hover:after {
    color: #000;
}
.ttm-contactform-05.ttm-contactfooter textarea::-webkit-input-placeholder, 
.ttm-contactform-05.ttm-contactfooter input[type="email"]::-webkit-input-placeholder, 
.ttm-contactform-05.ttm-contactfooter input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.99);
}
.ttm-commonform.ttm-contactform-05.ttm-contactfooter span.wpcf7-form-control-wrap {
    margin-bottom: 20px;
}
.ttm-commonform.ttm-contactform-05.ttm-contactfooter .tm-contact-btn.elementor-widget-button {
    margin-top: 34px;
    display: inline-block;
    padding-top: 0;
    position: relative;
}
.ttm-contactform-05.ttm-contactfooter .tm-contact-btn:after {
    content: '\e875';
    position: absolute;
    font-family: 'tm-ttmbusiness-icons';
    font-size: 18px;
    right: 26px;
    top: 10px;
    color: #fff;
    z-index: 1;
}
.footer .widget .ttm-footerform-title h4 {
    font-size: 28px;
    line-height: 38px;
}
.footer .widget .ttm-footerform-title {
    background-color: #181818;
    padding: 48px 50px 50px;
    border-radius: 10px;
    margin: 20px 0 40px;
}
.footer .widget .ttm-footer-textmain h2 {
    font-size: 50px;
    line-height: 60px;
}
.footer .ttm-footeremail,
.footer .ttm-footercallus,
.footer .ttm-location {
    display: table-cell;
}
.footer .ttm-footercallus a,
.footer .ttm-footeremail a,
.footer .ttm-location p {
    color: rgba(255, 255, 255, 0.47);
    font-size: 14px;
    line-height: 24px;
}
.footer .ttm-footer-contactinfo a:hover {
    color: var(--ttm-skincolor);
}
.footer .ttm-footer-textmain h4 {
    margin-bottom: 8px;
    font-size: 18px;
}
.footer .ttm-footer-contactinfo {
    padding-top: 60px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.footer .ttm-footer-textmain {
    padding-right: 60px;
    margin: 35px 0;
}
.footer .ttm-menu-footerimg .footer-nav-menu li {
    font-size: 13px;
}
.footer .ttm-mtos {
    display: inline-block;
    width: 50%;
}
.footer .ttm-ftoh {
    display: inline-block;
    width: 49%;
    padding-left: 40px;
}
.footer .ttm-openinghour p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.47) !important;
}
.footer .ttm-openinghour {
    padding-top: 30px;
}
.footer .ttm-menu-footerimg ul.footer-nav-menu {
    display: inline-block;
}
.footer .ttm-menu-footerimg img {
    display: inline-block;
    padding-left: 20px;
}
.bottom-footer-inner .ttm-bottom-footermain .ttm-menu-footerimg {
    padding-top: 10px;
}
.single-post .tm-social-share-links ul li:last-child {
    padding-right: 0;
}
.tm-headerstyle-toplogo .tm-social-share-links ul {
    padding-right: 0;
}
.single.tm-headerstyle-toplogo article.post .entry-content p {
    margin-bottom: 20px;
}
.tm-headerstyle-toplogo .wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms) {
    padding-top: 28px;
}
.footer .bottom-footer-text.tm-textcolor-white .tm-footer2-left .ttm-menu-footerimg ul li a:not(:hover), 
.footer .tm-textcolor-white .ttm-bottom-footermain a:not(:hover) {
    color: #fff;
}
.footer .ttm-bottom-footermain {
    font-size: 13px;
}

/*---btn style11---*/
.tm-header-style-classic.tm-header-overlay .elementor-widget-button .elementor-button.ttm-header-contactbtn:hover,
.tm-btn-style-style11.elementor-element.elementor-widget-button .elementor-button:hover {
    padding: 15px 20px 15px 40px;
    transition: all 0.5s ease-in-out;
}
.tm-header-style-classic.tm-header-overlay .elementor-widget-button .elementor-button.ttm-header-contactbtn:hover i,
.tm-btn-style-style11 .elementor-button-wrapper .elementor-button-link.elementor-button:hover .elementor-button-icon.elementor-align-icon-right i {
    opacity:0;
    animation:unset;
    transition: all 0.5s ease-in-out;
}
.tm-header-style-classic.tm-header-overlay .elementor-widget-button .elementor-button.ttm-header-contactbtn:before,
.tm-btn-style-style11.elementor-element.elementor-widget-button .elementor-button:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 50%;
    right: 110%;
    background-color: var(--body-blackfont-color);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px;
    z-index: -1;
}
.tm-header-style-classic.tm-header-overlay .elementor-widget-button .elementor-button.ttm-header-contactbtn:hover:before,
.tm-btn-style-style11.elementor-element.elementor-widget-button .elementor-button:hover:before {
    right: -40%;
}
.tm-header-style-classic.tm-header-overlay .elementor-widget-button .elementor-button.ttm-header-contactbtn,
.tm-btn-style-style11.elementor-widget-button a {
    overflow: hidden;
    transition: all 0.5s linear;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: 1px solid var(--body-blackfont-color);
    border-radius: 5px !important;
    color: var(--body-blackfont-color);
}
.tm-btn-style-style11.tm-btn-color-darkgrey.elementor-widget-button .elementor-button:before {
    background-color: var(--body-blackfont-color);
}
.tm-btn-style-style11.tm-btn-color-white.elementor-widget-button .elementor-button:before {
    background-color: #fff;
}
.tm-header-style-classic.tm-header-overlay .elementor-widget-button .elementor-button.ttm-header-contactbtn:before,
.tm-btn-style-style11.tm-btn-color-skincolor.elementor-widget-button .elementor-button:before {
    background-color: var(--body-blackfont-color);
}
.tm-btn-style-style11.tm-btn-color-darkgrey.elementor-widget-button a {
    border-color: var(--body-blackfont-color);
    color: var(--body-blackfont-color);
}
.tm-btn-style-style11.tm-btn-color-white.elementor-widget-button a {
    border-color: #fff;
    color: #fff;
}
.tm-header-style-classic.tm-header-overlay .elementor-widget-button .elementor-button.ttm-header-contactbtn,
.tm-btn-style-style11.tm-btn-color-skincolor.elementor-widget-button a {
    background-color: var(--ttm-skincolor);
    border-color: transparent;
    color:  #fff;
}
.tm-btn-style-style11.tm-btn-color-darkgrey.elementor-widget-button a:hover {
    color: #fff;
}
.tm-btn-style-style11.tm-btn-color-white.elementor-widget-button a:hover {
    color:var(--body-blackfont-color);
}
.tm-header-style-classic.tm-header-overlay .elementor-widget-button .elementor-button.ttm-header-contactbtn:hover,
.tm-btn-style-style11.tm-btn-color-skincolor.elementor-widget-button a:hover {
    border-color: var(--body-blackfont-color);
}
.tm-header-style-classic.tm-header-overlay .elementor-widget-button .elementor-button.ttm-header-contactbtn {
    vertical-align: middle;
    border-color: transparent;
}


/*-------Demo 21-------*/

/*** 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);
	width: 100%;
	z-index: 99;
}
.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-ttmbusiness-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-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);    
}
/* tab */
.tm-tab-demo24 .ttm-tab-style5 ul.elementor-tabs-wrapper li:last-child span {
    left: 27px;
}
.tm-tab-demo24 .ttm-tab-style5 ul.elementor-tabs-wrapper li:first-child span {
    left: auto;
    right: 22px;
}
.tm-tab-demo24 .ttm-tab-style5 li.ttm-elementor-tab-title {
    height: 27px;
    width: 12px;
	cursor: pointer;
}
.tm-tab-demo24 .ttm-tab-style5 ul.elementor-tabs-wrapper {
    padding-bottom: 0;
    justify-content: left;
    padding-left: 81px;
}
.tm-tab-demo24 .ttm-tab-style5 ul.elementor-tabs-wrapper:before {
    content: '';
    position: absolute;
    height: 18px;
    width: 30px;
    background-color: var(--ttm-skincolor);
    border: 1px solid var(--ttm-skincolor);
    border-radius: 2em;
    top: 7px;
    left: 78px;
	z-index: 1;
}
.tm-tab-demo24 .ttm-tab-style5 li.ttm-elementor-tab-title.ttm-tab-active {
    height: 12px;
    width: 12px;
}
.tm-tab-demo24 .tmtabs-content-wrapper {
    margin-top: -27px;
}

/* testimonial style19 */
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style19 .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
    text-align: center;
    padding: 50px 25px 0;
	margin-top: 30px;
	font-size: 17px;
    line-height: 28px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style19 .themetechmount-box-author {
    text-align: center;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style19 .themetechmount-author-name {
    display: inline-block;
	font-size: 15px;
    line-height: 28px;
	padding-right: 6px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style19 .themetechmount-box-footer {
    font-size: 13px;
    font-weight: normal;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style19 .themetechmount-box-footer {
    padding-left: 10px;
	position: relative;
}
.themetechmount-element-testimonialbox-style-19 .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    border-top: 1px solid #dadcdd;
	border-bottom: 1px solid #dadcdd;
}
.themetechmount-testimonialbox-style19 .tm-box-footer {
    padding-bottom: 35px;
}
.themetechmount-element-testimonialbox-style-19 .slick-slide {
	position: relative;
}
.themetechmount-element-testimonialbox-style-19 .slick-slide.slick-active:after {
    position: absolute;
    content: '';
    border-left: 1px solid #dadcdd;
    height: 100%;
    width: 1px;
    top: 0;
}
.themetechmount-element-testimonialbox-style-19 .slick-slide.slick-current.slick-active:after {
	border-left: 0px solid #dadcdd;
}
.themetechmount-testimonialbox-style19 .themetechmount-box-title {
    padding-top: 10px;
}
.themetechmount-testimonialbox-style19 blockquote.themetechmount-testimonial-text:after {
    position: absolute;
    content: "\f156";
    font-family: 'flaticon_new_bussines_agency';
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
	font-size: 58px;
    font-style: normal;
    color: var(--ttm-skincolortwo);
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style19 .themetechmount-box-footer:after {
    position: absolute;
    content: '/';
    left: -1px;
    top: -2px;
}
.tm-headerstyle-classic-elegant2 .footer span.tm-email a:hover {
    color: var(--ttm-skincolor);
}
.tm-headerstyle-classic-elegant2 .footer span.tm-email a:hover:after {
	background-color: #fff;
}
.tm-headerstyle-classic-elegant2 .footer span.tm-email a {
    color: #fff;
    position: relative;
}
.tm-headerstyle-classic-elegant2 .footer span.tm-email a:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
	transition: all 0.3s ease 0s;
}
.tm-headerstyle-classic-elegant2 .tm-footer2-left,
.tm-headerstyle-classic-elegant2 .footer-nav-menu li {
    font-size: 13px;
}
.tm-headerstyle-classic-elegant2 .footer .widget.widget_nav_menu li a {
    font-size: 14px;
}
/* tab style14 */
.ttm-tab-style14 li {
    background-image: unset !important;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 10px 18px 7px 18px;
    margin-bottom: 14px;
    background-color: rgba(255, 255, 255 , 0.40);
    font-size: 14px;
    cursor: pointer;
}
.ttm-tab-style14 li.ttm-tab-active {
	background-color: #fff;
}
.ttm-tab-style14 li.ttm-tab-active i {
    color: var(--ttm-skincolor);
}
.elementor-widget-tm_tabbox_element .ttm-elementor-tabs.ttm-tab-style14 .ttm-elementor-tab-title span {
    color: var(--ttm-secondarycolor);
    font-size: 16px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}
.ttm-tab-style14 ul {
    list-style-type: none;
}
.ttm-tab-style14 ul.elementor-tabs-wrapper {
    width: 25.62%;
	padding: 0;
    margin-top: 175px;
    float: left;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.ttm-tab-style14 .tmtabs-content-wrapper {
    float: left;
    width: 74.35%;
    padding-left: 30px;
}
.ttm-elementor-tabs.ttm-tab-style14 .ttm-elementor-tab-title i {
    font-size: 35px;
    padding-right: 10px;
    line-height: 38px;
    display: table-cell;
}
.ttm-elementor-tabs.ttm-tab-style14 {
    margin-top: -145px;
}
.tm-round-section .elementor-widget-container {
    transform: rotate(-45deg);
}
.tm-round-section .elementor-widget-wrap.elementor-element-populated {
    transform: rotate(45deg);
}

/* testimonialbox style20 */
.themetechmount-testimonialbox-style20 {
    padding-left: 130px;
	position: relative;
	padding-top: 20px;
}
.tm-bgcolor-skincolor .themetechmount-boxes-testimonial .themetechmount-testimonialbox-style20 .themetechmount-box-desc blockquote {
    color: #fff;    
    padding: 0;
    margin: 0;
    font-size: 31px;
    line-height: 46px;
	padding-right: 129px;
}
.themetechmount-testimonialbox-style20 span.themetechmount-item-thumbnail-inner img {
    border-radius: 50%;
}
.themetechmount-testimonialbox-style20 span.themetechmount-item-thumbnail {
    display: inline-block;
    vertical-align: middle;
}
.themetechmount-testimonialbox-style20 h3.themetechmount-author-name {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    font-size: 19px;
    line-height: 34px;
}
.themetechmount-testimonialbox-style20 h3.themetechmount-author-name:after {
    position: absolute;
    content: ',';
}
.themetechmount-testimonialbox-style20 .themetechmount-box-title {
    padding: 55px 0 5px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style20 .themetechmount-box-footer {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
	color: rgba(255, 255, 255 , 0.70);
	padding-left: 12px
}
.themetechmount-testimonialbox-style20 .themetechmount-box-desc:before {
    content: "\f121";
    font-family: flaticon_new_bussines_agency !important;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    font-size: 73px;
    line-height: 63px;
    bottom: auto;
    color: #fff;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.themetechmount-element-testimonialbox-style-20 .themetechmount-boxes-row-wrapper .slick-prev:before,
.themetechmount-element-testimonialbox-style-20 .themetechmount-boxes-row-wrapper .slick-next:before {
    font-family: 'flaticon_new_bussines_agency';
    color: #fff;
    font-size: 50px;
    line-height: 30px;
    position: relative;
    opacity: 1;
    content: "\f102";
    font-weight: 400;	
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-20 .themetechmount-boxes-row-wrapper .slick-arrow {
	background-color: transparent;
	box-shadow: unset;
}
.tm-bgcolor-skincolor .themetechmount-element-testimonialbox-style-20 .themetechmount-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover:before {
	color: #fff;
}
.themetechmount-element-testimonialbox-style-20.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-prev {
    left: 14%;
    bottom: -76px;
    top: auto;
    transform: rotate(-180deg);
}
.themetechmount-element-testimonialbox-style-20.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-next {
    right: auto;
    bottom: -101px;
    top: auto;
    left: 21%;
	height: 39px;	
}
.tm-round-01 {
    position: relative;
}
.tm-round-01:after {
    position: absolute;
    content: '';
    height: 500px;
    width: 500px;
    left: 75px;
	top: 60px;
    border: 1px dashed #d1d3cb;
    border-radius: 50%;
	animation-name: rotate;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	transform: rotate(-180deg);
}
.tm-round-01:before {
	position: absolute;
    content: '';
    height: 415px;
    width: 415px;
    left: 155px;
	top: 0px;
    border: 1px dashed #d1d3cb;
    border-radius: 50%;
	animation-name: rotate;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.tm-header-style-classic-elegant #site-header:not(.is_stuck) {
    background: transparent;
}
path#path1843, path#path1839 {
    stroke: #fff !important;
}
/*Iocn style1*/
.tm-round-section1 .elementor-widget-container {
    transform: rotate(-45deg);
}
.tm-round-section1 .elementor-widget-wrap.elementor-element-populated {
    transform: rotate(45deg);
}
.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;
    background-color: #5b03ac;
}
.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;
	}
}

span.tm-10 {
    position: relative;
	color: var(--ttm-skincolor);
}
span.tm-10:after {
    position: absolute;
    content: '';
    background-image: url(../images/shape-01.png);
    left: 0;
    height: 19px;
    width: 228px;
    bottom: 8px;
    z-index: -1;
}
.tm-slider-shape {
	color: var(--ttm-skincolor);
}
/* mailchimp */
.tm-demo24-slider-form .mailchimp-inputbox input[type="email"] {
    background-color: #fff;
    border: 1px solid rgba(255,255,255,.1);
    font-size: 15px !important;
    width: 100%;
    height: 54px;
    outline: none;
    border-radius: 10px;
    color: var(--body-blackfont-color);
	padding-left: 25px !important;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
	padding-right: 150px !important;
}
.tm-demo24-slider-form .wpcf7 form.failed .wpcf7-response-output {
    color: var(--body-blackfont-color);
    margin-top: -12px !important;
}
.tm-demo24-slider-form .mailchimp-inputbox .btn:active {
	box-shadow: unset;
}
.tm-demo24-slider-form .mailchimp-inputbox button[type="submit"] {
    background-color: transparent;
    color: var(--body-blackfont-color);
	position: absolute;
    top: 41px;
    width: 113px;
    border: 0;
    z-index: 1;
    padding: 0;
    right: 25px;
    font-size: 14px;
}
.tm-demo24-slider-form .mailchimp-inputbox button[type="submit"]:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 1px solid;
    bottom: 0;
    left: 0;
}
.tm-mail h2 {
    font-size: 20px;
    line-height: 25px;
    color: var(--ttm-skincolortwo);
    margin-bottom: 19px;
}
.tm-style3 .tm-mailbtn i {
    position: absolute;
    top: 12px;
	left: 22px;
}
.tm-style3 .tm-mailbtn {
    position: relative;
}
.footer .mc4wp-form-fields .tm-style3 input[type="email"] {
    background: #0f0f0f;
    padding: 12px 110px 12px 52px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.tm-style3 button[type="submit"] {
    position: absolute;
    top: 14px;
    border: 0;
    z-index: 1;
    padding: 0;
    margin: 0 28px 0 0;
    right: 0px;
    font-weight: 500;
    font-size: 13px;
    background-color: transparent;
    border-bottom: 1px solid;
    border-radius: 0;
}
.tm-style3 button[type="submit"]:hover {
    color: #fff;
}
.tm-style3 button[type="submit"]:focus {
    color: #fff;
}
.mailchimp-footerbox.tm-style3 {
    padding-bottom: 5px;
}
.tm-headerstyle-classic-elegant2 .footer .widget ul li.tm-3column-menu a {
    font-size: 14px;
}
.tm-headerstyle-classic-elegant2 input[type="checkbox"] {
    width: 0;
	position: relative;
}
.tm-headerstyle-classic-elegant2 .footer .widget .menu-social-menu-container ul > li {
	padding: 0px 0px 8px 0;
}
.tm-headerstyle-classic-elegant2 input[type="checkbox"]:checked:before {
    content: "";
    border: solid var(--ttm-skincolor);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -9px;
    bottom: 1px;
    width: 6px;
    height: 10px;
    background-color: transparent!important;
}
.tm-headerstyle-classic-elegant2 input[type="checkbox"]:after {
    position: absolute;
    content: '';
    top: -1px;
    border: 1px solid #fff;
	border-radius: 7px;
    height: 18px;
    width: 18px;
	left: -15px;
    border-color: rgba(255, 255, 255 , 0.53);
}
.tm-headerstyle-classic-elegant2 .mc4wp-form-fields span.wpcf7-list-item-label {
    padding-left: 7px;
}
.tm-headerstyle-classic-elegant2 .footer .widget {
    margin: 45px 0 32px;
}
.tm-headerstyle-classic-elegant2 ul.footer-nav-menu li:after {
    content: "/";
}
.tm-headerstyle-classic-elegant2 .footer .widget ul li.tm-3column-menu {
    display: inline-block;
    padding: 0 0 10px 0;
    position: relative;
    width: calc(33% - 2px);
    float: none;
    vertical-align: top;
}
.tm-headerstyle-classic-elegant2 .footer .footer-rows .first-footer .first-footer-inner {
    padding: 60px 0 18px;
}

/**********Text box style 1************/
.tm-textbox-style1 .tm-box-content {
    display: inline-block;
    padding: 13px 30px 12px 30px;
    border-radius: 32px;
    background-color: var(--ttm-secondarycolor);
}
.tm-textbox-style1 .tm-box-title img {
    height: 22px;
    width: 22px;
    display: inline-block;
    margin-right: 20px;
}
.tm-textbox-style1 .tm-detailbox:nth-child(4) .tm-box-content .tm-box-title img {
    height: 60px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 11px;
	margin-right: 12px;
}
.tm-textbox-style1 .tm-box-content .tm-box-title h3 {
    margin-bottom: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 7px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
}
.tm-detailbox {
    margin-bottom: 38px;
    position: relative;
}
.tm-detailbox:first-child:before {
    left: auto;
    width: 89px;
    top: 28px;
    right: 25%;
}
.tm-detailbox:nth-child(even){
    text-align: center;
 }
.tm-detailbox:first-child .tm-box-content {
    width: 63.73%;
    text-align: left;
    position: relative;
    left: 1%;
}
.tm-textbox-style1 .tm-detailbox:nth-child(2n) .tm-box-content{
    left: -10%;
    position: relative;
	padding: 6px 30px 7px 30px;
	text-align: left;
}
.tm-textbox-style1 .tm-detailbox:nth-child(4) .tm-box-content {
    left: -24.23%;
    width: 50.31%;
    border-radius: 38px;
}
.tm-detailbox:nth-child(3n){
    text-align: right;
}
.tm-detailbox:nth-child(3):after {
    content: "";
    position: absolute;
    top: 19px;
    left: auto;
    right: 116px;
    width: 200px;
    height: 111px;
    text-align: center;
    display: inline-block;
    background-image: url(../images/arrow2.png);
}
.tm-detailbox:nth-child(2):after {
    content: "";
    position: absolute;
    top: 19px;
    left: 47px;
    right: auto;
    width: 200px;
    height: 111px;
    text-align: center;
    display: inline-block;
    background-image: url(../images/arrow3.png);
}
 .tm-detailbox:first-child:after {
    content: "";
    position: absolute;
    top: 28px;
    left: auto;
    right: 91px;
    width: 200px;
    height: 111px;
    text-align: center;
    display: inline-block;
    background-image: url(../images/arrow1.png);
}
.tm-detailbox:nth-child(2) .tm-box-content {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
}
.tm-detailbox:nth-child(3) .tm-box-content {
	background-color: var(--ttm-skincolor);
}
.tm-detailbox:nth-child(4) .tm-box-content {  
	background-color: var(--ttm-skincolortwo);
}
.tm-textbox-style1 .tm-detailbox:nth-child(2) .tm-box-content .tm-box-title h3 {
	color: var(--ttm-secondarycolor);
}
.tm-textbox-style1 .tm-detailbox:nth-child(3n) .tm-box-content {
    left: -31%;
    right: 0;
    position: relative;
	padding: 6px 30px;
	border-radius: 8px;
}
.tm-textbox-top-title span {
    padding: 3px 6px;
    background-color: var(--ttm-skincolortwo);
    border-radius: 5px;
	color: #fff;
}
 .tm-detailbox:last-child:after{
    content: unset;
 }
.tm-detailbox:last-child:before {
    top: 67px;
    width: 80%;
}
.tm-detailbox:last-child .tm-box-content {
     left: -8%;
    position: relative;
}
.tm-textbox-top-title i {
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom;
	padding-right: 7px;
}
.tm-textbox-top-title img {
    margin: 0 20px;
}
/* contact us social */
.tm-social-contact li.elementor-icon-list-item.elementor-inline-item i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
	transition: all 0.3s ease 0s !important;
}
.tm-social-contact li.elementor-icon-list-item.elementor-inline-item:hover i {
    background-color: var(--ttm-skincolor);
    color: #fff;
    border-color: var(--ttm-skincolor);
}
.tm-social-contact.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-left: 15px;
}
.tm-social-contact.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 23px;
}
.ttm-commonform.ttm-contactform-16 input[type="text"],
.ttm-commonform.ttm-contactform-16 input[type="email"],
.ttm-commonform.ttm-contactform-16 .select2-container--default .select2-selection--single,
.ttm-commonform.ttm-contactform-16 textarea {
    background-color: rgba(255, 255, 255 , 0.40);
    border: 1px solid #fff;
    border-radius: 8px;
}
.ttm-commonform.ttm-contactform-16 input[type="text"]::-webkit-input-placeholder,
.ttm-commonform.ttm-contactform-16 .select2-container--default .select2-selection--single .select2-selection__rendered,
.ttm-commonform.ttm-contactform-16 input[type="email"]::-webkit-input-placeholder,
.ttm-commonform.ttm-contactform-16 textarea::-webkit-input-placeholder {
    color: #888888;
	opacity: 0.8;
}
.ttm-commonform.ttm-contactform-16 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
	padding-left: 0;
}
.ttm-commonform.ttm-contactform-16 .contact-form-submitbtn .form-contact {
    margin-top: 0;
    position: relative;
}
.ttm-commonform.ttm-contactform-16 .contact-form-submitbtn {
     display: flex;
    margin-top: 25px;
}
.ttm-commonform.ttm-contactform-16 .tm-checkbox {
    padding-left: 30px;
    padding-top: 10px;
}
.ttm-commonform.ttm-contactform-16 .elementor-button.elementor-size-md {
    font-size: 15px;
    padding: 13px 24px;
    border-radius: 8px;
    font-weight: 500;
	margin-top: 0;
}
.ttm-commonform.ttm-contactform-16 .wpcf7-spinner {
    width: 0;
    margin: 0 25px 0 0;
}
.ttm-commonform.ttm-contactform-16 .tm-checkbox p {
    color: var(--body-blackfont-color);
	font-size: 15px;
}
/** stepbox  12 **/
.tm-stretchy-historybox-col .tm-stretched-div.tm-stretched-left {
    border-radius: 0px 0px 50px 0px;
}
.tm-stretchy-historybox-col:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: var(--body-bg-color);
    position: absolute;
    left: -100%;
    right: auto;
}
.tm-staticbox-style12 .tm-stepbox-content {
    display: flex;
    margin-bottom: 30px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
}
.tm-staticbox-style12 .tm-stepbox-content .process-num .number {
    width: 90px;
    height: 118px;
    line-height: 118px;
    display: block;
    text-align: center;
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
    border-radius: 50px;
    font-size: 27px;
    font-weight: var(--special-element-fontweight);
}
.tm-staticbox-style12 .tm-stepbox-content .process-num {
    margin-right: 24px;
}
.tm-staticbox-style12 .tm-ptable-icon-wrapper.tm-ptable-icon-type-text {
    font-family: var(--special-element-fontfamily);
    display: block;
    margin-bottom: 5px;
}
.tm-staticbox-style12 .themetechmount-static-box-subtitle {
    display: block;
    font-size: 18px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    margin-bottom: 0;
}
.tm-staticbox-style12 .tm-stepbox.active .themetechmount-static-box-subtitle {
    margin-bottom: 15px;
}
.tm-staticbox-style12 .themetechmount-static-desc {
    opacity: 0;
    position: absolute;
}
.tm-staticbox-style12 .active .themetechmount-static-desc {
    position: static;
    opacity: 1;
}
.tm-staticbox-style12 .active .tm-stepbox-content {
    background-color: var(--ttm-secondarycolor);
    border-radius: 50px;
    padding: 50px 50px 45px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.tm-staticbox-style12 .active .tm-stepbox-content .process-num .number {
    background-color: var(--ttm-skincolor);
}
/** progressbar 9 **/
.tm-progress-style9 .elementor-progress-bar span.elementor-progress-percentage {
    position: relative;
    content: '';
    background-color: var(--ttm-skincolor);
    right: -22px;
    top: -10px;
    text-align: center;
    font-size: 14px;
    padding: 9px 7px 14px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
}
.tm-progress-style9 .elementor-progress-wrapper, .tm-progress-style9 .elementor-progress-wrapper .elementor-progress-bar {
    border-radius: 10px;
}
/** list img style 2 **/
ul.tm_listimgbox_list_content {
    padding: 0;
    margin: 0;
}
.tm_listimgbox_wrapper .tm_listimgbox_wrap {
    list-style-type: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tm_listimgbox_wrapper .themetechmount-listimgbox-styletwo .tm_listimgbox_wrap {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.tm_listimgbox_wrapper .themetechmount-listimgbox-styletwo .award_picture {
    transition: .5s all;
    opacity: 0;
}
.tm_listimgbox_wrapper .themetechmount-listimgbox-styletwo .tm_listimgbox_wrap.active .award_picture {
    transition: .5s all;
    opacity: 1;
}
.themetechmount-listimgbox-styletwo .award_picture img {
    max-width: 100%;
    transition: all .9s ease,transform .9s ease;
    border-radius: 148px;
}
.tm_listimgbox_wrapper .themetechmount-listimgbox-styletwo .tm_listimgbox_wrap:hover .award_picture img {
    transition: all .9s ease,transform .9s ease;
    border-radius: 50px;
}
.themetechmount-listimgbox-styletwo .tm-listbox-heading-content {
    float: right;
    width: 57.333333%;
    display: flex;
    padding-bottom: 25px;
}
.themetechmount-listimgbox-styletwo .border_yes .tm-listbox-heading-content {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 30px;
}
.themetechmount-listimgbox-styletwo .themetechmount-listimgbox-heading {
    flex: 1 0 0;
}
.themetechmount-listimgbox-styletwo .award_picture .tm-box-img-bg {
    display: inline-block;
    vertical-align: top;
    width: 296px;
    height: 420px;
    object-fit: cover;
    position: absolute;
    right: auto;
    left: 0;
    top: -50px;
    bottom: 0;
    margin: auto;
    border-radius: 148px;
    margin-left: 90px;
}
.tm_listimgbox_wrapper .themetechmount-listimgbox-styletwo .tm_listimgbox_wrap .award_picture .tm-box-img-bg:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    border: 1px solid rgba(255,255,255,0.2);
    right: -20px;
    left: auto;
    top: auto;
    bottom: -20px;
    border-radius: 148px;
    z-index: -1;
    transition: all .9s ease,transform .9s ease;
}
.tm_listimgbox_wrapper .themetechmount-listimgbox-styletwo .tm_listimgbox_wrap:hover .award_picture .tm-box-img-bg:before {
    border-radius: 50px;
    transition: all .9s ease,transform .9s ease;
}
.themetechmount-listimgbox-styletwo .tm-box-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-fonts-color);
    margin: -10px 0 0 0;
}
.themetechmount-listimgbox-styletwo .tm-listbox-heading-content .tm-listimgbox-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    background-color: var(--body-bg-color);
    border-radius: 50%;
    font-size: 0;
    margin-top: 1px;
    position: relative;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s ease;
}
.themetechmount-listimgbox-styletwo .tm-listbox-heading-content:hover .tm-listimgbox-btn a {
    background-color: var(--ttm-skincolor);
    transition: all 0.5s ease;
}
.themetechmount-listimgbox-styletwo .tm-listbox-heading-content .tm-listimgbox-btn a:before {
    content: "\f102";
    font-family: flaticon_new_bussines_agency;
    font-size: 16px;
    transform: rotate(320deg);
    display: block;
    color: var(--ttm-whitecolor);
    transition: all 0.5s ease;
}
.themetechmount-listimgbox-styletwo .tm-listbox-heading-content .tm-listimgbox-btn a:hover:before {
    transform: rotate(360deg);
    transition: all 0.5s ease;
}
/** testimonial 17 **/
.themetechmount-testimonialbox-style17 .themetechmount-box-desc .themetechmount-testimonial-text {
    font-size: 22px;
    line-height: 40px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    padding-left: 175px;
}
.tm-bgcolor-darkgrey .themetechmount-testimonialbox-style17 .themetechmount-box-desc .themetechmount-testimonial-text {
    color: var(--ttm-whitecolor);
}
.themetechmount-testimonialbox-style17 .themetechmount-box-desc .themetechmount-testimonial-text:before {
    content: "\f107";
    font-family: 'flaticon_new_bussines_agency';
    height: 130px;
    width: 130px;
    line-height: 130px;
    border-radius: 50%;
    background-color: var(--body-bg-color);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    text-align: center;
    color: var(--ttm-skincolor);
    font-size: 65px;
    font-style: normal;
}
.themetechmount-testimonialbox-style17 .themetechmount-box-img {
    height: 80px;
    width: 80px;
    float: left;
    position: relative;
    margin-right: 20px;
}
.themetechmount-testimonialbox-style17 .tm-title-textbox {
    overflow: hidden;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    transition: all 0.5s ease;
}
.themetechmount-testimonialbox-style17 .tm-box-footer {
    float: right;
    margin-top: 10px;
}
.themetechmount-testimonialbox-style17.themetechmount-box-testimonial .themetechmount-box-img img {
    border-radius: 20px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style17 .themetechmount-author-name {
    font-size: 17px;
    line-height: 26px;
    font-weight: var(--special-element-fontweight);
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style17 .themetechmount-box-footer {
    font-size: var(--body-font-size);
    font-style: italic;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style17 .themetechmount-box-author {
    padding-top: 0;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel.themetechmount-element-testimonialbox-style-17 .slick-dots {
    bottom: 80px;
    left: 220px;
    text-align: left;
    width: 60%;
}
.themetechmount-element-testimonialbox-style-17 .slick-dots li button {
    width: 100%;
    height: 1px;
    border-radius: 0;
    margin: 0;
    background-color: rgba(255,255,255,0.2);
}
.themetechmount-element-testimonialbox-style-17 .slick-dots li {
    width: 25%;
    height: 1px;
    margin: 0;
}
.themetechmount-element-testimonialbox-style-17 .slick-dots li.slick-active button {
    width: 100%;
    background-color: var(--ttm-whitecolor);
    border-radius: 0;
}
.themetechmount-element-testimonialbox-style-17 .slick-dots li.slick-active {
    width: 50%;
    height: 1px;
}
a.tm-text-underline {
    text-decoration: underline;
}
.ttm-footerbox-wrapper {
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.19);
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.ttm-footerbox-wrapper .ttm-footerbox {
    padding-right: 50px;
}
.ttm-footerbox-wrapper .ttm-footerbox.contact .footer-call-number {
    font-size: 22px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    margin-top: 10px;
    display: block;
}
.tm-textcolor-white .ttm-footerbox-wrapper .ttm-footerbox.contact .footer-call-number a {
    color: var(--ttm-whitecolor);
}
.tm-textcolor-white .ttm-footerbox-wrapper .ttm-footerbox.contact .footer-call-number a:hover {
    color: var(--ttm-skincolor);
}
.ttm-footerbox-wrap #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 14.2%;
}
.ttm-footerbox-wrap #sb_instagram #sbi_images {
    margin: 0 -12px;
    padding-bottom: 0 !important;
}
.ttm-footerbox-wrap #sb_instagram .sbi_photo_wrap {
    border-radius: 10px;
    overflow: hidden;
}
.ttm-footerbox-wrap:before {
    content: '';
    display: block;
    height: 79%;
    width: 1px;
    background-color: rgba(255,255,255,0.19);
    position: absolute;
    right: 15px;
}
.ttm-footerbox-wrap #sb_instagram {
    padding-bottom: 0 !important;
}
.ttm-footerbox-wrap #sb_instagram .sbi_photo_wrap:before {
    content: '\E80F';
    font-family: "tm-ttmbusiness-icons";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 25px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    color: #ffffff;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ttm-footerbox-wrap #sb_instagram .sbi_photo_wrap:hover:before {
    opacity: 1;
    transition: 0.5s;
}
.ttm-footerbox-wrap #sb_instagram a:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    display: block;
    transform: scale(0);
    transition: 0.5s;
}
.ttm-footerbox-wrap #sb_instagram .sbi_photo_wrap:hover a:before {
    transform: scale(1);
    transition: 0.5s;
}
.mailchimp-inputbox.ttm-newsletterbox .checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}
.mailchimp-inputbox.ttm-newsletterbox label {
    display: inline-block;
    max-width: 100%;
    font-weight: 400;
    padding-left: 10px;
}
.mailchimp-inputbox.ttm-newsletterbox .checkcontain {
    display: block;
    position: relative;
    padding-left: 30px;
    text-align: left;
}
.mailchimp-inputbox.ttm-newsletterbox .checkcontain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.mailchimp-inputbox.ttm-newsletterbox .checkcontain .checkmark:before {
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
    width: 9px;
    height: 9px;
    background-color: transparent;
    border-radius: 0;
}
.mailchimp-inputbox.ttm-newsletterbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.mailchimp-inputbox.ttm-newsletterbox .checkcontain .checkmark:after {
    transform: rotate(45deg);
    height: 10px;
    width: 6px;
    border-bottom: 2px solid var(--ttm-skincolor);
    border-right: 2px solid var(--ttm-skincolor);
    left: 4px;
    top: 0px;
}
.mailchimp-inputbox.ttm-newsletterbox .checkcontain input:checked~.checkmark:after {
    display: block;
}
.footer .mc4wp-form-fields .ttm-newsletterbox  input[type="email"] {
    padding: 10px 25px;
    border-radius: 10px;
    border-color: rgba(255,255,255,0.19);
    color: var(--ttm-whitecolor);
    margin-bottom: 0;
}
.ttm-newsletterbox .mailchimp-email {
    display: flex;
    margin-bottom: 15px;
}
.footer .mailchimp-inputbox.ttm-newsletterbox button[type="submit"] {
    position: static;
    font-size: var(--button_fontsize);
    line-height: var(--button_fontsize);
    padding: 5px 25px;
    background-color: var(--ttm-skincolor);
    border-radius: 10px;
    margin-left: 20px;
}
.footer .mailchimp-inputbox.ttm-newsletterbox button[type="submit"]:hover {
    background-color: var(--ttm-whitecolor);
}
.footer .ttm-socialbox-bottom .themetechmount-social-links-wrapper ul.social-icons li > a {
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
}
/** slider **/
.tm-bannerslider-box-wrapper {
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.tm-bannerslider-box-buttons .tm-box-Button-link {
    display: inline-block;
    vertical-align: top;
}
/** **/
.elementor-element.tm-center-align-margin.elementor-widget {
    margin-left: auto;
    margin-right: auto;
}
.tm-fid-leftbox .tm-fid-view-lefticon.inside h4 {
    margin: 4px 0 0 0;
    font-size: 38px;
    line-height: 48px;
}
.tm-fid-leftbox .inside.tm-fid-view-lefticon h3 {
    font-size: var(--body-font-size);
    line-height: 23px;
    font-weight: var(--special-element-fontweight);
    flex: 0 0 0;
    margin-left: 10px;
}
.tm-fid-leftbox .tm-fid-view-lefticon.tm-fid-without-icon .tm-fld-contents {
    display: flex;
}
.tm-counter-text .elementor-counter-number-wrapper {
    background: -webkit-linear-gradient(0deg, transparent 0%, #1a1a1a 0%, #414141 50%, #1a1a1a 100%);
    background: linear-gradient(0deg, transparent 0%, #1a1a1a 0%, #414141 50%, #1a1a1a 100%);
    background: linear-gradient(0deg, transparent 0%, #1a1a1a 0%, #414141 50%, #1a1a1a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/** testimonial 22 **/
.themetechmount-testimonialbox-style22 .themetechmount-post-item {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.06);
    margin: 2px 0;
    padding: 67px 40px;
    transition: all 0.5s ease;
}
.themetechmount-testimonialbox-style22 .themetechmount-post-item:hover {
    border-radius: 20px;
    transition: all 0.5s ease;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style22 .themetechmount-box-author {
    padding: 0;
    width: 60px;
    margin: 45px 20px 0 0;
    float: left;
}
.themetechmount-testimonialbox-style22 .tm-right-content {
    overflow: hidden;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style22 .themetechmount-ratting-star {
    padding: 0 0 5px 0;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style22 .themetechmount-box-desc blockquote {
    font-size: 18px;
    line-height: 30px;
    color: var(--ttm-whitecolor) !important;
    margin-bottom: 25px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style22 .themetechmount-author-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--special-element-fontweight);
}
.themetechmount-testimonialbox-style22 .themetechmount-box-title {
    position: relative;
}
.themetechmount-testimonialbox-style22 .themetechmount-box-title:before {
    content: "\f122";
    font-family: 'flaticon_new_bussines_agency';
    display: block;
    position: absolute;
    left: auto;
    top: 10px;
    right: 0;
    bottom: auto;
    text-align: center;
    color: rgba(255,255,255,0.061);
    font-size: 75px;
    font-style: normal;
    transition: all 0.5s ease;
}
.themetechmount-testimonialbox-style22 .themetechmount-post-item:hover .themetechmount-box-title:before {
    color: var(--ttm-skincolor);
    transition: all 0.5s ease;
}
.tm-section-hili-dot {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    color: transparent;
    width: auto;
}
.tm-section-hili-dot:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 2px;
    margin: auto;
    background-color: currentColor;
    box-shadow: 0 0 .25em .325em currentColor;
    border-radius: 50%;
}
.ttm-commonform.ttm-contactform-05.style1 .tm-contact-btn.elementor-widget-button input[type="submit"] {
    width: auto;
    border-radius: 10px;
    padding: 17px 25px 17px;
    font-weight: var(--button-font-weight);
    background: none !important;
    background-color: var(--ttm-skincolor) !important;
    border-color: transparent;
}
.ttm-commonform.ttm-contactform-05.style1 .tm-contact-btn.elementor-widget-button input[type="submit"]:hover {
    background-color: var(--ttm-whitecolor) !important;
    color: var(--ttm-secondarycolor);
}
.ttm-commonform.ttm-contactform-05.style1 textarea,
.ttm-commonform.ttm-contactform-05.style1 input[type="email"],
.ttm-commonform.ttm-contactform-05.style1 input[type="text"] {
    border-width: 0 0 1px;
    padding-left: 0;
    background: transparent;
    color: #ffffff;
    font-size: var(--body-font-size);
    border-color: rgba(255,255,255,0.19);
}
.ttm-commonform.ttm-contactform-05.style1 textarea:focus,
.ttm-commonform.ttm-contactform-05.style1 input[type="email"]:focus,
.ttm-commonform.ttm-contactform-05.style1 input[type="text"]:focus {
    border-color: var(--ttm-skincolor);
}
.wpcf7-form .ttm-commonform.ttm-contactform-05.style1 .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 35px;
}
.wpcf7 .ttm-commonform.ttm-contactform-05.style1 input[type="text"]::-webkit-input-placeholder,
.wpcf7 .ttm-commonform.ttm-contactform-05.style1 input.wpcf7-form-control::-moz-placeholder,
.wpcf7 .ttm-commonform.ttm-contactform-05.style1 input.wpcf7-form-control::-ms-input-placeholder ,
.wpcf7 .ttm-commonform.ttm-contactform-05.style1 input[type="text"]::placeholder  {
    color: var(--body-fonts-color) !important;
 }
 .ttm-commonform.ttm-contactform-05.style1 .tm-contact-btn.elementor-widget-button {
    padding-top: 25px;
}
.tm-btn-style-outline.tm-btn-color-grey .elementor-button {
    border-color: rgba(255,255,255,0.19) !important;
}
/** stepbox13 **/
.tm-staticbox-style13 .tm-stepbox-content {
    background-color: var(--ttm-secondarycolor);
    border-radius: 96px;
    text-align: center;
    padding: 35px 35px;
    position: relative;
    transition: all 0.5s ease;
}
.tm-staticbox-style13 .tm-stepbox-content:hover {
    transition: all 0.5s ease;
    background-color: var(--ttm-skincolor);
}
.tm-staticbox-style13 .tm-box-title h4 {
    border-bottom: 1px solid rgba(255,255,255,0.10);
    transition: all 0.5s ease;
    padding-bottom: 20px;
}
.tm-staticbox-style13 .tm-stepbox-content:hover .tm-box-title h4 {
    border-color: rgba(255,255,255,0.40);
    transition: all 0.5s ease;
}
.tm-staticbox-style13 .themetechmount-static-desc {
    color: var(--ttm-whitecolor);
}
.tm-staticbox-style13 .tm-stepbox-content .number {
    height: 63px;
    width: 63px;
    line-height: initial;
    display: block;
    background: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    right: 35px;
    left: auto;
    top: -40px;
    bottom: auto;
    font-size: 14px;
    font-family: var(--special-element-fontfamily);
    padding-top: 12px;
    box-shadow: 0 0 13px 0 rgba(218,218,218,0.13);
    transition: all 0.5s ease;
}
.tm-staticbox-style13 .tm-stepbox-content:hover .number {
    background: var(--ttm-secondarycolor);
    transition: all 0.5s ease;
}
.tm-staticbox-style13 .tm-stepbox-content .number span {
    display: block;
}
.tm-staticbox-style13 .tm-stepbox-content:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid rgba(255,255,255,0.19);
    position: absolute;
    border-radius: 96px;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease;
}
.tm-staticbox-style13 .tm-stepbox-content:hover:before {
    top: 12px;
    left: 10px;
    transition: all 0.5s ease;
}
.tm-staticbox-style13 .tm-stepbox:nth-child(even) {
    padding-top: 120px;
}
.tm-staticbox-style13 .tm-stepbox {
    z-index: 1;
}
.tm-round-section .elementor-widget-wrap.elementor-element-populated .elementor-widget-container,
.tm-round-section .elementor-widget-wrap.elementor-element-populated {
    transition: all 0.5s ease 0s !important;
}

/*12-07 */
.tm-apply-now .elementor-element.elementor-widget-button .elementor-button-wrapper .elementor-size-md.elementor-button {
    padding: 18px 20px;
}
.tm-service-tab-demo24 .ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title span,
.tm-service-tab-demo24 .ttm-elementor-tabs .ttm-elementor-tab-title i {
	display: block;
}
.tm-service-tab-demo24 .ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title {
	margin-right: 5px;
	padding: 17px 10px;
	border: 1px solid #fff;
    border-radius: 8px;
    background-color: rgba(255 ,255, 255 , 0.40);
	width: 178px;
}
.tm-service-tab-demo24 .ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title:first-child {
    margin-left: -1px;
}
.tm-service-tab-demo24 .ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title:last-child {
    margin-right: 0;
}
ul.job_listings li.job_listing:nth-child(even) a {
    margin-right: 6px;
}
.single_job_listing .application .application_button {
    border-radius: 10px;
}
.tm-service-tab-demo24 .ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title i {
    font-size: 43px;
    line-height: 53px;
}
.tm-service-tab-demo24 .ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active i {
	color: var(--ttm-skincolor);
}
.tm-service-tab-demo24 .ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active {
    border-color: #fff;
    background-color: #fff;
}
.tm-service-tab-demo24 .ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 14px;
    font-weight: 400;
}
.tm-service-tab-demo24 .ttm-tab-style2.ttm-elementor-tabs .elementor-tabs-wrapper {
    padding: 0 0 40px;
}
.tm-headerstyle-classic-elegant2 .footer .widget.widget_media_image img {
    height: 28px !important;
	width: auto;
}
.tm-headerstyle-classic-elegant2 ul.tm-account-dropdown li a:focus {
    color: var(--body-blackfont-color);
}
.tm-header-style-classic-elegant2 .is_stuck .header-topmain {
    padding: 0;
}
.job_filters .search_jobs {
    display: none;
}
.job_filters .job_types {
    display: none;
}
ul.job_listings li.job_listing a div.position {
    float: none;
    width: auto;
    vertical-align: text-bottom;
	padding: 0 0 0 13px;
}
.position .company {
    display: inline-block;
    float: left;
    padding-right: 0px
}
ul.meta {
    display: inline-block;
}
ul.job_listings li.job_listing a div.location {
    text-align: left;
    position: absolute;
    left: 60%;
    float: none;
    margin-top: 36px;
    font-size: 14px;
    padding-left: 0;
}
ul.job_listings li.job_listing a .meta .job-type {
    position: absolute;
    left: 32.39%;
    bottom: 25.1%;   
    padding: 5px 16px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
	border: 1px solid #d1d3cb;
}
ul.job_listings li.job_listing a .meta {
    padding-top: 42px;
    float: none;
    font-size: 14px;
    padding-left: 0;
    text-align: left;
}
ul.job_listings li.job_listing a ul.meta time {
    position: relative;
}
ul.job_listings li.job_listing a ul.meta time:before {
    content: "\e873";
    font-family: 'prt-valetex-icons';
    color: #000;
    position: absolute;
    left: -30px;
    font-size: 20px;
}
ul.job_listings li.job_listing a {
    background-color: rgba(255, 255, 255 , 0.40);
    overflow: unset;
    padding: 30px;
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-radius: 8px;
	margin: 0 15px 30px;
	cursor: auto;
}
ul.job_listings li.job_listing:nth-child(odd) {
    width: 50%;
}
ul.job_listings li.job_listing:last-child a {
    margin-bottom: 0;
}
ul.job_listings li.job_listing a:hover {
    background-color: #f7f7f7;
}
ul.job_listings , ul.job_listings li.job_listing {
    border: none;
	width: 50%;
    margin-right: 0px;
    display: inline-block;
}
ul.job_listings li.job_listing a img.company_logo {
    width: auto;
    height: auto;
    float: none;
    position: static;
	border-radius: 8px;
}
ul.job_listings li.job_listing a div.position h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 4px;
	cursor: pointer;
}
.position .company strong {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
ul.job_listings li.job_listing .meta li.date {
    display: none;
}
ul.job_listings li.job_listing a div.position .company .tagline {
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    bottom: 49px;
    border: 1px solid var(--ttm-secondarycolor);
    padding: 3px 16px;
    border-radius: 8px;
    color: #fff;
    background-color: var(--ttm-secondarycolor);
    transition: all 0.3s ease 0s;
    margin: 0 0 0 -29px;
	cursor: pointer;
}
ul.job_listings li.job_listing.job-type-internship a div.position .company .tagline {
    margin: 0 0 0 -19px;
}
ul.job_listings li.job_listing a div.position .company .tagline:hover {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
}
div.job_listings ul.job_listings {
    margin: 0;
    width: 100%;
    border-top: unset;
	display: flex;
    flex-wrap: wrap;
}
ul.job_listings li.job_listing a .meta {
	width: auto;
}
.footer .widget .widget-title {
    color: #fff;
}
.tm-mail h2 a {
    color: var(--ttm-skincolortwo) !important;
}
.themetechmount-teambox-style15:hover span.themetechmount-item-thumbnail-inner img {
    border-radius: 80px;
}
.themetechmount-teambox-style15 span.themetechmount-item-thumbnail-inner img {
	-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;
}
/***********************/
/****demo 23 HOSTING****/
/***********************/
.tm-layout-style23 .login-contact {
    margin: 0;
    position: relative;
}
.tm-layout-style23 .login-contact li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
      font-weight: 500;
}
.tm-layout-style23.single article.post blockquote p:last-child {
    margin-bottom: 0;
}
.tm-layout-style23 .header-info-widget .login-contact li:before {
    top: 40%;
    content: '';
    height: 16px;
    width: 2px;
    background-color: var(--body-blackfont-color);
    z-index: 1;
    position: absolute;
    left: 0;
    transform: rotate(15deg);
}
.tm-layout-style23 .header-info-widget .login-contact li:first-child:before {
    content: unset;
}
.tm-layout-style23 .tm-gif-video video.elementor-video {
    border-radius: 20px;
}
.tm-layout-style23.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a:before {
    position: absolute;
    content: ",";
    right: -5px;
    left: auto;
}
.tm-layout-style23.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a:last-child:before{
    content: unset;
}
.tm-layout-style23.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a {
    position: relative;
}
.wp24-dc form  input[type="submit"] {
    background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 50%, var(--tm-first-gradientcolor) 100%) !important;
    border-right-color: var(--tm-second-gradientcolor);
    border-left-color: var(--tm-first-gradientcolor);
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 2em;
    padding-top:17px;
    padding-bottom: 17px;
    font-weight: 400;
}
.wp24-dc form input[type="text"],
.wp24-dc .dc-form input[type="text"],
.wp24-dc form select,
.wp24-dc .dc-form select {
    border-radius: 2em;
    background-color: var(--ttm-greycolor);
    border: 0;
    padding: 11px 30px;
}
.wp24-dc .table-cell {
    display: inline-block !important;
 }
span.tm-price-sub {
    font-size: 14px;
    margin-left: -10px;
}
span.tm-dollar-sub {
    font-size: 24px;
    vertical-align: middle;
}
/***tab style 15**/
.ttm-tab-style15 ul li {
    padding: 10px;
}
.ttm-tab-style15 .ttm-elementor-tab-title {
    padding: 25px 30px 25px 30px;
    cursor: pointer;
    background-color: var(--ttm-greycolor);
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
}

.ttm-tab-style15 .tmtabs-content-wrapper {
    float: left;
    width: 75%;
    padding-left: 50px;
    padding-top: 20px;
}
.ttm-tab-style15 ul.elementor-tabs-wrapper {
    width: 25%;
    margin-top: 0;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
.ttm-tab-style15 ul {
    list-style-type: none;
}
.ttm-tab-style15 .ttm-elementor-tab-title span.tm-tab-title {
    font-weight: 500 !important;
    background-image: linear-gradient(var(--ttm-secondarycolor), var(--ttm-secondarycolor)), linear-gradient(var(--ttm-secondarycolor), var(--ttm-secondarycolor));
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.8s linear;
}
.ttm-tab-style15 .ttm-elementor-tab-title.ttm-tab-active span.tm-tab-title{
        background-size: 0 1px, 100% 1px;
    color: var(--ttm-secondarycolor) !important;
}
.ttm-tab-style15 .ttm-elementor-tab-title span.elementor-icon.tm-tab-svg {
    font-size: 45px;
    padding-right: 10px;
    display: inline-block;
}
@media (max-width: 991px){
.ttm-tab-style15 .tmtabs-content-wrapper {
    float: unset;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
}
    .ttm-tab-style16 .tmtabs-content-wrapper {
    float: unset;
    width: 100%;
    padding-right: 0;
}
.ttm-tab-style15 span.elementor-icon.tm-tab-svg,
.ttm-tab-style16 span.elementor-icon.tm-tab-svg {
    display: inline-block;
    vertical-align: middle;
    padding-right: 12px;
}
.ttm-tab-style18 span.elementor-icon.tm-tab-svg {
    padding-bottom: 15px;
}
}
/***tab style 15**/
.tm-box-shadow-hover:hover {
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.1);
}
.tm-box-shadow-hover {
    transition: all .5s ease-in-out;
}

/*ShowBox style 2*/
.tm-showcasebox-style2 .tm_showcasebox_contents .themetechmount-static-box-desc{
    opacity: 0;
     transition: all 0.6s ease 0s, transform 0.6s ease 0s;
}
.tm-showcasebox-style2 .tm-post-featured-link-wrapper {
    position: static;
}
.tm-showcasebox-style2 .tm-post-featured-link-wrapper img {
    max-width: 100%;
    position: absolute;
    object-fit: cover;
    right: auto;
    left: auto;
    top: 100px;
    right: 100px;
    bottom: 0px;
    visibility: hidden;
    margin: 0 auto auto;
    transition: all 0.5s ease 0s, transform 0.5s ease 0s;
    border-radius: 30px;
    transform: scale(0);
}
.tm-showcasebox-style2 .tm_showcasebox_contents .ttm-showbox-content {
    position: relative;
}
.tm-showcasebox-style2 .tm_showcasebox_contents.active .tm-post-featured-link-wrapper img,
.tm-showcasebox-style2 .tm_showcasebox_contents.active .themetechmount-static-box-desc {
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}
.tm-showcasebox-style2 .tm_showcasebox_contents.active .tm-post-featured-link-wrapper img {
    transform: scale(1);
}
.tm-showcasebox-style2 .tm_showcasebox_contents.active .tm-post-featured-link-wrapper,
.tm-showcasebox-style2 .tm_showcasebox_contents.active .themetechmount-static-box-desc {
    transition: .5s all;
    opacity: 1;
}
.tm-showcasebox-style2 .tm_showcasebox_contents .ttm-showbox-content .ttm-header {
    transition: transform 0.3s linear;
     display: none;
}
.tm-showcasebox-style2 .tm_showcasebox_contents.active .ttm-showbox-content .ttm-header{    
    display: block;
}
.tm-showcasebox-style2  .ttm-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
    padding-top: 25px;
    cursor: pointer;
}
.tm-showcasebox-style2 .tm_showcasebox_contents .ttm-title:before {
    transition: background-size 0.8s linear;
    position: absolute;
    content: "";
    content: " ";
    position: absolute;
    height: 1px;
    width: 40%;
    transition: all 0.7s ease-in-out;
    background-color: #000;
    left: 0;
    bottom: -25px;
    top: auto;
}
.tm-showcasebox-style2  .ttm-header {
    padding-bottom: 20px;
    padding-top: 25px;
}
.tm-showcasebox-style2 .tm_showcasebox_contents .themetechmount-static-box-desc li {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 8px;
    text-align: left;
}

.tm-showcasebox-style2 .tm_showcasebox_contents .themetechmount-static-box-desc li:before {
    position: absolute;
    content:"\e64d";
    right: auto;
    left: 0;
    font-family: 'themify';
}
@media (max-width: 1340px){
.tm-showcasebox-style2 .tm-post-featured-link-wrapper img {
    right: 0;
   }
}

@media (max-width: 1024px){
.tm-showcasebox-style2 .tm-post-featured-link-wrapper img {
    position: relative;
    visibility: visible;
    transform: scale(1);
}
.tm-showcasebox-style2 .tm-post-featured-link-wrapper img {
    right: 0;
    top:0;
}
.tm-showcasebox-style2 .tm_showcasebox_contents .ttm-title:before {
    transition: background-size 0.8s linear;
    width: 100%;
}
.tm-showcasebox-style2  .ttm-title {
    margin-bottom: 0;
    padding-top: 0;
}
.tm-showcasebox-style2 .tm_showcasebox_contents .ttm-showbox-content .ttm-header {
    display: block;
}
.tm-showcasebox-style2 .tm_showcasebox_contents .themetechmount-static-box-desc{
    opacity: 1;
}
}


/*box 2*/
.tm-domian-list li.elementor-icon-list-item {
    background: var(--ttm-greycolor);
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.tm-accordion-style7 .elementor-accordion-item:last-child {
    border: 0;
}
/****tab style  16****/
.ttm-tab-style16 ul li {
    padding: 10px;
}
.ttm-tab-style16 .ttm-elementor-tab-title {
    padding: 27px 30px 27px 30px;
    cursor: pointer;
    background-color: var(--ttm-whitecolor);
    border-radius: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.ttm-tab-style16 .ttm-elementor-tab-title.ttm-tab-active{
    background-image: -webkit-linear-gradient( 0deg, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 100%);
    
}
.ttm-tab-style16 .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-whitecolor) !important;
}
.ttm-tab-style16 .ttm-elementor-tab-title span{
    font-weight: 500 !important;
}
.ttm-tab-style16 .tmtabs-content-wrapper {
    float: left;
    width: 70%;
    padding-right: 50px;
}
.ttm-tab-style16 ul.elementor-tabs-wrapper {
    width: 30%;
    margin-top: 0;
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}
.ttm-tab-style16 .ttm-elementor-tab-title span.elementor-icon.tm-tab-svg {
    font-size: 45px;
    padding-right: 10px;
}
.ttm-tab-style16 ul {
    list-style-type: none;
}
@media (max-width: 991px){
.ttm-tab-style16 .tmtabs-content-wrapper {
    width: 100%;
    padding-right: 0;
}
}

/****tab style  16****/

.tm-gradient-color {
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, var(--tm-first-gradientcolor) , var(--tm-second-gradientcolor));
}
.tm-btn-color-darkgrey.tm-btn-textstyle-underline-style-1 a {
    background-image: linear-gradient(var(--ttm-secondarycolor), var(--ttm-secondarycolor)), linear-gradient(var(--ttm-secondarycolor), var(--ttm-secondarycolor));
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0px 100%;
    background-repeat: no-repeat;
    transition: background-size 0.8s linear;
}

.tm-btn-color-darkgrey.tm-btn-textstyle-underline-style-1 a:hover {
    background-size: 0 1px, 100% 1px;
    color: var(--ttm-secondarycolor) !important;
}

.tm-btn-color-skincolor.tm-btn-textstyle-underline-style-1 a {
    background-image: linear-gradient(var(--ttm-skincolor), var(--ttm-skincolor)), linear-gradient(var(--ttm-skincolor), var(--ttm-skincolor));
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0px 100%;
    background-repeat: no-repeat;
    transition: background-size 0.8s linear;
}
.tm-btn-color-skincolor.tm-btn-textstyle-underline-style-1 a:hover {
    background-size: 0 1px, 100% 1px;
    color: var(--ttm-skincolor) !important;
}

.tm-btn-color-white.tm-btn-textstyle-underline-style-1 a {
    background-image: linear-gradient(var(--ttm-whitecolor), var(--ttm-whitecolor)), linear-gradient(var(--ttm-whitecolor), var(--ttm-whitecolor));
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0px 100%;
    background-repeat: no-repeat;
    transition: background-size 0.8s linear;
}
.tm-btn-color-white.tm-btn-textstyle-underline-style-1 a:hover {
    background-size: 0 1px, 100% 1px;
    color: var(--ttm-whitecolor) !important;}
/*table style demo 23*/


.tm-table-style1 .tm-heading-text img {
    display: block;
    padding-bottom: 10px;
    margin-left: -15px;
}
.tm-table-style1 span.tm-table-title {
    display: inline;
    border: 1px solid #000;
    padding: 5px 30px 5px;
    border-radius: 30px;
    position: relative;
}
.tm-table-style1 .tm-price-title-skin {
    color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor) !important;
}
.tm-table-style1 span.tm-table-price {
    font-size: 54px;
    line-height: 70px;
    color: var(--body-blackfont-color) !important;
    font-weight: 500;
}
.tm-table-style1 .tm-table-pricebox {
    padding: 22px 0 0;
}
 table.tm-table-style1 thead tr {
    border: 0;
}
table.tm-table-style1 th ,
table.tm-table-style1 tbody td,
table.tm-table-style1 tbody tr {
    border: 0;
    border-right: 0;
}
table.tm-table-style1 tbody {
    border: 1px solid rgb(0 0 0 / 11%);
    border-radius: 10px !important;
}
.tm-table-price-button {
    padding: 24px 0;
}
table.tm-table-style1 span.tm-table-button {
    background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 50%, var(--tm-first-gradientcolor) 100%) !important;
    border-right-color: var(--tm-second-gradientcolor);
    border-left-color: var(--tm-first-gradientcolor);
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
}
table.tm-table-style1 span.tm-table-button a,
table.tm-table-style1 span.tm-table-button:hover a {
    color: var(--ttm-whitecolor);
}
table.tm-table-style1 tbody tr td.tm-table-col:first-child {
    text-align: left;
    padding-left: 35px !important;
}
@media (max-width: 1200px){
    table.tm-table-style1 {
    white-space: nowrap;
}
    .tm-table-wrapper {
    overflow: scroll;
    overflow-y: hidden;
}
}



.ttm-tab-style18.ttm-elementor-tabs .elementor-tabs-wrapper {
    padding: 0;
    margin: 0 auto;
}
.ttm-tab-style18.ttm-elementor-tabs .ttm-elementor-tab-title {
    margin-right: -5px;
    display: inline-block;
    padding: 30px 55px 25px;
    cursor: pointer;
    border-width: 1px 1px 1px 0;
    border-color: #00000033;
    border-style: solid;
    text-align: center;
}
.ttm-tab-style18.ttm-elementor-tabs span.elementor-icon.tm-tab-svg {
    display: block;
    font-size: 40px;
}
.ttm-tab-style18.ttm-elementor-tabs  span.elementor-icon.tm-tab-svg svg{
    text-align: center;
    margin: 0 auto;
}
.ttm-tab-style18.ttm-elementor-tabs span.tm-tab-title {
    font-size: 16px;
    font-weight:500;
        display: block;
    padding-top: 13px;
}
.ttm-tab-style18.ttm-elementor-tabs  .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--body-blackfont-color);
}
.ttm-tab-style18.ttm-elementor-tabs span.tm-tab-desc{
    font-size: 16px;
    font-weight:400;
    color: var(--body-fonts-color);
}
.ttm-tab-style18.ttm-elementor-tabs .ttm-elementor-tab-title:last-child {
    border-right: 0;
}
@media (max-width: 1340px){
.ttm-tab-style18.ttm-elementor-tabs .ttm-elementor-tab-title {
    padding: 30px 30px 25px;
}
}
/*Footer demo hosting*/
.site-footer .footer.tm-footerstyle-style8 .tm-newsletter-bg {
    position: absolute;
    top: -50px;
    bottom: auto;
    right: -50px;
    left: auto;
    z-index: 1;
    animation-name: float_top_bottom;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_top_bottom;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_top_bottom;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
.mailchimp-inputbox.tm-mailchimp-form.style2 input[type="email"] {
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px;
    height: 50px;
    color: rgba(255, 255, 255, 0.60);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 26px;
    border-radius: 0;
}
.mailchimp-inputbox.tm-mailchimp-form.style2.tm-newsletter-style .newsletter-desc {
    color: var(--ttm-whitecolor);
    font-size: 18px;
    margin-bottom: 0;
    display: block;
    font-weight: 500;
}
.mailchimp-inputbox.tm-mailchimp-form.style2.tm-newsletter-style .mailchimp-email {
    display: flex;
    position: relative;
}
.tm-mailchimp-form.style2 .tm-checkbox{
    padding-top: 6px;
}
.footer .mailchimp-inputbox.tm-mailchimp-form.style2.tm-newsletter-style button[type="submit"] i {
    color: var(--ttm-whitecolor);
}
.footer .mailchimp-inputbox.tm-mailchimp-form.style2.tm-newsletter-style button[type="submit"] i {
    font-size: 20px;
}
.mailchimp-inputbox.tm-mailchimp-form.style2.tm-newsletter-style {
    background: #2c2c2c;
    padding: 35px 50px 35px;
    border-radius: 10px;
}
.tm-mailchimp-form.style2 .tm-checkbox .wpcf7-list-item {
    margin: 10px 0 0;
}
.tm-hosting-footer-title h2 {
    font-size: 40px;
    line-height: 56px;
}
.footer-address.style1 {
    padding-bottom: 40px;
    padding-right: 50px;
}

.footer.tm-footerstyle-style8  ul.ttmbusiness_contact_widget_wrapper li:before{
    content: unset;
}
.footer.tm-footerstyle-style8  .widget ul.ttmbusiness_contact_widget_wrapper li {
    padding-left: 0;
    padding-bottom: 45px;
}

.tm-hosting-social-footer li {
    display: inline-block;
}
.tm-hosting-social-footer li img {
    padding-right: 8px;
}
.site-footer .footer.tm-footerstyle-style8 .first-widget-area {
     overflow: visible; 
}
.footer.tm-footerstyle-style8 .footer-rows .first-footer .first-footer-inner {
    padding: 85px 0 15px;
}
.site-footer .footer.tm-footerstyle-style8  .first-widget-area:first-child{
    padding-right: 40px;
}
.footer.tm-footerstyle-style8  .widget {
    margin: 0px 0px;
}
.tm-footerstyle-style8 .second-footer .widget-area:before {
    content: '';
    background: rgba(255, 255, 255, 0.10);
    height: 100%;
    width: 1px;
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tm-footerstyle-style8 .second-footer .widget-area:last-child:before {
    width: 0;
}
.tm-footerstyle-style8 .bottom-footer-text{
    padding-top: 45px;
}
.tm-footerstyle-style8 .footer-nav-menu {
    padding-bottom: 10px;
}
.tm-footerstyle-style8 .footer-nav-menu li {
    padding-right: 24px;
}
.tm-footerstyle-style8 ul.footer-nav-menu li:after {
    padding-left: 14px;
}
.tm-footerstyle-style8 .tm-bottom-extra-bg1 img {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0px;
    left: -23%;
    animation-name: float_left_right;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
.tm-footerstyle-style8 .tm-bottom-extra-bg2 img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    left: auto;
    animation-name: float_left_right;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
.tm-footerstyle-style8 .tm-bottom-extra-bg3 img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: -30%;
    animation-name: spin;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@media (min-width: 992px){
.tm-footerstyle-style8  .second-footer-inner .row {
    display: flex;
}
}

@media (max-width: 1200px){
.tm-footerstyle-style8 .second-footer .widget-area:before {
   right: 0;   
}
}
@media (max-width: 992px){
.site-footer .footer.tm-footerstyle-style8 .tm-newsletter-bg{
    display:none;
}
    .footer.tm-footerstyle-style8 .footer-rows .first-footer .first-footer-inner {
    padding: 30px 0 15px;
}
    .footer.tm-footerstyle-style8  .widget {
    margin: 0px 0px 20px;
}
    .footer-address.style1 {
    padding-bottom: 20px;
}
    .footer.tm-footerstyle-style8  .widget ul.ttmbusiness_contact_widget_wrapper li {
    padding-left: 0;
    padding-bottom: 0;
}
    .tm-footerstyle-style8 .bottom-footer-text {
    padding-top: 0;
}
        .footer.tm-footerstyle-style8 .footer-rows .second-footer .second-footer-inner {
    padding: 15px 0 10px;
}
    .mailchimp-inputbox.tm-mailchimp-form.style2.tm-newsletter-style {   
    padding: 35px 20px 35px;    
}
.tm-footerstyle-style8 .tm-bottom-extra-bg2 img,
.tm-footerstyle-style8 .tm-bottom-extra-bg1 img{
    display: none;
}
.tm-hosting-footer-title h2 {
    font-size: 30px;
    line-height: 46px;
}
}

/*Footer demo hosting*/
/*top bar hosting demo*/
.top-bar-icon-color i {
    color: #ffd55a;
}
.top-bar-icon-color a:hover {
    color: var(--ttm-whitecolor) !important;
}
a.top-bar-text {
    border-bottom: 1px solid var(--ttm-whitecolor);
}
/*Contact form 17*/

.ttm-contactform-20 input[type="text"],
.ttm-contactform-20 input[type="email"]{
    border: unset;
    color: var(--body-blackfont-color);
    background-color: #f5f6f8;
    padding: 11px 30px 11px;
    border-radius: 30px;
}
.ttm-contactform-20 input[type="submit"] {
    font-weight: 400;
}

.ttm-contactform-20 textarea {
    border: unset;
    color: var(--body-blackfont-color);
    background-color: #f5f6f8;
    padding: 11px 30px 11px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.ttm-contactform-20 input[type="submit"] {
    background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 50%, var(--tm-first-gradientcolor) 100%) !important;
    border-right-color: var(--tm-second-gradientcolor);
    border-left-color: var(--tm-first-gradientcolor);
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 30px;
    padding: 15px 35px 14px;
    margin-top: 5px;
    margin-bottom: 0;
    width: 100%;
}
.ttm-contactform-20 input[type="submit"]:hover {
    animation: textclip 1.8s linear infinite;
    background-image: linear-gradient(to right, var(--tm-second-gradientcolor) 0%, var(--tm-first-gradientcolor) 50%, var(--tm-second-gradientcolor) 100%) !important;
    background-position: right center;
}
span.tm-title-form20 {
     font-weight: 500;
    color: var(--body-blackfont-color);
}
.ttm-commonform.ttm-contactform-20 p {
    margin-bottom: 5px;
}
.tm-contact-icon-box .themetechmount-iconbox-styleseven .themetechmount-iconbox-heading .tm-custom-heading {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}
.tm-contact-icon-box .tm-iocnbox-btn {
    padding-top: 10px;
}
.tm-contact-icon-box .themetechmount-iconbox-styleseven .themetechmount-iconbox-heading {
   padding-left: 0;
}

/* progressbar style5*/

.tm-style-5.elementor-widget-progress .elementor-progress-bar {
	height: 8px;
	margin-bottom: 7px;
	margin-top: 7px;
	border-radius: 5px;
}
.tm-style-5.elementor-widget-progress .elementor-progress-wrapper:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height:2px;
	left: 0;
	background-color: #e5e5e5;
	bottom:-7px;
	border-radius:5px;
}
.tm-style-5.elementor-widget-progress .elementor-progress-wrapper {
	background-color: transparent;
	border-radius:5px;
}
.tm-style-5.elementor-widget-progress .elementor-progress-percentage {
	padding-right: 0;
	margin-top: -25px;
	background-color: transparent;
	color: var(--body-fonts-color);
	font-size: 14px;
	position: relative;
	top: -10px;
}


.tm-counter-with-sep .elementor-counter .elementor-counter-number-prefix, 
.tm-counter-with-sep .elementor-counter .elementor-counter-number-suffix {
  flex-grow:unset;
}
.tm-counter-with-sep .elementor-counter .elementor-counter-title {
  border-top: 1px solid #b7b7b7;
  margin-top: 10px;
  padding-top: 10px;
  text-align: left;
}


/*image coverbox element*/
.tm_imagectabox_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    background: #000;
}
.tm_imagectabox_wrapper.four_cols .tm_coverbox_contents {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.tm_imagectabox_wrapper .tm_coverbox_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.tm_imagectabox_wrapper .tm_coverbox_img {
    visibility: hidden;
    opacity: 0;
	transition-duration: 1500ms;
    transition: all 1s;
}
.tm_imagectabox_wrapper .tm_coverbox_img, .tm_imagectabox_wrapper .tm_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.tm_imagectabox_wrapper .tm_box_overlay {
    z-index: 1;
    background: rgba(0,0,0,0.3);
}
.tm_imagectabox_wrapper .tm_coverbox_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.tm_imagectabox_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_imagectabox_wrapper .tm_coverbox_contents {
    min-height:64vh;
}
.tm_imagectabox_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_imagectabox_wrapper .tm_coverbox_contents:first-child .tm-bottom-contentbox{
	opacity:1;
	transform: translateY(0px);
}
.tm_imagectabox_wrapper .tm-box-title h4{
    color: #fff;
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 8px;
    position: relative;
}
.tm_imagectabox_wrapper .themetechmount-static-box-desc{
	color:rgba(255,255,255,0.85);
	padding-bottom:15px;
}
.tm_imagectabox_wrapper .tm-staticbox-more-link{
	position:relative;
	color:#fff;
}
.tm_imagectabox_wrapper .tm_coverbox_contents .coverbox-img-reposive {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.tm_imagectabox_wrapper .tm_coverbox_contents:hover:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0,0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
	backdrop-filter: blur(5px);
	z-index:-1;
}
.tm_imagectabox_wrapper .tm-staticbox-more-link:after {
	position: absolute;
	content: "\e826";
	font-family: tm-ttmbusiness-icons;
	top: -3px;
	text-align: center;
	margin: auto;
	margin-right: auto;
	right: 0;
	right: 0;
	transform: rotate(-38deg);
	margin-right: -28px;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.tm_imagectabox_wrapper .tm-staticbox-more-link:hover:after {
	transform: rotate(0deg);
}
.tm_imagectabox_wrapper .tm_coverbox_contents .tm-bottom-contentbox {
	z-index:1;
}

/* tm-static-contentbox-style2 */

.tm-static-contentbox-style2 .tm-stepbox-main-icon {
	font-size:50px;	
	margin-bottom:20px;
	color: var(--body-blackfont-color);
}
.tm-static-contentbox-style2 .tm-box-title h4{
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 10px;
}
.tm-static-contentbox-style2 .tm-box-col-wrapper:not(:last-child) .tm-stepbox-content {
	margin-bottom: 20px;	
}
.themetechmount-boxes-view-carousel .tm-static-contentbox-style2 .tm-box-col-wrapper:not(:last-child) .tm-stepbox-content {
	margin-bottom:40px;	
}
.themetechmount-element-static-iconboxbox-style2 .themetechmount-boxes-inner {
	overflow: hidden;
}
.tm-static-contentbox-style2 .slick-dots li.slick-active button {
    background-color: #223035;
}
.tm-static-contentbox-style2 .slick-dots {
    display: flex;
    flex-direction: row;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
}
.tm-static-contentbox-style2 .slick-dots li {
    width: 100%;
    height:1px;
    margin: 0px;
}
.tm-static-contentbox-style2 .slick-dots li button {
    width: 100%;
    height:3px;
    margin:0px;
    background-color: #b7b7b7;
    border-radius: 0;
}


/* new cover box */

h4.prt-cover-title {
	transform: rotate(180deg);
    position: absolute;
    bottom: 90px;
    left: calc(100% - 90px);
    margin: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-background-clip: text;
    background-color: currentColor;
    background-size: 100% 200%;
    background-position-y: 100%;
    transition: background-position .8s cubic-bezier(.25,.1,.14,.91);
    font-size:30px;
    line-height:40px;
	 color: rgba(255, 255 ,255 , 0.80);
}
.prt-covershow-item.active h4.prt-cover-title {
    color: rgba(255, 255 ,255 ,1);
}
.prt-covershow-item.active h4.prt-cover-title {
	left: 30px;
}
.prt-cover-styleone li.prt-ptable-line {
    list-style: none;
	position: relative;
	color: #fff;
	padding-bottom: 7px;
}
.prt-cover-header {
    position: absolute;
    top: 0;
    left: -201px;
    display: block;
    height: 100%;
    width:200px;
    cursor: pointer;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255 ,255 , 0.15);
    border-right: 1px solid transparent;
    transition: border-color .35s ease-out .7s;
}
.prt-covershow-box .prt-covershow-item.active .prt-cover-header {
    transition-delay: 0s;
}
.prt-covershow-item {
	counter-increment: count;
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0;
    min-height: 50%;
    width: calc(100% - 6*80px);
    padding-top: 0;
    transform: translate3d(100%,0,0);
    padding-bottom: 90px;   
}
.prt-cover-styleone .prt-cover-content.prt-coverbox-predefined {
    display: flex;
	padding: 0px;
    padding-right:60px;
}
.prt-cover-styleone .preyantechnosys-static-box-desc {
    color: rgba(255, 255 ,255 , 0.80);
	padding: 0 0 29px;
}
.prt-cover-styleone a.prt-coverbox-more-link.prt-more-button {
    font-weight: var(--button-font-weight);
    font-size: var(--button_fontsize);
    padding: 12px 30px;
    border: transparent;
    line-height: 1;
    border-radius: var(--ttm-button-shape);
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #fff;
    background-color: #4e595d;
}
.prt-cover-styleone .preyantechnosys-static-sub-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom:8px;
    color: #fff;
	position: relative;
	padding-top: 33px;
}
.prt-cover-styleone .prt-cover-content-inner {
    width: 53.66%;
    align-self: flex-end;
    padding-right:50px;
}
.prt-cover-styleone .prt-cover-image {
    width:46.66%;
}
.prt-covershow-box .covershow-holder {
    counter-reset: count;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.prt-covershow-item.active {
    transform: translate3d(0,0,0);
}
.prt-covershow-item {
    transition: all 1s;
}
.prt-covershow-box.prt-init {
    transition: opacity .5s .2s;
    opacity: 1;
}
.prt-covershow-box.prt-cover-styleone {
    min-height:540px;
	    background-color: var(--ttm-secondarycolor);
}
.prt-covershow-box {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.prt-cover-content.prt-coverbox-predefined {
	opacity: 0;
}
.prt-covershow-item.active .prt-cover-content.prt-coverbox-predefined {
	opacity: 1;
}
.prt-cover-content.prt-coverbox-predefined, .prt-cover-content-inner {    
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;    
}
.prt-covershow-box .prt-covershow-item:first-child {
    transform: none!important;
}
.prt-covershow-item .prt-box-icon {
    text-align: right;
    padding-right:45px;
    font-size:24px;
    color: rgba(255, 255 ,255 , 0.80);
}
.prt-covershow-item.active .prt-box-icon {
    color: rgba(255, 255 ,255 ,1);
}
.prt-covershow-item.active .prt-box-icon {
    text-align: left;
    padding-left: 50px;
    padding-right:0px;
}
.prt-covershow-item .prt-box-icon .fas.fa-arrow-right {
    font-weight: 400;	
	    transform: rotate(-45deg);
}
.prt-covershow-item.active .prt-box-icon .fas.fa-arrow-right {	
	    transform: rotate(0deg);
}
.prt-covershow-item .prt-box-icon .fas.fa-arrow-right:before {
    content: "\e826";
    font-family: tm-ttmbusiness-icons;
}

/* demo 20 */
.footer .widget_nav_menu ul li.tm-2column-style {
    display: inline-block;
    width: calc( 45% - 2px);
    float: none;
    padding: 0px 0px 7px 0;
}
.footer .widget_nav_menu ul li.tm-2column-style:nth-child(even) {
    width: 40%;
    margin-left: 5%;
}
.site-footer .tm-textcolor-white .widget .widget-title {
	color: #fff !important;
}
.tm-subscription-box {
	position:relative;
	max-width: 90%;
	margin-bottom:20px;
}
.footer .mc4wp-form-fields .tm-subscription-box input[type="email"] {
    border: 1px;
    border-bottom: 1px solid;
	border-color: #ffffff;
	background: transparent;
	color: #fff;
	padding:0px 0px 80px;
	border-radius: 0;
}
.tm-subscription-box button[type="submit"] {
	position: absolute;
	right: 0;
	border: none;
	padding: 10px 0px;
	background-color: transparent;
}
.footer .mc4wp-form-fields .tm-subscription-box input[type="email"]::-webkit-input-placeholder {
    color: rgba(255 ,255, 255 ,0.70);
}
.footer .mc4wp-form-fields .tm-subscription-box input[type="email"]:-moz-placeholder {
	color: rgba(255 ,255, 255 ,0.70);
}
.tm-getin-touch-box {
    display: flex;
    justify-content: end;
}
.tm-getin-touch-box .tm-ourapps {
	padding-left:40px;
}
.tm-getin-touch-box .tm-ourapps img {
	margin-bottom: 15px;
	  padding-bottom:0px;
}
.tm-getin-touch-box .tm-ourapps a:first-child {
	margin-right: 20px;
}
.footer.tm-footerstyle-style9  .widget {
  margin:0px 0 50px;
}
.footer.tm-footerstyle-style9 .footer-rows .first-footer .first-footer-inner {
  padding: 45px 0 15px;
}
.tm-star-bgbox>.elementor-widget-container:before {
    content: '';
    height: 300px;
    width: 300px;
	background-image: url(../images/fidbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    position: absolute;
    left: -120px;
    top: -100px;
}
.tm-headerstyle-classic-overlay .tm-header-cta-btn {
    padding-left: 22px;
}
.tm-headerstyle-classic-elegant2 .entry-title-wrapper {
    padding-top: 50px;
}
.single.tm-headerstyle-classic-elegant2 article.themetechmount-box-blog-classic img {
    border-radius: 10px;
	width: 100%;
}
body.themetechmount-page-full-width.single-post.tm-headerstyle-classic-elegant2 article.themetechmount-box-blog-classic {
    width: 100%;
}
.single.tm-headerstyle-classic-elegant2 p.mtitle {
    padding-top: 20px;
}
.single-post.tm-headerstyle-classic-elegant2 .entry-title-wrapper {
    padding-top: 115px;
}
.tm-headerstyle-classic-elegant2 .ttm-commonform.ttm-contactform-07 input[type="text"],
.tm-headerstyle-classic-elegant2 .ttm-commonform.ttm-contactform-07 input[type="email"],
.tm-headerstyle-classic-elegant2 .ttm-commonform.ttm-contactform-07 textarea {
    border: 1px solid #d2d2d2 !important;
    color: #6f7f90;
    background-color: transparent;
    padding: 10px 15px 10px;
    border-radius: 10px;
}
.tm-headerstyle-classic-elegant2 .tm-team-member-view-style2 h2.tm-team-member-single-title {
    font-size: 23px;
    line-height: 33px;
}
.tm-headerstyle-classic-elegant2 .tm-team-member-view-style2 .tm-team-member-single-position {
    padding-left: 9px;
}
.tm-headerstyle-classic-elegant2 .tm-team-member-view-style2 .tm-team-member-single-position:before {
    left: 1px;
}
.tm-headerstyle-classic-elegant2 .tm-team-member-view-style2 span.wpcf7-spinner {
    display: none;
}
.tm-headerstyle-classic-elegant2 .tm-team-member-view-style2 .ttm-commonform.ttm-contactform-07 input[type="submit"] {
    margin-bottom: -15px;
}
.tm-headerstyle-classic-elegant2 .tm-round-section .elementor-counter-title {
    padding-top: 10px;
}
.tm-headerstyle-classic-elegant2 article.post .entry-content blockquote p {
    font-weight: 500;
	color: var(--body-fonts-color);
}
.single.tm-headerstyle-classic-elegant2 .tm-font-600 {
	font-weight:600;
}
.single.tm-headerstyle-classic-elegant2 article.post blockquote cite {
    font-size: 17px;
    margin-top: -17px;
    font-weight: 400;
    color: var(--ttm-secondarycolor);
    font-family: var(--body-font-family);
    border-bottom: 1px solid;
    display: inline;
}
.single-post.tm-headerstyle-classic-elegant2 article.post .entry-content {
    border-bottom: none;
    padding-bottom: 0;
}
.single-post.tm-headerstyle-classic-elegant2 .themetechmount-blogbox-sharebox {
	border-bottom: 1px solid #E5E6E9;
    padding-bottom: 43px;
}
.tm-headerstyle-classic-elegant2 .ttm-commonform.ttm-contactform-07 input[type="submit"]:hover {
    background-color: var(--ttm-secondarycolor);
}
.tm-headerstyle-classic-elegant2 #site-header-menu #site-navigation div.nav-menu > ul > li {
    padding-left: 13px;
    padding-right: 13px;
}
.tm-headerstyle-classic-elegant2 .tm-team-member-view-style2 .tm-featured-wrapper.tm-tm_team_member-featured-wrapper img {
    border-radius: 10px;
}
.tm-headerstyle-classic-elegant2 .tm-team-member-view-style2 .thememount-team-data {
    padding-top: 23px;
}
.tm-headerstyle-classic-elegant2 .ttm-commonform.ttm-contactform-07 input[type="submit"] {
    background-color: var(--ttm-skincolor);
    background-image: none !important;
    border-right-color: var(--ttm-skincolor);
    border-left-color: var(--ttm-skincolor);
}
.single.tm-headerstyle-classic-elegant2 article.post blockquote:before {
    background-color: var(--body-fonts-color);
}
.single-post.tm-headerstyle-classic-elegant2 .tm-social-share-links ul li a {
    border-radius: 10px;
}
.tm-layout-style24 .tm-social-share-links ul li a {
	border-radius: 10px;
}
.single-post.tm-headerstyle-classic-elegant2 .themetechmount-blogbox-sharebox .themetechmount-tags-links a:after {
    position: absolute;
    content: ',';
    left: auto;
}

/*demo22-business investment*/

/*Extra class css*/
.tm-custome-heading  h3 {
    font-size: 22px;
    line-height: 32px;
}

.tm-col-img-animation .elementor-background-overlay {
    animation-name: float_right_left;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_right_left;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_right_left;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@keyframes float_right_left {
    0% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

    50% {
        transform: translateX(-30px);
        transform: translateX(-30px);
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

}

.tab-custome-big-number h2 {
    font-family: var(--special-element-fontfamily);
    font-weight: 700;
    font-size: 290px;
    line-height: 300px;
    color: #ffffff;
}

.tab-custome-big-number h2 span {
    font-family: var(--special-element-fontfamily);
    font-weight: 600;
    font-size: 58px;
    line-height: 68px;
    margin-left: -15px;
}

/*heading-subheading*/

.tm-seperator-style1 .tm-content-header .tm-element-subheading {
    position: relative;
    background-color: var(--ttm-skincolor);
    padding: 6px 20px 6px 40px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.tm-seperator-style1 .tm-content-header .tm-element-subheading:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 15px;
    bottom: auto;
    left: 21px;
    z-index: 1;
    display: inline-block;
    background-color: var(--ttm-whitecolor);
    margin: auto 0;
    border-radius: 50%;
}

/*tm-progress-style2*/
.tm-progress-style2.elementor-widget-progress .elementor-title {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0;
}

.tm-progress-style2 .elementor-progress-percentage {
    background-color: transparent;
    right: 0px;
    left: auto;
    top: 0;
    text-align: right;
    position: absolute;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--body-fonts-color);
    margin-top: -30px;
    padding-right: 0px;
}

.tm-progress-style2.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    height: 5px;
    line-height: 5px;
    background-color: var(--body-blackfont-color);
}


/*tm-tab-style7*/
/**/
.ttm-tab-style7.ttm-elementor-tabs .elementor-tabs-wrapper {
    border: 1px solid var(--ttm-bordercolor);
    width: auto;
    border-radius: 50px;
    padding: 10px 10px;
    display: table;
    position: absolute;
    right: 0;
    top: -120px;
    background-color: var(--ttm-greycolor);
}

.ttm-tab-style7.ttm-elementor-tabs .ttm-elementor-tab-title {
    margin-right: 20px;
    color: var(--ttm-secondarycolor);
    display: inline-block;
    padding: 10px 45px;
    cursor: pointer;
    border-radius: 30px;
    background-color: var(--ttm-whitecolor);
}

.ttm-tab-style7.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active {
    background-color: var(--ttm-skincolor);
}

.ttm-tab-style7.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-whitecolor);
}

.ttm-tab-style7.ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 16px;
    line-height: 26px;
}

.ttm-tab-style7.ttm-elementor-tabs .ttm-elementor-tab-title:last-child {
    margin-right: 0px;
}

/*tm-tab-style13*/
.tm-tab-heading h2.elementor-heading-title {
    position: relative;
    display: inline-block;
}

.ttm-tab-style13.ttm-elementor-tabs .elementor-tab-content section.elementor-section {
    width: auto !important;
    left: 0 !important;
}

.ttm-tab-style13 .row.multi-columns-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.ttm-tab-style13 li.ttm-elementor-tab-title {
    list-style: none;
    font-size: 20px;
    line-height: 31px;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    transition: all .5s ease;
}

.ttm-tab-style13.ttm-elementor-tabs .ttm-tab-content.ttm-tab-active {
    display: block;
}

.ttm-tab-style13.ttm-elementor-tabs .ttm-tab-content {
    display: none;
    margin-left: -10px;
    transition: all .5s ease;
}

.ttm-tab-style13.ttm-elementor-tabs .ttm-tab-content-title {
    display: none;
}

.ttm-tab-style13 li.ttm-elementor-tab-title.ttm-tab-active {
    padding: 15px 40px;
    border-bottom: 3px solid #fff;
    border-radius: 0;
    color: #ffffff;
    transition: all .5s ease;
}

.ttm-tab-style13 ul.elementor-tabs-wrapper {
    position: relative;
    padding: 10px 0px 0;
    border-bottom: 1px solid #ffffff38;
    border-radius: 0;
    transition: all .5s ease;
}

.ttm-tab-style13 li.ttm-elementor-tab-title {
    position: relative;
    display: inline-block;
    z-index: 2;
    margin: 0 5px;
    transition: all .5s ease;
    border-bottom: 3px solid transparent;
    padding: 15px 40px;
}

.ttm-tab-style13 li.ttm-elementor-tab-title:last-child {
    margin-right: 0;
}

.ttm-tab-style13 li.ttm-elementor-tab-title:first-child {
    margin-left: 0;
}

.elementor-widget-tm_tabbox_element .ttm-tab-style13 li.ttm-elementor-tab-title span, 
.elementor-widget-tm_tabbox_element .ttm-tab-style13 li.ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-whitecolor);
}

.elementor-widget-tm_tabbox_element .ttm-tab-style13 li.ttm-elementor-tab-title span {
    font-size: 20px;
}

/*testimonial slickview-style2*/
.themetechmount-boxes-view-slickview-style2 .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
    margin-bottom: 0;
    padding-top: 0;
}

.themetechmount-boxes-view-slickview-style2 .testimonials-nav {
    max-width: 285px;
    overflow: hidden;
    margin-bottom: 12px !important;
    margin: 0 auto;
    position: relative;
    display: block;
    float: unset;
    padding-top: 0;
}

.themetechmount-boxes-view-slickview-style2 .testimonials-nav .slide_wrap {
    margin: 0px;
    width: auto !important;
}

.themetechmount-boxes-view-slickview-style2 .testimonial_item, .themetechmount-boxes-view-slickview-style2 .testimonial_nav_info {
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.themetechmount-boxes.themetechmount-boxes-view-slickview-style2 .slick-center .testimonial_item, .themetechmount-boxes.themetechmount-boxes-view-slickview-style2 .testimonials-nav {
    margin: 0 auto;
}

.themetechmount-boxes.themetechmount-boxes-view-slickview-style2 .themetechmount-box-img .themetechmount-item-thumbnail {
    width: 90px;
    height: 90px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.themetechmount-boxes.themetechmount-boxes-view-slickview-style2 .testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner img {
    border-radius: 50%;
    max-width: 90px;
    margin: 0;
    opacity: .5;
}

.themetechmount-boxes.themetechmount-boxes-view-slickview-style2 .testimonials-nav .slick-slide.slick-active + .slick-slide.slick-current.slick-active  .themetechmount-item-thumbnail-inner img {
    position: relative;
    opacity: 1;
    border: 5px solid var(--ttm-skincolor);
    border-radius: 50%;
    z-index: 5;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.themetechmount-boxes-view-slickview-style2 .testimonial_wrapper .themetechmount-box-desc {
    text-align: center;
    padding: 0;
}

.themetechmount-boxes-view-slickview-style2 .testimonials-info {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0 105px;
    padding-bottom: 50px;
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-box-desc .themetechmount-testimonial-text {
    font-family: var(--special-element-fontfamily);
    font-size: 28px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    padding: 0px 0px 10px;
    color: var(--body-blackfont-color);
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-boxes-row-wrapper {
    box-shadow: unset;
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-author-name {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding-right: 20px;
    font-family: var(--special-element-fontfamily);
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-box-desc .themetechmount-box-title {
    display: inline-block;
    padding: 6px 25px;
}

.themetechmount-boxes-view-slickview-style2 .testimonials-nav .nav_item_wrap {
    margin: 0;
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-box-footer {
     position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: var(--body-font-weight);
    padding-left: 30px;
    font-family: var(--special-element-fontfamily);
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-box-footer:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--body-fonts-color);
    left: 5px;
    top: 15px;
}

/*arrow*/
.themetechmount-boxes-view-slickview-style2 .themetechmount-boxes-row-wrapper .slick-arrow {
    top: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: transparent;
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-boxes-row-wrapper .slick-arrow.slick-next {
    right: -50px;
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-boxes-row-wrapper .slick-arrow.slick-prev {
    left: -50px;
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-boxes-row-wrapper .slick-prev:before {
    content: "\f177";
}



/***tab style 17**/

.ttm-tab-style17 .elementor-widget-container {
    text-align: left;
}

.ttm-tab-style17 li.ttm-tab-active {
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-skincolor);
    border: 1px solid var(--ttm-skincolor);
}

.ttm-tab-style17 .ttm-elementor-tab-title {
    padding: 15px 60px 15px 20px;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 15px;
}

.ttm-tab-style17 ul {
    list-style-type: none;
}

.ttm-tab-style17 .ttm-tab-content-title {
    display: none;
}

.ttm-tab-style17 .tmtabs-content-wrapper {
    float: left;
    width: 59%;
    padding-left: 50px;
    margin-left: 50px;
    border-left: 1px solid rgba(255 255 255 / 0.12);
}

.ttm-tab-style17 ul.elementor-tabs-wrapper {
    padding: 0px;
    width: auto;
    margin-top: 0;
    float: left;
    display: block;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}

.ttm-tab-style17.ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: var(--ttm-whitecolor);
    vertical-align: middle;
    font-family: var(--special-element-fontfamily);
}

.ttm-tab-style17.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-whitecolor);
}

.tm-about-contact a {
    font-size: 28px;
    line-height: 38px;
    color: var(--ttm-skincolor);
    font-weight: 600;
}

.tm-about-contact a:not(:hover) {
    color: var(--ttm-skincolor);
}

.tm-about-contact a span {
    color: #e4e4e4;
    font-size: 18px;
    line-height: 38px;
    padding-right: 15px;
    font-weight: 400;
}

/**/

.ttm-textvideo-round .elementor-widget-container .e-text-path {
    background-color: var(--ttm-whitecolor);
    position: absolute;
    margin: 0 auto;
    top: -132px;
    right: 0;
    left: 0;
    padding: 20px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    z-index: 1;
    fill: #000000;
    letter-spacing: 5px;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
.ttm-textvideo-round .elementor-widget-container .e-text-path svg {
    overflow: unset;
}

/*** historybox style1 ***/

.tm-historybox-style1 {
    position: relative;
}

.tm-historybox-style1 .tm-box-col-wrapper:before {
    position: absolute;
    content: "";
    height: 100%;
    border: 1px solid var(--ttm-secondarycolor);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tm-historybox-style1 .tm-box-col-wrapper:last-child:before {
    height: 60%;
}

.tm-historybox-style1 .tm-box-col-wrapper .tm-history-box-wrapper .tm-box-title h4 {
     background-color: var(--ttm-whitecolor);
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    border-radius: 50%;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 1;
    border: 1px solid var(--ttm-secondarycolor);
}


.tm-historybox-style1 .tm-box-col-wrapper .tm-history-box-content .tm-history-box-details {
    max-width: 560px;
    background-color: var(--ttm-greycolor);
    transition: all .5s;
    z-index: 1;
    position: relative;
    border: 1px solid var(--ttm-bordercolor);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    top: -30px;
}

.tm-historybox-style1 .tm-box-col-wrapper .tm-history-box-content .tm-history-box-details h5 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 5px;
}


.tm-historybox-style1 .tm-box-col-wrapper:nth-child(odd) .tm-history-box-content .tm-history-box-details {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    float: left;
    text-align: left;
    position: relative;
    left: -17px;
}

.tm-historybox-style1 .tm-box-col-wrapper:nth-child(odd) .tm-history-box-content .tm-history-box-details:before {
     content: '';
     position: absolute;
     top: 32px;
     right: -20px;
     z-index: 1;
     border-right: 20px solid transparent;
     border-top: 24px solid var(--ttm-greycolor);
}

.tm-historybox-style1 .tm-box-col-wrapper:nth-child(odd) .tm-history-box-content .tm-history-box-details:after {
    content: '';
    position: absolute;
    top: 30px;
    right: -27px;
    z-index: 0;
    border-bottom: 9px solid transparent;
    border-left: 7px solid var(--ttm-bordercolor);
    border-right: 20px solid transparent;
    border-top: 21px solid var(--ttm-bordercolor);
}



.tm-historybox-style1 .tm-box-col-wrapper:nth-child(even) .tm-history-box-content .tm-history-box-details {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    float: right;
    text-align: left;
    position: relative;
    right: -15px;
}

.tm-historybox-style1 .tm-box-col-wrapper:nth-child(even) .tm-history-box-content .tm-history-box-details:before {
     content: '';
    position: absolute;
    top: 29px;
    left: -27px;
    z-index: 36;
    border-right: 20px solid var(--ttm-greycolor);
    border-left: 25px solid transparent;
    border-top: 23px solid var(--ttm-greycolor);

}

.tm-historybox-style1 .tm-box-col-wrapper:nth-child(even) .tm-history-box-content .tm-history-box-details:after {
    content: '';
    position: absolute;
    top: 28px;
    left: -30px;
    z-index: -10;
    border-bottom: 9px solid transparent;
    border-right: 12px solid var(--ttm-bordercolor);
    border-left: 17px solid transparent;
    border-top: 17px solid var(--ttm-bordercolor);
}


.tm-historybox-style1 .tm-box-col-wrapper .tm-history-box-wrapper .tm-history-box-content .tm-box-title h4:before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 45%;
    height: 10px;
    width: 10px;
    background-color: var(--ttm-secondarycolor);
    border-radius: 50%;
}

.tm-historybox-style1 .tm-box-col-wrapper:hover .tm-history-box-wrapper .tm-history-box-content .tm-box-title h4:before {
    background-color: var(--ttm-skincolor);
}


/**/

.ttm-contact-iconbox {
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 30px!important;
}

/**/

.ttm-commonform.ttm-contactform-18 .tm-contact-btn.elementor-widget-button input[type="submit"] {
    width: 100%;
    margin-top: 10px;
    border-radius: 30px;
}

.ttm-commonform.ttm-contactform-18 input[type="text"], 
.ttm-commonform.ttm-contactform-18 input[type="email"], 
.ttm-commonform.ttm-contactform-18 textarea {
    border-radius: 30px;
    background: transparent;
}

/***/

.ttm-commonform.ttm-contactform-19 .tm-contact-btn.elementor-widget-button input[type="submit"] {
    width: auto;
    border-radius: 0px;
    float: right;
    background: transparent !important;
    color: var(--body-blackfont-color);
    font-weight: 400;
    padding: 13px 30px 13px;
    border-color: var(--ttm-secondarycolor);
}
.ttm-commonform.ttm-contactform-19 .tm-contact-btn.elementor-widget-button input[type="submit"]:hover {
    border-color: var(--ttm-skincolor);
    background-color: var(--ttm-skincolor) !important;
    color: var(--ttm-whitecolor);
}
.ttm-commonform.ttm-contactform-19 textarea,
.ttm-commonform.ttm-contactform-19 input[type="email"],
.ttm-commonform.ttm-contactform-19 input[type="text"],
.ttm-commonform.ttm-contactform-19 .selection .select2-selection--single {
    background: transparent;
    border-width: 0 0 1px 0;
    font-size: 16px;
    border-color: var(--ttm-bordercolor);
}
.ttm-commonform.ttm-contactform-19 .selection .select2-selection--single {
    height: 56px;
    padding-bottom: 0;
}
.ttm-commonform.ttm-contactform-19 .select2-selection__rendered {
    line-height: 58px;
    font-weight: normal;
    color: var(--body-font-color);
    font-size: 16px;
}
.ttm-commonform.ttm-contactform-19 .contact-form-submitbtn {
    margin-top: 30px;
}

.ttm-commonform.ttm-contactform-19 .select2-container {
    width: 100% !important;
}

.ttm-commonform.ttm-contactform-19 .contact-form-submitbtn .form-contact,
.ttm-commonform.ttm-contactform-19 .contact-form-submitbtn .tm-checkbox {
    display: inline-block;
}

.ttm-commonform.ttm-contactform-19 .contact-form-submitbtn .form-contact .elementor-button {
    border-radius: 30px;
}

.ttm-commonform.ttm-contactform-19 .contact-form-submitbtn .form-contact .wpcf7-spinner {
    display: block;
}

/**/

.tm-accordion-style9.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid rgb(0 0 0 / 20%)!important;
    padding: 15px 0 15px 0;
}

.tm-accordion-style9.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon .elementor-accordion-icon-closed {
    transform: rotateZ(-45deg);
}

.tm-accordion-style9.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon .elementor-accordion-icon-opened {
    transform: rotateZ(45deg);
}

/**/

.mailchimp-inputbox.Style4 {
    position: relative;
}

.mailchimp-inputbox.Style4 .mailchimp-email input[type="email"] {
    padding: 15px 120px 15px 32px;
    border-bottom: 1px solid #fff!important;
    border: none;
    background-color: transparent;
    margin-bottom: 15px;
    font-size: 14px;
}


 .mailchimp-inputbox.Style4 .mailchimp-email i {
    position: absolute;
    top: 15px;
    font-size: 20px;
    color: var(--ttm-whitecolor);
}

.mailchimp-inputbox.Style4 .mailchimp-btn[type="submit"] {
    position: absolute;
    right: 0;
    left: auto;
    background-color: transparent;
    border: 0;
    color: var(--ttm-whitecolor);
    font-size: 14px;
    top: 12px;
    bottom: auto;
    padding: 10px 0px 15px 12px;
}

.mailchimp-inputbox.Style4 .mailchimp-btn[type="submit"]:hover {
    color: var(--ttm-skincolor);
    background-color: transparent;
}

.mailchimp-inputbox.Style4 .ttm-agreeterm {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255 255 255 / 0.7);
}

.mailchimp-inputbox.Style4 .ttm-agreeterm a {
    border-bottom: 1px solid var(--ttm-whitecolor);
    color: var(--ttm-whitecolor);
}

.mailchimp-inputbox.Style4 input[type="checkbox"] {
    width: 0;
    margin-left: 16px;
    position: relative;
    top: 4px;
}
.mailchimp-inputbox.Style4 input[type="checkbox"]:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: -18px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    border: 1px solid rgba(255 ,255, 255 , 0.40);
    border-radius: 20px;
}

.mailchimp-inputbox.Style4 input[type="checkbox"]:checked:after {
    content: "";
    border: solid var(--ttm-skincolor);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -11px;
    bottom: 5px;
    width: 6px;
    height: 10px;
    line-height: 20px;
    background-color: transparent!important;
}

.mailchimp-inputbox.Style4 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder,
.mailchimp-inputbox.Style4 span.wpcf7-list-item-label {
    color: rgba(255 ,255, 255 , 0.40);
}

/**/
.tm-pfsingle-sidebar-social {
    border-radius: 10px;
    border: 1px solid var(--ttm-skincolor);
    padding: 35px 35px 25px 35px;
    margin: 30px 0 0;
    background-color: var(--ttm-skincolor);
}

.tm-pfsingle-sidebar-social .themetechmount-social-links-wrapper .social-icons li a {
    background-color: transparent!important;
    color: var(--ttm-whitecolor);
    border: 1px solid var(--ttm-whitecolor);
    border-radius: 50%;
}

.tm-pfsingle-sidebar-social .themetechmount-social-links-wrapper .social-icons li a:hover {
    background-color: var(--ttm-whitecolor)!important; 
    color: var(--ttm-skincolor);
}

/**/

/**/

.tm-service-single-imgbox {
    border: 1px solid var(--ttm-bordercolor);
    padding: 30px 30px 30px 30px;
    background-color: var(--ttm-greycolor);
    border-radius: 20px;
}

/**/

.tm-accordion-style10.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid rgb(0 0 0 / 20%)!important;
    padding: 15px 0 15px 0;
}

/**/

.themetechmount-stepboxes-wrapper.tm-staticbox-style14 {
    position: relative;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style14 .tm-stepbox .tm-box-image {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style14 .tm-stepbox .tm-box-content {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style14 .tm-stepbox {
    margin-bottom: 30px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style14 .tm-stepbox:nth-child(odd) .tm-box-image {  
    float: left;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style14 .tm-stepbox:nth-child(even) .tm-box-image {
    float: right;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style14 .tm-stepbox .tm-box-image .tm-stepbox-imagebox .tm-ptable-icon-type-image img {
    border-radius: 10px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style14 .tm-stepbox:nth-child(even) .tm-box-content {
    padding-left: 0px;
    padding-right: 30px;
}

.themetechmount-stepboxes-wrapper.tm-staticbox-style14 .tm-stepbox .tm-box-content {
    padding-left: 30px;
}


/**/
.tm-callus-box p {
	margin-bottom: 0px;
}


/**/

.tm-header-tagtext .header-info-tagline .ttm-invesment-tag span {
    padding-left: 10px;
    font-size: 15px;
}

.tm-header-tagtext .header-info-tagline .ttm-invesment-tag {
    position: absolute;
    top: 31%;
    left: 13%;
    padding: 4px 17px;
    border-left: 1px solid var(--ttm-bordercolor);
}

.tm-layout-style22 .tm-header-cta-btn {
    padding-left: 15px;
}

.tm-layout-style22 .tm-header-cta-btn .elementor-button.elementor-size-md {
    position: relative;
    z-index: 2;
    background-color: transparent;
    overflow: hidden;
    padding: 10px 25px;
    border: 1px solid var(--ttm-secondarycolor);
    vertical-align: middle;
    border-radius: 2em;
    color: var(--ttm-secondarycolor);
    font-size: var(--button_fontsize);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    display: inline-block;
    line-height: normal;
}

.tm-layout-style22 .tm-header-cta-btn .elementor-button.elementor-size-md:hover {
    border-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    background-color: transparent;
}

/**/

/**/

.tm-layout-style22 .tm-footerstyle-style10 .first-footer .widget .widget-text .tm-footer-img  {
    margin-top: 30px;
}

.tm-layout-style22 .tm-footerstyle-style10 .first-footer .widget .widget-text .tm-footer-img .ttm-footer-img1 {
    margin-right: 15px;
}
.tm-layout-style22 .tm-footerstyle-style10 .first-footer .widget .widget-text .tm-footer-img .ttm-footer-img1 img, .tm-layout-style22 .tm-footerstyle-style10 .first-footer .widget .widget-text .tm-footer-img .ttm-footer-img2 img {
    height: 50px;
    width: 170px;
}
.tm-layout-style22 .tm-footerstyle-style10 .first-footer .widget .widget-text p {
    color: var(--body-fonts-color);
}

.tm-layout-style22 .tm-footerstyle-style10 .widget ul > li {
    padding: 0px 0px 6px 0px;
}

/**/

.tm-btn-style-style12 a:before,.tm-layout-style22 .tm-header-cta-btn .elementor-button.elementor-size-md:before,
.demo-22-btn:before,
.tm-layout-style22 .sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content a.elementor-button:before,
.tm-layout-style29 .tm-header-cta-btn .elementor-button.elementor-size-md:before,.demo-29-btn:before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 200%;
    background-color: var(--ttm-skincolor);
    transform-style: preserve-3d;
    transform: scale(1, 0);
    z-index: -1;
    transition: 0.5s ease;
}

.demo-22-btn:before{
    background-color: var(--ttm-whitecolor);
    color:var(--ttm-secondarycolor);
}

.demo-29-btn:before {
     background-color: var(--ttm-skincolortwo);
    color:var(--ttm-whitecolor);
}


.tm-btn-style-style12 a:hover:before ,
.tm-layout-style22 .tm-header-cta-btn .elementor-button.elementor-size-md:hover:before,
.demo-22-btn:hover:before,
.tm-layout-style22 .sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content a.elementor-button:hover:before ,
.tm-layout-style29 .tm-header-cta-btn .elementor-button.elementor-size-md:hover:before ,.demo-29-btn:hover:before   {
    transform-origin: center center;
    transform: scale(1);
}

.tm-btn-style-style12 a ,.demo-22-btn ,.demo-29-btn   {
    z-index: 2;
    overflow: hidden;
    display: inline-block;
}

.tm-layout-style22 .sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content a.elementor-button {
    border-radius: 2em;
    display: inline-block;
    overflow: hidden;
    transition: all .3s;
}

.tm-layout-style22 .sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content a.elementor-button:hover {
    background-color: transparent;
    border-color: var(--ttm-skincolor);
}

.tm-footerstyle-style10.footer .footer-rows .second-footer .second-footer-inner .widget .ttm-footer-social .social-icons li a i {
    font-size: 17px;
    line-height: 27px;
}


.tm-footerstyle-style10.footer .footer-rows .first-footer .first-footer-inner {
    padding: 48px 0 0px;
}

.tm-footerstyle-style10.footer .footer-rows .second-footer .second-footer-inner .widget {
    margin: 10px 0 50px;
}

.tm-footerstyle-style10.footer .footer-rows .second-footer .second-footer-inner .widget .ttm-footer-social .social-icons li.tm-social-facebook a {
    color: #385DA9!important;
}

.tm-footerstyle-style10.footer .footer-rows .second-footer .second-footer-inner .widget .ttm-footer-social .social-icons li.tm-social-twitter a {
    color: #1aa2f9!important;
}

.tm-footerstyle-style10.footer .footer-rows .second-footer .second-footer-inner .widget .ttm-footer-social .social-icons li.tm-social-flickr a {
    color: #ED1384!important;
}

.tm-footerstyle-style10.footer .footer-rows .second-footer .second-footer-inner .widget .ttm-footer-social .social-icons li.tm-social-linkedin a {
    color: #0A66C2!important;
}

.tm-footerstyle-style10.footer .footer-rows .second-footer .second-footer-inner .widget .ttm-footer-social .social-icons li a {
    border: 1px solid var(--ttm-bordercolor);
}

.tm-footerstyle-style10.footer .footer-rows .second-footer .second-footer-inner .widget .ttm-footer-social .social-icons li a:hover {
    border-color: var(--ttm-skincolor);
}

.tm-footerstyle-style10.footer .footer-rows .second-footer .second-footer-inner .widget .ttm-footer-social .social-icons li a:hover i {
    color: var(--ttm-whitecolor)!important;
}

.tm-footerstyle-style10.footer .footer-rows .widget .widget-title {
    margin-bottom: 12px;
}

.themetechmount-boxes-view-slickview-style2 .themetechmount-boxes-row-wrapper .slick-prev.slick-arrow:hover:before, .themetechmount-boxes-view-slickview-style2 .themetechmount-boxes-row-wrapper .slick-next.slick-arrow:hover:before {
    color: var(--ttm-whitecolor);
}

.tm-bg-investmentborder .elementor-heading-title span {
    position: relative;
    font-weight: 600;
}

.tm-cta-call a:hover {
    color: var(--ttm-whitecolor)!important;
}

.tm-layout-style22 .tm-footerstyle-style10 .tm-textcolor-white a, 
.tm-layout-style22 .tm-footerstyle-style10.tm-textcolor-white {
    color: rgb(255 255 255 / 70%)!important;
}

.tm-layout-style22 .tm-titlebar-main .breadcrumb-wrapper span {
    padding-right: 10px;
}

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

/**/


.tm-layout-style22 .themetechmount-box.themetechmount-box-blog-style3 {
    border-radius: 20px;
}

.tm-layout-style22 .themetechmount-box.themetechmount-box-blog-style3 img {
    border-radius: 20px 20px 0 0;
}

.tm-layout-style22 .themetechmount-box.themetechmount-box-blog-style3  .themetechmount-box-desc {
    background-color: var(--ttm-greycolor);
    border-radius: 0 0 20px 20px;
}

.tm-layout-style22 .themetechmount-box.themetechmount-box-blog-style3 .themetechmount-box-desc .themetechmount-blogbox-footer-readmore .themetechmount-blogbox-footer-left a {
    background-color: var(--ttm-skincolor)!important;
    background-image: unset!important;
}

.tm-layout-style22 .themetechmount-box.themetechmount-box-blog-style3 .themetechmount-box-desc .themetechmount-blogbox-footer-readmore .themetechmount-blogbox-footer-left a:hover {
    background-color: var(--ttm-secondarycolor)!important;
}

.tm-layout-style22 .themetechmount-box.themetechmount-box-blog-style3 .tm-entry-meta.tm-entry-meta-blogclassic {
    display: block;
}

.tm-layout-style22.single-post .themetechmount-box-blog-style3 .tm-featured-wrapper img {
    border-radius: 20px;
}

.tm-layout-style22 article.themetechmount-box-blog-style3 .tm-blog-classic-box-content .tm-blog-post-cat a {
    margin-bottom: 4px;  
}

.tm-layout-style22 article.themetechmount-box-blog-style3 .entry-header h2.entry-title {
    font-size: 32px;
    line-height: 42px;
}

.tm-layout-style22 .themetechmount-pagination .page-numbers.current ,
.tm-layout-style22 .themetechmount-pagination .page-numbers:hover {
    color: var(--ttm-whitecolor);
}

.tm-layout-style22 .themetechmount-pagination .page-numbers {
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0px;

}

.tm-layout-style22.single-post.tm_widget_borderstyle3 .site-main {
    padding-bottom: 50px;
} 
 

body.single.single-post.tm-layout-style22 .tm-titlebar-main {
    padding: 30px 0px;
}


.tm-layout-style22.tm_widget_borderstyle3 .sidebar .ttm-sidebar-contact.widget {
    background-color: transparent!important;
    padding: 0!important;
}

.tm-layout-style22.tm_widget_borderstyle3 .sidebar .widget.themetechmount_widget_recent_entries .post-detail a:hover {
    color: var(--ttm-skincolor);
}

.tm-layout-style22 .tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper span.current-item {
    color: var(--tm-whitecolor);
}



/*****************************creative studio css**************************/
/********section 1 css***********/
/********subheading style 8 css ****/
.tm-seperator-style8 .tm-content-header .tm-element-subheading {
    position: relative;
    padding-left: 40px;
}
.tm-seperator-style8 .tm-content-header .tm-element-subheading:before {
    content: "\f172";
    font-family: flaticon_new_bussines_agency !important;
    color: var(--ttm-skincolor);
    background-color: var(--ttm-secondarycolor);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: auto;
    top: -5px;
    bottom: auto;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.tm-bgcolor-darkgrey .tm-seperator-style8 .tm-content-header .tm-element-subheading:before {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-secondarycolor);
}
.tm-bgcolor-darkgrey .tm-seperator-style8 .tm-content-header .tm-element-subheading ,
.tm-bgcolor-darkgrey .tm-seperator-style8 .tm-content-header h2.tm-element-content-heading{
    color: var(--ttm-whitecolor);
}
/*********************gray img*******************/
.tm-filter-gray img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/****************imagebox-style2 css***************/
.elementor-element.imagebox-style2 .elementor-widget-container img {
    transform: translateX(0px);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    position: relative;
    display: inline-block;
}
.elementor-element.imagebox-style2:after {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    left: 26%;
    top: -15px;
    bottom: auto;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 163px 163px 0px 0px;
    z-index: 1;
    display: inline-block;
}
.elementor-element.imagebox-style2 .elementor-widget-container {
    position: relative;
    display: inline-block;
}
.elementor-element.imagebox-style2:hover .elementor-widget-container img {
    transform: translateX(-15px);
}
.elementor-element.imagebox-style2 .elementor-widget-container img:before{
    position: absolute;
    content: "";
    width: 65%;
    height: 100%;
    left: 70px;
    top: -15px;
    bottom: auto;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 163px 163px 0px 0px;
    z-index: 1;
    display: inline-block; 
}
/*****************buttonstyle 10 css ******************/
.tm-btn-style-style10.tm-btn-shape-round .elementor-widget-container a {
    background-color: transparent;
    color:  var(--ttm-secondarycolor);
    position: relative;
}
.tm-btn-style-style10.tm-btn-shape-round .elementor-widget-container a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 50%;
    right: 0;
    width: 180px;
    height: 115px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
.tm-btn-style-style10.tm-btn-shape-round .elementor-widget-container a:before {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0px;
    left: 5px;
    border: 1px solid var(--ttm-secondarycolor);
    border-radius: 50%;
    right: 0;
    width: 180px;
    height: 115px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
.tm-btn-style-style10.tm-btn-shape-round .elementor-widget-container a .elementor-button-content-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 112px;
    width: 176px;
    z-index: 9;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.tm-btn-style-style10.tm-btn-shape-round .elementor-widget-container a {
    position: relative;
    background-color: transparent;
    color: inherit;
    padding: 0!important;
}
.tm-btn-style-style10.tm-btn-shape-round .elementor-widget-container a .elementor-button-content-wrapper span {
    color: var(--ttm-secondarycolor);
    transition: all .5s ease;
}
.tm-btn-style-style10.tm-btn-shape-round .elementor-widget-container a:hover:after {
    background-color: var(--ttm-skincolor);
}
.tm-btn-style-style10.tm-btn-shape-round .elementor-widget-container a:hover:before {
    border-color: var(--ttm-skincolor);
    background-color: var(--ttm-secondarycolor);
}
/*****************************marquee box style 5 ******************************************/
.themetechmount-marqueboxes-wrapper.tm-marquebox-style5 {
    width: 100%;
    animation: tm-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.themetechmount-marqueboxes-wrapper.tm-marquebox-style5:hover{
    animation-play-state: paused !important;
}
.themetechmount-marqueboxes-wrapper.tm-marquebox-style5 .marquebox-list li {
    font-size: 45px;
    line-height: 55px;
    margin-left: 35px;
    margin-right: 35px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}
.themetechmount-marqueboxes-wrapper.tm-marquebox-style5 .marquebox-list li a {
    position: relative;
}
.themetechmount-marqueboxes-wrapper.tm-marquebox-style5 .marquebox-list li a:before {
    content: "\f172";
    font-family: flaticon_new_bussines_agency !important;
    color: var(--ttm-secondarycolor);
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: -35px;
    right: auto;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
/****************************iconbox css(tm-icon-border)************/
.elementor-element.tm-icon-border .elementor-widget-container a {
    color: transparent;
    -webkit-text-stroke: 1px var(--body-fonts-color);
    transition: all 0.5s ease;
}
.elementor-element.tm-icon-border .elementor-widget-container a:hover {
    transform: rotate(45deg);
    -webkit-text-stroke: 1px var(--ttm-secondarycolor);
}
.elementor-top-section.tm-bgcolor-darkgrey.tm-textcolor-white .elementor-element.tm-icon-border .elementor-widget-container a:hover {
    -webkit-text-stroke: 1px var(--ttm-skincolor);
}
/**************section 4 css**********************/
/***********icon css(tm-border-img)******/
.elementor-element.tm-icon-border.tm-border-img,
.tm-bgcolor-darkgrey .elementor-element.tm-icon-border.tm-border-img {
    position: relative;
}
.elementor-element.tm-icon-border.tm-border-img:before{
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0px;
    left: 5px;
    border: 1px solid var(--ttm-secondarycolor);
    border-radius: 50%;
    right: 0;
    width: 180px;
    height: 115px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
.elementor-element.tm-icon-border.tm-border-img:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 50%;
    right: 0;
    width: 180px;
    height: 115px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
.elementor-element.tm-icon-border.tm-border-img:hover:after {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
}
.elementor-element.tm-icon-border.tm-border-img:hover:before {
    background-color: var(--ttm-secondarycolor);
    border-color: var(--ttm-secondarycolor);
    z-index: -1;
}
/***************cta css***************/
.cta-title {
    font-size: 116px;
    line-height: 126px;
    position: relative;
    z-index: 9;
}
.cta-title span {
    position: relative;
    display: inline-block;
    padding: 0 10px 20px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255,255,255,1);
    -webkit-text-fill-color: transparent;
    position: relative;
    overflow: hidden;
    display: inline-table;
    z-index: -1;
}
.cta-title span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(220 239 11 / 50%);
    z-index: -1;
}
.tm-bgcolor-darkgrey .elementor-element.tm-icon-border .elementor-widget-container a {
    -webkit-text-stroke: 1px var(--ttm-skincolor);
}
.tm-bgcolor-darkgrey .elementor-element.tm-icon-border.tm-border-img:before {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0px;
    left: 5px;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 50%;
    right: 0;
    width: 218px;
    height: 139px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
.tm-bgcolor-darkgrey .elementor-element.tm-icon-border.tm-border-img:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0px;
    left: 0px;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 50%;
    right: 0;
    width: 218px;
    height: 139px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
.tm-bgcolor-darkgrey .elementor-element.tm-icon-border  .elementor-widget-container {
    position: relative;
}
.tm-bgcolor-darkgrey  .elementor-element.tm-icon-border.tm-border-img:hover:after {
    background-color: transparent;
    border-color: var(--ttm-skincolor);
}
.tm-bgcolor-darkgrey  .elementor-element.tm-icon-border.tm-border-img:hover:before {
    background-color: transparent;
    border-color: var(--ttm-skincolor);
    z-index: -1;
}
/**********************************about us css*********************************/
/*************section 1 css***************/
.elementor-element.about-imagebox-style2 .elementor-widget-container img {
    transform: translateX(0px);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    position: relative;
    display: inline-block;
}
.elementor-element.about-imagebox-style2:after {
    position: absolute;
    content: "";
    width: 94%;
    height: 100%;
    left: -25px;
    top: -25px;
    bottom: auto;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 230px 230px 0px 0px;
    z-index: 1;
    display: inline-block;
}
.elementor-element.about-imagebox-style2 .elementor-widget-container {
    position: relative;
    display: inline-block;
}
.elementor-element.about-imagebox-style2:hover .elementor-widget-container img {
    transform: translateX(-15px);
}
.elementor-element.about-imagebox-style2 .elementor-widget-container img:before{
    position: absolute;
    content: "";
    width: 65%;
    height: 100%;
    left: 70px;
    top: -15px;
    bottom: auto;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 230px 230px 0px 0px;
    z-index: 1;
    display: inline-block; 
}
/**************************progressbar style 10 css********************/
.tm-progress-style10 .elementor-widget-container {
    position: relative;
}
.tm-progress-style10 .elementor-widget-container .elementor-progress-wrapper {
    overflow: visible !important;
}
.tm-progress-style10 .elementor-widget-container .elementor-progress-bar .elementor-progress-percentage {
    position: absolute;
    right: 0;
    left: auto;
    top: -30px;
    bottom: auto;
    color: var(--body-fonts-color);
    z-index: 1;
    font-size: 16px;
    line-height: 26px;
    background-color: transparent;
}
.tm-progress-style10 .elementor-widget-container .elementor-progress-bar .elementor-progress-percentage {
    padding-right: 0;
}
.tm-border-icon-shake .elementor-icon-wrapper {
    animation: topbottom 24s linear infinite;
    margin-top: 20px ! important;
}
.tm-border-icon-shake .elementor-icon-wrapper a {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--ttm-whitecolor);
    -webkit-text-fill-color: transparent;
    padding: 0;
}
.tm-border-icon-shake .elementor-icon-wrapper a i {
    font-size: 128px;
    line-height: 78px;
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: bold;
}

.amination-topbottom{animation: topbottom 24s linear infinite;}
@keyframes topbottom {
    0%, 100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateY(0,10px,0);
        transform: translate3d(0,10px,0);
    }
}

/****************************contact us page css*************************/
.ttm-commonform.ttm-contactform-21 .row .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.ttm-commonform.ttm-contactform-21 .row .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
    color: #666666 !important;
}
.ttm-commonform.ttm-contactform-21 .contact-form-submitbtn .form-contact {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}
.ttm-commonform.ttm-contactform-21 .contact-form-submitbtn .tm-checkbox {
    display: inline-block;
}
.ttm-commonform.ttm-contactform-21 .contact-form-submitbtn .form-contact input {
    background-color: transparent;
    color: var(--ttm-secondarycolor);
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding-left: 40px;
}
.ttm-commonform.ttm-contactform-21 .contact-form-submitbtn .form-contact span.wpcf7-spinner {
    display: none;
}
.ttm-commonform.ttm-contactform-21 .contact-form-submitbtn .form-contact .ttm-contact-btn:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 50%;
    right: 0;
    width: 180px;
    height: 115px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
.ttm-commonform.ttm-contactform-21 .contact-form-submitbtn .form-contact .ttm-contact-btn:before{
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0px;
    left: 5px;
    border: 1px solid var(--ttm-secondarycolor);
    border-radius: 50%;
    right: 0;
    width: 180px;
    height: 115px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
.ttm-commonform.ttm-contactform-21 .contact-form-submitbtn .form-contact .ttm-contact-btn {
    line-height: 120px;
}
.ttm-commonform.ttm-contactform-21 .contact-form-submitbtn {
    padding-top: 15px;
}
.ttm-commonform.ttm-contactform-21 .contact-form-submitbtn .form-contact .ttm-contact-btn:hover:before {
    border-color: var(--ttm-skincolor);
    background-color: var(--ttm-secondarycolor);
}
.ttm-commonform.ttm-contactform-21 .contact-form-submitbtn .form-contact .ttm-contact-btn:hover:after {
    background-color: var(--ttm-skincolor);
    left: 0;
}
/******************scrollview box css**************/
.scrollablebox-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;   
}
.scrollablebox-wrapper .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    padding:0px;
}
.stepbox-responsive-image-block {
    display: none;
}
.tm-scrollablebox-box .step-label {
    margin-bottom: 20px;
}
.tm-scrollablebox-box .step-label span {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    padding: 5px 11px 4px;
    color: #000;
    background-color: var(--ttm-skincolor);
}
.tm-scrollablebox-box .stepbox-title {
    margin-bottom: 33px;
}
.tm-scrollablebox-box .stepbox-title h3 {
    font-size: 56px;
    line-height: 66px;
}
.tm-scrollablebox-box .stepbox-desc p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255 255 255 / 0.70);
}
.tm-scrollablebox-box .scroll-changing-stepbox-item-image {
    position: absolute;
    opacity: 0;
    -webkit-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
    width: 100%;
}
.tm-scrollablebox-box .scroll-changing-stepbox-item-image.first,
.tm-scrollablebox-box .scroll-changing-stepbox-item-image.last, 
.tm-scrollablebox-box .scroll-changing-stepbox-item-image.active {
    opacity: 1;
}
.scroll-changing-stepbox-item-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.stepbox-item-inner {
    background-color:#000;
    height: 85vh;
    padding: 105px 100px 100px 125px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tm-scrollablebox-box .stepbox-item-inner .stepbox-content {
    margin-bottom: 75px;
}
.tm-scrollablebox-box .stepbox-item-inner .stepbox-btn a:hover.tm-more-button:before {
    background-color: var(--ttm-skincolor);
    z-index: -1;
}
.tm-scrollablebox-box .stepbox-item-inner .stepbox-btn a:hover.tm-more-button {
    color: var(--ttm-secondarycolor);
    z-index: 99;
}
.tm-scrollablebox-box .stepbox-images-block {
    position: sticky;
    height: 100vh;
    top: 0vh;
}
.tm-scrollablebox-box .stepbox-content .stepbox-title h4.tm-box-title {
    font-size: 56px;
    line-height: 66px;
    color: var(--ttm-whitecolor);
}
.tm-scrollablebox-box .stepbox-item-inner .stepbox-btn a.tm-more-button {
    text-align: center !important;
    font-size: 16px;
    line-height: 26px;
    color: var(--ttm-whitecolor);
    position: relative;
    padding-left: 50px;
    padding-top: 42px;
}
.tm-scrollablebox-box .stepbox-item-inner .stepbox-btn a.tm-more-button:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 50%;
    right: 0;
    width: 180px;
    height: 115px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
.tm-scrollablebox-box .stepbox-item-inner .stepbox-btn a.tm-more-button:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0px;
    left: 5px;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 50%;
    right: 0;
    width: 180px;
    height: 115px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
@media (max-width:1024px) {
.tm-scrollablebox-box .stepbox-images-block {
  display: none;
}
.scrollablebox-wrapper {
    display: block;
}
.scrollablebox-wrapper .col-lg-6 {
    width:100%;
}
.stepbox-responsive-image-block {
        display: block;
}
.stepbox-item-inner {
    height: 100%;
    padding:15px 15px 15px 15px;
    display: block;
}
}
/******************titlrbar css************/
.tm-headerstyle-classic-overlay5 .tm-titlebar-wrapper.tm-breadcrumb-border-bottom {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
    z-index: 1;
    background-color: transparent !important;
    padding-left: 50px;
    padding-right: 50px;
}
.tm-headerstyle-classic-overlay5 .tm-titlebar-wrapper.tm-breadcrumb-border-bottom .tm-titlebar-inner-wrapper {
    padding-top: 50px;
}
/*************************header style css********************/
.tm-header-style-classic5.tm-header-overlay .site-header-main.container-fullwide {
    padding-left: 35px;
    padding-right: 30px;
}
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-main .site-header-menu .nav-menu ul > li > a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.21)!important;
    right: 0;
    top: 35px;
}
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-main .site-header-menu .nav-menu ul > li > a {
    padding: 0px 18px 0px 19px;
}
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-main .site-header-menu .nav-menu ul > li {
    padding: 0 !important;
}
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-main .site-header-menu .nav-menu ul > li:last-child a:before{
    content: unset;
}
.tm-headerstyle-classic-overlay5 .tm-header-overlay  .site-header-menu .tm-header-text-area .tm-header-right-content {
    vertical-align: middle;
    display: inline-flex;
    text-align: left;
    float: right;
}
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-menu .tm-header-text-area .tm-header-right-content .tm-header-content {
    font-size: 15px;
    line-height: 15px;
    display: flex;
    align-items: center;
}
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-menu .tm-header-text-area .tm-header-right-content .tm-header-content i {
    font-size: 20px;
}
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-menu .tm-header-text-area .tm-header-right-content .tm-header-content span a {
    color: var(--ttm-whitecolor);
}
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-menu .tm-header-text-area .tm-header-right-content .tm-header-content span a:hover,
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-menu .tm-header-text-area .header-social-icon ul li a:hover,
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-menu .tm-header-text-area .tm-header-right-content .tm-header-content a:hover{
    color: var(--ttm-skincolor);
}
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-menu .tm-header-text-area .header-social-icon ul li a {
    background-color: transparent;
    color: var(--ttm-whitecolor);
    margin-right: 0;
    width: 25px;
    height: 25px;
}
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-menu .tm-header-text-area .header-social-icon ul {
    position: relative;
    padding-left: 20px;
}
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-menu .tm-header-text-area .header-social-icon ul:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.21);
    right: auto;
    left: -2px;
    top: 33px;
}
.tm-headerstyle-classic-overlay5 .tm-header-overlay .site-header-menu .tm-header-text-area .tm-header-right-content .tm-header-content a {
    color: var(--ttm-whitecolor);
}
.page-id-1155.tm-headerstyle-classic-overlay5 .tm-titlebar-wrapper.tm-breadcrumb-border-bottom .tm-titlebar-inner-wrapper h1.entry-title {
    display: none;
}
.page-id-1155.tm-headerstyle-classic-overlay5 .tm-titlebar-wrapper.tm-breadcrumb-border-bottom .tm-titlebar-inner-wrapper {
    padding-top: 0;
}
.page-id-1155.tm-headerstyle-classic-overlay5 .tm-titlebar-wrapper.tm-breadcrumb-border-bottom{
    background-position: top center;
}
.site-footer .widget.widget_nav_menu.tm-width-menu ul li.tm-two-column {
    display: inline-block;
    width: calc(45% - 2px);
    float: none;
    padding: 0px 0px 11px 0;
}
.site-footer .tm-footerstyle-style11 .first-footer .first-widget-area .widget {
    display: inline-block;
    padding-bottom: 10px;
}
.site-footer .tm-footerstyle-style11 .first-footer .first-widget-area .widget .menu-social_links-container ul li a {
    border-bottom: unset !important;
}
.footer.tm-footerstyle-style11 .first-footer .first-footer-inner {
    padding: 25px 0 0 0;
}
.site-footer .tm-footerstyle-style11 .first-footer .first-widget-area .widget .tm-agency-footer-form:before{
    content: "";
    background: rgba(255, 255, 255, 0.15);
    height: 30px;
    width: 1px;
    position: absolute;
    right: auto;
    left: 50px;
    top: -10px;
    bottom: 0;
    margin: auto;
    display: block;
}
.site-footer .tm-footerstyle-style11 .first-footer .first-widget-area .widget .tm-agency-footer-form {
    padding-left: 120px;
}
.site-footer .tm-footerstyle-style11 .tm-agency-footer-logo h2 {
    font-size: 56px;
    line-height: 70px;
    padding-left: 15px;
}
.site-footer .tm-footerstyle-style11 .tm-container-for-footer>div>.row .widget-area:after {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: -26px;
    background-color: rgba(255 255 255 / 0.11);
    top: 0;
}

.tm-footerstyle-style11.footer .footer-rows .second-footer.tm-widgetsep-yes .second-footer-inner .widget-area:first-child:after{
    content: unset;
}
.site-footer .tm-footerstyle-style11 .mailchimp-inputbox.mailchimp-dark button.btn:hover {  
    color: var(--ttm-whitecolor) !important;
}
.site-footer .tm-footerstyle-style11 .mailchimp-email input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.60);
    font-weight: 500;
}
.site-footer .tm-footerstyle-style11 .mailchimp-inputbox.mailchimp-dark button.btn {
    color: rgb(255 255 255 / 60%);
}
.site-footer .tm-footerstyle-style11 .mailchimp-email input[type="email"] {
    width: 370px;
    color: var(--ttm-whitecolor);
}
.site-footer .tm-footerstyle-style11 .first-footer .first-widget-area .widget .tm-agency-footer-form:after {
    content: "";
    background: rgba(255, 255, 255, 0.15);
    height: 30px;
    width: 1px;
    position: absolute;
    right: -57px;
    left: auto;
    top: -10px;
    bottom: 0;
    margin: auto;
    display: block;
}
.site-footer .tm-footerstyle-style11 .second-footer .widget-area .tm-width-menu {
    padding-left: 30px;
}
.site-footer .tm-footerstyle-style11 .second-footer .widget-area .tm-width-menu h3.widget-title {
    font-size: 18px;
    line-height: 28px;
}
.site-footer .tm-footerstyle-style11 .second-footer .widget-area .tm-agency-store a img {
    border: 1px solid rgb(255 255 255 / 17%);
    margin-right: 15px;
}
 .site-footer .tm-footerstyle-style11 .second-footer .widget-area .tm-agency-store{
    padding-left: 30px;
 }
.site-footer .tm-footerstyle-style11 .second-footer .textwidget .tm-agency-footer .tm-agency-footer-contacts a {
    border-radius: unset;
    border: 1px solid rgb(255 255 255 / 20%);
    color: var(--ttm-whitecolor);
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
}
.site-footer .tm-footerstyle-style11 .tm-agency-footer-contacts {
    margin-bottom: 15px;
}
.site-footer .tm-footerstyle-style11 .widget-area .tm-width-menu ul li a:hover,
.site-footer .tm-footerstyle-style11 .first-footer .first-widget-area .widget .menu-social_links-container ul li a:hover {
    color: var(--ttm-whitecolor) !important;
}
.site-footer .tm-footerstyle-style11 .first-footer .tm-social.widget {
    margin-left: 50px !important;
}
.tm-slider-arrow {
    -webkit-text-stroke: 1px var(--ttm-skincolor);
    position: relative !important;
    color: transparent !important;
    text-align: center !important;
}
.tm-slider-arrow i {
    transform: rotate(45deg);
    padding-left: 35px !important;
    transition: all .5s ease;
}
.tm-slider-arrow:hover i {
    transform: rotate(90deg);
    transition: all .5s ease;
    padding-left: 37px !important;
}
.tm-slider-arrow:before{
    content: '';
    position: absolute;
    top: -6px;
    bottom: 0px;
    left: 0px;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 50%;
    right: 0;
    width: 200px;
    height: 140px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
.tm-slider-arrow:after{
    content: '';
    position: absolute;
    top: -6px;
    bottom: 0px;
    left: 5px;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 50%;
    right: 0;
    width: 200px;
    height: 140px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
.tm-headerstyle-classic-elegant2 .um .um-form input[type=submit].um-button,
.tm-headerstyle-classic-elegant2 .um a.um-button.um-alt {
    border-radius: 10px !important;
    padding: 14px 20px !important;
}
.tm-headerstyle-classic-elegant2 .tm-titlebar-wrapper.tm-bg.tm-bgimage-yes.tm-bgcolor-custom > .tm-bg-layer {
    opacity: 0.65;
}
.tm-headerstyle-classic-elegant2 .um .um-form input {
    border-radius: 10px !important;
}
.tm-headerstyle-classic-elegant2 .um-field-checkbox-option {
    margin: 0px 0px 0px 30px;
}
.single-job_listing.tm-headerstyle-classic-elegant2 article.themetechmount-box-blog-classic img {
display: none;
}
.single_job_listing .company .company_header {
    margin: 0 0 -13px;
}
.single_job_listing .application .application_button{
    font-size: 14px;
    padding: 12px 20px;
	font-weight: 500;
}
.single_job_listing .meta .job-type {
    border-radius: 10px;
    padding: 9px 15px;
}
.single-job_listing article.themetechmount-box-blog-classic .tm-blog-classic-box-content {
    margin: 0;
	padding-right: 0;
}
.single-job_listing .tm-social-share-links ul li:last-child {
    padding-right: 0;
}
.single-job_listing.tm-headerstyle-classic-elegant2 article.themetechmount-box-blog-classic .company img {
    display: inline;
width: auto;
}
.single_job_listing .company .tagline {
    font-style: normal;
color: var(--body-fonts-color);
}
.single_job_listing .company {
    border-radius: 10px;
}
span.tm-over {
    position: relative;
color: var(--ttm-skincolor);
}
span.tm-over:after {
    position: absolute;
    content: '';
    left: 0;
    height: 1px;
    width: 100%;
    background-color: var(--ttm-skincolor);
    bottom: 0;
}
.tm-headerstyle-classic-elegant2 .col-xs-12.col-sm-5.tm-footer2-right img {
    padding-left: 13px;
}
.tm-headerstyle-classic-elegant2 .tm-sresults-title small a {
    border-radius: 10px;
}
.tm-headerstyle-classic-elegant2 .w-search-form-row button {
    padding: 11px 8px 11px 7px;
    border-radius: 10px;
    position: absolute;
    right: -47px;
    left: auto;
    top: 22px;
}
.tm-marquebox-style4 span.marque-text {
    color: #fff;
}
.tm-layout-style25.single article.themetechmount-box-blog-classic .tm-featured-wrapper img,
.tm-layout-style25.single article.themetechmount-box-blog-classic .wp-block-columns figure.wp-block-image img {
    border-radius: unset;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.tm-layout-style25.single-post article.post .entry-content .wp-block-heading {
    font-size: 32px;
    line-height: 42px;
}
.tm-layout-style25 #respond .comment-reply-title {
    font-size: 36px;
    line-height: 46px;
}
.tm-layout-style25.single-post .tm-blog-classic-box-comment .comment-form textarea,
.tm-layout-style25.single-post .tm-blog-classic-box-comment p.form-submit .submit {
    border-radius: unset;
}
.tm-layout-style25.single-post .tm-blog-classic-box-comment input {
    border-radius: unset;
}
.tm-layout-style25.single-post .tm-blog-classic-box-comment p.form-submit .submit {
    color: var(--ttm-secondarycolor);
}
.tm-layout-style25.single-post .tm-blog-classic-box-comment p.form-submit .submit:hover {
    color: var(--ttm-whitecolor);
}

.tm-layout-style25 .elementor-widget-tm_team-img .themetechmount-team-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 70%;
}
.page-id-1155.tm-headerstyle-classic-overlay5 .tm-header-overlay .tm-stickable-header-w {
    position: absolute;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 9;
    border-bottom: unset;
}
.site-footer .tm-footerstyle-style11 .tm-agency-footer a:hover {
    color: var(--ttm-whitecolor);
}
.widget_block h2.wp-block-heading {
	font-size: 20px;
	line-height: 28px;
}
.tm_widget_borderstyle1.themetechmount-sidebar-true:not(.tm-empty-sidebar).themetechmount-sidebar-right .site-content-inner:before, 
.tm_widget_borderstyle1.themetechmount-sidebar-true:not(.tm-empty-sidebar).themetechmount-sidebar-left .site-content-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 29%;
    z-index: -1;
    margin-right: -2px;
    width: 1px;
    left: auto;
    background-color: var(--ttm-bordercolor);
}

.tm_widget_borderstyle1.themetechmount-sidebar-true:not(.tm-empty-sidebar).themetechmount-sidebar-left .site-content-inner:before {
    left: 29%;
    right: auto;
}
.wp-block-search__label {
    color: var(--body-blackfont-color);
    font-weight: 500;
}
.wp-block-button {
    margin-bottom: 1.5em;
}
.wp-block-image {
    margin: 0px 0px 1em;
}
.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child, .wp-block-gallery.is-cropped {
    margin-bottom: 10px;
}
.wp-block-search, .tm-blog-classic-box-content .wp-block-audio {
    margin-bottom: 15px;
}
.tm-blog-classic-box-content .wp-block-calendar table th {
    font-weight: var(--special-element-fontfamily);
    background: transparent;
    text-align: center;
}
.post-password-required input[type="submit"] {
    padding: 17px 20px 17px;
    display: inline-block;
    vertical-align: middle;
}
.single article.post .wp-block-pullquote blockquote {
    margin-left: auto;
    margin-right: auto;
}
.tm-blog-classic-box-content .wp-block-group.has-background>.wp-block-group__inner-container {
    margin-bottom: 15px;
}
.tm-blog-classic-box-content .wp-block-media-text.has-media-on-the-right, .tm-blog-classic-box-content .wp-block-group.has-background {
    margin-bottom: 15px;
}
.wp-block-embed {
    margin: 0 0 1em;
    overflow-wrap: break-word;
}

.tm-headerstyle-classic-elegant2 .um .um-form input[type=text],
.tm-headerstyle-classic-elegant2 .um .um-form input[type=tel],
.tm-headerstyle-classic-elegant2 .um .um-form input[type=password], 
.tm-headerstyle-classic-elegant2 .um .um-form textarea {
    background-color: transparent;
    border: 1px solid #fff !important;
	background-color: rgba(255, 255, 255 , 0.40);
}
.tm-headerstyle-classic-elegant2 .entry-title-wrapper {
    padding-top: 100px;
}
.tm-layout-style24 .tm-titlebar-main .breadcrumb-wrapper span.current-item {
    color: #fff;
}
.tm-layout-style24 span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.tm-headerstyle-classic-elegant2 .um .um-form input[type=text]:focus, 
.tm-headerstyle-classic-elegant2 .um .um-form input[type=tel]:focus,
.tm-headerstyle-classic-elegant2 .um .um-form input[type=number]:focus,
.tm-headerstyle-classic-elegant2 .um .um-form input[type=password]:focus, 
.tm-headerstyle-classic-elegant2 .um .um-form textarea:focus {
	 background-color: rgba(255, 255, 255 , 0.40);
    border: 1px solid #fff !important;
}
.footer .mc4wp-form-fields .tm-style3 input[type="email"]:focus {
    color: #fff;
}
ul.job_listings li.job_listing:nth-child(odd) a {
    margin-left: 0;
}
ul.job_listings li.job_listing:nth-child(even) a {
    margin-right: 0;
}
/** demo 26 **/
.tm-counter-bg:before {
    content: '';
    height: 127px;
    width: 127px;
    display: block;
    position: absolute;
    background: var(--ttm-whitecolor);
    border-radius: 50%;
}
.tm-counter-bg:after {
    content: '';
    width: 92px;
    height: 92px;
    display: block;
    background: var(--ttm-greycolor);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    border: 1px solid #ededed;
}
.tm-counter-bg .elementor-counter-number-suffix {
    font-size: 18px;
}
.themetechmount-bannerbox.themetechmount-banner-style1 {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.themetechmount-banner-style1 .tm-custom-heading {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 0;
}
.themetechmount-banner-style1 .tm-bannerbox-subtitle {
    position: relative;
    z-index: 1;
}
.themetechmount-banner-style1 .tm-element-subheading {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 10px;
    display: inline-block;
    vertical-align: top;
    background: var(--ttm-whitecolor);
    padding: 0 0 0 10px;
    margin-bottom: 0;
}
.themetechmount-banner-style1 .tm-element-subheading:before {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background: #ededed;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    z-index: -1;
}
.themetechmount-banner-style1 .tm-bannerbox-content {
    margin: 0 100px;
    background: var(--ttm-whitecolor);
    border-radius: 15px;
    padding-top: 30px;
    padding: 25px 40px 0;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.5s ease;
}
.themetechmount-banner-style1:hover .tm-bannerbox-content {
    transition: all 0.5s ease;
    transform: translateY(5px);
}
.themetechmount-banner-style1 .tm-cta3-content-wrapper {
    font-family: 'Marcellus';
    font-size: 46px;
    line-height: 50px;
    color: var(--ttm-skincolortwo);
    padding-bottom: 20px;
}
.themetechmount-banner-style1 .tm-bannerbox-btn {
    background: var(--ttm-secondarycolor);
    margin: 0 -40px;
    padding: 11px 15px 17px;
}
.themetechmount-banner-style1 .tm-bannerbox-btn a {
    color: var(--ttm-whitecolor);
    font-size: var(--button_fontsize);
    text-transform: capitalize;
    border-bottom: 1px solid;
}
.themetechmount-banner-style1 .tm-bannerbox-btn a:hover {
    opacity: 0.9;
}
.elementor-element.elementor-widget-tm_cmsbannerbox_element {
    margin-bottom: 0;
}
.tm-vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.tm-marquebox-style6 {
    width: 100%;
    animation: tm-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.tm-marquebox-style6 ul.marquebox-list {
    margin: 0;
}
.tm-marquebox-style6 ul.marquebox-list li {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: var(--special-element-fontweight);
}
.tm-marquebox-style6 ul.marquebox-list li:before {
    content: '*';
    position: absolute;
    bottom: auto;
    top: 3px;
    left: auto;
    right: -35px;
}
.tm-bgcolor-skincolor .tm-marquebox-style6 ul.marquebox-list li:before {
    color: #fff;
}
.tm-bgcolor-skincolor .tm-marquebox-style6 ul.marquebox-list li a.tm-more-button {
    color: #fff;
}
.tm-marquebox-style6:hover {
    animation-play-state: paused !important;
}
.tm-showcasebox-style3 .tm-post-featured-link-wrapper, .tm-showcasebox-style3 .tm-featured-outer-wrapper {
    display: block;
    height: 100%;
    width: 100%;
}
.tm-showcasebox-style3.tm_showcasebox_wrapper .tm-post-featured-link-wrapper {
    padding: 0;
}
.tm-showcasebox-style3.tm_showcasebox_wrapper .tm_showcasebox_contents.active {
    padding: 0;
    margin: 0;
    flex: 3;
    transition: 0.5s;
}
.tm-showcasebox-style3.tm_showcasebox_wrapper.ttm-min-height {
    min-height: 550px;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}
.tm-showcasebox-style3 .ttm-showcasebox-details {
    position: absolute;
    bottom: 50px;
    left: 60px;
    right: auto;
    display: block;
    box-sizing: border-box;
    transition: border-color .35s ease-out .7s;
    cursor: text;
    width: 377px;
    margin: 0 auto;
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-secondarycolor);
    border-radius: 15px;
    padding: 43px 40px;
    text-align: left;
    opacity: 0;
    transition: all 0.5s ease;
}
.tm-showcasebox-style3 .tm_showcasebox_contents.active .ttm-showcasebox-details {
    opacity: 1;
}
.tm-showcasebox-style3.tm_showcasebox_wrapper .tm-post-button-link-wrapper a:after {
    display: none;
}
.tm-showcasebox-style3.tm_showcasebox_wrapper .tm-post-button-link-wrapper a {
    font-weight: var(--special-element-fontweight);
    color: var(--ttm-whitecolor);
    border-bottom: 1px solid;
}
.tm-showcasebox-style3.tm_showcasebox_wrapper .tm-post-button-link-wrapper a:hover {
    opacity: 0.9;
}
.tm-showcasebox-style3 .themetechmount-static-box-desc {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tm-showcasebox-style3 .themetechmount-static-box-desc span {
    background-color: var(--ttm-skincolor);
    padding: 0 5px;
    border-radius: 5px;
    text-align: center;
}
.tm-showcasebox-style3 .themetechmount-static-box-sublabel {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 18px;
}
.tm-showcasebox-style3.tm_showcasebox_wrapper .tm_showcasebox_contents {
    position: relative;
    display: block;
    z-index: 5;
    flex: 1;
    padding: 0;
    border-radius: 0;
    box-shadow: unset;
    margin-right: 0;
    text-align: center;
    cursor: pointer;
    transition: all 1s;
}
.tm-showcasebox-style3.tm_showcasebox_wrapper .ttm-items-holder {
    overflow: hidden;
    display: flex;
    width: 100%;
}
.tm-showcasebox-style3 .ttm-title .tm-box-title h4 {
    font-size: 17px;
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-secondarycolor);
    padding: 22px 8px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
/*----Countbox style default----*/
.countdown-timer .time_circles canvas {
    display: none;
    
}
.countdown-timer .time_circles .textDiv_Seconds, .countdown-timer .time_circles .textDiv_Minutes, .countdown-timer .time_circles .textDiv_Hours, .countdown-timer .time_circles .textDiv_Days {
    display: inline-block;
    width: 100px !important;
    text-align: center;
    border: 1px solid #fff;
    padding-bottom: 41px;
    margin-right: 35px;
    border-radius: 15px;
    background: #ebe7fa;
    margin-bottom: 20px;
}
.countdown-timer .time_circles {
    text-align: center;
    position: relative;
}
.countdown-timer .time_circles h4 {
    font-size: 16px!important;
    line-height: 19px!important;
    display: block;
    position: relative;
    top: 58px;
    font-weight: 400;
    color: var(--body-fonts-color);
    font-family: var(--body-font-family);
    margin-bottom: 5px;
}
.countdown-timer .time_circles span {
    font-size: 34px !important;
    font-weight: 600;
    font-family: var(--special-element-fontfamily);
    color: var(--ttm-secondarycolor);
}
/*----Countbox style1 */
.countdown-style1 .tm-datecounter-wrapper.counter-style1 {
    float: left;
}
.countdown-style1.countdown-timer .time_circles {
    overflow: hidden;
}
.countdown-style1 .countdown-timer .time_circles {
    overflow: hidden;
}
.countdown-style1 .counter-box-title {
    display: flex;
}
.countdown-style1.countdown-timer .time_circles .textDiv_Seconds,
.countdown-style1.countdown-timer .time_circles .textDiv_Minutes,
.countdown-style1.countdown-timer .time_circles .textDiv_Hours,
.countdown-style1.countdown-timer .time_circles .textDiv_Days {
    width: auto !important;
    background: transparent;
    height: auto;
    border: 0;
    margin: 0 0 0 15px;
    padding: 0;
    position: relative;
    top: unset !important;
    left: unset !important;
}
.countdown-style1.countdown-timer .time_circles span {
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: var(--special-element-fontweight);
    float: left;
    margin-right: 2px;
    color: var(--ttm-whitecolor);
    width: 30px;
    text-align: center;
}
.countdown-style1.countdown-timer .time_circles h4 {
    display: inline-block;
    vertical-align: top;
    top: unset;
    margin-bottom: 0;
    line-height: 25px !important;
    color: var(--ttm-whitecolor);
}
.countdown-style1.countdown-timer .time_circles > div:before {
    content: ':';
    position: absolute;
    right: -11px;
    left: auto;
    top: -2px;
    bottom: auto;
    color: var(--ttm-whitecolor);
}
.countdown-style1.countdown-timer .time_circles > div:last-child:before {
    display: none;
}
.countdown-style1 .counter-box-title .tm-counter-title {
    color: var(--ttm-whitecolor);
    font-size: 16px;
    font-weight: var(--special-element-fontweight);
    margin-left: 10px;
}
#countdown-timer.countdown-style1 {
    display: inline-block;
    vertical-align: top;
    background-color: var(--ttm-secondarycolor);
    padding: 12px 25px;
    border-radius: 15px;
}
.countdown-style1 .tm-datecounter-img-box {
    margin: -3px 0 0 0;
}
/** newsletter **/
.ttm-newsletterbox-style1 .mailchimp-email {
    display: flex;
}
.ttm-newsletterbox-style1 .mailchimp-email input[type="email"] {
    margin-right: 15px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.08);
    border-color: #E7E7E7;
    border-radius: 10px;
}
.ttm-newsletterbox-style1 .mailchimp-email button.btn {
    border-radius: 10px;
    background: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    padding: 12px 25px;
}
.ttm-newsletterbox-style1 .mailchimp-email button.btn:hover {
    background: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
}
.mailchimp-inputbox.ttm-newsletterbox-style1 {
    width: 51%;
    margin: 0 auto;
    text-align: center;
}
.mailchimp-inputbox.ttm-newsletterbox-style1 p {
    margin: 20px 0 0;
}
/** testimonial 25 **/
.themetechmount-testimonialbox-style25 h2.themetechmount-review-highlight {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 12px;
}
.themetechmount-testimonialbox-style25 .themetechmount-post-item {
    background-color: var(--ttm-whitecolor);
    padding: 30px 40px 40px;
    border: 1px solid #E7E7E7;
    border-radius: 15px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style25 .themetechmount-box-desc .themetechmount-testimonial-text {
    font-size: 18px;
    font-style: italic;
    color: var(--ttm-secondarycolor);
    opacity: 0.8;
    font-weight: var(--special-element-fontweight);
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style25 .themetechmount-box-img .themetechmount-item-thumbnail {
    height: 70px;
    width: 70px;
    margin: 0;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style25 .themetechmount-box-img {
    float: left;
    margin-right: 15px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style25 .themetechmount-box-title {
    overflow: hidden;
    margin-top: 11px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style25 .themetechmount-author-name {
    display: inline-block;
    font-size: 16px;
    font-weight: var(--special-element-fontweight);
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style25 .themetechmount-ratting-star {
    padding: 0;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style25 .themetechmount-box-author {
    padding-top: 25px;
    overflow: hidden;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style25 .themetechmount-box-footer {
    padding-left: 10px;
    margin-left: 5px;
    position: relative;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style25 .themetechmount-box-footer:before {
    content: '/';
    position: absolute;
    left: 0;
}
.tm-right-content:before {
    content: "\f159";
    font-family: 'flaticon_new_bussines_agency';
    font-size: 60px;
    line-height: 60px;
    color: var(--ttm-skincolor);
    margin-bottom: 22px;
    display: block;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style25 .tm-ttmbusiness-icon-star-1.tm-active,
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style25 .tm-ttmbusiness-icon-star-empty-1 {
    color: #FCA120;
}
.themetechmount-element-testimonialbox-style-25.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-arrow {
    top: -30px;
    right: 15px !important;
    left: auto !important;
    background: transparent !important;
    box-shadow: unset;
    width: auto;
}
.themetechmount-element-testimonialbox-style-25.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-prev {
    left: auto !important;
    right: 40px !important;
}
.themetechmount-element-testimonialbox-style-25.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-arrow:before {
    font-family: 'tm-ttmbusiness-icons';
    color: var(--body-fonts-color);
    font-size: 22px;
}
.themetechmount-element-testimonialbox-style-25.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-arrow:hover:before {
    color: var(--ttm-secondarycolor);
}
.themetechmount-element-testimonialbox-style-25.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-prev:before {
    content: '\e808';
}
.themetechmount-element-testimonialbox-style-25.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-next:before {
    content: '\e809';
}
.footer-timeblock {
    font-weight: var(--special-element-fontweight);
    margin-top: 15px;
}
.footer-timeblock span {
    font-size: var(--special-element-fontsize);
}
.tm-textcolor-white .footer-timeblock span {
    color: rgba(255,255,255,1);
}
.tm-appgroup-box .tm-footerbox-right {
    overflow: hidden;
    padding-left: 30px;
}
.tm-appgroup-box .tm-footerbox-left {
    float: left;
}
.tm-appgroup-box .tm-footerbox-left a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 5px;
    padding: 5px 5px;
}
.tm-appgroup-box .tm-footerbox-right span {
    font-size: var(--special-element-fontsize);
    font-weight: var(--special-element-fontweight);
}
.tm-textcolor-white .tm-appgroup-box .tm-footerbox-right {
    color: rgba(255,255,255,1);
}
.footer .tm-footerbox-social .themetechmount-social-links-wrapper ul.social-icons li > a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 50%;
}
.footer .tm-footerbox-social .themetechmount-social-links-wrapper ul.social-icons li > a:hover {
    border-color: var(--ttm-skincolor);
}
.tm-footerbox-menu {
    display: inline-block;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}
ul.payment-block-inner {
    margin-top: 23px;
}
.ttmpayment .icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0;
    padding: 0 !important;
}
.ttmpayment .icon:hover img {
    animation: headShake 1s infinite;
    -webkit-animation: headShake 1s infinite;
    -moz-animation: headShake 1s infinite;
    -o-animation: headShake 1s infinite;
}
.tm-footerbox-menu ul.footer-nav-menu li:after {
    display: none;
}
.tm-footerbox-menu:before {
    content: '';
    height: 20px;
    width: 1px;
    display: block;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    top: 2px;
}
/* Vertical-menu css start */
.vertical-menu-category {
    position: relative;
    cursor: pointer;
}
.verticalmenu-wrapper {
    width: 23.5%;
    float: left;
}
.vertical-nav-menu {
    z-index: 5;
    position: absolute;
    background: #ffffff;
    left: 0;
    right: 0;
    border: none;
    padding: 0;
    top: 100%;
    float: none !important;
    margin: 0 !important;
    border-radius: var(--ttm-button-shape);
    min-width: 200px;
    text-align: left;
}
.vertical-menu-category .title {
    text-transform: capitalize;
    text-align: left;
    line-height: initial;
    background: var(--ttm-greycolor);
    padding: 7px 12px;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu > li span.menu-item-description {
    display: none;
}
.vertical-heading-text i {
    margin: 0 0 0 15px;
}
.vertical-menu-category .title .menu-icon {
    display: inline-block;
    vertical-align: top;
    height: 27px;
    line-height: 27px;
    position: relative;
    text-align: center;
    width: 17px;
    float: right;
}
.vertical-menu-category .title .menu-icon:before {
    content: '\e68e';
    font-family: 'themify';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    font-size: 17px;
    text-align: center;
}
.vertical-heading-text i {
    display: none;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu, .verticalmenu-wrapper ul.nav-menu {
    padding: 15px 0;
    margin: 0 !important;
    width: 100%;
    display: none;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: var(--ttm-button-shape);
}
#site-navigation .vertical-nav-menu>.sidebar-category, #verticalmenu-wrapper .vertical-nav-menu>.sidebar-category {
    z-index: 5;
    position: absolute;
    background: #ffffff;
    left: 0;
    right: 0;
    border: none;
    padding: 0;
    top: 100%;
    float: none !important;
    margin: 0 !important;
    border-radius: 10px;
    min-width: 200px;
    text-align: left;
}
#site-navigation ul#menu-vertical-menu {
    display: none;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu li , .verticalmenu-wrapper ul.nav-menu li {
    position: relative;
    padding: 5px 20px;
    line-height: normal;
    list-style: none;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu li:last-child , .verticalmenu-wrapper ul.nav-menu li:last-child , .verticalmenu-wrapper ul.nav-menu li:last-child , .verticalmenu-wrapper ul.nav-menu li:last-child {
    border: none;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu ul.sub-menu , .verticalmenu-wrapper ul.nav-menu ul.sub-menu {
    position: absolute;
    display: none;
    min-width: 230px;
    right: auto;
    left: 100%;
    top: 0px;
    margin: 0px;
    padding: 20px 5px;
    background: #ffffff;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    transform-origin: top center 0;
    display: block ;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    border-radius: 10px;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu >li>a, .verticalmenu-wrapper ul.nav-menu >li>a , .verticalmenu-wrapper ul.nav-menu >li>a,  .verticalmenu-wrapper ul.nav-menu >li>a {
    font-size: 15px;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu >li:hover > .sub-menu, #site-navigation .verticalmenu-wrapper ul.nav-menu >li > ul >li:hover .sub-menu , .verticalmenu-wrapper ul.nav-menu >li:hover > .sub-menu, .verticalmenu-wrapper ul.nav-menu >li > ul >li:hover .sub-menu {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

#site-navigation .verticalmenu-wrapper ul.nav-menu .first_mega_menu ul.sub-menu ul.sub-menu li ,.verticalmenu-wrapper ul.nav-menu .first_mega_menu ul.sub-menu ul.sub-menu li  {
    padding: 0;
    border: none;
    width: auto;
    float: none;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu .first_mega_menu ul.sub-menu ul.sub-menu , .verticalmenu-wrapper ul.nav-menu .first_mega_menu ul.sub-menu ul.sub-menu {
    position: static;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
    min-width: 160px;
    padding: 0;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu li.first_mega_menu > ul.sub-menu , .verticalmenu-wrapper ul.nav-menu li.first_mega_menu > ul.sub-menu {
    width: 600px;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu li.first_mega_menu > ul.sub-menu > li a, .verticalmenu-wrapper ul.nav-menu li.first_mega_menu > ul.sub-menu > li a {
    padding: 8px 20px;
    display: block;
    margin: 0;
    font-size: 14px;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu ul.sub-menu > li a, .verticalmenu-wrapper ul.nav-menu ul.sub-menu > li a {
    display: block;
    font-size: 14px;
}

#site-navigation .verticalmenu-wrapper ul.nav-menu li.first_mega_menu > ul.sub-menu > li > a, .verticalmenu-wrapper ul.nav-menu li.first_mega_menu > ul.sub-menu > li > a {
    margin-bottom: 0px;
    color: var(--ttm-secondarycolor);
    font-size: 15px;
        font-weight: 500;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu ul.sub-menu > li a:hover, .verticalmenu-wrapper ul.nav-menu ul.sub-menu > li a:hover,
#site-navigation .verticalmenu-wrapper ul.nav-menu li.first_mega_menu > ul.sub-menu > li > a:hover,
.verticalmenu-wrapper ul.nav-menu li.first_mega_menu > ul.sub-menu > li > a:hover {
    color: var(--ttm-skincolor);
}
#site-header-menu #site-navigation .verticalmenu-wrapper ul.nav-menu ul.sub-menu > li, .verticalmenu-wrapper ul.nav-menu ul.sub-menu > li {
    padding: 8px 20px;
    border: none;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu ul.sub-menu ul.sub-menu, .verticalmenu-wrapper ul.nav-menu ul.sub-menu ul.sub-menu {
    display: none;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu ul.sub-menu > li:hover ul.sub-menu , #site-navigation .verticalmenu-wrapper ul.nav-menu li.first_mega_menu > ul.sub-menu > li ul.sub-menu , .verticalmenu-wrapper ul.nav-menu ul.sub-menu > li:hover ul.sub-menu , .verticalmenu-wrapper ul.nav-menu li.first_mega_menu > ul.sub-menu > li ul.sub-menu {
    display: block;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
} 
#site-header-menu #site-navigation ul ul li , .verticalmenu-wrapper ul ul li {
    background-position: 90% 12px;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu > li.menu-item-has-children.first_mega_menu ul.sub-menu > li.menu-item-has-children, .verticalmenu-wrapper ul.nav-menu > li.menu-item-has-children.first_mega_menu ul.sub-menu > li.menu-item-has-children {
    background: none;
}
#site-navigation .verticalmenu-wrapper ul.nav-menu > li.menu-item-has-children.first_mega_menu ul.sub-menu > li.menu-item-has-children:before, .verticalmenu-wrapper ul.nav-menu > li.menu-item-has-children.first_mega_menu ul.sub-menu > li.menu-item-has-children:before {
    display: none;
}
/* Vertical-menu css end */
/* header */
.tm-quick-links {
    float: right;
}
.myaccount.topbar-link {
    float: right;
    position: relative;
    margin: 0 0 0 10px;
}
.myaccount .myaccount-toggle {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.myaccount .myaccount-toggle:before {
    content: '\e602';
    font-family: 'themify';
    position: relative;
    cursor: pointer;
}
.myaccount-wrapper {
    left: auto;
    right: 0;
    background-color: #fff;
    padding: 15px 20px;
    margin: 0;
    z-index: 999;
    border-radius: var(--ttm-button-shape);
    -webkit-border-radius: var(--ttm-button-shape);
    -moz-border-radius: var(--ttm-button-shape);
    -ms-border-radius: var(--ttm-button-shape);
    -o-border-radius: var(--ttm-button-shape);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    top: 100%;
    min-width: 200px;
    text-transform: capitalize;
    position: absolute;
    text-align: left;
    display: none;
}
.header-menu-links ul {
    padding: 0;
    margin: 0;
}
.header-menu-links>a {
    display: block;
}
.header-menu-links ul li {
    padding: 5px 0;
    list-style: none;
}
.headercart.headercart-block {
    float: right;
    position: relative;
    margin: 0 0 0 10px;
}
.headercart .headercart-icon {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 0;
    font-weight: 400;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    padding: 0;
    cursor: pointer;
}
.headercart .headercart-icon:before {
    content: '\e6d4';
    font-family: 'themify';
    position: relative;
    cursor: pointer;
    font-size: 16px;
}
.headercart-total a,
.wishlist-counter span.count {
    bottom: auto;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 3px;
    left: auto;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    height: 13px;
    width: 15px;
    font-size: 10px;
    line-height: 15px;
    color: var(--ttm-whitecolor) !important;
    background-color: var(--ttm-skincolor);
}
.wishlist-counter {
    float: right;
    position: relative;
}
.wishlist-counter a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 0;
    position: relative;
}
.wishlist-counter a:before {
    content: '\e634';
    font-family: 'themify';
    position: relative;
    cursor: pointer;
    font-size: 16px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons {
    text-align: center;
    background: var(--ttm-greycolor);
    margin: 0;
    padding: 10px 0 5px;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    padding: 12px 0 10px;
    border-top: 1px solid var(--ttm-bordercolor);
}
.woocommerce ul.product_list_widget li img {
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    border: 0 solid var(--ttm-bordercolor);
    border-radius: var(--ttm-button-shape);
}

.headercart .woocommerce ul.product_list_widget {
    max-height: 420px;
    overflow-y: scroll;
}
.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 {
    font-weight: var(--button-font-weight);
    font-size: var(--button_fontsize);
    border-radius: var(--ttm-button-shape);
}
.woocommerce div.product form.cart .button:hover,
table.compare-list .add-to-cart td a:hover,
.woocommerce .widget_shopping_cart a.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart #content table.cart td.actions input[type="submit"]:hover,
.woocommerce #payment #place_order, .main-holder .site .return-to-shop a.button:hover,
.woocommerce .wishlist_table td.product-add-to-cart a:hover {
    background-color: var(--ttm-skincolor) !important;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-right: 2em;
    padding-left: 0;
}
.woocommerce ul.product_list_widget li {
    margin: 0 0 15px;
}
.headercart .widget .widget-title {
    display: none;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    left: auto;
    right: 0;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
    background: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor) !important;
}
.headercart .toggle .widget.widget_shopping_cart {
    position: absolute;
    right: 0;
    left: auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    text-align: left;
    background-color: #ffffff;
    z-index: 22;
    color: var(--ttm-secondarycolor);
    width: 350px;
    padding: 20px 20px;
    line-height: initial;
    border-radius: var(--ttm-button-shape);
    -webkit-border-radius: var(--ttm-button-shape);
    -moz-border-radius: var(--ttm-button-shape);
    -ms-border-radius: var(--ttm-button-shape);
    -o-border-radius: var(--ttm-button-shape);
    top: 100%;
    margin: 0;
    display: block !important;
    opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: translateX(0%) translateY(15px);
    -ms-transform: translateX(0%) translateY(15px);
    transform: translateX(0%) translateY(15px);
}
.headercart .toggle.active .widget.widget_shopping_cart {
    opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%) translateY(0px);
    -ms-transform: translateX(0%) translateY(0px);
    transform: translateX(0%) translateY(0px);
}
.tm-header-style-infostack-one form.search-form {
    padding-bottom: 0;
}
.tm-header-style-infostack-one .vertical-menu-category .title {
    background: transparent;
    color: var(--ttm-whitecolor);
    padding: 13px 30px;
}
.tm-header-contactbox .tm-contact-title {
    font-weight: var(--special-element-fontweight);
    color: var(--ttm-secondarycolor);
}
.tm-header-style-infostack-one .header-search {
    display: inline-block;
    vertical-align: top;
    width: 64%;
}
.tm-header-style-infostack-one .widget .search-form .search-field {
    border: 0;
    background-color: var(--ttm-whitecolor);
    border-radius: 0;
    padding: 12px 40px 12px;
    font-weight: normal;
    margin: 1px 0;
}
.tm-header-style-infostack-one .widget .search-form label {
    margin: 0;
}
.tm-header-style-infostack-one .widget .search-form .search-submit {
    display: none;
}
.tm-header-style-infostack-one .myaccount .myaccount-toggle:before,
.tm-header-style-infostack-one .headercart .headercart-icon:before,
.tm-header-style-infostack-one .wishlist-counter a:before {
    font-size: 18px;
    color: var(--ttm-whitecolor);
}
.tm-header-style-infostack-one .myaccount-wrapper {
    top: 40px;
}
.tm-header-style-infostack-one .headercart .toggle .widget.widget_shopping_cart {
    top: 40px;
}
/* header */
.tm-header-style-infostack-one .entry-title {
    padding-top: 130px;
}
.ttm-iconbox-hover {
    transition: all 0.5s ease;
}
.ttm-iconbox-hover:hover {
    transform: translateY(5px);
    transition: all 0.5s ease;
}

.tm-listiconbox-style1.elementor-widget .elementor-icon-list-icon i {
    height: 27px;
    width: 27px;
    line-height: 27px;
    background: var(--ttm-greycolor);
    border-radius: 50px;
    border: 1px solid #EBEBEB;
}
.ttm-commonform.ttm-contactform-12 input[type="text"], .ttm-commonform.ttm-contactform-12 input[type="email"], .ttm-commonform.ttm-contactform-12 textarea {
    background-color: transparent;
    border: 1px solid rgba(255 , 255 , 255 , 0.20);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
}
.ttm-commonform.ttm-contactform-12.style2 input[type="text"],
.ttm-commonform.ttm-contactform-12.style2 input[type="email"],
.ttm-commonform.ttm-contactform-12.style2 textarea {
    color: var(--ttm-whitecolor);
    border-radius: 10px;
}
.ttm-contactform-12.style2 input[type="text"]::-webkit-input-placeholder,
.ttm-contactform-12.style2 input[type="email"]::-webkit-input-placeholder,
.ttm-contactform-12.style2 textarea::-webkit-input-placeholder {
    color: rgba(255 , 255 , 255 , 0.30);
}
.wpcf7-form .ttm-commonform.ttm-contactform-12.style2 .wpcf7-form-control-wrap:not(.chkTerms) {
    padding-top: 0;
}
.ttm-commonform.ttm-contactform-12.style2 p {
    margin-bottom: 0;
}
.ttm-commonform.ttm-contactform-12.style2 .tm-contact-btn.elementor-widget-button {
    margin-top: 15px;
}
.ttm-commonform.ttm-contactform-12.style2 input[type="submit"] {
    width: auto;
    color: var(--ttm-whitecolor);
    font-size: var(--button_fontsize);
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
}
/** store end **/
.ttm-commonform.ttm-contactform-16 .tm-checkbox span {
    border-bottom: 1px solid;
    color: var(--ttm-secondarycolor);
    font-size: 15px;
    font-weight: 500;
}
.woocommerce .wishlist-title {
    margin-bottom: 0;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    padding: 12px 15px;
    background: var(--ttm-skincolor);
}
.woocommerce .wishlist_table td.product-add-to-cart a:hover {
    background: var(--ttm-secondarycolor);
}
.woocommerce-wishlist .entry-content {
    padding-bottom: 50px;
}
/******counter css****/
.tm-counter-circle .elementor-counter-number-wrapper .elementor-counter-number {
    position: relative;
}
.tm-counter-circle .elementor-counter-number-wrapper .elementor-counter-number:before {
    content: '';
    position: absolute;
    width: 85px;
    height: 85px;
    left: -30px;
    top: 25px;
    background-color: var(--ttm-skincolor);
    border-radius: 50%;
    z-index: -1;
}
.tm-counter-circle .elementor-counter .elementor-counter-number-wrapper {
    display: block;
    padding-right: 25px;
}
.tm-counter-circle .elementor-counter .elementor-counter-title {
    text-align: left;
}
.tm-counter-circle .elementor-counter {
    display: flex;
    align-items: center;
}

.tm-list-border-style .elementor-widget-container ul li:after {
    counter-increment: numbercount;
    content: "" counter(numbercount) "";
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0 !important;
    left: auto !important;
    top: 0;
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    font-family: var(--base-headingfont);
    color: #000;
    background-color: var(--ttm-skincolor);
    border-radius: 50px;
}
.tm-list-border-style .elementor-widget-container ul li {
    position: relative;
}
.elementor-element.tm-list-border-style {
    counter-reset: numbercount;
}
.tm-list-border-style .elementor-widget-container ul li {
    display: inline-block;
    padding: 10px 80px 30px 70px;
    margin: 25px 0 0 0;
    font-size: 20px;
    color: var(--base-headingfont-color);
    font-weight: 500;
    font-family: var(--base-headingfont);
    border-bottom: 1px solid rgba(0 0 0 / 0.80);
    position: relative;
}
.tm-list-border-style .elementor-widget-container ul li span.elementor-icon-list-icon {
    position: absolute;
    line-height: 50px;
    left: 0;
    top: 0px;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}
.tm-list-border-style .elementor-widget-container ul li:first-child {
    margin-top: 0;
    padding-bottom: 45px !important;
}
.tm-counter-circle .elementor-counter .elementor-counter-number-wrapper span.elementor-counter-number-suffix:nth-child(3) {
    margin-left: -25px;
}
.tm-headerstyle-classic-overlay2.tm-layout-style27 #site-header-menu #site-navigation .tm-header-icon a {
    font-size: 18px;
}
 .tm-headerstyle-classic-overlay2.tm-layout-style27 #site-header-menu #site-navigation .themetechmount-fbar-btn a {
	font-size: 21px;
}
.tm-style19 .tm-about-arrow-2 {
    position: absolute;
    left: 28%;
    right: auto;
    top: 80px;
    bottom: 0;
}
.container-fullwide .site-content-inner.row, .footer .container-fullwide {
    padding-left: 76px;
    padding-right: 76px;
}
.footer .widget .ttm-footer-subscribe-text {
    text-align: center;
}
.footer .widget .ttm-footer-subscribe-text h2 {
    line-height: 75px;
    margin-bottom: 25px;
    font-size: 60px;
}
.footer .widget .ttm-footer-subscribe-text h2 span {
    background-color: var(--ttm-skincolor);
    padding: 0px 5px;
    color: var(--body-blackfont-color);
}
.footer .ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li a {
    background-color: transparent;
    border: 1px solid rgba(255 , 255 , 255 , 0.15);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li.tm-social-linkedin a,
.ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li.tm-social-pinterest a,
.ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li.tm-social-twitter a,
.ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li.tm-social-facebook a {
    background-color: transparent;
}
.footer .ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li a:before, 
.footer .ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li a:after {
    content: unset;
}
.footer .ttm-footer-social .themetechmount-social-links-wrapper ul.social-icons li a:hover i {
    color: var(--body-blackfont-color);
}
.tm-demo27-mailchimp .tm-subscription-box {
	position:relative;
	max-width: 90%;
	margin-bottom: 20px;
}
.footer .tm-demo27-mailchimp .mc4wp-form-fields .tm-subscription-box input[type="email"] {
    border: 1px;
    border-bottom: 1px solid;
    border-color: #ffffff;
    background: transparent;
    color: #fff;
    padding: 12px 110px 8px 29px;
    border-radius: 0;
    font-size: 16px;
}
.tm-getin-touch-box.tm-demo27-footer.tm-wrap {
    display: flex;
    padding-top: 30px;
}
.tm-getin-touch-box.tm-demo27-footer .tm-imgbox {
    padding-right: 48px;
}
.tm-getin-touch-box.tm-demo27-footer .tm-social span {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    padding-top: 3px;
    padding-right: 24px;
}
.tm-getin-touch-box.tm-demo27-footer .tm-wrap-cell.tm-ourapps {
    padding-left: 40px;
}
.tm-getin-touch-box.tm-demo27-footer .tm-ourapps img:first-child {
    padding-right: 20px;
}
.tm-getin-touch-box.tm-demo27-footer .tm-ourapps img {
    padding-bottom: 15px;
}
.tm-open-hours .elementor-element.tm-btn-color-gradient {
    padding-top: 30px;
}
.tm-open-hours .elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
    padding-top: 13px;
    padding-bottom: 13px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
}
.tm-getin-touch-box.tm-demo27-footer .tm-social {
    display: flex;
}
.tm-layout-style27 .tm-subscription-box button[type="submit"] {
    position: absolute;
    right: 0;
    border: none;
    padding: 18px 18px 18px 0px;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
}
.tm-demo27-mailchimp .tm-subscription-box i {
	position: absolute;
    top: 12px;
    left: 0;
    color: #fff;
    font-size: 18px;
}
.tm-demo27-mailchimp .tm-subscription-box i.kw_ttmbusiness.flaticon-right-arrow-2 {
    right: -2px;
    left: auto;
    transform: rotate(-38deg);
    font-size: 14px;
    top: 14px;
}
.footer .mc4wp-form-fields .tm-subscription-box input[type="email"]::-webkit-input-placeholder {
    color: rgba(255 ,255, 255 ,0.70);
}
.footer .mc4wp-form-fields .tm-subscription-box input[type="email"]:-moz-placeholder {
	color: rgba(255 ,255, 255 ,0.70);
}
.ttm-footer-social1 .themetechmount-social-links-wrapper ul.social-icons li.tm-social-linkedin a,
.ttm-footer-social1 .themetechmount-social-links-wrapper ul.social-icons li.tm-social-pinterest a,
.ttm-footer-social1 .themetechmount-social-links-wrapper ul.social-icons li.tm-social-twitter a,
.ttm-footer-social1 .themetechmount-social-links-wrapper ul.social-icons li.tm-social-facebook a {
    background-color: transparent;
}
.footer .ttm-footer-social1 .themetechmount-social-links-wrapper ul.social-icons li a {
    background-color: transparent;
    border: 1px solid rgba(255 , 255 , 255 , 0.15);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
}
.footer.tm-footerstyle-style9  .widget {
	margin:0px 0 50px;
}
.footer.tm-footerstyle-style9 .footer-rows .first-footer .first-footer-inner {
	padding: 35px 0 25px;
}
.tm-layout-style27 .footer.tm-footerstyle-style9 .footer-rows .first-footer .first-footer-inner {
	padding: 35px 0 5px;
}
.tm-layout-style27 .second-footer-inner {
    padding-top: 35px;
}
.ttm-footercopyright .footer-nav-menu {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}
.ttm-footercopyright .footer-nav-menu:after {
    position: absolute;
    content: '';
    height: 14px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.60);
    left: 0;
    top: 6px;
}
.tm-recent-demo27 ul.tm-recent-post-list > li img {
    width: 90px;
	padding-top: 0;
}
.tm-recent-demo27 .tm-recent-post-list li .post-detail a {
    color: #fff;
}
.tm-recent-demo27 ul.tm-recent-post-list > li .post-date {
    font-size: 13px;
}
.tm-layout-style27 .footer .widget.widget_nav_menu li a {
    font-size: 15px;
}
.footer .widget_nav_menu ul li.tm-2column-style {
    display: inline-block;
    width: calc( 45% - 2px);
    float: none;
    padding: 0px 0px 11px 0;
}
.ttm-footer-social-time span.tm-wrap-cell.tm-right {
    text-align: right;
}
.ttm-footer-social-time span.tm-wrap-cell.tm-left {
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
    width: calc( 45% - 2px);
    float: none;
    padding: 0px 0px 12px 0;
    font-size: 15px;
}
.themetechmount-reviewbox-styleone {
    position: relative;
    padding: 0;
}
.themetechmount-reviewbox-styleone .themetechmount-iconbox-heading h2 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
}
.themetechmount-reviewbox-styleone .cmt-single-review-inner span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 0px);
    left: 15px;
    top: -15px;
    bottom: auto;
    border: 1px solid #fff;
    border-radius: 163px 163px 0px 0px;
    z-index: -1;
    display: inline-block;
}
.themetechmount-reviewbox-styleone .cmt-single-review-inner .themetechmount-iconbox-heading {
    margin-top: 10px;
}
.themetechmount-reviewbox-styleone .cmt-single-review-inner span {
    position: relative;
    display: inline-block;
}
.cursor-play-btn-block {
    pointer-events: none;
}
.cursor-play-btn {
    font-size:12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
	color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}
.review-item-img .cursor-play-btn-block {
    display:none;
}
.cursor-play-btn a {
    color: #fff;
}


/* about us page */
.tm-border-skin {
    position: relative;
}
.tm-border-skin:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    background-color: var(--ttm-skincolor);
    right: 16px;
    top: 35px;
    z-index: 1;
}
.tm-text-rotate-about .tm-rotating-text1 .tm-rotating-text textPath {
    fill: #000;
	text-transform: uppercase;
}
.tm-text-rotate-about .tm-rotating-text text {
    letter-spacing: 16px;
}
.tm-text-rotate-about .elementor-widget-text-path svg {
    font-size: 20px;
}
.tm-text-rotate-about .tm-rotating-text1 .tm-rotating-text .e-text-path {
    top: 6px;
    left: -27px;
    height: 190px;
    width: 190px;    
}
.tm-text-rotate-about .fa-play:before {
    content: "\e882";
    font-family: 'tm-ttmbusiness-icons';
}

.ttm-commonform.ttm-contactform-27 input[type="text"],
.ttm-commonform.ttm-contactform-27 input[type="email"],
.ttm-commonform.ttm-contactform-27 .select2-container--default .select2-selection--single,
.ttm-commonform.ttm-contactform-27 textarea {
    background-color: var(--ttm-greycolor);
    border: unset;
    border-radius: 8px;
	font-size: 15px;
}
.ttm-commonform.ttm-contactform-27 input[type="text"],
.ttm-commonform.ttm-contactform-27 input[type="email"],
.ttm-commonform.ttm-contactform-27 textarea {
	padding: 12px 20px;
}
.ttm-commonform.ttm-contactform-27 span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.ttm-commonform.ttm-contactform-27 .elementor-button.elementor-size-md {
    font-size: 14px;
    padding: 15px 38px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
}
.ttm-commonform.ttm-contactform-27 .contact-form-submitbtn {
    display: flex;
    margin-top: 25px;
}
.ttm-commonform.ttm-contactform-27 .tm-checkbox p {
    font-size: 15px;
}
.ttm-commonform.ttm-contactform-27 .wpcf7-spinner {
	display: none;
}
.ttm-commonform.ttm-contactform-27 .tm-checkbox {
    padding-left: 30px;
    padding-top: 10px;
}
.ttm-commonform.ttm-contactform-27 .tm-checkbox span {
    border-bottom: 1px solid;
    color: var(--ttm-secondarycolor);
    font-weight: 500;
}
.tm-demo27 .themetechmount-social-links-wrapper ul.social-icons li a {
    background-color: var(--ttm-greycolor);
    border-color: var(--ttm-greycolor);
    color: var(--body-fonts-color);
    height: 33px;
    width: 33px;
	line-height: 33px;
    border-radius: 8px;
	font-size: 16px;
}
.tm-demo27 .themetechmount-social-links-wrapper ul.social-icons li a:hover {
    background-color: var(--ttm-skincolor);
    color: #fff;
}

/* contact us */
.tm-contact-headtext h6 {
    display: inline;
    font-weight: 600;
}
.tm-contact-headtext {
    text-align: center;
}
.tm-head-office h2.elementor-heading-title {
    position: relative;
    display: inline;
}
.tm-head-office h2.elementor-heading-title:after {
    position: absolute;
    content: '';
    left: -60px;
    height: 1px;
    width: 280px;
    background-color: #d9d9d9;
    bottom: -22px;
}
.tm-contact-headtext.tm-add {
    padding-top: 17px;
}
.tm-demo27 h3.elementor-icon-box-title {
    display: none;
}

/* floting bar */
.tm-headerstyle-classic-overlay2.tm-layout-style27 .tm-header-overlay .tm-float-img {
    max-width: 130px;
    margin: 0 auto;
}
.tm-headerstyle-classic-overlay2.tm-layout-style27 .tm-header-overlay .themetechmount-fbar-content-wrapper {
    padding: 60px 40px 60px 40px;
    text-align: center;
}
.tm-headerstyle-classic-overlay2.tm-layout-style27 .tm-header-overlay .floatingbar-widgets-inner .tm-floatingbar-style .float-title h4 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 20px;
}
.tm-headerstyle-classic-overlay2.tm-layout-style27 .tm-header-overlay .floatingbar-widgets-inner .tm-floatingbar-style .float-title h4 span {
    color: var(--ttm-skincolor);
}
.tm-headerstyle-classic-overlay2.tm-layout-style27 .tm-header-overlay .floatingbar-widgets-inner .tm-floating-address {
    padding-top: 20px;
}
.tm-headerstyle-classic-overlay2.tm-layout-style27 .tm-header-overlay .floatingbar-widgets-inner .tm-floating-address ul li {
    font-size: 17px;    
    line-height: 28px;
    border-bottom: 1px solid rgba(0 ,0, 0 , 0.12);
    padding-top: 13px;
}
.tm-headerstyle-classic-overlay2.tm-layout-style27 .tm-header-overlay .floatingbar-widgets-inner .tm-floating-address ul li span.tm-contact a {
    color: var(--body-blackfont-color);
}
.tm-headerstyle-classic-overlay2.tm-layout-style27 .tm-header-overlay .floatingbar-widgets-inner .tm-floating-address ul li span.tm-contact {
    display: block;
    font-size: 15px;
    color: var(--body-blackfont-color);
    font-weight: 600;
}
.tm-headerstyle-classic-overlay2.tm-layout-style27 .tm-header-overlay .floatingbar-widgets-inner .tm-social {
    padding-top: 50px;
}
.tm-headerstyle-classic-overlay2.tm-layout-style27 .tm-header-overlay .floatingbar-widgets-inner .tm-social span {
    font-size: 0;
}
.tm-headerstyle-classic-overlay2.tm-layout-style27 .tm-header-overlay .floatingbar-widgets-inner .tm-social .social-icons li a {
    background-color: transparent;
    border: 1px solid rgba(0 ,0, 0 , 0.12);
    border-radius: 50px;
    transition: all .5s ease;
    line-height: 35px;
	color: var(--body-blackfont-color);
}
.tm-headerstyle-classic-overlay2.tm-layout-style27 .tm-header-overlay .floatingbar-widgets-inner .tm-social .social-icons li a:hover {
    background-color: var(--ttm-skincolor);
    color: #fff;
    border-color: var(--ttm-skincolor);
}

.site-footer .tm-footerstyle-style11 .tm-agency-store:before {
    width: calc(100% - -40px);
 } 
 .tm-demo27-mailchimp .tm-subscription-box {
	position:relative;
	max-width: 90%;
	margin-bottom: 20px;
}
.footer .tm-demo27-mailchimp .mc4wp-form-fields .tm-subscription-box input[type="email"] {
    border: 1px;
    border-bottom: 1px solid;
    border-color: #ffffff;
    background: transparent;
    color: #fff;
    padding: 12px 110px 8px 29px;
    border-radius: 0;
    font-size: 13px;
}
.tm-getin-touch-box.tm-demo27-footer.tm-wrap {
    display: flex;
    padding-top: 30px;
}
.tm-getin-touch-box.tm-demo27-footer .tm-imgbox {
    padding-right: 48px;
}
.tm-getin-touch-box.tm-demo27-footer .tm-social span {
    font-size: 15px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    padding-top: 3px;
    padding-right: 24px;
}
.tm-getin-touch-box.tm-demo27-footer .tm-wrap-cell.tm-ourapps {
    padding-left: 40px;
}
.tm-getin-touch-box.tm-demo27-footer .tm-ourapps img:first-child {
    padding-right: 20px;
}
.tm-getin-touch-box.tm-demo27-footer .tm-ourapps img {
    padding-bottom: 15px;
}
.tm-open-hours .elementor-element.tm-btn-color-gradient {
    padding-top: 30px;
}
.tm-open-hours .elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
    padding-top: 13px;
    padding-bottom: 13px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
}
.tm-getin-touch-box.tm-demo27-footer .tm-social {
    display: flex;
}
.tm-demo27-mailchimp .tm-subscription-box i {
	position: absolute;
    top: 12px;
    left: 0;
    color: #fff;
    font-size: 18px;
}
.tm-demo27-mailchimp .tm-subscription-box i.kw_ttmbusiness.flaticon-right-arrow-2 {
    right: -2px;
    left: auto;
    transform: rotate(-38deg);
    font-size: 15px;
    top: 15px;
}
.tm-layout-style27 .tm-staticbox-style9 .tm-box-title h4 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 600;
}
.tm-layout-style27 .tm-staticbox-style9 .process-num .number {
    font-weight: 700;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.05);
}
.tm-layout-style27 .tm-staticbox-style9 .tm-stepbox-content:hover .process-num .number {
    color: #fff;
	transition: all 0.2s ease-in-out;
}
.tm-layout-style27 .tm-staticbox-style9 .tm-stepbox.col-md-6:after {
    border-right-color: var(--ttm-secondarycolor);
}
.tm-layout-style27 .ttm-text-bghigh-shape .elementor-heading-title {    
    background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 100%) !important;
}
.single.tm-layout-style27 article.post blockquote {
    padding: 80px 52px 35px;
    color: var(--body-fonts-color);    
}
.single.tm-layout-style27 article.post blockquote cite {
    color: var(--ttm-secondarycolor);
    border-bottom: 1px solid;
    display: inline;
}
.single.tm-layout-style27 article.post blockquote:before {
    background-color: var(--body-fonts-color);
}
.tm-layout-style27 .tm-header-overlay .site-header-main.container-fullwide {
    padding-left: 78px;
    padding-right: 78px;
}
.tm-layout-style27 .tm-header-icons:before,
.tm-headerstyle-classic-overlay2.tm-layout-style27 .site-branding .site-title:before {
	display: none;
}
.tm-layout-style27 .tm-header-menu-position-center #site-header-menu {
    border-bottom: 1px solid rgba(255, 255, 255 , 0.15);
}
.tm-layout-style27 #site-header-menu #site-navigation div.nav-menu > ul > li {
    padding-left: 13px;
    padding-right: 13px;
}
.tm-layout-style27 .tm-textcolor-white .tm-titlebar-main .entry-subtitle {
    color: rgba(255, 255, 255 , 0.72);
}
.tm-layout-style27 .tm-header-overlay .tm-header-icons {
	z-index: 9;
}	
.tm-layout-style27 .tm-bg.tm-bgimage-yes > .tm-bg-layer {
    opacity: 0.10;
}
.tm-layout-style27 .tm-header-menu-position-center.is_stuck #site-header-menu {
    border-bottom: none;
}
.tm-layout-style27 .tm-ptablebox .tm-ptable-btn {
    text-align: left;
    text-transform: uppercase;
}
.tm-ptablebox-style-5 .tm-ptable-col:last-child .tm-ptablebox-price {
    display: none;
}
.themetechmount-sidebar-left #sidebar-left.sidebar .service-bg-color {
    background-color: var(--ttm-greycolor) !important;
    padding: 40px 30px 45px !important;
    margin: 0 0 35px !important;
    border-radius: 0;
    overflow: hidden;
}
body.single-tm_service.tm-layout-style25.themetechmount-sidebar-left #sidebar-left.sidebar .service-bg-color .menu-our-service-container ul li {
    padding: 10px 30px 10px 50px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    position: relative;
}
.themetechmount-sidebar-left #sidebar-left.sidebar .service-bg-color .menu-our-service-container ul li:before {
    content: "\e628";
    font-family: "themify";
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 12px;
    right: 0;
    color: #000;
}
.sidebar {
    counter-reset: number;
}
.themetechmount-sidebar-left #sidebar-left.sidebar .service-bg-color .menu-our-service-container ul li:after{
	counter-increment: number;
    content: counter(number,decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    font-family: var(--base-headingfont);
    color: #000;
}
.-sidebar-left #sidebar-left.sidebar .service-bg-color .menu-our-service-container ul li a {
    display: inline-block;
    position: relative;
    color: var(--ttm-secondarycolor);
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
}

body.single-tm_service.tm-layout-style25.themetechmount-sidebar-left #sidebar-left.sidebar .service-bg-color .menu-our-service-container ul li:last-child {
    padding: 10px 30px 0 50px;
    border-bottom: 0;
}
body.themetechmount-sidebar-left .site-content-wrapper #sidebar-left.widget-area .widget:after{
	content: unset !important;
}

.single-tm_team_member.tm-layout-style18 .tm-team-member-view-style2 .themetechmount-team-img img {
    border-radius: 10px;
}
.tm-layout-style18 .tm-titlebar-wrapper.tm-bg.tm-bgimage-yes > .tm-bg-layer {
    opacity: 0.1;
    border-radius: 0px 0px 0px 120px;
}
.tm-layout-style18 .tm-titlebar-wrapper {
    border-radius: 0px 0px 0px 120px;
}
body.single-tm_portfolio.tm-layout-style18 .tm-pf-view-top-image .tm-featured-wrapper img {
    border-radius: 15px;
}
body.single-tm_portfolio.tm-layout-style18 .tm-titlebar-pftopimg-style .tm-pf-single-category a {
    border-radius: 5px;
}
.single.tm-layout-style18 article.themetechmount-box-blog-classic.themetechmount-details-style1 .comment-respond p.form-submit .submit {
    border-radius: 30px;
}
.tm-layout-style18 .elementor-align-center.tm-btn-style-style9.tm-btn-shape-square.elementor-element.elementor-widget-button a.elementor-button:hover {
    border-color: var(--ttm-skincolor);
}

.themetechmount-sidebar-left #sidebar-left.sidebar .service-bg-color .ttm-contactform-05.ttm-contactform-06 .form-btn .tm-contact-btn:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 0px;
    left: -7px;
    border: 1px solid var(--ttm-secondarycolor);
    border-radius: 50%;
    right: 0;
    width: 177px;
    height: 113px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
.themetechmount-sidebar-left #sidebar-left.sidebar .service-bg-color .ttm-contactform-05.ttm-contactform-06 .form-btn .tm-contact-btn:after {
    content: '';
    position: absolute;
    top: 14px;
    bottom: 0px;
    left: 0px;
    border: 1px solid var(--ttm-skincolor);
    border-radius: 50%;
    right: 0;
    width: 177px;
    height: 113px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    z-index: 0;
}
.themetechmount-sidebar-left #sidebar-left.sidebar .service-bg-color .ttm-contactform-05.ttm-contactform-06 .form-btn .tm-contact-btn input#btn {
    background-image: unset !important;
    background-color: transparent;
    border-radius: unset;
    border: 0;
    color: var(--ttm-secondarycolor);
    z-index: 9;
    position: relative;
}
.themetechmount-sidebar-left #sidebar-left.sidebar .service-bg-color .ttm-contactform-05.ttm-contactform-06 {
    margin-bottom: 50px;
}
.themetechmount-sidebar-left #sidebar-left.sidebar .service-bg-color .ttm-contactform-05.ttm-contactform-06 .form-btn {
    width: 147px;
    height: 90px;
    line-height: 71px;
}
	body.tm-layout-style25 .tm-404-home-button .elementor-button-wrapper a:hover .elementor-button-icon i,
	body.tm-layout-style25 .tm-404-home-button .elementor-button-wrapper a:hover .elementor-button-text {
    color: var(--ttm-whitecolor);
} 
.tm-404-home-button .tm-btn-color-skincolor a:hover {
	color:#fff;
}
body.single-tm_service.tm-layout-style25 .content-area {
    width: 66.5% !important;
}
body.single-tm_service.tm-layout-style25 .site-content-wrapper #sidebar-left.sidebar {
    width: 33.5% !important;
    padding-top: 105px;
}
body.single-tm_service.tm-layout-style25 .tm-file-links .tm-links.tm-wrap {
    background-color: var(--ttm-whitecolor);
    padding: 10px 15px;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
}
body.single-tm_service.tm-layout-style25 .tm-file-links .tm-links.tm-wrap .tm-link a i {
    width: 45px;
    height: 53px;
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    margin-right: 0px;
    border-radius: unset;
}
body.single-tm_service.tm-layout-style25 .tm-file-links .tm-links.tm-wrap .tm-link a {
    background-color: transparent;
}
body.single-tm_service.tm-layout-style25 .tm-file-links .tm-links.tm-wrap .tm-link-content h6 {
    margin-bottom: 5px;
}
body.single-tm_service.tm-layout-style25 .tm-file-links .tm-links.tm-wrap .tm-link-content p {
    margin-bottom: 0;
}
body.single-tm_service.tm-layout-style25.themetechmount-sidebar-left #sidebar-left.sidebar .service-bg-color .menu-our-service-container ul li a {
    display: inline-block;
    position: relative;
    color: var(--ttm-secondarycolor);
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    padding-left: 0;
}

/*****************************/
/***********************************demo29**********************************/
/****************************/

/*heading-seperator-style-9*/

.tm-seperator-style9 .tm-content-header .tm-element-content-heading span {
    position: relative;
    display: inline-block;
}

.tm-seperator-style9 .tm-content-header .tm-element-content-heading span:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    top: auto;
    bottom: 4px;
    background-color: currentColor;
}

/*fid-counter */

.tm-counter-fid-29 .elementor-counter .elementor-counter-number-wrapper {
    display: block;
}
.tm-counter-fid-29 .elementor-counter .elementor-counter-title {
    text-align: left;
    padding-left: 20px;
}

.tm-counter-fid-29 .elementor-counter {
    display: flex;
    align-items: center;
}

.tm-counter-fid-29 .elementor-counter span:nth-child(3) {
    margin-left: -10px;
}

/*list-icon-style29*/

.tm-list-icon-style29 ul.elementor-icon-list-items li.elementor-icon-list-item, 
.tm-list-icon-style29 ul.elementor-icon-list-items li.elementor-icon-list-item:last-child{
    background-color: #181717;
    padding: 15px 30px;
    border-radius: 10px;
    margin-bottom: 25px;
}

/*tm-tab-style19*/

.ttm-tab-style19.ttm-elementor-tabs .elementor-tabs-wrapper {
    border: 1px solid #e7e7e7;
    width: auto;
    border-radius: 10px;
    padding: 10px 10px;
    display: table;
    margin: 0 auto;
}

.ttm-tab-style19.ttm-elementor-tabs .ttm-elementor-tab-title {
    margin-right: 20px;
    color: var(--ttm-secondarycolor);
    display: inline-block;
    padding: 10px 45px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #e7e7e7 ;
}

.ttm-tab-style19.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
}

.ttm-tab-style19.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-whitecolor);
}

.ttm-tab-style19.ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 15px;
    line-height: 26px;
}

.ttm-tab-style19.ttm-elementor-tabs .ttm-elementor-tab-title:last-child {
    margin-right: 0px;
}


/*historybox-style2*/

.themetechmount-element-historyboxbox-style2.themetechmount-boxes-view-carousel .tm-box-col-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.tm-historybox-wrapper.tm-historybox-style2 .tm-history-box-content{
    text-align: center;
}
.tm-historybox-wrapper.tm-historybox-style2 .tm-top-content-box{
    padding: 25px 0 0;
    min-height: 180px;
}
.tm-historybox-wrapper.tm-historybox-style2 .tm-process-image{
    min-height: 207px;  
}
.tm-historybox-wrapper.tm-historybox-style2 .tm-history-box-border{
    position: relative;
    margin: 52px 0 39px;
    border: 1px solid #e7e7e7;
    width: 106%;
}
.tm-historybox-wrapper.tm-historybox-style2 .tm-history-box-content.second .tm-history-box-border{
    margin: 30px 0;
}
.tm-historybox-wrapper.tm-historybox-style2 .tm-box-col-wrapper:nth-child(even) .tm-history-box-content {
    display: flex;
    flex-direction: column-reverse;
}
.tm-historybox-wrapper.tm-historybox-style2 .tm-box-col-wrapper:nth-child(even) .tm-history-box-content .tm-history-box-border {
    margin:32px 0 39px;
}
.tm-historybox-wrapper.tm-historybox-style2 .tm-history-box-border:before {
    position: absolute;
    content: ' ';
    left: 50%;
    margin-left: -14px;
    height: 7px;
    width: 7px;
    z-index: 1;
    border-radius: 50px;
    background-color: #b3b2b2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    top: -4px;
}
.tm-historybox-wrapper.tm-historybox-style2 .tm-history-box-border:after {
    position: absolute;
    content: ' ';
    left: 50%;
    margin-left: -11px;
    height: 20px;
    width: 1px;
    z-index: 1;
    border-radius: 50px;
    background-color: #b3b2b2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    top: 15px;
}

.tm-historybox-wrapper.tm-historybox-style2 .tm-box-col-wrapper:nth-child(even) .tm-history-box-content .tm-history-box-border:after {
    top: -30px;
}

.tm-historybox-wrapper.tm-historybox-style2 .tm-bottom-content img{
    object-fit: cover;
    width: 170px;
    height: 200px;
    position: relative;
    -webkit-clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
    clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
    margin: 0 auto;
}

.tm-historybox-wrapper.tm-historybox-style2 .tm-ptable-icon-type-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.tm-historybox-wrapper.tm-historybox-style2 .tm-top-content-box .tm-historybox-description {
    margin-bottom: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0px 15px;
 
}
.tm-historybox-wrapper.tm-historybox-style2 .tm-box-Button-link h6{
    font-size: 24px;
    line-height: 26px;
}
.tm-historybox-wrapper.tm-historybox-style2 .tm-box-Button-link a{
    color: var(--tm-skincolor) !important;
}


.tm-layout-style29 .tm-header-cta-btn {
    padding-left: 15px;
}

/**/
.tm-staticbox-style15 .tm-stepbox .tm-stepbox-content .tm-left-contentbox {
    vertical-align: top;
    padding-top: 3px
}
.tm-staticbox-style15 .tm-stepbox .tm-stepbox-content .tm-right-contentbox {
    vertical-align: top;
    padding-left: 30px;
    padding-bottom: 50px;
}

.tm-staticbox-style15 .tm-stepbox:last-child .tm-stepbox-content .tm-right-contentbox {
    padding-bottom: 0px;
}

.tm-staticbox-style15 .tm-stepbox .tm-stepbox-content:after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -11px;
    top: auto;
    width: 1px;
    height: 100%;
    background: #fff;
    margin-top: 6px;
    z-index: -1;
}

.tm-staticbox-style15 .tm-stepbox .tm-stepbox-content .tm-left-contentbox .tm-stepbox-main-icon i {
    color: var(--ttm-skincolor);
    position: relative;
    font-size: 20px;

}

.tm-staticbox-style15 .tm-stepbox .tm-stepbox-content .tm-left-contentbox .tm-stepbox-main-icon i:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    top: 4px;
    z-index: -2;
}

/**/

.tm-layout-style29 .themetechmount-servicebox-styleseven .ttm-post-featured-link-wrapper:before {
    background-color: rgba(255 255 255 / 0.50);
}

/**/

.tm-align-center .tm-element-heading-content-wrapper.tm-seperator-style9 .tm-element-content-desctxt {
    width: 65%;
    margin: 0 auto;
}


/**/

.footer-address ul.footer-address-info li {
    display: inline-block;
    width: calc(50% - 5px);
    float: none;
    padding: 0px 0px 11px 0;
}

/**/

body.tm-layout-style29.tm_widget_borderstyle2 .sidebar .widget {
    border-radius: 0px;   
}

body.tm-layout-style29.tm_widget_borderstyle2 .sidebar .widget .mailchimp-newsletter button.btn {
    background-image: unset!important;
    background-color: var(--ttm-skincolortwo);
    border-right-color: var(--ttm-skincolortwo);
    border-left-color: var(--ttm-skincolortwo);
    border-radius: 10px;
}

body.tm-layout-style29.tm_widget_borderstyle2 .sidebar .widget .mailchimp-newsletter button.btn:hover {
    background-color: var(--ttm-secondarycolor);
}

body.tm-layout-style29.tm_widget_borderstyle2 .sidebar .widget .mailchimp-newsletter input[type="email"] {
   border-radius: 10px; 
}

body.tm-layout-style29.themetechmount-sidebar-right .site-content-wrapper #sidebar-right.widget-area .widget:after {
    content: unset;
}

body.blog.tm-headerstyle-classic.tm-layout-style29 article.themetechmount-box-blog-classic .tm-blog-classic-box-content {
    background-color: var(--ttm-greycolor);
    padding: 35px 35px 35px 35px;
}

body.blog.tm-headerstyle-classic.tm-layout-style29 .themetechmount-box-blog-style3 .themetechmount-blogbox-footer-left a {
    background-image: unset!important;
     border-radius: 10px;
}

.tm-layout-style29 .themetechmount-pagination .page-numbers.current ,
.tm-layout-style29 .themetechmount-pagination .page-numbers:hover {
    color: var(--ttm-whitecolor);
}

.tm-layout-style29 .themetechmount-pagination .page-numbers {
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0px;

}

.tm-layout-style29 .tm-header-cta-btn .elementor-button.elementor-size-md {
    background-color: transparent;
    overflow: hidden;
    padding: 10px 25px;
    border: 1px solid var(--ttm-secondarycolor);
    vertical-align: middle;
    color: var(--ttm-secondarycolor);
    font-size: var(--button_fontsize);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    display: inline-block;
    line-height: normal;
}

.tm-btn-color-darkgrey.tm-btn-style-style13 a {
    overflow: hidden;
    border: 1px solid var(--ttm-secondarycolor);
    display: inline-block;
    color: var(--ttm-secondarycolor);
}

.tm-layout-style29 .tm-header-cta-btn .elementor-button.elementor-size-md:hover {
    color: var(--ttm-whitecolor);
    background-color:transparent;
    border-color:var(--ttm-skincolor);
}

.tm-layout-style29 .ttm-commonform.ttm-contactform-05 .tm-contact-btn.elementor-widget-button input[type="submit"], 
.tm-team-member-single-content-wrapper .ttm-commonform.ttm-contactform-05.ttm-team-form .tm-contact-btn.elementor-widget-button input[type="submit"] {
    border-radius: 10px;
    background-image: unset!important;
    border-right-color: var(--ttm-secondarycolor);
    border-left-color: var(--ttm-secondarycolor);
    background-color: var(--ttm-secondarycolor);
}

.tm-layout-style29 .ttm-commonform.ttm-contactform-05 .tm-contact-btn.elementor-widget-button input[type="submit"]:hover {
   border-right-color: var(--ttm-skincolor);
    border-left-color: var(--ttm-skincolor);
    background-color: var(--ttm-skincolor);
}

.tm-layout-style29 .widget .tm-link a {
    background-color: #2d2e33;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    margin-right: 15px;
}

.tm-layout-style29 .widget .tm-link-content h4 {
    margin-bottom: 5px;
}

.tm-layout-style29 .themetechmount-teambox-style9 .themetechmount-post-item .themetechmount-content-inner .themetechmount-team-image-box {
    max-width: 100%;
}

.tm-layout-style29 .tm-step-box-separator .tm-staticbox-style7 .tm-sepeline:after, 
.tm-layout-style29 .tm-staticbox-style7 .tm-sepeline:before {
    left: 0%;
}

.tm-layout-style29 .tm-header-tagtext .header-info-tagline .ttm-invesment-tag {
    left: 11%;
}

/**/

.tm-layout-style29 .themetechmount-servicebox-stylefour .themetechmount-box-top-content:before {
    background-image: linear-gradient(to bottom left,var(--ttm-skincolortwo) 0%,var(--ttm-skincolortwo) 0%,var(--ttm-skincolortwo) 80%);
}

.tm-layout-style29 .themetechmount-servicebox-stylefour .themetechmount-box-top-content .tm-servicebox-detials .themetechmount-box-desc p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/**/


.tm-layout-style29 .elementor-widget-progress .elementor-title {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
}
.tm-layout-style29 .elementor-progress-percentage {
    background: none;
    position: absolute;
    text-align: right;
    right: -12px;
    top: -27px;
    font-size: 18px;
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
}
.tm-layout-style29 .elementor-progress-text:after {
   content: " ";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--ttm-secondarycolor);
    right: 0;
    top: -7px;
}

.tm-layout-style29 .elementor-progress-text {
    position: relative;
    overflow: visible;
    background-color: var(--ttm-secondarycolor);
    border-radius: 4px;
}

.tm-layout-style29 .elementor-progress-wrapper {
    overflow:visible !important;
}
.tm-layout-style29 .elementor-widget-progress .elementor-progress-bar {
    text-shadow: unset !important;
    color: initial;
}

.tm-layout-style29  .elementor-progress-percentage {
    font-size: 18px;
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
}

/*tm-tab-style20*/

.ttm-tab-style20.ttm-elementor-tabs .elementor-tabs-wrapper {
    border: 1px solid #e7e7e7;
    width: auto;
    border-radius: 10px;
    padding: 10px 10px;
    display: table;
    float: left;
    position: absolute;
    left: -44%;
    right: auto;
    bottom: auto;
    margin: 0;
    top: 45px;
}

.ttm-tab-style20.ttm-elementor-tabs .ttm-elementor-tab-title {
    margin-right: 20px;
    color: var(--ttm-secondarycolor);
    display: inline-block;
    padding: 10px 45px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #e7e7e7 ;
}

.ttm-tab-style20.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
}

.ttm-tab-style20.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
    color: var(--ttm-whitecolor);
}

.ttm-tab-style20.ttm-elementor-tabs .ttm-elementor-tab-title span {
    font-size: 15px;
    line-height: 26px;
}

.ttm-tab-style20.ttm-elementor-tabs .ttm-elementor-tab-title:last-child {
    margin-right: 0px;
}


.ttm-tab-style20 .tmtabs-content-wrapper {
    float: left;
    padding-left: 40px;
}

.ttm-elementor-tabs.ttm-tab-style20 {
    position: relative;
}

.tm-counter-fid .elementor-counter .elementor-counter-number-wrapper span:nth-child(3) {
    margin-left: -15px;
}

.tm-layout-style29 .ttm-commonform.ttm-contactform-05 textarea, 
.tm-layout-style29 .ttm-commonform.ttm-contactform-05 input[type="email"], 
.tm-layout-style29 .ttm-commonform.ttm-contactform-05 input[type="text"] {
    font-size: 15px;
    line-height: 35px;
    border-color: var(--ttm-bordercolor);
}

.tm-layout-style29 .ttm-commonform.ttm-contactform-05 textarea::placeholder, 
.tm-layout-style29 .ttm-commonform.ttm-contactform-05 input[type="email"]::placeholder, 
.tm-layout-style29 .ttm-commonform.ttm-contactform-05 input[type="text"]::placeholder {
    font-size: 14px;
    line-height: 24px;
}

.tm-layout-style29 .comment-form input[type="submit"] {
    border-radius: 10px;
}
/**/

.woocommerce #respond input#submit {
    border-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-skincolor);
    padding: 15px 25px;
    border-radius: var(--ttm-button-shape);
}
.woocommerce #respond input#submit:hover {
    border-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-secondarycolor);
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    display: block;
    max-width: 100%;
    margin-right: 0;
}
.wishlist_table.mobile li .item-wrapper .item-details {
    width: 100%;
    margin-top: 15px;
}
.wishlist_table.mobile li .item-details h3 {
    margin-bottom: 20px;
        font-size: 18px;
    line-height: 28px;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, .wishlist_table.modern_grid li .item-details table.item-details-table td.label {
    color: var(--ttm-secondarycolor);
    font-size: var(--body-font-size);
    padding-top: 0;
    display: block;
}
.wishlist_table.mobile li .item-details table.item-details-table td.value, .wishlist_table.mobile li table.additional-info td.value {
    text-align: left;
}
.wishlist_table .product-add-to-cart a {
    display: inline-block !important;
    margin: 0 auto 5px!important;
    text-align: center;
    padding: 5px 25px;
    background: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
}
.wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details table.item-details-table td {
    font-size: var(--body-font-size);
    display: block;
}
.wishlist_table.mobile li .item-wrapper .item-details table.item-details-table tbody tr, .wishlist_table.mobile .additional-info tbody tr {
    border: none;
}
.woocommerce .shop_table.cart.wishlist_table.wishlist_view {
    padding: 0;
}
.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist, .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: 8px;
}
.woocommerce table.shop_table.wishlist_table th,
.woocommerce table.shop_table.cart th,
.woocommerce table.shop_table.shop_table_responsive th{
    border-right: 1px solid #EDEDED;
}
.woocommerce-cart .main-holder .cart_totals table.shop_table.shop_table_responsive {
    border-right: 1px solid #EDEDED;
}
.tm-layout-style27 .cmt-single-review-inner a {
    cursor: unset;
}

/****Layout 30*****/
/*text*/
.hightlight_text div {
    display: inline-block;
}
.hightlight_text div span {
    color: var(--ttm-skincolor);
}


/*listimg style 3*/
.themetechmount-listimgbox-stylethree .tm-listbox-content {
    display: flex;
}
.themetechmount-listimgbox-stylethree .themetechmount-listimgbox-heading {
    flex: 1 0 0;
}
.themetechmount-listimgbox-stylethree .themetechmount-listimgbox-desciption {
    margin-top: 15px;
    flex: 2 0 0;
}
.themetechmount-listimgbox-stylethree .tm-listbox-icon {
    text-align: right;
    flex: 1 0 0;
    align-items: center;
    display: inline-flex;
    justify-content: end;
}
.themetechmount-listimgbox-stylethree .tm-listbox-icon a{
    text-decoration: underline;
    text-transform: uppercase;
}
.themetechmount-listimgbox-stylethree h4.tm-box-title {
    margin-bottom: 0;
}
.themetechmount-static-box-number {
    -webkit-background-clip: content-box;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-size: 40px;
    line-height: 50px;
    font-family: var(--special-element-fontfamily);
}
.themetechmount-listimgbox-stylethree  .tm_listimgbox_wrap  .tm-listbox-heading-content .tm-animation-hover-img {
    position: absolute;
    z-index: 1;
    opacity: 0;
    margin-top: -100px;
    margin-left: 50px;
    transform: scale(0.4);
    transform-origin: 50% 50%;
    margin-top: -150px;
    margin-left: 300px;
}
.themetechmount-listimgbox-stylethree  .tm-box-img-bg img {
    max-width: 100px;
}
.themetechmount-listimgbox-stylethree li.tm_listimgbox_wrap {
    border-bottom: 2px solid var(--ttm-bordercolor);
    margin-bottom: 0px;
    padding-bottom: 27px;
    padding-top: 25px;
}
.themetechmount-listimgbox-stylethree li.tm_listimgbox_wrap:first-child{
    border-top: 2px solid var(--ttm-bordercolor);
}
@media(max-width:1340px) {
.tm_listimgbox_wrapper .themetechmount-listimgbox-stylethree  .tm_listimgbox_wrap {
    width: 100%;
}
}
@media(max-width: 767px) {
.themetechmount-listimgbox-stylethree .tm-listbox-content {
    display: block;
}
.themetechmount-listimgbox-stylethree h4.tm-box-title {
    margin-bottom: 5px;
}
.themetechmount-listimgbox-stylethree .themetechmount-listimgbox-desciption {
    margin-bottom: 10px;
    }
}

/*tab 7*/
.tm-rounded-tabstyle2 .ttm-tab-style7.ttm-elementor-tabs .elementor-tabs-wrapper {
    border: 1px solid var(--ttm-bordercolor);
    width: auto;
    border-radius: 50px;
    padding: 10px 10px;
    display: table;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -120px;
    background-color: transparent;
}
.tm-rounded-tabstyle2 .ttm-tab-style7.ttm-elementor-tabs .ttm-elementor-tab-title {
    background-color: transparent;
}
.tm-rounded-tabstyle2 .elementor-widget-tm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title span {
    color: var(--ttm-whitecolor);
}


/*hightlight heading*/
.highlight-title-text {
    color: var(--base-white);
    padding: 0px 10px;
    background-image: linear-gradient(to right,#6754e9 0%,#00000000 100%)!important;
}
.tm-header-contact-button a.elementor-button-link {
    padding: 12px 30px !important;
    border-radius: 15px;
}
.tm-image-round img {
    margin: 45px 50px;
    border: 2px solid var(--ttm-bordercolor);
    padding: 30px;
    width: 440px;
}
.tm-image-round {
    position:relative; 
    display: inline-block; 
    overflow: hidden; 
     margin: 0 auto; 
}
.tm-image-round:before {
    display: inline-block;
    position: absolute;
    border: 2px dashed var(--ttm-bordercolor);
    padding: 30px;
    border-radius: 50%;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    top: 15px;
    margin: auto;
    -webkit-animation: anti-clockwise 200s linear 100000;
    animation: anti-clockwise 200s linear 100000;
}
@keyframes anti-clockwise {
    
0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@media(max-width: 1024px) {
.tm-image-round:before{
    content: unset;
}
}
.tm-circle-rotate{
    -webkit-animation: anti-clockwise 200s linear 100000;
    animation: anti-clockwise 200s linear 100000;
    display: inline-block;
}

.tm-gray-boxed-clients .themetechmount-box-client.themetechmount-box-view-border-boxed-logo img {
    filter: grayscale(1);
}
.tm-gray-boxed-clients .themetechmount-box-client.themetechmount-box-view-border-boxed-logo:hover img {
    filter: grayscale(0);
}
.tm-gray-boxed-clients .themetechmount-box-client.themetechmount-box-view-border-boxed-logo .themetechmount-item-thumbnail-inner {
    background-color: var(--ttm-secondarycolor);
    padding: 10px 40px;
}
.tm-layout-style27 .tm-float-overlay {
    position: fixed;
    content: "";
    top: 0;
    left: 100%;
    background: rgba(0 ,0 ,0 ,0.75);
    height: 100%;
    width: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all .6s ease-in;
}
.tm-layout-style27 .tm-float-overlay.animated {
    visibility: visible;
    opacity: 1;
    left: 0;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    transition: .4s ease-out;
}
.tm-layout-style27 span.themetechmount-item-thumbnail-inner {
    width: 237px;
    height: 95px;
}
.tm-getin-touch-box.tm-demo27-footer .tm-wrap-cell.tm-ourapps a:last-child img {
    padding-right: 0;
}
.tm-layout-style27 .tm-ttmbusiness-icon-menu:before {
    content: '\f0c9';
    margin: 0;
}

.tm-layout-style27 .tm-team-member-view-style2 h2.tm-team-member-single-title {
    font-size: 22px;
    line-height: 32px;
}
.tm-layout-style27 .tm-team-member-view-style2 .tm-featured-wrapper.tm-tm_team_member-featured-wrapper img {
    border-radius: 10px;
}
.tm-layout-style27 .tm-team-member-view-style2 .tm-team-member-single-position:before {    
    left: 4px;
}
.tm-layout-style27 .tm-animation-hover-button {
    opacity: 0;
    position: absolute;
    top: 20px;
}
.tm-layout-style27 .prt-cursor .tm-project-readmore-btn a {
    transition: 500ms all linear 0ms;
    font-size: 11px;
    line-height: 22px;
    padding: 0px;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
	height: 70px;
    width: 70px;
	line-height: 70px;
    text-align: center;
	background-image: linear-gradient(to right, var(--tm-first-gradientcolor) , var(--tm-second-gradientcolor) ) !important;
}
.tm-layout-style27 .prt-cursor .tm-project-readmore-btn {
    transition: 500ms all linear 0ms;
    font-size: 18px;
    line-height: 28px;
	padding: 0;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
	background-image: unset !important;
}
.single-tm_team_member.tm-layout-style27 .wpcf7-not-valid-tip {
    margin-top: -15px;
}
.single-post.tm-layout-style27 .tm-open-hours .elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
    padding: 13px 30px;
}
.tm-headerstyle-classic-overlay2.tm-layout-style27 .site-header-main.container-fullwide .themetechmount-fbar-btn {
    padding-right: 0;
}
.tm-layout-style27 .tm-ptablebox-style-5 .themetechmount-boxes-row-wrapper.tm-ptable-cols.row.multi-columns-row {
    margin-left: -10px;
    margin-right: -10px;
}
.prt-mail-fontline a:hover {
    color: #fff !important;
}
.tm-layout-style27 .tm-header-menu-position-center #site-header-menu {
    border-bottom: 1px solid rgba(255, 255, 255 , 0.15);
}
.tm-layout-style27 #site-header-menu #site-navigation div.nav-menu > ul > li {
    padding-left: 13px;
    padding-right: 13px;
}
.tm-layout-style27 .tm-textcolor-white .tm-titlebar-main .entry-subtitle {
    color: rgba(255, 255, 255 , 0.72);
}
.single-tm_team_member .wpcf7-spinner {
    display: none;
}
/*Footer AI Demo*/
.tm-layout-style30 figure.gallery-item img {
    background-size: cover;
    background-position: 100%;
    border-radius: 10px;
}
.tm-layout-style30 .gallery {
    margin: 0;
    text-align: right;
}
.tm-first-footer-img {
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 15px;
}
.tm-first-footer-img img {
  animation: hithere 1s ease infinite;
}
@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}
.tm-layout-style30 .tm-btn-shape-rounded.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 15px;
}
.tm-first-footer-headline{
    display: inline-block;
}
.footer .mc4wp-form-fields .tm-subscription-borderview {
    position: relative;
}
.footer .mc4wp-form-fields .tm-subscription-borderview input[type="email"] {
    border: 1px solid var(--ttm-bordercolor);
    background: transparent;
    color: #fff;
    padding:13px 140px 13px 22px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.footer .mc4wp-form-fields .tm-subscription-borderview button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid var(--ttm-bordercolor);
    padding: 20px 32px;
    border-radius: 15px;
    background-color: transparent;
}
.footer .mc4wp-form-fields .tm-subscription-borderview .checkcontain {
    display: block;
    position: relative;
    padding-left: 0px;
    text-align: left;
    font-size: 15px;
    max-width: 100%;
    font-weight: 400;
    
}
.footer .mc4wp-form-fields .tm-subscription-borderview .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.tm-contactus-number,
.tm-contactus-mail {
    display: inline-block;
}
.tm-contactus-number{
    padding-right: 10px;
}
.tm-contactus-mail a {
    text-decoration: underline;
}
.tm-contactus-number a{
    color: var(--ttm-whitecolor) !important;
}
.tm-contactus-number h4 {
    margin-bottom: 5px;
}
@media only screen and (min-width:767px) and (max-width:991px) {
.tm-ai-apace .elementor-widget-container {
    margin: 0 !important;
}
}
.tm-layout-style30 .tm-recent-post-list li .post-detail a {
    font-family: var(--special-element-fontfamily);
    color: var(--ttm-whitecolor);
    font-weight: 600;
}
.tm-layout-style30 .widget-area.second-widget-area {
    padding-right: 40px;
}
.tm-layout-style30 .widget-area.second-widget-area:last-child {
    padding-right: 10px;
}
.tm-layout-style30 ul.tm-recent-post-list > li img {
    width: 120px;
    height: 85px;
    border-radius: 10px;
    float: left;
    margin-right: 18px;
    padding-top: 3px;
}
.tm-layout-style30 ul.tm-recent-post-list > li .post-date i{
    display: none;
}
.tm-layout-style30 ul.tm-recent-post-list > li .post-date {
    display: block;
    font-size: 14px;
    padding-bottom: 4px;
}
.tm-layout-style30 .footer .widget {
    margin: 42px 0 40px;
}
.tm-layout-style30  .tm-element-heading-content-wrapper .tm-element-subheading {
    margin-bottom: 8px;
}
.tm-layout-style30  .footer-nav-menu li {
    font-size: 13px;
    
}
.tm-layout-style30.single article.post blockquote p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1200px){
.tm-layout-style30 .tm-header-overlay .site-header-main.container-fullwide {
    padding-left: 90px;
    padding-right: 90px;
}
}
@media (max-width: 1024px){
.tm-layout-style30 .widget-area.second-widget-area {
    width: 50%;
}
.tm-layout-style30 .footer .widget {
    margin: 35px 0 0px;
}
}
@media(max-width: 991px) {
    .tm-layout-style30 .widget-area.first-widget-area {
    width: 100%;
}
    .tm-layout-style30 .gallery {
   text-align: left;
}
}

@media (max-width: 767px){
.tm-layout-style30 .widget-area.second-widget-area {
    width: 100%;
}
    .tm-image-round img {
    margin: 0px;   
}
.tm-social-contact li {
    margin-bottom: 15px !important;
}
}
@media(max-width: 1750px) {
.tm-ai-image-left .elementor-widget-container {
    margin: 0 !important;
}
}
/*icon box gradietn*/
.tm-icon-stacked-gradient{
    position: relative;
    display: block;
    transition: 0.5s;
}

.tm-icon-stacked-gradient span.elementor-icon {
    background-image: linear-gradient(to bottom left, var(--tm-second-gradientcolor) 0%, var(--tm-first-gradientcolor) 100%, var(--tm-second-gradientcolor) 100%) !important;
    background-position: right center;
    transition: 0.85s;
}
.tm-icon-stacked-gradient:hover span.elementor-icon {
    background-image: linear-gradient(to bottom left, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 100%, var(--tm-first-gradientcolor) 100%) !important;
    background-position: right center;
}
/*step box Ai demo*/
.tm-step-box-separator .tm-staticbox-style7 .tm-stepbox-content .tm-steps-seperator:before {   
    left: 50%;    
}
.tm-step-box-separator .tm-staticbox-style7 .tm-sepeline:after, .tm-step-box-separator .tm-staticbox-style7 .tm-sepeline:before {
    left: 50%;
}

.tm-step-box-separator .tm-staticbox-style7 .tm-stepbox-content .tm-steps-seperator {
    margin: 15px 0 31px;
}
@media(min-width: 992px) {
.tm-step-box-separator .tm-staticbox-style7 .tm-stepbox:last-child .tm-sepeline:after,
.tm-step-box-separator .tm-staticbox-style7 .tm-stepbox:last-child .tm-sepeline:before {
    content: unset;
}
}
/*before after section*/
.bafg-twentytwenty-container {
    text-align: center;
    margin: 0 auto;
}
.twentytwenty-overlay {
    opacity: 0;
}
.bafg-twentytwenty-container img {
    border-radius: 30px;
}
/*contact form AI*/
.ttm-commonform.ttm-contactform-10.tm-contact-form-ai {
    color: var(--ttm-whitecolor);
    font-family: var(--special-element-fontfamily);
}
.ttm-commonform.ttm-contactform-10.tm-contact-form-ai input[type="text"],
.ttm-commonform.ttm-contactform-10.tm-contact-form-ai input[type="email"],
.ttm-commonform.ttm-contactform-10.tm-contact-form-ai textarea {
    border-radius: 5px;
    background: rgb(255 255 255 / 10%);
    border-color: transparent;
    margin-top: 5px;
    color: var(--ttm-whitecolor);
}
.ttm-contactform-10.tm-contact-form-ai input::-webkit-input-placeholder,
.ttm-contactform-10.tm-contact-form-ai input:-ms-input-placeholder,
.ttm-contactform-10.tm-contact-form-ai input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
}
.ttm-contactform-10.tm-contact-form-ai span.tm-form-title {
    padding-left: 30px;
}
.ttm-contactform-10.tm-contact-form-ai .tm-contact-btn.elementor-widget-button input[type="submit"] {
    margin-top: 15px;
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid var(--ttm-whitecolor);
    font-size: 16px;
    padding: 14px 26px;
}

.tm-single-image-inner {
    position: relative;
    overflow: hidden;
    transition: 1s;
    display: inline-block;
}
.tm-single-image-inner img{
    width: 100%;
    height: 100%;
}
.tm-imagestyle-one .tm-single-swapimage-img {
    overflow: hidden;
    transition: width 1s ease;
    display: block;
    position: absolute;
    top: 0;
}
.tm-imagestyle-one .tm-single-image-img,
.tm-imagestyle-one .tm-single-swapimage-img{
       transition: all 0.8s ease-in-out;
   }


.tm-imagestyle-one img.tm-single-image-img {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.tm-imagestyle-one .tm-single-image-inner:hover img.tm-single-image-img {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}
.tm-imagestyle-one .tm-single-image-inner:hover .tm-single-swapimage-img {
    opacity: 1;
    width: 100%;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}
.tm-imagestyle-one img.tm-single-swapimage-img {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
.search-results .container-fullwide .content-area {
	max-width: 92%;
}
.tm-layout-style20 .site-footer {font-size: 15px;}
.tm-layout-style20 .footer .themetechmount-social-links-wrapper ul.social-icons li > a:hover {
	background-color: #fff !important;
}
.tm_widget_borderstyle1.themetechmount-sidebar-true:not(.tm-empty-sidebar).themetechmount-sidebar-right .container-fullwide .site-content-inner:before, .tm_widget_borderstyle1.themetechmount-sidebar-true:not(.tm-empty-sidebar).themetechmount-sidebar-left .container-fullwide .site-content-inner:before {
    right: 31%;
    margin-right: -3px;
}
.tm-layout-style20 .elementor-button-wrapper .elementor-button-link.elementor-button .elementor-button-icon.elementor-align-icon-right i {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
		display: block;
}
.tm-layout-style20 .elementor-button-wrapper .elementor-button-link.elementor-button:hover .elementor-button-icon.elementor-align-icon-right i {
	animation: unset;
	transform: rotate(45deg);
}
.tm-layout-style20 .tm-header-style-classic.tm-header-overlay .elementor-widget-button .elementor-button.elementor-size-md {
  padding: 15px 30px;
  color: var(--ttm-whitecolor);
}
.tm-layout-style20 .tm-header-text-area .tm-btn-style-flat.tm-btn-color-skincolor .elementor-button:hover,
.tm-layout-style20.tm-headerstyle-classic-overlay .tm-bgcolor-custom .tm-header-cta-btn a.elementor-button.elementor-size-md:hover {
  background-color: var(--ttm-skincolor);
}


/****Layout 30*****/
.tm-layout-style27 .tm-staticbox-style9 .tm-bottom-contentbox {
    padding-top: 15px;
}

 .prt-cursor.-tooltip .prt-cursor-text .tm-project-readmore {
     width: 85px; 
    height: 85px; 
    padding: 18px;
    font-size: 16px;
    line-height: 55px;
    border-radius: 50%;
    background-image: linear-gradient(to right,var(--tm-first-gradientcolor) 0%,var(--tm-second-gradientcolor) 50%,var(--tm-first-gradientcolor) 100%)!important;
    border-right-color: var(--tm-second-gradientcolor);
    border-left-color: var(--tm-first-gradientcolor);
    transition: 0.5s;
    background-size: 200% auto;
    display: block;
    text-align: center;
}
.single-post.tm-layout-style27 .site-main {
    padding-bottom: 32px;
}
/**layoyt25**/
body.single-tm_service.tm-layout-style25.themetechmount-sidebar-left #sidebar-left.sidebar .service-bg-color .menu-our-service-container ul li a:before,
body.single-tm_service.tm-layout-style25.themetechmount-sidebar-left #sidebar-left.sidebar .service-bg-color .menu-our-service-container ul li a:after {
    content: unset;
}

/**layoyt31**/
.tm-heading-img , .tm-dron-img {
     animation: top-bottom 30s linear infinite;
}

@keyframes top-bottom {
    0%, 100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateY(0,20px,0);
        transform: translate3d(0,20px,0);
    }
}


.tm-mak-single-img {
    position: relative;
    overflow: hidden;
}

.demo-31-mask-singleimg {
 -webkit-mask-box-image: url(../images/demo-31-single-img-mask.png);
  mask-image: url(../images/demo-31-single-img-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  float: right;
  max-width: 670px;
  min-height: 580px;
}

.demo-31-mask-singleimg  img {
    
    object-fit: cover;
    max-width: none;
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    position: relative;
    animation-name: example;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    height: 580px;
}

.demo-31-mask-singleimg  img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@keyframes example {
  from {left: 0px;}
  to {left: 0; width:130%;}
}

/**/

.tm-layout-style31 .prt-cursor.-visible.-tooltip.blackish-color .prt-cursor-text {
    background-color: transparent;
    padding: 0;
}

.tm-layout-style31 .prt-cursor.-visible.-tooltip.blackish-color .prt-cursor-text .team-box-content-title .themetechmount-box-title h4 {
    display: inline-block;
    background-color: var(--ttm-secondarycolor);
    padding: 5px 10px;
}

.tm-layout-style31 .prt-cursor.-visible.-tooltip.blackish-color .prt-cursor-text .themetechmount-team-position {
    background-color: var(--ttm-secondarycolor);
    display: inline-block;
    top: -1px;
    position: relative;
    padding: 3px 10px;
}

.tm-layout-style31 .themetechmount-element-portfoliobox-style6 .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper:hover {
    background-color: rgb(0 0 0 / 80%);
}


/**/

.tm-rotating-img {
    -webkit-animation: 20s linear infinite rotating;
    animation: 20s linear infinite rotating;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@keyframes rotating{
    from{-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}
    to{-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}

/**/

.tm-layout-style31 .footer .footer-rows .first-footer .first-footer-inner {
    padding: 200px 0 0 0;
}

.tm-layout-style31 .footer .footer-rows .first-footer .first-footer-inner .widget .tm-photography-footer {
    text-align: center;
}

.tm-layout-style31 .footer .footer-rows .first-footer .first-footer-inner .widget .tm-photography-footer .tm-photography-footer-title h2 {
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px;
}

.tm-layout-style31 .footer .footer-rows .first-footer .first-footer-inner .widget .tm-photography-footer .tm-photography-footer-title h2 .footer-first-word {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-secondarycolor);
    padding: 5px 10px;
   
}

.tm-layout-style31 .footer .footer-rows .first-footer .first-footer-inner .widget .tm-photography-footer .tm-photography-footer-contacts .tm-photography-footer-button {
    color: var(--ttm-whitecolor);
    border-color: var(--ttm-whitecolor);
    background-color: transparent;
    border: 1px solid var(--ttm-whitecolor);
    padding: 13px 30px;
    border-radius: 50px;
}

/**/
.tm-layout-style31 .themetechmount-element-gallerybox-styleone .tm-box-col-wrapper a.tm_prettyphoto i {
    background-color: var(--ttm-secondarycolor);
}

/**/

.tm-layout-style31 .ttm-cta-insta #sb_instagram #sbi_images {
    margin: 0 -12px;
    padding: 0px 15px !important;
}

.tm-layout-style31 .ttm-cta-insta #sb_instagram .sbi_photo_wrap {
    border-radius: 10px;
    overflow: hidden;
}

.tm-layout-style31 .ttm-cta-insta #sb_instagram {
    padding-bottom: 0 !important;
}

.tm-layout-style31 .ttm-cta-insta #sb_instagram .sbi_photo_wrap:before {
    content: '\E80F';
    font-family: "tm-ttmbusiness-icons";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 25px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    color: #fff;
    opacity: 0;
    transition: .5s;
    z-index: 1;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tm-layout-style31 .ttm-cta-insta #sb_instagram .sbi_photo_wrap:hover:before {
    opacity: 1;
    transition: .5s;
}

.tm-layout-style31 .ttm-cta-insta #sb_instagram a:before {
    content: '';
    background: rgba(0,0,0,.7);
    height: 100%;
    width: 100%;
    display: block;
    transform: scale(0);
    transition: .5s;
}

.tm-layout-style31 .ttm-cta-insta #sb_instagram .sbi_photo_wrap:hover a:before {
    transform: scale(1);
    transition: .5s;
}

/**/

.ttm-textvideo-round2 .elementor-widget-container .e-text-path {
    background-color: transparent;
    position: absolute;
    margin: 0 auto;
    top: -203px;
    right: 0;
    left: 0;
    padding: 20px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    z-index: 1;
    fill: #ffff;
    letter-spacing: 5px;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    border: 1px solid rgba(255 , 255 , 255 , 20%);
    font-family: var(--special-element-fontfamily);
}

.ttm-textvideo-round2 .elementor-widget-container .e-text-path svg {
    overflow: unset;
}

.tm-layout-style31 .ttm-cta-insta #sb_instagram .sbi_photo_wrap {
    border-radius: 0;
    overflow: hidden;
    max-height: 200px;
}


.tm-layout-style31 .ttm-commonform.ttm-contactform-05.style1 .tm-contact-btn.elementor-widget-button input[type="submit"] {
    background-color: transparent!important;
    border: 1px solid var(--ttm-whitecolor);
    border-radius: 50px;
    padding: 15px 30px;
}

.tm-layout-style31 .ttm-commonform.ttm-contactform-05.style1 .tm-contact-btn.elementor-widget-button input[type="submit"]:hover {
    background-color: var(--ttm-whitecolor)!important;
}

.tm-layout-style31 .ttm-commonform.ttm-contactform-05.style1 textarea, .tm-layout-style31 .ttm-commonform.ttm-contactform-05.style1 input[type="email"], .tm-layout-style31 .ttm-commonform.ttm-contactform-05.style1 input[type="text"] {
    border-color: var(--ttm-whitecolor);
}


.demo-31-rev-btn,.tm-photography-footer-button,.tm-layout-style31 .tm-btn-style-outline .elementor-button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow:hidden;
}

.demo-31-rev-btn:after,.tm-photography-footer-button:after,.tm-layout-style31 .tm-btn-style-outline .elementor-button:after {
    background-color: var(--ttm-whitecolor);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.demo-31-rev-btn:hover:after ,.tm-photography-footer-button:hover:after,.tm-layout-style31 .tm-btn-style-outline .elementor-button:hover:after {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.30;
}

.tm-layout-style31 .tm-btn-style-outline .elementor-button:hover {
    background-color:transparent!important;
    border-color:currentColor!important;
}

.tm-layout-style31 .ttm-social-share .themetechmount-social-links-wrapper .social-icons li a {
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 50%;
    line-height: 34px;
}

.tm-layout-style31 .ttm-social-share .themetechmount-social-links-wrapper .social-icons li:hover a {
    color: var(--ttm-secondarycolor)!important;
    background-color: var(--ttm-skincolor) !important;
}
.single-product.woocommerce div.product .product_title {
	display: none;
}

.tm-layout-style31 .footer .widget {
    margin: 60px 0 20px;
}

.tm-layout-style31 .footer .widget  ul > li {
    padding: 0px;
}

.tm-layout-style31 .footer .widget .site-branding h1 {
    font-size: 32PX;
    line-height: 34PX;
    font-weight: 600;
}

.tm-layout-style31 .tm-404-home-button a.elementor-button {
    color: var(--ttm-secondarycolor);
}

.tm-layout-style31 section.error-404 .page-content p {
    margin-top: 50px;
}

.tm-layout-style31 .themetechmount-box-blog-style3 .tm-social-share-links ul li a:hover i {
  color: var(--ttm-secondarycolor);
}

.tm-layout-style31.single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner a.elementor-button:hover {
    color: var(--ttm-whitecolor);
}

.tm-layout-style31.single-tm_service .tm-service-single-content-wrapper .widget .tm-file-links .tm-links i {
    color: var(--ttm-secondarycolor);
}

.tm-layout-style31 .tm-fid-view-circle-progress .tm-circle canvas {
    border: 1px dashed rgb(255 255 255 / 20%);
}

.tm-layout-style31 .tm-fid-view-circle-progress .tm-circle-boxcontent .tm-fid-number {
    color: var(--ttm-skincolor);
}
.tm-layout-style31.single-tm_portfolio .tm-social-share-title {
    color: var(--ttm-whitecolor);
}
.tm-layout-style31.single-tm_portfolio .tm-social-share-links ul li a {
    color: var(--ttm-whitecolor);
}

.tm-layout-style31 .tm-portfolio-single-related-portfolio .themetechmount-portfoliobox-style1 .tm-post-iconbox i {
    color: var(--ttm-secondarycolor);
}

.tm-layout-style31.single-tm_portfolio .footer .footer-rows .first-footer .first-footer-inner {
    padding-top: 100px;
}

.tm-layout-style31 .ttm-titlebar-video {
    height: 300px;
}

.tm-layout-style31 .ttm-titlebar-video .e-hosted-video.elementor-wrapper {
    height: 300px;
    width: 100%;
}

.tm-layout-style31 .inner-page-video {
 height: 600px;
}

.tm-layout-style31 .inner-page-video .e-hosted-video.elementor-wrapper {
        height: 600px;
    width: 100%;
}

.single-post.tm-layout-style31 .footer .footer-rows .first-footer .first-footer-inner , 
.single-tm_service.tm-layout-style31 .footer .footer-rows .first-footer .first-footer-inner {
    padding: 50px 0 0 0;
}

.tm-layout-style31 .comment-form input[type="submit"] {
    background-color: transparent!important;
    border: 1px solid var(--ttm-whitecolor);
}

.tm-layout-style31 .comment-form input[type="submit"]:hover {
    background-color: var(--ttm-whitecolor)!important;
    color: var(--ttm-secondarycolor);
}
.tm-ttmbusiness-icon-twitter:before{content: '\e887'}
