/*** 

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

body {
    counter-reset: section stepbox;
}

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

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

iframe {
    width: 100%;
}

.elementor-element.elementor-widget-button .elementor-button {
    padding-left: 27px;
    padding-right: 27px;
}

.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: var(--body-fonts-color);
    outline: none !important;
    border-color: var(--ttm-secondarycolor) !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: 400;
    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;
}

.sofraj-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-blackishcolor);
    background-color: var(--ttm-skincolor);
    z-index: 1;
}

/*** 

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

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

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


/*** 

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

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

/*** Logo Section ***/
.sofraj-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;
}



/*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 .sofraj-fbar-btn a {
    font-size: 20px;
}

.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 {
    line-height: 48px;
    transition: all .2s ease-in-out;
    font-size: 22px;
    display: inline-block;
    border-radius: 30px;
}

.ttm-header-style-classic .ttm-header-icons .ttm-header-wc-cart-link a {
    padding-left: 10px;
}
.ttm-header-style-classic .ttm-header-icon.ttm-header-wc-cart-link span.number-cart {
    left: 20px;
}
.ttm-header-style-classic .ttm-header-icons .ttm-header-icon.ttm-header-wc-cart-link {
    padding-right: 30px;
}

.ttm-header-icon.ttm-header-wc-cart-link span.number-cart {
    position: absolute;
    top: -30px;
    left: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 9px;
    display: block;
    background-color: var(--ttm-secondarycolor);
    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-icons .ttm-header-icon.ttm-header-wc-cart-link {
    padding-top: 5px;
}

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

.sofraj-fbar-btn.hidefbtn a {
    transform: scale(0);
}

.ttm-header-icons .ttm-header-wc-cart-link:hover span.number-cart {
    background-color: var(--ttm-skincolor);
}

.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.sofraj-box-blog-classic .sofraj-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);
}

.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);
    color: var(--ttm-skincolor);
    border-color: var(--ttm-secondarycolor) !important;
}

.ttm-header-style-classic .site-header #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-ancestor > a:before {
    height:1px;
}
.ttm-header-style-classic .ttm-dmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li li.current_page_item > a {
    color: var(--ttm-blackishcolor);
}
.ttm-header-style-classic .ttm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-ancestor > a {
    color: var(--ttm-blackishcolor);
}

/*** 

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

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

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

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

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

.sofraj-fbar-btn-link .ttm-fbar-close-icon,
.sofraj-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sofraj-fbar-box-w {
    -webkit-box-shadow: var(--ttm-boxshadow);
    -moz-box-shadow: var(--ttm-boxshadow);
    box-shadow: var(--ttm-boxshadow);
}

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

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

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

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

.sofraj-fbar-btn .ttm-icolor-dark a i {
    color: var(--ttm-blackishcolor);
}

.sofraj-fbar-btn .ttm-icolor-white a i {
    color: var(--ttm-whitecolor);
}

.sofraj-fbar-btn .ttm-icolor-grey a i {
    color: var(--ttm-greycolor);
}

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

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

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

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

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

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

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

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

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

.sofraj-fbar-position-default div.sofraj-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;
}

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

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

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

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

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

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

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

.sofraj-fbar-text-white.sofraj-fbar-bg-darkgrey.sofraj-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;
}

.sofraj-fbar-position-right .sofraj-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

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

.sofraj-topbar-wrapper .top-contact li a,
.sofraj-topbar-wrapper .social-icons li>a,
.sofraj-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 .sofraj-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 .sofraj-tb-left-content {
    width: 100%;
    display: block;
}

.sofraj-topbar-inner {
    line-height: 36px;
}

.sofraj-topbar-inner .ttm-topbar-content {
    text-align: center;
}

.top-contact {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    line-height: 36px;
    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);
}

.single .ttm-blog-classic-box-content ol li strong,
.site-content-wrapper #sidebar-right.sidebar .widget strong,
.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_sofraj {
    margin-top: -8px;
    vertical-align: middle;
}

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

.sofraj-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.sofraj-social-links-wrapper:first-child,
.ttm-topbar-content .ttm-wrap-cell .sofraj-social-links-wrapper {
    padding-left: 10px;
}

.ttm-borderbottom-yes .ttm-topbar-content .ttm-wrap-cell div.sofraj-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;
}

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

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

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

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

.ttm-topbar-content .ttm-wrap-cell .sofraj-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
}

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

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

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

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

.sofraj-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: bottom;
    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;
    vertical-align: middle;
}

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

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

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

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

.sofraj-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;
    vertical-align: middle;
}

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

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

.entry-title-wrapper.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;
}

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

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

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

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

.woocommerce-account .woocommerce-MyAccount-navigation li a,
.widget.ttm_widget_nav_menu li a,
.widget.sofraj_all_post_list_widget li a,
.widget.sofraj_category_list_widget li a {
    display: block;
    padding: 15px 15px 15px 15px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    background-color: var(--ttm-whitecolor);
    border-radius: 5px;
    box-shadow: var(--ttm-boxshadow);
    color: var(--ttm-secondarycolor);
}

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

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child,
.widget.ttm_widget_nav_menu li:last-child,
.widget.sofraj_all_post_list_widget li:last-child,
.widget.sofraj_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.sofraj_all_post_list_widget li a:before,
.widget.sofraj_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.sofraj_all_post_list_widget li a:hover:before,
.widget.sofrajcategory_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.sofraj_all_post_list_widget li.ttm-post-active a:before,
.widget.sofraj_category_list_widget li.current-cat a:before {
    height: 100%;
    bottom: 0;
}

.widget.sofraj_all_post_list_widget li a:hover,
.widget.sofraj_category_list_widget li a:hover,
.widget.sofraj_all_post_list_widget li.ttm-post-active a,
.widget.sofraj_category_list_widget li.current-cat a {
    color: var(--ttm-whitecolor);
}

.widget.sofraj_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_sofraj";
    content: "\f113";
    font-size: 20px;
    line-height: 30px;
}

.widget.sofraj_all_post_list_widget li:last-child a,
.widget.sofraj_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.sofraj_widget_recent_entries .ttm-recent-post-list {
    text-align: left;
}

.footer .widget.sofraj_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: 18px;
    position: relative;
}

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

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

.footer_logo {
    margin-bottom: 20px;
}

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

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

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

.footer .widget ul>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(.sofraj_contact_widget_wrapper):not(.sofraj_category_list_widget):not(.ttm-all-post-list)>li {
    margin-bottom: 8px;
    padding: 15px 5px 5px 5px;
    border-bottom: 1px solid rgb(110 118 115 / 40%);
    padding-top: 12px;
    padding-bottom: 9px;
}

.sidebar .widget ul:not(.slides):not(.cart_list):not(.sofraj_contact_widget_wrapper):not(.sofraj_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;
    font-weight: 500;
}

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

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

.sidebar .widget ul:not(.slides):not(.cart_list):not(.sofraj_contact_widget_wrapper):not(.sofraj_category_list_widget):not(.ttm-all-post-list)>li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar ul.sofraj_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;
    margin-right: 18px;
    padding-top: 3px;
}

.sidebar ul.ttm-recent-post-list>li img {
    width: 405px;
    height: 230px;
    border-radius: 15px;
    object-fit: cover;
}

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.sofraj_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-sofraj-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.widget_product_categories a:hover,
.widget.widget_categories a:hover {
    color: var(--ttm-skincolor);
}

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

.ttm_tag_lists .sofraj-tags-links a:hover,
.widget_recent_comments li.recentcomments:hover,
.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_categories a:hover,
.widget_product_categories a:hover,
.widget_archive li a:hover,
.widget_pages li a:hover,
.widget.widget_nav_menu li a:hover {
    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 1px 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: 8px;
}

.ttm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 50%;
}

.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: 5px;
    font-weight: 400;
}
.single article.post .entry-content .ttm-blog-single-content p {
    color: var(--body-fonts-color);
}

.single-post article.sofraj-box-blog-classic.ttm-no-featured-content {
    padding: 40px 30px 30px;
}
.single-post article.sofraj-box-blog-classic.ttm-no-featured-content.tag-sticky-2 {
    padding: 40px 30px 47px;
}

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

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

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

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

.sofraj-blog-box-view-left-image .sofraj-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,
.sofraj-box-blog,
article.post,
.sofraj-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 .sofraj-blogbox-footer-readmore,
.ttm-bgcolor-darkgrey .sofraj-blogbox-footer-readmore,
.ttm-bgcolor-skincolor .sofraj-box-blog .ttm-entry-meta-wrapper,
.ttm-bgcolor-darkgrey .sofraj-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);
}

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

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

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

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

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

article.sofraj-box-blog-classic .sofraj-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.sofraj-box-blog-classic.sticky .entry-header:after {
    content: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sofraj-box-view-top-image .ttm-entry-meta .ttm-meta-line a,
.sofraj-box-view-top-image .ttm-post-cat .ttm-meta-line a {
    color: #494949;
    font-size: 15px;
}

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

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

article.sofraj-box-blog-classic .ttm-entry-meta .ttm-meta-line.comments-link,
.sofraj-box-blog .sofraj-box-content .ttm-entry-meta .ttm-meta-line.comments-link {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

/*** Blog Classic ***/
article.sofraj-box-blog-classic {
    margin-bottom: 40px;
    position: relative;
    clear: both;
    display: flex;
    justify-content: space-between;
}

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

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

.search-results .ttm-list.ttm-list-style-icon .ttm-list-li-content a:hover, 
.search-results .ttm-list.ttm-list-style-icon i {
    color: var(--ttm-blackishcolor) !important;
}

#site-header-menu #site-navigation div.nav-menu > ul > li li.current_page_parent > a {
    color: var(--ttm-blackishcolor);
}

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

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

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

article.sofraj-box-blog-classic .ttm-featured-outer-wrapper .ttm-featured-wrapper {
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
}
.sofraj-box-blog-classic .entry-header .ttm-entry-meta-wrapper .ttm-meta-line a:hover {
    color: var(--ttm-blackishcolor);
}

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

article.sofraj-box-blog-classic .ttm-post-featured-wrapper.ttm-post-format-gallery a:after,
article.sofraj-box-blog-classic .ttm-post-featured-wrapper.ttm-post-format-quote a:after,
article.sofraj-box-blog-classic .ttm-post-featured-wrapper.ttm-post-format-video a:after,
article.sofraj-box-blog-classic .ttm-post-featured-wrapper.ttm-post-format-link a:after,
article.sofraj-box-blog-classic .ttm-post-featured-wrapper.ttm-post-format-audio a:after {
    content: unset;
}

.post.sofraj-box-blog-classic .sofraj-blogbox-footer-readmore a:hover {
    color: var(--ttm-whitecolor);
}

.sofraj-sidebar-true.sofraj-sidebar-right .site-content-inner,
.sofraj-sidebar-true.sofraj-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.sofraj-box-blog-classic:before {
    content: unset;
}

article.sofraj-box-blog-classic .ttm-blog-classic-box-content .ttm-classic-footer-meta .ttm-entry-meta .ttm-meta-line.posted-on {
    position: relative;
    padding-left: 20px;
}

article.sofraj-box-blog-classic .ttm-blog-classic-box-content .ttm-classic-footer-meta .ttm-entry-meta .ttm-meta-line.posted-on:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--ttm-secondarycolor);
    top: 6px;
    left: 11px;
    right: 6px;
    border-radius: 50%;
}
.single-post .ttm-blog-single-titledetails .ttm-entry-meta .ttm-meta-line.cat-links {
    padding-right: 20px;
}
.single-post .ttm-blog-single-titledetails .ttm-entry-meta .ttm-meta-line.cat-links::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--ttm-secondarycolor);
    top: 8px;
    right: 6px;
    border-radius: 50%;
}

.wp-block-group.has-border-color.has-black-border-color {
    padding: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

article.sofraj-box-blog-classic .ttm-blog-classic-box-content .entry-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 500;
}

article.sofraj-box-blog-classic .ttm-blog-classic-box-content .entry-title a:hover {
    color: var(--ttm-blackishcolor);
}

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

article.sofraj-box-blog-classic.sticky:after {
    font-family: "ttm-sofraj-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 15px 0px 15px;
}

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

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

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

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

article.sofraj-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.sofraj-blogbox-format-gallery .slick-dots li.slick-active button,
article.sofraj-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.sofraj-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.sofraj-box-blog-classic.sofraj-blogbox-format-quote .ttm-blog-classic-box-content,
article.sofraj-box-blog-classic.sofraj-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.sofraj-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.sofraj-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.sofraj-box-blog-classic.sofraj-blogbox-format-link .ttm_classic_post_icon {
    bottom: 0px;
}

article.post.ttm-no-featured-content.sofraj-box-blog-classic.sofraj-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.sofraj-box-blog-classic.format-quote .ttm-post-entry-header {
    display: none;
}

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

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

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

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

body:not(.single) article.post.sofraj-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;
}

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

/*** Fluid Video Iframe ***/
.ttm-ttm_portfolio-featured-wrapper.ttm-post-format-video,
article.post_format-post-format-video .ttm-post-format-video,
article.sofraj-blogbox-format-video .ttm-post-format-video,
article.post_format-post-format-audio .ttm-post-format-audio:not(.ttm-post-format-audio-mp3) .sofraj-blogbox-format-audio,
article.sofraj-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.sofraj-blogbox-format-video .ttm-post-format-video iframe,
article.post_format-post-format-audio .ttm-post-format-audio:not(.ttm-post-format-audio-mp3) .sofraj-blogbox-format-audio iframe,
article.sofraj-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 .sofraj-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.sofraj-box-topimage .ttm-post-format-video,
article.sofraj-blogbox-format-video.sofraj-box-topimage .ttm-post-format-video,
article.post_format-post-format-audio.sofraj-box-topimage .ttm-post-format-audio:not(.ttm-post-format-audio-mp3) .sofraj-blogbox-format-audio,
article.sofraj-blogbox-format-audio.sofraj-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.sofraj-blog-box-view-left-image .ttm-post-format-video,
article.sofraj-blogbox-format-video.sofraj-blog-box-view-left-image .ttm-post-format-video,
article.post_format-post-format-audio.sofraj-blog-box-view-left-image .ttm-post-format-audio:not(.ttm-post-format-audio-mp3) .sofraj-blogbox-format-audio,
article.sofraj-blogbox-format-audio.sofraj-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;
    margin-bottom: 0;
}
.ttm-blog-classic-box-content .wp-block-group.has-background>.wp-block-group__inner-container p {
    margin-bottom: 0;
}
hr {
    border-top: 1px solid var(--ttm-bordercolor);
}

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

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

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

.single-ttm_portfolio .ttm-single-pf-footer .clearfix,
.single-post .sofraj-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 .tm-blog-related-post {
    padding-top: 20px;
}
.single-post .ttm-no-featured-content .tm-blog-related-post {
    padding-top: 0;
}
.single-post article.sofraj-box-blog-classic.ttm-no-featured-content .ttm-blog-classic-box-content pre {
    margin-bottom: 0;
}

.single-ttm_portfolio .ttm-pf-single-category-w a,
.single-post .sofraj-blogbox-sharebox .sofraj-tags-links a {
    padding: 5px 15px;
    background-color: var(--ttm-whitecolor);
    font-size: 15px;
    display: inline-block;
    margin-right: 3px;
    font-weight: 400;
    margin-bottom: 7px;
    border-radius: 30px;
    border: 1px solid var(--ttm-bordercolor);
}

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

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

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

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

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

article.sofraj-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 .sofraj-box-blog-classic ul.ttm-blog-list li {
    list-style: none;
}

.single-post .sofraj-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: 30px;
    line-height: 40px;
}

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

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

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

.sofraj-page-full-width.sofraj-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;
}

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

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

.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: 0;
    border: 0;
    border-bottom: 1px solid var(--ttm-bordercolor) !important;
}

.comment-form textarea:focus, .comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus {
    border-bottom: 1px solid var(--ttm-secondarycolor) !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);
}

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

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

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

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

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

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

.ttm-bgcolor-skincolor .sofraj-pagination .page-numbers.current,
.ttm-bgcolor-skincolor .sofraj-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;
}

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

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

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

.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 .sofraj-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 .sofraj-pf-detailbox-title {
    margin-bottom: 15px;
}

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

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

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

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

.sofraj-pf-detailbox-list .ttm-pf-details-date {
    position: relative;
    display: inline-block;
    padding: 15px 0px 15px 0px;
    width: 100%;
}

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

.sofraj-pf-single-detail-box .ttm-short-desc {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--ttm-bordercolor);
    margin-bottom: 22px;
}

.sofraj-pf-detailbox-list .ttm-pf-details-date .ttm-pf-left-details {
    font-size: 17px;
    font-weight: 500;
    margin-right: 5px;
    color: var(--ttm-secondarycolor);
}

.sofraj-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 .sofraj-pf-single-details-area {
    padding: 0px;
}

.ttm-pf-view-top-image .sofraj-pf-single-content-area {
    padding: 0px 15px;
}

.ttm-pf-single-content-wrapper.ttm-pf-view-top-image .sofraj-pf-single-detail-box {
    margin-top: 15px;
}

.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 .sofraj-pf-detailbox-list .ttm-pf-details-date i,
.ttm-pf-view-left-image .sofraj-pf-detailbox-list .ttm-pf-details-date i {
    top: 11px;
}

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

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

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

.sofraj-pf-detailbox-inner .sofraj-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;
    color: #343c5c;
    transition: all .2s ease-in-out;
    display: inline-block;
    border: 1px solid transparent;
    font-size: 16px;
    padding: 13px 30px;
    border-radius: 0px;
    font-weight: 500;
}

.single-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;
    margin-top: 25px;
    border-top: 1px solid #e3e3e3;
    padding-top: 40px;
}

.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 .sofraj-pf-single-detail-box .sofraj-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
====================================================================

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

.sofraj-box-team.sofraj-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 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 10px;
    font-weight: 600;
}

.ttm-featured-wrapper.ttm-ttm_team_member-featured-wrapper {
    margin-left: 0;
    width: fit-content;
}

.sofraj-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 .sofraj-team-member-single-featured-area .ttm-team-extra-details-list {
    margin-top: 0px;
}

.sofraj-box-team.sofraj-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 .sofraj-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 .sofraj-team-img {
    margin-top: 0px;
    padding-left: 0px;
}

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

.ttm_team_member-template-default.single-ttm_team_member .site-main {
    padding-top: 100px;
}

.ttm-team-member-single-content-wrapper.ttm-team-member-view-default .ttm-team-member-single-content .sofraj-team-member-single-featured-area .sofraj-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 .sofraj-team-member-single-featured-area .sofraj-team-member-info .sofraj-team-img img {
    border-radius: 20px;
}

.ttm-team-member-single-content-wrapper.ttm-team-member-view-default .ttm-team-member-single-content .sofraj-team-member-single-featured-area .sofraj-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 .sofraj-team-member-single-featured-area .sofraj-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 .sofraj-team-member-single-featured-area .sofraj-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 .sofraj-team-member-single-featured-area .sofraj-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 .sofraj-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 .sofraj-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 .sofraj-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 .sofraj-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 .sofraj-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: 400;
    padding-top: 0px;
    color: inherit;
    font-family: var(--body-font-family);
}

.inside .sofraj-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,
.inside.ttm-fid-view-lefticon h4 {
    font-size: 37px;
    line-height: 46px;
}

.inside.ttm-fid-view-righticon h3,
.inside.ttm-fid-view-lefticon h3 {
    font-size: 20px;
    line-height: 30px;
}

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

/*** 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: 1px;
    margin-bottom: 0px;
    float: left;
    display: block;
}

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

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

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

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

.blog.sofraj-sidebar-true .site-main {
    padding-top: 80px;
}

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

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

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

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

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

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

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

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

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

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

body.sofraj-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 var(--ttm-bordercolor);
    background-color: var(--ttm-greycolor);
    border-radius: 15px;
    padding: 11px 40px 11px 25px;
    font-weight: 500;
    color: var(--body-fonts-color);
}
.sidebar .widget .woocommerce-product-search .search-field {
	color: var(--body-fonts-color);
	border-color: transparent;
}

.widget .woocommerce-product-search input::-webkit-input-placeholder,
.widget .search-form input::-webkit-input-placeholder {
    color: var(--body-fonts-color);
}

.widget .woocommerce-product-search input:-moz-placeholder,
.widget .search-form input:-moz-placeholder {
    color: var(--body-fonts-color);
}

.widget .woocommerce-product-search input:-ms-input-placeholder,
.widget .search-form input:-ms-input-placeholder {
    color: var(--body-fonts-color);
}

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

.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.sofraj_all_post_list_widget:before,
.sidebar .widget.sofraj_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;
}

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

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

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

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

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

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

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

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

.sidebar .widget .search-form .search-field {
    background-color: var(--ttm-greycolor);
    border-radius: 15px;
    padding: 12px 80px 12px 15px;
    font-weight: 500;
    border: 0px;
    color: var(--body-fonts-color);
}

.site-content-wrapper #sidebar-right.sidebar .widget,
.site-content-wrapper #sidebar-left.sidebar .widget {
    border-radius: 15px;
    border: 1px solid var(--ttm-bordercolor);
}

/*** 

====================================================================
    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;
        padding-right: 30px;
}

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

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 .ttm-commonform .field-group input[type="text"],
.wpcf7 .ttm-commonform .field-group textarea,
.wpcf7 .ttm-commonform .field-group input[type="email"] {
    padding-left: 45px;
}

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

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

/*** 

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

 ***/

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

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

.elementor-element .sofraj-boxes .sofraj-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,
.sofraj-box-blog .sofraj-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;
}

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

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

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

.sofraj-boxes-view-carousel .sofraj-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
====================================================================

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

.sofraj-boxes-testimonial.sofraj-boxes-view-slickview .sofraj-testimonials-info .sofraj-box-footer {
    display: block;
    font-size: 16px;
    line-height: 28px;
}

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

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

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

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

.sofraj-boxes-testimonial.sofraj-boxes-view-slickview .sofraj-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;
}

.sofraj-boxes-testimonial .sofraj-box-desc .sofraj-testimonial-text {
    position: relative;
    font-family: var(--body-font-family);
    font-size: 22px;
    font-weight: 500;
    line-height: 37px;
    text-align: center;
    padding: 10px 0 20px;
    color: var(--ttm-secondarycolor);
}

.ttm-bgcolor-skincolor .sofraj-boxes-testimonial .sofraj-box-desc .sofraj-testimonial-text,
.ttm-col-bgcolor-skincolor .sofraj-boxes-testimonial .sofraj-box-desc .sofraj-testimonial-text,
.ttm-bgcolor-darkgrey .sofraj-boxes-testimonial .sofraj-box-desc .sofraj-testimonial-text,
.ttm-col-bgcolor-darkgrey .sofraj-boxes-testimonial .sofraj-box-desc .sofraj-testimonial-text {
    color: rgba(255, 255, 255, 0.80);
}

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

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

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

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

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

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

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

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

/*** 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sofraj-boxes-gap-45px .sofraj-boxes-row-wrapper.row .ttm-box-col-wrapper {
    padding-right: 22px;
    padding-left: 22px;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

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

.ttm-headerstyle-classic .sofraj-slider-wrapper {
    z-index: 9;
}

.slick-slide {
    outline: none;
}

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

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

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

.sofraj-boxes-row-wrapper .slick-prev:before,
.sofraj-boxes-row-wrapper .slick-next:before {
    font-family: "themeicons_sofraj";
    content: "\f113";
    color: var(--ttm-skincolor);
    font-size: 22px;
    line-height: 32px;
    position: relative;
    opacity: 1;
}

.sofraj-boxes-row-wrapper .slick-prev:before {
    text-align: center;
    transform: rotateZ(-180deg);
    display: block;
}

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

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

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

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

.sofraj-boxes-portfolio .sofraj-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-sofraj-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
====================================================================

 ***/
.sofraj-boxes-textalign-left .ttm-sortable-wrapper {
    text-align: left;
}

.sofraj-boxes-textalign-right .ttm-sortable-wrapper {
    text-align: right;
}

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

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

.ttm-sortable-list .ttm-sortable-link a {
    display: block;
    cursor: pointer;
    padding: 7px 22px 9px;
    margin-bottom: 15px;
    width: auto;
    position: relative;
    z-index: 3;
    transition: all 0.3s;
    background-color: var(--ttm-greycolor);
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    text-transform: capitalize;
    border: 1px solid var(--ttm-bordercolor);
}

.sofraj-boxes-textalign-left .ttm-sortable-list .ttm-sortable-link a {
    padding: 5px 21px;
    background-color: transparent;
    border: none;
    border-radius: 3px;
}

.ttm-sortable-list .ttm-sortable-link a:hover,
.ttm-sortable-list .ttm-sortable-link a.selected {
    color: var(--ttm-whitecolor);
    border-color: transparent;
}

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

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

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

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

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

.sofraj-boxes-sortable-yes.sofraj-boxes-textalign-left .sofraj-boxes-inner>div.ttm-sortable-wrapper.ttm-sortable-wrapper-product_cat:not(.sofraj-boxes-row-wrapper),
.sofraj-boxes-sortable-yes.sofraj-boxes-textalign-left .sofraj-boxes-inner>div.ttm-sortable-wrapper.ttm-sortable-wrapper-portfolio:not(.sofraj-boxes-row-wrapper) {
    text-align: right;
}

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

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

.sofraj-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: 4px 14px;
    margin: 0 5px 8px 0;
    border: 1px solid #e3e3e3;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height: 25px;
    background-color: var(--ttm-whitecolor);
    font-weight: 500;
    color: var(--ttm-secondarycolor);
}

.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 .site-footer {
    display: none;
}

.error404 .site-main {
    padding-top: 0;
}

section.error-404 {
    padding: 190px 0px 240px;
    text-align: center;
}

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

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

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

section.error-404 .page-content {
    margin: 0 auto;
    display: inline-block;
}

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: 80px;
    padding-top: 30px;
}

.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: 242px;
    line-height: 248px;
    letter-spacing: -2px;
    font-weight: 700;
}

.ttm-404-home-button {
    margin-top: 20px;
}
.ttm-404-home-button .elementor-widget-button .elementor-button-wrapper a.elementor-button {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
}

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);
}
.error404 .ttm-e-header-style-one,
.error404 div.ttm-titlebar-wrapper {
    display: none;
}

/*** 

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

 ***/
.ttm-sresult-form-wrapper {
    padding: 20px 0px 20px;
    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: 0px;
    background-color: rgba(0, 0, 0, 0.10);
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    padding: 0 15px 0 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-sofraj-icons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 19px;
    background-color: rgba(0, 0, 0, 0.12);
    height: 52px;
    line-height: 52px;
    display: block;
    width: 51px;
    top: 4px;
    text-align: center;
    left: 0;
    border-radius: 0px;
}

.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: 3px;
    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 .sofraj-box-team {
    margin-bottom: 30px;
}

.ttm-sresults-title small a i {
    width: 8px;
    margin-left: -6px;
    padding-right: 18px;
    margin-top: -1px;
}

.search-results .sofraj-box-portfolio .sofraj-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.sofraj_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);
}

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

.sofraj-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.sofraj_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 ***/
.sofraj-boxes-testimonial.sofraj-boxes-view-slickview .sofraj-box-heading-wrapper {
    padding-bottom: 0px;
}

.sofraj-boxes-testimonial.sofraj-boxes-view-slickview .sofraj-box-heading-wrapper .ttm-cta3-without-desc {
    padding-bottom: 16px;
}

.sofraj-boxes-view-slickview .testimonial_wrapper .slick-arrow,
.sofraj-boxes-view-slickview .testimonial_wrapper .slick-arrow:not(.slick-disabled):hover {
    background: transparent;
    background-color: transparent;
}

.sofraj-boxes-view-slickview .testimonial_wrapper .slick-prev:before,
.sofraj-boxes-view-slickview .testimonial_wrapper .slick-next:before {
    font-size: 20px;
}

.sofraj-boxes-view-slickview .testimonial_wrapper .slick-prev,
.sofraj-boxes-view-slickview .testimonial_wrapper .slick-next {
    background-color: transparent !important;
    box-shadow: none !important;
}

.sofraj-boxes-view-slickview .testimonial_wrapper .slick-prev {
    left: 50%;
    margin-left: -195px;
}

.sofraj-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.sofraj-portfolio-likes-wrapper .like-active {
    cursor: default;
}

a.sofraj-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.sofraj-box-blog-classic .ttm-entry-meta-wrapper {
    position: relative;
    margin: 0 0 8px;
}

article.sofraj-box-blog-classic .ttm-blog-classic-box-content {
    padding-top: 20px;
}


.single .post.sofraj-box-blog-classic .ttm-social-share-wrapper .ttm-social-share-links {
    display: block;
}

.post.sofraj-box-blog-classic.sofraj-blogbox-format-quote .ttm-blog-classic-box-content {
    padding: 0px;
    border: none;
    box-shadow: unset;
}

.post.sofraj-box-blog-classic .sofraj-blogbox-desc-footer .sofraj-blogbox-footer-left {
    clear: both;
    padding: 0px;
    float: left;
}

.post.sofraj-box-blog-classic .sofraj-blogbox-footer-readmore a {
    background-color: var(--ttm-whitecolor);
    position: relative;
    display: inline-block;
    position: relative;
    padding: 13px 30px 13px;
    border: 1px solid;
}

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

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

.post.sofraj-box-blog-classic .ttm-social-share-wrapper .ttm-social-share-title {
    margin-right: 3px;
    font-family: var(--special-element-fontfamily);
    margin-right: 3px;
}

.sofraj-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 .sofraj-box-blog-classic .ttm-social-share-links ul {
    padding-right: 0px;
}

.single .post.sofraj-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.sofraj-box.sofraj-box-blog-classic .sofraj-blogbox-desc-footer>div {
    padding-top: 15px;
    position: relative;
    display: inline-block;
}

/*** sortable button ***/
.sofraj-boxes-portfolio.sofraj-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.sofraj-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,
.sofraj-boxes-row-wrapper .slick-prev:before,
.sofraj-boxes-row-wrapper .slick-next:before,
.sofraj-boxes-row-wrapper .slick-arrow {
    transition: all 0.3s ease-in-out;
}

/* single Blockquote */
.single article.post blockquote:before {
    content: '\e842';
    font-family: 'ttm-sofraj-icons';
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    top: -25px;
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    left: 0;
    display: block;
    border-radius: 50%;
    right: 0;
    font-size: 25px;
    z-index: 99999;
    transform: rotateZ(180deg);
    margin: auto;
    font-style: normal;
    text-align: center;
}

.single article.post blockquote {
    display: block;
    padding: 40px 30px 30px;
    position: relative;
    border: 1px solid var(--ttm-bordercolor) !important;
    color: var(--ttm-secondarycolor);
    margin: 40px 0 45px 0px;
    font-weight: 500;
    font-size: 24px;
    font-style: italic;
    line-height: 34px;
    min-height: 100px;
    z-index: 1;
    border-radius: 15px;
    text-align: center;
    background-color: var(--ttm-whitecolor);
    font-family: var(--special-element-fontfamily);
}

.single article.post blockquote cite:before {
    content: unset;
}

.single article.post blockquote cite {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    position: relative;
    font-weight: 500;
    color: var(--ttm-secondarycolor);
}

.single article.post blockquote span {
    font-size: 20px;
    line-height: 30px;
    color: var(--body-fonts-color);
    font-style: normal;
    font-weight: 500;
    font-family: var(--special-element-fontfamily);
}

article.post .entry-content blockquote p {
    margin-bottom: 15px;
    color: inherit;
}

blockquote h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
}

.single article.post blockquote .author-title {
    margin-top: -10px;
    padding-bottom: 10px;
}

/* span tag for category widget */
.sidebar .widget_product_categories li,
.sidebar .widget_categories li {
    position: relative;
    color: var(--ttm-secondarycolor);
}
.ttm-layout-style2 .sidebar .widget_categories li {
    display: flex;
    justify-content: space-between;
}

.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 */
.sofraj-boxes-testimonial.sofraj-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);
}

.sofraj-boxes-testimonial .sofraj-box-content {
    padding: 25px 20px 15px 20px;
    overflow: hidden;
}

.sofraj-boxes-testimonial.sofraj-boxes-view-carousel .sofraj-box-content {
    padding: 25px 15px 40px 15px;
}

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

.sofraj-boxes-testimonial .sofraj-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;
}

.sofraj-boxes-testimonial .sofraj-box-author {
    display: block;
    width: 100%;
    padding-top: 5px;
    margin: 0 auto;
}

.sofraj-boxes-testimonial .sofraj-box-img .sofraj-item-thumbnail {
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    float: none;
    padding: 0 5px;
}

.sofraj-box-testimonial .sofraj-box-img img {
    border-radius: 50%;
}

.sofraj-boxes-testimonial .sofraj-box-author .sofraj-box-title {
    padding-top: 0px;
    padding-left: 13px;
}

.sofraj-boxes-testimonial .sofraj-author-name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
}

.sofraj-boxes-testimonial .sofraj-box-footer {
    font-size: 13px;
    line-height: 23px;
    font-weight: normal;
}

.sofraj-boxes-testimonial.sofraj-boxes-view-carousel .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto;
    right: auto;
    margin-left: -33px;
}

.sofraj-boxes-testimonial .ttm-gimmer-icon-star-1.ttm-active,
.sofraj-boxes-testimonial .ttm-gimmer-icon-star-empty-1 {
    color: #f4c627;
}

.ttm-col-bgcolor-darkgrey .sofraj-boxes-testimonial .sofraj-ratting-star,
.ttm-bgcolor-darkgrey .sofraj-boxes-testimonial .sofraj-ratting-star {
    bottom: -14px;
}

.sofraj-ratting-star {
    padding-top: 10px;
    padding-bottom: 4px;
}

.ttm-sofraj-icon-star-empty-1,
.ttm-sofraj-icon-star-1 {
    display: inline-block;
    width: 11px;
    margin: 0 2px;
    font-size: 18px;
}

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

.ttm-sofraj-icon-star-1.ttm-active {
    color: #FFAB25;
}

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

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

.sofraj-boxes-testimonial.ttm-boxes-carousel-arrows-below.sofraj-boxes {
    padding-bottom: 0px;
}

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

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

.ttm-boxes-carousel-arrows-above.ttm-boxes-txtalign-right .sofraj-boxes-inner .sofraj-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 */
.sofraj-fbar-box-w.sofraj-fbar-bg-skincolor.sofraj-fbar-text-white .widget li a:before,
.sofraj-fbar-box-w.sofraj-fbar-bg-skincolor.sofraj-fbar-text-white .widget li:before {
    color: rgba(255, 255, 255, 0.2);
}

.sofraj-fbar-box .textwidget.widget-text {
    font-size: 16px;
    line-height: 26px;
}

.sofraj-fbar-position-right .sofraj-fbar-btn {
    cursor: pointer;
    position: absolute;
    left: -36px;
    z-index: 1005;
    width: 58px;
    height: 58px;
    text-align: center;
    width: 0;
    height: 0;
    top: 165px;
}

.sofraj-fbar-position-right .sofraj-fbar-btn a {
    width: 36px;
    height: 41px;
    background-color: #129ce7;
    line-height: 40px;
    padding-left: 0px;
    font-size: 19px;
}

.sofraj-fbar-position-right .sofraj-fbar-btn a i {
    margin-left: -5px;
}

.sofraj-fbar-position-right .sofraj-fbar-btn a i.themifyicon {
    line-height: 42px;
}

.sofraj-fbar-position-right .sofraj-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;
}

.sofraj-fbar-position-default .sofraj-fbar-btn {
    cursor: pointer;
    position: absolute;
    right: 128px;
    z-index: 1005;
    text-align: center;
    width: 0;
    height: 0;
    bottom: 0;
}

.sofraj-fbar-position-default .sofraj-fbar-btn a {
    width: 40px;
    height: 44px;
    line-height: 50px;
    text-align: center;
}

.sofraj-fbar-position-default .sofraj-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.sofraj-fbar-btn-link.ttm-close-icon .ttm-fbar-close-icon {
    display: block !important;
}

a.sofraj-fbar-btn-link.ttm-close-icon .ttm-fbar-open-icon {
    display: none;
}

.sofraj-fbar-box-w .sofraj-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;
}

.sofraj-fbar-box .sofraj-social-links-wrapper {
    margin-top: 30px;
}

.sofraj-fbar-box .sofraj-social-links-wrapper .social-icons li a .ttm-ss {
    display: none;
}

/* Testimonial New */
.sofraj-boxes-testimonial.sofraj-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 .sofraj-boxes-testimonial .sofraj-author-name,
.ttm-col-bgcolor-darkgrey .sofraj-boxes-testimonial .sofraj-author-name {
    color: var(--ttm-whitecolor);
}

.sofraj-boxes-testimonial.sofraj-boxes-view-slickview .sofraj-box-img .sofraj-item-thumbnail {
    width: 230px;
    height: 220px;
}

.sofraj-boxes-view-slickview .sofraj-box-img .sofraj-item-thumbnail img {
    max-width: 100%;
    border-radius: var(--border-radius-box);
    border: 0;
    margin: 0;
    height: 220px;
    object-fit: cover;
}

.sofraj-boxes-view-slickview .testimonial_wrapper .testimonials-info .sofraj-box-desc {
    padding: 30px 0px 0px 0px;
    width: 50%;
}

.testimonials-info .slick-list {
    height: auto !important;
}

.sofraj-boxes-view-slickview .sofraj-ratting-star {
    overflow: hidden;
    padding: 0px;
    display: block;
    text-align: center;
}

.sofraj-boxes-view-slickview .ttm-sofraj-icon-star-1.ttm-active,
.sofraj-boxes-view-slickview .ttm-sofraj-icon-star-empty-1 {
    color: #f3c903;
}

.ttm-col-bgcolor-darkgrey .sofraj-boxes-testimonial .sofraj-ratting-star,
.ttm-bgcolor-darkgrey .sofraj-boxes-testimonial .sofraj-ratting-star {
    bottom: -14px;
}

/*testimonial slickview*/
.sofraj-boxes-view-slickview .sofraj-boxes-row-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.sofraj-boxes-view-slickview .ttm-box-col-wrapper {
    margin-bottom: 15px !important;
}

.sofraj-boxes-view-slickview .sofraj-box-title h3 {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    font-family: var(--special-element-fontfamily);
    padding-left: 10px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--ttm-blackishcolor);
}

.testimonial_wrapper {
    position: relative;
}

.testimonial_wrapper .sofraj-box-desc {
    border: none;
    text-align: center;
    padding: 7px 0px 40px 0px;
    width: 80%;
    margin: 0 auto;
    overflow: visible;
}

.slick_testim_info {
    padding-bottom: 21px;
}

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

.slick-center .testimonial_item,
.testimonials-nav {
    margin: 0 auto;
}

.testimonials-nav {
    max-width: 1220px;
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: -60px;
}

.testimonials-info {
    display: inline;
}

.testimonials-nav .nav_item_wrap {
    padding: 0;
    margin: 0px 7px;
    outline: none;
    float: left;
}

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

.sofraj-boxes-view-slickview .testimonial_item {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.testimonial_item .sofraj-box-img img {
    width: 100%;
    height: auto;
    transition: .5s ease;
    border: 2px solid var(--ttm-skincolor);
}

.slick-center .testimonial_item .sofraj-box-img img {
    transform: scale(1);
    border: 0;
    position: relative;
    opacity: 1;
}

.sofraj-boxes-view-slickview .testimonials-nav .slick-slide {
    margin-top: 150px !important;
    transition: all 0.4s ease;
    filter: blur(4px);
}
.sofraj-boxes-view-slickview .testimonials-nav .slick-center {
    margin-top: 0 !important;
    filter: blur(0);
}
.sofraj-boxes-view-slickview .testimonials-nav .slick-center + .slick-slide {
    margin-top: 80px !important;
    filter: blur(4px);
}

.sofraj-boxes-view-slickview .testimonials-nav .slick-slide:has(+ .slick-center) {
    margin-top: 80px !important;
    filter: blur(4px);
}

.sofraj-boxes-view-slickview .testimonials-info .sofraj-rating-text {
    font-size: 14px;
    line-height: 26px;
}
.sofraj-boxes-view-slickview .testimonials-info .sofraj-rating-text i.ttm-sofraj-icon-star-1 {
    font-size: 16px;
    color: #FFAB25;
}

.testimonials-nav .testimonial_item .sofraj-box-img .sofraj-item-thumbnail-inner {
    position: relative;
    transition: all .5s ease;
}
.sofraj-boxes-testimonial.sofraj-boxes-view-slickview .sofraj-box-desc .sofraj-testimonial-text {
    font-family: var(--special-element-fontfamily);
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: var(--ttm-blackishcolor);
    font-style: normal;
    position: relative;
    padding: 30px 0 20px;
}

.sofraj-boxes-view-slickview .testimonial_wrapper .testimonials-info .sofraj-testimonial-text:before {
    content: "";
    -webkit-mask: url(../images/tquotes.svg) no-repeat 100% 100%;
    mask: url(../images/tquotes.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 51px;
    height: 40px;
    background-color: var(--ttm-bordercolor) !important;
}

/* Testimonial styles */
.sofraj-boxes-testimonial .sofraj-boxes-row-wrapper.row:not(.slick-slider) .ttm-box-col-wrapper {
    margin-bottom: 22px;
    padding-top: 40px;
}

.sofraj-boxes-testimonial.ttm-boxes-carousel-arrows-below .sofraj-boxes-row-wrapper .slick-next {
    bottom: 35%;
    top: auto;
    right: 60px;
    left: auto;
    transform: rotate(90deg);
    margin-right: -37px;
}

.sofraj-boxes-testimonial.ttm-boxes-carousel-arrows-below .sofraj-boxes-row-wrapper .slick-prev {
    bottom: 50%;
    top: auto;
    right: 20px;
    left: auto;
    transform: rotate(90deg);
}

.sofraj-boxes-testimonial .sofraj-boxes-row-wrapper .slick-arrow {
    border: none;
    height: 45px;
    width: 50px;
    background-color: var(--ttm-whitecolor);
    -webkit-box-shadow: var(--ttm-boxshadow);
    -moz-box-shadow: var(--ttm-boxshadow);
    box-shadow: var(--ttm-boxshadow);
    border-radius: 0;
}

.sofraj-boxes-testimonial .sofraj-boxes-row-wrapper .slick-prev:before {
    content: "\f177";
}

.sofraj-boxes-view-carousel.ttm-boxes-carousel-arrow-round .sofraj-boxes-row-wrapper .slick-arrow {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

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

/*progressbar*/
.elementor-progress-percentage {
    position: relative;
    padding-right: 0;
    left: 47px;
    top: 62px;
    margin-top: -35px;
    font-size: 30px;
    font-weight: 600;
    color: var(--ttm-blackishcolor);
    height: 25px;
    width: 40px;
    line-height: 40px;
    background: transparent;
    text-align: center;
    background-color: transparent !important;
}

.elementor-progress-wrapper .elementor-progress-bar {
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.elementor-progress-bar span.elementor-progress-text {
    font-size: 16px;
    font-weight: 500;
}

/***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 #d2d2d2 !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 35px 15px;
    margin-top: 5px;
    margin-bottom: 0;
    border-bottom: 0px !important;
}

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

.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 input[type="text"]:focus,
.ttm-contactform-01 input[type="email"]:focus,
.ttm-contactform-01 textarea:focus {
    border-bottom: 1px solid var(--ttm-skincolor) !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: 0px;
    border-radius: 8px;
}

.ttm-custom-bg .wpcf7 form .wpcf7-response-output {
    color: var(--ttm-whitecolor);
}

/**/

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

.mc4wp-form-fields input[type="email"] {
    border: 1px solid rgba(255 , 255 , 255 , 0.30);
    opacity: 1;
    border-radius: 8px;
    padding: 10px 48px 10px 20px;
    background-color: transparent;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: var(--ttm-whitecolor);
    position: relative;
}

.mailchimp-inputbox button[type="submit"] {
    position: absolute;
    right: 24px;
    left: auto;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    top: 10px;
    bottom: auto;
    padding: 6px 0px 6px 21px;
}

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

.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    color: rgba(255 255 255 / 0.60);
}

.mc4wp-form-fields input[type="submit"] {
    width: 100%;
    border-radius: 8px;
    color: var(--ttm-lighttext);
    padding: 14px 35px;
    margin-top: 10px;
}

.ttm-mailchimp-newsletter .btn i {
    position: relative;
}
.ttm-mailchimp-newsletter .btn i:before {
    content: '';
    position: absolute;
    -webkit-mask: url(../images/right-icon.svg) no-repeat 100% 100%;
    mask: url(../images/right-icon.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    top: -16px;
    left: auto;
    right: 0px;
    width: 19px;
    height: 19px;
    background-color: var(--ttm-whitecolor);
    transform: rotate(45deg);
}
.ttm-mailchimp-newsletter .btn:hover i:before {
    background-color: var(--ttm-skincolor);
}

.mailchimp-inputbox.ttm-mailchimp-newsletter span {
    color: var(--ttm-whitecolor);
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.ttm-requestform .checkbox input[type="checkbox"] {
    margin-left: 0;
}
.ttm-requestform .checkbox input[type="checkbox"]:before {
    border: 1px solid var(--ttm-bordercolor);
    bottom: -2px;
    left: -19px;
    height: 14px;
    width: 14px;
}
.ttm-requestform .checkbox input[type="checkbox"]:checked:after {
    border: solid var(--ttm-secondarycolor);
    left: -15px;
    top: 5px;
}
.checkbox input[type="checkbox"],
.mailchimp-inputbox.ttm-mailchimp-newsletter input[type="checkbox"] {
    width: 0;
    margin-left: 15px;
    position: relative;
    z-index: 1;
    display: inline;
    -moz-appearance: initial;
}
.checkbox input[type="checkbox"]:before,
.mailchimp-inputbox.ttm-mailchimp-newsletter input[type="checkbox"]:before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: -13px;
    height: 13px;
    width: 13px;
    z-index: 1;
    border: 1px solid #D7D1C2;
    border-radius: 50%;
    cursor: pointer;
}
.checkbox input[type="checkbox"]:checked:after,
.mailchimp-inputbox.ttm-mailchimp-newsletter input[type="checkbox"]:checked:after {
    content: "";
    border: solid var(--ttm-whitecolor);
    border-width: 2px;
    display: block;
    position: absolute;
    left: -9px;
    right: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: transparent !important;
}

.footer-about-widget .footer-logo img {
    width: 150px;
}

.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: rgb(255, 255, 255, 0.80);
}

.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-bottom-footer p {
    font-size: 14px;
}

.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;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 100%;
    max-width: 100%;
    height: 250px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-sidebarbutton {
    position: relative;
    z-index: 999;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-sidebarbutton a {
    position: absolute;
    left: 0;
    right: 0;
    top: 170px;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-sidebarbutton a span {
    padding: 10px 30px;
    background-color: var(--ttm-skincolor);
    width: auto;
    display: inline-block;
    border-radius: var(--ttm-button-shape);
    color: var(--ttm-whitecolor);
    font-size: var(--button_fontsize);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    position: relative;
}

.sidebar .widget.ttm-sidebar-bgbanner .ttm-sidebarbutton a span:hover {
    color: var(--ttm-secondarycolor);
}

#sidebar-left.sidebar .widget.ttm-sidebar-social-icon .sofraj-social-links-wrapper .social-icons span,
#sidebar-right.sidebar .widget.ttm-sidebar-social-icon .sofraj-social-links-wrapper .social-icons span {
    display: none;
}

#sidebar-left.sidebar .widget.ttm-sidebar-social-icon .sofraj-social-links-wrapper .social-icons li a,
#sidebar-right.sidebar .widget.ttm-sidebar-social-icon .sofraj-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 .sofraj-social-links-wrapper .social-icons li a,
#sidebar-right.sidebar .widget.ttm-sidebar-social-icon .sofraj-social-links-wrapper .social-icons li a {
    color: var(--ttm-secondarycolor);
}

#sidebar-left.sidebar .widget.ttm-sidebar-social-icon .sofraj-social-links-wrapper .social-icons li a:hover,
#sidebar-right.sidebar .widget.ttm-sidebar-social-icon .sofraj-social-links-wrapper .social-icons li a:hover {
    border-color: var(--ttm-skincolor);
}

.ttm-project-detail-social-icon .sofraj-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 .sofraj-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-contactform-02 .ttm-contact-btn.elementor-widget-button input[type="submit"] {
    width: 100%;
    margin-top: 10px;
    border-radius: 50px;
}

.ttm-contactform-02 input[type="text"],
.ttm-contactform-02 input[type="email"],
.ttm-contactform-02 textarea {
    border-radius: 25px;
    background: transparent;
}

.ttm-team-details-info .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    font-weight: 400;
    font-family: var(--body-font-family);
    color: var(--body-fonts-color);
}

span.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 {
    color: var(--ttm-whitecolor);
    border-radius: 50%;
    margin-right: 0;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
}

.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.sofraj-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: inline-flex;
    align-items: center;
}

.single-post .sofraj-tags-links-title,
.post.sofraj-box-blog-classic .ttm-social-share-wrapper .ttm-social-share-title {

    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-right: 15px;
    margin-top: 0px !important;
    margin-bottom: 7px;
}

.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;
    border-radius: 15px;
    margin: 0px 5px 0px 0px;
}

.ttm-recent-post-list-li .post-detail {
    text-align: left;
    display: block;
    padding-top: 20px;
}

.ttm-recent-post-list-li .post-detail .post-date {
    display: block;
    font-size: 16px;
    padding-bottom: 0px;
    padding-top: 7px;
}

.ttm-recent-post-list li .post-detail a {
    font-size: 18px;
    line-height: 28px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
    font-weight: 600;
    color: var(--ttm-blackishcolor);
}

/*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 .sofraj-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 .sofraj-social-links-wrapper .social-icons li>a:hover {
    color: var(--ttm-skincolor);
}

.ttm-headerstyle-centerlogo-overlay .site-header .sofraj-social-links-wrapper {
    float: right !important;
    padding-left: 12px;
}

.ttm-headerstyle-centerlogo-overlay .site-header .sofraj-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 .sofraj-pf-detailbox ul li.ttm-pf-details-date i {
    display: none;
}

.ttm-pf-view-full-style3 .sofraj-pf-detailbox .ttm-pf-details-date span {
    margin-left: 5px;
    display: inline-block;
}

.ttm-pf-view-full-style3 .sofraj-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 .sofraj-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 .sofraj-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 .sofraj-pf-single-detail-box .sofraj-pf-detailbox-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--ttm-whitecolor);
}

.ttm-pf-view-full-style3 .sofraj-pf-detailbox {
    padding: 12px 40px;
    background-color: var(--ttm-greycolor);
    border-radius: 0 0 20px 20px;
}

.ttm-pf-view-full-style3 .sofraj-pf-detailbox-list .ttm-pf-details-date:last-child {
    border-bottom: none;
}

.ttm-pf-view-full-style3 .sofraj-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 .sofraj-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-sofraj-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;
}

article.sofraj-box-blog-classic.ttm-no-featured-content {
    padding: 20px 30px 40px;
    display: block;
    margin-bottom: 30px;
    background-color: var(--ttm-greycolor);
    overflow: hidden;
    word-wrap: break-word;
    border-radius: 15px;
}

.wp-block-column.has-background {
    padding: 20px;
}

.wp-block-cover.is-light p {
    color: var(--ttm-whitecolor);
}

.wp-block-cover,
.wp-block-cover-image {
    background-size: cover;
}

.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child,
.wp-block-gallery.is-cropped {
    margin-bottom: 10px;
}

.wp-block-image {
    margin: 0px 0px 1em;
}

.ttm-blog-classic-box-content .entry-content .wp-block-image {
    margin-top: 15px;
}

.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(.sofraj_widget_recent_entries) ul>li>ul>li:first-child,
.single-post .sidebar .widget:not(.sofraj_widget_recent_entries) ul>li>ul>li:first-child,
.sidebar .widget ul>li>ul>li:first-child {
    padding: 0 !important;
    margin-top: -1px;
}

.widget .wp-block-latest-comments__comment {
    background-color: var(--ttm-whitecolor);
    margin-bottom: 10px;
    padding: 12px 15px 12px 25px;
    border-radius: 20px;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
    border: 1px solid var(--ttm-bordercolor);
    margin: 0px;
}

.sidebar .widget .select2-container--default .select2-selection--single {
    background-color: var(--ttm-whitecolor);
    border-radius: 15px;
}

.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-post.ttm-empty-sidebar.sofraj-sidebar-true article.sofraj-box-blog-classic {
    margin-bottom: 60px;
}

.single .wp-block-columns.ttm-topbottom-space-blog {
    margin-top: 35px;
    margin-bottom: 16px;
}

.ttm-sofraj-icon-twitter:before {
    content: '\e86d';
}

/************************CSS*****************/

/***************HEADING-SUBHEADING*******************/

.ttm-element-heading-content-wrapper.ttm-seperator-solid .ttm-element-content-heading span {
    color: var(--ttm-skincolor);
    border-bottom: 3px solid var(--ttm-skincolor);
}

.ttm-titlebar-main .entry-title span {
    color: var(--ttm-skincolor);
}

.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.sofraj_contact_widget_wrapper li:before {
    color: var(--ttm-whitecolor);
}

.footer .footer-rows .second-footer .second-footer-inner .widget ul.sofraj_contact_widget_wrapper li:hover:before {
    color: var(--ttm-skincolor);
}

.sofraj-box-content .entry-header {
    display: flex;
    padding-bottom: 5px;
}

.sofraj-box-content .entry-header .ttm-blog-cat {
    padding-right: 20px;
    margin-right: 20px;
}

.sofraj-box-content .entry-header .ttm-date,
.sofraj-box-content .entry-header .ttm-read-times {
    position: relative;
}

.sofraj-box-content .entry-header .ttm-date:after {
    position: absolute;
    content: '|';
    left: -22px;
    right: auto;
    font-size: 10px;
}

/*** Single Team member ***/

.ttm-team-member-single-position {
    font-weight: 400;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--special-element-fontfamily);
    color: var(--ttm-blackishcolor);
}

.ttm-team-member-single-content .sofraj-team-details .ttm-team-details-wrapper {
    padding: 0px 0 20px;
}

.ttm-team-member-single-content .sofraj-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 ul li a {
    font-size: 16px;
}

.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-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;
    padding: 10px 0px 10px 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 .sofraj-ttm-detailbox-title {
    margin-bottom: 44px;
    font-size: 30px;
}

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

.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 .sofraj-team-details .ttm-team-social-links-wrapper ul li a {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--ttm-blackishcolor);
    position: relative;
    padding-right: 18px;
}

.ttm-team-member-single-content .sofraj-team-details .ttm-team-social-links-wrapper ul li a::after {
    content: '';
    position: absolute;
    border-right: 1px solid var(--ttm-bordercolor);
    width: 1px;
    height: 18px;
    top: 5px;
    right: 0;
}

.ttm-team-member-single-content .sofraj-team-details .ttm-team-social-link {
    display: flex;
    border-top: 1px solid var(--ttm-bordercolor);
    padding-top: 20px;
    margin-top: 37px;
}


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

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

.single.sofraj-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 {
    text-align: left;
}

.preyantechnosys-boxes-row-wrapper .product .ttm-product-box.product-hover-default .ttm-product-content {
    left: 10px;
    bottom: 10px;
    transition: all 0.3s ease 0s;
}

.main-holder .site-content ul.products li.product .product-hover-default a img,
.preyantechnosys-boxes-row-wrapper .product .product-hover-default a img {
    border-radius: 10px;
}

.preyantechnosys-boxes-row-wrapper .product .product-hover-default:hover a img {
    border: 1px solid var(--ttm-skincolor);
    border-radius: 0px;
}

.preyantechnosys-boxes-row-wrapper .product .ttm-product-box.product-hover-default:hover .ttm-product-content {
    background-color: var(--ttm-skincolor);
}

.preyantechnosys-boxes-row-wrapper .product .ttm-product-box.product-hover-default:hover .ttm-product-content .price .woocommerce-Price-amount {
    color: var(--ttm-whitecolor);
}

.preyantechnosys-boxes-row-wrapper .product .ttm-product-box.product-hover-default:hover .woocommerce-loop-product__title {
    color: var(--ttm-whitecolor);
}

.main-holder #content.site-content ul.products li.product .ttm-product-box.product-hover-default .ttm-product-content .ttm-shop-icon,
.preyantechnosys-boxes-row-wrapper .product .ttm-product-box.product-hover-default .ttm-product-content .ttm-shop-icon {
    display: none;
}

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

.main-holder .site-content ul.products li.product .ttm-product-box.product-hover-default .ttm-shop-icon,
.preyantechnosys-boxes-row-wrapper .product .ttm-product-box.product-hover-default .ttm-shop-icon {
    bottom: 16px;
    right: 7px;
}

.ttm-wc-add-to-cart-btn a.add_to_cart_button:before {
    content: "\f111";
    font-family: "themeicons_sofraj";
    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);
}

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

/*** 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 {
    height: 70px;
    line-height: 46px;
    font-size: 14px;
    padding: 0;
    display: table-cell;
    vertical-align: top;
    transition: all 500ms;
}

.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 {
    position: absolute;
    right: -5px;
    display: table;
    width: 50px;
    max-width: 100%;
    z-index: 3;
}

.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-sofraj-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: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading {
    opacity: 1 !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
    color: var(--ttm-blackishcolor);
}

.wc-block-checkout__form .wc-block-components-checkout-return-to-cart-button:hover {
    color: var(--ttm-blackishcolor);
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    background-color: var(--ttm-secondarycolor) !important;
    color:var(--ttm-whitecolor);
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
        background-color: var(--ttm-skincolor) !important;
}

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

.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 {
    background: rgba(81, 173, 0, 0.92);
    color: var(--ttm-whitecolor);
    font-size: 13px;
    padding: 0 10px;
    display: table;
    position: absolute;
    text-align: center;
    top: 20px;
    left: 20px;
    min-width: 50px;
    line-height: 26px;
    z-index: 5;
    min-height: auto;
    font-weight: normal;
    height: 26px;
    width: 55px;
    max-width: 55px;
    vertical-align: top;
    border-radius: 0px;
    margin: 0;
}

.main-holder .site-content ul.products li.product .product-labels .product-label:first-child,
.preyantechnosys-boxes-row-wrapper .product .product-labels .product-label:first-child {
    top: 20px;
}

.main-holder .site-content ul.products li.product .product-labels .product-label:nth-child(2),
.preyantechnosys-boxes-row-wrapper .product .product-labels .product-label:nth-child(2) {
    top: 50px;
}

.single .main-holder .site-content span.featured.product-label {
    top: 20px;
    left: 20px;
    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-sofraj-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: 13px;
    right: 1px;
}

.woocommerce .woocommerce-result-count {
    margin-top: 17px;
    float: unset;
    padding: 15px 25px 10px 13px;
    margin-bottom: 50px;
}

.sofraj-products {
    position: relative;
}

.main-holder .site-content .woocommerce-ordering .select2-container--default .select2-selection--single {
    background-color: var(--ttm-greycolor);
    border: 1px solid var(--ttm-bordercolor);
    padding-right: 28px;
    border-radius: 8px;
}

.main-holder .site-content .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0px;
}

/*** Woocemmerce Price ***/
.woocommerce .main-holder ul.products li.product .price .woocommerce-Price-amount {
    font-size: 15px;
}

.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 ***/
.sofraj-single-product-details {
    margin-bottom: 70px;
}

.sofraj-single-product-details:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.sofraj-single-product-details .woocommerce-product-details__short-description {
    margin-top: 20px;
    margin-bottom: 25px;
}

.woocommerce.sofraj-darklayout .main-holder ul.products li.product .price .woocommerce-Price-amount,
.sofraj-darklayout .sofraj-single-product-details .woocommerce-product-details__short-description {
    color: rgba(255, 255, 255, 0.71);
}

.woocommerce.sofraj-darklayout .product_meta {
    border-top: 1px solid rgba(215, 215, 215, .15);
}

.sofraj-single-product-info {
    padding-bottom: 30px;
}

.single-product .related.products {
    margin-top: -20px;
    margin-bottom: 25px;
}

.woocommerce div.product .product_title {
    font-size: 24px;
    margin-bottom: 18px;
    line-height: 34px;
    font-weight: 600;
}

.single-product.woocommerce .price ins .woocommerce-Price-amount {
    color: var(--ttm-blackishcolor);
}

.single-product.woocommerce .price del .woocommerce-Price-amount {
    color: var(--body-fonts-color);
}

.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 .product_meta {
    display: none;
}

.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_sofraj";
    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-sofraj-icons";
    margin-right: 5px;
}

.single .main-holder #content div.product div.thumbnails a {
    width: 70px;
}

.woocommerce .sofraj-single-product-info .product_meta .sku_wrapper {
    margin-right: 10px;
}

.woocommerce .sofraj-single-product-info .product_meta>span {
    display: block;
    width: 100%;
    padding-bottom: 7px;
}

.woocommerce .sofraj-single-product-info .product_meta .posted_in {
    margin-right: 30px;
}

.woocommerce .product_meta .posted_in a {
    text-transform: none;
}

.woocommerce .product_meta a:hover {
    color: var(--ttm-blackishcolor);
}

.single .main-holder div.product form.cart div.quantity {
    margin: 0 27px 0 0;
    border: 1px solid rgb(0 0 0 / 20%);
    float: none;
    border-radius: 8px;
    display: none;
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
    content: unset;
}

.woocommerce .quantity .qty {
    height: 46px;
    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 4px;
    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: 25px;
}

.single .main-holder #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    margin-left: 90px;
    background-color: #f4f7fb;
    border: 1px solid #f5f9fd;
    position: relative;
}

.single .main-holder #reviews #comments ol.commentlist li .comment-text:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent 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: 34px;
    line-height: 44px;
    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: 0 15px 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;
}

.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;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

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

.main-holder .site-content ul.products li.product .ttm-product-content .price {
    margin-top: 0px;
    color: var(--body-fonts-color);
}

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

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: 8px;
    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.sofraj-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: 5px;
    padding: 3px;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
}

.woocommerce div.product div.images img {
    border: 1px solid rgba(119, 119, 119, .2);
    border-radius: 15px;
}

/***  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(119, 119, 119, .2);
    border-radius: 0;
    padding: 5px 15px;
    border-width: 0 0 1px;
    color: rgba(94, 98, 109, 0.80);
}

.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: 10px 15px 10px;
    margin-top: -5px;
    border-radius: 8px;
    font-size: 14px;
}

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

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


.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: 0;
    margin: 0;
    background: none;
    letter-spacing: 0;
    transition: none;
    padding-left: 0;
    font-size: 0;
    text-transform: capitalize;
    z-index: 99;
}

.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: 17px;
    line-height: 20px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    color: var(--ttm-secondarycolor);
}

.single-product .main-holder .site-content span.onsale {
    left: 20px;
    top: 20px;
    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: 10px;
    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-sofraj-icons";
    margin-right: 5px;
}

.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
    content: '\e81c';
    font-family: "ttm-sofraj-icons";
    margin-right: 5px;
}

.single .main-holder #content div.product .entry-summary div.yith-wcwl-add-to-wishlist {
    display: inline-block;
}

.woocommerce .yith-quick-view-content div.product form.cart div.quantity {
    margin-right: 8px;
}

.main-holder #content.site-content div.product form.cart table.variations td {
    padding: 15px 10px;
    display: table-cell;
}

.main-holder #content.site-content div.product form.cart table.variations tr:first-child .select2-container {
    width: 100% !important;
}

.main-holder #content.site-content div.product form.cart table.variations tr .select2-container {
    width: 100% !important;
}

.main-holder #content.site-content div.product form.cart table.variations tr:last-child td.value {
    padding-bottom: 0px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    line-height: 1em;
    padding: 0;
}

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

.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: 18px;
    line-height: 28px;
    color: var(--ttm-blackishcolor);
}

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

.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;
}
.woocommerce table.shop_attributes th {
    text-transform: capitalize;
}

.main-holder #content.site-content div.product .single_variation_wrap .woocommerce-variation-price {
    padding-bottom: 15px;
}

.woocommerce .lost_reset_password .woocommerce-Button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    border-radius: 0em;
    padding: 12px 25px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    color: var(--ttm-whitecolor);
}

/* product_list_widget */
.woocommerce ul.product_list_widget li .star-rating {
    float: none;
    margin-bottom: 8px !important;
}

.woocommerce ul.product_list_widget li img {
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

.woocommerce ul.product_list_widget li a {
    padding-bottom: 6px;
}

/* 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 30px 12px;
    transition: all 500ms ease;
    border: unset;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    color: var(--ttm-secondarycolor);
    text-transform: capitalize;
    border: 1px solid var(--ttm-secondarycolor);
    margin-bottom: 20px;
}

.woocommerce.sofraj-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,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-radius: var(--ttm-button-shape);
}

.woocommerce.sofraj-darklayout div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce.sofraj-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 {
    color: var(--ttm-whitecolor);
    transition: 0.5s;
    background-color: var(--ttm-secondarycolor);
}

.main-holder .site-content ul.products li.product .product-labels .product-label,
.preyantechnosys-boxes-row-wrapper .product .product-labels .product-label {
    background: var(--ttm-skincolor);
    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 {
    margin-top: 0px;
    padding: 20px 0 0;
    border-radius: 0;
    margin-top: -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
    border: none;
}

.woocommerce-Tabs-panel h2 {
    font-size: 20px;
    margin-top: 0;
    line-height: 28px;
}

.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: none;
    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 .sofraj-single-product-info .product_meta label {
    font-weight: 500;
    color: var(--ttm-secondarycolor);
}

.woocommerce .sofraj-single-product-info .product_meta>span a:not(:hover),
.woocommerce .sofraj-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 .sofraj-single-product-info input[type="number"] {
    background-color: transparent;
}

.woocommerce.sofraj-darklayout .price .woocommerce-Price-amount,
.woocommerce.sofraj-darklayout .sofraj-single-product-info .product_meta label {
    color: var(--ttm-whitecolor);
}

.single .main-holder div.product form.cart div.quantity button {
    background-color: transparent;
    height: 43px;
    width: 57px;
    border-width: 0px;
    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.sofraj-darklayout table.shop_attributes th,
.woocommerce.sofraj-darklayout table.shop_attributes th {
    color: var(--ttm-whitecolor);
    text-transform: capitalize;
}

.woocommerce ul.products li.product .star-rating {
    display: none;
}

.woocommerce div.product form.cart .button {
    background-color: var(--ttm-secondarycolor) !important;
    display: inline-block;
    float: none;
    border-radius: 8px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-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;
}

.wc-block-cart table.wc-block-cart-items tr.wc-block-cart-items__row,
.is-large.wc-block-cart .wc-block-cart-items td {
    border-top: none;
}

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

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

#yith-quick-view-modal.open .yith-wcqv-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
}

.comment-form .form-submit:hover:before, .comment-form .form-submit:hover:after, 
.content-area .social-icons li > a, .sofraj-box-team .sofraj-box-social-links ul li a:hover, 
.widget .woocommerce-product-search .search-field:focus, .widget .search-form .search-field:focus {
    border-color: var(--ttm-secondarycolor) !important;
}

.ttm-right-shop .product-hover-style1 .ttm-product-image-box {
    height: auto;
}
.ttm-right-shop .product-add-to-cart .ttm-input-box .quantity {
    width: 70%;
}

.ttm-e-header-style-two #mega-menu-wrap-sofraj-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .ttm-e-header-style-two #mega-menu-wrap-sofraj-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .ttm-e-header-style-two #mega-menu-wrap-sofraj-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: var(--ttm-whitecolor) !important;
}

/*---marque default----*/
.ttm-marquebox-default {
    width: 100%;
    animation: ttm-marque-textdefault 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}

.ttm-marquebox-default:hover {
    animation-play-state: paused !important;
}

.ttm-marque-box ul.elementor-icon-list-items.marquebox-list {
    margin: 10px 0;
}

.ttm-marquebox-default ul.marquebox-list li {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: var(--ttm-secondarycolor);
}

.ttm-marquebox-default ul.marquebox-list li:before {
    -webkit-mask: url(../images/Leaves-img.svg) no-repeat 100% 100%;
    mask: url(../images/Leaves-img.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 27%;
    left: -52px;
    right: auto;
    width: 20px;
    height: 20px;
    content: '';
    background-color: var(--ttm-secondarycolor);
}

@keyframes ttm-marque-textdefault {
    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----*/
/**/
.sofraj-box-testimonial.sofraj-testimonialbox-default {
    background-color: var(--ttm-whitecolor);
    padding: 30px 40px;
    box-shadow: var(--ttm-boxshadow);
    margin: 30px 0;
}

.sofraj-box-testimonial.sofraj-testimonialbox-default .sofraj-box-content {
    padding: 0px;
}

.sofraj-box-testimonial.sofraj-testimonialbox-default .sofraj-box-content .sofraj-box-author .sofraj-box-desc blockquote {
    text-align: left;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    color: var(----body-fonts-color);
    font-style: normal;
}

.sofraj-box-testimonial.sofraj-testimonialbox-default .sofraj-box-content .sofraj-box-author .ttm-box-footer {
    margin-top: 25px;
}

.sofraj-box-testimonial.sofraj-testimonialbox-default .sofraj-box-content .sofraj-box-author .ttm-box-footer .sofraj-box-img .sofraj-item-thumbnail {
    padding: 0px;
}

.sofraj-box-testimonial.sofraj-testimonialbox-default .sofraj-box-content .sofraj-box-author .ttm-box-footer .sofraj-box-img .sofraj-item-thumbnail {
    height: 50px;
    width: 66px;
}

.sofraj-box-testimonial.sofraj-testimonialbox-default .sofraj-box-content .sofraj-box-author .ttm-box-footer .sofraj-box-img img {
    height: 56px;
    width: 56px;
}

.sofraj-box-testimonial.sofraj-testimonialbox-default .sofraj-box-content .sofraj-box-author .sofraj-hightlight-text {
    position: relative;
    padding-bottom: 10px;
}

.sofraj-box-testimonial.sofraj-testimonialbox-default .sofraj-box-content .sofraj-box-author .sofraj-ratting-star .ttm-sofraj-icon-star-1.ttm-active {
    font-size: 15px;
    color: #ffae00;
    margin: 0 3px;
}

.sofraj-box-testimonial.sofraj-testimonialbox-default .sofraj-box-content .sofraj-box-author .sofraj-hightlight-text .sofraj-box-highlight-title .sofraj-box-highlight .sofraj-review-highlight {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 6px;
}

/**/
.ttm-section-bg-dark .sofraj-testimonialbox-default {
    background-color: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 17%);
    border-radius: 10px;
}

.ttm-section-bg-dark .sofraj-box-testimonial.sofraj-testimonialbox-default .sofraj-box-content .sofraj-box-author .sofraj-hightlight-text .sofraj-box-highlight-title .sofraj-box-highlight .sofraj-review-highlight,
.ttm-section-bg-dark .sofraj-box-testimonial.sofraj-testimonialbox-default .sofraj-box-content .sofraj-box-author .sofraj-box-desc blockquote,
.ttm-section-bg-dark .sofraj-box-testimonial.sofraj-testimonialbox-default .sofraj-box-content .sofraj-box-author .ttm-box-footer .sofraj-box-title .sofraj-author-name,
.ttm-section-bg-dark .sofraj-box-testimonial.sofraj-testimonialbox-default .sofraj-box-content .sofraj-box-author .ttm-box-footer .sofraj-box-title .sofraj-box-footer {
    color: var(--ttm-whitecolor);
}

.sidebar .widget.sofraj_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.70);
    transition: all .3s ease;
}

.sidebar .widget.ttm-sidebar-contact-bgbox .ttm-sidebar-contact-box .ttm-sidebar-heading {
    font-size: 40px;
    line-height: 50px;
    font-family: var(--special-element-fontfamily);
    margin-bottom: 10px;
}

.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 {
    padding: 10px 30px 10px 35px;
    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;
    text-transform: var(--button-text-transform);
}

.sidebar .widget.ttm-sidebar-contact-bgbox .ttm-sidebar-contact-box .ttm-sidebar-phone .link-text a:hover {
    color: var(--ttm-secondarycolor);
}

.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.sofraj-box-blog-classic {
    display: block;
}

article.sofraj-box-blog-classic.ttm-no-featured-content .ttm-blog-classic-box-content {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
article.sofraj-box-blog-classic .ttm-featured-outer-wrapper .ttm-featured-wrapper a {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
article.sofraj-box-blog-classic .ttm-featured-outer-wrapper .ttm-featured-wrapper img {
    position: relative;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

article.sofraj-box-blog-classic:hover .ttm-featured-outer-wrapper .ttm-featured-wrapper img {
    transform: scale(1.09);
}

.blog .sofraj-box-blog-classic .ttm-featured-outer-wrapper .ttm-featured-wrapper {
    border-radius: 15px;
}


.has-black-border-color {
    margin-bottom: 10px;
}
.wp-block-button.aligncenter {
    text-align: center;
}

.single-post .ttm-blog-classic-box-content .wp-block-table thead {
    border-bottom: 0 solid;
}

.single-post article.sofraj-box-blog-classic.ttm-no-featured-content .ttm-blog-classic-box-content table th {
    font-weight: 500;
}
.single-post article.post .entry-content ul li,
.single-post article.post .entry-content ol li {
    color: var(--ttm-blackishcolor);
}
abbr[title] {
    border-bottom: 0;
}

.single-post article.post.tag-sticky-2 .entry-content ul li a,
.single-post article.post.tag-sticky-2 .entry-content ul li {
    color: var(--body-fonts-color);
}

.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: 10px;
    border-color: var(--ttm-bordercolor);
}

.ttm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_item > a {
    color: var(--ttm-blackishcolor) !important;
}

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

.single article.post blockquote a {
    color: var(--ttm-secondarycolor);
}

.single-post input[type="password"]#pwbox-1168 {
    padding: 6px 15px;
    border-radius: 10px;
}

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

.woocommerce-cart tr.wc-block-cart-items__header {
    border-bottom: 0;
}

.wp-block-pullquote {
    padding: 1em 0;
}
.wp-block-button {
    margin-top: 15px;
}

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.wp-block-list li {
    padding-bottom: 10px;
    font-weight: 500;
    color: var(--ttm-blackishcolor);
}

.wp-block-button__link {
    width: auto;
}

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


/*  --------------------------------------Sofraj css----------------------------------  */

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

/* heroctabox style 1*/
.sofraj-heroctabox-styleone .ttm-single-herocta-inner {
    padding: 400px 0 0 0;
}

.sofraj-heroctabox-styleone {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.sofraj-heroctabox-styleone.wpb_single_image:after {
    content: '';
    position: absolute;
    height: 100%;
    opacity: .99;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 0px;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 84%) 90%);
    transition-property: top, opacity;
    transition-duration: .3s;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
}

.sofraj-heroctabox-styleone .sofraj-iconbox-heading h2 span {
    margin-bottom: 0;
    font-size: 222px;
    line-height: 232px;
    font-weight: 400;
    color: var(--ttm-whitecolor);
}

.sofraj-heroctabox-styleone .sofraj-iconbox-heading h2 {
    margin-bottom: 0;
    font-size: 222px;
    font-weight: 700;
    line-height: 232px;
    color: var(--ttm-whitecolor);
    position: relative;
    z-index: 11;
}

.ttm-single-heroctabox-wrapper .ttm-hidden-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    font-size: 0;
}

.sofraj-heroctabox-styleone .sofraj-iconbox-heading h2 a:hover {
    color: var(--ttm-whitecolor);
}

.sofraj-heroctabox-styleone .ttm-single-herocta-inner .sofraj-iconbox-heading {
    padding: 45px 0 0;
    text-align: center;
    margin-bottom: -20px;
}

.sofraj-heroctabox-styleone .ttm-single-herocta-inner span {
    position: relative;
    display: inline-block;
    z-index: 11;
}

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

.sofraj-heroctabox-styleone .sofraj-herocta-listitems {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    z-index: 2;
    position: relative;
}

.sofraj-heroctabox-styleone .sofraj-herocta-listitems .ttm-herocta-line {
    color: var(--ttm-whitecolor);
    list-style: none;
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
}

.sofraj-heroctabox-styleone .ttm-herocta-line .ttm-line-icon {
    padding-right: 20px;
}


.cursor-play-btn-block {
    pointer-events: none;
}

.cursor-play-btn {
    font-size: 16px;
    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: var(--ttm-blackishcolor);
    padding: 10px 20px;
    font-weight: 500;
    background-color: var(--ttm-skincolor);
    border-radius: 8px;
    width: 220px;
    display: inline-block;
    text-align: center;
    text-transform: none;
}

.ttm-e-header-style-one .sofraj-topbar-wrapper .top-contact li a {
    font-weight: 500;
}
.ttm-e-header-style-one .sofraj-topbar-wrapper .top-contact li a:hover {
    color: var(--ttm-blackishcolor);
}

.ttm-e-header-style-two .ttm-header-contact-btn-wrapper .ttm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button,
.ttm-e-header-style-one .ttm-header-contact-btn-wrapper .ttm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button {
    border-radius: 8px;
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-lighttext);
}

.ttm-e-header-style-one .site-header-menu .header-info-widget img {
    padding-right: 7px;
}

.ttm-btn-style-text .elementor-button {
    border-bottom: 0;
}

.ttm-btn-style-text .elementor-button span.elementor-button-text {
    font-weight: 600;
}

.ttm-e-header-style-one .site-header-menu .header-info-widget a {
    color: var(--ttm-blackishcolor);
    font-weight: 600;
}

.ttm-product-box .ttm-product-content h2.woocommerce-loop-product__title {
    position: relative;
}

.ttm-product-box .ttm-product-content h2.woocommerce-loop-product__title:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background-color: var(--ttm-blackishcolor);
    height: 1px;
    z-index: -1;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -khtml-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -moz-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -ms-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -o-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    transition: transform .25s cubic-bezier(.37, .31, .2, .85);
}
.ttm-product-box .ttm-product-content h2.woocommerce-loop-product__title:hover:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}



/* Fidbox topicon */

.ttm-fid-view-topicon.inside {
    padding: 0;
}

.ttm-fid-view-topicon.inside h3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    color: var(--ttm-blackishcolor);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ttm-bordercolor);
    margin-bottom: 20px;
}

.ttm-fid-view-topicon .ttm-fld-contents {
    text-align: left;
}

.ttm-fid-view-topicon.inside h4 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
}

.sofraj-element-servicebox-default .ttm-box-col-wrapper.swiper-slide {
    width: 100% !important;
}

/* Testimonial style 1 */
.sofraj-boxes-testimonial .sofraj-testimonialbox-style1 .sofraj-box-img .sofraj-item-thumbnail {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    float: none;
    padding: 0px;
}

.sofraj-boxes-testimonial.sofraj-boxes-view-carousel .sofraj-testimonialbox-style1 .sofraj-box-content {
    padding: 0;
    display: flex;
}

.sofraj-boxes-testimonial .sofraj-testimonialbox-style1 .sofraj-item-thumbnail-inner {
    height: 100%;
}

.sofraj-boxes-testimonial .sofraj-testimonialbox-style1 .sofraj-box-author {
    display: table-cell;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background-color: var(--ttm-whitecolor);
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 20px;
    padding: 40px;
    position: relative;
}
.sofraj-boxes-testimonial .sofraj-testimonialbox-style1:hover .sofraj-box-author {
    border-color: var(--ttm-secondarycolor);
}

.sofraj-testimonialbox-style1 .sofraj-box-author::before {
    -webkit-mask: url(../images/quotes.svg) no-repeat 100% 100%;
    mask: url(../images/quotes.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 57px;
    height: 41px;
    content: '';
    background-color: var(--ttm-bordercolor);
    text-align: center;
    margin: 0 auto;
}

.sofraj-testimonialbox-style1 .sofraj-box-img.ttm-wrap-cell {
    width: 50%;
    padding-right: 30px;
}

.sofraj-box-testimonial.sofraj-testimonialbox-style1 .sofraj-box-img img {
    border-radius: 20px;
    height: 100%;
}

.sofraj-boxes-testimonial .sofraj-testimonialbox-style1 .sofraj-box-desc .sofraj-testimonial-text {
    position: relative;
    font-family: var(--special-element-fontfamily);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding: 10px 0 20px;
    color: var(--ttm-secondarycolor);
    font-style: normal;
}

.sofraj-boxes-testimonial .sofraj-testimonialbox-style1 .sofraj-author-name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    font-family: var(--body-font-family);
    font-weight: 500;
}

.sofraj-boxes-testimonial .sofraj-testimonialbox-style1 .sofraj-box-footer {
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.sofraj-boxes-testimonial .sofraj-testimonialbox-style1 .sofraj-box-footer:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    top: 48%;
    bottom: auto;
    left: -9px;
    right: auto;
    background-color: var(--body-fonts-color);
}

.sofraj-testimonialbox-style1 .sofraj-hightlight-text {
    padding-top: 70px;
}

.sofraj-testimonialbox-style1 .ttm-box-footer {
    padding-top: 30px;
}

/* Estimate form */

.ttm-estimateform input,
.ttm-estimateform select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    background-color: transparent;
}

.ttm-estimateform .input-group-heading {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--ttm-blackishcolor);
    font-family: var(--special-element-fontfamily);
}

.ttm-estimateform .calculate-button {
    width: 100%;
    background: var(--ttm-secondarycolor);
    color: var(--ttm-lighttext);
    padding: 17px 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
}

.ttm-estimateform .calculate-button:hover {
    color: var(--ttm-skincolor);
}

.ttm-estimateform span.select2.select2-container.select2-container--default {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--ttm-bordercolor);
    width: 100% !important;
}

.ttm-estimateform .select2-container--default .select2-selection--single,
.select2-dropdown {
    border: 0;
    margin: 0px;
    background-color: transparent;
}

.ttm-estimateform .form-contact .elementor-button.elementor-size-md {
    border-radius: 8px;
    color: var(--ttm-lighttext);
}

.ttm-estimateform .elementor-heading-title {
    text-align: center;
    padding-bottom: 35px;
}

.ttm-estimateform .form-contact p {
    margin-bottom: 0;
}

.ttm-estimateform select,
.ttm-estimateform input[type="text"]::-webkit-input-placeholder,
.ttm-estimateform input[type="email"]::-webkit-input-placeholder {
    color: var(--body-fonts-color);
}

.ttm-dark-bg .ttm-estimateform select,
.ttm-dark-bg .ttm-estimateform input[type="text"]::-webkit-input-placeholder,
.ttm-dark-bg .ttm-estimateform input[type="email"]::-webkit-input-placeholder {
    color: rgba(255 , 255 , 255 , 0.80);
}

.range-values {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #1f4d3b;
    margin-bottom: 8px;
}

.slider-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.slider-wrapper .ui-slider {
    color: var(--ttm-blackishcolor);
    font-weight: 500;
}
.ttm-estimatecalc-style1 .ui-widget.ui-widget-content {
    z-index: 5;
    width: 100%;
    background-color: var(--ttm-skincolor);
    bottom: -5px;
    height: 8px;
    border: 0;
}

.ttm-dark-bg .ttm-estimatecalc-style1 .ui-widget.ui-widget-content,
.ttm-dark-bg .ttm-estimatecalc-style1 .ui-widget-content .ui-state-default {
    background-color: var(--ttm-whitecolor);
}

.ttm-estimateform .ttm-form-group.main-range-area {
    margin: 0 0 15px;
}
.ttm-estimatecalc-style1 .ui-widget-content .ui-state-default.dot-2 {
    background: transparent;
    border: 0;
}
.ttm-estimatecalc-style1 .ui-widget-content .ui-state-default {
    border-radius: 50%;
    background: var(--ttm-skincolor);
    width: 15px;
    height: 15px;
    top: -3px;
    border: 0;
}
.ttm-estimatecalc-style1 .ui-slider-horizontal .ui-slider-range {
    background-color: var(--ttm-secondarycolor);
}
.ttm-loancalc-resultbox input[type="text"] {
    background-color: transparent;
    border: 0;
    text-align: right;
    padding: 0;
    box-shadow: unset;
    font-size: 18px;
    font-weight: 500;
    color: var(--ttm-blackishcolor);
}
.ttm-loancalc-resultbox .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 18px;
}

.main-range-area span.input-group-heading {
    display: block;
}

.ttm-estimateform .ttm-form-group {
    margin-bottom: 15px;
    padding: 0 7px;
}

.ttm-loancalc-resultbox .input-group-addon:first-child {
    border: 0;
    background-color: transparent;
    color: var(--ttm-blackishcolor);
    font-weight: 600;
    padding: 0;
}

.ttm-loancalc-inner-result .form-group {
    margin-bottom: 0;
}

.ttm-loancurrency .select2-container {
    width: 100% !important;
}
.ttm-loancurrency .select2-container .select2-selection--single {
    background-color: transparent;
    border: 0;
}


.ttm-social-text .elementor-social-icon span.elementor-screen-only {
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: var(--ttm-whitecolor);
    position: static;
}

.ttm-social-text .elementor-social-icon svg {
    display: none;
}

.ttm-social-text .elementor-icon.elementor-social-icon {
    background-color: transparent;
    display: inline;
    padding-right: 20px;
}

/* Productbox */

.ttm-product-box .product-labels {
    display: none;
}

.ttm-product-box .star-rating {
    position: absolute;
    top: 0;
}

.product .ttm-product-box.product-hover-default .ttm-shop-icon {
    display: none;
}

.main-holder .site-content ul.products li.product .woocommerce-loop-product__title,
.ttm-product-box .ttm-product-content h2.woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ttm-product-box .ttm-product-content h2.woocommerce-loop-product__title {
    display: inline;
}
.ttm-product-box .ttm-product-content span.price {
    display: block;
}

.main-holder .site-content .ttm-product-box .ttm-product-content span.price span.woocommerce-Price-amount.amount,
.product .ttm-product-box .ttm-product-content span.price span.woocommerce-Price-amount.amount {
    color: var(--body-fonts-color);
}

.ttm-product-box a.woocommerce-review-link {
    position: absolute;
    top: 0;
    right: 150px;
}

.ttm-product-box .ttm-product-image-box img {
    border-radius: 10px;
}

.ttm-product-box .ttm-product-content {
    padding-top: 5px;
}

.ttm-product-box:hover .ttm-product-image-box img {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    transition: .5s;
}

.site-content ul.products .ttm-product-box .product-add-to-cart .ttm-input-box .quantity a.button,
.product-add-to-cart .ttm-input-box .quantity button {
    background-color: transparent;
    color: var(--body-fonts-color);
    padding: 0;
    font-size: 21px;
}

.woocommerce .productcatbox-styleone a.added_to_cart {
    position: static;
    margin-top: 10px;
    margin: 10px auto 0;
}

.product-add-to-cart .quantity .qty {
    font-size: 16px;
    height: auto;
    padding: 0;
    width: 70%;
}

.site-content ul.products .ttm-product-box .product-add-to-cart .ttm-input-box,
.product-add-to-cart .ttm-input-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.site-content ul.products .ttm-product-box .product-add-to-cart .ttm-input-box .quantity,
.product-add-to-cart .ttm-input-box .quantity {
    margin-right: 10px;
    background-color: var(--ttm-whitecolor);
    padding: 7px 17px;
    width: 55%;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.product-add-to-cart a.button {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-blackishcolor);
    border-radius: 10px;
    font-size: 16px;
    line-height: 21px;
    display: inline-block;
    width: 42%;
    padding: 10px;
}

.product-add-to-cart .ttm-input-selectbox a.button {
    width: 100%;
}

.product-mainbox {
    overflow: hidden;
    position: relative;
}

.wc-block-grid__product:hover .wc-block-grid__product-add-to-cart.wp-block-button,
.site-content ul.products .ttm-product-box:hover .product-add-to-cart,
.product-mainbox:hover .product-add-to-cart {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all .5s, visibility 0s, opacity 0s;
    visibility: visible;
    opacity: 1;
    bottom: 19%;
    padding: 10px 10px 10px;
}
.wc-block-grid__product:hover .wc-block-grid__product-add-to-cart.wp-block-button {
    bottom: 21%;
}
.site-content ul.products .ttm-product-box:hover .product-add-to-cart {
    bottom: 27%;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button,
.site-content ul.products .ttm-product-box .product-add-to-cart,
.product-mainbox .product-add-to-cart {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    transition: all 7s, visibility .8s, opacity .8s;
    visibility: hidden;
    opacity: 0;
    transition: .7s;
    position: absolute;
    bottom: 44%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
}

.site-content ul.products .ttm-product-box .product-add-to-cart {
    bottom: 50%;
}

.woocommerce a.added_to_cart {
    background-color: var(--ttm-skincolor);
    border-radius: 10px;
    margin-left: 10px;
    padding: 10px;
    font-size: 16px;
    line-height: 26px;
    display: none;
    align-items: center;
}
.site-content ul.products .ttm-product-box .product-add-to-cart a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce a.added_to_cart:hover {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-skincolor);
}

.product-hover-style1 .ttm-product-box-inner .ttm-shop-icon {
    display: none;
}

.ttm-product-cat-style1 .elementor-tabs-wrapper {
    padding: 0;
    text-align: center;
}

.ttm-product-cat-style1 .elementor-tabs-wrapper .ttm-elementor-tab-title {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    padding: 7px 22px 9px;
    margin: 0 5px 15px 0;
    width: auto;
    position: relative;
    z-index: 3;
    transition: all 0.3s;
    background-color: var(--ttm-greycolor);
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid var(--ttm-bordercolor);
    color: var(--ttm-blackishcolor);
}

.ttm-product-cat-style1 .ttmtabs-content-wrapper {
    text-align: left;
}

.ttm-product-box .star-rating,
.product-hover-style1 span.count1 {
    display: none;
}

.site-content ul.products .ttm-product-box .product-rating,
.product-hover-style1 .product-rating {
    padding-top: 15px;
}

.site-content ul.products .ttm-product-box .product-rating span.rating-text,
.product-hover-style1 span.rating-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding-left: 2px;
}

.product-hover-style1 .ttm-product-image-box {
    height: 350px;
}
.product-hover-style1 .ttm-product-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-content ul.products .ttm-product-box .product-rating .stars,
.product-hover-style1 .product-rating .stars {
    font-size: 15px;
    line-height: 25px;
}

.ttm-elementor-tabs.ttm-product-cat-style1 input[type="text"] {
    width: 60%;
    border-radius: 8px;
    margin-bottom: 17px;
    border-color: var(--ttm-bordercolor);
    padding-right: 0px;
}

.ttm-elementor-tabs.ttm-product-cat-style1 .ttm-input-box input[type="text"] {
    margin-bottom: 0px;
}

.ttm-product-cat-style1 .product-mainbox .ttm-input-selectbox a.button:hover {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-skincolor);
}
.ttm-product-cat-style1 .product-mainbox .ttm-input-selectbox {
    margin-bottom: -4px;
}

ul#fruittab li.highlight {
    background: var(--ttm-blackishcolor);
    color: var(--ttm-whitecolor);
}

ul#fruittab li.ttm-tab-active {
    background: var(--ttm-blackishcolor);
    color: var(--ttm-whitecolor);
}

ul#fruittab li.selected .remove {
    display: none;
}

ul#fruittab li .remove {
    color: var(--ttm-bordercolor);
    cursor: pointer;
    font-weight: bold;
    margin-left: 8px;
    display: none;
}

.ttm-product-cat-style1 .search-box {
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: none;
}
.ttm-elementor-tabs.ttm-product-cat-style1 input[type="text"] {
    width: 100%;
}
.ttm-elementor-tabs.ttm-product-cat-style1 i.fa.fa-search {
    right: 15px;
    position: absolute;
    top: 17px;
    cursor: pointer;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background-color: var(--ttm-skincolor);
    border-radius: 10px;
    color: var(--ttm-blackishcolor);
    font-size: 15px;
    line-height: 25px;
}
.wc-block-grid__product-rating {
    position: absolute;
    top: 5px;
    left: 10px;
}
.wc-block-grid__product .wc-block-grid__product-link:hover .wc-block-grid__product-title,
.wc-block-grid__product-price span.woocommerce-Price-amount.amount {
    color: var(--ttm-blackishcolor);
}
.wc-block-grid__products .wc-block-grid__product-image img {
    border-radius: 10px;
}
.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
    background: var(--ttm-secondarycolor);
    border: 0;
    border-radius: 8px;
    color: var(--ttm-whitecolor);
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    padding: 5px 10px;
    right: 10px;
    top: 8px;
}
.woocommerce .main-holder #content .woocommerce-message .button {
    padding: 10px 17px;
    font-size: 14px;
}


/* Footer css */
.footer-links-widget ul li {
    padding: 4px 0;
}

.footer-links-widget ul li a {
    color: rgb(255, 255, 255, 0.80);
}

.site-footer .elementor-element.elementor-widget.elementor-widget-text-editor a {
    color: var(--ttm-whitecolor);
}

.footer-links-widget ul li a:hover {
    color: var(--ttm-whitecolor);
}

.footer-about-widget .footer-description {
    padding-top: 10px;
}

.ttm-footer-logobox .mc4wp-form-fields {
    padding-top: 40px;
}

.ttm-footer-textinfo,
.ttm-footer-textinfo a {
    color: var(--ttm-whitecolor);
    font-weight: 600;
}

.ttm-footer-textinfo p {
    font-weight: 400;
    margin-top: 25px;
}

.ttm-footer-textinfo .ttm-underline a {
    text-decoration: underline;
    word-wrap: break-word;  
}

.ttm-footer-textinfo h6 {
    margin-bottom: 8px;
}

.ttm-bottom-footertext .ttm-footer2-left {
    text-align: left;
    display: flex;
    align-items: center;
}

.ttm-bottom-footertext {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.60);
}

.ttm-bottom-footertext .ttm-bottom-right {
    display: block;
}

.ttm-bottom-footertext .ttm-bottom-right img {
    display: inline-block;
    object-fit: contain;
}

.ttm-bottom-footertext .ttm-bottom-right p {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 0;
}

.ttm-bottom-footertext .ttm-bottm-left img {
    display: inline-block;
    height: auto;
    padding-right: 10px;
}

.ttm-bottom-footertext .ttm-bottm-left p {
    margin-bottom: 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.60);
}

.ttm-bottom-footertext .ttm-bottm-left {
    padding-right: 20px;
    border-right: 1px solid rgba(255 , 255 , 255 , 0.3);
    margin-right: 20px;
}

.ttm-titlebar-main .breadcrumb-wrapper span.post.post-page.current-item {
    color: var(--ttm-whitecolor);
}

.ttm-titlebar-wrapper.ttm-titlebar-align-left .ttm-titlebar-main-inner {
   display: table-cell;
   vertical-align: middle;
   padding: 50px 0;
}
.ttm-titlebar-wrapper .ttm-titlebar-inner-wrapper .ttm-titlebar-main .container {
    display: table !important;
    vertical-align: middle;
    width: 1300px !important;
}

.ttm-titlebar-align-right .ttm-titlebar-main-inner,
.ttm-titlebar-align-left .ttm-titlebar-main-inner {
    display: table-cell;
    width: 100%;
    padding-top: 50px;
}

.ttm-titlebar-wrapper .ttm-titlebar-inner-wrapper .entry-title-wrapper .container {
    margin: 0;
    text-align: left;
    width: 100%;
}

.ttm-titlebar-align-left .breadcrumb-wrapper {
    text-align: right;
    vertical-align: bottom;
    width: auto;
    position: absolute;
    bottom: 20px;
}

.breadcrumb-wrapper-inner {
    text-align: right;
}

/* Button */
.woocommerce div.product form.cart button[type="submit"],
.elementor-element.elementor-widget-button.ttm-btn-style-flat.ttm-btn-color-darkgrey .elementor-button {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
}

.ttm-booking-box input.fs_next_btn.action-button:hover, 
.ttm-booking-box input.fs_next_btn.action-button:hover, 
.ttm-booking-box .nxt-prev-button input[type="button"]:hover,
.ttm-requestform input[type="submit"]:hover,
.woocommerce div.product form.cart button[type="submit"]:hover,
.ttm-estimateform .form-contact .elementor-button.elementor-size-md:hover,
.elementor-element.elementor-widget-button.ttm-btn-style-flat.ttm-btn-color-darkgrey .elementor-button:hover,
.mc4wp-form-fields input[type="submit"]:hover,
.ttm-e-header-style-two .ttm-header-contact-btn-wrapper .ttm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button:hover,
.ttm-e-header-style-one .ttm-header-contact-btn-wrapper .ttm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button:hover {
    color: var(--ttm-skincolor);
    background-color: #21463B;
}


/*reel video*/
.tm-reel-video-contant {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
}

.tm-element-reel-video-style-1 .tm-reel-heading {
    z-index: 11;
    font-size: 50px;
    font-weight: 400;
    line-height: 62px;
    color: var(--ttm-whitecolor);
    text-align: center;
}

.tm-element-reel-video-style-1 .tm-reel-text {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.tm-reel-video-contant .tm-reel-title {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 10px;
    padding-right: 20px;
    color: var(--body-blackfont-color);
    font-size: 132px;
    line-height: 148px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--ttm-whitecolor);
    z-index: 1;
}

.tm-element-reel-video-style-1 .video-content {
    position: absolute;
    top: 20%;
    left: 0%;
    right: 2%;
}

.tm-element-reel-video-style-1 .w-background-video>video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 30px;
}

.tm-element-reel-video-style-1 {
    position: relative;
}

h2.tm-reel-title.tm-reel-lefttitle {
    margin-left: 90px;
}

h2.tm-reel-title.tm-reel-righttitle {
    margin-left: 500px;
}


/* Stepbox slider */

.sofraj-boxes-stepsboxslider .sofraj-boxes-row-wrapper .slick-prev:before, 
.sofraj-boxes-stepsboxslider .sofraj-boxes-row-wrapper .slick-next:before {
    color: var(--ttm-whitecolor);
}

.ttm-stepsboxslider-style1 .ttm-stepsboxslider-contentbox {
    text-align: center;
    display: block;
    padding-top: 125px;
}

.ttm-stepsboxslider-style1 .ttm-steptop-title {
    text-align: center;
    position: relative;
    margin-top: 3px;
}

.ttm-stepsboxslider-style1 .ttm-stepsboxslider-contentbox .ttm-box-title,
.ttm-stepsboxslider-style1 .ttm-steptop-title .ttm-box-subtitle {
    color: var(--ttm-whitecolor);
}

.ttm-stepsboxslider-style1 .ttm-stepsboxslider-contentbox .ttm-cta3-content-wrapper {
    color: rgba(255, 255, 255, 0.80);
    width: 62%;
    margin: 0 auto;
    text-align: center;
}

.ttm-stepsboxslider-style1 .ttm-steptop-title .ttm-box-subtitle {
    background-color: var(--ttm-whitecolor);
    display: inline;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 26px;
    color: var(--ttm-blackishcolor);
}

.ttm-stepsboxslider-style1 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 72px 0 150px;
}

.ttm-stepsboxslider-style1::before {
    content: "";
    -webkit-mask: url(../images/Ellipse.svg) no-repeat 100% 100%;
    mask: url(../images/Ellipse.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    background-color: var(--ttm-whitecolor);
}

.sofraj-boxes-stepsboxslider.sofraj-element-stepsboxsliderbox-style1 {
    padding: 0;
}

.ttm-stepsboxslider-style1 .ttm-steptop-title::after {
    content: '';
    position: absolute;
    border: 1px solid;
    height: 130px;
    width: 1px;
    border-color: rgba(255, 255, 255, 0.40);
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    top: 40px;
}

.sofraj-element-stepsboxsliderbox-style1 .sofraj-boxes-row-wrapper .slick-arrow {
    opacity: 1;
    visibility: visible;
    color: var(--ttm-skincolor);
    top: auto;
    bottom: 0;
    background-color: #14262C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0;
    font-size: 0;
    border: 0;
}

.sofraj-element-stepsboxsliderbox-style1 .sofraj-boxes-row-wrapper .slick-prev {
    top: 78%;
    left: 46%;
    transform: rotate(-45deg);
}

.sofraj-element-stepsboxsliderbox-style1 .sofraj-boxes-row-wrapper .slick-next {
    top: 78%;
    right: 45%;
    transform: rotate(-45deg);
}

#prev,
#next {
    display: block;
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 99999;
    color: rgba(255, 255, 255, 0.6);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#prev:hover,
#next:hover {
    background: rgba(0, 0, 0, 0.6);
    color: white;
}

#next {
    right: 0;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#next:after {
    content: " →";
}

#prev {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0;
}

#prev:before {
    content: "← ";
}

.ttm-staticbox-default {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center center;
}

.ttm-stepbox {
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 100%;
}

.elementor-widget-ttm_staticbox_element nav.header {
    text-align: center;
    margin-top: 30px;
}

.ttm-stepcircle .elementor-widget-ttm_staticbox_element {
    position: relative;
    width: 700px;
    height: 700px;
    margin: 0px auto;
    overflow: visible;
}

.elementor-widget-ttm_staticbox_element nav.header #prev,
.elementor-widget-ttm_staticbox_element nav.header #next {
    color: var(--ttm-skincolor);
    top: auto;
    bottom: 0;
    background-color: var(--ttm-blackishcolor);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0;
    font-size: 24px;
}

.ttm-stepbox.active .ttm-right-contentbox {
    opacity: 1;
    transition-delay: 300ms;
}

.ttm-stepbox .ttm-right-contentbox {
    opacity: 0;
}

.ttm-substeps {
    padding-bottom: 100px;
    position: relative;
}

.ttm-stepbox.active .ttm-substeps::after {
    content: '';
    position: absolute;
    border: 1px solid;
    height: 130px;
    width: 1px;
    border-color: rgba(255, 255, 255, 0.40);
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    top: -18px;
}

.ttm-staticbox-default .sofraj-static-box-subtitle {
    background-color: transparent;
    display: inline;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    color: rgba(255, 255, 255, 0.70);
    font-size: 18px;
    line-height: 28px;
    opacity: 0;
}

.ttm-staticbox-default .ttm-stepbox.active .sofraj-static-box-subtitle {
    opacity: 1;
}

.ttm-staticbox-default .ttm-stepbox.active .sofraj-static-box-subtitle {
    background-color: var(--ttm-lighttext);
    color: var(--ttm-blackishcolor);
    top: -50px;
    position: relative;
}

.ttm-staticbox-default .ttm-stepbox .ttm-right-contentbox .sofraj-static-box-desc {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    line-height: 26px;
}

.ttm-staticbox-default .ttm-stepbox .ttm-right-contentbox .ttm-box-title h4 {
    color: var(--ttm-whitecolor);
    font-size: 24px;
    line-height: 34px;
}

.elementor-widget-ttm_staticbox_element nav.header #next {
    top: 38%;
    right: 45%;
    transform: rotate(-45deg);
}

.elementor-widget-ttm_staticbox_element nav.header #prev {
    top: 38%;
    left: 39%;
    transform: rotate(-45deg);
}

.ttm-stepbox.col-sm-4.active {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    bottom: 207px;
}

.ttm-requestform label {
    font-size: 14px;
    line-height: 24px;
    color: var(--ttm-blackishcolor);
    font-weight: 500;
}

.ttm-requestform input[type="tel"]::-webkit-input-placeholder,
.ttm-requestform textarea::-webkit-input-placeholder,
.ttm-requestform input[type="text"]::-webkit-input-placeholder,
.ttm-requestform input[type="email"]::-webkit-input-placeholder {
    color: var(--body-fonts-color);
    font-size: 14px;
    line-height: 24px;
}

.ttm-requestform input[type="tel"],
.ttm-requestform input[type="email"],
.ttm-requestform input[type="text"],
.ttm-requestform textarea {
    border-radius: 8px;
    color: var(--body-fonts-color);
    background-color: transparent;
}

.ttm-requestform input[type="radio"] {
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.ttm-requestform .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
}

.ttm-requestform input[type="submit"] {
    color: var(--ttm-lighttext);
    padding: 17px 30px 17px;
    border-radius: 8px;
}

.ttm-requestform input[type="submit"]:hover {
    color: var(--ttm-skincolor);
}

.ttm-requestform .ttm-radio span.wpcf7-form-control-wrap {
    margin-bottom: 7px;
    padding-top: 0;
    margin-top: -8px;
}

.ttm-requestform.ttm-serviceform {
    margin-bottom: 15px;
}


/* Service detail */

/* Service form */
.ttm-requestform.ttm-serviceform span.wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

.ttm-requestform.ttm-serviceform .ttm-radio span.wpcf7-form-control-wrap {
    margin-bottom: 4px;
}

.ttm-requestform.ttm-serviceform p {
    margin-bottom: 0;
}

.single-ttm_service .ttm-service-single-content-wrapper .ttm-featured-wrapper img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}

.single-ttm_service .ttm-service-single-content-wrapper .ttm-service-titlebox {
    text-align: center;
    padding-bottom: 32px;
}

.single-ttm_service .ttm-service-single-content-wrapper .ttm-service-single-title {
    font-weight: 600;
}

.single-post .ttm-blog-single-titledetails .ttm-entry-meta .ttm-meta-line.byline,
.sofraj-blogbox-style1 .ttm-blog-detailsbox .ttm-blog-author {
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.single-post .ttm-blog-single-titledetails .ttm-entry-meta .ttm-meta-line.byline::after,
.sofraj-blogbox-style1 .ttm-blog-detailsbox .ttm-blog-author::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--ttm-secondarycolor);
    top: 12px;
    right: 10px;
    border-radius: 50%;
}

.single-post .ttm-blog-single-titledetails .ttm-entry-meta-wrapper {
    margin-top: 8px;
}

.single-post .ttm-blog-single-titledetails .sofraj-box-title h4 {
    font-size: 42px;
    line-height: 56px;
    font-weight: 600;
    color: var(--ttm-blackishcolor);
    margin-bottom: 37px;
}

.single-post .ttm-blog-single-titledetails .sofraj-box-title h4 a {
    pointer-events: none;
}

.single-post .ttm-blog-single-titledetails {
    text-align: center;
}

.single-post .sofraj-box-blog-classic .ttm-featured-outer-wrapper .ttm-featured-wrapper img {
    object-fit: cover;
    border-radius: 20px;
}

.single-post .tm-blog-related-post .ttm-featured-outer-wrapper .ttm-featured-wrapper img {
    height: auto;
}

.single-post .tm-blog-related-post .tm-blog-single-related-title {
    font-size: 42px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 35px;
}

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

.single-post article.post.sofraj-box-blog-classic blockquote {
    border: 1px solid var(--ttm-bordercolor);
    background-color: var(--ttm-greycolor);
    padding: 30px 30px 30px;
    margin: 40px 0 40px 0px;
}

.single-post article.post.sofraj-box-blog-classic blockquote p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    font-style: italic;
}

.single-post article.post.sofraj-box-blog-classic blockquote p.ttm-quote-name {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    font-style: normal;
}

.single-post article.post.sofraj-box-blog-classic blockquote p.ttm-quote-name span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.single-post article.post.sofraj-box-blog-classic h2.wp-blogd-heading {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.single-post .ttm-blog-single-titledetails .ttm-entry-meta .ttm-meta-line {
    font-size: 16px;
    line-height: 28px;
}

.single-post.sofraj-sidebar-left .sofraj-box-blog-classic .ttm-blog-classic-box-content,
.single-post.sofraj-sidebar-right .sofraj-box-blog-classic .ttm-blog-classic-box-content {
    width: 100%;
}

.single-post .sidebar .widget .tagcloud a {
    border-radius: 8px;
    font-size: 14px !important;
    line-height: 24px;
    border-color: var(--ttm-bordercolor);
    padding: 7px 17px;
    font-weight: 400;
}

.site-content-wrapper #sidebar-left.sidebar .widget.sofraj_widget_recent_entries,
.site-content-wrapper #sidebar-right.sidebar .widget.sofraj_widget_recent_entries {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.site-content-wrapper #sidebar-left.sidebar .widget.sofraj_widget_recent_entries .widget-title,
.site-content-wrapper #sidebar-right.sidebar .widget.sofraj_widget_recent_entries .widget-title {
    display: none;
}

.page .site-content-wrapper #sidebar-right.sidebar .ttm-imgbg-box.widget,
.tag .site-content-wrapper .sidebar .ttm-imgbg-box.widget,
.category .site-content-wrapper .sidebar .ttm-imgbg-box.widget,
.woocommerce-shop .site-content-wrapper #sidebar-left.sidebar .ttm-imgbg-box.widget,
.blog .site-content-wrapper #sidebar-right.sidebar .ttm-imgbg-box.widget,
.single-post .site-content-wrapper #sidebar-left.sidebar .ttm-imgbg-box.widget,
.single-post .site-content-wrapper #sidebar-right.sidebar .ttm-imgbg-box.widget {
    background-image: url(../images/our-story.png) !important;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 25px 25px 36px 25px;
    background-color: transparent;
    text-align: left;
}

.page .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox h3,
.tag .site-content-wrapper .sidebar .ttm-imgbg-box.widget .ttm-imgbox h3,
.category .site-content-wrapper .sidebar .ttm-imgbg-box.widget .ttm-imgbox h3,
.woocommerce-shop .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox h3,
.blog .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox h3,
.single-post .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox h3 {
    color: var(--ttm-whitecolor);
    margin-bottom: 35px;
    z-index: 1;
    position: relative;
}

.blog .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox h3 span,
.single-post .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox h3 span {
    font-weight: 600;
}

.page .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a,
.category .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a,
.tag .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a,
.woocommerce-shop .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a,
.blog .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a,
.single-post .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a {
    border: 1px solid var(--ttm-whitecolor);
    border-radius: 8px;
    padding: 10px 17px;
    color: var(--ttm-whitecolor);
    z-index: 1;
    position: relative;
}

.page .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a:hover,
.category .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a:hover,
.tag .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a:hover,
.woocommerce-shop .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a:hover,
.blog .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a:hover,
.single-post .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a:hover {
    background-color: var(--ttm-secondarycolor);
    border-color: var(--ttm-secondarycolor);
    color: var(--ttm-skincolor);
}

.blog .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox,
.single-post .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox {
    text-align: left;
    position: relative;
    z-index: 1;
}

.single-post .site-content-wrapper #sidebar-right.sidebar .ttm-imgbg-box.widget:after {
    content: '';
    position: absolute;
    background-color: var(--ttm-secondarycolor);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
}

.woocommerce-shop .site-content-wrapper #sidebar-left.sidebar .widget_product_categories ul.product-categories li.cat-item {
    margin-bottom: 2px;
}
.tag .site-content-wrapper .sidebar .ttm-imgbg-box.widget:before,
.category .site-content-wrapper .sidebar .ttm-imgbg-box.widget:before, 
.blog .site-content-wrapper #sidebar-right.sidebar .ttm-imgbg-box.widget:before,
.single-post .site-content-wrapper #sidebar-left.sidebar .ttm-imgbg-box.widget:before, 
.single-post .site-content-wrapper #sidebar-right.sidebar .ttm-imgbg-box.widget:before,
.woocommerce-shop .site-content-wrapper #sidebar-left.sidebar .ttm-imgbg-box.widget:before {
    content: '';
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.ttm-subhead-box .ttm-element-subheading {
    background-color: var(--ttm-skincolor);
    padding: 5px 20px;
    border-radius: 30px;
}

.ttm-userimgbox {
    backdrop-filter: blur(10px);
}

/* Team details */
.ttm-team-social-link ul.ttm-team-social-links i {
    display: none;
}

.ttm-team-social-link ul.ttm-team-social-links .ttm-hide {
    display: block;
}

.ttm-team-member-single-content ul.ttm-team-details-list li {
    display: block;
}

.ttm-team-member-single-content.row {
    margin: 0;
}

.single-ttm_team_member .sofraj-team-img img {
    border-radius: 20px;
    object-fit: cover;
}

.ttm-team-member-single-content ul.ttm-team-details-list li .ttm-team-list-value a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: var(--ttm-blackishcolor);
}
.ttm-team-member-single-content .sofraj-team-details .ttm-team-social-links-wrapper ul li a:hover,
.ttm-team-member-single-content ul.ttm-team-details-list li .ttm-team-list-value a:hover {
    color: var(--ttm-skincolor);
}

.ttm-team-details-list .ttm-team-extra-details-line-email {
    padding-top: 2px;
}

.ttm-team-member-single-content ul.ttm-team-details-list li.ttm-team-extra-details-line-email .ttm-team-list-value a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.ttm-team-details-list .ttm-team-extra-details-line-phone {
    padding-bottom: 5px;
}

.ttm-team-member-single-content .sofraj-team-details .ttm-team-social-links-wrapper ul li:last-child a::after {
    content: unset;
}

.ttm-team-member-single-content .ttm-team-social-links {
    padding-left: 0;
    margin-bottom: 10px;
}

/* Faq */
.elementor-widget-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--ttm-blackishcolor);
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    padding: 18px 0;
}

.ttm-tab-default.ttm-elementor-tabs .elementor-tab-content .elementor-widget-n-accordion .e-n-accordion-item[open] summary.e-n-accordion-item-title {
    border-width: 0;
}

.ttm-tab-default.ttm-elementor-tabs .elementor-widget-n-accordion .e-n-accordion-item[open] .elementor-widget-text-editor {
    border-bottom: 1px solid var(--ttm-bordercolor);
}

.elementor-widget-n-accordion span.e-n-accordion-item-title-icon {
    background-color: transparent;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--ttm-bordercolor);
}

.ttm-tab-default .elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg,
.ttm-tab-default .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg,
.ttm-tab-default .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: var(--body-fonts-color);
}

/* Shop page */
.main-holder .site-content ul.products li.product .ttm-shop-icon .ttm-wc-add-to-cart-btn {
    display: none;
}

.site-content ul.products .ttm-product-box .product-add-to-cart a.button {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-blackishcolor);
    border-radius: 10px;
    line-height: 26px;
    font-size: 16px;
    padding: 10px;
    vertical-align: middle;
    font-family: var(--body-font-family);
    width: 45%;
    font-weight: 500;
}

.select2-search--dropdown {
    padding: 0;
}

.site-content-wrapper #sidebar-right.sidebar .widget.widget_product_search,
.site-content-wrapper #sidebar-left.sidebar .widget.widget_product_search {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--ttm-secondarycolor);
}

.site-content ul.products .ttm-product-box .product-add-to-cart .ttm-input-box .quantity {
    padding: 7px 17px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    height: 20px;
    left: auto;
    right: 12px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 39%;
    width: 20px;
}

.woocommerce-shop .site-content-wrapper #sidebar-left.sidebar {
    padding-top: 100px;
}

.sofraj-single-product-additional .woocommerce-tabs .row {
    margin: 0;
}

.ttm-footer-socialmenu ul.footer-links-list li {
    display: inline-block;
    margin-right: 15px;
}


/* Booking form */
.ttm-booking-box {
    display: none;
}

.ttm-booking-box.active {
    display: block;
}

.ttm-booking-box:not(:first-of-type) {
    display: none;
}

.ttm-booking-box p {
    margin: 0 0 12px 0;
    text-align: left;
}

.ttm-booking-box {
    position: relative;
}

.ttm-booking-box input[type="text"],
.ttm-booking-box input[type="email"],
.ttm-booking-box select,
.ttm-booking-box textarea {
    background: transparent;
    border-radius: 8px;
    border-color: var(--ttm-bordercolor);
    padding: 11px 15px;
    font-size: 14px;
    color: var(--body-fonts-color);
}

.ttm-booking-box span.wpcf7-list-item-label {
    color: var(--ttm-secondarycolor);
    font-size: 16px;
    line-height: 26px;
}

.ttm-booking-box label {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
    color: var(--ttm-blackishcolor);
}

.ttm-booking-wrapper .select2-container {
    width: 100% !important;
}

.ttm-booking-wrapper .nxt-prev-button {
    width: 50%;
    padding-right: 0;
}

.ttm-booking-wrapper .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-radius: 8px;
    padding: 13px 12px;
    height: auto;
}

.ttm-booking-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    color: var(--body-fonts-color);
}

.ttm-booking-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    right: 5px;
    top: 41%;
}

.ttm-booking-box input.fs_next_btn.action-button,
.ttm-booking-box input.fs_next_btn.action-button,
.ttm-booking-box .nxt-prev-button input[type="button"] {
    background: var(--ttm-secondarycolor);
    padding: 17px 25px 17px;
    border-radius: 8px;
    width: 100%;
    color: var(--ttm-lighttext);
}

div#required-field-error {
    color: red;
    text-align: left;
    margin-bottom: 10px;
}

.ttm-booking-box .wpcf7-checkbox .wpcf7-list-item {
    display: block;
}

span#error-required-services {
    color: #dc3232;
}

.ttm-booking-box .ttm-submit-btn,
.ttm-booking-box .nxt-prev-button {
    margin-top: 13px;
}

.ttm-booking-box input[type="submit"] {
    padding: 17px 25px 17px;
    width: 100%;
}
.wpcf7-spinner {
    position: absolute;
    right: -40px;
}

.ttm-booking-box .nxt-prev-button .previous.action-button {
    background-color: transparent;
    color: var(--ttm-blackishcolor);
    border: 1px solid var(--ttm-blackishcolor);
}
.ttm-booking-box .nxt-prev-button .previous.action-button:hover {
    border-color: var(--ttm-skincolor);
}

.ttm-booking-box:first-of-type .nxt-prev-button {
    width: 100%;
}

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

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--ttm-secondarycolor);
    color: #fff;
}

span.select2-container.select2-container--default.select2-container--open {
    width: auto;
}

.ttm-booking-box input[type="text"]:-internal-autofill-selected {
    background-color: transparent !important;
}

input:-internal-autofill-selected {
    background-color: red !important;
}

.ttm-slider-imgbox.elementor-widget-image-box .elementor-image-box-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--ttm-whitecolor);
}

.ttm-slider-imgbox.elementor-widget-image-box .elementor-image-box-description {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: var(--ttm-whitecolor);
}

.ttm-slider-imgbox.elementor-widget-image-box .elementor-image-box-description span {
    font-weight: 400;
    color: var(--ttm-lighttext);
}

.ttm-slider-imgbox.elementor-widget-image-box .elementor-image-box-description img {
    margin-top: -4px;
}

.ttm-loancalc-resultbox input[type="number"]::-webkit-input-placeholder {
    color: var(--ttm-blackishcolor);
}


/* Stepbox style1 */
.ttm-staticbox-style1 .ttm-stepbox .ttm-right-contentbox {
    opacity: 1;
}

.ttm-staticbox-style1 .ttm-stepbox:nth-child(2) .ttm-stepbox-contentbox, 
.ttm-staticbox-style1 .ttm-stepbox:nth-child(2) .ttm-process-contentbox .process-num .number {
    opacity: 1;
    color: var(--ttm-blackishcolor);
}
.ttm-staticbox-style1 .ttm-stepbox:nth-child(2) .ttm-stepbox-contentbox {
    border-bottom: 2px solid var(--ttm-secondarycolor);
}

.ttm-staticbox-style1 .ttm-stepbox {
    position: relative;
}

.ttm-staticbox-style1 .ttm-stepbox .ttm-stepbox-contentbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.5;
    border-bottom: 2px solid var(--ttm-bordercolor);
    transition: .5s;
    padding: 10px 0;
    text-align: left;
}

.ttm-staticbox-style1 .ttm-stepbox:hover .ttm-stepbox-contentbox {
    opacity: 1;
    transition: .5s;
    border-bottom: 2px solid var(--ttm-secondarycolor);
}

.ttm-staticbox-style1 .ttm-description .sofraj-static-box-desc,
.ttm-staticbox-style1 .ttm-details-contentbox .sofraj-static-box-subtitle {
    font-size: 16px;
    line-height: 28px;
    color: var(--body-fonts-color);
}

.ttm-staticbox-style1 .ttm-details-contentbox .ttm-box-title h4 {
    font-size: 28px;
    line-height: 38px;
}

.ttm-staticbox-style1 .ttm-process-contentbox .process-num .number {
    font-size: 100px;
    line-height: 110px;
    font-weight: 500;
    color: var(--body-fonts-color);
    opacity: 0.2;
    font-family: var(--special-element-fontfamily);
}

.ttm-staticbox-style1 .ttm-details-contentbox {
    width: 42%;
}

.ttm-staticbox-style1 .ttm-description {
    width: 33%;
}

.ttm-staticbox-style1 .ttm-process-contentbox {
    width: 25%;
    text-align: right;
}

.ttm-staticbox-style1 .ttm-stepbox:hover .ttm-process-contentbox .process-num .number {
    color: var(--ttm-blackishcolor);
    opacity: 1;
}

.ttm-staticbox-style1 .ttm-details-contentbox .ttm-box-title {
    padding-top: 10px;
}

/*gsap-servicebox*/
.gsap-servicebox-section {
    position: relative;
    overflow: hidden;
}
.sofraj-gsap-gallery.gallery-container.default {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: var(--ttm-secondarycolor);
    height: 880px;
}

.gsap-servicebox-section .thumbnails-panel-inner {
    display: flex;
    bottom: 100px;
    transition: .5s;
}

.gsap-servicebox-section .thumbnails-panel {
    width: 50%;
    padding: 90px 100px 100px;
}

.gsap-servicebox-section .thumbnails-panel .service-heading {
    color: var(--ttm-whitecolor) !important;
}

.gsap-servicebox-section .thumbnails-panel .service-description {
    color: rgb(255, 255, 255, 0.60) !important
}

.gsap-servicebox-section .main-display .image-info p {
    color: var(--body-fonts-color);
}

.gsap-servicebox-section .main-display {
    position: relative;
    left: 0;
    width: 50%;
    transition: .5s;
}

.gsap-servicebox-section .main-display .main-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    position: relative;
    overflow: hidden;
}

.gsap-servicebox-section .main-display .main-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    height: 880px;
}

.gsap-servicebox-section .thumbnails-panel .thumbnails-panel-inner .thumbnail {
    box-shadow: unset;
    border: 0;
    height: 190px;
    object-fit: cover;
    max-width: 180px !important;
    margin-right: 30px;
    padding: 0;
    border-radius: 20px;
}

.gsap-servicebox-section .thumbnails-panel-inner .thumbnail img {
    width: 200px;
    height: 190px;
    object-fit: cover;
    cursor: pointer;
}

.gsap-servicebox-section .thumbnails-panel-inner .thumbnail.active img {
    border: 3px solid var(--ttm-whitecolor);
}

.gsap-servicebox-section .buttonarrow {
    position: absolute;
    bottom: 9%;
    left: 40%;
    right: auto;
}

.gsap-servicebox-section .main-display .image-info {
    background-color: var(--ttm-greycolor);
    position: absolute;
    bottom: 0;
    margin: 50px;
    padding: 46px 50px 52px;
    border-radius: 20px;
    transition: .5s;
}

.gsap-servicebox-section .main-display .image-info h6 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    color: var(--ttm-blackishcolor);
    font-weight: 500;
}

.gsap-servicebox-section .main-display .image-info h6 a:hover {
    color: var(--ttm-blackishcolor);
}

.gsap-servicebox-section .buttonarrow button {
    font-size: 0;
    position: relative;
    background-color: transparent;
}

.gsap-servicebox-section .buttonarrow .prev::after {
    content: '\f104';
    position: absolute;
    top: 8%;
    left: 70%;
    font-size: 20px;
    font-family: FontAwesome;
    color: var(--body-fonts-color);
}

.gsap-servicebox-section .buttonarrow .next::before {
    content: '\f105';
    position: absolute;
    top: 8%;
    right:85%;
    font-size: 20px;
    font-family: FontAwesome;
    color: var(--body-fonts-color);
}

.gsap-servicebox-section .thumbnails-panel .heading-panel {
    padding-bottom: 225px;
}

.gsap-servicebox-section .main-display .image-info h3 {
    font-weight: 600;
}
.gsap-servicebox-section .main-display .image-info h3 a {
    color: var(--ttm-blackishcolor);
}

.gsap-servicebox-section .thumbnails-panel .heading-panel .service-btn a {
    border: 1px solid var(--ttm-skincolor);
    border-radius: 8px;
    padding: 12px 17px;
    color: var(--ttm-lighttext);
}

.gsap-servicebox-section .thumbnails-panel .heading-panel .service-btn a:hover {
    color: var(--ttm-skincolor);
}

.gsap-servicebox-section .thumbnails-panel .heading-panel .service-btn {
    padding-top: 40px;
}



/* Service-vertical */
.ttm-verticalbox {
    display: flex;
    justify-content: space-between;
}

.ttm-vertical-servicebox .ttm-verticalbox {
    width: 100%;
}

.swiper {
    width: 50%;
    height: 695px;
}

.swiper-slide .ttm-img img {
    display: block;
    height: 695px;
    width: 100%;
    object-fit: cover;
}

.swiper-slide .sofraj-static-box-image img {
    height: 340px;
    border-radius: 15px;
}

.elementor-widget-ttm_verticalservicebox_element .elementor-widget-container.swiper {
    width: 100%;
}

.ttm-vertical-servicebox .right-slide .ttm-vertical-contentbox {
    background-color: var(--ttm-secondarycolor);
    text-align: center;
    padding: 82px 105px;
    transform: unset;
    backface-visibility: unset;
}

.ttm-vertical-servicebox .right-slide .ttm-box-title h4 {
    color: var(--ttm-whitecolor);
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.ttm-vertical-servicebox .right-slide .ttm-box-title h4 a {
    color: var(--ttm-whitecolor);
}

.ttm-vertical-servicebox .right-slide .sofraj-servicevertical-desc {
    color: var(--ttm-whitecolor);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ttm-vertical-servicebox .right-slide .ttm-box-title {
    padding-top: 40px;
}

.sofraj-verticalservicebox-wrapper.ttm-vertical-servicebox.row {
    margin: 0;
}

.tm-vertical-servicebox-box.swiper-wrapper.swiper-slide {
    border-radius: 30px;
    overflow: hidden;
}

.ttm-vertical-servicebox {
    position: relative;
}

.ttm-vertical-servicebox .slider-buttons button {
    opacity: 1;
    visibility: visible;
    color: var(--ttm-skincolor);
    top: auto;
    bottom: 50px;
    left: 110px;
    background-color: var(--ttm-blackishcolor);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0;
    font-size: 0;
    border: 0;
    position: absolute;
    z-index: 1;
    padding: 10px;
}

.ttm-vertical-servicebox .slider-buttons button.prev {
    left: 50px;
    z-index: 1;
}

.ttm-vertical-servicebox .next:hover:before,
.ttm-vertical-servicebox .prev:hover:before {
    background-color: var(--ttm-skincolor);
}

.sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper .slick-prev:before,
.ttm-vertical-servicebox .prev:before {
    -webkit-mask: url(../images/left-icon.svg) no-repeat 100% 100%;
    mask: url(../images/left-icon.svg) no-repeat 100% 100%;
}
.sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper .slick-next:before,
.ttm-vertical-servicebox .next:before {
    -webkit-mask: url(../images/right-icon.svg) no-repeat 100% 100%;
    mask: url(../images/right-icon.svg) no-repeat 100% 100%;
}
.sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper .slick-prev:before,
.sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper .slick-next:before,
.ttm-vertical-servicebox .prev:before, 
.ttm-vertical-servicebox .next:before {
    position: relative;
    opacity: 1;
    content: "";
    -webkit-mask-size: cover;
    mask-size: cover;
    top: 3px;
    left: 5px;
    right: auto;
    width: 20px;
    height: 20px;
    background-color: var(--ttm-lighttext);
    display: block;
}

.ttm-vertical-servicebox .ttm-btn-title {
    padding-top: 15px;
}
.ttm-vertical-servicebox .right-slide .ttm-btn-title a {
    color: var(--ttm-whitecolor);
    font-size: 16px;
    line-height: 26px;
}

/* imagebox scroll */
.tm-imagebox-contant .tm-image-heading {
    font-size: 50px;
    line-height: 62px;
    color: var(--ttm-blackishcolor);
    font-family: var(--special-element-fontfamily);
    text-align: center;
    margin: 0 auto 40px;
    width: 80%;
}

.tm-imagebox-contant .tm-image-button {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-lighttext);
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: 400;
}

.tm-imagebox-contant .tm-bottomimages,
.tm-imagebox-contant .tm-topimages {
    display: flex;
    justify-content: space-between;
}
.tm-imagebox-contant .tm-bottomimages img,
.tm-imagebox-contant .tm-topimages img {
    border-radius: 20px;
}
.tm-imagebox-contant .tm-img-headingbox {
    position: absolute;
    top: 32%;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.tm-imagebox-contant {
    width: 100%;
    position: relative;
}
.tm-imagebox-contant .tm-topimages {
    margin-bottom: 200px;
}
.tm-imagebox-contant .tm-images4 img,
.tm-imagebox-contant .tm-images1 img {
    transform: rotate(-10deg);
}
.tm-imagebox-contant .tm-images3 img,
.tm-imagebox-contant .tm-images2 img {
    transform: rotate(10deg);
}

.tm-imagebox-contant .tm-image-button:hover {
    color: var(--ttm-skincolor);
}

/* Footer three */
.ttm-footer-textinfo.three {
    display: flex;
}
.ttm-footer-textinfo.three .ttm-address-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
}
.ttm-footer-textinfo.three .ttm-footer-leftimg {
    padding-right: 20px;
}
.ttm-footer-textinfo.three .ttm-contact-info h6 {
    margin-bottom: 0px;
}
.ttm-footer-textinfo.three .ttm-contact-info a {
    font-weight: 400;
}

/* About form */
.ttm-about-form.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title {
    background-color: var(--ttm-greycolor);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
}
.ttm-about-form.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:hover,
.ttm-about-form.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    background-color: var(--ttm-secondarycolor) !important;
}
.ttm-about-form.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--ttm-greycolor) !important;
    color: var(--body-fonts-color) !important;
}
.ttm-about-form.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true]:hover .e-n-tab-title-text {
    color: var(--ttm-whitecolor);
}
.ttm-about-form.elementor-widget-n-tabs .e-n-tab-title-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-align: left;
    padding-left: 17px;
}
.ttm-about-form.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
    width: 37px;
    height: 34px;
}
.ttm-about-form.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    width: 60px;
    height: 60px;
    justify-content: center;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    border-radius: 15px;
}
.ttm-about-form.elementor-widget-n-tabs .e-n-tabs-heading {
    justify-content: flex-start;
    padding-top: 90px;
    margin-right: -35px;
}
.ttm-about-form.elementor-widget-n-tabs .e-n-tabs {
    gap: 0;
}
.ttm-about-form.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg path {
    fill: var(--ttm-blackishcolor) !important;
}
.ttm-about-form.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg path {
    fill: var(--ttm-lighttext) !important;
}
.ttm-about-form.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] span.e-n-tab-icon {
    background-color: #21463B;
}

.ttm-contact-social .elementor-icon.elementor-social-icon {
    background-color: transparent;
    display: inline-block;
    width: 100%;
}
.ttm-contact-social .elementor-icon.elementor-social-icon span.elementor-screen-only {
    display: inline-block;
    width: 100%;
    position: static;
    overflow: visible;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: var(--ttm-blackishcolor);
}
.ttm-contact-social .elementor-icon.elementor-social-icon svg {
    display: none;
}
.ttm-contact-social.elementor-widget .elementor-social-icons-wrapper .elementor-grid-item {
    word-break: normal;
    margin-right: 30px;
}
.ttm-contact-social.elementor-widget .elementor-social-icon:hover {
    color: var(--body-fonts-color);
    opacity: .9;
}

.main-holder #content.site-content div.product form.cart table.variations td {
    display: block;
}

.woo-variation-swatches .variable-items-wrapper {
    justify-content: start;
}
li.variable-item.button-variable-item {
    height: 100% !important;
    display: inline-block !important;
    box-shadow: unset !important;
    border: 1px solid var(--ttm-bordercolor);
    padding: 10px 20px !important;
    border-radius: 8px !important;
    margin: 0 10px 10px 0 !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item-contents {
    text-align: left;
    width: auto !important;
    display: flex !important;
}

.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation {
    display: block !important;
}
.woocommerce .product form .woocommerce-variation.single_variation .woocommerce-variation-description p {
    margin-bottom: 5px;
    font-weight: 400;
}
.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}
.main-holder #content.site-content .variations_form.cart .variations tr:last-child td.value.woo-variation-items-wrapper {
    padding: 20px 0 10px;
}
.woocommerce div.product form.cart .single_variation_wrap .button {
    opacity: 1;
    color: var(--ttm-lighttext);
}
.woocommerce div.product form.cart .single_variation_wrap .button:hover {
    background-color: var(--ttm-secondarycolor) !important;
    color: var(--ttm-skincolor);
}
.variations_form.cart li.variable-item.button-variable-item.selected {
    border-color: var(--ttm-secondarycolor);
    background-color: var(--ttm-greycolor) !important;
}
.variations_form.cart .variations tr {
    border: 0;
}
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    display: none;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 0;
}

div#quotation--popup {
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 800px;
}
.popup-box-left {
    display: none;
}
.popup-box-right {
    width: 100%;
}
span.closeclick {
    display: none;
}
#quotation--popup .modal-body {
    padding: 25px 35px 30px;
}
#quotation--popup .mfp-close {
    top: 10px;
    right: 10px;
}
#quotation--popup .modal-content {
    border-radius: 8px;
}


.ttm-social-text .elementor-social-icon span.elementor-screen-only:hover,
.ttm-social-text .elementor-widget-icon-box .elementor-icon-box-title a:hover {
    color: var(--ttm-skincolor);
}
.select2-search--dropdown .select2-search__field {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.select2-container.select2-container--open .select2-dropdown--below {
    border-radius: 8px;
}


.ttm-btn-style-text .elementor-button span.elementor-button-text:before {
    bottom: 0px !important;
}
.ttm-ptablebox.ttm-ptablebox-style1 .ttm-ptablebox-featured-col .ttm-ptable-btn a span::before {
    background-color: var(--ttm-whitecolor);
}
.gsap-servicebox-section .main-display .image-info h6 a,
.ttm-vertical-servicebox .right-slide .ttm-btn-title a,
#site-header-menu #site-navigation div.nav-menu > ul > li > a,
.ttm-btn-style-text .elementor-button span.elementor-button-text,
.top-contact li a {
    position: relative;
}

.ttm-btn-style-text.elementor-widget.elementor-widget-button a.elementor-button:hover  {
    color: var(--ttm-blackishcolor);
}

.ttm-contact-social .elementor-icon.elementor-social-icon span.elementor-screen-only:hover,
.ttm-contact-text .elementor-widget.elementor-widget-heading .elementor-heading-title a:hover {
    color: var(--ttm-skincolor);
}

.ttm-vertical-servicebox .right-slide .ttm-vertical-contentbox .ttm-btn-title a:before,
.ttm-e-header-style-two #site-header-menu #site-navigation div.nav-menu > ul > li > a:before {
    background-color: var(--ttm-whitecolor);
}

.gsap-servicebox-section .main-display .image-info h6 a,
.ttm-vertical-servicebox .right-slide .ttm-btn-title a,
.ttm-btn-style-text .elementor-button span.elementor-button-text,
.top-contact li a {
    border-bottom: 1px solid;
}

.sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper button.slick-arrow {
    top: -65px;
    background-color: var(--ttm-secondarycolor);
    border-color: var(--ttm-secondarycolor);
    width: 42px;
    height: 42px;
}
.sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper button.slick-prev.slick-arrow {
    left: auto;
    right: 67px;
}
.sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper button.slick-next.slick-arrow {
    left: auto;
    right: 14px;
}

.sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper .slick-prev:before, 
.sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper .slick-next:before {
    top: 0px;
    left: 11px;
    width: 16px;
    height: 16px;
    transform: rotate(0deg);
}
.sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper .slick-prev:hover:before, 
.sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper .slick-next:hover:before {
    background-color:var(--ttm-skincolor);
}

.sofraj-element-productbox-styleone .product-mainbox:hover .product-add-to-cart {
    bottom: 21%;
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    opacity: 1;
}
.product-add-to-cart .ttm-input-box .add_to_cart_button.loading:after {
    display:none !important;
}

.sofraj-single-product-details .woocommerce-product-details__short-description {
    margin-top: 0;
}
.single .main-holder div.product form.cart div.quantity {
    margin: 0 10px 10px 0;
}

.ttm-stepsboxslider-style1 .ttm-steptop-title::after {
   height: 90px;
   top: 48px;
}
.sofraj-boxes-team.sofraj-boxes-gap-30px.sofraj-boxes-view-carousel .slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.ttm-e-header-style-two .site-header-menu .main-navigation i, 
.ttm-e-header-style-two .site-header-menu .main-navigation i:before, 
.ttm-e-header-style-two .site-header-menu .main-navigation i:after {
    background-color: #fff !important;
}
.ttm-e-header-style-two .site-header-menu .main-navigation.toggled-on i {
    background-color:transparent !important;
}
.ttm-loadmore-btn #loadmore {
    background-color: var(--ttm-secondarycolor);
    display: inline;
    color: var(--ttm-lighttext);
    padding: 12px 20px;
    border-radius: 8px;
}

.error-msg {
    color: #d63638;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

.tm-experiencetwo .sofraj-iconbox-style2 .ttm-iconbox-wrapper {
    background-color: var(--ttm-skincolor);
}
.ttm-titlebar-align-right .ttm-titlebar-main-inner, .ttm-titlebar-align-left .ttm-titlebar-main-inner,
.ttm-titlebar-wrapper .ttm-titlebar-inner-wrapper .ttm-titlebar-main .container {
    display: block;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 10px;
}
.ttm-social-text .elementor-social-icon span.elementor-screen-only:hover,
.ttm-social-text .elementor-widget-icon-box .elementor-icon-box-title a:hover {
    color: var(--ttm-skincolor);
}

.sofraj_widget_recent_entries .ttm-recent-post-list-li .post-detail a:hover,
.ttm-blog-classic-box-content .entry-title a:hover {
    background-size: 0 1px, 100% 1px;
}
.sofraj_widget_recent_entries .ttm-recent-post-list-li .post-detail a,
.ttm-blog-classic-box-content .entry-title a {
    background-image: linear-gradient(var(--ttm-secondarycolor), var(--ttm-secondarycolor)), linear-gradient(var(--ttm-secondarycolor), var(--ttm-secondarycolor));
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.site-content-wrapper #sidebar-right.sidebar .widget.widget_block.widget_search {
    background-color: var(--ttm-greycolor);
    padding: 25px;
}
.site-content-wrapper .sidebar .widget.widget_search input[type="search"] {
    background-color: var(--ttm-greycolor);
    border-radius: 10px;
    padding: 0;
    line-height: 24px;
}
.site-content-wrapper .sidebar .widget.widget_search .wp-block-search__button {
    border-radius: 10px;
}
.single-post article.post .entry-content ul li.blocks-gallery-item {
    padding-bottom: 0;
}
.site-content-wrapper .sidebar .widget.widget_search input[type="search"].wp-block-search__input {
    padding: 10px;
}
.entry-content blockquote {
    margin: 25px 0;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
    padding-left: 0;
    position: relative;
    left: 0;
    font-size: 18px;
    line-height: 28px;
    color: var(--ttm-blackishcolor);
    font-weight: 500;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
    margin-top: -26px;
    height: auto;
}
.wc-block-components-address-address-wrapper {
    margin-top: 40px;
}
.wc-blocks-components-select .wc-blocks-components-select__expand {
    display: none;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px var(--ttm-bordercolor);
}
.wp-block-cover.has-background-dim.alignleft.is-layout-flow.wp-block-cover-is-layout-flow .wp-block-cover-text {
    text-align: left;
    padding: 0;
}
article.sofraj-box-blog-classic.tag-sticky-2 .ttm-blog-classic-box-content ul {
    margin: 0;
}
article.sofraj-box-blog-classic.tag-sticky-2 .ttm-blog-classic-box-content ul li:last-child {
    padding-bottom: 0;
}
.sidebar .widget li.recentcomments {
    width: 100%;
}
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link.wp-element-button {
    background-color: transparent;
    color: #32373c;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, 
.wp-block-button.is-style-outline .wp-block-button__link.wp-element-button:hover {
    color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
}
.ttm-blog-classic-box-content .wp-block-calendar th {
    text-align: center;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
    border-radius: 8px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-skincolor);
}
.woocommerce-page .site-content-wrapper #sidebar-right.sidebar {
    padding-top: 70px;
}
.wc-block-cart .wc-block-cart__totals-title {
    padding-top: 0;
}
.woocommerce #review_form #respond.comment-respond .form-submit input[type="submit"]:hover {
    background-color: var(--ttm-secondarycolor) !important;
    color: var(--ttm-skincolor);
}
.woocommerce div.product form.cart .group_table td:first-child {
    text-align: left;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0;
}
.wc-block-components-checkout-step__description {
    font-size: 14px;
    line-height: 24px;
}
.single-post article.post.sofraj-box-blog-classic .wp-block-pullquote blockquote {
    margin: 0 auto;
}
.single article.sofraj-box-blog-classic.tag-template ul {
    margin-bottom: 0;
}

.single article.sofraj-box-blog-classic.tag-template .tm-blog-related-post {
    padding-top: 0;
}
.woocommerce-checkout.ttm-empty-sidebar:not(.sofraj-sidebar-bothright, .sofraj-sidebar-bothleft) #primary,
.woocommerce-cart.ttm-empty-sidebar:not(.sofraj-sidebar-bothright, .sofraj-sidebar-bothleft) #primary {
    width: 100%;
    padding: 0;
}
.wc-block-cart table.wc-block-cart-items tr.wc-block-cart-items__row, 
.is-large.wc-block-cart .wc-block-cart-items td {
        border-top: 1px solid;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, 
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row, 
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 16px 15px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 0;
}
tr.wc-block-cart-items__row {
    border-top: 1px solid var(--ttm-bordercolor) !important;
}
.is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 0;
}

.site-header .header-info-widget i {
    font-size: 23px;
    line-height: 33px;
    color: var(--ttm-blackishcolor);
    vertical-align: middle;
}

.ttm-e-header-style-three .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget.elementor-widget-button,
.ttm-e-header-style-one .ttm-header-contact-btn-wrapper .elementor-element.elementor-widget.elementor-widget-button {
    margin-top: -1px;
}
.ttm-btn-style-text.elementor-widget.elementor-widget-button a.elementor-button:hover {
    color: var(--body-fonts-color);
}

.select2-container--default .select2-results>.select2-results__options {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.ttm-elementor-tabs.ttm-product-cat-style1 .ttm-input-box .quantity input[type="text"] {
    width: 70%;
}
.main-holder .site-content ul.products li.product a.added_to_cart {
    width: 100%;
    margin: 10px auto 0;
    font-size: 16px;
    line-height: 26px;
}

.woocommerce-cart #main.site-main {
    background-color: var(--ttm-greycolor);
}
.woocommerce-cart .site-content-wrapper {
    background-color: var(--ttm-greycolor);
}
.wc-block-cart table.wc-block-cart-items tr.wc-block-cart-items__row {
    background-color: var(--ttm-whitecolor);
}
.wc-block-cart table.wc-block-cart-items tr, .wc-block-cart table.wc-block-cart-items th {
    background-color: var(--ttm-whitecolor) !important;
    position: relative;
    z-index: 999;
    visibility: visible !important;
}
.wc-block-cart table.wc-block-cart-items th.wc-block-cart-items__header-product span {
    font-size: 0;
}
table.wc-block-cart-items .wc-block-cart-items__header th span {
    font-size: 22px;
    line-height: 32px;
    text-transform: none;
    font-weight: 600;
}
.wc-block-cart-items .wc-block-components-product-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.wc-block-cart-item__product .wc-block-components-product-badge {
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 8px;
    color: var(--body-fonts-color);
}
.wc-block-cart__main .wc-block-components-product-details__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 500;
    color: var(--ttm-blackishcolor);
    font-size: 18px;
    line-height: 28px;
}
.wc-block-cart .wc-block-cart__totals-title {
    padding-top: 0;
    text-transform: none;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: var(--ttm-blackishcolor);
}
.wc-block-components-product-metadata .wc-block-components-product-metadata__description p {
    font-size: 14px;
    line-height: 24px;
}
.wc-block-components-product-badge {
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 8px;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 10px;
    color: var(--body-fonts-color);
}
.wc-block-components-quantity-selector:after {
    border: 0;
}
.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 8px;
    background-color: var(--ttm-greycolor);
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    font-size: 20px;
    line-height: 30px;
    color: var(--ttm-blackishcolor);
}
.wc-block-components-panel__content .wc-block-components-text-input input[type=text] {
    border-radius: 8px;
}
.wc-block-components-address-form .wc-block-components-text-input input[type=email],
.wc-block-components-address-form .wc-block-components-text-input input[type=tel],
.wc-block-components-address-form .wc-block-components-text-input input[type=text] {
    border-radius: 8px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
    border-color: var(--ttm-bordercolor) !important;
}
.wc-block-components-address-form .wc-block-components-text-input label {
    font-size: 14px;
    line-height: 24px;
    left: 15px;
}
.wc-block-components-address-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-address-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-address-form .wc-block-components-text-input.is-active input[type=email] {
    padding-left: 15px;
}
.wc-block-components-form .wc-block-components-title {
    font-size: 20px;
    line-height: 35px;
}
.wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__label {
    font-weight: 500;
}
.wc-block-checkout__no-payment-methods-notice.wc-block-components-notice-banner {
    margin: 0px;
    border-radius: 8px;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding-top: 30px;
    margin-bottom: 30px;
}

.ttm-centeralign-product .ttm-product-box .product-rating,
.ttm-centeralign-product .ttm-product-box .ttm-product-content {
    text-align: center;
}
.wc-block-components-quantity-selector {
    border-radius: 8px;
    border: 1px solid var(--ttm-bordercolor);
}
.wc-block-components-product-price__value.is-discounted {
    background-color: transparent;
    color: var(--body-fonts-color);
}

.single-product table.woocommerce-grouped-product-list.group_table tbody {
    text-align: center;
    margin: 0 auto;
    display: block;
}

/** group product **/
.single-product table.woocommerce-grouped-product-list.group_table {
    background: var(--ttm-greycolor);
    border: 1px solid var(--ttm-bordercolor) !important;
    border-radius: var(--border-radius-image);
    overflow: hidden;
    padding: 20px;
    display: block;
}
.single-product table.woocommerce-grouped-product-list.group_table tr {
    border-color: var(--ttm-bordercolor) !important;
    margin: 0 0 5px 0;
    display: block;
    background: var(--ttm-whitecolor);
    border-radius: var(--ttm-button-shape);
}
.single-product table.woocommerce-grouped-product-list.group_table tr:last-child {
    margin-bottom: 0;
}
/** group product **/
.single-product table.woocommerce-grouped-product-list.group_table {
    background: var(--ttm-greycolor);
    border: 1px solid var(--ttm-bordercolor) !important;
    border-radius: var(--border-radius-image);
    overflow: hidden;
    padding: 20px;
    display: block;
}
.single-product table.woocommerce-grouped-product-list.group_table tr {
    border-color: var(--ttm-bordercolor) !important;
    margin: 0 0 5px 0;
    display: block;
    background: var(--ttm-whitecolor);
    border-radius: var(--ttm-button-shape);
}
.single-product table.woocommerce-grouped-product-list.group_table tr:last-child {
    margin-bottom: 0;
}
.single-product .combo-box {
	background: var(--ttm-greycolor);
    border: 1px solid var(--ttm-bordercolor) !important;
    border-radius: var(--border-radius-image);
    padding: 30px;
    margin-top: 25px;
}
.single-product .combo-box .combo-off, .single-product .combo-box .combo-off-badge {
    background: var(--ttm-lighttext);
    color: var(--ttm-blackishcolor);
    font-size: var(--body-font-size);
    line-height: 26px;
    padding: 6px 10px;
    margin-left: 10px;
    font-weight: 500;
    font-family: var(--body-font-family);
    border-radius: var(--ttm-button-shape);
}
.single-product .combo-box .combo-off-badge {
    margin: 0;
}
.single-product .combo-box .combo-total del {
    margin-left: 5px;
    color: var(--body-fonts-color);
    font-family: var(--body-font-family);
    font-weight: 400;
    font-size: 18px;
    vertical-align: top;
}

.single-product .combo-box .combo-item {
    background: var(--ttm-whitecolor);
    border-radius: var(--ttm-button-shape);
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
    border: 1px solid #d4d4d4;
}

.single-product .combo-box .combo-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: var(--ttm-button-shape) 0 0 var(--ttm-button-shape);
}
.single-product .combo-box .combo-item .prod-title strong {
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
    color: var(--ttm-blackishcolor);
    margin-bottom: 5px;
    display: block;
}
.single-product.woocommerce .combo-box .price .woocommerce-Price-amount {
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
}
.single-product.woocommerce .combo-box .price del .woocommerce-Price-amount {
    font-size: var(--body-font-size);
    font-weight: 400;
}
.single-product.woocommerce .combo-box .prod-inner {
    display: flex;
	gap: 15px;
	align-items: center;
}

.single-product.woocommerce .combo-box .combo-item input[type="number"]::-webkit-inner-spin-button,
.single-product.woocommerce .combo-box .combo-item input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product.woocommerce .combo-box .combo-item input[type="number"] {
    -moz-appearance: textfield;
}

.single-product .combo-box .combo-info {
    flex: 1;
}

.single-product .combo-box .combo-info strong {
    display: block;
    font-size: 14px;
    color: #0f3d2e;
}

.single-product .combo-box .combo-info .price {
    font-size: 13px;
    color: #666;
}

.single-product .combo-box .qty {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--ttm-bordercolor);
    float: none;
    border-radius: 5px;
    padding: 1px 10px;
}
.single-product .combo-box .qty button {
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    color: var(--ttm-blackishcolor);
    cursor: pointer;
    padding: 0;
    border-radius: 0;
}
.single-product .combo-box .qty input {
    width: 20px;
    text-align: center;
    height: 30px;
    padding: 0;
    border: 0;
	color: var(--ttm-blackishcolor);
    font-weight: 500;
}
.single-product .combo-box .combo-title {
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    font-family: var(--body-font-family);
    font-weight: 500;
    margin-bottom: 20px;
}
.single-product .combo-box .quantity input[type=number]::-webkit-inner-spin-button,
.single-product .combo-box .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.single-product .combo-box .quantity input[type=number] {
    -moz-appearance: textfield !important; 
}

.single-product .combo-box .combo-total {
    font-weight: 500;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    color: var(--ttm-blackishcolor);
    align-items: center;
}
.single-product .combo-box .combo-total-wrap {
    font-family: var(--special-element-fontfamily);
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
}
.single-product .combo-box .add-combo {
    margin-top: 25px;
    width: 100%;
    background: var(--ttm-secondarycolor);
    color: var(--ttm-lighttext);
    border-radius: var(--ttm-button-shape);
    font-size: var(--body-font-size);
    line-height: var(--button_fontsize);
    font-weight: var(--button-font-weight);
    font-family: var(--body-font-family);
    padding-top: var(--button-topbottom-padding);
    padding-bottom: var(--button-topbottom-padding);
}
.single-product .combo-box .add-combo:hover {
    background: var(--ttm-secondarycolor);
    color: var(--ttm-skincolor);
}
.has-combo .single_add_to_cart_button {
    display: none !important;
}
.single-product .why-bigbasket-block {
    background: var(--ttm-greycolor);
    padding: 40px 20px;
    text-align: center;
    position: relative;
}
.single-product .why-bigbasket-block:before, .single-product .why-bigbasket-block:after {
    content: '';
    background: var(--ttm-greycolor);
    height: 100%;
    width: 1000px;
    position: absolute;
    left: -76%;
    top: 0;
}
.single-product .why-bigbasket-block:after {
    right: -76%;
    left: auto;
}
.single-product .why-bigbasket-block .title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.single-product .why-bigbasket-block .title strong {
    font-weight: 700;
}

.single-product .why-bigbasket-block .features {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 35px;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

.single-product .why-bigbasket-block .feature {
    text-align: center;
    min-width: 150px;
}

.single-product .why-bigbasket-block .feature .icon {
    font-size: 36px;
    margin-bottom: 10px;
}

.single-product .why-bigbasket-block .feature h4 {
    margin-bottom:0;
}

.single-product .why-bigbasket-block .divider {
    width: 1px;
    height: 100px;
    background: var(--ttm-bordercolor);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .single-product .why-bigbasket-block .features {
        gap: 20px;
    }
    .single-product .why-bigbasket-block .divider {
        display: none;
    }
}

.single .main-holder div.product .woocommerce-tabs {
    background-color: var(--ttm-whitecolor);
    border: 1px solid var(--ttm-bordercolor);
	border-radius: var(--border-radius-image);
	padding: 40px 40px;
    position: relative;
}
.single .main-holder div.product .woocommerce-tabs:before, .single .main-holder div.product .woocommerce-tabs:after {
    content: '';
    background: var(--ttm-greycolor);
    height: 100%;
    width: 1000px;
    position: absolute;
    left: -76%;
    top: -1px;
        z-index: -1;
}
.single .main-holder div.product .woocommerce-tabs:after {
    right: -76%;
    left: auto;
}
.sofraj-single-product-details {
    margin-bottom: 150px;
    position: relative;
}
.sofraj-single-product-details:before {
    content: '';
    position: absolute;
    background-color: var(--ttm-greycolor);
    top: 99%;
    bottom: -60px;
    left: -76%;
    right: 0;
}
.sofraj-single-product-details:after {
    content: '';
    position: absolute;
    background-color: var(--ttm-greycolor);
    top: 99%;
    bottom: -60px;
    left: 0;
    right: -76%;
    visibility: visible;
    height: auto;
    z-index: -1;
}


.ttm-customer-star .elementor-image-box-wrapper .elementor-image-box-description i.ttm-sofraj-icon-star-1 {
    width: 17px;
    color: #FFAB25;
}
.ttm-customer-star .elementor-image-box-wrapper .elementor-image-box-description b {
    color: var(--ttm-blackishcolor);
}

.ttm-counterbox .elementor-counter .elementor-counter-title {
    font-size: 18px;
    line-height: 28px;
    color: var(--body-fonts-color);
}
.ttm-counterbox .elementor-counter .elementor-counter-number-wrapper {
    font-size: 58px;
    line-height: 75px;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 7px;
    font-family: var(--special-element-fontfamily);
    color: var(--ttm-blackishcolor);
    align-items: flex-end;
}
.ttm-counterbox .elementor-counter .elementor-counter-number-suffix {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    vertical-align: text-bottom;
}

.ttm-staticbox-style4 .ttm-stepbox {
    position: static;
}
.ttm-staticbox-style4 .ttm-stepbox .ttm-stepbox-wrapper {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    border-radius: 15px;
    width: 420px;
    position: relative;
    background-color: var(--ttm-whitecolor);
    margin-left: 0;     
    margin-right: auto;
    margin-bottom: -120px;
}
.ttm-staticbox-style4 .ttm-stepbox .sofraj-static-box-desc,
.ttm-staticbox-style4 .ttm-stepbox .sofraj-static-box-subtitle {
    font-size: 16px;
    line-height: 28px;
    color: var(--body-fonts-color);
}
.ttm-staticbox-style4 .ttm-stepbox .ttm-box-title h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.ttm-staticbox-style4 .ttm-stepbox .process-num {
    text-align: left;
    font-size: 112px;
    line-height: 128px;
    color: rgba(132 , 132 , 132 , 0.08);
    font-family: var(--special-element-fontfamily);
}
.ttm-staticbox-style4 .ttm-stepbox .ttm-process-contentbox {
    padding-top: 40px;
}
.ttm-staticbox-style4 .ttm-stepbox .sofraj-static-box-subtitle {
    margin-bottom: 10px;
}
.ttm-staticbox-style4 .ttm-stepbox .ttm-details-contentbox {
    margin-bottom: 10px;
}
.ttm-staticbox-style4 .ttm-stepbox .ttm-img-contentbox {
    border-radius: 0 0px 15px 15px;
    overflow: hidden;
}
.ttm-staticbox-style4 .ttm-stepbox .ttm-img-contentbox img {
    width: 100%;
}
.ttm-staticbox-style4 .ttm-stepbox .ttm-step-details {
    padding: 28px 28px;
}
.ttm-staticbox-style4 .ttm-stepbox:first-child .ttm-stepbox-wrapper {
    left: 0;
    right: auto;
}
.ttm-staticbox-style4 .ttm-stepbox:nth-child(2) .ttm-stepbox-wrapper {
    left: 28%;
    top: 27%;
}
.ttm-staticbox-style4 .ttm-stepbox:nth-child(3) .ttm-stepbox-wrapper {
    left: 56%;
    top: 45%;
}
.ttm-staticbox-style4 .ttm-stepbox:nth-child(4) .ttm-stepbox-wrapper {
    left: 69%;
}

.ttm-marquee-textwhite .ttm-marquebox-default ul.marquebox-list li {
    color: var(--ttm-whitecolor);
}
.ttm-marquee-textwhite .ttm-marquebox-default ul.marquebox-list li:before {
    background-color: var(--ttm-whitecolor);
}
.elementor-element.ttm-darkbg-btn.elementor-widget.elementor-widget-button a.elementor-button:hover {
    background-color: var(--ttm-whitecolor);
    color: var(--ttm-secondarycolor);
}

.ttm-dark-bg .ttm-loancalc-resultbox input[type="text"],
.ttm-dark-bg .ttm-estimatecalc-style1   .ttm-loancalc-resultbox .input-group-addon:first-child,
.ttm-dark-bg .ttm-estimatecalc-style1 .slider-wrapper .ui-slider,
.ttm-dark-bg .ttm-estimatecalc-style1 .input-group-heading {
    color: var(--ttm-whitecolor);
    font-weight: 400;
    font-family: var(--body-font-family);
}
.ttm-dark-bg .ttm-estimatecalc-style1 .ui-slider-horizontal .ui-slider-range {
    background-color: var(--body-fonts-color);
}
.ttm-dark-bg .ttm-estimateform .calculate-button {
    width: auto;
    background: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}
.ttm-dark-bg .ttm-estimateform input:focus {
    border-color: rgba(255 , 255 , 255 , 0.30) !important;
}
.ttm-dark-bg .ttm-estimateform span.select2.select2-container.select2-container--default,
.ttm-dark-bg .ttm-estimateform input, .ttm-dark-bg .ttm-estimateform select {
    border: 1px solid rgba(255 , 255 , 255 , 0.30);
    color: rgba(255 , 255 , 255 , 0.80);
}

.ttm-progressbar-shadow .elementor-progress-wrapper .elementor-progress-bar {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

/* Productbox style1 */
.ttm-product-box .product-labels {
    display: block;
    overflow: hidden;
    position: absolute;
    border-radius: 10px 10px 0 0;
    top: -1px;
    width: 100%;
}
.ttm-product-box .product-labels .onsale.product-label {
    display: none;
}

.ttm-product-box .product-labels .popular,
.ttm-product-box .product-labels .new {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    animation: ttm-marque-text 3s linear infinite;
    color: var(--ttm-whitecolor);
}
.ttm-product-box .product-labels .popular .marquee-inner,
.ttm-product-box .product-labels .new .marquee-inner {
    word-spacing: 10px;
}

@keyframes ttm-marque-text {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-10%, 0);
    }
}

@keyframes ttm-marque-reversetext {
    100% {
        transform: translate(0, 0);
    }
    0% {
        transform: translate(-10%, 0);
    }
}
.ttm-product-box .product-labels .new {
    background-color: #34c759;
    margin-bottom: -4px;
}
.ttm-product-box .product-labels .popular {
    background-color: #6155F5;
    margin-top: -5px;
    animation: ttm-marque-reversetext 3s linear infinite;
}

.ttm-product-box.productbox-style1 .ttm-shop-icon {
    display: none;
} 
.ttm-product-box.productbox-style1 {
    position: relative;
}
.ttm-product-box.productbox-style1 .product-add-to-cart {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    transition: all 7s, visibility .8s, opacity .8s;
    visibility: hidden;
    opacity: 0;
    transition: .7s;
    position: absolute;
    bottom: 51%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
}
.ttm-product-box.productbox-style1:hover .product-add-to-cart {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all .5s, visibility 0s, opacity 0s;
    visibility: visible;
    opacity: 1;
    bottom: 23%;
    padding: 10px 10px 9px;
}
.ttm-product-box.productbox-style1 .product-rating {
    padding-top: 15px;
    font-size: 14px;
    line-height: 26px;
}
.ttm-product-box.productbox-style1 .ttm-product-content {
    padding-top: 2px;
}
.ttm-product-box.productbox-style1 .ttm-product-content h2.woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.ttm-product-box.productbox-style1 .ttm-product-content span.price {
    color: var(--body-fonts-color) !important;
    font-size: 14px;
    line-height: 24px;
}
.ttm-product-box.productbox-style1 .product-rating .stars {
    padding-right: 5px;
}

.elementor-widget-shortcode ul.social-icons span.ttm-ss {
    display: none;
}
.elementor-widget-shortcode ul.social-icons a {
    border: 0;
    color: rgba(255 , 255 , 255 , 0.80);
    font-size: 18px;
    width: auto;
}
.mailchimp-inputbox .ttm-subscribe-form {
    display: flex;
    margin-bottom: 15px;
}

.mc4wp-form-fields .ttm-subscribe-form input[type="email"] {
   margin-bottom: 0;
}

.ttm-mailchimp-subscribeletter label {
    display: flex;
    align-items: start;
}
.mailchimp-inputbox.ttm-mailchimp-subscribeletter input[type="checkbox"] {
    margin-top: 5px;
}
.mailchimp-inputbox.ttm-mailchimp-subscribeletter span {
    color: rgba(255 , 255 , 255 , 0.80);
    padding-left: 5px;
    cursor: pointer;
}

/*Demo 2*/

.ttm-layout-style2.single-product .combo-box .add-combo,
.ttm-layout-style2 .ttm-estimateform .calculate-button,
.ttm-layout-style2 .ttm-booking-box input.fs_next_btn.action-button, 
.ttm-layout-style2 .ttm-booking-box input.fs_next_btn.action-button, 
.ttm-layout-style2 .ttm-booking-box .nxt-prev-button input[type="button"],
.ttm-layout-style2 .ttm-requestform input[type="submit"],
.ttm-layout-style2 .sofraj-ptables-w.ttm-ptablebox.ttm-ptablebox-default .ttm-ptablebox-featured-col .sofraj-ptable-main .ttm-ptable-btn a,
.ttm-layout-style2 .ttm-e-header-style-three .elementor-widget.elementor-widget-button .elementor-button,
.ttm-layout-style2 .ttm-e-header-style-one .ttm-header-contact-btn-wrapper .ttm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button,
.ttm-layout-style2 .tm-imagebox-contant .tm-image-button,
.woocommerce.ttm-layout-style2 div.product form.cart button[type="submit"], 
.ttm-layout-style2 .elementor-element.elementor-widget-button.ttm-btn-style-flat.ttm-btn-color-darkgrey .elementor-button {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
}
.ttm-layout-style2.single-product .combo-box .add-combo:hover,
.ttm-layout-style2 .ttm-estimateform .calculate-button:hover,
.ttm-layout-style2 .ttm-booking-box input.fs_next_btn.action-button:hover, 
.ttm-layout-style2 .ttm-booking-box input.fs_next_btn.action-button:hover, 
.ttm-layout-style2 .ttm-booking-box .nxt-prev-button input[type="button"]:hover,
.ttm-layout-style2 .ttm-requestform input[type="submit"]:hover,
.ttm-layout-style2 .ttm-e-header-style-three .elementor-widget.elementor-widget-button .elementor-button:hover,
.ttm-layout-style2 .ttm-e-header-style-one .ttm-header-contact-btn-wrapper .ttm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button:hover,
.ttm-layout-style2 .tm-imagebox-contant .tm-image-button:hover,
.woocommerce.ttm-layout-style2 div.product form.cart button[type="submit"]:hover,
.ttm-layout-style2 .elementor-element.elementor-widget-button.ttm-btn-style-flat.ttm-btn-color-darkgrey .elementor-button:hover {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}

.ttm-layout-style2 .ttm-dark-bg .ttm-estimateform .calculate-button {
    background: var(--ttm-skincolor);
    width: 100%;
    padding: 16px 15px;
    border: 0;
}
.ttm-layout-style2 .gsap-servicebox-section .thumbnails-panel .heading-panel .service-btn a:hover,
.ttm-layout-style2 .ttm-dark-bg .ttm-estimateform .calculate-button:hover {
    background-color: var(--ttm-whitecolor);
    color: var(--ttm-secondarycolor);
}

.ttm-e-header-style-two .ttm-header-contact-btn-wrapper .ttm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button {
    background-color: transparent;
    border: 1px solid var(--ttm-whitecolor);
    color: var(--ttm-whitecolor);
}
.ttm-e-header-style-two .ttm-header-contact-btn-wrapper .ttm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button:hover {
    background-color: var(--ttm-whitecolor);
    color: var(--ttm-skincolor);
    border-color: var(--ttm-whitecolor) !important;
}

.ttm-layout-style2 .ttm-btn-color-white.ttm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button:hover {
    background-color: var(--ttm-whitecolor);
    border-color: var(--ttm-whitecolor) !important;
}

.ttm-layout-style2 .gsap-servicebox-section .thumbnails-panel .heading-panel .service-btn a {
    color: var(--ttm-whitecolor);
    border-color: var(--ttm-whitecolor);
}

.ttm-layout-style2 .ttm-slider-imgbox.elementor-widget-image-box .elementor-image-box-description span {
    color: var(--ttm-greycolor);
}
.ttm-layout-style2 .main-holder .site-content nav.woocommerce-pagination ul li .page-numbers.current, .ttm-layout-style2 .main-holder .site-content nav.woocommerce-pagination ul li a:hover,
.ttm-layout-style2 .sofraj-pagination .page-numbers.current, .ttm-layout-style2 .sofraj-pagination .page-numbers:hover,
.ttm-layout-style2 #totop i,
.ttm-layout-style2 .ttm-marquebox-default ul.marquebox-list li,
.ttm-layout-style2 .ttm-btn-color-darkgrey.ttm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button:hover,
.ttm-layout-style2 .cursor-play-btn a,
.ttm-layout-style2 .ttm-ptablebox-style1 .ttm-cta3-content-wrapper p {
    color: var(--ttm-whitecolor);
}

.ttm-layout-style2 .ttm-marquebox-default ul.marquebox-list li:before,
.ttm-layout-style2 .sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper .slick-prev:before, 
.ttm-layout-style2 .sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper .slick-next:before, 
.ttm-layout-style2 .ttm-vertical-servicebox .prev:before, 
.ttm-layout-style2 .ttm-vertical-servicebox .next:before {
    background-color: var(--ttm-whitecolor);
}

.ttm-layout-style2.page .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a:hover, 
.ttm-layout-style2.category .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a:hover, 
.ttm-layout-style2.tag .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a:hover, 
.ttm-layout-style2.woocommerce-shop .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a:hover, 
.ttm-layout-style2.blog .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a:hover, 
.ttm-layout-style2.single-post .site-content-wrapper .ttm-imgbg-box.widget .ttm-imgbox a:hover {
    background-color: var(--ttm-whitecolor);
    border-color: var(--ttm-whitecolor);
}

.ttm-layout-style2 .ttm-ptablebox-style1 .ttm-ptablebox-featured-col.ttm-pricetable-column-w.ttm-ptable-col,
.ttm-layout-style2 .ttm-vertical-servicebox .right-slide .ttm-vertical-contentbox,
.ttm-layout-style2 .sofraj-gsap-gallery.gallery-container.default {
    background-color: #14262c;
}
.ttm-layout-style2 .ttm-about-form.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] span.e-n-tab-icon {
    background-color: #14262c;
}
.ttm-layout-style2 .ttm-about-form.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg path {
    fill: var(--ttm-whitecolor) !important;
}

.ttm-layout-style2 .ttm-staticbox-style3 .ttm-stepbox .ttm-ptable-icon-type-image img {
    background-color: var(--ttm-greycolor);
}

.mc4wp-form-fields .ttm-subscribe-form input[type="email"]:focus {
    border-color: rgba(255 , 255 , 255 , 0.30) !important;
}

.ttm-layout-style2 .ttm-subhead-box .ttm-element-subheading {
    background-color: rgba(0 , 0 , 0 , 0.30);
}

.ttm-product-topone .sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper button.slick-prev.slick-arrow {
    right: 19%;
    top: -51px;
}
.ttm-product-topone .sofraj-boxes-product.sofraj-boxes-view-carousel .sofraj-boxes-row-wrapper button.slick-next.slick-arrow {
    right: 16.3%;
    top: -51px;
}
.ttm-layout-style2 .site-content ul.products .ttm-product-box .product-add-to-cart a.button,
.ttm-layout-style2 .product-add-to-cart a.button {
    color: var(--ttm-whitecolor);
}
.ttm-layout-style2.single-product .combo-box .combo-off, 
.ttm-layout-style2.single-product .combo-box .combo-off-badge {
    background: #E2DBFF;
}

#mega-menu-wrap-sofraj-main-menu #mega-menu-sofraj-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: transparent;
}

.ttm-layout-style2 .ttm-footer-textinfo, .ttm-layout-style2 .ttm-footer-textinfo a {
    font-weight: 500;
}
.ttm-product-box.productbox-style1 .ttm-product-image-box {
    height: 350px;
    position: relative;
}
.ttm-product-box.productbox-style1 .ttm-product-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ttm-product-box.productbox-style1 .ttm-product-image-box:before {
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0 / 36%) 100%, rgb(0 0 0 / 0%) 0%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: .80;
    transition-property: top, opacity;
    transition-duration: .6s;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
    border-radius: 10px;
}
.ttm-product-box.productbox-style1:hover .ttm-product-image-box:before {
    background: linear-gradient(90deg, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 84%) 90%);
    height: 100%;
    opacity: .99;
    transition-property: top, opacity;
    transition-duration: .6s;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
    border-radius: 10px;
}
.ttm-product-box.productbox-style1:hover .ttm-product-image-box:before {
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 84%) 90%);
    border-radius: 10px;
}
.ttm-product-box.productbox-style1 .product-add-to-cart {
    z-index: 1;
}

.ttm-layout-style2 #site-header.ttm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item > a:hover {
    color: var(--ttm-skincolor);
}

.ttm-spanbold .elementor-heading-title span {
    font-weight: 600;
}

.ttm-layout-style2 .select2-container--default .select2-results__option[aria-selected=true], 
.ttm-layout-style2 .select2-container--default .select2-results__option[data-selected=true],
.ttm-layout-style2 .select2-container.select2-container--open .select2-dropdown--below {
    background-color: #14262c;
    color: var(--ttm-whitecolor);
    border: 0;
}
.ttm-layout-style2 .select2-container--default .select2-results__option--highlighted[aria-selected], 
.ttm-layout-style2 .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}
.ttm-layout-style2 .select2-container--default .select2-results>.select2-results__options,
.ttm-layout-style2 .select2-container.select2-container--open .select2-dropdown--below,
.ttm-layout-style2 .select2-search--dropdown .select2-search__field,
.ttm-layout-style2 .select2-container.select2-container--open .select2-dropdown--above {
    border-radius: 0;
}
.ttm-email-res .elementor-heading-title a {
    word-wrap: break-word;
}
.single-product.woocommerce div.product form.cart button[type="submit"]:hover {
    background-color: var(--ttm-skincolor) !important;
    color:var(--ttm-secondarycolor) !important;
}
.ttm-layout-style2.single-product.woocommerce div.product form.cart button[type="submit"]:hover {
    background-color: var(--ttm-skincolor) !important;
    color: var(--ttm-whitecolor) !important;
}
.ttm-layout-style2 .ttm-fid-view-topicon.inside h3 {
    font-weight: 400;
}
.ttm-layout-style2 .product-mainbox:hover .product-add-to-cart {
    bottom: 24%;
}
.ttm-layout-style2 .ttm-e-header-style-three .site-header-menu .header-info-widget a:hover,
.ttm-layout-style2 .ttm-e-header-style-one .site-header-menu .header-info-widget a:hover {
    color: var(--ttm-skincolor);
}
.ttm-layout-style2 .ttm-btn-style-text.elementor-widget.elementor-widget-button a.elementor-button:hover,
.ttm-layout-style2 .gsap-servicebox-section .main-display .image-info h6 a:hover,
.ttm-layout-style2 .ttm-vertical-servicebox .right-slide .ttm-btn-title a:hover {
    color: var(--ttm-skincolor);
}
.ttm-layout-style2 .ttm-btn-style-text .elementor-button span.elementor-button-text {
    font-weight: 500;
}
.ttm-layout-style2.single-post article.post.sofraj-box-blog-classic blockquote p {
    font-weight: 500;
    font-style: normal;
    color: var(--ttm-blackishcolor);
}
.ttm-layout-style2.single-post article.post.sofraj-box-blog-classic blockquote {
    margin: 40px 0 40px 0px;
    width: 70%;
    margin: 30px auto 30px;
}
.ttm-layout-style2.single-post article.post.sofraj-box-blog-classic blockquote p.ttm-quote-name {
    color: var(--ttm-blackishcolor);
}
.ttm-blog-single-content .ttm-last-textbox {
    width: 70%;
    margin: 0 auto;
}
.ttm-layout-style2 .site-content-wrapper #sidebar-right.sidebar .widget,
.ttm-layout-style2 .site-content-wrapper #sidebar-left.sidebar .widget {
    border: 0px;
}
.ttm-layout-style2 .site-content-wrapper #sidebar-left.sidebar .widget.widget_search,
.ttm-layout-style2 .site-content-wrapper #sidebar-right.sidebar .widget.widget_search {
    border: 1px solid var(--ttm-bordercolor);
}
.ttm-layout-style2 .sidebar .widget_product_categories li span, 
.ttm-layout-style2 .sidebar .widget_categories li span,
.ttm-layout-style2 .widget_categories a, 
.ttm-layout-style2 .widget_product_categories a, 
.ttm-layout-style2 .widget.widget_nav_menu li a {
    color: var(--body-fonts-color);
}
.ttm-layout-style2 .sidebar .widget_product_categories li span:hover, 
.ttm-layout-style2 .sidebar .widget_categories li span:hover,
.ttm-layout-style2 .widget_categories a:hover, 
.ttm-layout-style2 .widget_product_categories a:hover, 
.ttm-layout-style2 .widget.widget_nav_menu li a:hover {
    color: var(--ttm-blackishcolor);
}
.ttm-layout-style2.single article.sofraj-box-blog-classic {
    margin-bottom: 50px;
}
.ttm-layout-style2 .site-content-wrapper #sidebar-right.sidebar {
    margin-bottom: 60px;
}
.ttm-layout-style2 .main-holder .site-content .woocommerce-ordering {
    top: 6px;
    right: 0;
}
.ttm-layout-style2.woocommerce .woocommerce-result-count {
    margin-top: 26px;
    margin-bottom: 33px;
}
.ttm-layout-style2.tax-product_cat.woocommerce .woocommerce-result-count {
    margin-top: 5px;
}
.ttm-layout-style2 .wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button {
    bottom: 44%;
}
.ttm-layout-style2 .wc-block-grid__product:hover .wc-block-grid__product-add-to-cart.wp-block-button {
    bottom: 21%;
}
.ttm-layout-style2 .wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    color: var(--ttm-whitecolor);
}
.ttm-layout-style2 .wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    background-color: var(--ttm-secondarycolor);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}
.ttm-layout-style2 .ttm-about-form.elementor-widget-n-tabs .e-n-tab-title-text {
    font-weight: 500;
}
.ttm-layout-style2 .wpcf7-form .ttm-requestform .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 17px;
}
.tax-product_cat.ttm-layout-style2 .widget_text .ttm-imgbox span a {
    border-bottom: 1px solid;
}

.wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-form__city, 
.wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-form__postcode {
    flex: 100%;
}
.wc-block-components-address-form__state .select2.select2-container.select2-container--default {
    width: 100% !important;
}
.wc-block-checkout__form .wc-blocks-components-select {
    margin-top: 32px;
}
.woocommerce ul.order_details {
    padding: 0;
}

.ttm-layout-style2 a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, 
.ttm-layout-style2 .wc-block-components-button:not(.is-link) {
    color: var(--ttm-whitecolor);
}
.ttm-layout-style2.woocommerce-cart .site-footer .elementor-element.e-con-full.e-flex.e-con.e-parent, 
.ttm-layout-style2.woocommerce-checkout .site-footer .elementor-element.e-con-full.e-flex.e-con.e-parent {
    padding-top: 60px;
}
.ttm-booking-wrapper .row .col-md-6 {
    padding-right: 0;
}

.ttm-layout-style2 .ttm-e-header-style-two .ttm-header-contact-btn-wrapper .ttm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button {
    background-color: var(--ttm-whitecolor);
    border: 1px solid var(--ttm-whitecolor);
    color: var(--ttm-secondarycolor);
    padding: 14px 27px;
}
.ttm-layout-style2 .ttm-e-header-style-two .ttm-header-contact-btn-wrapper .ttm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button:hover {
background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
    border-color: var(--ttm-secondarycolor) !important;
}
.ttm-layout-style2.woocommerce-shop .main-holder .site-content ul.products {
    margin-right: -16px;
}
.ttm-layout-style2 .ttm-right-shop .product-mainbox:hover .product-add-to-cart {
    bottom: 28%;
}
.ttm-layout-style2.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
    color: var(--ttm-whitecolor);
}
.comment-list a.comment-reply-link:hover {
    color: var(--ttm-blackishcolor);
}
.ttm-layout-style2 .ttm-right-shop .product-mainbox .product-add-to-cart {
    bottom: 50%;
}
.site-footer .elementor-widget-shortcode ul.social-icons a {
    color: rgba(255 , 255 , 255 , 0.70);
    margin-right: 9px;
}
.site-footer .elementor-widget-shortcode ul.social-icons a i {
    border: 1px solid rgba(255 , 255 , 255 , 0.70);
    border-radius: 6px;
    padding: 0 2px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.site-footer .elementor-widget-shortcode ul.social-icons a i:before {
    margin: 0;
}
.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button {
    bottom: 55%;
}
.wc-block-grid__product:hover .wc-block-grid__product-add-to-cart.wp-block-button {
    bottom: 27%;
}
.product-template-default.single.theme-sofraj.woocommerce.sofraj-sidebar-true .sofraj-single-product-details:before,
.product-template-default.single.theme-sofraj.woocommerce.sofraj-sidebar-true .sofraj-single-product-details:after,
.product-template-default.single.theme-sofraj.woocommerce.sofraj-sidebar-true .main-holder div.product .woocommerce-tabs:before, 
.product-template-default.single.theme-sofraj.woocommerce.sofraj-sidebar-true .main-holder div.product .woocommerce-tabs:after {
    display:none;
}
.ttm-requestform .tm-checkbox input[type="checkbox"]:before {
    position: absolute;
    content: '';
    bottom: -4px;
    left: -21px;
    height: 17px;
    width: 17px;
    z-index: 1;
    border: 1px solid #D7D1C2;
    border-radius: 50%;
    cursor: pointer;
}
.ttm-requestform .tm-checkbox input[type="checkbox"]:checked:after {
    content: "";
    border: solid var(--ttm-skincolor);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -15px;
    top: 2px;
    width: 6px;
    height: 10px;
    background-color: transparent!important;
}
.ttm-requestform .tm-checkbox input[type="checkbox"] {
    width: 0;
    margin-left: 22px;
    position: relative;
    z-index: 1;
    display: inline;
    -moz-appearance: initial;
}
.ttm-requestform label {
    display: inline;
}
.ttm-requestform .tm-checkbox label {
    cursor: pointer;
}
.ttm-requestform .tm-checkbox .wpcf7-list-item {
    margin: 0;
}
.ttm-requestform.ttm-serviceform .ttm-radio {
    margin-bottom: 15px;
}
.woocommerce-cart .main-holder .site .woocommerce-cart-form__contents button {
    padding: 3px 6px;
}
.woocommerce-cart .main-holder .site .woocommerce-cart-form__contents .actions button {
    padding: 15px 30px;
}
.woocommerce-cart .woocommerce .quantity .qty {
    width: 40px;
    border: unset;
    font-size: 16px;
    padding: 0;
}
.woocommerce-cart .return-to-shop {
    margin-bottom: 80px;
}
.woocommerce-cart .return-to-shop a:hover {
    background-color: var(--ttm-skincolor) !important;
}
.search-results.ttm-layout-style2.woocommerce .woocommerce-result-count {
    margin: 0 0 20px 0;
    padding: 0;
}
.search-results.woocommerce-shop .site-main {
    padding-top: 50px;
}
.site-header .site-branding .ttm-sc-logo {
    margin-bottom: 0;
}
.ttm-footer-marque .ttm-marquebox-default ul.marquebox-list li {
    font-size: 112px;
    line-height: 84px;
    font-weight: 400;
    color: rgb(255, 255, 255, 0.10);
    overflow: hidden;
    margin-bottom: -8px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px 0 40px;
}
.ttm-footer-marque .ttm-marquebox-default ul.marquebox-list li:before {
    background-color: rgb(255, 255, 255, 0.10);
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: auto;
}
.ttm-footer-marque .ttm-marque-box ul.elementor-icon-list-items.marquebox-list {
    margin: 0;
}
.ttm-footer-marque .ttm-marquebox-default {
    animation: ttm-marque-textdefault 15s linear infinite;
}

.ttm-element-content-heading span,
.elementor-heading-title span {
    font-weight: 600;
}
.ttm-home-counter .elementor-counter .elementor-counter-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--ttm-blackishcolor);
}
.ttm-home-counter .elementor-counter .elementor-counter-number-wrapper {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: var(--ttm-blackishcolor);
}

.ttm-e-header-style-three .site-header .site-branding .ttm-sc-logo {
    display: inline-block;
    position: relative;
    top: 4px;
}
.ttm-e-header-style-three .site-header .site-branding .ttm-header-text-logo {
    display: inline-block;
    padding-left: 60px;
    position: relative;
    vertical-align: text-bottom;
}
.ttm-e-header-style-three .ttm-header-text-logo .header-info-widget {
    color: var(--ttm-whitecolor);
    font-size: 14px;
    line-height: 26px;
}
.ttm-e-header-style-three .ttm-header-text-logo:before {
    display: block;
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    left: 27px;
    top: 50%;
    margin-top: -14px;
    background-color: rgba(212 , 212 , 212 , 0.4);
}
.ttm-e-header-style-three .ttm-header-icons .ttm-header-icon.ttm-header-wc-cart-link,
.ttm-e-header-style-three #site-header-menu .ttm-header-text-area,
.ttm-e-header-style-three .ttm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap,
.ttm-e-header-style-three .ttm-header-menu-position-center #site-header-menu,
header.ttm-e-header-style-three #site-header-menu #site-navigation,
.ttm-e-header-style-three .ttm-header-menu-position-center #site-header-menu {
    height: 80px;
    line-height: 80px !important;
}

.ttm-e-header-style-three .elementor-widget.elementor-widget-button .elementor-button {
    border-radius: 8px;
    background-color: var(--ttm-secondarycolor);
}

.ttm-family-text .elementor-widget-heading .elementor-heading-title,
.ttm-family-text .ttm-content-header .ttm-element-content-heading {
    font-family: "BDO Grotesk Light";
}

.ttm-titlebar-wrapper .breadcrumb-wrapper-inner a.main-home span {
    text-transform: capitalize;
}
.ttm-btn-color-skincolor.ttm-btn-shape-rounded.elementor-element.elementor-widget-button .elementor-button:hover {
    background-color: var(--ttm-whitecolor);
}

.single-ttm_team_member .site-content.container {
    width: 100%;
      padding-left: 0;
    padding-right: 0;
}

.ttm-slider-box-descdetails {
    z-index: 1;
}

.elementor-widget-video .elementor-wrapper {
    margin-bottom: -1px;
}

.ttm-first-footertitle .elementor-heading-title {
    position: relative;
    padding-left: 27px;
}
.ttm-first-footertitle .elementor-heading-title:before {
    content: '';
    position: absolute;
    background-image: url(../images/footer-firsticon.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    right: auto;
    top: 0;
}

.sofraj-boxes-product.sofraj-boxes-view-carousel.sofraj-element-productbox-styleone button.slick-arrow {
    border: 2px solid var(--ttm-bordercolor);
    background-color: transparent;
}
.ttm-layout-style2 .sofraj-boxes-product.sofraj-boxes-view-carousel.sofraj-element-productbox-styleone .slick-prev:before,
.ttm-layout-style2 .sofraj-boxes-product.sofraj-boxes-view-carousel.sofraj-element-productbox-styleone .slick-next:before {
    background-color: var(--ttm-secondarycolor);
}
.ttm-layout-style2 .sofraj-boxes-product.sofraj-boxes-view-carousel.sofraj-element-productbox-styleone .slick-prev:hover:before,
.ttm-layout-style2 .sofraj-boxes-product.sofraj-boxes-view-carousel.sofraj-element-productbox-styleone .slick-next:hover:before {
    background-color: var(--ttm-whitecolor);
}

.ttm-header-icons .ttm-header-icon.ttm-header-wc-cart-link i {
    position: relative;
}
.ttm-e-header-style-three .ttm-header-icons .ttm-header-icon.ttm-header-wc-cart-link i:before {
    width: 18px;
    height: 18px;
    background-color: var(--ttm-whitecolor);
}
.ttm-header-icons .ttm-header-icon.ttm-header-wc-cart-link i:before {
    content: '';
    position: absolute;
    -webkit-mask: url(../images/cart-icon.svg) no-repeat 100% 100%;
    mask: url(../images/cart-icon.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 22px;
    height: 22px;
    background-color: var(--ttm-secondarycolor);
}
.site-footer .elementor-widget-shortcode ul.social-icons a i:hover {
    color: var(--ttm-whitecolor);
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background-color: var(--ttm-skincolor);
}
.ttm-email-border .elementor-heading-title a {
    border-bottom: 1px solid;
}
.ttm-layout-style2.tax-product_cat .site-content ul.products .ttm-product-box .product-add-to-cart {
    bottom: 53%;
}
.ttm-layout-style2.tax-product_cat .site-content ul.products .ttm-product-box:hover .product-add-to-cart {
    bottom: 28%;
}
.ttm-blog-classic-box-content .wp-block-group.has-background>.wp-block-group__inner-container strong {
    font-weight: 500;
}
.single article.sofraj-box-blog-classic .ttm-blog-classic-box-content img {
    border-radius: 0;
}
.single-post .select2-container.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.single-post .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0;
}
.single-post .select2-container.select2-container--open .select2-dropdown--below {
    border-top: 1px solid;
}