/* https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/ */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
body{
    background-repeat: no-repeat;
    background-size: cover;
}
body:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

img {
    max-width: 100%;
    height: auto;
}
.themestek-hide, 
.tstk-hide {
    display: none;
}

/* Owl carsoul resize issue solve */
#primary {
    width: 100%;
}
body {
    overflow: visible;
    overflow-x: hidden;   
}
a, 
a:hover, 
a:active, 
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}
a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
p {
    margin: 0 0 25px;
}
dl, ol, ul {
    margin-bottom: 25px;
}
blockquote {
    padding: 30px;
    padding-right: 60px;
    margin: 60px 0px 60px 0;
    border-left: 5px solid #000;
    background-color: transparent;
    font-size: 18px;
    line-height: 26px;
    position: relative;
}
blockquote p {
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

blockquote.is-large {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

blockquote cite {
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
    font-style: normal;
}
blockquote cite, 
blockquote small{
    color: #fff;
}
blockquote cite em, 
blockquote small em{
    color: var(--tstk-industrey-global-color);
}

.wp-block-preformatted {
    border: none;
    background: none;
    padding: 0px;
}
.wp-block-verse {
    border: none;
    background: none;
    padding: 0px;
    font-family: inherit;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}
.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto;
}
.tstk-overflow-visible {
    overflow: visible !important;
}
.closepanel, 
.sub-menu-toggle {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin-bottom: 20px;
}
pre {
    border: 1px solid #d1d1d1;
    line-height: 1.3125;
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px 20px 45px 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.edit-link{
    line-height: normal;
    display: block;
}
.edit-link a {
    padding: 7px 20px;
    background-color: #eee;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    margin-top: 35px;
}
.tstk-slider-area {
    background-color: #e7e7e7;
    position: relative;
    z-index: 1;
}
.tstk-slider-area > p.rs-p-wp-fix{
    display: none;
}
.tstk-slider-area > div > div {
    margin: 0 !important;
}
.tstk-underline {
    text-decoration: underline;
}

.site#page {
    overflow: hidden;
}
/* --------------------------------------
 * WordPress Core
 * ---------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
img.alignnone {
    margin: 5px 20px 20px 0;
}
img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text {
    font-style: italic;
    font-size: 14px;
    line-height: 1.6153846154;
    padding-top: .5384615385em;
}

/*=== Text meant only for screen readers. ===*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* --------------------------------------
 * Table Section
 * ---------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.75em;
}
table th {
    border: 0;
    padding: 5px 7px
}
table td {
    padding: 5px 10px
}
table tbody tr, 
table thead tr {
    border: 1px solid #e6e6e6
}
table tbody th {
    background: #f9f9f9;
}
table tbody th, 
table tbody td {
    border-right: 1px solid #e6e6e6
}

/* --------------------------------------
 * gallery
 * ---------------------------------------*/
.gallery {
    margin: 0;
}
.gallery-item {
    max-width: 33.33%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 2px;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #686868;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    padding-top: 0.5384615385em;
    padding-bottom: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption, 
.gallery-columns-7 .gallery-caption, 
.gallery-columns-8 .gallery-caption, 
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* --------------------------------------
 * Page links
 * ---------------------------------------*/
.page-links, .tstk-page-links {
    clear: both;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0;
    color: #000;
    letter-spacing: 0.5px;
}
.page-links a, .tstk-page-links a {
    border: 1px solid #000;
}
.page-links a, .page-links > span, 
.tstk-page-links a, .tstk-page-links > span {
    text-decoration: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px 2px;
}
.page-links a:hover, .tstk-page-links a:hover {
    background-color: #000;
    color: #fff;
}
.page-links > span, .tstk-page-links > span {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
.page-links > a:first-child, 
.page-links>span:first-child, 
.tstk-page-links > a:first-child, 
.tstk-page-links>span:first-child {
    margin-left: 15px;
}

/* --------------------------------------
 * Logo Setting
 * ---------------------------------------*/
.headerlogo {
    height: 105px;
    line-height: 105px;
}
.site-title img {
    max-height: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.site-title {
    margin: 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 105px;
}
.site-title a {
    display: table-cell;
    vertical-align: middle;
}
.site-title a .site-title-text {
    display: none;
}

/* --------------------------------------
 * Menu Setting
 * ---------------------------------------*/
.tstk-navbar {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
}
.tstk-navbar ul, .tstk-navbar li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tstk-mobile-search {
    display: none;
}

/* --------------------------------------
 * Footer Menu Setting
 * ---------------------------------------*/

 .tstk-footer-menu-area {
    text-align: right;
    margin-top: 20px;
}
.tstk-footer-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.tstk-footer-menu li li {
    display: none;
}

/*=== tstk-bottom-links ===*/
ul.tstk-footer-menu,
ul.tstk-bottom-links  {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    list-style: none;
}
ul.tstk-footer-menu li,
.tstk-bottom-links li {
    position: relative;
    display: inline-flex;
    display: inline-block;
    padding: 0 0;
    vertical-align: top;
    padding-right: 10px;
    margin-right: 10px;
}
ul.tstk-footer-menu li:after,
.tstk-bottom-links li:after {
    content: "";
    width: 1px;
    top: 4px;
    height: 70%;
    background-color: #bbb;
    position: absolute;
    right: -2px;    
}
ul.tstk-footer-menu li:last-child:after,
.tstk-bottom-links li:last-child:after{
    display: none;
}


/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.elementor-widget-container > .tstk-heading-subheading{
    position: relative;
    z-index: 1;
}
.tstk-text-color-white .tstk-heading-subheading .tstk-element-title{
	color: var(--tstk-industrey-white-color); 
}
.tstk-heading-subheading .tstk-element-title,
.tstk-heading-subheading:not(.tstk-reverse-heading-yes)  .tstk-element-title,
.tstk-heading-subheading .tstk-element-heading{
    margin-bottom: 0;
}
.tstk-heading-subheading .tstk-heading-desc{
    margin-top: 30px;     
}
.tstk-heading-subheading.center-align{
    text-align: center;
}
.tstk-heading-subheading.center-align .tstk-heading-desc{   
    margin-left: auto;
    margin-right: auto;    
}
.tstk-heading-subheading h4.tstk-element-subtitle{
    margin-bottom: 20px;
}
.tstk-heading-subheading.left-align .tstk-heading-desc,
.tstk-heading-subheading.center-align .tstk-heading-desc{
    max-width: 800px;
}
.tstk-heading-subheading {
    margin-bottom: 50px;
}
.tstk-heading-subheading.right-align{
    text-align: right;
}
.tstk-heading-subheading:empty{
    display: none;
}
.tstk-text-color-white .tstk-heading-subheading .tstk-element-heading{
    color: var(--tstk-industrey-white-color); 
}
.tstk-elementor-bg-color-globalcolor .tstk-heading-subheading .tstk-element-subtitle{
    color: var(--tstk-industrey-blackish-color);
}

/* --------------------------------------
 * Global text color
 * ---------------------------------------*/
.tstk-color-white, 
.tstk-text-color-white{
    color: var(--tstk-industrey-white-color); 
}
.tstk-text-color-white .elementor-widget-text-editor {
    color: var(--tstk-industrey-white-color) !important; 
}
.tstk-color-blackish, 
.tstk-text-color-blackish,
.tstk-text-color-blackish .elementor-widget-text-editor {
    color: var(--tstk-industrey-blackish-color); 
}

/* --------------------------------------
 * Global Form Input
 * ---------------------------------------*/

 /* clears the 'X' from Internet Explorer */
 input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
 input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
 
 /* clears the 'X' from Chrome */
 input[type="search"]::-webkit-search-decoration,
 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-results-button,
 input[type="search"]::-webkit-search-results-decoration { display: none; }
 

 input[type="number"], 
 input[type="text"], 
 input[type="email"], 
 input[type="password"], 
 input[type="tel"], 
 input[type="url"], 
 input[type="search"], 
 select, 
 .select2-selection--single,
 textarea {
     display: block;
     width: 100%;
     height: 50px;
     font-size: 13px;
     color: #666;
     font-weight: 400;
     line-height: normal;
     padding: 0px 22px;    
     background: #eff2f7;
     border: 1px solid #d3d3d3;
     border-radius: 0px;
     transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }
 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: transparent;
    border: none;
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 1em;
    line-height: normal;
}
input:focus, 
select:focus, 
textarea:focus {
    border-color: #ff6600;
    outline: none !important;
}
button, 
html input[type=button], 
input[type=reset],
input[type=submit] {
    position: relative;
    background-color: #222;
    border: none;
    font-family: inherit;
    cursor: pointer;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
input[type=submit]:hover{
    background-color: var(--tstk-industrey-global-color);
}

/* clears the Close arrow from Chrome  */
input[type="search"]::placeholder,
input[type="url"]::placeholder,
input[type="email"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a4a4a4;
    font-weight: 400;
    opacity: 1; /* Firefox */
}
input[type="search"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a4a4a4;
    font-weight: 400;
}
input[type="search"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #a4a4a4;
    font-weight: 400;
}
textarea {
    height: 120px;
    resize: none;
    padding: 12px 22px;
}

.site#page {
    overflow: hidden;
    position: relative;
}


/* --------------------------------------
 * Sidebar padding top
* ---------------------------------------*/
.tstk-sidebar-left .site-content-contain .site-content .row {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.themestek-sidebar .widget {
    margin-bottom: 30px;
}
.themestek-sidebar .widget:last-child {
    margin-bottom: 0px;
}
.themestek-sidebar .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
}
.tstk-sidebar-left .site-content-contain > .site-content > .row {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

/* --------------------------------------
 * Colum gaping setting
 * ---------------------------------------*/
 /*=== gap-Default ===*/
.tstk-element-posts-wrapper.row{
    margin-left: -15px;
    margin-right: -15px; 
}
.tstk-element-posts-wrapper.row .tstk-ele{
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

/*=== themestek-gap-0px ===*/
.themestek-gap-0px .tstk-element-posts-wrapper.row .tstk-ele {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.themestek-gap-0px .tstk-element-posts-wrapper.row{
    margin-left: 0;
    margin-right: 0;    
}

/*=== themestek-gap-5px ===*/
.themestek-gap-5px .tstk-element-posts-wrapper.row .tstk-ele{
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
}.themestek-gap-5px .tstk-element-posts-wrapper.row{
    margin-left: -2.5px;
    margin-right: -2.5px;   
}
/*=== themestek-gap-10px ===*/
.themestek-gap-10px .tstk-element-posts-wrapper.row{
    margin-left: -5px;
    margin-right: -5px; 
}
.themestek-gap-10px .tstk-element-posts-wrapper.row .tstk-ele{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
/*=== themestek-gap-15px ===*/
.themestek-gap-15px .tstk-element-posts-wrapper.row{
    margin-left: -7.5px;
    margin-right: -7.5px; 
}
.themestek-gap-15px .tstk-element-posts-wrapper.row .tstk-ele{
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}
/*=== themestek-gap-20px ===*/
.themestek-gap-20px .tstk-element-posts-wrapper.row{
    margin-left: -10px;
    margin-right: -10px; 
}
.themestek-gap-20px .tstk-element-posts-wrapper.row .tstk-ele{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
/*=== themestek-gap-25px ===*/
.themestek-gap-25px .tstk-element-posts-wrapper.row{
    margin-left: -12.5px;
    margin-right: -12.5px; 
}
.themestek-gap-25px .tstk-element-posts-wrapper.row .tstk-ele{
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-bottom: 25px;
}
/*=== themestek-gap-30px ===*/
.themestek-gap-30px .tstk-element-posts-wrapper.row{
    margin-left: -15px;
    margin-right: -15px; 
}
.themestek-gap-30px .tstk-element-posts-wrapper.row .tstk-ele{
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
/*=== themestek-gap-35px ===*/
.themestek-gap-35px .tstk-element-posts-wrapper.row{
    margin-left: -17px;
    margin-right: -17px; 
}
.themestek-gap-35px .tstk-element-posts-wrapper.row .tstk-ele{
    padding-right: 17px;
    padding-left: 17px;
    margin-bottom: 30px;
}
/*=== themestek-gap-40px ===*/
.themestek-gap-40px .tstk-element-posts-wrapper.row{
    margin-left: -20px;
    margin-right: -20px; 
}
.themestek-gap-40px .tstk-element-posts-wrapper.row .tstk-ele{
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}
/*=== themestek-gap-50px ===*/
.themestek-gap-50px .tstk-element-posts-wrapper.row{
    margin-left: -25px;
    margin-right: -25px; 
}
.themestek-gap-50px .tstk-element-posts-wrapper.row .tstk-ele{
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 50px;
}
/* --------------------------------------
 * preloader
 * ---------------------------------------*/
 .tstk-preloader {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    display: block;
}
/* --------------------------------------
 * Titlebar Wrapper
 * ---------------------------------------*/
.tstk-title-bar-wrapper {
    position: relative;
    z-index: 2;
}
.tstk-title-bar-content,
.tstk-title-bar-wrapper{
	min-height: var(--tstk-industrey-titlebar-height);
} 
.tstk-title-bar-wrapper.tstk-titlebar-style-center .tstk-title-bar-content-inner {
    width: 100%;
    text-align: center;
}
.tstk-title-bar-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
}
.tstk-bg-color-globalcolor.tstk-title-bar-wrapper:before{
	background-color: rgba( var(--tstk-industrey-global-color-rgb) , 0.50 );
}
.tstk-title-bar-wrapper.tstk-bg-color-gradientcolor:before{
	background-image: -ms-linear-gradient(right, var(--tstk-industrey-gradient-color-first) 0%, var(--tstk-industrey-gradient-color-last) 100%) !important;
	background-image: linear-gradient(to right, var(--tstk-industrey-gradient-color-first) , var(--tstk-industrey-gradient-color-last) ) !important;
}
.tstk-title-bar-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 64px 0px;
}
.tstk-title-bar-content .tstk-tbar, 
.tstk-title-bar-content .tstk-breadcrumb {
    display: block;
}
.tstk-breadcrumb a {
    opacity: 1;
}
.tstk-breadcrumb-inner .sep {
    margin: 0 5px;
}
.tstk-title-bar-content .tstk-tbar-inner {
    max-width: none;
    padding: 0;
}
.tstk-breadcrumb-inner i {
    font-size: 13px;
    margin: 0 10px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.tstk-title-bar-content .tstk-tbar-title {
    margin-bottom: 5px;
}
.tstk-bg-color-white.tstk-bg-image-yes:before {
    background-color: rgba(255, 255, 255, 0.9);
}
.tstk-bg-color-light.tstk-bg-image-yes:before {
    background-color: rgba(240, 240, 240, 0.9);
}
.tstk-bg-color-blackish.tstk-bg-image-yes:before {
    background-color: rgba(0, 0, 0, 0.6);
}
.tstk-bg-color-gradientcolor.tstk-bg-image-yes:before {
    opacity: 0.5;
}
.site-header .tstk-title-bar-content .tstk-breadcrumb{
    position: absolute;
    bottom: -30px;
    padding: 20px 40px;
    color: #bbb;        
    background-color: var(--tstk-industrey-secondary-color);
    border-radius: 25px 0 0 0;
}
.site-header .tstk-title-bar-content a{
    color: #bbb;
}
.site-header .tstk-title-bar-content a:hover,
.site-header .tstk-title-bar-content .current-item{
    color: var(--tstk-industrey-global-color); 
}
/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/
.tstk-pre-header-wrapper {
    height: 50px;
    line-height: 50px;
    background-color: #000;
}
.tstk-pre-header-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tstk-contact-info li {
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
}
.tstk-contact-info li i {
    margin-right: 5px;
}

/*=== Topbar social icon ===*/
.tstk-pre-header-wrapper .tstk-social-links li {
    margin-right: 8px;
    display: inline-block;
}
.tstk-pre-header-wrapper .tstk-social-links li:last-child {
    margin-right: 0px;
}
.tstk-pre-header-wrapper .tstk-social-links a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    vertical-align: middle;
}
.tstk-pre-header-wrapper .tstk-social-links a:hover {
    transition: all 500ms ease;
}

/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
.tstk-header-wrapper {
    z-index: 999;
}
.tstk-navbar > div > ul > li, 
.tstk-navbar > div > ul > li > a, 
.tstk-navbar div > ul > li > a, 
.site-title {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*=== Logo setting ===*/
.tstk-sticky-logo-yes .tstk-sticky-header .tstk-main-logo, 
.tstk-sticky-logo {
    display: none;
}
.tstk-sticky-logo-yes .tstk-main-logo, 
.tstk-sticky-logo-yes .tstk-sticky-header .tstk-sticky-logo {
    display: inline-block;
}

/*=== Header bg color setting ===*/
.site-header .tstk-bg-color-white, 
.site-header .tstk-sticky-on.tstk-sticky-bg-color-white {
    background-color: #fff;
}
.site-header .tstk-bg-color-transparent, 
.site-header .tstk-sticky-on.tstk-sticky-bg-color-transparent {
    background-color: transparent;
}
.tstk-table {
    display: table;
    height: 100%;
}
.tstk-table-cell {
    display: table-cell;
    line-height: normal;
    vertical-align: middle;
}

/* --------------------------------------
 * Global Spacing
 * ---------------------------------------*/ 
 #content{
    padding-top: 80px;
    padding-bottom: 80px;
}
.tax-tstk-portfolio-category #primary,
.tax-tstk-service-category #primary,
.tax-tstk-team-group #primary,
.tax-tstk-testimonial-cat #primary,
.tax-tstk-client-group #primary{
    margin-bottom: -30px;
}
.page #content{
    padding-top: 100px;
    padding-bottom: 100px;
}
.page.tstk-sidebar-no.elementor-page #content{
    padding-top: 0px;
    padding-bottom: 0px;
}

/* --------------------------------------
 * Row spacing
 * ---------------------------------------*/   
.content-area.col-md-9 .comment-respond{
   margin-bottom: 0;
}
/*=== For overlap row ===*/
.tstk-row.tstk-zindex-zero,
.tstk-row.tstk-zindex-1,
.tstk-row.tstk-zindex-2,
.tstk-zindex-zero,
.tstk-zindex-1,
.tstk-zindex-2{
    position: relative;
}

/*=== Row Background color ===*/
.elementor-inner-section,
.elementor-widget-container,
.elementor-button-wrapper,
.elementor-widget-container .themestek-element,
.elementor-section .elementor-widget-wrap{
    position: relative;
    z-index: 1;
}

.tstk-bgimage-over-bgcolor.tstk-bgimage-yes .tstk-stretched-div:before,
.tstk-bgimage-over-bgcolor.tstk-bgimage-yes:before{
   background-color: transparent !important
}
.elementor-element:not(.elementor-column):before,
.tstk-col-stretched-yes .tstk-stretched-div:before{
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   content: "";
   display: block;
   z-index: 1;
}
body.elementor-editor-active .elementor-element:not(.elementor-column):before,
body.elementor-editor-active .tstk-col-stretched-yes .tstk-stretched-div:before{
   z-index: 0;
}
.elementor-column.tstk-col-stretched-yes.tstk-bgimage-yes{
    background-image: none;
    background-color: transparent;
}

/*=== White BG ===*/
.tstk-bg-color-white{
    background-color: #fff;
}
.tstk-col-stretched-yes .tstk-stretched-div{
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;    
    width: auto;
    z-index: 1;
    overflow: hidden;
}
.tstk-col-stretched-left .tstk-stretched-div{
    margin-left: -500px;
    right: 0;
}
.tstk-col-stretched-right .tstk-stretched-div{
    margin-right: -500px;  
    right: 0; 
}

/*=== Background Image Position ===*/
body .tstk-bgimage-position-left-top .tstk-stretched-div,
body .tstk-bgimage-position-left-top {
   background-position: left top !important;
}
body .tstk-bgimage-position-left-center .tstk-stretched-div,
body .tstk-bgimage-position-left-center {
   background-position: left center !important;
}
body .tstk-bgimage-position-left-bottom .tstk-stretched-div,
body .tstk-bgimage-position-left-bottom {
   background-position: left bottom !important;
}
body .tstk-bgimage-position-right-top .tstk-stretched-div,
body .tstk-bgimage-position-right-top {
   background-position: right top !important;
}
body .tstk-bgimage-position-right-bottom .tstk-stretched-div,
body .tstk-bgimage-position-right-bottom {
   background-position: right bottom !important;
}
body .tstk-bgimage-position-right-center .tstk-stretched-div,
body .tstk-bgimage-position-right-center {
   background-position: right center !important;
}
body .tstk-bgimage-position-center-top .tstk-stretched-div,
body .tstk-bgimage-position-center-top {
   background-position: center top !important;
}
body .tstk-bgimage-position-center-center .tstk-stretched-div,
body .tstk-bgimage-position-center-center {
   background-position: center center !important;
}
body .tstk-bgimage-position-center-bottom .tstk-stretched-div,
body .tstk-bgimage-position-center-bottom {
   background-position: center bottom !important;
}

/*===  Background Image No Repeat ===*/
body .tstk-bgimage-repeat-no{
    background-repeat: no-repeat !important;
}
body .tstk-bgimage-repeat-x{
    background-repeat: repeat-x !important;
}
body .tstk-bgimage-repeat-y{
    background-repeat: repeat-y !important;
}
body .tstk-bgimage-repeat-round{
    background-repeat: round !important;
}
body .tstk-bgimage-repeat-space{
    background-repeat: space !important;
}

/*=== Colum over image ===*/
.elementor-top-column > .elementor-widget-wrap > .elementor-widget-wrap{
    z-index: 1;
}
.elementor-element.elementor-column:not(.elementor-inner-column) .elementor-widget-wrap:before{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}

/* --------------------------------------
 * Footer section
 * ---------------------------------------*/
.footer-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
.tstk-footer-text-area {
    background-color: #020203;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tstk-footer-text-area, 
.tstk-footer-widget-area, 
.site-footer {
    background-color: transparent !important;
    position: relative;
}
.tstk-footer-text-area, 
.tstk-footer-widget-area {
    z-index: 1
}
.tstk-footer-section:before, 
.site-footer:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-image: none !important;
}
.tstk-footer-text-area > .container, 
.footer-wrap.tstk-footer-widget-area > .container {
    position: relative;
    z-index: 2;
}
.footer-wrap .contact-info li {
    position: relative;
    padding: 0px 0px 0px 24px;
    margin-bottom: 15px;
    font-size: 13px;
}
.footer-wrap .contact-info i {
    position: absolute;
    left: 0px;
    top: 0px;
}

.tstk-footer-copyright-box.col-md-12{
    text-align: center;
}

/*=== Footer Tag cloud ===*/
.footer-wrap .widget_tag_cloud a {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: rgba(0, 0, 0, 0.32);
    border-radius: 0px;
}
.footer-wrap .widget_tag_cloud a:hover{
    background-color: var(--tstk-industrey-global-color);
}
.site-footer.tstk-text-color-white .widget_tag_cloud a {
    background-color: #fff;
    color: #0c121d;
}
.site-footer.tstk-text-color-white .widget_tag_cloud a:hover {
    background-color: var(--tstk-industrey-global-color);  
    color: #fff;
}

/*=== Footer Background color set ===*/
.tstk-bg-color-gradient.tstk-bg-color-over-image.elementor-column .tstk-stretched-div:before,
.tstk-bg-color-gradientcolor.tstk-bg-image-yes:before {
    opacity: 0.5;
}

/*=== Footer text color  ====*/
/* White color */
.tstk-footer-section.tstk-text-color-white a {
    color: rgba(255, 255, 255, 1);
}
.tstk-footer-section.tstk-text-color-white {
    color: rgba(255, 255, 255, 0.90);
}

/*=== Global Color ===*/
/* Global BG Color */
.tstk-footer-section.tstk-bg-color-globalcolor:before{
    background-color: var(--tstk-industrey-global-color);  
}

/*=== Global BG Opacity Color ===*/
.tstk-footer-section.tstk-bg-color-globalcolor.tstk-bg-image-yes:before{
    background-color: rgba( var(--tstk-industrey-global-color-rgb) , 0.80 );
}

/* Global Text Color */
.tstk-footer-section.tstk-text-color-globalcolor .widget-title,
.tstk-footer-section.tstk-text-color-globalcolor,
.tstk-footer-section.tstk-text-color-globalcolor a{
   	color: var(--tstk-industrey-global-color); 
}

/*=== Blackish Color ===*/
/* Blackish BG Color */
.tstk-footer-section.tstk-bg-color-blackish:before{
    background-color: var(--tstk-industrey-blackish-bg-color);  
}

/* Blackish BG Opacity Color */
.tstk-footer-section.tstk-bg-color-blackish.tstk-bg-image-yes:before{
    background-color: rgba( var(--tstk-industrey-blackish-color-rgb) , 0.80 );
}

/* Blackish Text Color */
.tstk-footer-section.tstk-text-color-blackish .widget-title,
.tstk-footer-section.tstk-text-color-blackish,
.tstk-footer-section.tstk-text-color-blackish a{
   	color: var(--tstk-industrey-blackish-color); 
}

/*=== Secondary Color ===*/
/* Secondary BG Color */
.tstk-footer-section.tstk-bg-color-secondarycolor:before{
    background-color: var(--tstk-industrey-secondary-color);  
}

/* Secondary BG Opacity Color */
.tstk-footer-section.tstk-bg-color-secondarycolor.tstk-bg-image-yes:before{
    background-color: rgba( var(--tstk-industrey-secondary-color-rgb) , 0.80 );
}

/* Secondary Text Color */
.tstk-footer-section.tstk-text-color-secondarycolor .widget-title,
.tstk-footer-section.tstk-text-color-secondarycolor,
.tstk-footer-section.tstk-text-color-secondarycolor a{
   	color: var(--tstk-industrey-secondary-color); 
}

/*=== White Color ===*/
/* White BG Color */
.tstk-footer-section.tstk-bg-color-white:before{
    background-color: var(--tstk-industrey-white-color);  
}

/* White BG Opacity Color */
.tstk-footer-section.tstk-bg-color-white.tstk-bg-image-yes:before{
    background-color: rgba( var(--tstk-industrey-white-color-rgb) , 0.80 );
}

/* White Text Color */
.tstk-footer-section.tstk-text-color-white .widget-title,
.tstk-footer-section.tstk-text-color-white,
.tstk-footer-section.tstk-text-color-white a{
   	color: var(--tstk-industrey-white-color); 
}

/*=== light Color ===*/
/* light BG Color */
.tstk-footer-section.tstk-bg-color-light:before{
    background-color: var(--tstk-industrey-light-color);  
}

/* light BG Opacity Color */
.tstk-footer-section.tstk-bg-color-light.tstk-bg-image-yes:before{
    background-color: rgba( var(--tstk-industrey-light-color-rgb) , 0.80 );
}

/* light Text Color */
.tstk-footer-section.tstk-text-color-light .widget-title,
.tstk-footer-section.tstk-text-color-light,
.tstk-footer-section.tstk-text-color-light a{
   	color: var(--tstk-industrey-light-color); 
}

/* --------------------------------------
 * Widget Sections
 * ---------------------------------------*/
.widget-title {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 40px;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style: none;
}
.widget a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;   
}
.widget ul a {
    display: inline-block;
}
.widget ul > li ul {
    margin-left: 15px;
    margin-top: 15px;
}
.widget ul > li {
    padding: 0px 0px 15px 0;
    line-height: normal;
}
.widget > ul > li:last-child {
    padding-bottom: 0;
}
.widget ul > li ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

/*=== Calendar Widget ===*/
.widget_calendar table td#today {
    font-weight: bold;
}
.widget_calendar table {
    border-collapse: separate;
    border-color: #dedede;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 0px;
    width: 100%;
}
.widget_calendar table th, .widget_calendar table td {
    color: rgb(255 255 255 / 72%);
    background-color: var(--tstk-industrey-blackish-color);
    border-bottom: 1px solid rgb(255 255 255 / 33%);
    border-right: 1px solid rgb(255 255 255 / 33%);
    padding: 7px;
    text-align: center;
}
.widget_calendar table th{
    background-color: var(--tstk-industrey-global-color);
    color: #fff;
    border-right: 1px solid rgb(255 255 255 / 0%);
    border-bottom: 1px solid rgb(255 255 255 / 0%);
}
.widget_calendar table td#today{
    color: var(--tstk-industrey-global-color);
}
.widget_calendar tbody a{
    color: #fff;
}
.widget_calendar caption {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    caption-side: top;
    color: inherit;
}
.widget_calendar tbody a {
    display: block;    
}
.widget_calendar .wp-calendar-nav{
    margin-top: 15px;    
}
.wp-calendar-nav-prev{
    float: left;
}
.wp-calendar-nav-next{
    float: right;
}
.wp-calendar-nav{
    margin-bottom: 15px;
}

.site-footer .widget_calendar table th, 
.site-footer .widget_calendar table td {
    background-color: transparent;  
}

/*=== industrey_recent_posts_widget ===*/
.industrey_recent_posts_widget .tstk-rpw-list > li {
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: normal;
    width: 100%;
    margin-top: 10px;
    padding-top: 0;
}
.industrey_recent_posts_widget .tstk-rpw-list > li:last-child {
    margin-bottom: 0;
}
.industrey_recent_posts_widget .tstk-rpw-list > li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}
.industrey_recent_posts_widget .tstk-rpw-list > li > a {
    width: 75px;
    flex-shrink: 0;
    margin-right: 15px;
}
.industrey_recent_posts_widget .tstk-rpw-list > li > a img {
    border-radius: 0px;
}
.industrey_recent_posts_widget .tstk-rpw-content .tstk-rpw-date {
    line-height: 17px;
    display: block;
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
.industrey_recent_posts_widget .tstk-rpw-content .tstk-rpw-date a {
    font-size: 13px;
}
.industrey_recent_posts_widget .tstk-rpw-content .tstk-rpw-title a {
    margin-bottom: 0;
}

/*=== post-password-form ===*/
.post-password-form input[name="post_password"] {
    position: relative;
    top: -1px;
    height: 58px;
}
.post-password-form input[type=submit] {
    background-image: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 21px;
    padding-bottom: 20px;
    padding-left: 30px;
    position: relative;
    top: -1px;
}

/*=== widget_categories ===*/
.widget_categories ul li {
    padding-bottom: 0;
    position: relative;    
    padding: 0;
}
.widget_categories ul > li:last-child {
    margin-bottom: 0;
}

/*=== widget_tag_cloud ===*/
.widget_tag_cloud a {
    font-weight: 400;
    font-size: 12px;
    background-color: #1f1f1f;
    padding: 8px 10px 6px;
    line-height: 1;
    display: inline-block;
}
.widget_tag_cloud li {
    list-style: none;
    margin: 0 4px 8px 0;
    display: inline-block;
}
.widget_tag_cloud ul li {
    margin-bottom: 0px;
    padding-bottom: 8px;
}
.tstk-blog-meta-bottom .tstk-meta-tags a,
.themestek-sidebar .widget_tag_cloud ul li a,
.site-content .widget_tag_cloud ul li a{
    display: inline-block;
    font-size: 16px !important;
    padding: 0 18px;
    height: 40px;
    letter-spacing: 0.5px;
    font-weight: 400 !important;
    line-height: 40px;
    background-color: #f4f4f9;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.themestek-sidebar .widget_tag_cloud ul li a {
    background-color: #fff;
}
.tstk-blog-meta-bottom .tstk-meta-tags a:hover,
.themestek-sidebar .widget_tag_cloud ul li a:hover {
    color: #fff;
    background-color: var(--tstk-industrey-global-color);
}

/*=== Footer widget ===*/
.footerlogo {
    margin-bottom: 10px;
}

/*=== RSS Widget ===*/
.rss-date {    
    display: block;
    color: #666;
}
.site-footer.tstk-text-color-white .rss-date {
    color: rgba(255, 255, 255, 0.90);
}
.rss-widget-icon {
    position: relative;
    top: -3px;
}
.widget_rss.widget ul > li {
    padding-bottom: 30px;
}
.widget_rss.widget ul > li:last-child {
    padding-bottom: 0;
}
.widget_rss .rssSummary {   
    opacity: 0.9;
}

/*=== widget_calendar ===*/
.tstk-text-color-white .widget_calendar table {
    border-color: rgba(255, 255, 255, 0.32);
}
.tstk-text-color-white .widget_calendar table th, 
.tstk-text-color-white .widget_calendar table td {
    border-bottom-color: rgba(255, 255, 255, 0.32);
    border-right-color: rgba(255, 255, 255, 0.32);
}

/* --------------------------------------
 * Blog Single
 * ---------------------------------------*/

/*=== Blog video iframe ===*/
.format-video .tstk-featured-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.format-video .tstk-featured-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
iframe {
    max-width: 100%
}

/*=== Blog Gallery ===*/
.format-gallery .tstk-featured-wrapper {
    position: relative;
}
.format-gallery .lSPager {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li a {
    height: 13px;
    width: 13px;
    border: 2px solid #fff;
    background-color: transparent;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: transparent !important;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #fff;
}
.format-quote .tstk-block-quote-content {
    position: relative;
    z-index: 2;
}
.format-quote .tstk-blog-meta {
    display: none;
}
.format-quote .tstk-block-quote-content a {
    display: inline-block;
    margin-top: 22px;
    font-style: normal;
    font-size: 17px;
}
.format-quote .tstk-blog-classic blockquote {
    margin: 0;
}
.format-quote .tstk-blog-classic .tstk-blog-classic-inner {
    display: none;
}
article.format-quote .tstk-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color){    
    margin: 0;
}

/*=== format-link ===*/
.format-link .tstk-link-wrapper {
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.format-link .tstk-link-wrapper:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.65);
}
.format-link .tstk-featured-wrapper .tstk-link-inner {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    padding: 50px;
    position: relative;
    z-index: 2;
}
.format-link .tstk-link-wrapper a {
    color: #fff;
}
.format-link .tstk-link-inner {
    position: relative;
}
.format-link .tstk-link-inner:before {
    font-family: "themestek-base-icons";
    content: '\e803';
    position: absolute;
    right: 40px;
    top: -11px;
    font-weight: 700;
    opacity: 0.25;
    z-index: 1;
    color: #fff;
    font-size: 100px;
}

/*=== Blog info ===*/
.tstk-author-box {
    margin-top: 60px;
    margin-bottom: 25px;
    padding: 45px 45px 25px 48px;
    background-color: var(--tstk-industrey-global-color);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-radius: 20px 20px 0 20px;
    box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 26%);
}
.tstk-author-image {
    height: 100px;
    width: 100px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 35px;
    background-color: #fff;
}
.tstk-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}
.tstk-author-content .tstk-author-name {
    line-height: 30px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}
.tstk-author-content .tstk-author-name a{
    color: #fff;
}
.tstk-author-content .tstk-author-name:before {
    content: "";
    margin-top: -3px;
    width: 40px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
/*=== Classic Meta ===*/
.tstk-blog-meta, 
.tstk-blog-meta a {
    color: #616161;
}
.tstk-blog-meta.tstk-blog-meta-top {
    position: relative;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.tstk-blog-meta-top .tstk-meta {
    padding-left: 20px;
    margin-right: 20px;
    position: relative;
    text-transform: capitalize;
}
.tstk-blog-meta-bottom .tstk-tag-icon i,
.tstk-blog-meta-top .tstk-meta i{
    color: var(--tstk-industrey-global-color);
}

/*=== Blog Classic default ===*/
.tstk-blog-classic-inner .tstk-entry-content p:last-of-type:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.tstk-blog-classic-inner {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.tstk-no-img .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date, 
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date {
    border-radius: 0;
    padding: 0;
}
.tstk-no-img .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left, 
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left {
    width: auto;
    top: 0;
    left: 0;
    position: static;
}
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date .entry-date {
    font-size: 15px;
    line-height: 25px;
}
.tstk-no-img .tstk-blog-meta.tstk-blog-meta-top, 
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top {
    text-align: left;    
}
.tstk-no-img .tstk-blog-meta .tstk-meta-classic-right, 
.tstk-default-view .tstk-blog-meta .tstk-meta-classic-right {
    padding-left: 30px;
}
.tstk-no-img .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date .entry-date, 
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date .entry-date {
    font-size: 15px;
    line-height: 35px;
    margin: 0
}
.tstk-no-img .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date span, 
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date span {
    display: inline-block;
    margin-left: 5px;
}
.tstk-no-img .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date, 
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date {
    line-height: normal;
    display: inline-block;
    width: auto;
    padding: 2px 13px;
    line-height: normal;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px;
}

/*=== Classic no img ===*/
.tstk-social-share .tstk-social-li-facebook a {
    background-color: #3B5998;
}
.tstk-social-share .tstk-social-li-twitter a {
    background-color: #55ACEE;
}
.tstk-social-share .tstk-social-li-google-plus a {
    background-color: #dd4b39;
}
.tstk-social-share .tstk-social-li-linkedin a {
    background-color: #007bb5;
}
.tstk-social-share .tstk-social-li-youtube a {
    background-color: #bb0000;
}
.tstk-social-share .tstk-social-li-instagram a {
    background-color: #125688;
}
.tstk-social-share .tstk-social-li-pinterest a {
    background-color: #cb2027;
}
.tstk-social-share .tstk-social-li-snapchat-ghost a {
    background-color: #fffc00;
}
.tstk-social-share .tstk-social-li-skype a {
    background-color: #00aff0;
}
.tstk-social-share .tstk-social-li-android a {
    background-color: #a4c639;
}
.tstk-social-share .tstk-social-li-dribbble a {
    background-color: #ea4c89;
}
.tstk-social-share .tstk-social-li-vimeo a {
    background-color: #45bbff;
}
.tstk-social-share .tstk-social-li-tumblr a {
    background-color: #2c4762;
}
.tstk-social-share .tstk-social-li-vine a {
    background-color: #00b489;
    color: white;
}
.tstk-social-share .tstk-social-li-foursquare a {
    background-color: #45bbff;
}
.tstk-social-share .tstk-social-li-stumbleupon a {
    background-color: #eb4924;
}
.tstk-social-share .tstk-social-li-flickr a {
    background-color: #f40083;
}
.tstk-social-share .tstk-social-li-yahoo a {
    background-color: #430297;
}
.tstk-social-share .tstk-social-li-soundcloud a {
    background-color: #ff5500;
}
.tstk-social-share .tstk-social-li-reddit a {
    background-color: #ff5700;
}
.tstk-social-share .tstk-social-li-rss a {
    background-color: #ff6600;
}

/*=== Single Comment Section ===*/
.comments-area {
    margin-top: 40px;
}
.comments-area .comments-title {
    margin-bottom: 35px;
    margin-top: 35px;
}
.tstk-post-related .tstk-related-title, 
.comments-area .comments-title, 
.comment-respond .comments-title, 
.comment-respond .comment-reply-title {
    font-size: 34px;
    line-height: 34px; 
    font-weight: 400;
    text-transform: uppercase;
}
.children, .comment-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tstk-comment-avatar {
    float: left;
    margin-right: 22px
}
.comment-list .children li.comment {
    position: relative;
    padding-top: 0;
    padding-left: 0px;
}
.comment-list .children {
    margin-left: 30px;
}
.tstk-comment-date {
    display: block;
    margin-bottom: 10px;
    color: #999999;
    font-size: 18px;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}
.tstk-comment-date a {
    color: #666666;
}
.comment-list .tstk-comment-avatar img {
    border-radius: 50%;
    width: 85px;
    height: 85px;
}
.tstk-comment-content {
    position: relative;
    flex-grow: 1; 
    padding: 20px 30px 20px 40px;
    background: #f4f4f9;
    margin-left: 130px;
    border-radius: 20px 20px 0 20px;
}
.tstk-comment-content .tstk-comment-author {
    display: block;
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: var(--tstk-industrey-blackish-color);
}
.tstk-comment-content .tstk-comment-author a{
    font-weight: 700 !important;
}
.tstk-comment-content:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;   
    z-index: 1;
    left: -20px;
    top: 36px;
    background-color: var(--tstk-industrey-global-color);
}
.tstk-comment-content p{
    margin-bottom: 12px;
}
.reply a {
    display: inline-block;
    font-size: 17px;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color: #666666;
    font-family: 'Teko';
    letter-spacing: 0.5px;
    background-color: var(--tstk-industrey-global-color);
    padding: 0 10px;
    color: #fff;
    border-radius: 0 10px 0 0;
}
.reply a:hover { 
    background-color: var(--tstk-industrey-blackish-color);
    color: var(--tstk-industrey-white-color);
}
.reply a:before {
    font-family: 'themestek-base-icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    font-size: 10px;
    content: "\f112"; 
    margin-right: 5px; 
    color: var(--tstk-industrey-white-color);
}
.comment-list .tstk-comment {
    margin-bottom: 30px;
}
.comment-list>li {
    margin-bottom: 40px;
}
.tstk-comment-content:after, 
.tstk-comment-content:before {
    content: '';
}
.comment-respond .comment-reply-title small {
    margin-left: 23px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5;
}
.comment-respond .comment-reply-title small a{
    color: #999;
}
.comment-respond .comment-reply-title small a:hover{
    color: var(--tstk-industrey-global-color);
}
/*=== Comment-Form ===*/
.comment-list .comment-respond{
    margin-left: 130px;
    margin-bottom: 20px !important;
    background-color: #f4f4f9;
    padding: 35px 35px 23px;
    margin-top: -45px;
    border-radius: 0px 20px 0 20px;
}
.comment-respond {
    margin: 100px 0;
    margin-top: 0;   
    border-radius: 0px;
}
.comment-respond .comment-reply-title{
    margin-bottom: 10px;
}
.comment-respond .inline-field {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    width: 33.3333%;
    margin-left: 13px;
    margin-bottom: 25px;
    font-size: 13px;
    color: silver;
    box-sizing: border-box;
    border-radius: 0;
}
.tstk-comment-form-input-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tstk-comment-form-input-wrapper .tstk-comment-form-input {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    width: 33.3333%;
    margin-left: 13px;
    margin-bottom: 15px;
    font-size: 13px;
    color: silver;
    box-sizing: border-box;
}
.tstk-comment-form-input-wrapper .tstk-comment-form-input:first-child {
    margin-left: 0;
}
.comment-notes, .logged-in-as {
    margin-bottom: 30px;
}
.comment-form input[type=submit]:hover {
    color: #fff;
}
.comment-form .form-submit {
    margin-bottom: 15px;
}
.comment-respond input[type="number"],
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="password"],
.comment-respond input[type="tel"],
.comment-respond input[type="url"],
.comment-respond input[type="search"],
.comment-respond textarea {
    background: #fff; 
}
.comment-respond textarea:focus,
.comment-respond input:focus{
    outline: none;   
    border-color: var(--tstk-industrey-global-color);
}
.comment-form-cookies-consent{
    margin-bottom: 5px;
}
.comment-form-cookies-consent input[type=checkbox]{
    position: absolute;
    left: 0;
    top: 8px;
}
.comment-form-cookies-consent{
    padding-left: 25px;
    position: relative;
}

/*=== pingback ===*/
.pingback .tstk-comment-content {
    margin-left: 0px;
}
.trackback .tstk-comment-content:before, 
.trackback .tstk-comment-content:after,
.pingback .tstk-comment-content:before, 
.pingback .tstk-comment-content:after {
    display: none;
}
.trackback .tstk-comment-content {
    margin-left: 0px;
}

/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/
/*=== tstk-portfolio-related ===*/
.single .tstk-portfolio-related, 
.single .tstk-post-related, 
.single .tstk-service-related {
    margin-top: 55px;
}

/* --------------------------------------
 * Team Member  Single
 * ---------------------------------------*/
.container.tstk-team-single-style-1 {
    padding: 0;
}

/*=== List Style Two ===*/
.tstk-team-name-info {
    margin-bottom: 20px;
}
.tstk-team-left-inner {
    margin-right: 20px;
    position: relative;
    background-color: #eef7f9;
    overflow: hidden;
}
.single-tstk-team-member .tstk-short-description {
    margin-top: 35px;
}
.tstk-single-team-info {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    font-size: 15px;
}
.tstk-single-team-info li {
    margin-bottom: 15px;
}
.tstk-single-team-info li label, 
.tstk-portfolio-line-title, 
.tstk-details-label {
    font-weight: 600;
}
.tstk-portfolio-single .tstk-details-label {
    margin-top: 0;
}
.tstk-details-label {
    margin-top: 10px;
}
.tstk-single-team-info .icon {
    margin-right: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
}
.tstk-team-single .tstk-team-social-links a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
}
.tstk-team-single .tstk-team-social-links a:hover {
    background-color: var(--tstk-industrey-global-color);
    color: #fff !important;
    border-color: transparent;
}
.tstk-team-single .tstk-team-social-links li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.tstk-team-single .tstk-entry-content {
    margin: 40px -10px 0 -10px;
}
.tstk-team-social-links {
    list-style: none;
    margin: 0;
    padding: 0
}
.tstk-team-social-links li {
    display: inline-block;
    margin-right: 10px;
}
.tstk-team-single .tstk-team-social-links li:last-child{
    margin-right: 0;
}
.tstk-team-single .tstk-team-title {
    margin-bottom: 5px;
}
.tstk-team-single .tstk-team-designation {
    font-size: 16px;
    line-height: 26px;
    color: #797979;
    margin-bottom: 35px;
}
.tstk-team-form .input-group {
    display: block;
    margin-bottom: 20px;
}
.tstk-team-form .input-group input[type="text"], 
.tstk-team-form .input-group input[type="email"], 
.tstk-team-form .input-group textarea {
    font-size: 13px;
    background: #fff;
    border: none;
}

/*==tstk-team-single-style-2===*/
.single-tstk-team-member .tstk-team-single-style-2 .tstk-short-description {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0px;
}
.tstk-team-single-style-2 .tstk-single-team-info li {
    margin-bottom: 15px;
    color: #2c2c2c;
}

/* --------------------------------------
 * themestek-ul-list
 * ---------------------------------------*/
.themestek-ul-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.themestek-ul-list ul li {
    margin: 12px 0;
}
.themestek-ul-list ul li i {
    margin-right: 10px;
    vertical-align: middle;
}
.themestek-ul-list.tstk-ul-type-disc ul {
    margin: 0;
    padding: 0;
}
.themestek-ul-list.tstk-ul-type-disc li {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}
.themestek-ul-list.tstk-ul-type-disc li:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
}
.themestek-ul-list.icon-large ul li i {
    font-size: 20px;
}

/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.search-results .tstk-top-search-form {
    margin-bottom: 50px;
    margin-left: 0px;
    position: relative;
}
.search-results .tstk-top-search-form .search-form input[type="search"] {   
    height: 60px;
}
.search-results .tstk-top-search-form .search-form button{
    top: 5px;
    right: 5px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.search-results .tstk-top-search-form .search-form button:after {
    position: absolute;
    font-family: 'themestek-base-icons';
    content: '\e800';
    right: 16px;
    font-size: 16px;
    top: 17px;
    font-size: 16px;
    color: #ffffff;
    line-height: normal;
}
.tstk-search-results {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.tstk-search-results .tstk-read-more-link{
    margin-top: 15px;
}
.tstk-search-results-left {
    margin-right: 30px;
}
.tstk-search-results-left {
    width: 175px;
    flex-shrink: 0;
}
.tstk-search-results-right .tstk-post-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}
.tstk-search-results-right .tstk-post-title a {
    color: var(--tstk-industrey-blackish-color);  
}
.tstk-search-results-right .tstk-post-title a:hover{
    color: var(--tstk-industrey-global-color);
}
.search-results .content-area.col-md-9 .site-main .page {
    padding-bottom: 0px;
}

/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.nav-links {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.tstk-sidebar-exists .nav-links {
    margin-bottom: 0px;
}
body.search .nav-links {
    margin-top: 50px;
    margin-bottom: 50px;
}
.nav-links .page-numbers {
    padding: 10px 17px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #eee;
    background-color: #fff;    
    border-radius: 0px;
}
.nav-links .page-numbers:hover, 
.nav-links .page-numbers.current{
    color: #fff;
    background-color: var(--tstk-industrey-global-color);
}
.tstk-gallery {
    display: table;
}
.tstk-gallery > .tstk-gallery-image {
    display: table-cell;
    width: 100%;
}

/* --------------------------------------
 * Carousel
 * ---------------------------------------*/
.themestek-element-viewtype-row-column .tstk-carousel-navs{
    display: none;
}
.themestek-element-viewtype-carousel .tstk-carousel-navs{
    display: block;
}
.themestek-element-viewtype-carousel .container {
    position: relative;
}
.tstk-carousel-navs {
    position: absolute;
    right: 0;
    top: 0px;
    width: 50px;
}
.tstk-carousel-navs a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px;
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    background-color: var(--tstk-industrey-blackish-bg-color);
    border-radius: 15px 0 0 0;
}
.tstk-carousel-navs a.tstk-carousel-next {
    background-color: var(--tstk-industrey-global-color);
    border-radius: 0 0 15px 0;
}
.tstk-elementor-bg-color-blackish .tstk-carousel-navs a{
    color: var(--tstk-industrey-blackish-color);
    background-color: #fff;
}
.tstk-carousel-navs .tstk-carousel-prev:after,
.tstk-carousel-navs .tstk-carousel-next:after{
    position: absolute;
    content: "\e814";
    left: 0;
    width: 100%;
    font-family: 'themestek-base-icons';
}
.tstk-carousel-navs a:hover {
    color: #fff;
    background-color: var(--tstk-industrey-global-color);
}
.tstk-carousel-navs .tstk-carousel-prev:after {
    transform: rotate(180deg);
}
.tstk-carousel-navs a.tstk-carousel-next{    
    color: #fff;
    background-color: var(--tstk-industrey-global-color);
    margin-top: -6px;
}
.themestek-element-viewtype-carousel .owl-nav {
    position: absolute;
    top: -50px;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next, 
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    text-align: center;
    z-index: 15;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 0;
    border-radius: 0;
    font-size: 30px;
    outline: none;
    display: inline-block;
    position: absolute;
    box-shadow: inherit;  
    background-color: var(--tstk-industrey-blackish-bg-color);    
    border-radius: 15px 0 0 0;
}

.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next{
    background-color: var(--tstk-industrey-global-color);
    border-radius: 0 0 15px 0;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:hover{
    background-color: var(--tstk-industrey-blackish-bg-color);
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: var(--tstk-industrey-global-color);
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after, 
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
    font-family: "themestek-base-icons";
    content: '\e84f';
    font-size: 18px;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
    content: '\e84e';   
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next span, 
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev span {
    display: none;
} 
.tstk-text-color-white .themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:hover,
.tstk-text-color-white .themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    background-color: var(--tstk-industrey-white-color);  
    color: var(--tstk-industrey-blackish-color); 
}
.tstk-text-color-white .themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: var(--tstk-industrey-global-color);
}
.tstk-text-color-white .themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:hover{
    color: #fff; 
}

/*=== carousel dot ===*/
.themestek-element-viewtype-carousel .owl-carousel button.owl-dot {
    height: 11px;
    width: 11px;
    border: 0;
    background-color: #b7b7b7;
    margin: 0 8px;
    outline: none;
}
.themestek-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    position: relative;
    height: 10px;
    width: 10px;
    background-color: var(--tstk-industrey-global-color);
}
.themestek-element-viewtype-carousel .owl-carousel button.owl-dot.active:after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--tstk-industrey-global-color);
}
.tstk-text-color-white .themestek-element-viewtype-carousel .owl-carousel button.owl-dot {
    border-color: #fff;
}
.tstk-text-color-white .themestek-element-viewtype-carousel .owl-carousel button.owl-dot:before{
    display: none;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 45px;
}
.owl-right .themestek-element-viewtype-carousel .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 15px;
}
.owl-right .themestek-element-viewtype-carousel .owl-carousel button.owl-dot.active{
    background-color: var(--tstk-industrey-global-color);
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button {
    cursor: pointer;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    right: 0px;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: -30px;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 20;
    transition: all .4s ease 0s;
}
.themestek-element-viewtype-carousel .tstk-ele {
    display: none;
}
.elementor-editor-active .themestek-element-viewtype-carousel .tstk-ele {
    display: block;
}
.themestek-element-viewtype-carousel .owl-carousel .tstk-ele {
    display: block;
}

.themestek-element-viewtype-carousel[data-columns="1"] .tstk-ele:nth-child(1) {
    display: block;
}
.themestek-element-viewtype-carousel[data-columns="2"] .tstk-ele:nth-child(1), 
.themestek-element-viewtype-carousel[data-columns="2"] .tstk-ele:nth-child(2) {
    display: block;
}
.themestek-element-viewtype-carousel[data-columns="3"] .tstk-ele:nth-child(1), 
.themestek-element-viewtype-carousel[data-columns="3"] .tstk-ele:nth-child(2), 
.themestek-element-viewtype-carousel[data-columns="3"] .tstk-ele:nth-child(3) {
    display: block;
}
.themestek-element-viewtype-carousel[data-columns="4"] .tstk-ele:nth-child(1), 
.themestek-element-viewtype-carousel[data-columns="4"] .tstk-ele:nth-child(2), 
.themestek-element-viewtype-carousel[data-columns="4"] .tstk-ele:nth-child(3), 
.themestek-element-viewtype-carousel[data-columns="4"] .tstk-ele:nth-child(4) {
    display: block;
}

.themestek-element-viewtype-carousel[data-columns="5"] .tstk-ele:nth-child(1), 
.themestek-element-viewtype-carousel[data-columns="5"] .tstk-ele:nth-child(2), 
.themestek-element-viewtype-carousel[data-columns="5"] .tstk-ele:nth-child(3), 
.themestek-element-viewtype-carousel[data-columns="5"] .tstk-ele:nth-child(4), 
.themestek-element-viewtype-carousel[data-columns="5"] .tstk-ele:nth-child(5) {
    display: block;
}
.themestek-element-viewtype-carousel[data-columns="6"] .tstk-ele:nth-child(1), 
.themestek-element-viewtype-carousel[data-columns="6"] .tstk-ele:nth-child(2), 
.themestek-element-viewtype-carousel[data-columns="6"] .tstk-ele:nth-child(3), 
.themestek-element-viewtype-carousel[data-columns="6"] .tstk-ele:nth-child(4), 
.themestek-element-viewtype-carousel[data-columns="6"] .tstk-ele:nth-child(5), 
.themestek-element-viewtype-carousel[data-columns="6"] .tstk-ele:nth-child(6) {
    display: block;
}

/*=== Multi Columns ROW correction ===*/
.multi-columns-row .first-in-row {
    clear: left;
}
.multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: left;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: left;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: left;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: left;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: left;
}
.multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
    clear: left;
}
.multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: left;
}
.multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: left;
}
.multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: left;
}
.multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: left;
}
.multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: left;
}
.multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
    clear: left;
}

@media (min-width:768px) {
    .multi-columns-row .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
        clear: none;
    }

    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }

    .multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
        clear: left;
    }

}

@media (min-width:992px) {
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
        clear: left;
    }

    .search-results .site-main .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: left;
    }

    .multi-columns-row .col-md-20percent:nth-child(5n + 6) {
        clear: left;
    }

}

@media (min-width:1200px) {
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-md-20percent:nth-child(5n + 6) {
        clear: none;
    }

    .multi-columns-row .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }

    .multi-columns-row .col-lg-20percent:nth-child(5n + 6) {
        clear: left;
    }

}

/*===scroll-to-top===*/
body .scroll-to-top {
    position: fixed;
    z-index: 200;
    opacity: 0;
    bottom: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    background-color: var(--tstk-industrey-global-color);
    text-align: center; 
    border: 3px solid #eeeeee;
    color: #fff;
}
body .scroll-to-top.show {
    opacity: 1;
}
body .scroll-to-top:hover {
    color: #fff !important;
    background-color: #222;
}

/* --------------------------------------
 * Blog classic gallery
 * ---------------------------------------*/
.tstk-blog-classic .wp-block-gallery .blocks-gallery-image, 
.tstk-blog-classic .wp-block-gallery .blocks-gallery-item{
    overflow: hidden;
}
.tstk-blog-classic .wp-block-gallery .blocks-gallery-image figcaption, 
.tstk-blog-classic .wp-block-gallery .blocks-gallery-item figcaption {
    background: #eee;
    background: rgba(255, 255, 255, .8);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: -100%;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tstk-blog-classic .wp-block-gallery .blocks-gallery-image:hover figcaption, 
.tstk-blog-classic .wp-block-gallery .blocks-gallery-item:hover figcaption {
    bottom: 0;
}
.tstk-blog-classic .tstk-entry-content:after, 
.clear:before, 
.clear:after, 
blockquote:before, 
blockquote:after, 
.entry-content:before, 
.entry-content:after, 
.entry-summary:before, 
.entry-summary:after, 
.comment-content:before, 
.comment-content:after, 
.site-content:before, 
.site-content:after, 
.site-main > article:before, 
.site-main > article:after, 
.primary-menu:before, 
.primary-menu:after, 
.social-links-menu:before, 
.social-links-menu:after, 
.textwidget:before, 
.textwidget:after, 
.content-bottom-widgets:before, 
.content-bottom-widgets:after {
    content: "";
    display: table;
}

.tstk-blog-classic .tstk-entry-content:after, 
.clear:after, 
blockquote:after, 
.entry-content:after, 
.entry-summary:after, 
.comment-content:after, 
.site-content:after, 
.site-main > article:after, 
.primary-menu:after, 
.social-links-menu:after, 
.textwidget:after, 
.content-bottom-widgets:after {
    clear: both;
}

/* --------------------------------------
 * Blog Block
 * ---------------------------------------*/
ul.wp-block-latest-posts, 
ul.wp-block-categories, 
ul.wp-block-archives {
    list-style: none;
}
ul.wp-block-latest-posts li, 
ul.wp-block-categories li, 
ul.wp-block-archives li {
    padding-bottom: 0;
    position: relative;
    margin: 15px 0;
    padding: 0;
}
ul.wp-block-latest-posts li a{
    line-height: normal;
    display: block;
    margin-bottom: 5px;
}
ul.wp-block-categories > li ul {
    margin-left: 15px;
    margin-top: 15px;
}
ul.wp-block-categories li > a, 
ul.wp-block-archives li > a {
    position: relative;
    padding-left: 20px;
}
ul.wp-block-categories li > a:before, 
ul.wp-block-archives li > a:before {
    position: absolute;
    content: '\f101';
    left: 0px;
    font-size: 16px;
    top: 0px;
    color: inherit;
    font-family: 'themestek-base-icons';
}
ul.wp-block-archives li > a:before {
    top: -2px;
}
ul.wp-block-archives ul.children {
    margin-left: 15px;
    margin-top: 15px;
}
ul.wp-block-categories li span {
    width: 21px;
    height: 21px;
    line-height: 21px;
    background-color: #f2f3f4;
    color: #222;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    margin-left: 10px;
    border-radius: 50%;
}
.wp-block-archives-dropdown {
    margin-bottom: 10px;
}
.wp-block-button {
    margin: 3rem 0;
}
.wp-block-cover-image-text, 
.wp-block-cover-text, 
section.wp-block-cover-image h2 {
    color: #fff !important;
}
.tstk-blog-classic .wp-block-column blockquote {
    padding: 30px 30px 30px 30px;
}
.tstk-blog-classic .wp-block-column blockquote:after {
    font-size: 40px;
    line-height: 40px;
    top: 29px;
    left: 12px;
}
.wp-block-button.alignleft {
    margin-top: 0;
    margin-right: 20px;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
    font-size: 16px;
    text-align: left;
}
.is-style-outline a.wp-block-button__link:hover {
    color: #fff;
    border-color: transparent;
}
.wp-block-gallery .blocks-gallery-caption {
    margin-bottom: 25px;
    margin-top: -10px;
}
.wp-block-categories-dropdown {
    margin-bottom: 20px;
}
.wp-block-group.has-background {
    padding: 25px;
    margin-bottom: 15px;
}
.wp-block-search {
    position: relative;
    display: inline-block;
}
.wp-block-search button {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 58px;
    line-height: 58px;
    margin-top: -29px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 70px;
}
.wp-block-search input[type="search"] {
    height: 58px;
    line-height: 58px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding-right: 50px;
}

.wp-block-search .wp-block-search__button:after {
    font-family: "themestek-base-icons";
    content: '\e800';
    position: absolute;
    right: 24px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #fff;
    font-size: 18px;
}
.wp-block-search .wp-block-search__button {
    font-size: 0;
    top: auto;
    bottom: 0;
    background-color: var(--tstk-industrey-global-color);
}
.widget  .wp-block-search .wp-block-search__button:after {
    color: var(--tstk-industrey-blackish-color);
}
.widget  .wp-block-search .wp-block-search__button {
    background-color: transparent;
}

.wp-block-archives-dropdown, 
.wp-block-search {
    margin-bottom: 25px;
}
.wp-block-pullquote.has-background blockquote:before{
    text-align: left;
}

/*===wp-block-tag-cloud===*/
.wp-block-tag-cloud a {
    display: inline-block;
    font-size: 14px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0px 9px 10px 0px rgba(26, 47, 106, 0.07);
    margin-bottom: 8px;
    margin-right: 8px;
}
.wp-block-tag-cloud a:hover {
    background-color: var(--tstk-industrey-global-color);
    color: #fff;
}

/*=== wp-block-calendar ===*/
.wp-block-calendar table td#today {
    font-weight: bold;
}
.wp-block-calendar table {
    border-collapse: separate;
    border-color: #dedede;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 0px;
    width: 100%;
}
.wp-block-calendar table th, 
.wp-block-calendar table td {
    border: 0;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 10px;
}
.wp-block-calendar caption {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    caption-side: top;
    color: inherit;
}
.wp-block-calendar tbody a {
    display: block;
    font-weight: 700;
}
.wp-block-calendar table td#prev {
    text-align: left;
}
.wp-block-calendar table td#next {
    text-align: right;
}
.wp-block-calendar tfoot a {
    text-decoration: none;
}
.is-style-outline > .wp-block-button__link{
    color: #000 !important;
}
.wp-block-button__link,
.wp-block-button__link:active, 
.wp-block-button__link:focus, 
.wp-block-button__link:hover, 
.wp-block-button__link:visited {
    color: #fff !important;
}
.is-style-outline a.wp-block-button__link:hover {
    color: #fff;
    border-color: transparent;
}
.is-style-outline a.wp-block-button__link:hover, 
.wp-block-button__link:hover{
    background-color: var(--tstk-industrey-global-color);
}
.is-style-squared.wp-block-button .wp-block-button__link {
    border-radius: 0 !important;
}

/* --------------------------------------
 * Infinite Scroll 
 * ---------------------------------------*/
.tstk-infinite-loader{
    display: none;
    text-align: center;
}
.tstk-infinite-loader-hide{
    display: none !important;
}
.tstk-infinite-scroll-last{
    display: none;
}
.tstk-infinite-scroll-data{
    display: none;
}

/* --------------------------------------
 * elementor-editor-active 
 * ---------------------------------------*/
.elementor-top-section.elementor-section > .elementor-container,
.elementor-editor-active .elementor-column,
.elementor-editor-active .elementor-background-overlay{
    z-index: 1;
}
.tstk-add-block-btn {
    border: 1px solid black;
    padding: 15px;
    margin: 0 15px;
    cursor: pointer;
    background: #93003c;
    color: white;
}

/* --------------------------------------
 *  Blackish Color
 * ---------------------------------------*/
 /*=== Blackish Text Color ===*/
.tstk-btn-style-outline.tstk-btn-color-white .elementor-button:hover,
.tstk-footer-section.tstk-text-color-blackish .widget-title,
.tstk-footer-section.tstk-text-color-blackish a,
.tstk-btn-style-text.tstk-btn-color-blackish .elementor-button,
.tstk-btn-style-flat.tstk-btn-color-light .elementor-button,
.tstk-btn-style-flat.tstk-btn-color-white .elementor-button,

.tstk-color-blackish,
.tstk-text-color-blackish h1, 
.tstk-text-color-blackish h2, 
.tstk-text-color-blackish h3, 
.tstk-text-color-blackish h4, 
.tstk-text-color-blackish h5, 
.tstk-text-color-blackish h6,
.tstk-blackish{
	color: var(--tstk-industrey-blackish-color);   
}

 /*=== Blackish BG Color ===*/
 button, 
 html input[type=button], 
 input[type=reset], 
 input[type=submit], 
 .tstk-btn-style-outline.tstk-btn-color-blackish .elementor-button:hover,
 .tstk-btn-style-flat.tstk-btn-color-globalcolor .elementor-button:hover,
 .tstk-btn-style-flat.tstk-btn-color-white .elementor-button:hover,
 .tstk-btn-style-flat.tstk-btn-color-blackish .elementor-button, 
 .tstk-bg-color-blackish,
 body .scroll-to-top:hover{
    background-color: var(--tstk-industrey-blackish-bg-color);  
 }

 /* --------------------------------------
 *  White Color
 * ---------------------------------------*/
/*=== Light BG Color ===*/
.tstk-bg-color-white{
    background-color: #fff;
}
.tstk-color-white,
.tstk-text-color-white h1, 
.tstk-text-color-white h2, 
.tstk-text-color-white h3, 
.tstk-text-color-white h4, 
.tstk-text-color-white h5, 
.tstk-text-color-white h6,
.tstk-white{
	color: var(--tstk-industrey-white-color); 
}

 /* --------------------------------------
 *  Sub Category
 * ---------------------------------------*/
 .tstk-sub-cat-list-wrapper {
    background-color: var(--tstk-industrey-light-bg-color);
    padding: 40px 35px 25px;
    border-radius: 15px 15px 0 15px;
}
.tstk-sub-cat-list.col-md-12 .tstk-sub-cat-list-wrapper{
    margin-bottom: 35px;
}
.tstk-sub-cat-list-wrapper .tstk-sub-cat-list-title {
    position: relative;
    padding: 0;    
    margin-bottom: 20px;
}
ul.tstk-sub-cat-list {
    padding: 0;
    margin: 0;
}
ul.tstk-sub-cat-list li {
    list-style: none;
    display: block;   
    margin: 2px 0;
}
ul.tstk-sub-cat-list li a {
    background: #fff;
    background-color: var(--tstk-industrey-light-bg-color);
    padding: 15px 15px 15px 35px;
    display: block;
    position: relative;
    border-radius: 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
}
ul.tstk-sub-cat-list li a i {
    color: var(--tstk-industrey-global-color);
    font-size: 23px;
    display: block;
    text-align: center;
    line-height: 26px;  
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 11px;
}
.archive.tax-tstk-portfolio-category .tstk-ele.tstk-ele-portfolio{
    margin-bottom: 30px;
}

@-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }

/* ====== RTL ====== */

/* Comment */
body.rtl .tstk-comment-avatar{
    float: right;
    margin-left: 22px;
    margin-right: 0;
}
body.rtl .tstk-comment-content{
    margin-right: 130px;
    margin-left: 0;
}
body.rtl .tstk-comment-content:before{
    left: inherit;
    right: -20px;
}
body.rtl .tstk-author-image{
    margin-right: 0;
    margin-left: 35px;
}
body.rtl ul.tstk-blog-list-ele li i{
    margin-left: 15px;
    margin-right: 0;
}
body.rtl .comment-form .form-submit{
    text-align: right;
}
body.rtl .comment-list .comment-respond{
    margin-right: 130px;
    margin-left: 0;
}
body.rtl .nav-links .page-numbers{
    float: none;
}
body.rtl .next.page-numbers i:before{
    transform: rotate(-180deg);
}
body.rtl .tstk-comment-form-input-wrapper .tstk-comment-form-input:first-child{
    margin-left: 13px;
}
body.rtl .tstk-comment-form-input-wrapper .tstk-comment-form-input:last-child{
    margin-left: 0px;
}
body.rtl .comment-form-cookies-consent{
    padding-left: 0px;
    padding-right: 25px;
}
body.rtl .comment-form-cookies-consent input[type=checkbox]{
    left: inherit;
    right: 0px;
}
body.rtl .tstk-comment-content{
    padding: 20px 40px 20px 30px;
    border-radius: 20px 20px 20px 0;
}
body.rtl .tstk-author-box{
    border-radius: 20px 20px 20px 0;
    padding: 45px 48px 25px 45px;
}
body.rtl .tstk-author-content .tstk-author-name:before{
    margin-left: 10px;
    margin-right: 0px;
}
body.rtl .reply a:before{
    margin-left: 5px;
    margin-right: 0px;
}
body.rtl .widget ul{
    margin: 0px;
    padding: 0px;
}

/*=== widget_tag_cloud ===*/
body.rtl .tstk-blog-meta-bottom .tstk-meta-tags a,
body.rtl .themestek-sidebar .widget_tag_cloud ul li a,
body.rtl .site-content .widget_tag_cloud ul li a{
    font-size: 13px !important;
}