/*** 

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

***/

.admin-bar .ttm-fbar-close {
    top: 32px;
}

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

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

p {
    margin: 0 0 15px;
}

.ttm-logo {
	text-align: left;
}

.ttm-logo-position-left {
	text-align: left;
}

.ttm-logo-position-center {
	text-align: center;
}

.ttm-logo-position-right {
	text-align: right;
}

.ttm-logo-position-right .site-branding {
	float: right;
}
.ttm-menu-position-right #site-header-menu {
    float: right;
}

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

.industriz-hide,
.ttm-hide {
    display: none;
}

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

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

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

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

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

.ttm-bg-greycolor {
	background-color: var(--ttm-greycolor);
}
.ttm-bg-skincolor {
	background-color: var(--ttm-skincolor);
}
.ttm-bg-secondarycolor {
	background-color: var(--ttm-secondarycolor);
}
.ttm-bg-darkcolor {
	background-color: var(--body-blackfont-color);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
iframe {
    width: 100%;
}
.elementor-element.elementor-widget-button .elementor-button {
    padding-left: 30px;
    padding-right: 30px; 
}
.elementor-element.elementor-widget-button.ttm-btn-size-xs .elementor-button {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}
.elementor-element.elementor-widget-button.ttm-btn-size-sm .elementor-button {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.elementor-element.elementor-widget-button.ttm-btn-size-lg .elementor-button {
    padding-top: 16px;
    padding-bottom: 16px;
}
.elementor-element.elementor-widget-button.ttm-btn-size-xl .elementor-button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
}
.first-footer.ttm-bg.ttm-bgcolor-custom .ttm-bg-layer {
    background-color: inherit;
}

.ttm-bg.ttm-bgcolor-white .ttm-bg-layer {
    background-color: var(--ttm-whitecolor);
}

.ttm-col-bgcolor-white .ttm-bg-layer-inner,
.ttm-bgcolor-white,
.ttm-col-bgcolor-white,
.site-header.ttm-sticky-bgcolor-white.is_stuck,
.ttm-header-overlay .site-header.ttm-sticky-bgcolor-white.is_stuck,
.site-header-menu.ttm-sticky-bgcolor-white.is_stuck,
.ttm-titlebar-wrapper.ttm-breadcrumb-on-bottom.ttm-breadcrumb-bgcolor-white .ttm-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;
    transition: border linear .2s, box-shadow linear .2s;
    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: 500;
    padding: 12px 35px 12px;
    border: 1px solid transparent;
    border-radius: var(--ttm-button-shape);
    color: var(--ttm-whitecolor);
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}

input[type="checkbox"], input[type="radio"] {
    cursor: pointer;
}

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

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

/*** 

====================================================================
    Titlebar CSS
====================================================================

***/
.ttm-col-bgimage-yes.ttm-bgcolor-white .ttm-bg-layer-inner,
.ttm-bg.ttm-bgimage-yes.ttm-bgcolor-white > .ttm-bg-layer {
    opacity: 0.50;
}

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

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

.ttm-col-bg,
.ttm-bg {
    position: relative;
}

.ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.ttm-bgcolor-transparent > .ttm-bg-layer,
.ttm-bgcolor-transparent {
    background-color: transparent !important;
}

/*** Top to bottom ***/
#totop {
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 65px;
    height: 55px;
    border-radius: 55px 0 0 55px !important;
    padding: 6px 5px 4px 5px;
    text-align: left;
    z-index: 20;
    cursor: pointer;
    opacity: 0;
    transform: translateX(130%);
    transition: 0.4s;
    visibility: hidden;
    background-color: var(--ttm-skincolor) !important;
}
.industriz-footer-totopbutton-yes #totop {
	visibility: visible;
}
#totop.top-visible {
    font-size: 26px;
    height: 55px;
    width: 60px;
    opacity: 1;
    transform: translateY(0);
}

#totop i {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    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: 25px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-skincolor);
    z-index: 1;
}

/*** 

====================================================================
    Layout CSS
====================================================================

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

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

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


/*** 

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

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

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

.site-branding {
    float: left;
}

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

.headerlogo img,
.ttm-stickylogo-yes .standardlogo,
.is-sticky .ttm-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,
.ttm-stickylogo-yes .standardlogo,
.is_stuck .ttm-stickylogo-yes .stickylogo {
    display: inline-block;
}

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

.ttm-header-icons .ttm-header-wc-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: var(--ttm-secondarycolor);
    transition: all .3s ease-in-out;
}

.ttm-header-style-classic .ttm-header-icons .ttm-header-wc-cart-link a {
    height: 43px;
    width: 43px;
    line-height: 48px;
    transition: all .2s ease-in-out;
    font-size: 22px;
    display: inline-block;
    border: 1px solid rgba(255 255 255 / 0.60);
    border-radius: 30px;
}

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

.ttm-header-icon.ttm-header-wc-cart-link span.number-cart {
    position: absolute;
    top: -8px;
    left: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 9px;
    display: block;
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.ttm-header-overlay .ttm-header-icon.ttm-header-wc-cart-link span.number-cart {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}

.industriz-fbar-btn.hidefbtn a {
    transform: scale(0);
}
.ttm-header-icons .ttm-header-wc-cart-link:hover span.number-cart {
    background-color: var(--ttm-secondarycolor);    
}

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

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

.ttm-header-style-classic.ttm-header-overlay .ttm-header-contact-btn-wrapper a,
.post.industriz-box-blog-classic .industriz-blogbox-footer-readmore a,
.elementor-element.elementor-widget-button .elementor-button {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

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

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

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

.ttm-btn-color-skincolor.elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button {
	background-color: var(--ttm-skincolor);
}
.elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover {
	background-color: var(--ttm-secondarycolor);
}
.industriz-ptables-w.ttm-ptablebox.ttm-ptablebox-default .ttm-pricetable-column-w .industriz-ptable-main .ttm-ptable-btn a:hover,
.elementor-element.ttm-btn-color-darkgrey.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover {
	background-color: transparent;
}

.elementor-element.elementor-widget-button.ttm-btn-color-white .elementor-button:hover {
    background-color: #fff;
}
/*** 

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

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

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

.industriz-topbar-wrapper.ttm-borderbottom-yes {
    border-bottom: 1px solid var(--ttm-bordercolor);
}

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

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

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

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

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

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

.industriz-topbar-wrapper .industriz-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;
}

.industriz-fbar-btn.ttm-fbar-btn-cposition-default {
    opacity: 1;
}

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

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

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

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

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

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

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

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

.industriz-fbar-btn.industriz-fbar-open {
    position: fixed;
}
.industriz-fbar-box-w {
    -webkit-box-shadow: var(--ttm-boxshadow);
    -moz-box-shadow: var(--ttm-boxshadow);
    box-shadow: var(--ttm-boxshadow);
}

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

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

.industriz-fbar-box .ttm-custom-heading {
    margin-bottom: 0;
}

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

.industriz-fbar-btn .ttm-icolor-dark a i {
    color: var(--ttm-blackishcolor);
}
.industriz-fbar-btn .ttm-icolor-white a i {
    color: var(--ttm-whitecolor);
}
.industriz-fbar-btn .ttm-icolor-grey a i {
    color: var(--ttm-greycolor);
}
.industriz-fbar-box-w {
    position: relative;
}

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

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

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

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

.industriz-fbar-bg-darkgrey.industriz-fbar-box-w:after {
    background: var(--ttm-secondarycolor);
}

.industriz-fbar-bg-grey.industriz-fbar-box-w:after {
    background: var(--ttm-greycolor);
}

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

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

.industriz-fbar-position-default div.industriz-fbar-box-w {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1002;
    border-bottom: 2px solid var(--ttm-bordercolor);
    transition: transform 0.4s ease;
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

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

.industriz-fbar-position-default .fcloseicon:after {
    content: '\E82D';
    font-family: "ttm-industriz-icons";
}

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

.industriz-team-form-no-group .ttm-wrap-cell {
    display: inline-block;
}

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

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

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

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

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

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

.industriz-fbar-position-right .industriz-fbar-box-w.animated .ttm-fbar-close,
.industriz-fbar-position-right .industriz-fbar-box-w.animated {
    transform: translateX(0px);
}

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

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

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

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

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

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

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

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

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

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

.industriz-fbar-box-w.industriz-fbar-text-white .widget_tag_cloud .tagcloud a:hover {
    color: var(--ttm-whitecolor);
}

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

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

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

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

.industriz-fbar-btn.ttm-fbar-bg-color-darkgrey a {
    background-color: #202020;
}

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

.industriz-fbar-btn.ttm-fbar-bg-color-grey a {
    background-color: #E4E4E4;
}

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

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

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

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

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

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

/*** 

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

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

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

.industriz-topbar-wrapper .top-contact li a,
.industriz-topbar-wrapper .social-icons li > a,
.industriz-topbar-wrapper .ttm-fbar-open-icon {
    transition: all .3s ease-in-out;
}

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

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

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

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

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

.ttm-center-content .industriz-tb-left-content {
    width: 100%;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ttm-topbar-content .ttm-wrap-cell div:before {
    right: auto;
    left: 0;
}

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

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

.top-contact.ttm-highlight-right i,
.top-contact.ttm-highlight-left i {
    color: var(--ttm-whitecolor) !important;
}

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

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

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

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

.industriz-topbar-wrapper .social-icons li {
    position: relative;
    min-width: auto;
    padding: 0px;
    margin: 0px;
    float: left;
    text-align: center;
}

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

.ttm-bgcolor-skincolor .ttm-topbar-content .social-icons li > a:hover {
    color: var(--ttm-whitecolor);
    border-color: transparent;
}

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

.ttm-titlebar-main .breadcrumb-wrapper span:last-child {
    padding-right: 0px;
}
.breadcrumb-wrapper-inner span:last-child {
    padding-left: 5px;
}
.breadcrumb-wrapper-inner span:first-child {
    padding-right: 10px;
}

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

.ttm-titlebar-wrapper .breadcrumb-wrapper a {
    color: var(--body-fonts-color);
    transition: all 0.3s ease 0s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry-title-wrapper.ttm-bgcolor-skincolor .entry-title:before {
    background-color: var(--ttm-whitecolor);
}

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

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

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

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

/*** Titlebar Textcolor White ***/
.ttm-textcolor-white .ttm-bread-sep,
.ttm-textcolor-white .ttm-titlebar-main .breadcrumb-wrapper a {
    color: var(--ttm-whitecolor);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ttm-titlebar-wrapper.ttm-breadcrumb-on-bottom.ttm-textcolor-dark .ttm-titlebar-main .breadcrumb-wrapper a,
.ttm-titlebar-wrapper.ttm-breadcrumb-on-bottom .ttm-titlebar .breadcrumb-wrapper .container {
    color: var(--ttm-whitecolor);
}

/*** 

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

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

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

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

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

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

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

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

.site-footer .bottom-footer-text.ttm-bordercolor-dark,
.site-footer .bottom-footer-text.ttm-bordercolor-white {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

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

.site-footer .ttm-container-for-footer .bottom-footer-inner.ttm-withcenter-text .ttm-footer2-left {
    text-align: left;
}

.site-footer .ttm-container-for-footer .bottom-footer-inner.ttm-withcenter-text .ttm-footer2-right {
    text-align: right;
}

.site-footer .ttm-container-for-footer .bottom-footer-inner.ttm-withcenter-text .ttm-footer2-center {
    text-align: center;
}

.site-footer .bottom-footer-text.ttm-textcolor-bodyfontscolor,
.site-footer .bottom-footer-text.ttm-textcolor-bodyfontscolor a:not(:hover) {
     color: rgba(255, 255, 255, 0.65);
}

.bottom-footer-text .bottom-footer-inner a:not(:hover) {
    color: var(--ttm-whitecolor) !important;
}

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

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

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

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

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

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

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

/*** 

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

 ***/

.woocommerce-account .woocommerce-MyAccount-navigation li a,
.widget.ttm_widget_nav_menu li a,
.widget.industriz_all_post_list_widget li a,
.widget.industriz_category_list_widget li a {
    display: block;
    padding: 0;
    position: relative;
    z-index: 1;
    font-size: 15px;
    border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li,
.widget.ttm_widget_nav_menu li,
.widget.industriz_all_post_list_widget li,
.widget.industriz_category_list_widget li {
    padding-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child, 
.widget.ttm_widget_nav_menu li:last-child, 
.widget.industriz_all_post_list_widget li:last-child, 
.widget.industriz_category_list_widget li:last-child {
    padding-bottom: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:before,
.widget.ttm_widget_nav_menu li a:before,
.widget.industriz_all_post_list_widget li a:before,
.widget.industriz_category_list_widget li a:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: 50%;
    background: var(--ttm-greycolor);
    height: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    z-index: -1;
    border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover:before,
.widget.ttm_widget_nav_menu li a:hover:before,
.widget.industriz_all_post_list_widget li a:hover:before,
.widget.industrizcategory_list_widget li a:hover:before,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:before,
.widget.ttm_widget_nav_menu li.current_page_item a:before,
.widget.industriz_all_post_list_widget li.ttm-post-active a:before,
.widget.industriz_category_list_widget li.current-cat a:before {
    height: 100%;
    bottom: 0;
}

.widget.industriz_all_post_list_widget li a:hover,
.widget.industriz_category_list_widget li a:hover,
.widget.industriz_all_post_list_widget li.ttm-post-active a,
.widget.industriz_category_list_widget li.current-cat a {
    color: var(--ttm-skincolor);
}

.widget.industriz_all_post_list_widget li a:after {
    position: absolute;
    right: 15px;
    top: 50%;
    border-radius: 50%;
    font-weight: 500;
    transform: translateY(-50%);
    font-family: "themeicons_industriz";
    content: "\f113";
    font-size: 20px;
    line-height: 30px;
}

.widget.industriz_all_post_list_widget li:last-child a,
.widget.industriz_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 .ttm-container-for-footer > div > .row .widget-area .widget {
    margin: 0px;
}

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

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

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

.footer.ttm-bgcolor-skincolor .ttm-container-for-footer > div > .row .widget-area,
.footer.ttm-bgcolor-skincolor .footer-rows .footer-rows-inner div:nth-child(2).second-footer .second-footer-bg-layer,
.footer.ttm-bgcolor-darkgrey .ttm-container-for-footer > div > .row .widget-area,
.footer.ttm-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.ttm-bgcolor-white .ttm-container-for-footer > div > .row .widget-area,
.footer.ttm-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: 33px 0 35px;
}

.footer .widget.industriz_widget_recent_entries .ttm-recent-post-list {
    text-align: left;
}

.footer .widget.industriz_widget_recent_entries .ttm-recent-post-list .post-detail .post-date i {
    display: none;
}

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

.widget .widget-title {
    margin-bottom: 23px;
    position: relative;
}
.sidebar .widget .widget-title:before {
    content: '';
    border-left: 3px solid var(--ttm-skincolor);
    margin-right: 13px;
}
.second-footer .container.ttm-container-for-footer .row > .widget-area:first-child .custom-heading {
    display: block;
    float: left;
    padding-right: 10px;
}

.footer_logo {
    margin-bottom: 20px;
}

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

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

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

.footer .widget ul > li:last-child {
    padding-bottom: 0px;
}

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

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

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

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

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

.footer .footer-rows .first-footer .first-footer-inner {
    padding: 30px 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-banner-img img {
    padding-top: 7px;
}

/*** Seprator sidebar widget ***/
.sidebar .widget ul:not(.slides):not(.cart_list):not(.industriz_contact_widget_wrapper):not(.industriz_category_list_widget):not(.ttm-all-post-list) > li {
    margin-bottom: 10px;
    padding: 15px 5px 5px 5px;
    border-bottom: 1px solid var(--ttm-bordercolor);
    padding-top: 0px;
    padding-bottom: 12px;
}
.ttm-elementor-header-one .sidebar .widget ul:not(.slides):not(.cart_list):not(.industriz_contact_widget_wrapper):not(.industriz_category_list_widget):not(.ttm-all-post-list) > li.ttm-recent-post-list-li {
	border-bottom: unset;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.industriz_contact_widget_wrapper):not(.industriz_category_list_widget):not(.ttm-all-post-list) > li:last-child {
	border-bottom: unset; 
	margin-bottom: 0;
	padding-bottom: 0; 
}
.sidebar .widget_product_categories li:after,
.widget.industriz_category_list_widget li:after,
.sidebar .widget_categories li:after {
    background-image: url(../images/right.png) !important;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 15px;
    height: 13px;
    bottom: 0px;
    left: 0px;
    top: 6px;
    z-index: 1;
    background-size: contain;
}

.sidebar .widget ul:not(.slides):not(.cart_list):not(.industriz_contact_widget_wrapper):not(.industriz_category_list_widget):not(.ttm-all-post-list) > li:first-child
 {
    padding-top: 0px !important;
}

.sidebar .widget_product_categories li span,
.sidebar .widget_categories li span {
    float: right;
    font-size: 16px;    
}

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

.sidebar .widget.industriz_widget_recent_entries ul:not(.slides):not(.cart_list) > li {
    padding: 0px 0 9px !important;
    border-top: none !important;
}

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

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

ul.industriz_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 ***/
.industriz_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.industriz_contact_widget_wrapper {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** Recent Post Widget ***/
ul.ttm-recent-post-list {
    list-style: none;
    padding: 0;
}
ul.ttm-recent-post-list > li img {
    display: block;
    width: 66px;
    height: 66px;
    float: left;
    margin-right: 18px;
    padding-top: 3px;
}
.sidebar ul.ttm-recent-post-list > li img {
    width: 80px;
    height: 80px;
	border-radius: 5px;
}
ul.ttm-recent-post-list > li {
    padding: 0px 0px 20px 0;
}
ul.ttm-recent-post-list > li > a {
    line-height: 25px;
    display: block;
}
ul.ttm-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}
ul.ttm-recent-post-list > li .post-date {
    display: block;
    font-size: 13px;
    padding-bottom: 2px;
}

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

ul.ttm-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_product_categories a:before {
    font-family: "ttm-industriz-icons";
    content: "\e818";
    position: absolute;
    top: 6px;
    left: 0;
    line-height: 1em;
    font-size: 14px;
    opacity: 1;
    background-color: transparent;
    height: 0;
    width: 0;
    color: inherit;
    transform: none;
}

.widget_recent_comments li.recentcomments,
.widget_recent_entries a,
.widget_meta a,
.widget_categories a,
.widget_product_categories a,
.widget_archive li a,
.widget_pages li a,
.widget.widget_nav_menu li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    color: var(--ttm-secondarycolor);
}

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

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

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

.widget_calendar table {
    border-collapse: separate;
    border-color: #efefef;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
    background-color: 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 caption {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: inherit;
}

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

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

.ttm-textcolor-dark .widget_calendar table th,
.ttm-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
====================================================================

 ***/
.ttm-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 ***/
.ttm-shadow-box {
    -webkit-box-shadow: var(--ttm-boxshadow);
    -moz-box-shadow: var(--ttm-boxshadow);
    box-shadow: var(--ttm-boxshadow);
}

/**** Button Section  *****/
.elementor-element.elementor-widget-button .elementor-button {
    position: relative;
}
.ttm-btn-style-text .elementor-button {
    padding: 0;
    margin-top: 0px !important;
    transition: all 0.5s ease;
    background-color: transparent;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 0px !important;
    border-bottom: 2px solid currentColor;
    font-size: var(--button_fontsize);
}

.ttm-btn-style-text.ttm-btn-color-white .elementor-button-link.elementor-button {
    border-bottom-color: rgba(255 255 255 / 0.5);
}

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

.ttm-btn-style-text.ttm-btn-color-darkgrey .elementor-button-link.elementor-button {
    border-bottom-color: #838c93;
}

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

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

.ttm-btn-shape-square.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 0px;
}
.ttm-btn-style-text.elementor-element.elementor-widget-button .elementor-button {
    padding: 0;
}
.ttm-btn-shape-rounded.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 5px;
}

.ttm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button {
    border-radius: var(--ttm-button-shape);
}

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

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

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

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

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

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

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

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

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

.ttm-btn-style-text.ttm-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;
    transition: all 0.3s ease;
}

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


/*** 

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

 ***/
.single #tribe-events .tribe-events-content p,
.single article.post .entry-content p {
    margin-bottom: 25px;
}
.single .wp-block-column-is-layout-flow {
    margin-bottom: 16px;
    margin-top: 7px;
}

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

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

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

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

.industriz-blog-box-view-left-image .industriz-box-content .ttm-post-categories>.ttm-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post.industriz-box-blog-classic .ttm-box-post-icon,
.industriz-box-blog .ttm-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;
}


.post.industriz-box-blog-classic .ttm-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 #cda274;
    transition: all 500ms ease 300ms;
}

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

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

article.industriz-box-blog-classic .ttm-post-entry-header {
    position: relative;
}

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

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

/*** Blog box meta details ***/

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

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

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

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

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

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

.ttm-entry-meta .ttm-meta-line {
    position: relative;
    display: inline-block;
}
article.industriz-box-blog-classic:not(.has-post-thumbnail) .ttm-entry-meta .ttm-meta-line {	
    padding-left: 20px;
}
article.industriz-box-blog-classic:not(.has-post-thumbnail) .ttm-entry-meta .ttm-meta-line:first-child {
	padding-left: 0px;
}
.blog article.industriz-box-blog-classic.has-post-thumbnail .ttm-meta-line.posted-on {
    margin-right: 10px;
}
.industriz-box-view-top-image .ttm-entry-meta .ttm-meta-line a,
.industriz-box-view-top-image .ttm-post-cat .ttm-meta-line a {
    color: #494949;
    font-size: 15px;
}

article.industriz-box-blog-classic .ttm-entry-meta .ttm-meta-line i,
.industriz-box-blog .industriz-box-content .ttm-entry-meta .ttm-meta-line i {
    display: none;
}

article.industriz-box-blog-classic .ttm-entry-meta .ttm-meta-line.cat-links,
.industriz-box-blog .industriz-box-content .ttm-entry-meta .ttm-meta-line.cat-links {
    padding-right: 20px;
    margin-right: 15px;
}

article.industriz-box-blog-classic .ttm-entry-meta .ttm-meta-line.comments-link,
.industriz-box-blog .industriz-box-content .ttm-entry-meta .ttm-meta-line.comments-link {
    position: relative;
}
article.industriz-box-blog-classic:not(.has-post-thumbnail) .ttm-entry-meta .ttm-meta-line.byline:after,
.single-post article.industriz-box-blog-classic .ttm-entry-meta .ttm-meta-line.byline:after,
.single-post article.industriz-box-blog-classic .ttm-entry-meta .ttm-meta-line.comments-link:after,
.single-post .industriz-box-blog .industriz-box-content .ttm-entry-meta .ttm-meta-line.comments-link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    height: 18px;
    width: 1px;
    line-height: 7px;
    display: inline-block;
    background-color: var(--ttm-bordercolor);
    border-radius: 50%;
}
article.industriz-box-blog-classic:not(.has-post-thumbnail) .ttm-entry-meta .ttm-meta-line {
	padding-right: 20px;
}	
.single-post article.industriz-box-blog-classic .ttm-entry-meta .ttm-meta-line {
    padding-left: 20px;
    padding-right: 20px;
}
.single-post article.industriz-box-blog-classic .ttm-entry-meta .ttm-meta-line:first-child {
	padding-left: 0px;
}
.single-post article.industriz-box-blog-classic .ttm-entry-meta .ttm-meta-line:last-child {
	padding-right: 0px;
}
.industriz-box-blog-classic .ttm-post-format-icon-wrapper,
.industriz-box-blog .ttm-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;
}

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

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

.industriz-box-blog-classic .industriz-post-date-wrapper .industriz-entry-date .entry-month,
.industriz-box-blog-classic .industriz-post-date-wrapper .industriz-entry-date .entry-month .entry-year {
    color: var(--ttm-whitecolor);
}

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

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

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

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

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

/*** Blog Classic ***/

article.industriz-box-blog-classic {    
    position: relative;
    clear: both;    
    justify-content: space-between;
}
article.industriz-box-blog-classic.has-post-thumbnail .ttm-blog-classic-box-content {
    padding: 30px 0 0;
    position: relative;
    text-align: left;    
}

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

.single article.industriz-box-blog-classic {
    margin-bottom: 60px;
    border-bottom: none;
    display: block;
}

.single article.industriz-box-blog-classic .industriz-box-title h4 a {
    pointer-events: none;
}

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

article.industriz-box-blog-classic .ttm-blog-classic-box-content .ttm-classic-footer-meta {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

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

article.industriz-box-blog-classic .ttm-featured-outer-wrapper .ttm-featured-wrapper {
    overflow: hidden;
	display: inline-block;
    vertical-align: top;
}

.single article.industriz-box-blog-classic:hover .ttm-featured-outer-wrapper .ttm-featured-wrapper img {
    transform: unset;
}

article.industriz-box-blog-classic .ttm-post-featured-wrapper.ttm-post-format-gallery a:after,
article.industriz-box-blog-classic .ttm-post-featured-wrapper.ttm-post-format-quote a:after,
article.industriz-box-blog-classic .ttm-post-featured-wrapper.ttm-post-format-video a:after,
article.industriz-box-blog-classic .ttm-post-featured-wrapper.ttm-post-format-link a:after,
article.industriz-box-blog-classic .ttm-post-featured-wrapper.ttm-post-format-audio a:after {
    content: unset;
}
.post.industriz-box-blog-classic .industriz-blogbox-footer-readmore a:hover:after,
.post.industriz-box-blog-classic .industriz-blogbox-footer-readmore a:hover {
    color: var(--ttm-skincolor);
}

.post.industriz-box-blog-classic .industriz-blogbox-footer-readmore a:after {
    font-family: "ttm-industriz-icons";
    content: '\e826';
    font-size: 13px;
    top: 0;
	right: 0; 
    position: absolute;
}

.industriz-sidebar-true.industriz-sidebar-right .site-content-inner,
.industriz-sidebar-true.industriz-sidebar-left .site-content-inner {
    position: relative;
}

body.blog #content-inner,
body.single-post #content-inner,
body.author #content-inner,
body.tag #content-inner,
body.archive #content-inner,
body.archive #content-inner {
    overflow: hidden;
}

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

article.industriz-box-blog-classic .ttm-blog-classic-box-content .ttm-classic-footer-meta .ttm-entry-meta .ttm-meta-line.posted-on {
    position: relative;
}

article.industriz-box-blog-classic .ttm-blog-classic-box-content .ttm-classic-footer-meta .ttm-entry-meta .ttm-meta-line.posted-on:after {
    position: absolute;
    content: '|';
    left: -18px;
    right: auto;
    font-size: 10px;
}

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

article.ttm-no-featured-content.industriz-box-blog-classic .ttm-blog-classic-box-content {
    margin: 0;
}

article.post.ttm-no-featured-content.industriz-box-blog-classic .ttm_classic_post_icon .ttm-social-share-links ul li {
    padding-top: 8px;
}

article.post.ttm-no-featured-content.industriz-box-blog-classic .ttm_classic_post_icon {
    margin-top: 0px;
    bottom: -30px;
    right: 17px;
}

.single article.post.ttm-no-featured-content.industriz-box-blog-classic .ttm_classic_post_icon {
    bottom: -63px;
}

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

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

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

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

article.industriz-box-blog-classic.ttm-no-featured-content.format-quote .ttm-featured-outer-wrapper,
article.industriz-box-blog-classic.ttm-no-featured-content.format-link .ttm-featured-outer-wrapper {
    margin-top: 0px;
}
article.industriz-box-blog-classic .ttm-blog-classic-box-content .entry-title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px;
    font-weight: 500;
}
article.industriz-box-blog-classic.has-post-thumbnail .ttm-classic-footer-meta {
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.category article.industriz-box-blog-classic.has-post-thumbnail .ttm-entry-meta .ttm-meta-line,
.tag article.industriz-box-blog-classic.has-post-thumbnail .ttm-entry-meta .ttm-meta-line,
.blog article.industriz-box-blog-classic.has-post-thumbnail .ttm-entry-meta .ttm-meta-line a {    
    padding: 5px 20px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    display: inline-block;
	color: #fff;
}
.category article.industriz-box-blog-classic.has-post-thumbnail .ttm-entry-meta .ttm-meta-line,
.tag article.industriz-box-blog-classic.has-post-thumbnail .ttm-entry-meta .ttm-meta-line {
	margin-right: 10px;
}

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

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

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: "ttm-industriz-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;
}

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

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

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

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

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

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

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

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

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

article.industriz-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.industriz-blogbox-format-gallery .slick-dots li,
article.post.format-gallery .slick-dots li {
    width: 12px;
}

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

.ttm-col-bgcolor-dargrey .slick-dots li button,
.ttm-col-bgcolor-skincolor .slick-dots li button,
.ttm-bgcolor-dargrey .slick-dots li button,
.ttm-bgcolor-skincolor .slick-dots li button,
article.industriz-blogbox-format-gallery .slick-dots li.slick-active button,
article.industriz-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.industriz-blogbox-format-audio .ttm-post-format-audio-mp3,
article.format-audio .ttm-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;
}

.ttm-post-featured-link-wrapper .ttm-post-featured-link {
    background: var(--ttm-secondarycolor);
    padding: 110px 50px;
    text-align: center;
}

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

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

article.industriz-blogbox-format-link .ttm-format-link-title,
article.post.format-link .ttm-format-link-title {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 15px;
    color: var(--ttm-whitecolor);
    font-weight: 600;
}

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

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

article.post.ttm-no-featured-content.industriz-box-blog-classic.industriz-blogbox-format-quote .ttm_classic_post_icon {
    bottom: 65px;
}

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

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

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

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

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

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

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

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

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

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

.ttm-post-featured-quote:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--ttm-secondarycolor);
    top: 0;
    left: 0;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

article.post_format-post-format-video.industriz-blog-box-view-left-image .ttm-post-format-video,
article.industriz-blogbox-format-video.industriz-blog-box-view-left-image .ttm-post-format-video,
article.post_format-post-format-audio.industriz-blog-box-view-left-image .ttm-post-format-audio:not(.ttm-post-format-audio-mp3) .industriz-blogbox-format-audio,
article.industriz-blogbox-format-audio.industriz-blog-box-view-left-image .ttm-post-format-audio:not(.ttm-post-format-audio-mp3) .ttm-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);
}

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

.ttm-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 .industriz-box-blog-classic .ttm-post-featured-outer-wrapper {
    margin-bottom: 0px;
}

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

.single-post .industriz-box-blog-classic .ttm-blog-classic-box-content {
    padding: 8px 0px 30px;
    margin: 0;
    box-shadow: unset;
    background-color: transparent;
    position: relative;
    display: block;
    bottom: auto;
    right: auto;
    width: 100%;
}

.single-ttm_portfolio .ttm-single-pf-footer .clearfix,
.single-post .industriz-blogbox-sharebox .clearfix {
    display: inline-block;
}

.single-ttm_portfolio .ttm-pf-single-category-w,
.single-post .ttm_tag_lists {
    float: left;
}

.single-post .ttm-social-share-post-wrapper {
    text-align: left;
    padding: 0px;
    border-radius: 0px;
}
.single-post .ttm-post-prev-next-buttons {
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
}
.single-post .ttm-social-share-links ul li {
    display: inline-block;
    padding-right: 7px;
    padding-top: 0px;
}
.single-post .ttm-social-share-title {
    margin-top: 11px;
    font-weight: 500;
}
.single-post article.post .entry-content {
    padding-bottom: 0px;
}
.single-ttm_portfolio .ttm-pf-single-category-w a,
.single-post .industriz-blogbox-sharebox .industriz-tags-links a {
    padding: 5px 20px 5px 30px;
    background-color: var(--ttm-greycolor);
    font-size: 15px;
    display: inline-block;
    margin-right: 3px;
    font-weight: 400;
    margin-bottom: 7px;
    border-radius: var(--border-radius-image);
	position: relative;
}
.single-post .industriz-blogbox-sharebox .industriz-tags-links a:after {
	position: absolute;
    content: '#';
    left: 17px;
    top: 5px;
}

.single-ttm_portfolio .ttm-pf-single-category-w a:not(:hover),
.single-post .industriz-blogbox-sharebox .industriz-tags-links a:not(:hover) {
    color: var(--body-fonts-color);
}

.single-post .industriz-blogbox-sharebox {
    display: block;
    clear: both;
    overflow: hidden;
}

.single-post .comments-area {
    margin-top: 35px;
    margin-bottom: 0px
}

.single article.industriz-box-blog-classic .ttm-blog-classic-box-content h1,
.single article.industriz-box-blog-classic .ttm-blog-classic-box-content h2,
.single article.industriz-box-blog-classic .ttm-blog-classic-box-content h3,
.single article.industriz-box-blog-classic .ttm-blog-classic-box-content h4,
.single article.industriz-box-blog-classic .ttm-blog-classic-box-content h5,
.single article.industriz-box-blog-classic .ttm-blog-classic-box-content h6 {
    margin-top: 20px;
}

.single article.industriz-box-blog-classic .ttm-blog-classic-box-content h4 {
    font-size: 30px;
    line-height: 40px;
    position: relative;
    word-wrap: break-word;
}

article.industriz-box-blog-classic .ttm-blog-classic-box-content .ttm-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.ttm-publised-in-wrapper {
    border: 1px solid #dadada;
    display: block;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.comment-list .children {
    margin-left: 35px;
}

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

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

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

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

.ttm-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 15px;
    position: relative;
    border-radius: 0px;
    background-color: var(--ttm-greycolor);
}

.page .comment-body {
    background-color: 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) !important;
    z-index: 1;
    content: "";
    left: -12px;
}

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

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

.comment-body .author-content-wrap .ttm-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-weight: 600;
    background-color: transparent;
    border-radius: var(--ttm-button-shape);
}

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

.says {
    display: none;
}

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

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

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

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

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

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

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

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

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

.trackback .comment-body,
.pingback .comment-body {
    margin: 0px 0px 30px 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;
}

.industriz-page-full-width.industriz-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: block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ttm-post-prev-next-buttons {
    padding-top: 60px;
}

.ttm-post-prev-next-buttons .ttm-right-align-btn {
    float: right;
}

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

.comment-form textarea,
.comment-form input[type="text"],
.comment-form textarea,
.comment-form input[type="email"],
.comment-form textarea,
.comment-form input[type="url"] {
    background-color: transparent;
    border-radius: var(--border-radius-image);  
    border: 1px solid var(--ttm-bordercolor) !important;
}

.comment-form textarea:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="text"]:focus {
    border: 1px solid var(--ttm-skincolor) !important;
}

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

.comment-form p.form-submit {
    padding-top: 0;
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0;
    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);
}

body .comment-form input[type="submit"] {
    background-color: var(--ttm-secondarycolor) !important;
    padding: 15px 30px !important;
    border-radius: 30px !important;
    color: #fff !important;
}
body .comment-form input[type="submit"]:hover {
	background-color: var(--ttm-skincolor) !important;
}
.comment-form input[type="submit"]:hover {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
}

/*** Blog Navigation section ***/
.main-holder .site-content .woocommerce-pagination,
.industriz-pagination {
    display: block;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: left;
}
.industriz-boxes .industriz-boxes-inner .industriz-pagination {
    margin-bottom: 0px;
}
.main-holder .site-content nav.woocommerce-pagination ul li span,
.main-holder .site-content nav.woocommerce-pagination ul li a,
.industriz-pagination .page-numbers {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    border: 1px solid var(--ttm-bordercolor);
    color: var(--ttm-secondarycolor);
    font-size: 15px;
    font-weight: 600;
    border-radius: var(--border-radius-image);
    margin: 0 3px 10px;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.ttm-bgcolor-grey .industriz-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,
.industriz-pagination .page-numbers.current,
.industriz-pagination .page-numbers:hover {
    border-color: transparent;
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-skincolor);
}

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

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

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

.ttm-social-top-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid var(--ttm-bordercolor);
    padding: 0 18px;
    padding-bottom: 30px;
    border-radius: 0;
}

.ttm-social-share-wrapper {
    float: right;
}
.single-post .ttm-social-share-links ul li a {
    border: unset;    
    font-size: 17px;
    border-radius: var(--border-radius-image);
    background-color: var(--ttm-greycolor);
    color: var(--body-fonts-color);
}

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

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

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

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

.ttm-social-share-links ul li a {
    border: 1px solid #e3e3e3;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 17px;
    border-radius: 19px;
    background-color: var(--ttm-whitecolor);
}

.ttm-pf-single-content-wrapper.ttm-pf-view-left-image .ttm-pf-detail-box {
    width: 100%;
    display: flex;
}
.industriz-pf-detailbox-list {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-top: 0px;    
}

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

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

.ttm-social-top-wrapper .ttm-social-share-links ul li a {
    border: 1px solid var(--ttm-bordercolor);
    background-color: var(--ttm-whitecolor);
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: var(--ttm-blackishcolor);
}

.ttm-social-share-links ul li a:hover {
    color: var(--ttm-whitecolor);
    border-color: transparent;
}

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

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

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

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

.ttm-portfolio-description .industriz-pf-detailbox-title {
    margin-bottom: 15px;
}

.ttm-pf-single-content-wrapper.ttm-pf-view-full .ttm-portfolio-description .industriz-pf-detailbox-title {
    display: none;
}
.ttm-pf-single-content-wrapper-innerbox,
.ttm-pf-single-content-wrapper.ttm-pf-view-top-image .ttm-pf-top-content {
    position: relative;
}

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

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

.industriz-pf-detailbox-list .ttm-pf-details-date {
    position: relative;
    display: block;
    padding: 15px 0px 15px 0px;
    width: auto;
}
.ttm-pf-view-top-image .industriz-pf-detailbox-list .ttm-pf-details-date .ttm-pf-left-details {    
    color: #fff;
    display: block;
	padding-bottom: 7px;
}
.ttm-pf-view-top-image span.ttm-pf-right-details {
    color: #fff;
}
.single-ttm_portfolio .ttm-pf-view-top-image .nav-previous a {	
	padding: 10px 30px 9px 68px;	
}
.single-ttm_portfolio .ttm-pf-view-top-image .nav-next a {	
	padding: 10px 68px 9px 30px;	
}
.single-ttm_portfolio .ttm-pf-view-top-image .nav-previous a:after {
    position: absolute;
    content: '\e836';
	font-family: 'ttm-industriz-icons';
    width: 47px;
    height: 45px;
	line-height: 44px;
	color: #fff;
    background-color: var(--ttm-skincolor);
    border-radius: 10px 0 0 10px;
    left: 0;
    top: 0;
}
.single-ttm_portfolio .ttm-pf-view-top-image .nav-previous a:before {
	position: absolute;
	content:'';
	
	left: 0;
	bottom: 0;
	height: 100%;
	width: 47px;	
	transition: all .3s;
}
.single-ttm_portfolio .ttm-pf-view-top-image .nav-previous a:hover:before {
	width: 100%;	
}
.single-ttm_portfolio .ttm-pf-view-top-image .nav-next a:after {
    position: absolute;
    content: '\e826';
	font-family: 'ttm-industriz-icons';
    width: 47px;
    height: 45px;
	line-height: 44px;
	color: #fff;
    background-color: var(--ttm-skincolor);
    border-radius: 10px 0 0 10px;
    right: 0;
    top: 0;
	transition: all .3s;
}
.single-ttm_portfolio .ttm-pf-view-top-image .nav-next a:after {
	border-radius: 0 10px 10px 0;
}
.single-ttm_portfolio .ttm-pf-view-top-image .nav-links a {
	background-color: var(--ttm-secondarycolor);
	color: #fff;
	border-radius: var(--border-radius-image);
	transition: all .3s;
}
.industriz-pf-detailbox-list .ttm-pf-details-date:last-child {
    border-bottom: none;
	padding-bottom: 0 !important; 
}

.industriz-pf-single-detail-box .ttm-short-desc {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--ttm-bordercolor);
    margin-bottom: 22px;
}
.single-ttm_portfolio .industriz-pf-detailbox-list .ttm-pf-details-date .ttm-pf-left-details {
    font-size: 18px;
    font-weight: 500;
    margin-right: 5px;
    color: #fff;
}
.industriz-pf-detailbox-list .ttm-pf-details-date .ttm-pf-left-details:after {
    content: ':';
}
.ttm-pf-single-content-wrapper.ttm-pf-view-top-image .ttm-pf-top-content .industriz-pf-single-details-area {
    padding: 30px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: auto;
    backdrop-filter: blur(15px);
    border-radius: 15px;
}
.ttm-pf-view-top-image .industriz-pf-detailbox-list .ttm-pf-details-date {
	padding: 12px 0px 12px 0px;
}
.ttm-pf-view-top-image .industriz-pf-single-content-area {
    padding: 0px 15px;
}

.ttm-pf-single-content-wrapper.ttm-pf-view-top-image .industriz-pf-single-detail-box {
    margin-top: 0;
}

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

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

.ttm-pf-view-top-image .industriz-pf-detailbox-list .ttm-pf-details-date i,
.ttm-pf-view-left-image .industriz-pf-detailbox-list .ttm-pf-details-date i {
    top: 11px;
}
.ttm-pf-view-top-image .featured-image-bg {
	height: 630px;
	width: 100%;
	border-radius: var(--border-radius-image);
	background-size: cover;
}
.ttm-pf-view-top-image .industriz-pf-detailbox-list .ttm-pf-details-date:before {
    content: unset;
}

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

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

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

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

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

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

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

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

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

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

.single-ttm_portfolio .nav-next a,
.single-ttm_portfolio .nav-previous a {
    text-align: center;
    top: 106px;
    right: 48px;    
    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-ttm_portfolio .site-content-wrapper {
    position: relative;
}

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

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

.ttm-nextprev-bottom-nav {
    position: relative;
    margin-bottom: 35px;
    padding-top: 45px;
}

.single-ttm_portfolio .ttm-social-bottom-wrapper {
    display: block;
    clear: both;
    padding-top: 5px;
}
.single-ttm_portfolio .ttm-pf-view-full .ttm-social-bottom-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

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

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

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

/*** 

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

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

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

/*** Single Team member ***/
h2.ttm-team-member-single-title {
    margin-bottom: 0px;
    color: rgba(255, 254, 254, 0.1);    
    font-size: 150px;
    line-height: 1;
    font-weight: 700;
	background: url('../images/blur-img.png') no-repeat center/cover;
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    position: relative;
}
.ttm-team-member-view-default .highlight {
    color: transparent;
    font-size: 34px;
    -webkit-text-stroke: 1px white;
}
.ttm-team-member-single-title::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-image: inherit;
    background-size: inherit;
    background-position: inherit;
    -webkit-background-clip: text;
    filter: blur(2px);
    z-index: 1;    
}
span.clear-text {
    font-size: 34px;
    line-height: 1;
    -webkit-text-stroke: 1px white;
	margin-left: -28px;
}
span.glass-text {
    -webkit-text-stroke: 2px white;
	position: relative;
}
.ttm-team-member-single-title {
  width: 100%;  
}
.ttm-team-member-view-default .industriz-team-heading {
    position: absolute;
    bottom: 18px;
    left: 23px;	
}
.ttm-team-member-single-position {
    font-size: 16px;
}
.ttm-featured-wrapper.ttm-ttm_team_member-featured-wrapper {
    margin-left: 0;
    width: fit-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** Single Team member (ttm-team-member-view-wide-image ) ***/
.single-ttm_team_member .industriz-team-img {
    margin-top: 0px;
    padding: 0px 0 50px 50px;
    position: relative;
    overflow: hidden;
}
.ttm-team-member-view-wide-image .ttm-team-member-single-excerpt {
    margin-top: 10px;
}
.ttm-team-member-view-wide-image .ttm-team-member-single-meta-details {
    padding-top: 40px;
    border-top: 1px solid #e4e4e4;
    margin-top: 40px;
}

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

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

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

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

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

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

body .ttm-team-member-single-content-wrapper .elementor-section.elementor-top-section:first-child {
    margin-top: 0;
}
.ttm-team-member-single-content-wrapper .ttm-teammember-content {
    padding-bottom: 30px;
	margin: 0;
}
.ttm_team_member-template-default.single-ttm_team_member .site-main {
    padding-top: 80px;
	padding-bottom: 40px;
}

.ttm-team-member-single-content-wrapper.ttm-team-member-view-default .ttm-team-member-single-content .industriz-team-member-single-featured-area .industriz-team-member-info {
    background-color: var(--ttm-greycolor);
    padding: 30px 30px 30px 45px;
    border-radius: 20px;
    border: 1px solid var(--ttm-bordercolor);
}

.ttm-team-member-single-content-wrapper.ttm-team-member-view-default .ttm-team-member-single-content .industriz-team-member-single-featured-area .industriz-team-member-info .industriz-team-img img {
    border-radius: 20px;
}

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

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

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

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

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

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

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

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

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

/*** 

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

 ***/

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

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

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

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

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

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

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

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

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

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

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

.ttm-fid-with-icon.ttm-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;
    font-family: var(--body-font-family);
}

.inside .industriz-fid-wrapper {
    padding-top: 20px;
}

.inside h4 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
}

.ttm-fid-view-righticon .ttm-fid-icon-wrapper i,
.ttm-fid-view-lefticon .ttm-fid-icon-wrapper i {
    font-size: 55px;
    font-size: 50px;
    line-height: 50px;
    top: 13px;
}
.inside.ttm-fid-view-righticon h4 {
    font-size: 37px;
    line-height: 46px;
}
.inside.ttm-fid-view-righticon h3,
.inside.ttm-fid-view-lefticon h3 {
    font-size: 18px;
    line-height: 28px;
	color: var(--ttm-secondarycolor);
}
.inside.ttm-fid-view-lefticon h4 {
	font-size: 100px;
	line-height: 110px;
}
.ttm-fid.inside h4 {
    position: relative;
}

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

.ttm-fid-without-icon.inside h3 span {
    padding-left: 0px;
}

.inside h3 span {
    padding: 2px 4px 0px 4px;
    display: block;
}

.inside.ttm-fid-view-lefticon h3 span {
    padding: 0px 4px 0px 4px;
}

.ttm-fid-inner sub,
.ttm-fid-inner sup {
    font-size: 15px;
    font-weight: normal;
}

.ttm-fid-inner sup {
    top: -0.9em;
}

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

.inside.ttm-fid-view-lefticon {
    display: flex; 
	padding-left: 0; 
}
.tm-home2-digit .inside.ttm-fid-view-lefticon {    
	padding: 0; 
}
/*** Left icon view ***/
.ttm-fid-view-righticon .ttm-fid-left,
.ttm-fid-view-lefticon .ttm-fid-left {
    position: relative;
    display: block;
}

.ttm-fid-view-righticon .ttm-fld-contents,
.ttm-fid-view-lefticon .ttm-fld-contents {
    text-align: left;
    clear: both;
    overflow: hidden;
}
.ttm-fid-view-lefticon.ttm-fid-without-icon .ttm-fld-contents {
    padding-left: 0px;
}

.ttm-fid-view-righticon-border .ttm-fid-icon-wrapper,
.ttm-fid-view-lefticon-border .ttm-fid-icon-wrapper,
.ttm-fid-view-righticon .ttm-fid-icon-wrapper,
.ttm-fid-view-lefticon .ttm-fid-icon-wrapper {
    position: absolute;
    top: 0px;
}
.ttm-fid-view-righticon.inside h4,
.ttm-fid-view-lefticon.inside h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    display: block;
	font-weight: 400; 
}

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

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

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

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

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

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

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

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

.inside .ttm-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
====================================================================

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

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

body.industriz-sidebar-left:not(.ttm-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget .woocommerce-product-search .search-field,
.widget .search-form .search-field {
    border: 1px solid #f0f0f0;
    background-color: var(--ttm-whitecolor);
    border-radius: 5px;
    padding: 11px 41px 11px 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: 6px;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 49px;
    height: 51px;
    z-index: 1;
    border-radius: 0px;
    background-image: url(../images/findicon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    background-color: transparent;
	opacity: 0.62; 
}

.ttm-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,
#sidebar-right.sidebar .widget:first-child {
    margin-top: 0px;
}

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

#sidebar-left.sidebar .widget,
#sidebar-right.sidebar .widget {
    padding: 35px 0px 0px;
    overflow: hidden;
}

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

.sidebar .widget h2,
.sidebar .wp-block-search__label {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
    display: block;
}

.sidebar .wp-block-search__label {
    margin-bottom: 0px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    color: var(--ttm-secondarycolor);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ttm-empty-sidebar .theiaStickySidebar {
    padding-bottom: 0px !important;
}

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

.sidebar .widget .search-form .search-field {
    border-radius: 5px;
    padding: 12px 80px 12px 22px;    
    border: 1px solid var(--ttm-greycolor);
}

/*** 

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

/*** 

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

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

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

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

.ttm-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 var(--ttm-bordercolor);
    margin: 0px;
}

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

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

.ttm-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__arrow b,
.ttm-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: 25px;
    display: block;
    padding-top: 5px;
}

.wpcf7-form .ttm-contact-btn {
    padding-top: 5px;
}
.wpcf7-form .ttm-contact-btn p {
    margin: 0;
}
.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 .ttm-commonform textarea {
    min-height: 76px;
}

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

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

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

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

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

/*** 

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

 ***/

/*Heading subheding*/
.ttm-align-center .ttm-element-heading-content-wrapper .ttm-element-content-desctxt {
    width: 41%;
    margin: 0 auto;
}

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

.elementor-element .industriz-boxes .industriz-box-heading-wrapper.ttm-boxwithout-heading {
    margin-bottom: 0;
}

.ttm-content-with-desc .ttm-element-content-heading {
    margin-bottom: 20px;
}

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

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

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

.ttm-heading-style-horizontal.ttm-element-heading-content-wrapper .ttm-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(.ttm-titlebar) .entry-title,.industriz-box-blog .industriz-box-content h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
}

.entry-header:not(.ttm-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;
}

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

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

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

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

/*** 

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

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

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

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

/*** 

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

 ***/
.industriz-boxes-testimonial.industriz-boxes-view-slickview .industriz-testimonials-info {
    overflow: hidden;
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

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

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

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

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

.industriz-boxes-testimonial.industriz-boxes-view-slickview .industriz-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;
}
.industriz-boxes-testimonial .industriz-box-desc .industriz-testimonial-text {
    position: relative;
    font-family: var(--special-element-fontfamily);
    font-size: 34px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    padding: 10px 0 30px;
    color: #768495;
}
.industriz-boxes-testimonial .testimonials-info .slick-list {
	overflow: visible;
}
.ttm-bgcolor-skincolor .industriz-boxes-testimonial .industriz-box-desc .industriz-testimonial-text,
.ttm-col-bgcolor-skincolor .industriz-boxes-testimonial .industriz-box-desc .industriz-testimonial-text,
.ttm-bgcolor-darkgrey .industriz-boxes-testimonial .industriz-box-desc .industriz-testimonial-text,
.ttm-col-bgcolor-darkgrey .industriz-boxes-testimonial .industriz-box-desc .industriz-testimonial-text {
    color: rgba(255, 255, 255, 0.80);
}

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

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

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

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

/*** testimonial style 1 ***/
.industriz-boxes-testimonial .industriz-testimonialbox-style1 .industriz-box-desc .industriz-testimonial-text {
    position: relative;
    font-family: var(--body-font-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding: 10px 0 0px;
    color: #fff;
    text-align: left;
}
.industriz-boxes-testimonial .industriz-testimonialbox-style1 .industriz-author-name {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
    color: #fff;
}
.industriz-boxes-testimonial .industriz-testimonialbox-style1 .industriz-box-footer {
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    color: #fff;
}
.industriz-boxes-testimonial .industriz-testimonialbox-style1 .industriz-box-author .industriz-box-title {
    padding-top: 0px;
    padding-left: 0;
}
.industriz-boxes-testimonial .industriz-testimonialbox-style1 .industriz-box-content {
    padding: 25px 30px 22px 30px;        
    border-radius: var(--border-radius-image);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(13.5px);
}
.industriz-testimonialbox-style1 .industriz-quote {
    position: relative;
	width: 40px;
    height: 40px;
	border-radius: 8px;
	display: block; 
	background-color: var(--ttm-skincolor);
	float: right; 
}
.industriz-testimonialbox-style1 .industriz-quote:after {
    -webkit-mask: url(../images/quot.svg) no-repeat 100% 100%;
    mask: url(../images/quot.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 14px;
    left: 13px;    
    width: 14px;
    height: 11px;
    content: '';
    background-color: #fff;
	transform: rotate(-8deg);
}
.industriz-testimonialbox-style1 .industriz-boxes-inner {
    overflow: hidden;
}
.industriz-testimonialbox-style1 .ttm-box-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.52);
    padding-bottom: 15px;
    margin-bottom: 4px;
}
.industriz-boxes-view-swiper .ttm-box-col-wrapper:nth-child(odd) .industriz-testimonialbox-style1 {
    transform: rotate(-10deg);
    transition: all 0.5s ease;
}
.industriz-boxes-view-swiper .ttm-box-col-wrapper:nth-child(even) .industriz-testimonialbox-style1 {
    transform: rotate(10deg);
    transition: all 0.5s ease;
}

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

.industriz-box-view-default .industriz-box-author .industriz-box-img .industriz-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;
}

.industriz-box-view-default .industriz-box-title {
    margin-top: 0px;
    position: relative;
}

.industriz-box-view-default .industriz-box-author .industriz-author-name a:hover {
    color: #424242;
}

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===Box-gap-45px===*/
.industriz-boxes-gap-45px .industriz-boxes-row-wrapper.row {
    margin-left: -22px;
    margin-right: -22px;
}
 
.industriz-boxes-gap-45px .industriz-boxes-row-wrapper.row .ttm-box-col-wrapper {
    padding-right: 22px;
    padding-left: 22px;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

 ***/
.industriz-slider-wrapper {
    position: relative;
    z-index: 1;
    background-color: transparent;
}
.ttm-headerstyle-classic .industriz-slider-wrapper {
    z-index: 9;	
}

.slick-slide {
    outline: none;
}
.industriz-boxes-row-wrapper .slick-arrow {
    padding: 0;
    margin: 0 3px;
    z-index: 1;
    background: transparent;
    width: 37px;
    height: 37px;
    border: 1px solid #c7c7c7;
    color: #182333;
    text-align: center;
	-webkit-transform: none;
}
.ttm-boxes-carousel-arrows-hide .industriz-boxes-row-wrapper .slick-arrow {
    opacity: 0;
}

.industriz-boxes-view-carousel .industriz-boxes-row-wrapper .slick-arrow:hover:before {
    color: var(--ttm-whitecolor);
    border-color: transparent;
}
.industriz-boxes-row-wrapper .slick-prev:before,
.industriz-boxes-row-wrapper .slick-next:before {
    font-family: "themeicons_industriz";
    content: "\f113";    
    font-size: 22px;
    line-height: 32px;
    position: relative;
    opacity: 1;	
}
.industriz-boxes-view-slickview .industriz-boxes-row-wrapper .slick-prev:before,
.industriz-boxes-view-slickview .industriz-boxes-row-wrapper .slick-next:before {
	color: #768495;
}
.industriz-boxes-row-wrapper .slick-prev {
    text-align: center;
    transform: rotateZ(-180deg);    
}
.ttm-boxes-carousel-arrows-1 .industriz-boxes-row-wrapper .slick-arrow {
    opacity: 1;
    visibility: visible;
}

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

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

.industriz-boxes-team.industriz-boxes-view-carousel .slick-slider {
    margin-left: -10px;
    margin-right: -10px;
}

.industriz-boxes-portfolio .industriz-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;
}

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

.ttm-bgcolor-skincolor .slick-dots li button,
.ttm-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: "ttm-industriz-icons";
}

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

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

/*** 

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

.ttm-dropcap.ttm-bgcolor-dark {
    background-color: #202020;
}

.ttm-dropcap.ttm-bgcolor-grey {
    background-color: #E2E2E2;
}

.ttm-dropcap.ttm-bgcolor-grey,
.ttm-dcap-txt-color-dark {
    color: #313131;
}

.ttm-dcap-style-square,
.ttm-dcap-style-round,
.ttm-dcap-style-rounded {
    position: relative;
    top: 4px;
    float: left;
    margin-right: 10px;
    padding: 0;
    line-height: 50px;
    text-transform: uppercase;
}

.ttm-dcap-style-rounded {
    border-radius: 5px;
    background-color: #c93756;
    font-size: 35px;
}

.ttm-dcap-style-round {
    border-radius: 50%;
    background-color: #1f4788;
    font-size: 35px;
}

.ttm-dcap-style-square {
    color: #a0ce4e;
    font-size: 60px;
}

.ttm-dropcap.ttm-bgcolor-skincolor {
    color: var(--ttm-whitecolor);
    background-color: #fc6042;
    font-size: 35px;
}

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

/*** 

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

 ***/
.industriz-boxes-textalign-left .ttm-sortable-wrapper {
    text-align: left;
}
.industriz-boxes-textalign-right .ttm-sortable-wrapper {
    text-align: right;
}
.ttm-sortable-list ul {
    margin: 0 120px;
    padding: 0;
    margin-bottom: 35px;
    margin-top: 20px;
    background-color: var(--ttm-greycolor);
    border-radius: var(--border-radius-image);
}
.ttm-sortable-list .ttm-sortable-link {
    display: inline-block;
    margin-right: 0;
    width: 25%;
}
.ttm-sortable-list .ttm-sortable-link a {
    display: block;
    cursor: pointer;
    padding: 8px 25px 10px;
    margin: 15px 0;
    width: auto;
    position: relative;
    z-index: 3;
    transition: all 0.3s;    
    font-size: 24px;
    font-weight: 500;
    border: none;
    text-transform: capitalize;
    border-right: 1px solid var(--ttm-bordercolor);
	font-family: var(--special-element-fontfamily); 
}
.ttm-sortable-list .ttm-sortable-link:last-child a {
	border-right: none; 
}
.ttm-sortable-list .ttm-sortable-link a:after {
	position: absolute;
	content:'';
	height: 3px;
	width: 100%;
	background-color: var(--ttm-skincolor);
	bottom: -14px;
	left: 0; 
	opacity: 0;
}
.ttm-sortable-list .ttm-sortable-link a.selected:after {
	opacity: 1;
}
.industriz-boxes-textalign-left .ttm-sortable-list .ttm-sortable-link a {
    padding: 5px 21px;
    background-color: transparent;
    border: none;
    border-radius: 3px;
}
.industriz-boxes-textalign-center .ttm-sortable-wrapper {
    text-align: center;
}
.ttm-bgcolor-skincolor .ttm-sortable-list .ttm-sortable-link a,
.ttm-bgcolor-darkgrey .ttm-sortable-list .ttm-sortable-link a,
.ttm-white-sort-bt .ttm-sortable-list .ttm-sortable-link a {
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: rgba(255, 255, 255, 0.75);
}
.industriz-boxes-portfolio.industriz-boxes-sortable-yes .industriz-boxes-inner.industriz-boxes-portfolio-inner {
    margin-left: 0;
    margin-right: -13px;
}
.industriz-boxes-sortable-yes:not(.industriz-boxes-textalign-center) .industriz-boxes-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

/*** Sidebar ***/
.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 2px 21px 2px 28px;
    margin: 0 5px 8px 0;    
    font-size: 14px !important;
    background-color: var(--ttm-whitecolor);
    color: var(--body-fonts-color);
	position: relative;
	border-radius: var(--border-radius-image);
}
.sidebar .widget .tagcloud a:last-child {
    margin-bottom: 0;
}
.blog .ttm-entry-meta .ttm-meta-line.comments-link {
	display: none;
}
.sidebar .widget .tagcloud a:hover {
    color: var(--ttm-whitecolor);
    border-color: transparent;
}

.sidebar .gallery {
    margin-bottom: 0;
}

/***  comment-form-rating ***/
.comment-form-rating {
    padding-bottom: 10px;
}

#review_form .comment-form-rating .select2-container {
    display: none;
}

/*** 

====================================================================
    404 Page
====================================================================

 ***/
.error404 .ttm-header-style-classic,
.error404.ttm-elementor-header-one div.ttm-titlebar-wrapper,
.error404 .site-footer {
    display: none;
}

.error404 .site-main {
    padding-top: 108px;
	padding-bottom: 80px;
}
.error404 .page-content {
    display: inline-block;
    padding: 0 60px;
}
.error404 .ttm-loop-container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    animation: tm-marque-text 10s linear infinite;
    will-change: transform;
    white-space: nowrap;
    top: 214px;
    z-index: -1;
}
section.error-404 {
    padding: 145px 0px 157px;
    text-align: center;
	position: relative;
}
section.error-404:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 10px;
	height: 600px;
	width: 600px;
	border: 1px solid var(--ttm-bordercolor);
	border-radius: 50%;
	margin: auto; 
	z-index: -1; 
	backdrop-filter: blur(15px);
}
.error404 .ttm-btn-color-skincolor.elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button {
    background-color: var(--ttm-secondarycolor);
}
.error404 .ttm-btn-color-skincolor.elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover {
    background-color: var(--ttm-skincolor);
	color: #fff;
}
section.error-404 .ttm-big-icon {
    font-size: 104px;
}

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

section.error-404 h1 {
    font-size: 64px;
    line-height: 74px;
    font-weight: 600;
    display: inline-grid;
    align-content: center;
    justify-items: center;
}
section.error-404 .page-description {
    margin: 0 auto;
    display: inline-block;
    position: relative;    
	padding: 0 440px; 
}

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;
}
.ttm-sresults-no-content-w {
    padding-bottom: 22px;
    padding-top: 0;
}
.ttm-sresults-no-content-w h3 {
    font-size: 30px;
    line-height: 35px;
}
.error404 .site-main {
    background-color: transparent !important;
}
section.error-404 h4 {
    font-size: 200px;
    line-height: 210px;
    -webkit-text-fill-color: var(--ttm-greycolor);
    -webkit-text-stroke-width: 1px;
    font-family: var(--special-element-fontfamily);
    font-weight: 800;
    color: var(--ttm-bordercolor);
    text-transform: uppercase;
}

.ttm-404-home-button {
    margin-top: 10px;
}

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

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

.ttm-404-home-button .elementor-button-icon {
    padding-right: 2px;
}

.ttm-404-home-button .elementor-element.elementor-widget-button .elementor-button {
    border-radius: var(--ttm-button-shape);
}

.ttm-404-home-button .elementor-element.elementor-widget-button .elementor-button:before {
    background-color: var(--ttm-secondarycolor);
}

/*** 

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

 ***/
.ttm-sresult-form-wrapper {
    padding: 22px 0px 21px;
    margin-bottom: 60px;
    color: var(--ttm-whitecolor);
    border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ttm-sresult-form-wrapper h2 i {
    display: none;
}

body.search .ttm-sresult-form-wrapper .search-form .search-field {
    border: 0;
    border-radius: 5px;
    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 .ttm-sresult-form-wrapper .search-form .search-field::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.48);
}

body.search .ttm-sresult-form-wrapper .search-form .search-field::-moz-placeholder {

    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.48);
}

body.search .ttm-sresult-form-wrapper .search-form .search-field:-ms-input-placeholder {

    /* IE 10+ */
    color: rgba(255, 255, 255, 0.48);
}

body.search .ttm-sresult-form-wrapper .search-form .search-field:-moz-placeholder {

    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.48);
}

body.search .ttm-sresult-form-wrapper .search-form input.search-field:focus {
    background-color: rgba(32, 32, 32, 0.08);
    color: var(--ttm-whitecolor);
}

.ttm-sresult-form-wrapper .search-form {
    width: 62%;
    display: table-cell;
    position: relative;
}

.ttm-sresult-form-wrapper .search-form:after {
    position: absolute;
    content: '\e825';
    font-family: "ttm-industriz-icons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 19px;
    background-color: rgba(0, 0, 0, 0.12);
    height: 50px;
    display: block;
    width: 51px;
    top: 3px;
    text-align: center;
    padding-top: 15px;
    left: 0;
    border-radius: 5px 0px 0px 5px;
}

.ttm-sresult-form-wrapper .search-form label {
    margin-bottom: 0;
    display: block;
}

.search .ttm-sresult-form-wrapper .search-form .search-submit {
    display: none;
}

.ttm-sresult-form-top {
    position: relative;
    display: table;
    width: 100%;
    padding: 7px 25px 9px 25px;
}

.ttm-sresults-settings-wrapper {
    width: auto;
    display: table-cell;
    position: relative;
    padding-left: 15px;
}

.ttm-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: 5px;
    outline: none;
    font-weight: 500;
}

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

.ttm-search-eventlist .item .item-thumbnail:before {
    display: none;
}

.ttm-search-list.ttm-search-postlist {
    padding-left: 0px;
}

.ttm-sresults-first-row,
.ttm-sresults-cta-wrapper {
    padding-bottom: 60px;
}

.ttm-sresults-title-w h2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
}

.ttm-sresults-title-w h2 strong {
    font-weight: 700;
}

.search-results .ttm-list.ttm-list-style-icon li {
    position: relative;
    padding-bottom: 10px;
    list-style: none;
}

.search-results .ttm-list.ttm-list-style-icon .ttm-list-li-content {
    padding-left: 7px;
}

.ttm-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: 2em;
}

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

.ttm-sresults-title small a i {
    width: 8px;
    margin-left: -6px;
    padding-right: 18px;
    margin-top: -1px;
}

.search-results .industriz-box-portfolio .industriz-post-item {
    margin-bottom: 30px;
}

.search-results .page-header {
    border: none;
    margin: 0px 0 0px;
    padding-bottom: 0px;
}

.ttm-results-page .ttm-list.ttm-list-style-icon,
.ttm-results-post .ttm-recent-post-list {
    margin-top: 0;
}

.ttm-sresults-first-row .ttm-list.ttm-list-style-icon,
.ttm-sresults-first-row ul.ttm-recent-post-list {
    margin-bottom: 0;
    padding: 0;
}

.ttm-results-page>.row,
.ttm-results-post>.row {
    padding-bottom: 37px;
}

/*** Search widget ***/
.search-form .search-submit {
    display: block;
}

.widget .search-form label {
    display: block;
    margin-bottom: 0px;
}

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

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

.footer .ttm-textcolor-white .ttm-footer2-left,
.footer .ttm-textcolor-white .ttm-footer2-right,
.footer .ttm-textcolor-white .widget ul.industriz_contact_widget_wrapper li,
.footer .ttm-textcolor-white ul.ttm-recent-post-list > li .post-date,
.footer .ttm-textcolor-white p {
    color: rgba(255, 255, 255, 0.65) !important;
}

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

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

.industriz-topbar-wrapper.ttm-bgcolor-darkgrey.ttm-textcolor-white {
    color: rgba(255, 255, 255, 0.80);
}

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

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

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

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

.ttm-textcolor-dark ul.ttm-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: var(--ttm-secondarycolor);
}

.ttm-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 ***/
.industriz-boxes-testimonial.industriz-boxes-view-slickview  .industriz-box-heading-wrapper {
    padding-bottom: 0px;
}

.industriz-boxes-testimonial.industriz-boxes-view-slickview  .industriz-box-heading-wrapper .ttm-cta3-without-desc {
    padding-bottom: 16px;
}

.industriz-boxes-view-slickview .testimonial_wrapper .slick-arrow.slick-next:hover:before,
.industriz-boxes-view-slickview .testimonial_wrapper .slick-arrow.slick-prev:hover:before {
	color: #fff;   
}

.industriz-boxes-view-slickview .testimonial_wrapper .slick-prev:before,
.industriz-boxes-view-slickview .testimonial_wrapper .slick-next:before {
    font-size: 20px;
}
.industriz-boxes-view-slickview .testimonial_wrapper .slick-prev,
.industriz-boxes-view-slickview .testimonial_wrapper .slick-next {    
    box-shadow: none !important;
}

.industriz-boxes-view-slickview .testimonial_wrapper .slick-prev {
    left: 50%;
    margin-left: -195px;
}

.industriz-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.industriz-portfolio-likes-wrapper .like-active {
    cursor: default;
}

a.industriz-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 ***/
.ttm-meta-line img {
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

article.industriz-box-blog-classic .ttm-entry-meta-wrapper {
    margin-bottom: 8px;
    position: relative;
}

.single .post.industriz-box-blog-classic .ttm-social-share-wrapper .ttm-social-share-links {
    display: block;
}

.post.industriz-box-blog-classic.industriz-blogbox-format-quote .ttm-blog-classic-box-content {
    padding: 0px;
    border: none;
    box-shadow: unset;
}

.post.industriz-box-blog-classic .industriz-blogbox-desc-footer .industriz-blogbox-footer-left {
    clear: both;
    padding: 0px;
    float: left;
}

.post.industriz-box-blog-classic .industriz-blogbox-footer-readmore a {    
    position: relative;
    display: inline-block;
    position: relative;
}

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

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

.post.industriz-box-blog-classic .ttm-social-share-wrapper .ttm-social-share-title {
    margin-right: 3px;
    font-family: var(--special-element-fontfamily);
    margin-right: 3px;
}

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

.single-ttm_portfolio .ttm-social-share-title {
    font-size: 17px;
    line-height: 26px;
    margin-top: 5px;
    margin-right: 5px;
    font-weight: 700;
}

.single-ttm_portfolio .ttm-social-share-links ul,
.single .industriz-box-blog-classic .ttm-social-share-links ul {
    padding-right: 0px;
}

.single .post.industriz-box-blog-classic .ttm-social-share-wrapper .ttm-social-share-links {
    position: initial;
    opacity: 1;
    visibility: visible;
    text-align: left;
    padding: 0px;
    width: auto;
    float: left;
}
.post.industriz-box.industriz-box-blog-classic .industriz-blogbox-desc-footer .industriz-blogbox-footer-readmore a {
    padding: 0 20px 0 0;
	margin: 16px 0 0;
    position: relative;
    display: inline-block;
}

/*** sortable button ***/
.industriz-boxes-portfolio.industriz-boxes-sortablebutton-round .ttm-sortable-list .ttm-sortable-link a {
    border-radius: 2em;
}

.site-footer .ttm-textcolor-dark,
.site-footer .ttm-textcolor-dark .social-icons li:not:hover i,
.site-footer .ttm-textcolor-dark.industriz-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 */
.ttm-header-style-infostack .kw-phone .ttm-custombutton a,
.industriz-boxes-row-wrapper .slick-prev:before,
.industriz-boxes-row-wrapper .slick-next:before,
.industriz-boxes-row-wrapper .slick-arrow {
    transition: all 0.3s ease-in-out;
}

/* single Blockquote */
.single article.post blockquote:before {
    -webkit-mask: url(../images/quotation.svg) no-repeat 100% 100%;
    mask: url(../images/quotation.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 35px;
    left: 32px;    
    width: 71px;
    height: 60px;
    content: '';
    background-color: #D8D7D7;
}
.single article.post blockquote {
    display: block;
    padding: 30px 30px 15px 116px;
    position: relative;
    background-color: var(--ttm-greycolor);
    color: var(--ttm-secondarycolor);
    margin: 40px 0 45px 0px;
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
    min-height: 100px;
    z-index: 1;
    border-radius: 15px;
    text-align: left;
    font-family: var(--special-element-fontfamily);
    border: unset;
}
.single article.industriz-box-blog-classic .ttm-blog-classic-box-content h2 {
	font-size: 34px;
	line-height: 44px;
}

.single article.post blockquote cite:before {
    content: unset;
}

.single article.post blockquote cite {
    font-size: 20px;
    margin-top: 15px;
    position: relative;
    font-weight: 500;
    color: var(--ttm-secondarycolor);
}

.single article.post blockquote span {
    font-size: 20px;
    line-height: 30px;
    color: var(--body-fonts-color);
    font-style: normal;
    font-weight: 500;
    font-family: var(--special-element-fontfamily);
}

article.post .entry-content blockquote p {
    margin-bottom: 15px;
    color: inherit;
}

blockquote h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
}

.single article.post blockquote .author-title {
    margin-top: -10px;
    padding-bottom: 10px;
}

/* span tag for category widget */
.sidebar .widget.widget_categories li.cat-item ul.children > li,
.sidebar .widget.widget.widget_categories ul > li > ul > li,
.sidebar .widget_product_categories li,
.widget.industriz_category_list_widget li,
.sidebar .widget_categories li {
    position: relative;
	padding-left: 24px !important;
}

.sidebar .widget_product_categories li span,
.sidebar .widget_categories li span {
    color: var(--ttm-secondarycolor);
}

/* recent post widget with hide feature image */
.footer .widget.ttm-hide-feature-image ul.ttm-recent-post-list {
    text-align: center;
}

.footer .widget.ttm-hide-feature-image ul.ttm-recent-post-list > li img {
    display: none;
}

/*** text align center ***/
.ttm-textalign-center,
.ttm-center-text {
    text-align: center;
}

/* footer widget nav menu */
.site-footer .widget.ttm-widget_nav_menu.widget_nav_menu ul li {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0px 0px 11px 0;
}

.sidebar .widget ul ul > li {
    padding-left: 7px;
    padding-top: 0 !important;
    border: none !important;
    padding-bottom: 0px !important;
    padding-right: 0px;
}

.site-footer .widget.ttm-widget_nav_menu.widget_nav_menu ul li:nth-child(even) {
    width: 40%;
    margin-left: 5%;
}

/*** Row, Column z-index ***/
.ttm-zindex-0,
.ttm-zindex-1,
.ttm-zindex-2 {
    position: relative;
}

.ttm-zindex-0 {
    z-index: unset;
}

.ttm-zindex-2 {
    z-index: 2;
}

.ttm-zindex-1 {
    z-index: 1;
}

/*** Testimonials One Colume Carsoul ***/
/* Testimonial New */
.industriz-boxes-testimonial.industriz-boxes-view-carousel .slick-slider.slick-dotted {
    padding-bottom: 55px;
}

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

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

.industriz-boxes-testimonial .industriz-box-content {
    padding: 25px 20px 15px 20px;
    overflow: hidden;
}

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

.industriz-boxes-testimonial .industriz-box-desc blockquote {
    border: none;
    margin: 0;
    outline: none;
    text-align: left;
    position: relative;
    color: inherit;
    font-style: italic;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 19px;
    background-color: transparent;
    line-height: 33px;
}

.industriz-boxes-testimonial .industriz-box-author {
    display: block;
    width: 100%;
    padding-top: 5px;
    margin: 0 auto;
}

.industriz-boxes-testimonial .industriz-box-img .industriz-item-thumbnail {
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    float: none;
    padding: 0 5px;
}

.industriz-box-testimonial .industriz-box-img img {
    border-radius: 50%;
}

.industriz-boxes-testimonial .industriz-box-author .industriz-box-title {
    padding-top: 0px;
    padding-left: 13px;
}
.industriz-boxes-testimonial .industriz-author-name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
}
.industriz-boxes-testimonial .industriz-box-footer {
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
}
.industriz-boxes-testimonial.industriz-boxes-view-carousel .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto;
    right: auto;
    margin-left: -33px;
}
.industriz-boxes-testimonial .ttm-gimmer-icon-star-1.ttm-active,
.industriz-boxes-testimonial .ttm-gimmer-icon-star-empty-1 {
    color: #f4c627;
}
.ttm-col-bgcolor-darkgrey .industriz-boxes-testimonial .industriz-ratting-star,
.ttm-bgcolor-darkgrey .industriz-boxes-testimonial .industriz-ratting-star {
    bottom: -14px;
}

.widget_pages li.empty_link,
.widget_nav_menu li.empty_link {
    display: none;
}

.industriz-ratting-star {
    padding-top: 2px;
    padding-bottom: 7px;
}

.ttm-industriz-icon-star-empty-1,
.ttm-industriz-icon-star-1 {
    display: inline-block;
    width: 10px;
    margin: 0 2px;
    font-size: 14px;
}

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

.ttm-industriz-icon-star-1.ttm-active {
    color: #fd4;
}

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

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

.industriz-boxes-testimonial.ttm-boxes-carousel-arrows-below.industriz-boxes {
    padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.ttm-fid-view-circle-progress .ttm-fld-contents {
    width: auto;
}

/* floatingbar team search widget */
.industriz-fbar-box-w.industriz-fbar-bg-skincolor.industriz-fbar-text-white .widget li a:before,
.industriz-fbar-box-w.industriz-fbar-bg-skincolor.industriz-fbar-text-white .widget li:before {
    color: rgba(255, 255, 255, 0.2);
}

.industriz-fbar-box .textwidget.widget-text {
    font-size: 16px;
    line-height: 26px;
}

.industriz-fbar-position-right .industriz-fbar-btn {
    cursor: pointer;
    position: absolute;
    left: -36px;
    z-index: 1005;
    width: 58px;
    height: 58px;
    text-align: center;
    width: 0;
    height: 0;
    top: 165px;
}

.industriz-fbar-position-right .industriz-fbar-btn a {
    width: 36px;
    height: 41px;
    background-color: #129ce7;
    line-height: 40px;
    padding-left: 0px;
    font-size: 19px;
}

.industriz-fbar-position-right .industriz-fbar-btn a i {
    margin-left: -5px;
}

.industriz-fbar-position-right .industriz-fbar-btn a i.themifyicon {
    line-height: 42px;
}

.industriz-fbar-position-right .industriz-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;
}

.industriz-fbar-position-default .industriz-fbar-btn {
    cursor: pointer;
    position: absolute;
    right: 128px;
    z-index: 1005;
    text-align: center;
    width: 0;
    height: 0;
    bottom: 0;
}

.industriz-fbar-position-default .industriz-fbar-btn a {
    width: 40px;
    height: 44px;
    line-height: 50px;
    text-align: center;
}

.industriz-fbar-position-default .industriz-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.industriz-fbar-btn-link.ttm-close-icon .ttm-fbar-close-icon {
    display: block !important;
}

a.industriz-fbar-btn-link.ttm-close-icon .ttm-fbar-open-icon {
    display: none;
}

.industriz-fbar-box-w .industriz-fbar-box .search_field select {
    padding-left: 7px !important;
}

.ttm-wrap-cell.ttm-fbar-input .search_field.selectbox:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    right: 13px;
    top: 9px;
}

.ttm-floatingbar-info .ttm-floatingbar-desc {
    margin: 30px 0;
}

.industriz-fbar-box .industriz-social-links-wrapper {
    margin-top: 30px;
}

.industriz-fbar-box .industriz-social-links-wrapper .social-icons li a .ttm-ss {
    display: none;
}

/* Testimonial New */
.industriz-boxes-testimonial.industriz-boxes-view-carousel .slick-slider.slick-dotted {
    padding-bottom: 55px;
}

.ttm-textcolor-white .slick-dots li.slick-active button,
.ttm-textcolor-white .slick-dots li button,
.ttm-col-bgcolor-darkgrey .slick-dots li button,
.ttm-bgcolor-darkgrey .slick-dots li button {
    background-color: var(--ttm-whitecolor);
}
.ttm-textcolor-white .slick-dots li.slick-active button:before,
.ttm-textcolor-white .slick-dots li button:before,
.ttm-col-bgcolor-darkgrey .slick-dots li button:before,
.ttm-bgcolor-darkgrey .slick-dots li button:before {
    border-color: var(--ttm-whitecolor);
}
.ttm-bgcolor-darkgrey .industriz-boxes-testimonial .industriz-author-name,
.ttm-col-bgcolor-darkgrey .industriz-boxes-testimonial .industriz-author-name {
    color: var(--ttm-whitecolor);
}
.industriz-boxes-view-slickview .industriz-box-img .industriz-item-thumbnail img {
    border-radius: 50%;
    max-width: 75px;
    margin: 0;    
}
.industriz-boxes-view-slickview .industriz-ratting-star {
    overflow: hidden;
    padding: 0px;
    display: block;
    text-align: center;
}

.industriz-boxes-view-slickview .ttm-industriz-icon-star-1.ttm-active,
.industriz-boxes-view-slickview .ttm-industriz-icon-star-empty-1 {
    color: #f3c903;
}

.ttm-col-bgcolor-darkgrey .industriz-boxes-testimonial .industriz-ratting-star,
.ttm-bgcolor-darkgrey .industriz-boxes-testimonial .industriz-ratting-star {
    bottom: -14px;
}

/*testimonial slickview*/
.industriz-boxes-view-slickview .industriz-boxes-row-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.industriz-boxes-view-slickview  .ttm-box-col-wrapper {
    margin-bottom: 15px !important;
}
.industriz-boxes-view-slickview .industriz-box-title h3 {
    font-size: 34px;
    line-height: 44px;    
    font-family: var(--special-element-fontfamily);
    padding-left: 0;
	color: var(--ttm-skincolor);
    font-weight: 500;
}
.testimonial_wrapper {
    position: relative;
}
.testimonial_wrapper .industriz-box-desc {
    border: none;
    text-align: center;
    padding: 7px 0px 14px 0px;
    width: 79%;
    margin: 0 auto;
    overflow: visible;
}
.industriz-boxes-testimonial .slide_wrap.slick-slide.slick-current.slick-active .industriz-box-desc .industriz-testimonial-text {
	filter: none !important;
	opacity: 1;
}
.industriz-boxes-testimonial.industriz-boxes-view-slickview .industriz-box-desc .industriz-testimonial-text {
	filter: blur(4px);
	opacity: 0.4;
}

.slick_testim_info {
    padding-bottom: 21px;
}

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

.slick-center .testimonial_item,
.testimonials-nav {
    margin: 0 auto;
}

.testimonials-nav .nav_item_wrap {
    padding: 0;
    margin: 0px;
    width: 90px;
    outline: none;
    float: left;
}
.testimonials-nav .nav_item_wrap.slick-slide.slick-current.slick-active.slick-center {
    margin: 0 -30px;
}
.testimonial_item,
.testimonial_nav_info {
    transition: all 400ms;
}

.testimonial_item span {
    display: block;
    line-height: 20px;
}

.slick-center .testimonial_item {
    margin: 0 auto;
}

.slick-center .testimonial_nav_info {
    margin-left: 0;
    margin-right: 0;
}

.industriz-boxes-view-slickview .testimonial_item {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.testimonial_item .industriz-box-img img {
    width: 100%;
    height: auto;    
    transition: .5s ease;
    border: 2px solid #fff;
	box-shadow: 3px 2px 3px 0px rgb(0 0 0 / 15%);
}
.slick-current.slick-active.slick-center.testimonial_item .industriz-box-img img {
	border: 2px solid var(--ttm-skincolor);
}

.slick-center .testimonial_item .industriz-box-img img {
    transform: scale(1);
    border: 3px solid var(--ttm-skincolor);
    position: relative;
    opacity: 1;
}

.testimonials-nav .testimonial_item .industriz-box-img .industriz-item-thumbnail-inner {
    position: relative;
    transition: all .5s ease;
}

/* Testimonial styles */
.industriz-boxes-testimonial .industriz-boxes-row-wrapper.row:not(.slick-slider) .ttm-box-col-wrapper {
    margin-bottom: 22px;
    padding-top: 0px;
}
.testimonials-nav {
    max-width: 210px;   
}
.testimonials-info {
    display: inline;
}
.industriz-boxes-testimonial.ttm-boxes-carousel-arrows-below .industriz-boxes-row-wrapper .slick-next {
    bottom: 35%;
    top: auto;
    right: 60px;
    left: auto;
    transform: rotate(90deg);
    margin-right: -37px;
}
.industriz-boxes-testimonial.ttm-boxes-carousel-arrows-below .industriz-boxes-row-wrapper .slick-prev {
    bottom: 50%;
    top: auto;
    right: 20px;
    left: auto;
    transform: rotate(90deg);
}
.industriz-boxes-testimonial .industriz-boxes-row-wrapper .slick-arrow {
    border: none;
    height: 75px;
    width: 75px;
	font-size: 0 !important;
    background-color: var(--ttm-whitecolor);
    -webkit-box-shadow: var(--ttm-boxshadow);
    -moz-box-shadow: var(--ttm-boxshadow);
    box-shadow: var(--ttm-boxshadow);
}
.ttm-boxes-carousel-arrow-rounded .industriz-boxes-row-wrapper .slick-arrow { 
	border-radius: 10px;
}
.ttm-boxes-carousel-arrow-round .industriz-boxes-row-wrapper .slick-arrow { 
	border-radius: 50%;
}
.ttm-boxes-carousel-arrow-square .industriz-boxes-row-wrapper .slick-arrow,
.industriz-boxes-testimonial.ttm-boxes-carousel-arrow-square .industriz-boxes-row-wrapper .slick-arrow { 
	border-radius: 0%;
}
.industriz-boxes-view-slickview .testimonial_wrapper .slick-prev {
    left: 15%;    
}
.industriz-boxes-view-slickview .testimonial_wrapper .slick-next {
    right: 15%;    
}
.industriz-boxes-view-slickview .testimonial_wrapper .slick-arrow {    
    top: 0;
}
.industriz-boxes-testimonial .industriz-boxes-row-wrapper .testimonials-info .slick-arrow {
	display: none !important;
}
.industriz-boxes-view-carousel.ttm-boxes-carousel-arrow-round .industriz-boxes-row-wrapper .slick-arrow {
   height: 50px;
    width: 50px;
    border-radius: 50%;
}

/*===IconBox Element====*/
.industriz-iconbox .ttm-iconstyle-rounded-less-outline .ttm-box-icon,
.industriz-iconbox .ttm-iconstyle-boxed-outline .ttm-box-icon,
.industriz-iconbox .ttm-iconstyle-rounded-outline .ttm-box-icon {
    background-color: transparent;
    border: 1px solid;
}

.industriz-iconbox .ttm-iconstyle-rounded-outline .ttm-box-icon {
    border-radius: 50%;
}

.industriz-iconbox .ttm-iconstyle-rounded-less .ttm-box-icon,
.industriz-iconbox .ttm-iconstyle-rounded-less-outline .ttm-box-icon {
    border-radius: 3px;
}

.industriz-iconbox .ttm-iconstyle-boxed-outline .ttm-box-icon,
.industriz-iconbox .ttm-iconstyle-boxed .ttm-box-icon {
    border-radius: 0px;
}

.industriz-iconbox .ttm-iconstyle-rounded .ttm-box-icon {
    border-radius: 50%;
}

.industriz-iconbox .ttm-iconstyle-rounded-less .ttm-box-icon i,
.industriz-iconbox .ttm-iconstyle-boxed .ttm-box-icon i,
.industriz-iconbox .ttm-iconstyle-rounded .ttm-box-icon i {
    color: var(--ttm-whitecolor);
}

.industriz-iconbox.ttm-content-left-all * {
    text-align: left !important;
}

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

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

.industriz-iconbox .ttm-textalign-left * {
    text-align: left;
}

.industriz-iconbox .ttm-textalign-right * {
    text-align: right;
}

.industriz-iconbox .ttm-textalign-right .ttm-box-icon {
    margin-right: 0;
}

.industriz-iconbox {
    margin-bottom: 15px;
}

.industriz-iconbox .industriz-iconbox-heading .ttm-custom-heading {
    font-size: 22px;
    line-height: 32px;
    position: relative;
    margin-bottom: 0;
}

.industriz-iconbox .industriz-iconbox-heading .ttm-element-subheading {
    margin-bottom: 0;
}

.industriz-iconbox .industriz-iconbox-icon  img {
    width: 55px;
    height: 55px;
}

.industriz-iconbox .ttm-ihbox-btn {
    margin-top: 10px;
}

.industriz-iconbox .ttm-box-icon i,
.industriz-iconbox .ttm-box-icon i.kw_industriz {
    font-size: 40px;
}

.industriz-iconbox .industriz-iconbox-icon {
    margin-bottom: 15px;
}

.ttm-col-bgcolor-darkgrey .industriz-iconbox .industriz-iconbox-heading .ttm-custom-heading,
.ttm-col-bgcolor-skincolor .industriz-iconbox .industriz-iconbox-heading .ttm-custom-heading {
    color: var(--ttm-whitecolor);
}

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

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

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

/*progressbar*/
.elementor-progress-percentage {
    position: absolute;
    padding-right: 0;
    right: 0px;
    top: -41px;
    margin-top: 0;
    font-size: 24px;
    font-weight: 400;
    height: auto;
    width: 40px;
    line-height: 1;
    text-align: center;
    color: var(--ttm-secondarycolor);
}
body .elementor-widget-progress .elementor-title {    
    font-weight: 500;
    font-size: 24px;
}
body .elementor-progress-bar {
	margin-top: 20px;
}
.elementor-progress-bar:after {
    background-image: url(../images/progress-icon.png) !important;        
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;	
	content: ''; 	
    height: 22px;
    right: -10px;
    top: -10px;
    width: 22px;        
}

/***Row And Column ***/

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

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

/*conatct form 07*/
.ttm-contactform-01 .wpcf7-form-control {
    border-bottom: 1px solid rgba(216, 215, 215, 0.50) !important;
    display: block;
    margin-bottom: 25px;
}

.ttm-contactform-01 input[type="text"],
.ttm-contactform-01 input[type="email"],
.ttm-contactform-01 textarea {
    border: 0;
    color: #6f7f90;
    background-color: transparent;
    padding: 11px 0 5px;
}
.ttm-contactform-01 input[type="submit"] {
    color: var(--ttm-whitecolor);
    border-radius: 2em;
    padding: 15px 25px 15px;
    margin-top: 5px;
    margin-bottom: 0;
    border: 1px solid;
    background-color: transparent;
	border-color: #fff !important;
}
.ttm-contactform-01:not(.ttm-contactform-02) input[type="submit"]:hover {
    background-color: #fff;
    color: var(--ttm-secondarycolor);
    border-color: #fff;
}
.ttm-contactform-02 input[type="submit"] {    
    margin-top: 19px;    
}
.wpcf7 .ttm-commonform.ttm-contactform-02 textarea {
    min-height: 108px;
}
.ttm-contactform-01 .form-contact,
.ttm-contactform-01 .ttm-checkbox {
    display: inline-block;
}

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

.ttm-contactform-01:not(.ttm-contactform-02) textarea:focus,
.ttm-contactform-01:not(.ttm-contactform-02) input[type="text"]:focus,
.ttm-contactform-01:not(.ttm-contactform-02) input[type="email"]:focus {
    border-bottom: 1px solid #fff !important;
}

.ttm-commonform-01 input[type="text"],
.ttm-commonform-01 .main-holder .site #content table.cart td.actions .ttm-commonform-01 .input-text,
.ttm-commonform-01 textarea,
.ttm-commonform-01 input[type="text"],
.ttm-commonform-01 input[type="password"],
.ttm-commonform-01 input[type="datetime"],
.ttm-commonform-01 input[type="datetime-local"],
.ttm-commonform-01 input[type="date"],
.ttm-commonform-01 input[type="month"],
.ttm-commonform-01 input[type="time"],
.ttm-commonform-01 input[type="week"],
.ttm-commonform-01 input[type="number"],
.ttm-commonform-01 input[type="email"],
.ttm-commonform-01 input[type="url"],
.ttm-commonform-01 input[type="search"],
.ttm-commonform-01 input[type="tel"],
.ttm-commonform-01 input[type="color"],
.ttm-commonform-01 .uneditable-input,
.ttm-commonform-01 select,
.ttm-commonform-02 input[type="text"],
.ttm-commonform-02 .main-holder .site #content table.cart td.actions .ttm-commonform-02 .input-text,
.ttm-commonform-02 textarea,
.ttm-commonform-02 input[type="text"],
.ttm-commonform-02 input[type="password"],
.ttm-commonform-02 input[type="datetime"],
.ttm-commonform-02 input[type="datetime-local"],
.ttm-commonform-02 input[type="date"],
.ttm-commonform-02 input[type="month"],
.ttm-commonform-02 input[type="time"],
.ttm-commonform-02 input[type="week"],
.ttm-commonform-02 input[type="number"],
.ttm-commonform-02 input[type="email"],
.ttm-commonform-02 input[type="url"],
.ttm-commonform-02 input[type="search"],
.ttm-commonform-02 input[type="tel"],
.ttm-commonform-02 input[type="color"],
.ttm-commonform-02 .uneditable-input,
.ttm-commonform-02 select {
    border-radius: var(--border-radius-10);
}

.ttm-commonform-02 textarea:focus, 
.ttm-commonform-02 input[type="text"]:focus, 
.ttm-commonform-02 input[type="password"]:focus, 
.ttm-commonform-02 input[type="datetime"]:focus, 
.ttm-commonform-02 input[type="datetime-local"]:focus, 
.ttm-commonform-02 input[type="date"]:focus, 
.ttm-commonform-02 input[type="month"]:focus, 
.ttm-commonform-02 input[type="time"]:focus, 
.ttm-commonform-02 input[type="week"]:focus, 
.ttm-commonform-02 input[type="number"]:focus, 
.ttm-commonform-02 input[type="email"]:focus, 
.ttm-commonform-02 input[type="url"]:focus, 
.ttm-commonform-02 input[type="search"]:focus, 
.ttm-commonform-02 input[type="tel"]:focus, 
.ttm-commonform-02 input[type="color"]:focus, 
.ttm-commonform-02 input.input-text:focus, 
.ttm-commonform-02 select:focus {
    background-color: var(--ttm-whitecolor);

}

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

.ttm-commonform-02 input[type="submit"]:hover {
    background-color: var(--ttm-whitecolor);
    color: var(--ttm-secondarycolor);
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
}

.ttm-custom-bg .wpcf7 form .wpcf7-response-output {
    color: var(--ttm-whitecolor);
}

/**/
.first-footer .widget-area .mc4wp-form-fields {
    padding-right: 180px;
}

.mailchimp-email {
    position: relative;
}

.footer .mailchimp-inputbox {
    width: 100%;
    position: relative;
}
.footer .mailchimp-inputbox .mailchimp-email i {
    position: absolute;
    bottom: 20px;
    font-size: 17px;
    color: var(--ttm-whitecolor);
}

.footer .first-footer .widget .social-icons li {
    display: block !important;
    width: auto;
    height: auto;
}

.footer .first-footer .widget .social-icons li a {
    height: auto;
    width: auto;
    border: none;
    text-align: left;
    margin-right: 0px;
    font-size: 15px;
    line-height: 25px;
}

.footer .first-footer .widget .social-icons li a i {
    margin-right: 5px;
}

.footer .widget.widget_nav_menu li a:before {
    content: unset;
}

.footer .widget.widget_nav_menu li a {
    padding-left: 0px;
    line-height: 26px;
    color: var(--ttm-whitecolor);
}

.footer .widget.widget_nav_menu li a:hover {
    color: var(--ttm-skincolor);
}

.footer .first-footer .widget .ttm-footer-form-title {
    font-size: 74px;
    line-height: 84px;
}

.footer .widget.widget_nav_menu .menu-footer-quick-links-container li a {
    color: rgba(255 255 255 / 0.70);
}

.footer .widget.widget_nav_menu .menu-footer-quick-links-container li a:hover {
    color: var(--ttm-skincolor);
}

.ttm-testimonial-column .elementor-widget-wrap .ttm-stretched-div.ttm-stretched-left:before,
.ttm-testimonial-column .elementor-widget-wrap .ttm-stretched-div.ttm-stretched-left {
    border-radius: 0px 50px 50px 0px;
}

.sidebar .widget .ttm-links h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--ttm-whitecolor);
}

.sidebar .widget .ttm-links a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    color: var(--ttm-whitecolor);
}

.sidebar .widget .ttm-links:last-child a {
    margin-bottom: 0;
}

.sidebar .widget .ttm-links i {
    font-size: 20px;
}

#sidebar-left.sidebar .widget .ttm-file-links .ttm-links {
    background-color: var(--ttm-skincolor);
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
}

#sidebar-left.sidebar .widget .ttm-file-links .ttm-links:last-child {
    margin-bottom: 0px;
}

.sidebar .widget.ttm-sidebar-bgbanner {
    background-image: url(../images/widget-bg.png) !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px;
    color: var(--ttm-whitecolor);
    border-radius: 15px;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact {
    padding: 0px 15px 270px;
    text-align: center;
    color: var(--ttm-whitecolor);
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact h3 {
    font-size: 24px;
    line-height: 34px;
    color: var(--ttm-whitecolor);
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact i {
    font-size: 50px;
    line-height: 50px;
    color: var(--ttm-skincolor);
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact .ttm-phone-widget p,
.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact .ttm-email-widget p {
    margin-bottom: 10px;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact .ttm-phone-widget p a,
.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact .ttm-email-widget p a {
    font-size: 24px;
    line-height: 34px;
    color: var(--ttm-whitecolor);
    font-family: var(--special-element-fontfamily);
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact .ttm-phone-widget p a:hover,
.sidebar .widget.ttm-sidebar-bgbanner .ttm-imgsidebg-contact .ttm-widget-contact .ttm-email-widget p a:hover,
.single-post .ttm-post-prev-next-buttons .pagination-item .pagination-content a:hover .ttm-nav-title {
    color: var(--ttm-skincolor);
}

.sidebar .widget.ttm-sidebar-bgbanner {
    position: relative;
    margin-top: 40px !important;
}

.sidebar .widget.ttm-sidebar-bgbanner:before {
    background-image: url(../images/widget-bg-02.png) !important;
	background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    content: '';
    position: absolute;
    
    width: 100%;
    max-width: 100%;
    height: 250px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-sidebarbutton {
    position: relative;
    z-index: 999;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-sidebarbutton a {
    position: absolute;
    left: 0;
    right: 0;
    top: 170px;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-sidebarbutton a span {
    padding: 10px 30px;
    background-color: var(--ttm-skincolor);
    width: auto;
    display: inline-block;
    border-radius: var(--ttm-button-shape);
    color: var(--ttm-whitecolor);
    font-size: var(--button_fontsize);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    position: relative;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-sidebarbutton a span:hover {
    color: var(--ttm-secondarycolor);
}

#sidebar-left.sidebar .widget.ttm-sidebar-social-icon .industriz-social-links-wrapper .social-icons span,
#sidebar-right.sidebar .widget.ttm-sidebar-social-icon .industriz-social-links-wrapper .social-icons span {
    display: none;
}

#sidebar-left.sidebar .widget.ttm-sidebar-social-icon .industriz-social-links-wrapper .social-icons li a,
#sidebar-right.sidebar .widget.ttm-sidebar-social-icon .industriz-social-links-wrapper .social-icons li a {
    border-color: var(--ttm-bordercolor);
    border-radius: 50%;
    margin-right: 0px;
}

#sidebar-left.sidebar .widget.ttm-sidebar-social-icon .industriz-social-links-wrapper .social-icons li a,
#sidebar-right.sidebar .widget.ttm-sidebar-social-icon .industriz-social-links-wrapper .social-icons li a {
    color: var(--ttm-secondarycolor);
}

#sidebar-left.sidebar .widget.ttm-sidebar-social-icon .industriz-social-links-wrapper .social-icons li a:hover,
#sidebar-right.sidebar .widget.ttm-sidebar-social-icon .industriz-social-links-wrapper .social-icons li a:hover {
    border-color: var(--ttm-skincolor);
}

.ttm-project-detail-social-icon .industriz-social-links-wrapper ul.social-icons li a {
    background-color: transparent;
    border-color: var(--ttm-whitecolor);
    color: var(--ttm-whitecolor);
    border-radius: 50%;
}

.ttm-team-details-info .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    font-weight: 400;
    font-family: var(--body-font-family);
    color: var(--body-fonts-color);
}

.ttm-project-detail-social-icon .industriz-social-links-wrapper ul.social-icons li a span {
    display: none;
}

/*---progressbar style4----*/
.ttm-progressbar-styleone .elementor-progress-bar span.elementor-progress-percentage {
    position: relative;
    content: '';
    background-color: transparent;
    color: var(--body-fonts-color);
    padding: 0;
    right: 0;
    top: 10px;
    content: '';
    text-align: center;
}

.ttm-progressbar-styleone .elementor-progress-wrapper {
    margin-top: 10px;
}

/**/

.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.ttm-team-profession {
    font-size: 16px;
    color: var(--ttm-skincolor);
    font-weight: 500;
}

/**/
.ttm-list.ttm-list-style-icon {
    list-style: none;
    padding: 0px;
    margin: 0px 30px 0px 0px;
}

.blog-list.ttm-list.ttm-list-style-icon.ttm-sbox li {
    display: flex;
    align-items: baseline;
}

.ttm-list.ttm-list-style-icon i {   
    font-size: 16px;
}

.blog-list.ttm-list.ttm-list-style-icon.ttm-sbox li .ttm-list-li-content {
    font-weight: 500;
    color: var(--ttm-secondarycolor);
    font-family: var(--special-element-fontfamily);
}

article.industriz-box-blog-classic .ttm-blog-classic-box-content .ttm-list {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
}

.single-post .ttm_tag_lists {
    float: left;
    display: block;
    align-items: center;
}

.single-post .industriz-tags-links-title ,
.post.industriz-box-blog-classic .ttm-social-share-wrapper .ttm-social-share-title{
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    padding-right: 15px;
    margin-top: 0px !important;
    margin-bottom: 17px;
}

.single-post .ttm-post-prev-next-buttons {
    margin-top: 20px;
    position: relative;
    margin-bottom: 10px;
    padding: 35px 35px 20px 35px;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    background-color: var(--ttm-whitecolor);
}

.pagination-item.next .pagination-content {
    text-align: right;
}

.pagination-item.next.ttm-postwith-img {
    text-align: right;
}

.col-sm-6.next-link_wrapper {
    float: right;
}

.pagination-item.prev .pagination-content-button a,
.pagination-item.next .pagination-content-button a {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 21px;
}

.pagination-item.prev .pagination-content-button a {
    position: absolute;
    left: -55px;
    line-height: 40px;
    top: 20px;
    text-align: center;
}

.pagination-item.next .pagination-content-button a {
    position: absolute;
    right: -55px;
    line-height: 40px;
    top: 20px;
    text-align: center;
}

.pagination-item .pagination-content-button a i {
    font-size: 17px;
}

.pagination-item.prev .pagination-content .ttm-nav-title,
.pagination-item.next .pagination-content .ttm-nav-title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    font-family: var(--special-element-fontfamily);
}
.ttm-titlebar-wrapper .ttm-titlebar-inner-wrapper .ttm-titlebar-main .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.ttm-recent-post-list-li {
    height: auto;
    padding: 20px 20px 30px 20px;    
    margin: 0px 5px 0px 0px;
}
.ttm-recent-post-list-li .post-detail {
    text-align: left;
    display: grid;
}
.ttm-recent-post-list-li .post-detail .post-date {
    display: block;
    font-size: 13px;
    padding-bottom: 5px;
}
.ttm-recent-post-list li .post-detail a {
    line-height: 24px;
    font-family: var(--body-font-family);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
}

/*header  style centerlogo*/
.ttm-headerstyle-centerlogo-overlay .site-header .ttm-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);
}

.ttm-headerstyle-centerlogo-overlay .ttm-header-text-area:after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.31);
    width: 1px;
    height: 100%;
    left: 0;
    right: auto;
}

.ttm-headerstyle-centerlogo-overlay .ttm-header-text-area {
    padding-left: 105px !important;
}

.ttm-headerstyle-centerlogo-overlay #site-header-menu #site-navigation .nav-menu:after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.31);
    width: 1px;
    height: 100%;
    left: auto;
    right: 0;
}

.ttm-headerstyle-centerlogo-overlay #site-header-menu #site-navigation .nav-menu {
    padding-right: 105px !important;
}

.ttm-headerstyle-centerlogo-overlay .ttm-header-menu-position-left .site-branding {
    padding-right: 0;
}

.ttm-headerstyle-centerlogo-overlay span.ttm-header-detail {
    font-size: 15px;
    color: rgb(255 255 255 / 80%);
    position: relative;
    padding-right: 22px;
}

.ttm-headerstyle-centerlogo-overlay span.ttm-header-detail a {
    color: var(--ttm-whitecolor);
    font-weight: 500;
    position: relative;
    display: inline-block;
    line-height: normal;
    transition: all 0.5s ease-in-out;
    margin-left: 15px;
    border-bottom: 2px solid rgba(255 255 255 / 0.5);
}

.ttm-headerstyle-centerlogo-overlay span.ttm-header-detail a:hover {
    color: var(--ttm-skincolor);
    border-bottom-color: var(--ttm-skincolor);
}

.ttm-headerstyle-centerlogo-overlay span.ttm-header-detail img {
    padding-right: 10px;
}

.ttm-headerstyle-centerlogo-overlay .site-header .industriz-social-links-wrapper .social-icons li > a {
    border: 0;
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    color: var(--ttm-whitecolor);
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}

.ttm-headerstyle-centerlogo-overlay .site-header .industriz-social-links-wrapper .social-icons li > a:hover {
    color: var(--ttm-skincolor);
}

.ttm-headerstyle-centerlogo-overlay .site-header .industriz-social-links-wrapper {
    float: right !important;
    padding-left: 12px;
}

.ttm-headerstyle-centerlogo-overlay .site-header .industriz-social-links-wrapper ul li span {
    font-size: 0px;
}

/**/
.bottom-footer-text .bottom-footer-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.bottom-footer-text .bottom-footer-inner img {
    height: 46px;
    max-height: 46px;
}

.site-footer .ttm-container-for-footer .bottom-footer-inner.ttm-withcenter-text .ttm-footer2-right .ttm-footer-img2 img {
    margin-left: 15px;
}

/**/
.ttm-contact-iconbox {
    position: relative;
}

.ttm-contact-iconbox:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: var(--ttm-bordercolor);
    transform: rotateZ(20deg);
}

/*portfolio-detail*/
.ttm-pf-view-full-style3 .industriz-pf-detailbox ul li.ttm-pf-details-date i {
    display: none;
}

.ttm-pf-view-full-style3 .industriz-pf-detailbox .ttm-pf-details-date span {
    margin-left: 5px;
    display: inline-block;
}

.ttm-pf-view-full-style3 .industriz-pf-detailbox .ttm-pf-details-date span.ttm-pf-left-details {
    font-family: var(--special-element-fontfamily);
    font-weight: 600;
    color: var(--ttm-secondarycolor);
    font-size: 20px;
}

.ttm-pf-view-full-style3 .industriz-pf-detailbox-list .ttm-pf-details-date {
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    width: 100%;
}

.ttm-pf-view-full-style3.ttm-pf-single-content-wrapper .industriz-pf-single-detail-box {
    padding: 0;
    border: 0;
    border-top: 0;
    background-color: var(--ttm-greycolor);
    border-radius: 30px;
    box-shadow: unset;
}

.ttm-pf-view-full-style3 .ttm-portfolio-title {
    background-color: var(--ttm-secondarycolor);
    padding: 24px 40px;
    border-radius: 30px 30px 0 0;
}

.ttm-pf-view-full-style3.ttm-pf-single-content-wrapper .industriz-pf-single-detail-box .industriz-pf-detailbox-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--ttm-whitecolor);
}

.ttm-pf-view-full-style3 .industriz-pf-detailbox {
    padding: 12px 40px;
    background-color: var(--ttm-greycolor);
    border-radius: 0 0 20px 20px;
}

.ttm-pf-view-full-style3 .industriz-pf-detailbox-list .ttm-pf-details-date:last-child {
    border-bottom: none;
}

.ttm-pf-view-full-style3 .industriz-pf-detailbox-list {
    margin-bottom: 0;
}

.ttm-pf-view-full-style3.ttm-pf-single-content-wrapper {
    padding: 38px 0 0;
}

.ttm-pf-view-full-style3 .industriz-pf-single-featured-area .ttm-pf-single-content-area .ttm-featured-wrapper img {
    border-radius: 30px;
}

/*** Overaly search box ***/
.ttm-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;
    transition: all 300ms;
    transform: translateY(-30%);
}

.ttm-search-overlay.st-show {
    visibility: visible;
    opacity: 1;
    display: block;
    transform: translateY(0);
}

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

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

.ttm-search-overlay .ttm-icon-close {
    position: absolute;
    left: 50%;
    top: 55px;
    color: var(--ttm-whitecolor);
    cursor: pointer;
    width: 60px;
    margin-left: -25px;
}

.ttm-search-overlay .ttm-icon-close:after {
    font-family: "ttm-industriz-icons";
    content: "\e82f";
    font-size: 26px;
    color: var(--ttm-whitecolor);
    position: absolute;
    right: 7px;
    top: 9px;
    transition: all 0.3s;
    display: block;
}

.ttm-search-overlay .ttm-icon-close:hover:after {
    transform: rotate(180deg);
}

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

.ttm-search-outer .ttm-form-title {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    color: var(--ttm-whitecolor);
    margin-top: -40px;
    margin-bottom: 40px;
}

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

.ttm-search-overlay .ttm-site-searchform button {
    background: none;
    color: var(--ttm-whitecolor);
    height: 70px;
    line-height: 70px;
    width: 50px;
    font-size: 21px;
    border: none;
}

.ttm-search-overlay::-webkit-input-placeholder {
    color: var(--ttm-whitecolor);
}

.ttm-search-overlay:-moz-placeholder {
    color: var(--ttm-whitecolor);
    opacity: 1;
}

.ttm-search-overlay::-moz-placeholder {
    color: var(--ttm-whitecolor);
    opacity: 1;
}

.ttm-search-overlay:-ms-input-placeholder {
    color: var(--ttm-whitecolor);
}

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

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

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

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

/**/
.ttm-counterbox:hover .ttm-counterbox-hover .elementor-widget-container {
    background-color: var(--ttm-greycolor);
    border-color: var(--ttm-greycolor);
}

/*custom class*/
.ttm-single-icon .elementor-icon {
    background-color: var(--ttm-skincolor) !important;
    color: var(--ttm-whitecolor) !important;
}

.rev-slider-heading,
.ttm-icon-list ul li .elementor-icon-list-icon i,
.ttm-heading-text a:hover {
    color: var(--ttm-skincolor) !important;
}

.ttm-progressbar-styleone .elementor-progress-bar {
    background-color: var(--ttm-skincolor) !important;
}

/**/

.wp-block-post-featured-image {
    margin-bottom: 30px;
}

.wp-block-image .aligncenter>figcaption {
    text-align: center;
    font-style: italic;
}

.wp-block-button,
.wp-block-buttons>.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0;
}

.wp-block-image .alignright {
    margin-bottom: 1.5em;
}

.blocks-gallery-grid.alignleft:not(.has-nested-images),
.wp-block-gallery.alignleft:not(.has-nested-images) {
    margin: 0.375em 1.75em 1.75em 0;
}

ol.wp-block-latest-comments {
    padding: 0;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: var(--ttm-bordercolor);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--ttm-greycolor);
}

.wp-block-image figcaption,
.wp-block-image .aligncenter>figcaption {
    text-align: center;
}

.wp-block-calendar .wp-calendar-nav {
    background: var(--ttm-greycolor);
    padding: 5px 20px;
    margin-bottom: 15px;
}

.ttm-blog-classic-box-content .wp-block-audio {
    margin-bottom: 15px;
}

.single article.post .wp-block-columns.alignwide .wp-block-column blockquote cite {
    font-size: 17px;
    line-height: 27px;
}

.ttm-blog-classic-box-content .wp-block-group.has-background>.wp-block-group__inner-container {
    padding: 15px;
    margin-bottom: 15px;
}
article.industriz-box-blog-classic.ttm-no-featured-content {
    padding:0px;
    display: block;    
}
article.industriz-box-blog-classic.ttm-no-featured-content.sticky  {
	padding: 30px 0 30px 30px;
}

.wp-block-column.has-background {
    padding: 20px;
}

.wp-block-cover.is-light p {
    color: var(--ttm-whitecolor);
}

.wp-block-cover,
.wp-block-cover-image {
    background-size: cover;
}

.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child,
.wp-block-gallery.is-cropped {
    margin-bottom: 10px;
}

.wp-block-image {
    margin: 0px 0px 1em;
}

.wp-block-embed {
    margin: 0 0 1em;
    overflow-wrap: break-word;
}

.single .post .entry-content blockquote.has-text-align-right cite,
.single .post .entry-content blockquote.has-text-align-right p {
    text-align: right;
}

.single article.post .wp-block-pullquote blockquote {
    margin-right: auto;
    margin-left: auto;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    line-height: 42px;
}

.wp-block-search,
.ttm-blog-classic-box-content .wp-block-audio {
    margin-bottom: 15px;
}

.wp-block-preformatted,
pre {
    background-color: var(--ttm-whitecolor);
}

kbd {
    color: var(--ttm-skincolor);
}

.wp-block-table.is-style-stripes {
    border-bottom: 1px solid var(--ttm-bordercolor);
}

p img.alignright {
    margin: 1.75em 0 1.75em 1.75em;
}

table tbody tr,
table thead tr {
    border: 1px solid var(--ttm-bordercolor);
}

table th,
table tbody td,
table tbody th {
    border-right: 1px solid var(--ttm-bordercolor);
}

table th:last-child,
table tbody td:last-child,
table tbody th:last-child {
    border-right: 0px;
}

.ttm-post-featured-quote blockquote cite a:not(:hover) {
    color: var(--ttm-whitecolor);
}

.wp-block-audio {
    background-color: var(--ttm-whitecolor);
    padding: 15px 15px 10px 15px;
    margin-bottom: 30px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 15px;
}

.sidebar .widget:not(.industriz_widget_recent_entries) ul > li > ul > li:first-child,
.single-post .sidebar .widget:not(.industriz_widget_recent_entries) ul > li > ul > li:first-child,.sidebar .widget ul > li > ul > li:first-child {    
    margin-top: -1px;
}

.widget .wp-block-latest-comments__comment {
    background-color: var(--ttm-whitecolor);
    margin-bottom: 10px;
    padding: 12px 15px 12px 25px;
    border-radius: 20px;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
    border: 1px solid var(--ttm-bordercolor);
    margin: 0px;
}

.sidebar .widget .select2-container--default .select2-selection--single {
    background-color: var(--ttm-whitecolor);
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    text-align: center;
    font-style: italic;
}

.widget_archive li,
.widget_archive li a:not(:hover) {
    color: var(--ttm-secondarycolor);
}

.widget_archive li:hover, .widget_archive li a:hover {
    color: var(--ttm-skincolor);
} 

.ttm-blog-classic-box-content p.has-background {
    margin-top: 25px;
    margin-bottom: 20px !important;
}

.ttm-blog-classic-box-content .wp-block-media-text.has-media-on-the-right,
.ttm-blog-classic-box-content .wp-block-group.has-background {
    margin-bottom: 15px;
}


.ttm-blog-classic-box-content table th a,
.ttm-blog-classic-box-content table tbody td a {
    font-weight: 400;
}

.single-post .ttm-titlebar-wrapper:not(.ttm-breadcrumb-on-bottom) .ttm-titlebar-main .entry-title-wrapper .container {
    position: relative;
    bottom: -2px;
}

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

.single-product div.product .product_title {
    display: none;
}

.single-post.ttm-empty-sidebar.industriz-sidebar-true article.industriz-box-blog-classic {
    margin-bottom: 60px;
}

.single .wp-block-columns.ttm-topbottom-space-blog {
    margin-top: 35px;
    margin-bottom: 16px;
}

.ttm-industriz-icon-twitter:before {
    content: '\e86d';
}

/************************CSS*****************/

/***************HEADING-SUBHEADING*******************/
h2.ttm-element-content-heading strong,
.ttm-element-heading-content-wrapper.ttm-seperator-solid .ttm-element-content-heading span {
    color: var(--ttm-skincolor);
    font-weight: 600;
}
.ttm-element-content-heading {
    margin-bottom: 10px;
}
.ttm-seperator-solid .ttm-element-subheading {
    border: 1px solid var(--ttm-skincolor);
    padding: 2px 15px 3px;
    border-radius: 30px;
    background-color: rgba(255, 102, 20, 0.21);
	margin-bottom: 15px;
}
.ttm-titlebar-main .entry-title span {
    color: var(--ttm-skincolor);
}

.ttm-titlebar-wrapper.ttm-titlebar-align-allleft .ttm-titlebar-inner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ttm-element-heading-content-wrapper .ttm-element-content-heading span.font-weight-light {
    border-bottom: none;
    font-weight: 100;
    color: var(--ttm-whitecolor);
}
/*image reveal css*/
.ttm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container,
.ttm-reveal-direction-bt:not(.elementor-element-edit-mode) .elementor-widget-container,
.ttm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container,
 .ttm-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);
}

.ttm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.ttm-reveal-direction-lr.elementor-widget-tm_project_element:not(.elementor-element-edit-mode) .elementor-widget-container {
    width: 100%;
}

.ttm-reveal-direction-lr:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.ttm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.ttm-reveal-direction-rl:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

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

.ttm-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);
}
.ttm-reveal-direction-bt:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(0% 100%,100% 100%,100% 100%,0 100%);
}
.ttm-reveal-direction-bt:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.ttm-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);
}
.ttm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.ttm-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);
}
.ttm-reveal-direction-tb:not(.elementor-element-edit-mode).active .elementor-widget-container img,
.ttm-reveal-direction-bt:not(.elementor-element-edit-mode).active .elementor-widget-container img,
.ttm-reveal-direction-rl:not(.elementor-element-edit-mode).active .elementor-widget-container img,
.ttm-reveal-direction-lr:not(.elementor-element-edit-mode).active .elementor-widget-container img {
    transform: scale(1) translate(0px, 0px);
}
/*image reveal css*/

/**/
.site-footer .ttm-bgcolor-darkgrey.ttm-bg.ttm-bgimage-yes > .site-footer-bg-layer.ttm-bg-layer {
    opacity: 0.01 !important;
}

.footer .footer-rows .second-footer .second-footer-inner .widget-title {
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer .footer-rows .second-footer .second-footer-inner .widget-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    bottom: -7px;
    height: 2px;
    width: 30px;
    background-color: var(--ttm-skincolor);
}

.footer .footer-rows .second-footer .second-footer-inner .second-footer-content-contact .ttm-address {
    padding-right: 55px;
    margin-bottom: 15px;
}

.footer .footer-rows .second-footer .second-footer-inner .second-footer-content-contact .ttm-email,
.footer .footer-rows .second-footer .second-footer-inner .second-footer-content-contact .ttm-call {
    margin-bottom: 10px;
}

.footer .footer-rows .second-footer .second-footer-inner .footer-banner {
    padding: 8px 0px 0px 30px;
}

.footer .footer-rows .second-footer .second-footer-inner .footer-banner .footer-banner-content {
    position: relative;
    z-index: 6;
    padding: 30px 0px 30px 30px;
}

.footer .footer-rows .second-footer .second-footer-inner .footer-banner .footer-banner-content {
    padding-right: 15px;
}

.footer .footer-rows .second-footer .second-footer-inner .footer-banner .footer-banner-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    z-index: -1;
}

.footer .footer-rows .second-footer .second-footer-inner .footer-banner .footer-banner-content .footer-banner-subheading h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.footer .footer-rows .second-footer .second-footer-inner .footer-banner .footer-banner-content .footer-banner-heading h2 {
    font-size: 31px;
    line-height: 37px;
}

.footer .footer-rows .second-footer .second-footer-inner .footer-banner .footer-banner-btn a {
    text-transform: uppercase;
    font-size: var(--button_fontsize);
}

.footer .footer-rows .second-footer .second-footer-inner .widget ul.industriz_contact_widget_wrapper li:before {
    color: var(--ttm-whitecolor);
}

.footer .footer-rows .second-footer .second-footer-inner .widget ul.industriz_contact_widget_wrapper li:hover:before {
    color: var(--ttm-skincolor);
}
.industriz-box-content .entry-header {    
    padding-bottom: 5px;
}
.industriz-box-content .entry-header .ttm-date,
.industriz-box-content .entry-header .ttm-read-times {
    position: relative;
}
.industriz-box-content .entry-header .ttm-date:after {
    position: absolute;
    content: '|';
    left: -22px;
    right: auto;
    font-size: 10px;
}

/*** Single Team member ***/
.ttm-team-member-single-content.row {    
    margin: 0px;
}
.single-ttm_team_member .industriz-team-img img {
	border-radius: var(--border-radius-image);
}
.ttm-team-member-single-position {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid;
    padding: 12px 20px 12px 34px;
    border-radius: var(--border-radius-image);
    position: absolute;
    z-index: 11;
    left: -50px;
    top: 50px;
    color: var(--ttm-secondarycolor);
}
.ttm-team-member-single-position:after {
	position: absolute;
	content: '#';
	left: 20px;
}
.ttm-team-member-single-content .industriz-team-details .ttm-team-details-wrapper {
    padding: 22px 0 20px;
}
.ttm-team-member-single-content .industriz-team-details .ttm-team-details-wrapper.ttm-team-extra-details-wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.30);
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    margin-bottom: 40px;
    padding: 22px 0 20px;
}
.ttm-team-member-single-content .ttm-team-member-single-category {
    padding-bottom: 10px;
}
.ttm-team-member-single-content ul li a {
    font-size: 20px;
}
.ttm-team-member-single-content .ttm-featured-wrapper {
    padding-right: 15px;
}
.ttm-team-member-single-content ul li {
    list-style: none;
    display: inline;
}
.ttm-team-member-single-content .industriz-team-details {
    padding: 0 0 0 30px;
}
.industriz-team-imgbox {
    position: relative;
}
.industriz-team-imgbox:after {
    position: absolute;
    content: '';
    background-image: url(../images/team-pattern.png) !important;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    bottom: -50px;
    left: -50px;
    width: 417px;
    height: 482px;
    z-index: -1;
}
.ttm-team-details-list {
    list-style: none;
    padding: 0;
}
.ttm-team-details-list li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    float: none;
    width: auto;
    margin-right: 40px;
    padding: 15px 0px 15px 0px;
}

.ttm-team-details-list li:last-child {
    margin-right: 0;
}

.ttm-team-extra-details-list.ttm-team-details-list li:last-child {
    padding-bottom: 0;
}
.ttm-team-details-list li:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    height: 6px;
    width: 6px;
    background-color: #e0e6ed;
}
.ttm-team-member-single-title-wrapper .ttm-short-desc {
    padding-top: 18px;
}
.ttm-team-member-single-content-wrapper ul {
    padding: 0px;
    margin: 0px;
}
.ttm-team-member-view-wide-image .ttm-team-details-list li {
    padding: 9px 0 9px 26px;
}
.ttm-team-extra-details-wrapper .ttm-team-details-list li i {
    top: 1px;
    left: 4px;
    margin-right: 14px;
}
.ttm-team-member-single-content .industriz-ttm-detailbox-title {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 44px;
}
.ttm-team-details-list .ttm-team-list-value {
    color: var(--ttm-secondarycolor);
}

.ttm-team-member-single-content ul li .ttm-team-list-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: var(--ttm-secondarycolor);
    font-family: var(--special-element-fontfamily);
}

.ttm-team-extra-details-wrapper .ttm-team-details-list .ttm-team-list-title {
    text-indent: 0px;
    width: auto;
    margin-right: 3px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: var(--ttm-secondarycolor);
    font-family: var(--special-element-fontfamily);
}

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

.ttm-team-details-list {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}
.ttm-team-details-list li:before {
    content: none;
}
.ttm-team-member-single-content .industriz-team-details .ttm-team-social-links-wrapper ul li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    background-color: var(--ttm-secondarycolor);
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: var(--border-radius-image);
    color: #fff;
}
.ttm-team-member-single-content .industriz-team-details .ttm-team-social-links-wrapper ul li a:hover {
	background-color: var(--ttm-skincolor);
}
.ttm-team-member-single-content .industriz-team-details .ttm-team-member-social-links-title {
    padding-right: 0;
    font-size: 34px;
    line-height: 44px;
	margin-bottom: 24px;
}

/*** 
====================================================================
   Woocommerce Section
====================================================================
***/

.main-holder .site-content ul.products {
    margin-right: -15px;
    margin-left: -15px;
}

.main-holder .site-content ul.products li.product {
    margin: 0 0 28px;
    padding-right: 15px;
    padding-left: 15px;
}

.main-holder #content.site-content ul.products li.product .ttm-product-box,
.preyantechnosys-boxes-row-wrapper .product .ttm-product-box {
    transition: all 0.3s;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
	border-radius: var(--border-radius-image);
}

.industriz-darklayout .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    color: var(--ttm-whitecolor);
}

.single.industriz-darklayout .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    width: 20px;
    height: 20px;
}
.main-holder #content.site-content ul.products li.product .ttm-product-box .ttm-product-content,
.preyantechnosys-boxes-row-wrapper .product .ttm-product-box .ttm-product-content {
    text-align: center;
    padding: 17px 0px 20px;        
}

.main-holder #content.site-content ul.products li.product .ttm-product-box.product-hover-default .ttm-product-content,
.preyantechnosys-boxes-row-wrapper .product .ttm-product-box.product-hover-default .ttm-product-content {    
    transition: all 0.3s ease 0s;
}



.main-holder .site-content ul.products li.product .product-hover-default:hover a img,
.preyantechnosys-boxes-row-wrapper .product .product-hover-default:hover a img {    
    border-radius: 0px;
}


.main-holder #content.site-content ul.products li.product .ttm-product-box.productbox-default .ttm-product-content,
.preyantechnosys-boxes-row-wrapper .product .ttm-product-box.productbox-default .ttm-product-content {
    left: 10px;
    right: 10px;
}

.product-hover-default .ttm-box-inner {
    border: 1px solid var(--ttm-bordercolor);
    border-radius: var(--border-radius-image);
}
.ttm-wc-add-to-cart-btn a.add_to_cart_button:before {
    content: "\f111";
    font-family: "themeicons_industriz";
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    bottom: auto;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    display: block !important;
    color: var(--ttm-secondarycolor);
}
.ttm-wc-add-to-cart-btn a.add_to_cart_button:before {
	content: unset; 
}

.single-product.ttm-layout-default .ttm-wc-add-to-cart-btn a.add_to_cart_button:before {
    left: -6px;
}

.main-holder .site-content ul.products li.product .woocommerce-loop-category__title,
.main-holder .site-content ul.products li.product .woocommerce-loop-product__title,
.main-holder .site-content ul.products li.product h3,
.preyantechnosys-boxes-row-wrapper .product .woocommerce-loop-category__title,
.preyantechnosys-boxes-row-wrapper .product .woocommerce-loop-product__title,
.preyantechnosys-boxes-row-wrapper .product h3 {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 24px;
    padding-bottom: 6px;
    line-height: 26px;
    transition: all 0.3s ease 0s;
}

.main-holder .site-content ul.products li.product .price,
.preyantechnosys-boxes-row-wrapper .product .price {
    margin: 0px;
    font-size: 17px;
    margin-top: 0;
    display: block;
}
.preyantechnosys-boxes-row-wrapper .product .ttm-product-box.product-hover-default .ttm-product-content .ttm-product-title-link {
    display: block;
}
.ttm-product-box-inner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
	text-align: center;
}

/*** Woocommerce image hover effect content ***/
.main-holder .site-content ul.products li.product .ttm-shop-icon>div,
.preyantechnosys-boxes-row-wrapper .product .ttm-shop-icon>div {    
    font-size: 14px;
    padding: 0;
    display: block;
    vertical-align: top;
    transition: all 500ms;
}
.ttm-product-content {
    text-align: center;
}

.main-holder .site-content ul.products li.product:hover .ttm-shop-icon>div,
.preyantechnosys-boxes-row-wrapper .product:hover .ttm-shop-icon>div {
    opacity: 1;
    visibility: visible;
}

.woocommerce-shop span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.yith-wcwl-add-to-wishlist-button,.woocommerce .summary .compare.button span.label {
    font-size: 16px;
}

.woocommerce .summary .compare.button span.label {
    color: var(--ttm-secondarycolor);
}

.main-holder .site-content ul.products li.product:hover .ttm-shop-icon div.ttm-wc-wishlist-btn,
.main-holder .site-content ul.products li.product:hover .ttm-shop-icon div.ttm-wc-quickview-btn,
.preyantechnosys-boxes-row-wrapper .product:hover .ttm-shop-icon div.ttm-wc-wishlist-btn,
.preyantechnosys-boxes-row-wrapper .product:hover .ttm-shop-icon div.ttm-wc-quickview-btn {
    font-size: 18px;
}

.productbox-default .ttm-product-box-inner .ttm-shop-icon {
    display: none !important;
}

.main-holder .site-content ul.products li.product .ttm-shop-icon,
.preyantechnosys-boxes-row-wrapper .product .ttm-shop-icon {     
    max-width: 100%;
    z-index: 3;
	padding-top: 13px;
}

.main-holder .site-content ul.products li.product .productbox-default .ttm-shop-icon,
.preyantechnosys-boxes-row-wrapper .product .productbox-default .ttm-shop-icon {
    bottom: 6px;
}

.main-holder .site-content ul.products li.product .productbox-default .ttm-shop-icon a,
.preyantechnosys-boxes-row-wrapper .product .productbox-default .ttm-shop-icon a {
    font-size: 0;
}

.main-holder .site-content ul.products li.product:hover .ttm-shop-icon,
.preyantechnosys-boxes-row-wrapper .product:hover .ttm-shop-icon {
    visibility: visible;
    margin-top: 0;
}

.main-holder .site-content ul.products li.product .yith-wcqv-button,
.main-holder .site-content ul.products li.product .add_to_cart_button,
.preyantechnosys-boxes-row-wrapper .product .yith-wcqv-button,
.preyantechnosys-boxes-row-wrapper .product .add_to_cart_button {
    text-align: center;
    padding: 0;
    margin: 0;
    background: none;
    letter-spacing: 0;
    transition: none;
    padding-left: 0;
    font-size: 14px;
}

.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.main-holder .site-content ul.products li.product .add_to_wishlist:after,
.main-holder .site-content ul.products li.product .compare:after,
.main-holder .site-content ul.products li.product .yith-wcqv-button:after,
.main-holder .site-content ul.products li.product .product_type_external:after,
.main-holder .site-content ul.products li.product .product_type_grouped:after,
.main-holder .site-content ul.products li.product.outofstock .product_type_simple:after,
.preyantechnosys-boxes-row-wrapper .product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:after,
.preyantechnosys-boxes-row-wrapper .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.preyantechnosys-boxes-row-wrapper .product .add_to_wishlist:after,
.preyantechnosys-boxes-row-wrapper .product .compare:after,
.preyantechnosys-boxes-row-wrapper .product .yith-wcqv-button:after,
.preyantechnosys-boxes-row-wrapper .product .product_type_external:after,
.preyantechnosys-boxes-row-wrapper .product .product_type_grouped:after,
.preyantechnosys-boxes-row-wrapper .product.outofstock .product_type_simple:after {
    content: '\e837';
    font-family: "ttm-industriz-icons";
    position: absolute;
    left: -23px;
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    border-width: 0;
    border-radius: 50%;
    top: -3px;
}

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

.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after,
.preyantechnosys-boxes-row-wrapper .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.preyantechnosys-boxes-row-wrapper .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after {
    content: '\e81c';
}

.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist,
.main-holder .site-content ul.products li.product .yith-wcqv-button,
.preyantechnosys-boxes-row-wrapper .product .yith-wcwl-add-to-wishlist,
.preyantechnosys-boxes-row-wrapper .product .yith-wcqv-button {
    position: absolute;
    right: -17px;
    font-size: 0;
    top: 17px;
    width: 30px;
    height: 30px;
    z-index: 1;
    display: block;
}

.main-holder .site-content ul.products li.product .yith-wcqv-button,
.preyantechnosys-boxes-row-wrapper .product .yith-wcqv-button {
    top: -25px;
    right: -40px;
}

.main-holder .site-content ul.products li.product .yith-wcqv-button:after,
.preyantechnosys-boxes-row-wrapper .product .yith-wcqv-button:after {
    left: 5px;
    top: 7px;
}

.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist,
.preyantechnosys-boxes-row-wrapper .product .yith-wcwl-add-to-wishlist {
    left: 41px;
    top: 13px;
    margin-top: -7px;
}

.add_to_cart_button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: 14px;
    right: 6px;
    left: auto;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: auto;
    height: auto;
    background: none;
    width: auto;
    height: auto;
    line-height: 0;
    font-size: 16px;
    color: var(--ttm-whitecolor);
}

.main-holder .site-content ul.products li.product .add_to_cart_button.loading:after {
    font-size: 23px;
    top: -4px;
    right: -25px;
    opacity: 1
}

.main-holder .site-content ul.products li.product .ttm-product-box .add_to_cart_button.loading:after,
.preyantechnosys-boxes-row-wrapper .product .ttm-product-box .add_to_cart_button.loading:after {
    color: var(--ttm-secondarycolor);
}

.main-holder .site-content ul.products li.product .ttm-product-box:hover .add_to_cart_button.loading:after,
.preyantechnosys-boxes-row-wrapper .product .ttm-product-box:hover .add_to_cart_button.loading:after {
    color: var(--ttm-whitecolor);
}

.ttm-wc-add-to-cart-btn a.add_to_cart_button.loading:before {
    font-size: 0;
}

.main-holder .site-content ul.products li.product  a.added_to_cart {
    display: none;
}

.main-holder .site-content ul.products li.product .add_to_cart_button.added:after,
.preyantechnosys-boxes-row-wrapper .product .add_to_cart_button.added:after {
    margin-left: 0;
}

.main-holder .site-content .yith-wcwl-add-to-wishlist .feedback {
    display: none;
}

.main-holder .site-content ul.products li.product .product_type_grouped:after,
.preyantechnosys-boxes-row-wrapper .product .product_type_grouped:after {
    content: '\e806';
}

.main-holder .site-content ul.products li.product.outofstock .product_type_simple:after,
.preyantechnosys-boxes-row-wrapper .product.outofstock .product_type_simple:after {
    content: '\e826';
}

.main-holder .site-content ul.products li.product .yith-wcqv-button:after,
.preyantechnosys-boxes-row-wrapper .product .yith-wcqv-button:after {
    content: '\E825';
}

.main-holder .site-content ul.products li.product .compare:after,
.preyantechnosys-boxes-row-wrapper .product .compare:after {
    content: "\f118";
    font-family: themeicons_ai-img-generator !important;
}

.main-holder .site-content ul.products li.product .add_to_wishlist:after,
.preyantechnosys-boxes-row-wrapper .product .add_to_wishlist:after {
    content: '\E838';
}

.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after,
.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:after,
.preyantechnosys-boxes-row-wrapper .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.preyantechnosys-boxes-row-wrapper .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after,
.preyantechnosys-boxes-row-wrapper .product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:after {
    content: '\e81c';
}

.main-holder .site-content ul.products li.product .add_to_cart_button.added:after,
.preyantechnosys-boxes-row-wrapper .product .add_to_cart_button.added:after {
    margin-left: 7px;
}

.woocommerce .price .woocommerce-Price-amount,
.main-holder .site-content ul.products li.product .price del,
.preyantechnosys-boxes-row-wrapper .product .price del .woocommerce-Price-amount {
    color: #7b8095;
    font-size: 14px;
    display: inline-block;
}

.main-holder .site-content ul.products li.product div.clear,
.preyantechnosys-boxes-row-wrapper .product div.clear {
    display: inline-block;
    opacity: 0;
    display: none;
}

.ttm-wrap-addto {
    display: inline-block;
}

.main-holder .site-content ul.products li.product .price ins {
    font-weight: normal;
	display:contents;
}

.main-holder .site-content ul.products li.product.outofstock .product_type_simple:hover:after,
.preyantechnosys-boxes-row-wrapper .product.outofstock .product_type_simple:hover:after {
    color: var(--ttm-whitecolor);
}

.single .main-holder .site-content span.featured.product-label,
#yith-quick-view-content .onsale,
.single .main-holder .site-content span.onsale,
.main-holder .site-content ul.products li.product .product-label,
.preyantechnosys-boxes-row-wrapper .product .product-label {    
    color: var(--ttm-whitecolor);
    font-size: 13px;
    padding: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    min-width: auto;
    line-height: 26px;
    z-index: 5;
    min-height: auto;
    font-weight: normal;
    height: 26px;
    width: auto;
    max-width: max-content;
    vertical-align: top;
    margin: 0;
	border-radius: 0;
}
.product-labels {
    display: flex;
    width: 100%;
    margin: 0;    
    will-change: transform;
    white-space: nowrap;        
    z-index: 11;
    position: absolute;
    gap: 0;
	border-radius: 10px 10px 0 0;
}
.product-labels .product-label .marquee-scroll span {
    position: relative;
    padding: 0 17px;
}
.product-labels .product-label .marquee-scroll span:after {
	position: absolute;
	content: '';
	left: -3px;
	height: 6px;
	width: 6px;
	border-radius: 50%; 
	top: 5px; 
	background-color: #fff; 
}
.marquee-scroll {
  display: inline-block;
  white-space: nowrap;
  
}
 
@keyframes scrollText {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.single .main-holder .site-content span.featured.product-label {   
    background: var(--ttm-secondarycolor);
}

#yith-quick-view-modal .yith-wcqv-main {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#yith-quick-view-close {
    font-size: 0px;
}

#yith-quick-view-close:after {
    content: '\E82D';
    font-family: "ttm-industriz-icons";
    font-size: 16px;
}

#yith-quick-view-close {
    border: none;
    top: 10px;
    right: 10px;
    opacity: 1;
    color: #a7a7a7;
}

.main-holder #content.site-content ul.products li.product .products-entry {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover:after,
.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:hover:after {
    color: var(--ttm-whitecolor);
}

.ttm-sresults-cta-wrapper ul.products li.product .onsale,
.ttm-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: #ff994b !important;
}

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

.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: var(--ttm-boxshadow);
    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;
    position: absolute;
    top: 0;
    right: 143px;
}

.woocommerce .woocommerce-result-count {
    margin-top: 0;
    float: unset;
    padding: 23px 25px 23px 0px;
    margin-bottom: 0px;    
}

.industriz-products {
    position: relative;
}

.main-holder .site-content .woocommerce-ordering .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid var(--ttm-bordercolor);
    padding-right: 28px;
	border-radius: var(--border-radius-image);
}

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

.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: 15px;
    text-decoration: line-through;
    color: #7b8095;
}

/*** Woocemmerce Singel page ***/


.industriz-single-product-details:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.industriz-single-product-details .woocommerce-product-details__short-description {
    margin-top: 20px;
    margin-bottom: 25px;
}

.woocommerce.industriz-darklayout .main-holder ul.products li.product .price .woocommerce-Price-amount,
.industriz-darklayout .industriz-single-product-details .woocommerce-product-details__short-description {
    color: rgba(255, 255, 255, 0.71);
}

.woocommerce.industriz-darklayout .product_meta {
    border-top: 1px solid rgba(215, 215, 215, .15);
}

.industriz-single-product-info {
    padding-bottom: 30px;
	overflow: hidden;
    position: relative;
}

.woocommerce div.product {
    margin-bottom: 25px;    
}

.woocommerce div.product .product_title {
    font-size: 40px;
    margin-bottom: 18px;
    line-height: 54px;
}

.woocommerce div.product .summary .woocommerce-product-rating {
    margin-bottom: 15px;
    display: none;
}

.woocommerce-shop .ttm-custom-text {
    font-size: 0;
}

.woocommerce .summary div[itemprop="description"] {
    margin-top: 15px;
}

.woocommerce .main-holder #content div.product .price del {
    color: #7b8095;
    font-size: 15px;
    display: inline-block;
}

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

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

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

.woocommerce .summary .compare.button {
    background-color: transparent;
    padding: 0;
    margin-left: 45px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--special-element-fontfamily);
    color: var(--ttm-secondarycolor);
}

.woocommerce .main-holder #content .summary .compare.button:before {
    content: '\f112';
    font-family: "themeicons_industriz";
    padding-right: 5px;
    top: 11px;
    position: relative;
    font-size: 30px;
}

.woocommerce .summary form.cart {
    margin-top: 30px;
}

.woocommerce .main-holder #content .woocommerce-error .button,
.woocommerce .main-holder #content .woocommerce-info .button,
.woocommerce .main-holder #content .woocommerce-message .button {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
    border-radius: 0px;
    padding: 8px 15px;
    font-size: 11px;
    border-radius: 2em;
}

.summary .clear {
    display: none;
}

.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
    content: '\e81c';
    font-family: "ttm-industriz-icons";
    margin-right: 5px;
}

.single .main-holder #content div.product div.thumbnails a {
    width: 70px;
}

.woocommerce .industriz-single-product-info .product_meta .sku_wrapper {
    margin-right: 10px;
}

.woocommerce .industriz-single-product-info .product_meta>span {
    display: block;
    width: 100%;
    padding-bottom: 7px;
}

.woocommerce .industriz-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 12px 0 0;
    border: 1px solid rgb(0 0 0 / 20%);
    float: left;
	border-radius: var(--border-radius-image);
}

.woocommerce .quantity .qty {
    height: 48px;
    width: 80px;
    background-color: transparent;
    border: unset;
    font-size: 20px;
    font-family: var(--special-element-fontfamily);
}

.single .main-holder div.product form.cart .woocommerce-grouped-product-list-item div.quantity {
    margin-left: 5px;
    padding-top: 1px;
    padding-bottom: 5px;
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 8px 16px 8px 15px !important;
}

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

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

.single .main-holder #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    margin-left: 90px;
    background-color: #f4f7fb;
    border: 1px solid #f5f9fd;
    position: relative;
}

.single .main-holder #reviews #comments ol.commentlist li .comment-text:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent var(--ttm-greycolor) transparent var(--ttm-greycolor);
    z-index: 1;
    content: "";
    left: -12px;
}

.single .main-holder #content div.product .woocommerce-Reviews .star-rating {
    float: right;
    width: 7.4em;
}

.single .main-holder #content div.product .woocommerce-tabs .panel h2 {
    margin-bottom: 15px;
}

.up-sells.products h2,
.single .main-holder .related.products h2 {
    font-size: 27px;
    line-height: 38px;
    padding-bottom: 10px;
}

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

.single .main-holder #content div.product .woocommerce-tabs .panel {
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0;
}

.woocommerce-Reviews .select2-container {
    width: 154px !important;
}

.single .main-holder .summary form.cart {
    margin-bottom: 17px;
}

/*** Woocemmerce Cart Page ***/
.main-holder .site #content table.cart td.actions .input-text {
    width: 150px;
}

.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
.cross-sells h2,
.cart_totals h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
}

.woocommerce-shipping-fields h3 label,
.woocommerce form .form-row label {
    font-weight: 500;
}

.woocommerce form .form-row .input-checkbox {
    position: static;
}

.main-holder .site .cart-collaterals {
    margin-top: 60px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: 500;
	color: var(--ttm-secondarycolor);
}

.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-title h2 {
    pointer-events: none;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    color: var(--ttm-whitecolor);
    padding: 10px 20px;
    background-color: var(--ttm-skincolor);
}

.woocommerce .wishlist_table td.product-add-to-cart a:hover {
    background-color: var(--ttm-secondarycolor);
}

.woocommerce .wishlist_table td.product-add-to-cart a:before {
    content: unset;
}

.woocommerce table.shop_table {
    border-color: #ededed;
    border-radius: 0px;
    margin-top: 30px;
}

.woocommerce-cart .main-holder table.shop_table {
    margin-top: 0px;
}

.woocommerce table.wishlist_table {
    font-size: inherit;
    background-color: var(--ttm-whitecolor);
    border: none;
}

.ttm-wrap-addto {
    display: inline-block;
}

.main-holder .site-content ul.products li.product:hover .ttm-product-overlay {
    opacity: .3;
    visibility: visible;
}

.main-holder .site-content ul.products li.product a img {
    margin: 0 0 0em;
    transition: all 0.3s ease-in-out;    
}

.main-holder .site-content ul.products li.product .price {
    margin-top: 8px;
}

.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: 30px 0px 0px 10px;
    color: var(--ttm-secondarycolor);
}
.woocommerce div.product form.cart .reset_variations {
    font-size: 0;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.wc-block-components-button:not(.is-link) {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
    border-radius: 50px;
    outline: none !important;
    box-shadow: none !important;
    font-size: var(--button_fontsize);
    font-weight:  var(--button-font-weight);
    font-family: var(--button-font-family);
    text-transform: var(--button-text-transform);
}

.main-holder .site-content ul.products li.product .ttm-shop-icon>div:hover {
    background-color: transparent;
}

.woocommerce.industriz-darklayout div.product form.cart .variations label {
    color: var(--ttm-whitecolor);
}
.main-holder .site-content div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    margin-top: 0;
    padding: 0;   
	width: auto;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
}

.woocommerce div.product div.images img {
    border-radius: var(--border-radius-image);
}

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

.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;
    border-width: 0 0 1px;
	border-radius: 5px;
}

.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 .ttm-shop-icon a,
.preyantechnosys-boxes-row-wrapper .product .ttm-shop-icon a {
    font-weight: 500;
	border-radius: 30px;
}
.product-hover-default .ttm-product-image-box img {
    background-color: var(--ttm-greycolor);
    border-radius: 10px 10px 0 0px;
}

.main-holder .site-content ul.products li.product .ttm-product-box .ttm-shop-icon a:before,
.main-holder .site-content ul.products li.product .ttm-product-box .ttm-shop-icon .yith-wcwl-add-to-wishlist-button-icon,
.preyantechnosys-boxes-row-wrapper .product .ttm-product-box .ttm-shop-icon a:before,
.preyantechnosys-boxes-row-wrapper .product .ttm-product-box .ttm-shop-icon .yith-wcwl-add-to-wishlist-button-icon {
     color: var(--ttm-secondarycolor);
}

.main-holder .site-content ul.products li.product .ttm-product-box:hover .ttm-shop-icon a,
.main-holder .site-content ul.products li.product .ttm-product-box:hover .ttm-shop-icon a:before,
.main-holder .site-content ul.products li.product .ttm-product-box:hover .ttm-shop-icon .yith-wcwl-add-to-wishlist-button-icon,
.preyantechnosys-boxes-row-wrapper .product .ttm-product-box:hover .ttm-shop-icon a:before,
.preyantechnosys-boxes-row-wrapper .product .ttm-product-box:hover .ttm-shop-icon .yith-wcwl-add-to-wishlist-button-icon {
    color: var(--ttm-whitecolor);
}

.yith-add-to-wishlist-button-block {
    display: contents;
    align-items: end;
    justify-content: end;
    position: relative;
    margin: 0;
}

.ttm-product-box-inner span.yith-wcwl-add-to-wishlist-button__label,
section.related.products .ttm-wc-add-to-cart-btn a {
    font-size: 15px;
}

.main-holder .site-content ul.products li.product .ttm-shop-icon .ttm-wc-add-to-cart-btn a,
.preyantechnosys-boxes-row-wrapper .product .ttm-shop-icon .ttm-wc-add-to-cart-btn a {
    text-align: center;
    padding: 16px 26px;
    margin: 0;
    background-color: var(--ttm-secondarycolor);
	color: #fff; 
    letter-spacing: 0;
    transition: none;    
    font-size: 13px;    
    z-index: 99;
	transition: all 0.3s ease 0s;
}
.main-holder .site-content ul.products li.product .ttm-shop-icon .ttm-wc-add-to-cart-btn a:hover {
	background-color: var(--ttm-skincolor);
}

.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 form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 50%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.main-holder .site .woocommerce-cart-form__contents button,
.main-holder .site .woocommerce-cart-form__contents button.button:disabled[disabled],
.main-holder .site table.cart .coupon button {
    padding: 15px 30px 15px;
    font-weight: 500;
    border-radius: 2em;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.main-holder .site .woocommerce-cart-form__contents button:hover,
.main-holder .site .woocommerce-cart-form__contents button.button:disabled[disabled]:hover,
.main-holder .site table.cart .coupon button:hover {
    background-color: var(--ttm-skincolor);
}

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

.main-holder .site-content ul.products li.product.product-type-grouped .ttm-shop-icon .ttm-wc-add-to-cart-btn a,
.main-holder .site-content ul.products li.product.product-type-external .ttm-shop-icon .ttm-wc-add-to-cart-btn a,
.preyantechnosys-boxes-row-wrapper .product.product-type-external .ttm-shop-icon .ttm-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 .ttm-shop-icon,
.main-holder .site-content ul.products li.product.product-type-grouped .ttm-shop-icon,
.main-holder .site-content ul.products li.product.product-type-grouped .ttm-shop-icon .yith-wcwl-add-to-wishlist,
.main-holder .site-content ul.products li.product.product-type-external .ttm-shop-icon .yith-wcqv-button,
.preyantechnosys-boxes-row-wrapper .product.product-type-external .ttm-shop-icon .yith-wcqv-button {
    display: none;
}

.woocommerce-Reviews .comment-form {
    margin-bottom: 0px;
}

.main-holder .site-content #reviews #comments ol.commentlist {
    padding-left: 0px;
}

.woocommerce .main-holder .site-content #review_form {
    padding-top: 10px;
}

.woocommerce .main-holder .site-content #review_form .comment-reply-title {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
    color: var(--ttm-secondarycolor);
}

.single-product .main-holder .site-content span.onsale {    
    background: var(--ttm-secondarycolor);
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 65px;
    background: #f4f7fb;
    padding: 0;
    border: none;
}

.single .main-holder #reviews #comments ol.commentlist li .comment-text {
    border-radius: var(--border-radius-image);
    margin-left: 90px;
    background-color: var(--ttm-greycolor);
    border: unset;
    padding: 30px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    color: var(--ttm-blackishcolor);
    margin-bottom: 9px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-weight: 500;
    font-size: 26px;
    color: var(--ttm-blackishcolor);
}

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

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

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

.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
    content: '\e81c';
    font-family: "ttm-industriz-icons";
    margin-right: 5px;
}

.single .main-holder #content div.product .entry-summary div.yith-wcwl-add-to-wishlist {
    display: inline-block;
}

.woocommerce .yith-quick-view-content div.product form.cart div.quantity {
    margin-right: 8px;
}

.main-holder #content.site-content div.product form.cart table.variations td {
    padding: 15px 10px;
    display: table-cell;
}

.main-holder #content.site-content div.product form.cart table.variations tr:first-child .select2-container {
    width: 100% !important;
}

.main-holder #content.site-content div.product form.cart table.variations tr .select2-container {
    width: 100% !important;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    line-height: 1em;
}

.main-holder #content.site-content div.product form.cart table.variations tr:first-child td {
    padding-top: 15px;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    width: 85px;
}

.main-holder #content.site-content div.product form.cart table.variations td.value {
    padding-right: 35px;
}

.woocommerce-account .woocommerce-MyAccount-content button,
.woocommerce form.checkout_coupon button {
    font-size: 14px;
    padding: 14px 30px 14px;
    border-radius: var(--ttm-button-shape);
}

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

.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: 10px;
    width: unset !important;
}

.woocommerce div.product form.cart .group_table td:first-child{
    padding-bottom: 5px;

}

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

.woocommerce .lost_reset_password .woocommerce-Button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    border-radius: 0em;
    padding: 12px 25px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    color: var(--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;
	background-color: #fff;
    padding: 10px 10px;
	border-radius: 5px;
}

.woocommerce ul.product_list_widget li a {
    padding-bottom: 6px;
}

/* woocommerce-tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 8px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    padding: 12px 15px 12px !important;
    border: unset;    
    text-transform: capitalize;
    margin-bottom: 0;
	font-weight: 500; 
	color: var(--body-fonts-color); 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
	position: absolute;
	content:'';
	right: 0;
	bottom: 14px;
	height: 25px;
	width: 1px;
	background-color: var(--ttm-bordercolor);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a:after { 
	display: none;
}

.woocommerce.industriz-darklayout div.product .woocommerce-tabs ul.tabs li a {
    color: var(--ttm-whitecolor);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    border-radius: var(--ttm-button-shape);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border-bottom: 3px solid transparent; 
	transition: 0.5s; 
}

.woocommerce-tabs.wc-tabs-wrapper {
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 15px;
	margin-bottom: 50px; 
}

.woocommerce.industriz-darklayout div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce.industriz-darklayout div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--ttm-whitecolor);
    transition: 0.5s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 3px solid var(--ttm-skincolor);
    transition: 0.5s;    
}

.main-holder .site-content ul.products li.product .product-labels .product-label,
.preyantechnosys-boxes-row-wrapper .product .product-labels .product-label {
    background: var(--ttm-secondarycolor);
    transition: 0.5s;
    border-radius: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
    margin: 0px 0 0px !important;
    border: none !important;
    line-height: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px 20px 20px;
    border-radius: 0;
    margin-top: 0;
    border-top: 1px solid var(--ttm-bordercolor);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
    border: none;
}

.woocommerce-Tabs-panel h2 {
    font-size: 20px;
    margin-top: 0;
    line-height: 28px;
}

.single .main-holder #content div.product .woocommerce-tabs .panel p {
    margin: 0px;
}

.woocommerce table.shop_attributes {
    margin-bottom: 0px;
}
.woocommerce-error:focus-visible, .woocommerce-info:focus-visible, .woocommerce-message:focus-visible {
    outline: 0;
}
#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 .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 .industriz-single-product-info .product_meta label {
    font-weight: 500;    
}
.woocommerce div.product div.summary {    
    padding-left: 34px;
}

.woocommerce .industriz-single-product-info .product_meta>span a:not(:hover),
.woocommerce .industriz-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;
}

.product-hover-default .ttm-shop-icon .ttm-wc-add-to-cart-btn a.wc-forward,
.main-holder .site-content ul.products li.product .product-hover-default .ttm-shop-icon .ttm-wc-add-to-cart-btn a.wc-forward {
    display: none !important;
}

.woocommerce .industriz-single-product-info input[type="number"] {
    background-color: transparent;
}

.woocommerce.industriz-darklayout .price .woocommerce-Price-amount,
.woocommerce.industriz-darklayout .industriz-single-product-info .product_meta label {
    color: var(--ttm-whitecolor);
}

.single .main-holder div.product form.cart div.quantity button {
    background-color: transparent;
    height: 53px;
    width: 57px;
    border-width: 0 1px 0 1px;
    border-radius: 0;
    padding: 12px 20px 10px;
    border-color: rgba(119, 119, 119, .2);
    font-size: 20px;
}

.single .main-holder div.product form.cart div.quantity button {
    color: var(--ttm-secondarycolor);
}

.woocommerce div.product form.cart .button {
    background-color: var(--ttm-skincolor) !important;
    transition: 0.5s;
    padding: 17px 30px;
    width: auto;
    border: 0 solid var(--ttm-bordercolor);
    border-radius: var(--ttm-button-shape);
}

.woocommerce div.product form.cart .button:hover {
    background-color: var(--ttm-secondarycolor) !important;
    border-color: var(--ttm-secondarycolor) !important;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    display: inline-block;
    vertical-align: middle;
}

.woocommerce.industriz-darklayout table.shop_attributes th,
.woocommerce.industriz-darklayout table.shop_attributes th {
    color: var(--ttm-whitecolor);
    text-transform: capitalize;
}

.main-holder .site-content ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
	font-family: var(--body-font-family);
}

.woocommerce ul.products li.product .star-rating {
    display: none;
}

.woocommerce div.product form.cart .button {
    background-color: var(--ttm-secondarycolor)!important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce div.product form.cart .button:hover, 
.woocommerce #review_form #respond .form-submit input[type="submit"]:hover, 
.main-holder .site .woocommerce-cart-form__contents button:hover, 
.main-holder .site .woocommerce-cart-form__contents button.button:disabled[disabled]:hover, 
.main-holder .site table.cart .coupon button:hover {
    background-color: var(--ttm-skincolor)!important;
    color: #fff;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: transparent!important;
}

.yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label,
.woocommerce .summary .compare.button span.label {
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--special-element-fontfamily);
}

table.wishlist_table thead th, table.wishlist_table tbody td {
    border-color: var(--ttm-bordercolor);
}

.wp-block-woocommerce-checkout {
    padding-top: 1px !important;
}
body .wc-block-components-title.wc-block-components-title {   
    padding: 4px 0 0;    
}
.wishlist-title:hover a.show-title-form {
    visibility: hidden;
    display: none;
}

.wishlist-title.wishlist-title-with-form h2:hover {
    background: transparent;
}

.woocommerce-wishlist .site-main {
    padding-top: 65px;
}

.woocommerce-checkout .site-content-wrapper ,
.woocommerce-wishlist .site-content-wrapper {
    margin-bottom: 70px;
}
 
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover,
 .woocommerce div.product form.cart .button:hover, 
.ttm-cart-canvasbox .woocommerce-mini-cart__buttons .button:hover,
.wc-block-components-button:not(.is-link):hover  {
    background-color: var(--ttm-skincolor);
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
    margin-top: -30px;

}

#yith-quick-view-modal.open .yith-wcqv-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
}

/*---marque default----*/
.ttm-marquebox-default {
    width: 100%;
    animation: ttm-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.ttm-port-marquee {
	position: relative; 
}
.ttm-port-marquee:after {
    position: absolute;
    content: '';
    height: 83px;
    width: calc(100% + 50px);
    top: 1px;
    left: -51px;
    background-color: var(--ttm-secondarycolor);
    transform: rotate(-181deg);
    z-index: 1;
}
.ttm-marquebox-default:hover {
    animation-play-state: paused !important;
}
.ttm-marquebox-default ul.marquebox-list li {
    position: relative;
    display: inline-block;
    margin-left: 70px;
    margin-right: 70px;
    text-align: center;
    font-size: 29px;
    line-height: 44px;
    font-weight: 500; 
	font-family: var(--special-element-fontfamily);
}
.ttm-marquebox-default ul.marquebox-list li:before {
    -webkit-mask: url(../images/settings-icon.svg) no-repeat 100% 100%;
    mask: url(../images/settings-icon.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 10px;
    left: -84px;
    right: auto;
    width: 28px;
    height: 28px;
    content: '';
    background-color: #fff;
}

@keyframes ttm-marque-text {
    0% {
        transform: translate(-20%, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }

}

@keyframes ttm-marque-textrev {
    100% {
        transform: translate(-20%, 0);
    }

    0% {
        transform: translate(-100%, 0);
    }

}

/*---marque default----*/
/**/
.industriz-box-testimonial.industriz-testimonialbox-default {
    background-color: var(--ttm-whitecolor);
    padding: 30px 40px;
    box-shadow: var(--ttm-boxshadow);
    margin: 30px 0;
}

.industriz-box-testimonial.industriz-testimonialbox-default .industriz-box-content {
    padding: 0px;
}

.industriz-box-testimonial.industriz-testimonialbox-default .industriz-box-content .industriz-box-author .industriz-box-desc blockquote {
    text-align: left;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    color: var(----body-fonts-color);
    font-style: normal;
}

.industriz-box-testimonial.industriz-testimonialbox-default .industriz-box-content .industriz-box-author .ttm-box-footer {
    margin-top: 25px;
}

.industriz-box-testimonial.industriz-testimonialbox-default .industriz-box-content .industriz-box-author .ttm-box-footer .industriz-box-img .industriz-item-thumbnail {
    padding: 0px;
}

.industriz-box-testimonial.industriz-testimonialbox-default .industriz-box-content .industriz-box-author .ttm-box-footer .industriz-box-img .industriz-item-thumbnail {
    height: 50px;
    width: 66px;
}

.industriz-box-testimonial.industriz-testimonialbox-default .industriz-box-content .industriz-box-author .ttm-box-footer .industriz-box-img img {
    height: 56px;
    width: 56px;
}

.industriz-box-testimonial.industriz-testimonialbox-default .industriz-box-content .industriz-box-author .industriz-hightlight-text {
    position: relative;
    padding-bottom: 10px;
}

.industriz-box-testimonial.industriz-testimonialbox-default .industriz-box-content .industriz-box-author .industriz-ratting-star .ttm-industriz-icon-star-1.ttm-active {
    font-size: 15px;
    color: #ffae00;
    margin: 0 3px;
}

.industriz-box-testimonial.industriz-testimonialbox-default .industriz-box-content .industriz-box-author .industriz-hightlight-text .industriz-box-highlight-title .industriz-box-highlight .industriz-review-highlight {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 6px;
}

/**/
.ttm-section-bg-dark .industriz-testimonialbox-default {
    background-color: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 17%);
    border-radius: var(--border-radius-image);
}

.ttm-section-bg-dark .industriz-box-testimonial.industriz-testimonialbox-default .industriz-box-content .industriz-box-author .industriz-hightlight-text .industriz-box-highlight-title .industriz-box-highlight .industriz-review-highlight,
.ttm-section-bg-dark .industriz-box-testimonial.industriz-testimonialbox-default .industriz-box-content .industriz-box-author .industriz-box-desc blockquote,
.ttm-section-bg-dark .industriz-box-testimonial.industriz-testimonialbox-default .industriz-box-content .industriz-box-author .ttm-box-footer .industriz-box-title .industriz-author-name,
.ttm-section-bg-dark .industriz-box-testimonial.industriz-testimonialbox-default .industriz-box-content .industriz-box-author .ttm-box-footer .industriz-box-title .industriz-box-footer {
    color: var(--ttm-whitecolor);
}
.sidebar .widget.industriz_all_post_list_widget .widget-title {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sidebar .widget.ttm-contact-imgbox {
    position: relative;
    background-color: var(--ttm-skincolor)!important;
    padding: 30px !important;
}

.sidebar .widget.ttm-contact-imgbox .ttm-cnt-imgbox {
    position: relative;
    z-index: 8;
}

.sidebar .widget.ttm-contact-imgbox .ttm-cnt-imgbox .icon {
    animation: tilt-shaking 0.15s infinite;
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }

}

.sidebar .widget.ttm-contact-imgbox .ttm-cnt-imgbox .header-content {
    padding-left: 25px;
}

.sidebar .widget.ttm-contact-imgbox .ttm-cnt-imgbox .header-content h5 {
    margin-bottom: 5px;
}

.sidebar .widget.ttm-contact-imgbox .ttm-cnt-imgbox .header-content h5 a {
    color: var(--ttm-whitecolor);
}

.sidebar .widget.ttm-contact-imgbox .ttm-cnt-imgbox .header-content span a {
    color: rgb(255 255 255 / 70%);
}

.sidebar .widget.ttm-contact-imgbox .ttm-cnt-imgbox .header-content h5 a:hover,
.sidebar .widget.ttm-contact-imgbox .ttm-cnt-imgbox .header-content span a:hover {
    color: var(--ttm-skincolor);
}

.sidebar .widget.ttm-sidebar-contact-bgbox:before {
    background-image: url(../images/sidebar-widget-bgimg.png) !important;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    right: 0;
    top: 0;
    z-index: 1;
}

.sidebar .widget.ttm-sidebar-contact-bgbox .ttm-sidebar-contact-box {
    z-index: 2;
    position: relative;
    text-align: left;
    color: var(--ttm-whitecolor);
}

.sidebar .widget.ttm-sidebar-contact-bgbox:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: visible;
    align-items: center;
    justify-content: center;
    background: rgba(0 0 0 / 0.10);
    transition: all .3s ease;
}

.sidebar .widget.ttm-sidebar-contact-bgbox .ttm-sidebar-contact-box .ttm-sidebar-heading {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--special-element-fontfamily);
    margin-bottom: 10px;
    font-weight: 500;
}

.sidebar .widget.ttm-sidebar-contact-bgbox .ttm-sidebar-contact-box .ttm-sidebar-desc {
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    margin-bottom: 15px;
}

.sidebar .widget.ttm-sidebar-contact-bgbox .ttm-sidebar-contact-box .ttm-sidebar-phone .link-text a {
    border-radius: var(--ttm-button-shape);
    color: var(--ttm-whitecolor);
    font-size: 15px;
    font-family: var(--button-font-family);
    font-weight: 400;
    position: relative;
}

.sidebar .widget.ttm-sidebar-contact-bgbox .ttm-sidebar-contact-box .ttm-sidebar-phone .link-text a:hover {
    color: var(--ttm-skincolor);
}
.contact-iconbox-icon .elementor-icon-box-icon {
    padding-top: 10px;
}

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

/*unittest*/
article.industriz-box-blog-classic {
    display: block;
	margin-bottom: 30px;
}
article.industriz-box-blog-classic.ttm-no-featured-content .ttm-blog-classic-box-content {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
article.industriz-box-blog-classic .ttm-featured-outer-wrapper .ttm-featured-wrapper img {
    position: relative;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
	border-radius: var(--border-radius-image);
}
article.industriz-box-blog-classic .ttm-featured-outer-wrapper .ttm-featured-wrapper {
	border-radius: var(--border-radius-image);
}
article.industriz-box-blog-classic:hover .ttm-featured-outer-wrapper .ttm-featured-wrapper img {
    transform: scale(1.09);
}


.has-black-border-color {
    margin-bottom: 10px;
}

.single-post .ttm-blog-classic-box-content .wp-block-table thead {
    border-bottom: 0 solid;
}

.single-post article.industriz-box-blog-classic.ttm-no-featured-content .ttm-blog-classic-box-content table th {
    font-weight: var(--special-element-fontweight);
}

.sidebar .wp-block-search {
    margin-bottom: 5px;
}
.sidebar .widget.widget_categories li.cat-item ul.children > li, .sidebar .widget ul > li > ul > li {
    margin: 0;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}

.ttm-blog-classic-box-content .wp-block-group.has-black-border-color>.wp-block-group__inner-container p {
    margin: 0;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: -5px;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper input[type="search"] {
    border: 0;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-radius: var(--border-radius-image);
    border-color: var(--ttm-bordercolor);
}
.single-post .ttm-blog-classic-box-content .wp-block-cover:not(.wp-block-cover.has-background-dim.is-layout-flow.wp-block-cover-is-layout-flow.alignleft) {
    margin-right: 0;
}
.single-post .ttm-blog-classic-box-content .wp-block-table thead {
    border-bottom: 0 solid;
}
.single-post .ttm-blog-classic-box-content .wp-block-table tfoot {
    border-top: 0 solid;
}
.single-post .ttm-blog-classic-box-content .wp-block-table table thead tr th {
    font-weight: var(--special-element-fontweight);
}
.single-post .ttm-blog-classic-box-content .wp-block-table td, .single-post .ttm-blog-classic-box-content .wp-block-table th {
    border-color: var(--ttm-bordercolor);
}
.single-post .ttm-blog-classic-box-content .wp-block-button__link:hover {
    color: var(--ttm-skincolor);
}
.single .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    padding: 0 10px 0;
}
.single-post .ttm-blog-classic-box-content .wp-block-media-text.alignwide {
    margin-bottom: 15px;
}
.single article.post blockquote a {
        color: var(--ttm-secondarycolor);
}
.single-post article.industriz-box-blog-classic.ttm-no-featured-content .ttm-blog-classic-box-content table th {
    font-weight: var(--special-element-fontweight);
}
.single-post input[type="password"]#pwbox-1168 {
    padding: 6px 15px;
}
.single-post .mejs-audio.wp-audio-shortcode {
    margin-bottom: 15px;
}
.wc-block-components-checkbox input[type="checkbox"]:before {
    border: 0 solid #e7e7e7;
    background-color: transparent;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    border-radius: var(--ttm-button-shape);
    font-size: var(--button_fontsize);
    font-weight: var(--button-font-weight);
    text-transform: var(--button-text-transform);
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover {
    background-color: var(--ttm-secondarycolor);
}
body.woocommerce-cart .wc-block-cart-item__wrap button.wc-block-cart-item__remove-link {
    font-size: 14px !important;
    font-weight: var(--button-font-weight) !important;
}

.woocommerce-cart tr.wc-block-cart-items__header {
    border-bottom: 0;
}
.wp-block-pullquote {
    padding: 0em 0;
}

table tbody tr, table thead tr,.is-large.wc-block-cart .wc-block-cart-items,.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url],.wc-blocks-components-select .wc-blocks-components-select__select {
    border-color: hsla(0, 0%, 7%, .11)!important;
}

.single-post article.post .entry-content ul li {    
	position: relative;
}
.single-post article.post .entry-content ul.tm-icon-left li {
	padding-bottom: 15px;
}
.single-post article.post .entry-content ul.tm-icon-left li:after {
	background-image: url(../images/right.png) !important;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 18px;
    height: 16px;
    bottom: 0px;
    left: -25px;
    top: 3px;
    z-index: 1;
}
.single article.industriz-box-blog-classic .ttm-blog-classic-box-content h2.wp-block-heading {
    margin-top: -9px;
}

.wp-block-button__link {
  width: auto;
  background-color: var(--ttm-secondarycolor);    
}

.wp-block-pullquote.is-style-solid-color {
    padding: 30px;
}

.wp-block-button, .wp-block-buttons>.wp-block-button {
    margin-bottom: 1.5em;
}
.wc-block-grid__product-price ins {
    background: transparent;
}
.woocommerce .wc-block-grid__product-price.price del .woocommerce-Price-amount {
    font-size: 13px;
}
.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.wc-block-grid__product.wc-block-grid__product {
    text-align: left;
}


/* service style 1 ( servicebox 2) */
.industriz-servicebox2-default .industriz-image img {
    border-radius: var(--border-radius-image);
}
.industriz-servicebox2-default .item-content {
    text-align: center;
    padding: 12px 10px 0;
}
.industriz-servicebox2-default2 .ttm-servicebox-detials.ttm-servicebox-content {
    text-align: center;
}
article.industriz-box.industriz-box-service.industriz-servicebox2-default2 {
    display: none;    
	border: unset;
}
article.industriz-box.industriz-box-service.industriz-servicebox2-default3 {
	 display: none;   
}
article.industriz-box.industriz-box-service.industriz-servicebox2-default3.slick-slide.slick-current.slick-active,
article.industriz-box.industriz-box-service.industriz-servicebox2-default2.slick-slide.slick-current.slick-active {
    display: block;
	left: 0 !important;
}
.service-info, .service-nav {
    z-index: 99;
}
.service_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 180px 0 0; 
}
.service_wrapper .slick-track {
    height: auto !important;
	transform: unset !important;
}
.service_wrapper .service-info .slick-track {
    
    width: 540px !important;
}
.industriz-box-top-content {
    text-align: center;
    padding: 0px 0px 0px 0px;    
    margin: 0 auto;
    overflow: visible;
	position: relative;
    display: inline-block;
}
.service_wrapper .industriz-box-title h4 {
    font-size: 18px !important;
    line-height: 22px !important;
}
.service_wrapper .service-img {
    position: absolute;
	top: 0; 
	left: 0; 
}
.service-nav.slick-initialized.slick-slider {
     max-width: 590px;
    overflow: hidden;    
}
.service_wrapper .container {
    padding: 0;
}
.service_wrapper .service-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.service-nav article.industriz-box.industriz-box-service.industriz-servicebox2-default.slick-slide {
    width: 125px !important;
	margin: 0 12px;
}
.service_wrapper .industriz-servicebox2-default .industriz-box-title h4 a {
	font-family: var(--body-font-family);
}
.industriz-servicebox2-default .featured-image-bg {
    height: 122px;
    width: 124px;
}
.service_wrapper .industriz-servicebox2-default2 .featured-image-bg {
    height: 660px;
    width: 540px;
	border-radius: var(--border-radius-image);
	background-position: bottom;
}
.industriz-servicebox2-default2 .industriz-post-item {
    position: relative;
}
.industriz-servicebox2-default2 .industriz-image {
    position: relative;
}
.industriz-servicebox2-default2 .industriz-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 1;
    border-radius: var(--border-radius-image);
}
.industriz-servicebox2-default2 .ttm-servicebox-detials.ttm-servicebox-content {
    text-align: center;
    position: absolute;
    bottom: 36px;
    left: 80px;
    right: 80px;
	z-index: 11; 
}
.service_wrapper .industriz-servicebox2-default2 .industriz-box-title h4 {
    font-size: 34px !important;
    line-height: 44px !important;
}
.service_wrapper .industriz-servicebox2-default2 .industriz-box-title h4 a {
	color: #fff;
}
.service_wrapper .industriz-servicebox2-default2 .industriz-box-desc {
    color: #fff;
}
.industriz-boxes-view-slickview .ttm-content-with-desc .ttm-element-content-heading {
    margin-bottom: 20px;
    font-size: 200px;
    line-height: 180px;
    font-weight: 600;    
}
.elementor-element .industriz-boxes.industriz-boxes-view-slickview .industriz-box-heading-wrapper {    
    position: absolute;
    width: 30%;
    z-index: 11;
    left: 15.63%;
	padding-top: 150px;
}
.service_wrapper .industriz-box-title h4 a {
    color: #fff;
}
.industriz-element-servicebox-default.industriz-boxes-view-slickview .industriz-boxes-inner {
    height: 996px;
}
.ttm-featured-wrapper.ttm_service-featured-wrapper img,
.industriz-servicebox-image {
    
}
.service_wrapper .service-nav .slick-current.slick-active .industriz-box-title h4 a {
    color: var(--ttm-skincolor);
}
.industriz-boxes-view-slickview.industriz-boxes-gap-30px .industriz-boxes-row-wrapper.row .ttm-box-col-wrapper {
    padding-right: 0;
    padding-left: 0;
}
.service-info .slick-list {
	overflow: visible;
}


/* historybox style 1 */
.industriz-element-historybox-style1 .tm-box-title h5 {
    font-size: 15px;
    line-height: 25px;
    font-family: var(--body-font-family);
	font-weight: 400;
}
.industriz-element-historybox-style1 .tm-info-imagebox img {
    display: inline;
	border-radius: var(--border-radius-image);
}
.industriz-element-historybox-style1 .ttm-imgbox {
    text-align: center;
	position: relative;
}
.industriz-element-historybox-style1 .ttm-historybox-content {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 11;
}
.industriz-element-historybox-style1.industriz-boxes-view-carousel.ttm-boxes-carousel-arrow-round .industriz-boxes-row-wrapper .slick-arrow {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    line-height: 94px;	
	color: rgba(255, 255, 255, 0.11);
	font-size: 0 !important;
	background-color: rgba(255, 255, 255, 0.05); 
	border: 1px solid rgba(255, 255, 255, 0.2);  
}
.industriz-element-historybox-style1.industriz-boxes-view-carousel.ttm-boxes-carousel-arrow-round .industriz-boxes-row-wrapper .slick-prev.slick-arrow {
	top: 80px;
	left: 25%;
}	
.industriz-element-historybox-style1.industriz-boxes-view-carousel.ttm-boxes-carousel-arrow-round .industriz-boxes-row-wrapper .slick-next.slick-arrow {
	top: 80px;
	right: 25%;
}	
.industriz-element-historybox-style1 .tm-box-title {
    display: inline-block;
    border-radius: var(--border-radius-image);
    backdrop-filter: blur(15px);
    padding: 25px 30px;
    color: #fff;
}
.industriz-element-historybox-style1 .tm-box-title h5 {
	margin-bottom: 0; 
	color: #fff; 
}
.industriz-element-historybox-style1 .tm-infobox-desc {
    font-size: 200px;
    line-height: 1;
    position: relative;
    bottom: 240px;
    font-weight: 700;
    font-family: var(--special-element-fontfamily);    
    color: rgba(255, 255, 255, 0.11);
	-webkit-text-stroke: 2px white;
	text-stroke: 2px white; 
    opacity: 0.6;
    display: inline-block;
	padding: 0 56px; 
}
.industriz-element-historybox-style1 .slick-slide.slick-current.slick-active .year-loop-container {
	opacity: 1;
}
.industriz-element-historybox-style1 .year-loop-container {
    width: 100%;
    margin: 0;
    animation: tm-marque-text 10s linear infinite;
    will-change: transform;
    white-space: nowrap;
	opacity: 0;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
@keyframes tm-marque-text {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}


/* service grid */
.ttm_serviceimgbox_heading.industriz-box-heading-wrapper {
    z-index: 1;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ttm_serviceimgbox_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 120px;
    min-height: 800px;
}
.ttm_serviceimgbox_wrapper .ttm-content-header h2 {
    font-size: 64px;
    line-height: 74px;
    font-weight: 400;
    color: #fff;
	margin-bottom: 6px; 
}
.ttm_serviceimgbox_wrapper .industriz-box-desc {
    font-size: 64px;
    line-height: 1;
    color: #fff;
}
.ttm_serviceimgbox_wrapper .ttm-box-title {
    position: relative;
}
.ttm_serviceimgbox_wrapper.four_cols .ttm_servicegridbox_contents {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.ttm_serviceimgbox_wrapper .ttm_servicebox_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.ttm_serviceimgbox_wrapper .ttm_servicebox_img {
    visibility: hidden;
    opacity: 0;
	transition-duration: 1500ms;
    transition: all 1s;
}
.ttm_serviceimgbox_wrapper .ttm_servicebox_img, .ttm_serviceimgbox_wrapper .tm_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.ttm_serviceimgbox_wrapper .tm_box_overlay {
    z-index: 1;
    background: rgba(0,0,0,0.3);
}
.ttm_serviceimgbox_wrapper .ttm_servicebox_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.ttm_serviceimgbox_wrapper .ttm_servicebox_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);
}
.ttm_servicegridbox_contents {
    min-height:44vh;
}
.ttm_serviceimgbox_wrapper .ttm_servicegridbox_contents {
    position: relative;
    z-index: 2;
	padding: 0px;
    height: 100%;
	width: 24.31%;
    float: right;	
	min-height: unset;
}
.ttm_serviceimgbox_wrapper .ttm_servicegridbox_contents .ttm-bottom-contentbox{
	opacity:1;	
    transform: translateY(0);
}
.ttm_serviceimgbox_wrapper .ttm-bottom-contentbox {
    padding: 54px 30px 15px;
    position: relative;   
	backdrop-filter: blur(15px);
	border-radius: var(--border-radius-image);
	border: 1px solid rgba(255, 255, 255 , 0.15);
	width: 100%;
    height: 240px;
	text-align: center;
}
.ttm_serviceimgbox_wrapper .ttm-box-title h4{
	margin-bottom: 18px;
	position:relative;	
	color: #fff;
}
.ttm_serviceimgbox_wrapper .ttm-staticbox-more-link{
	position:relative;
	padding:10px 30px;
	border:1px solid #fff;	
}
.ttm_serviceimgbox_wrapper .ttm-box-title h4 a {
    color: #fff;
}
.ttm_serviceimgbox_wrapper .ttm_servicegridbox_contents .coverbox-img-reposive {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.ttm_serviceimgbox_wrapper .ttm-box-icon i {
    font-size: 55px;
    line-height: 30px;    
	position: relative;
}
.ttm_serviceimgbox_wrapper .ttm_servicegridbox_contents:nth-child(even) .ttm-bottom-contentbox {
    border-left: 0;
}
.ttm_serviceimgbox_wrapper .ttm_servicegridbox_contents:nth-child(even) .ttm-bottom-contentbox {
    border: 1px solid #fff;
}
.ttm_serviceimgbox_wrapper .ttm-bottom-contentbox {
    border-right: none;
	border-bottom: none;
}
.ttm_serviceimgbox_wrapper .preyantechnosys-static-box-desc {
    font-size: 14px;
    color: rgba(255, 255, 255 , 0.80);
	padding-top: 20px;
}
.ttm_serviceimgbox_wrapper .ttm-bottom-contentbox:hover .ttm-box-icon i { 
	color: #fff;
}
.ttm_serviceimgbox_wrapper .ttm-column-four {
    padding: 0px 250px 0px 212px;
	margin-top: -125px;
}
.ttm_serviceimgbox_wrapper .ttm_servicegridbox_contents:nth-child(5) {
    clear: both;
}
.ttm_serviceimgbox_wrapper .ttm_servicegridbox_contents:nth-child(5) .ttm-bottom-contentbox {    
	border-right: 1px solid rgba(255, 255, 255 , 0.15);
}
.ttm_serviceimgbox_wrapper .ttm_servicegridbox_contents:nth-child(3) .ttm-bottom-contentbox {
	border-bottom: none;
}
.ttm_serviceimgbox_wrapper .ttm_servicegridbox_contents:first-child .ttm-bottom-contentbox {
    border-right: 1px solid rgba(255, 255, 255 , 0.15);
	border-bottom: none;
}
.ttm_serviceimgbox_wrapper .ttm-servicebox-shortdesc {
    color: #fff;
    font-style: italic;
    background-color: rgba(255, 255, 255 , 0.20);
    display: inline-block;
    padding: 4px 11px 4px 5px;
	margin-bottom: 25px;
}
.ttm-servicebox-shortdesc h3 {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 0;
	font-weight: 400;
}
.ttm_serviceimgbox_wrapper .ttm-servicebox-btn {
    display: grid;
    transition: all 0.3s ease 0s;
}
.ttm_serviceimgbox_wrapper .ttm-servicebox-btn a:hover {
    background-color: #fff;
    border-color: #fff;
	color: var(--ttm-secondarycolor);
}
.ttm_serviceimgbox_wrapper .ttm-servicebox-btn a {
    color: #fff;
    padding: 11px 24px;
    border: 1px solid;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
/* rotate text in slider */
textPath {
    fill: #fff;
    letter-spacing: 9px;
}
.tm-rotating-text text {    
    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-rotating-text {
	position: relative;
}
.tm-rotating-text:before {
    position: absolute;
    content: '';
    height: 132px;
    width: 132px;
    border: 1px solid #fff;
    z-index: 99;
    bottom: 24px;
    left: 24px;
    border-radius: 50%;
	transition: all 0.25s ease;
}
.tm-rotating-text:hover:before {
background-color:#fff;
}
.tm-rotating-text:after {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;    	
	-webkit-mask: url(../images/baner-arrow.svg) no-repeat 100% 100%;    
	background-color: #fff;
	transition: all 0.25s ease;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 99;
    bottom: 74px;
    left: -2px;
    right: 0;
    margin: auto;    
}
.tm-rotating-text:hover:after {
	background-color: #000;
}

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



/**** Static Image Text Box Style1 ****/
.industriz-stepimagetextboxes-wrapper.ttm-stepimagetextbox-style1 .ttm-stepimagetextbox-content {
    display: flex;
    align-items: center;
}
.industriz-stepimagetextboxes-wrapper.ttm-stepimagetextbox-style1 {
    display: flex;
    justify-content: center;
}
.ttm-stepimagetextbox-style1 .ttm-stepimagetextbox-icon-wrapper.ttm-stepimagetextbox-icon-type-text {
    font-size: 60px;
    line-height: 70px;
    color: var(--ttm-secondarycolor);
    font-family: var(--special-element-fontfamily);
}
.ttm-stepimagetextbox-style1 .ttm-stepimagetextbox-icon-wrapper.ttm-stepimagetextbox-icon-type-text span {
	color: var(--ttm-skincolor);
}
.ttm-stepimagetextbox-style1 .ttm-stepimagetextbox-icon-type-image {
    margin: 0 20px;
}
.ttm-radius-staticbox1 .ttm-stepimagetextbox-style1 .ttm-stepimagetextbox-icon-type-image img {
    border-radius: 30px;
}
.tm-line-dash .elementor-icon {
    position: relative;
}
.tm-line-dash .elementor-icon:after {
    position: absolute;
	content: '';
	background-image: url(../images/dott-line-img.png) !important;        
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 51px;
    height: 51px;    
    left: -9px;    
    top: -9px;
    z-index: 1;
	transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 6s linear infinite;
    -moz-animation: spin 6s linear infinite;
    animation: spin 6s linear infinite;
}


.ttm-contactform-01:not(.ttm-contactform-02) textarea,
.ttm-contactform-01:not(.ttm-contactform-02) input[type="text"],
.ttm-contactform-01:not(.ttm-contactform-02) input[type="email"] {
	 background-color: transparent;
	 color: #fff;
}
.ttm-commonform.ttm-contactform-01:not(.ttm-contactform-02) .field-group input[type="text"]::-webkit-input-placeholder,
.ttm-commonform.ttm-contactform-01:not(.ttm-contactform-02) .field-group textarea::-webkit-input-placeholder,
.ttm-commonform.ttm-contactform-01:not(.ttm-contactform-02) .field-group input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}
.ttm-contactform-01 .wpcf7-spinner {
	position: absolute;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text {    
    font-family: var(--special-element-fontfamily);
}
.tm-faq .e-n-accordion-item {
    border-bottom: 1px solid #d8d7d7;
}

/* home client section */
.tm-client-sec .inside.ttm-fid-view-lefticon {    
    gap: 0;
	padding: 0; 
}
.tm-client-sec .inside.ttm-fid-view-lefticon h4 {
    font-size: 64px;
    line-height: 70px;
	font-weight: 600;
}
.tm-client-sec .inside.ttm-fid-view-lefticon h3 {
	font-size: 24px;
    line-height: 34px;
	font-family: var(--special-element-fontfamily);
}
.industriz-iconbox.industriz-iconbox-style1 .industriz-iconbox-heading .ttm-custom-heading {    
    font-family: var(--body-font-family);
	line-height: 14px;
}
.industriz-iconbox-style1 .ttm-iconbox-wrapper.ttm-wrap {
    width: auto;
}
.industriz-iconbox-style1 .industriz-iconbox-heading {
    padding-left: 15px;
}
.industriz-iconbox.industriz-iconbox-style1 .elementor-icon {   
    font-size: 40px;    
}
.industriz-iconbox.industriz-iconbox-style1 .industriz-iconbox-icon  img {
    width: auto;
    height: auto;
}

.ttm-about2 .industriz-iconbox-style1 .industriz-iconbox-heading {
    padding-left: 30px;
}
.ttm-about2 .industriz-iconbox-style1 {
	padding: 30px;
	background-color: var(--ttm-greycolor);
	border-radius: var(--border-radius-image);
}
.ttm-about2 .industriz-iconbox.industriz-iconbox-style1 .industriz-iconbox-heading .ttm-custom-heading {
    font-family: var(--special-element-fontfamily);
    line-height: 44px;
    font-size: 34px;
    font-weight: 500;
	margin-bottom: 5px;
}
.ttm-about2 .industriz-iconbox-style1 .industriz-iconbox-icon {
    width: 16%;
}

/**/
.tm-digit-home2 .inside.ttm-fid-view-lefticon h4 {
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 5px;
}
.tm-digit-home2 .inside.ttm-fid-view-lefticon {    
    padding: 0;
}
.tm-digit-home2 .inside.ttm-fid-view-lefticon h3 {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--special-element-fontfamily);
    border-top: 1px solid var(--ttm-bordercolor);
    padding-top: 10px;
	color: var(--body-fonts-color);
}

/* new element for blog tags */
.industriz-popular-tags .industriz-tag-item a {
    border: 1px solid var(--ttm-bordercolor);
    padding: 3px 15px 2px 27px;
    border-radius: 15px;
    display: inline-block;	
	font-size: 14px;
}
.industriz-popular-tags .industriz-tag-item a:hover {
	color: var(--ttm-secondarycolor); 
	background-color: #fff;
}
.sidebar .widget .tagcloud a:after {
	position: absolute;
    content: '#';
    left: 17px;
    top: 2px;
}
.industriz-popular-tags .industriz-tag-item a:after {
	position: absolute;
    content: '#';
    left: 13px;
    top: 4px;	
}
.industriz-popular-tags .industriz-tag-item {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
	position: relative;
}
.industriz-popular-tags .industriz-tag-item:last-child, .industriz-popular-tags .industriz-tag-item:nth-child(5) {
    padding-bottom: 0;
}

/* home two digit */
.tm-home2-digit .inside.ttm-fid-view-lefticon h3 {
    font-size: 34px;
    line-height: 44px;
	color: var(--ttm-secondarycolor);
	font-family: var(--special-element-fontfamily);
}
.tm-home2-digit .inside.ttm-fid-view-lefticon h4 {
    font-size: 150px;
    line-height: 160px;
	color: var(--ttm-skincolor);
	font-weight: 700;
}

.tm-solid .ttm-element-heading-content-wrapper.ttm-seperator-solid .ttm-element-content-heading span {
    position: relative;
    color: #fff;
    z-index: 11;
    display: inline-block;
	font-weight: 400; 
}
.tm-solid .ttm-seperator-solid span:after {
    background-color: var(--ttm-skincolor);
    position: absolute;
    content: '';
    left: 0;
    height: 87%;
    width: 100%;
    z-index: -1;
    top: 12px;
}

/* Main container styling */
		.ttm-servicegrid-container {
			position: relative;
			min-height: 900px;
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			transition: background-image 0.5s ease;
			margin-top: -248px;
		}
		
		/* Overlay for better readability */
		.ttm-servicegrid-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 0;
			backdrop-filter: blur(15px);
		}
		
		/* Central image container */
		.ttm-servicegrid-center {
			position: absolute;
			top: 58.72%;
			left: 50%;
			transform: translate(-50%, -50%);
			z-index: 2;	
			border: 1px solid rgba(255, 255, 255, 0.15);
			border-radius: var(--border-radius-image);
		}
		
		.ttm-servicegrid-center img {
			max-width: 100%;
			height: auto;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
			border: 5px solid #fff;
		}
		
		/* Boxes grid layout */
		.ttm-servicegrid-boxes {
			position: absolute;
			bottom: 13.39%;
			left: 0;
			right: 0;
			width: 100%;
			height: 60%;
			display: grid;
			grid-template-columns: 4.2fr 1fr;
			grid-template-rows: 1fr 1fr;
			z-index: 1;
			gap: 0;
			padding: 0;
			box-sizing: border-box;
			justify-content: space-between;
			align-content: center;
			max-width: 1300px;
			margin: 0 auto;
			align-items: end;
			justify-items: stretch;
		}
		
		/* Individual box styling */
		.ttm-servicegrid-box {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			color: #fff;
			cursor: pointer;
			padding: 60px 35px;
			border: 1px solid rgba(255, 255, 255, 0.15);
			transition: all 0.3s ease;
			position: relative;
			overflow: hidden;
			max-width: 250px;
			backdrop-filter: blur(15px);
			border-radius: 15px;
		}
		.ttm-servicegrid-center img {
			border: 1px solid;
			border-radius: var(--border-radius-image);
		}
		
		.ttm-servicegrid-box:hover,
		.ttm-servicegrid-box.active {
			background-color: var(--ttm-skincolor);			
		}
		
		.ttm-servicegrid-box::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: currentColor;
			opacity: 0.1;
			z-index: -1;
		}
		
		/* Position boxes in corners */
		.ttm-servicegrid-box:nth-child(1) {
			grid-row: 1;
			grid-column: 1;
			align-items: center;
			justify-content: flex-start;
		}
		.ttm-servicegrid-box:nth-child(2) { 
			grid-row: 1; 
			grid-column: 2; 
			
			justify-content: flex-start;
		}
		.ttm-servicegrid-box:nth-child(3) { 
			grid-row: 2; 
			grid-column: 1; 
			
			justify-content: flex-end;
		}
		.ttm-servicegrid-box:nth-child(4) { 
			grid-row: 2; 
			grid-column: 2; 
			
			justify-content: flex-end;
		}
		
		/* Box content styling */
		.ttm-servicegrid-boxes .ttm-box-number {
			font-size: 64px;
			line-height: 74px;						
			color: #fff;
			font-family: var(--special-element-fontfamily);
		}
		
		.ttm-servicegrid-boxes .ttm-box-title {
			font-size: 24px;
			line-height: 34px;
			font-weight: 400;
			text-align: center;
			margin: 0;
			color: #fff;
			font-family: var(--special-element-fontfamily);
			overflow: hidden;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
		}
		.ttm_serviceimgbox_wrapper .ttm-center-image-bg {
			height: 498px;
			width: 718px;
			background-size: cover;
			background-position: center;
			border-radius: var(--border-radius-image);
		}
		.ttm-servicegrid-center a {
			cursor: pointer;
			z-index: 999;
			position: absolute;
			color: var(--ttm-secondarycolor);
			top: 40%;
			bottom: 0;
			left: 43%;
			right: auto;
			text-align: center;
			height: 100px;
			width: 100px;
			font-size: 14px;
			line-height: 20px;
			background-color: #fff;
			border-radius: 50%;
			padding: 31px 20px 0;
			text-transform: uppercase;
			font-weight: 600;
			opacity: 0;
		}
		.ttm-servicegrid-center a:hover {
			color:#fff;
			background-color: var(--ttm-skincolor);
		}
		.ttm-servicegrid-center:hover a {
			opacity: 1;
		}

.tm-progressbar-about .elementor-progress-percentage,
.tm-progressbar-about .elementor-progress-text {
	font-family: var(--special-element-fontfamily);
}
.tm-progressbar-about .elementor-progress-percentage {
    background-color: transparent;
	font-weight: 500; 
}
.tm-progressbar-about .elementor-progress-text {
    padding-inline-start: 30px;
}
.tm-progressbar-about .elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar,
.tm-progressbar-about .elementor-progress-wrapper {
    background-color: transparent;    
}
.progress-method .elementor-progress-wrapper,
.progress-tech .elementor-progress-wrapper {
  background: linear-gradient(to right, #333333, #fff);
}
.progress-prod .elementor-progress-wrapper {
  background: linear-gradient(to right, #ff6a00, #ffd2a612); /* orange to light peach */
}

/* elementor header */
.header-content p {
	margin: 0;
}
.ttm-headerstyle-classic .header-content,
.ttm-headerstyle-classic .header-img {
    display: inline-block;
    vertical-align: middle;
}
.ttm-headerstyle-classic .ttm-sc-logo.ttm-sc-logo-type-text {
    margin: 0;
	font-size: 40px;
    line-height: 70px;
}
.ttm-header-text-area .header-info-widget h3 p {
	font-size: 13px;
    font-family: var(--body-font-family);
	color: var(--ttm-secondarycolor);
	text-transform: uppercase;
	font-weight: 400; 
}
.ttm-header-text-area .header-info-widget h3 a {
    font-size: 16px;
    font-family: var(--body-font-family);
}
.ttm-headerstyle-classic .header-content {
	padding-left: 5px;
}

.ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button {
	background-color:  var(--ttm-secondarycolor);
	padding-top: 14px;
}
.ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover {
	background-color:  var(--ttm-skincolor);
}

/* about2 */
.stepimagetextbox-about2 .ttm-stepimagetextbox-style1 .ttm-stepimagetextbox-icon-wrapper.ttm-stepimagetextbox-icon-type-text {
    font-size: 64px;
    line-height: 64px;
    color: var(--body-fonts-color);    
    font-weight: 600;
}
.stepimagetextbox-about2 .ttm-stepimagetextbox-style1 .ttm-stepimagetextbox-icon-wrapper.ttm-stepimagetextbox-icon-type-text span {
    color: var(--ttm-secondarycolor);
	text-transform: uppercase;
}
.stepimagetextbox-about2 .ttm-stepimagetextbox-style1 .ttm-stepimagetextbox-icon-type-image {   
    display: inline-block;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.stepimagetextbox-about2 .ttm-stepimagetextbox-icon-type-image {
    animation-name: bounce;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}



#sidebar-right.widget-area .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    color: var(--body-fonts-color);
}
#sidebar-right.widget-area .mailchimp-inputbox button[type="submit"] {   
    top: 0;
	position: absolute;
    background-color: var(--ttm-secondarycolor);   
    color: #fff;
    border-radius: 0 10px 10px 0px;
    padding: 15px 22px;    
}
#sidebar-right.widget-area .mailchimp-inputbox button[type="submit"]:hover {
	background-color: var(--ttm-skincolor);  
}
#sidebar-right.widget-area .mailchimp-inputbox {
    display: block;
    position: relative;
}
#sidebar-right.widget-area .mc4wp-form-fields input[type="email"] {
    padding: 10px 162px 10px 25px;
    background-color: var(--ttm-whitecolor);
    font-size: 14px;
    color: #000;
    border: 1px solid #fff;
    border-radius: var(--border-radius-image);
    position: relative;
    margin: 0 10px 0 0;
}
.ttm-elementor-header-one ul.ttm-recent-post-list > li .post-date i {
    display: none;
}
.ttm-elementor-header-one .wp-block-image img {
    border-radius: var(--border-radius-image);
}
.ttm-elementor-header-one .wp-block-columns-is-layout-flex {
    margin-bottom: 0;
}
.single-post.ttm-elementor-header-one article.industriz-box-blog-classic .ttm-entry-meta-wrapper {
    margin-bottom: 28px;    
}
.single-ttm_service .tm-faq .e-n-accordion-item:last-child {
	border-bottom: unset;
}
.single-ttm_service .elementor-widget-n-accordion .e-n-accordion-item-title-text {    
    font-weight: 500;
}
.single-ttm_service .ttm-pdf {
    display: flex;
}
.single-ttm_service .tm-title {
    padding-left: 20px;
    color: var(--ttm-secondarycolor);
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.industriz_contact_widget_wrapper):not(.industriz_category_list_widget):not(.ttm-all-post-list) > li.ttm-pdf {
    padding: 15px !important;
    background-color: #fff;
    border-radius: var(--border-radius-image);
    border-bottom: unset;
	margin-bottom: 20px;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.industriz_contact_widget_wrapper):not(.industriz_category_list_widget):not(.ttm-all-post-list) > li.ttm-pdf:last-child {
	margin-bottom: 0px;
}
.sidebar .widget.ttm-sidebar-contact-bgbox:before {
    background-image: url(../images/sidebar-bg.jpg) !important;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    right: 0;
    top: 0;
    z-index: 1;
}
.sidebar .widget.ttm-sidebar-contact-bgbox .ttm-sidebar-contact-box {
    z-index: 2;
    padding: 20px;
    border-radius: var(--border-radius-image);
    position: relative;
    text-align: left;
    color: var(--ttm-whitecolor);
    display: block;
    backdrop-filter: blur(15px);
    margin-top: 230px;
}
.ttm-animate{
	animation: moveLeftRight 0.7s ease-in-out infinite alternate;
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20px);
  }
}
/* port top image */
.industriz-portfoliobox-style3 .industriz-pf-detailbox-list .ttm-pf-details-date:nth-child(6),
.industriz-portfoliobox-style3 .industriz-pf-detailbox-list .ttm-pf-details-date:nth-child(5),
.industriz-portfoliobox-style3 .industriz-pf-detailbox-list .ttm-pf-details-date:nth-child(3),
.industriz-portfoliobox-style3 .industriz-pf-detailbox-list .ttm-pf-details-date:first-child {
	display: none;
}

.ttm-titlebar h1.entry-title br {
	display: none;
}

/* contact us 2 page css*/
.wpcf7 .ttm-commonform.ttm-contactform-03 textarea {    
    height: 104px;
}

.wpcf7 .ttm-commonform.ttm-contactform-03 textarea,   
.wpcf7 .ttm-commonform.ttm-contactform-03 input[type="text"],   
.wpcf7 .ttm-commonform.ttm-contactform-03 input[type="email"] {    
    border-radius: var(--border-radius-image);
}
.wpcf7 .ttm-commonform.ttm-contactform-03 .field-group {    
    font-size: 18px;
    font-weight: 500;
}
.wpcf7 .ttm-commonform.ttm-contactform-03 .elementor-button.elementor-size-md {    
    border-radius: var(--ttm-button-shape);
}

.wpcf7 .ttm-commonform.ttm-contactform-03 textarea:focus,   
.wpcf7 .ttm-commonform.ttm-contactform-03 input[type="text"]:focus,   
.wpcf7 .ttm-commonform.ttm-contactform-03 input[type="email"]:focus {    
	background-color: #fff
}

.ttm-quickdetails-area .ttm-ss {
    display: none;
}
.ttm-quickdetails-area {
    background-color: var(--ttm-greycolor);
    display: inline-block;
    padding: 257px 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.ttm-quickdetails-area:after {
    position: absolute;
    content: '';
    background-color: #fff;
    bottom: -188px;
    left: 0;
    height: 188px;
    width: 110px;
}
.ttm-quickdetails-area .industriz-social-links-wrapper {
    position: relative;
}
.ttm-quickdetails-area .industriz-social-links-wrapper:after {
    position: absolute;
    content: '';
    left: 16px;
    top: -112%;
    height: 150px;
    width: 2px;
    background-color: #d8d7d7;
}
.ttm-quickdetails-area .industriz-social-links-wrapper:before {
    position: absolute;
    content: '';
    left: 16px;
    bottom: -107%;
    height: 150px;
    width: 2px;
    background-color: #d8d7d7;
}
.ttm-quickdetails-area .social-icons li {
    display: block !important;    
}
.ttm-quickdetails-area .social-icons li > a {	
	width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 30px;
    border: unset;
    text-align: center;
    display: block;
    background-color: #000;
    font-size: 14px;
    color: #fff;
    margin-right: 0;
    padding: 0;
    text-transform: uppercase;
    transition: all .3s;
    display: inline-block;
    margin-bottom: 8px;
}
.industriz-slider-wrapper .ttm-quickdetails-area {
    z-index: 1;
    display: flex;
    color: #fff;
    transform: rotate(180deg);
    align-content: flex-end;
    justify-content: center;
    align-items: anchor-center;
}
.industriz-slider-wrapper .ttm-quickdetails-area {
    position: absolute;
    left: 0;
    width: 100px;
    height: 80%;
    background-color: var(--ttm-greycolor);
    top: -1px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.industriz-slider-wrapper .ttm-quickdetails-area .social-icons li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background-color: var(--ttm-secondarycolor);
	margin-bottom: 10px;
	border-color: var(--ttm-secondarycolor);
	margin-right: 0;
}
.industriz-slider-wrapper .ttm-quickdetails-area .social-icons li > a:hover {
	background-color: var(--ttm-skincolor);	
	border-color: var(--ttm-skincolor);
}
.industriz-slider-wrapper .ttm-quickdetails-area .social-icons li {
    display: inline !important;    
}
.industriz-slider-wrapper .ttm-quickdetails-area {
    transform: rotate(180deg);
}
.industriz-slider-wrapper .ttm-quickdetails-area:after {
    position: absolute;
    content: '';
    height: 120px;
    width: 2px;
    background-color: #d8d7d7;
    top: 20%;
}
.industriz-slider-wrapper .ttm-quickdetails-area:before {
    position: absolute;
    content: '';
    height: 120px;
    width: 2px;
    background-color: #d8d7d7;
    bottom: 17%;
}
.industriz-slider-wide {
    position: relative;
}
.industriz-slider-wide:after {
    position: absolute;
    content: '';
    height: 190px;
    width: 100px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: 11;
}

.ttm-commonform.ttm-contactform-faq input[type="text"],
.ttm-commonform.ttm-contactform-faq input[type="email"],
.ttm-commonform.ttm-contactform-faq textarea {
	border-radius: 5px;
}
.ttm-commonform.ttm-contactform-faq .elementor-button.elementor-size-md {
    border-radius: var(--ttm-button-shape);    
}
.wpcf7-form .ttm-commonform.ttm-contactform-faq .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 15px;    
    padding-top: 0;
}








/*********** Quotation form **************/


#quotation--popup .tm--multistep-box:not(:first-of-type) {
    display: none;
}
#quotation--popup .tm--multistep-box p {
    margin: 0 0 12px 0;
    text-align: left;
}

#quotation--popup .tm--multistep-box
{
	position:relative;
}

#quotation--popup input[type="text"],#quotation--popup input[type="email"],#quotation--popup select,#quotation--popup textarea
{	
	background:#fff;
	border-radius: 8px;
}
#quotation--popup .tm--multistep-box span.wpcf7-list-item-label {
	color:var(--ttm-secondarycolor);
	font-size: 18px;
	line-height: 28px;
}
#quotation--popup .tm--multistep-box label {
	font-size: 24px;
	line-height: 34px;
	font-family: var(--special-element-fontfamily);
	font-weight: 500;
}
.tm--multistep-box-wrapper .select2-container {    
    width: 100% !important;
}
.tm--multistep-box-wrapper .nxt-prev-button {
    width: auto;
    padding-right: 0;
}
.tm--multistep-box-wrapper .select2-container--default .select2-selection--single {
    background-color: #fff;
	border-radius: 8px;
}
#quotation--popup .modal-content.tm-model-newsletter-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fafafa;
	left:0;
	top:0;
}
#quotation--popup input.fs_next_btn.action-button,#quotation--popup input.fs_next_btn.action-button, .nxt-prev-button input[type="button"]{
    background: var(--ttm-secondarycolor);
	padding: 12px 25px 12px;
}

#quotation--popup div#required-field-error {
    color: red;
    text-align: left;
    margin-bottom: 10px;
}
#quotation--popup .wpcf7-checkbox .wpcf7-list-item {
	display: block;
}
#quotation--popup .tm-pop-news-content-form {
    text-align: center;
    margin: 0 auto;
}
#quotation--popup .modal-body
{
 padding:40px 50px;
}
span#error-required-services
{
	color:#dc3232;
}
.tm-pop-quotationform-details img {
	border-radius: 5px;
}

#quotation--popup .modal-body .wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 17px;    
}
#quotation--popup .tm--multistep-box .ttm-submit-btn,
#quotation--popup .tm--multistep-box .nxt-prev-button {
	margin-top: 13px; 
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; 
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; 
}
.modal-body {
    position: relative;
}
.modal-content {
    border-radius: 0 !important;
	border: unset;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; 
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; 
}
.mfp-align-top .mfp-container:before {
  display: none; 
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; 
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; 
}
.mfp-ajax-cur {
  cursor: progress; 
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; 
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; 
}
.mfp-auto-cursor .mfp-content {
  cursor: auto; 
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; 
}
.mfp-preloader a {
  color: #CCC; 
}
.mfp-preloader a:hover {
  color: #FFF; 
}
.mfp-s-ready .mfp-preloader {
  display: none; 
}
.mfp-s-error .mfp-content {
  display: none; 
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0; 
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; 
}
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; 
  }
  .mfp-close:active {
    top: 1px; 
  }
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; 
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; 
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; 
}
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; 
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}
p.tm-pop-quotationform-details {
    margin: 0;
}	

div#quotation--popup {
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width:1032px;
}
h3.tm-pop-quotationform-title {
    font-size: 34px;
    line-height: 44px;
}
.popup-box-left {
	width: 39.666667%;
}
.popup-box-right {
	width: 60.333333%;
}
.popup-box {
    display: flex;
    align-items: center;
}
.tm-newslettercontent {
    text-align: left;
}
span.tm-popup-discount {
    display: block;
    font-size: 72px;
    line-height: 82px;
    color: var(--ttm-skincolor);
    font-weight: 600;
    margin-bottom: 10px;
}
.popup-box-left.col-lg-6 {
    width: 46%;
}
span.tm-darkcolor {
    color: var(--body-blackfont-color);
}
.tm-pop-news-content-form {
  text-align: center;
  margin: 0 auto;
}

.tm-newslettercontent .mc4wp-form-fields {
    padding-top: 25px;
}
.tm-newslettercontent .tm-popup-subtitle {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.tm-newslettercontent .mc4wp-form-fields button[type=submit] i {
    font-size: 0;
}
.tm-newslettercontent .mc4wp-form-fields button[type=submit] {
    background-color: var(--ttm-secondarycolor);
    padding: 12px 30px 10px;
    border: 0;
    color: var(--ttm-whitecolor);
    font-size: 18px;
    line-height: normal;
    width: auto;
    height: auto;
    border-radius: 30px;
}
.tm-newslettercontent .mc4wp-form-fields button[type=submit]:hover {
  background-color: var(--ttm-skincolor);
}
span.closeclick {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 6px;
    top: 6px;
    text-decoration: none;
    text-align: center;
    font-size: 0;
    cursor: pointer;
}

span.closeclick:before {
    content: "\e82f";
    font-family: "ttm-industriz-icons";
    font-size: 16px;
    color: var(--ttm-secondarycolor);
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.mfp-close-btn-in .mfp-close {
   display: none;
}

.tm-popup-mailchimp .mc4wp-form-fields input[type="email"] {
    border-bottom: 3px solid rgba(0, 0, 0, 0.10);
    color: var(--body-blackfont-color);
}
.industriz-element-portfoliobox-style3 .ttm-box-col-wrapper {
	position: -webkit-sticky;
	position: sticky;  
}
.industriz-boxes-gap-30px .industriz-boxes-row-wrapper.row {    
    counter-reset: div box;
}

.industriz-portfoliobox-style3 .industriz-heading h4 {
	position:relative;
}
.industriz-portfoliobox-style3 .industriz-heading h4:after {
    counter-increment: box;
    content: counter(box,decimal-leading-zero);
    position: absolute;    
	top: 0px;
    right: 0;    
    color: #fff;    
}

/* mega-menu */


.sidebar .widget  ul.product_list_widget li {
	border-bottom: unset !important;
}
/* add btn in shop page */
.custom-shop-cart-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    position: absolute;
    right: 0;	
}
.view-cart-button {
    background-color: var(--ttm-secondarycolor);
    color: #fff;
    padding: 12px 20px;
    font-size: 15px;
    border-radius: var(--border-radius-image);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.view-cart-button:hover {
    background-color: var(--ttm-skincolor);
	color: #fff; 
}
.view-cart-button i {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}
.industriz-products .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 185px !important;
}

.woocommerce div.product div.images {    
    background-color: var(--ttm-greycolor);
    border-radius: var(--border-radius-image);
}
.single-product .product-labels {
  overflow: hidden;  
  width: 100%;
  height: 30px;
}

.onsale.product-label {
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee-scroll {
  display: inline-block;
  padding-left: 0;
  white-space: nowrap;
  animation: scroll-marquee 50s linear infinite;
}


@keyframes scroll-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}


.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: var(--ttm-greycolor);    
}
.ttm-e-header-style-two span.ttm-ss {
    display: none;
}
.ttm-e-header-style-two .social-icons li > a {
	padding: 0; 
	color: var(--ttm-secondarycolor);
	border: unset;
	margin-right: 3px;
	font-size: 15px;
}
.main-holder .site-content nav.woocommerce-pagination ul li .next,
.main-holder .site-content nav.woocommerce-pagination ul li .prev {
	position: relative;
	font-size: 0;
}
.main-holder .site-content nav.woocommerce-pagination ul li .next:after,
.main-holder .site-content nav.woocommerce-pagination ul li .prev:after {
    position: absolute;
    content: '\e836';
    left: 13px;
    font-family: 'ttm-industriz-icons';
    font-weight: 400;
	font-size: 15px;
}
.main-holder .site-content nav.woocommerce-pagination ul li .next:after {
	content: '\e826';
}
.ttm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item ul.mega-sub-menu li > a {
    text-transform: capitalize;
}




/* industriz-gsap-service box */
 
.industriz-gsap-gallery.gallery-container {
	display: flex;
	height: 91vh;
	gap: 2rem;
	padding:40px 0;
}
.industriz-gsap-gallery .thumbnails-panel {
	width: 55%;
	overflow-y: auto;
	padding-right: 1rem;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	padding-right:50px;
}
.industriz-gsap-gallery .thumbnails-panel-inner {
	display: flex;
	gap: 21px;
}
.industriz-gsap-gallery .thumbnail {
	width: 100%;
	border-radius: 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	box-shadow:unset;
	border: none;
	background-color: transparent;
}
.industriz-gsap-gallery .thumbnails-panel .thumbnail img {
	width: 124px;
	height: 122px;
	object-fit: cover;
}
.industriz-gsap-gallery .main-display {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 20px;
	width: 45%;
}
.industriz-gsap-gallery .main-image {
	position: absolute;
	border-radius: 15px;
	overflow: hidden;
	right: 0;
}
.industriz-gsap-gallery .main-image-inner {
	position: relative;
}
.industriz-gsap-gallery .main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.industriz-gsap-gallery .image-info {
	position: absolute;
	bottom:30px;
	left: 0;
	color: #fff;
	z-index: 10;
	text-align: left;
	padding: 0 50px;
}
.industriz-gsap-gallery.gallery-container {
	max-width: 1300px;
	margin: 0 auto;
}
.industriz-gsap-gallery .service-heading span {
	display: block;
	color: var(--ttm-skincolor);
}
.industriz-gsap-gallery .thumbnail .tm-title {
	font-size: 18px;
	line-height:25px;
	font-weight: 500;
	text-align: center;
	padding-top:10px;
	margin-bottom:0px;
}	
body .industriz-gsap-gallery .thumbnail.active .tm-title {
    color: var(--ttm-skincolor) !important;
}
.industriz-gsap-gallery .image-info h3 a {
	color: #fff;	
}
.industriz-gsap-gallery .image-info h3 a:hover {
    color: var(--ttm-skincolor);
}
.industriz-gsap-gallery .service-description {
    padding-bottom: 20px;
}
.gsap-servicebox-section {
	background-color:rgba(0, 0, 0, 0.5); 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition:opacity 0.1s ease-in-out;
	opacity: 1;
}
.industriz-gsap-gallery .main-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 1;
    border-radius: var(--border-radius-image);
}
/* Responsive design */
@media (max-width:1024px) {
	.industriz-gsap-gallery.gallery-container {
		flex-direction: column;
		padding:40px 15px 20px;
		height: auto;
	}
	.industriz-gsap-gallery .thumbnails-panel {
		width: 100%;
		flex-direction: row;
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		display: block;
		padding-right: 0;
	}
	.industriz-gsap-gallery .main-image {
		position: static;   
	}
	.industriz-gsap-gallery .image-info {   
		bottom: 2px;    
		padding: 0 20px;
	}
	.industriz-gsap-gallery .thumbnail {
		min-width: 120px;
	}
	.industriz-gsap-gallery .thumbnails-panel-inner {
		margin-top: 15px;
	}
	.industriz-gsap-gallery .thumbnails-panel .service-heading {
		padding-bottom:0px  !important;
	}
	.industriz-gsap-gallery .thumbnails-panel .service-heading  br,
	.industriz-gsap-gallery .thumbnails-panel .service-description br {
		display:none;
	}
}
  
.site-footer .elementor-element.ttm-footer-one.e-con-boxed > .e-con-inner {
    max-width: 1440px;    
}


.sr7-layer .elementor-shape-circle .elementor-icon {
    border-radius: 50%;
    font-size: 19px;
    padding: 7px;
}
.sr7-layer .elementor-view-stacked .elementor-icon {
    background-color: var(--ttm-skincolor);
}

.industriz-box-client.industriz-client-box-view-circle-logo span.industriz-item-thumbnail img {
    filter: brightness(5);
    display: inline-block;
	transition:all 0.5s ease 0s;
}
.industriz-box-client.industriz-client-box-view-circle-logo:hover span.industriz-item-thumbnail img {
    filter: brightness(0);
}

.industriz-popular-tags h4.industriz-tags-title {
    font-family: var(--button-font-family);
	font-size: 18px;
}

.e-n-accordion-item[open]>.e-n-accordion-item-title {
    padding-bottom: 1px;
}
.wpcf7-form .ttm-commonform.ttm-contactform-03 .wpcf7-form-control-wrap:not(.chkTerms) {
	padding-top: 8px;
}
.single-post ul.wp-block-list {
    margin-top: 26px;
}
.ttm-entry-meta .ttm-meta-line:first-child {
    padding-left: 0;
}
.tm-hover-color .industriz-iconbox .industriz-iconbox-heading .ttm-element-subheading a:hover {
    color: var(--ttm-skincolor);
}
#mega-menu-wrap-industriz-main-menu #mega-menu-industriz-main-menu {
    padding-left: 20px;
}
#parallax {
  transition: background-position 0.4s ease;
}

.single.single-ttm_footer .site-content.container,
.single.single-ttm_footer .ttm-container-for-content,
.single.single-ttm_header .site-content.container,
.single.single-ttm_header .ttm-container-for-content {
    width: 100%;	
}

/* Footer css*/
.footer-links-title.toggle-ready {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
	display: inline-block;
}
.footer-links-title.toggle-ready::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
}
.footer-links-title.toggle-ready.active::after {
    content: "-";
}
.ttm-quickdetails-area ul.social-icons li a:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.slick-slider .ttm-box-col-wrapper:nth-child( even ) .industriz-testimonialbox-style1 {
	padding-top: 300px;
}
/* home 3 */
.ttm-h3-digit .ttm-fid-without-icon.inside h4 {    
    font-size: 300px;
    line-height: 1;
    font-weight: 900;	
}
.ttm-h3-digit .ttm-fid-without-icon.inside h4 span {
	background: url(../images/bg-25.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0.6);
	background-position: -19px 79px;
}
.ttm-h3-digit .ttm-fid-view-topicon.inside h4 span:nth-child(2) {
	margin-left: -54px;
}
.ttm-h3-digit .ttm-fid-view-topicon.inside {	
	text-align: left;
	padding: 0;
}
.ttm-h3-digit .ttm-fid-view-topicon.inside h3 {
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    right: -167px;
    top: -33px;
    transform: rotate(-90deg);
    z-index: 11;
    font-family: var(--special-element-fontfamily);
}
.ttm-h3-digit .ttm-fid-view-topicon .ttm-fld-contents {
    position: relative;
}

/* heroctabox style 1*/
.industriz-heroctabox-styleone {
    position: relative;
    padding: 0;
}
.industriz-heroctabox-styleone .industriz-iconbox-heading h2 {
    margin-bottom: 0;
    font-size: 150px;
    line-height: 160px; 
	font-weight: 400; 
}
.ttm-single-heroctabox-wrapper .ttm-hidden-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    font-size: 0;
}
.industriz-heroctabox-styleone .industriz-iconbox-heading h2 a:hover {
	color: #fff;
}
.industriz-heroctabox-styleone .ttm-single-herocta-inner .industriz-iconbox-heading {
    padding: 50px 0 76px;
}
.industriz-heroctabox-styleone .ttm-single-herocta-inner span {
    position: relative;
    display: inline-block;
	z-index: 11;
}
.industriz-heroctabox-styleone .ttm-single-herocta-inner span.tm-bg-text:after {
    position: absolute;
    content: '';
    height: 100%;
    width: calc(100% + 40px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(13.5px);
    left: -20px;
    z-index: -1;
	top: 5px;
}
.cursor-play-btn-block {
    pointer-events: none;
}
.cursor-play-btn {
    font-size:14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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);
}
.herocta-item-img .cursor-play-btn-block {
    display:none;
}
.cursor-play-btn a {
    color: #fff;
    padding: 10px 20px;
	font-weight: 600;
    background-color: var(--ttm-skincolor);
    border-radius: 30px;
    width: 144px;
    display: inline-block;
    text-align: center;
}
/* review 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: -10px;
    left: -10px;
    opacity: 0;   
    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
}

/* Footer three */

.tm-footer-three .mailchimp-inputbox {
    display: block;
}
.tm-footer-three .mailchimp-inputbox button[type="submit"] {        
    background-color: var(--ttm-skincolor);
    display: block;    
    color: #fff;    
    padding: 16px 38px;    
    width: 100%;
    margin-top: 30px;
}
.tm-footer-three .mailchimp-inputbox button[type="submit"]:hover {  
	background-color: #fff;
	color: var(--ttm-secondarycolor);
}
.tm-footer-three .ttm-contactbox li {
	color: #fff;  
}
.tm-footer-three .ttm-marquebox-default ul.marquebox-list li {
    font-size: 64px;
    line-height: 74px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.0);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.51);
    text-stroke: 2px white;
}
.tm-footer-three .ttm-marquebox-default ul.marquebox-list li:before {
	-webkit-mask: url(../images/settings-icon02.svg) no-repeat 100% 100%;
	width: 50px;
    height: 50px;
}
.ttm-callus h2.elementor-heading-title a {
    position: relative;
    display: inline-block;
    z-index: 11;
}
.ttm-callus h2.elementor-heading-title a:after {
    position: absolute;
    content: '';
    left: -60px;
    top: -60px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);    
    backdrop-filter: blur(13.5px);
    z-index: -1;
	transition: all 0.3s ease 0s;
}
.ttm-callus h2.elementor-heading-title a:hover:after {
    background: #fff;
	transition: all 0.3s ease 0s;
}
.ttm-callus h2.elementor-heading-title a:hover {
    color: var(--ttm-secondarycolor) !important;
}


/* header style three */
.ttm-e-header-style-three ul.social-icons i {
    display: none;
}
.ttm-e-header-style-three .industriz-topbar-wrapper .social-icons li > a {    
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
	width: auto;
    height: auto;
    padding: 0 10px;
}
.ttm-e-header-style-three .ttm-topbar-content .ttm-wrap-cell div:not(.ttm-center-text):before {
	display: none; 
}
.ttm-e-header-style-three .ttm-topbar-content .ttm-wrap-cell .top-contact li:before {
    display: none;     
}
.ttm-e-header-style-three .ttm-topbar-content .ttm-wrap-cell .top-contact li {
    color: #fff;
}
.ttm-e-header-style-three .industriz-topbar-wrapper .social-icons li:last-child > a {
    padding-right: 0;
    margin-right: 0;
}
.ttm-e-header-style-three .ttm-wrap-cell:not(.ttm-align-right) .top-contact li:first-child,
.ttm-e-header-style-three .ttm-topbar-content .ttm-wrap-cell .top-contact li {
	padding-right: 9px;
}
.ttm-e-header-style-four .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button {
	background-color: #fff;
	color: var(--ttm-secondarycolor);
	padding-top: 16px;
	padding-bottom: 17px;
	margin-top: -2px;
}
.ttm-e-header-style-four .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover {
	background-color: var(--ttm-skincolor);
	color: #fff;
}
.ttm-e-header-style-three .industriz-topbar-inner .ttm-industriz-icon-phone:before {
	-webkit-mask: url(../images/call-img.svg) no-repeat 100% 100%;
    width: 18px;
    height: 18px;
	background-color: #fff;
	top: -1px;
	position: relative;
}
.ttm-e-header-style-three .industriz-topbar-inner a:hover .fa.fa-map-marker:before,
.ttm-e-header-style-three .industriz-topbar-inner a:hover .fa.fa-envelope-o:before,
.ttm-e-header-style-three .industriz-topbar-inner a:hover .ttm-industriz-icon-phone:before {
	background-color: var(--ttm-skincolor); 
}
.ttm-e-header-style-three .industriz-topbar-inner .fa.fa-envelope-o:before {
	-webkit-mask: url(../images/mail-img.svg) no-repeat 100% 100%;
    width: 20px;
    height: 16px;
	background-color: #fff;
	position: absolute;
    left: 14px;
    top: 16px;
}
.ttm-e-header-style-three .industriz-topbar-inner .fa.fa-map-marker:before {
	-webkit-mask: url(../images/location-img.svg) no-repeat 100% 100%;
    width: 17px;
    height: 18px;
	background-color: #fff;
	position: absolute;
    left: 19px;
    top: 15px;
}
.ttm_serviceimgbox_wrapper h2.ttm-element-content-heading strong {
	color: #fff;
}
/* home 4 */
.ttm-homefour-about .ttm-marquebox-default ul.marquebox-list li {
	font-size: 200px;
	line-height: 200px;
	color: #F6F6F6;
	font-weight: 700; 
}
.ttm-text-img .elementor-heading-title img {
	border-radius: 10px;
	margin-top: -10px;
}
.ttm-e-header-style-four #mega-menu-wrap-industriz-main-menu #mega-menu-industriz-main-menu > li.mega-menu-item > a.mega-menu-link {
	text-transform: uppercase;
}
.ttm-elementor-header-four .site-footer .e-con-inner,
.ttm-elementor-header-two .site-footer .e-con-inner {
    max-width: none !important;
}
.tm-footer-home04 .e-con-inner {
	position: relative;
	z-index: 11;
}
.tm-footer-home04 .e-con-inner .ttm-blur-home04 {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(13.5px);  	
}
.ttm-elementor-header-four .site-footer .ttm-contactbox li,
.ttm-elementor-header-four .site-footer .ttm-contactbox li a,
.ttm-elementor-header-four .site-footerr .social-icons li > a {
	color: rgba(255, 255, 255, 0.72);	  
}
.ttm-elementor-header-four .site-footerr .social-icons li > a {
	text-transform: uppercase;
    padding: 0px 25px;
    border-radius: 30px;
    border: 1px solid rgba(216, 215, 215, 0.50);
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    margin-right: 5px;
}
.ttm-elementor-header-four .site-footerr .social-icons li > a:hover {
	color: #fff;
}

.ttm-e-header-style-three .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button {
    background-color: var(--ttm-skincolor);
	margin-top: -2px;
}
.ttm-elementor-header-three .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover {
	background-color: var(--ttm-secondarycolor); 
}
.ttm-slider-button-link a:hover {
	background-color: transparent;
}
.ttm-contact-us1 .wpcf7 form .wpcf7-response-output {    
    color: #fff;
}
.ttm-commonform.ttm-contactform-01 .wpcf7-not-valid-tip {
    margin-top: -12px;
}
.ttm-client-margin .industriz-boxes-view-default.industriz-boxes-client .industriz-boxes-row-wrapper.row:not(.slick-slider) .ttm-box-col-wrapper {
    margin-bottom: 30px;
}
.ttm-e-header-style-one span.ttm-sc-logo.ttm-sc-logo-type-image {    
    line-height: 74px;
}
.ttm-e-header-style-one {
    background-color: var(--ttm-greycolor);
}
.ttm-e-header-style-two span.ttm-sc-logo.ttm-sc-logo-type-svg {
    line-height: 79px;
}
.ttm-e-header-style-three span.ttm-sc-logo.ttm-sc-logo-type-image {
    line-height: 76px;
}
.single-product .site-main {
	padding-bottom: 30px;
}
.wp-block-column.tm-two {
    text-align: right;
}

.ttm-home4-client .industriz-boxes-view-default.industriz-boxes-client .industriz-boxes-row-wrapper.row:not(.slick-slider) .ttm-box-col-wrapper {
    margin-bottom: 30px;
}
.ttm-home4-client .industriz-client-box-view-circle-logo .industriz-item-thumbnail-inner {    
    height: 196px;
    width: 196px;   
}
.single article.post blockquote {
    min-height: 120px;
    display: flex;
    align-items: start;
    flex-direction: column;
}
.single article.post .entry-content blockquote p {
    margin-bottom: 15px;
}
#site-header-menu #site-navigation div.nav-menu > ul > li > ul > li > ul {
    left: calc(100% + 16px);
}


.main-holder .site-content ul.products li.product:hover .product-labels .onsale.product-label {
	opacity: 0;
}
.main-holder .site-content ul.products li.product.featured .product-labels span.featured.product-label {
    opacity: 0;
    position: absolute;
    padding: 0 10px;
    left: 13px;
    top: 13px;
    border-radius: 5px;
}
.main-holder .site-content ul.products li.product.featured:hover .product-labels span.featured.product-label {
    opacity: 1;
}
.select2-container {
    width: auto;
}
.page-links {
    margin: 20px 0 20px;
}
.search-results .main-holder .site-content ul.products {    
    margin-bottom: 0;
}
.search-results .site-main {    
    padding-top: 90px;    
}
.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
    margin: 0 0 10px !important;
}
.single-product.woocommerce div.product div.images img {
    width: revert-layer !IMPORTANT;
}
.industriz-boxes-view-swiper .swiper-wrapper {
  display: flex;
}
.industriz-boxes-view-swiper .swiper-slide {
  flex-shrink: 0;
  margin: 0 !important; 
}
.ttm-e-header-style-one i[class*=" themeicons-"]:after {	
	background-image: url(../images/cartt.png) !important;        
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;    
	width: 31px;
	height: 30px;
	content: '';    
}
.ttm-e-header-style-one i[class*=" themeicons-"]:before {	
	display: none;
}
.industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .ttm-slider-button-link a:hover
.industriz-element-sliderbox-style1 .ttm-slider-button-link a:hover {
    background: #fff;
    color: var(--ttm-secondarycolor) !important;
}

.circle.prt-circle {
    position: relative;
    width: 180px;
    height: 180px;
    line-height: 180px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0;   
}
.elementor-repeater-item-ac8e520 .circle.prt-circle {
	 margin: 0 auto 0
}
.circle.prt-circle .logo {
    font-size: 32px;
    text-align: center;
    position: relative;
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-mask: url('../images/baner-arrow.svg') no-repeat center;
    -webkit-mask-size: contain;    
    mask-size: contain;
	z-index: 11; 
}
.prt-circle .text {
    position: absolute;
    width: 180px;
    height: 180px;
    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;
}

@keyframes rotateText {
    0% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(0deg)
    }
}
.prt-circle .text span {
    position: absolute;
    left: 50%;
    font-size: 18px;
    transform-origin: 0 91px;
    font-family: var(--special-element-fontfamily);
    text-transform: uppercase;
    line-height: initial;
}
.prt-circle .text:after {
    position: absolute;
    content: '';
    height: 125px;
    width: 125px;
    left: 27px;
    bottom: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
	transition: all 0.3s ease 0s;
}
.prt-circle:hover .text:after {
	background-color: #fff;
	transition: all 0.3s ease 0s;
}
.circle.prt-circle:hover .logo {
	background: var(--ttm-secondarycolor); 
}
.prt-circle-wrap {
    display: flex;    
}
.circle.prt-circle.prt-icon-block .logo a {
    color: var(--ttm-whitecolor);
    font-size: 37px;
}
.circle.prt-circle:first-child {    
    z-index: 1;
}
.text p {
	color: #fff; 
}
/* style3 */
.industriz-element-sliderbox-style3 .elementor-repeater-item-ac8e520 .ttm-slider-description {
    width: 30%;
    left: auto;
    right: -210px;
}
.industriz-element-sliderbox-style3 .banner-image-one img {
	border-radius: 10px;
}
.industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .ttm-slider-description {
    width: 21%;
}
.industriz-element-sliderbox-style3 .elementor-repeater-item-ac8e520 .ttm-slider-description2 {
    position: absolute;
    right: -205px;
}
.industriz-element-sliderbox-style3 .elementor-repeater-item-ac8e520 .ttm-btnbox {
    gap: 20px;
    display: flex;
    justify-content: center;
    top: -303px;
    position: relative;
    z-index: 5;
    left: 160px;
}
.industriz-element-sliderbox-style3 .ttm-slider-button-link a i {
    font-size: 19px;
	position: relative;
}
.industriz-element-sliderbox-style3 .ttm-btnbox.ttm-btnbox-one .ttm-slider-button-link a i:after,
.industriz-element-sliderbox-style3 .ttm-slider-button-link a i:after {
    position: absolute;
    content: '';
    height: 35px;
    width: 35px;
    border-radius: var(--ttm-button-shape);
    background-color: var(--ttm-skincolor);
    left: -10px;
    bottom: -8px;
    z-index: -1;
}
.industriz-element-sliderbox-style3 .ttm-btnbox.ttm-btnbox-one .ttm-slider-button-link a,
.industriz-element-sliderbox-style3 .elementor-repeater-item-ac8e520 .ttm-slider-button-link a {
    font-size: 0;
    padding: 0;
    background: transparent;
}
body .industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .ttm-slider-button-link a {
    border-radius: var(--ttm-button-shape);
}
.industriz-element-sliderbox-style3 .ttm-btnbox.ttm-btnbox-one .ttm-slider-button-link a {
	position: relative;
	display: contents;
}
.industriz-element-sliderbox-style3 .ttm-btnbox.ttm-btnbox-one .ttm-slider-button-link span.ttm-button-icon.icon-before:after,
.industriz-element-sliderbox-style3 .ttm-btnbox.ttm-btnbox-one .ttm-slider-button-link a:after {
	position: absolute;
	content: '';
	background-image: url(../images/dott-line-img.png) !important;        
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 51px;
    height: 51px;    
    left: -18px;    
    top: -16px;
    z-index: 11;
	transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 6s linear infinite;
    -moz-animation: spin 6s linear infinite;
    animation: spin 6s linear infinite;
}
.industriz-element-sliderbox-style3 .ttm-slider-tagline {
    font-size: 13px;
    line-height: 35px;
	text-transform: uppercase; 
    margin-bottom: 20px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 14px;
    border-radius: 15px;
    width: 112px;
    text-align: center;    
	margin-top: 0px;
}
.industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .ttm-slider-description2 {
    padding-left: 190px;
}
.ttm-textcolor-white .industriz-element-sliderbox-style3 .industriz-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover:before {
	color: var(--ttm-whitecolor);
}
.elementor-element.elementor-element-34cd127 .ttm-slider-title span.ttm-pricision {    
    font-weight: 600;
}
.ttm-tes-white h2.ttm-element-content-heading strong {
    color: #fff;
}
.industriz-element-sliderbox-style3 .ttm-slider-button-link a:hover {
    background: transparent;
    color: var(--ttm-secondarycolor);
}
.industriz-element-sliderbox-style3 .ttm-btnbox.ttm-btnbox-one .ttm-slider-button-link a:hover {    
    color: #fff;
}

.ttm-btn-style-flat.ttm-btn-color-darkgrey .elementor-button,
.industriz-element-sliderbox-style1 .ttm-slider-button-link a,
.industriz-element-sliderbox-style2 .ttm-slider-button-link a,
.industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .ttm-slider-button-link a,
.mailchimp-inputbox button[type="submit"],
.ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button,
.ttm-btn-color-skincolor.elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button,
.industriz-ptables-w.ttm-ptablebox.ttm-ptablebox-default .ttm-pricetable-column-w .industriz-ptable-main .ttm-ptable-btn a,
.ttm-e-header-style-four .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button,
.ttm-e-header-style-three .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button {
	clip-path: circle(100% at 50% 50%);	
}

.ttm-btn-style-flat.ttm-btn-color-darkgrey .elementor-button:after,
.industriz-element-sliderbox-style1 .ttm-slider-button-link a:after,
.industriz-element-sliderbox-style2 .ttm-slider-button-link a:after,
.industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .ttm-slider-button-link a:after,
.mailchimp-inputbox button[type="submit"]:after,
.ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:after,
.ttm-btn-color-skincolor.elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:after,
.industriz-ptables-w.ttm-ptablebox.ttm-ptablebox-default .ttm-pricetable-column-w:last-child .industriz-ptable-main .ttm-ptable-btn a:after,
.industriz-ptables-w.ttm-ptablebox.ttm-ptablebox-default .ttm-pricetable-column-w .industriz-ptable-main .ttm-ptable-btn a:after,
.ttm-e-header-style-four .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:after,
.ttm-e-header-style-three .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:after {  
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ttm-skincolor);
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 1s ease;
  z-index: -1;
}
.ttm-btn-style-flat.ttm-btn-color-darkgrey .elementor-button:hover:after,
.industriz-element-sliderbox-style1 .ttm-slider-button-link a:hover:after,
.industriz-element-sliderbox-style2 .ttm-slider-button-link a:hover:after,
.industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .ttm-slider-button-link a:hover:after,
.mailchimp-inputbox button[type="submit"]:hover:after,
.ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover:after,
.ttm-btn-color-skincolor.elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover:after,
.industriz-ptables-w.ttm-ptablebox.ttm-ptablebox-default .ttm-pricetable-column-w:last-child .industriz-ptable-main .ttm-ptable-btn a:hover:after,
.industriz-ptables-w.ttm-ptablebox.ttm-ptablebox-default .ttm-pricetable-column-w .industriz-ptable-main .ttm-ptable-btn a:hover:after,
.ttm-e-header-style-four .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover:after,
.ttm-e-header-style-three .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover:after {
  clip-path: circle(120% at 50% 50%);
  transition: clip-path 1s ease;
}
.ttm-btn-style-flat.ttm-btn-color-darkgrey .elementor-button:hover,
.industriz-element-sliderbox-style1 .ttm-slider-button-link a:hover,
.industriz-element-sliderbox-style2 .ttm-slider-button-link a:hover,
.industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .ttm-slider-button-link a:hover,
.mailchimp-inputbox button[type="submit"]:hover,
.ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover,
.ttm-btn-color-skincolor.elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover,
.industriz-ptables-w.ttm-ptablebox.ttm-ptablebox-default .ttm-pricetable-column-w:last-child .industriz-ptable-main .ttm-ptable-btn a:hover,
.ttm-e-header-style-four .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover,
.ttm-e-header-style-three .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:hover {
	background-color: transparent;
}

/**/
.ttm-e-header-style-three .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:after {
	background: var(--ttm-secondarycolor);
}
.ttm-btn-color-skincolor.elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:after,
.industriz-ptables-w.ttm-ptablebox.ttm-ptablebox-default .ttm-pricetable-column-w:last-child .industriz-ptable-main .ttm-ptable-btn a:after,
.industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .ttm-slider-button-link a:after,
.industriz-element-sliderbox-style2 .ttm-slider-button-link a:after,
.industriz-element-sliderbox-style1 .ttm-slider-button-link a:after {
	background-color: #fff;
}
.ttm-btn-style-flat.ttm-btn-color-darkgrey .elementor-button:after,
.error404 .ttm-btn-color-skincolor.elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:after,
.ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:after,
.mailchimp-inputbox button[type="submit"]:after,
.industriz-ptables-w.ttm-ptablebox.ttm-ptablebox-default .ttm-pricetable-column-w .industriz-ptable-main .ttm-ptable-btn a:after,
.ttm-e-header-style-four .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget-button:not(.ttm-btn-style-text) .elementor-button:after {
	background-color: var(--ttm-skincolor); 
}


/* contact us */
.ttm-icbox2 .industriz-iconbox-style2 .ttm-icon-type-image {
    width: 30px;
    display: inline-block;
    vertical-align: bottom;
	position: relative;
}
.ttm-icbox2 .industriz-iconbox-style2 .ttm-icon-type-image:after {
	text-align: center;
    position: absolute;
	content:''; 
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-mask: url('../images/location2.svg') no-repeat center;
    -webkit-mask-size: contain;    
    mask-size: contain;
	z-index: 11;
	opacity:0;
	left: 0;
    bottom: 8px;
}
.ttm-icbox2 .industriz-iconbox-style2:hover .ttm-icon-type-image:after {
	opacity: 1;
}
.ttm-icbox2 .industriz-iconbox.industriz-iconbox-style2 .industriz-iconbox-icon img {    
    height: 45px;
}

.site-footer .ttm-icbox-home01-footer .industriz-iconbox.industriz-iconbox-style1.industriz-iconcolor-white {
    margin-bottom: 3px;
}
.ttm-elementor-header-two .ttm-contactbox h4.footer-links-title {
    margin-bottom: 27px;
}
/* home 2 */
.tm-home2-digit .inside.ttm-fid-view-lefticon h3 span {
    padding: 0;
    text-align: center;
}
.ttm-elementor-header-two .industriz-boxes-view-default.industriz-boxes-client .industriz-boxes-row-wrapper.row:not(.slick-slider) .ttm-box-col-wrapper {
    margin-bottom: 24px;
}
body .industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .ttm-slider-description {
    width: auto;
    position: relative;
    font-family: var(--body-font-family) !important;
    font-size: 18px !important;
    line-height: 28px !important;
}
body .industriz-element-sliderbox-style3 .ttm-slider-box-wrapper.elementor-repeater-item-76586ce .ttm-slider-tagline {
    font-size: 22px;
    border: unset;
    padding: 0;
    width: auto;
    text-align: left;
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
    font-style: italic;
    text-transform: none;
}

body .industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .banner-image-one {
    position: relative;
}
.elementor-repeater-item-76586ce .ttm-slider-extra-image {
    bottom: -57px !important;
    right: 0;
    left: auto !important;
}
.industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .ttm-slider-tagline {
    margin-bottom: 5px;
}
.industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .ttm-slider-title {
    margin-bottom: 10px;
}
.industriz-element-sliderbox-style3 .ttm-slider-box-wrapper .ttm-slider-box-details span.ttm-button-icon.icon-before {
    display: none;
}
.industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .ttm-btnbox.ttm-btnbox-one {
    gap: 20px;
    display: flex;
    justify-content: end;
    bottom: -4px;
    position: relative;
    z-index: 5;
    right: 151px;
}
.industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .banner-image-one .ttm-slider-button-link a:after {
	display: none;
}
.industriz-element-sliderbox-style3 .elementor-repeater-item-76586ce .banner-image-one .ttm-slider-button-link a i {    
    color: #fff;
}