/*------------------------------------------------------------------
[Master Stylesheet]
- Pre Header setting
- Header setting
- Heading Subheading Element
- Icon Heading Box
- Titlebar section
- Blog Box
- Portfolio Section
- Team Member Section
- Contact Form 7
- Client Logo Section
- Progress Bar Section
- Pricing Table Section
- Sidebar widget Section
- Footer Section
- Timebox List Section
- Custom Button
- Fact and digit
- Service Style
- Progress Bar
- Contact form
- error-404
- Search Popup Area CSS
- Tab and Accordion
- Button Section
- Text Style Section
-------------------------------------------------------------------*/

body {
	counter-reset: thsnbox1 thsnbox2 thsnbox3 thsnbox4;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	padding: 15px 30px;
	outline: none;
	border-radius: 0px;
	font-weight: 700;
}
/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/

.thsn-contact-info {
	font-size: 13px;
}
.thsn-pre-header-wrapper {
	font-size: 12px;
}
.thsn-color-white .thsn-contact-info li,
.thsn-color-white .thsn-contact-info li a,
.thsn-pre-header-wrapper.thsn-color-white .thsn-social-links a,
.thsn-pre-header-wrapper.thsn-color-white .thsn-header-search-btn a {
	color: #fff;
}
.thsn-color-white .thsn-contact-info li a:hover {
	opacity: 0.8;
}
.thsn-pre-header-wrapper .thsn-social-links {
	display: inline-block;
}
.thsn-contact-info li {
	position: relative;
	display: inline-flex;
}
.thsn-contact-info li i {
	font-size: 18px;
}

/* --------------------------------------
 * thsn-top-bar-bt 
 * ---------------------------------------*/

 .thsn-top-bar-bt {
	font-size: 13px;
	display: inline-block;
	padding: 0 30px;
	background-color: #56aa46;
	color: #fff;
	vertical-align: top;
	font-weight: bold;
}
.thsn-top-bar-bt:hover {
	color: #fff;
}
.thsn-pre-header-right {
	display: flex;
}
.thsn-contact-info,
.thsn-pre-header-wrapper .thsn-social-links,
.thsn-pre-header-wrapper .thsn-pre-header-right>*,
.thsn-pre-header-wrapper .thsn-header-search-btn {
	position: relative;
}
.thsn-pre-header-wrapper .thsn-social-links,
.thsn-pre-header-wrapper .thsn-header-search-btn {
	padding: 0 15px;
}

/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
.site-title,
.site-title a {
	-webkit-transition: none;
	transition: none;
}
.thsn-header-box span {
	display: block;
}
.thsn-right-box {
	position: relative;
}
.navigation-top-wrapper {
	display: flex;
	flex-grow: 1;
}
.thsn-slider-bottom-section {
	display: none;
}
.thsn-sticky-header .thsn-header-menu-area {
	background-color: transparent !important;
}

/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
/*** Dropdown Menu ( White ) ***/
.thsn-navbar.thsn-dropdown-active-color-white ul>li>ul>li.current-menu-item>a,
.thsn-navbar.thsn-dropdown-active-color-white ul>li>ul li.current_page_item>a,
.thsn-navbar.thsn-dropdown-active-color-white ul>li>ul li.current_page_ancestor>a,

/*** Main Menu ( White ) ***/
.thsn-navbar.thsn-main-active-color-white>div>ul>li:hover>a,
.thsn-navbar.thsn-main-active-color-white>div>ul>li.current_page_item>a,
.thsn-navbar.thsn-main-active-color-white>div>ul>li.current-menu-parent>a {
	color: #fff;
}

/*** Dropdown Menu ( Blackish ) ***/
.thsn-navbar.thsn-dropdown-active-color-blackish ul>li>ul>li.current-menu-item>a,
.thsn-navbar.thsn-dropdown-active-color-blackish ul>li>ul li.current_page_item>a,
.thsn-navbar.thsn-dropdown-active-color-blackish ul>li>ul li.current_page_ancestor>a,

/*** Main Menu ( Blackish ) ***/
.thsn-navbar.thsn-main-active-color-blackish>div>ul>li:hover>a,
.thsn-navbar.thsn-main-active-color-blackish>div>ul>li.current_page_item>a,
.thsn-navbar.thsn-main-active-color-blackish>div>ul>li.current-menu-parent>a {
	color: #071323;
}

/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/

.thsn-heaing-style-1 .left-align {
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
	position: relative;
}
.thsn-heaing-style-1 .left-align:before,
.thsn-heaing-style-1 .left-align:after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #e5e5e5;
	left: -3px;
}
.thsn-heaing-style-1 .left-align:before {
	top: 0;
}
.thsn-heaing-style-1 .left-align:after {
	bottom: 0;
}
.thsn-elementor-bg-color-blackish .thsn-heaing-style-1 .left-align,
.thsn-bg-color-blackish .thsn-heaing-style-1 .left-align {
	border-left-color: #353536;
}
.thsn-heaing-style-2 .thsn-element-subtitle {
	position: relative;
	padding-bottom: 15px;
	display: inline-block;
}
.thsn-heaing-style-2 .thsn-element-subtitle:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 6px;
	left: 0;
	background-color: khaki;
}
.thsn-heaing-style-2 .thsn-element-subtitle:after {
	content: '';
	width: 40px;
	height: 3px;
	position: absolute;
	bottom: 5px;
	left: 0;
	background-color: #000;
}
.thsn-heaing-style-2 .center-align .thsn-element-subtitle:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* --------------------------------------
 * Icon Heading Box
 * ---------------------------------------*/
.thsn-elementor-bg-color-globalcolor.thsn-text-color-white .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-subheading h4:after,
.thsn-bg-color-globalcolor.thsn-text-color-white .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-subheading h4:after,
.thsn-text-color-white .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-subheading h4:after {
	background-color: #fff;
}
/* --------------------------------------
 * Titlebar section
 * ---------------------------------------*/

.thsn-header-style-4 .thsn-title-bar-content {
	padding-top: 200px;
}
/* --------------------------------------
 * Blog box style
 * ---------------------------------------*/

.thsn-meta-line a,
.thsn-meta-line {
	color: #999999;
	font-size: 12px;
}.thsn-meta-line {
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
body.rtl .thsn-meta-line{
	margin-left: 10px;
	margin-right: 0px;
}
.themesion-element-blog .thsn-meta-comment-wrapper.thsn-meta-line:before {
	content: "|";
	position: absolute;
	top: 0;
	left: 0px;
}
body.rtl .themesion-element-blog .thsn-meta-comment-wrapper.thsn-meta-line:before{
	left: inherit;
	right: 0px;
}
.themesion-element-blog .thsn-meta-comment-wrapper.thsn-meta-line {
	padding-left: 10px;
}
body.rtl .themesion-element-blog .thsn-meta-comment-wrapper.thsn-meta-line{
	padding-left: 0px;
	padding-right: 10px;
}
.themesion-element-blog .thsn-meta-comment-wrapper i {
	color: var(--thsn-logisto-global-color);
}

/*=== Classic blog ===*/
.thsn-blog-meta-top .thsn-meta {
	margin-right: 0;
	position: relative;
	padding-left: 0;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
}
.thsn-blog-meta-top .thsn-meta a {
	color: #666666;
}
.thsn-blog-meta-top .thsn-meta a:hover {
	color: var(--thsn-logisto-secondary-color);
}
.thsn-blog-meta-top .thsn-meta {
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
body.rtl .thsn-blog-meta-top .thsn-meta {
	margin-left: 20px;
	margin-right: 0;
}
.thsn-blog-classic {
	margin-bottom: 30px;
	position: relative;
}
article:not(.thsn-no-img) .thsn-blog-classic {
	padding: 0 0px 25px 0px;
}
.thsn-blog-meta.thsn-blog-meta-top {
	padding-bottom: 0;
	margin-bottom: 0;
}
.thsn-no-img .thsn-blog-classic .thsn-blog-classic-inner {	
	margin-top: 0;
	margin-right: 0;	
    padding-top: 40px;
}
.thsn-blog-classic .thsn-blog-classic-inner{
	background: #fff;
	box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 5%);
    margin-right: 35px;
    position: relative;
	padding: 40px 35px 30px;
	margin-top: -30px;
}
body.rtl .thsn-blog-classic .thsn-blog-classic-inner{
	margin-left: 35px;
	margin-right: 0px;
}
.thsn-entry-content .wp-caption:last-child,
.thsn-blog-classic .thsn-blog-classic-inner .wp-audio-shortcode:last-child,
.thsn-blog-classic .thsn-blog-classic-inner .thsn-read-more-link:last-child,
.thsn-blog-classic .thsn-blog-classic-inner .wp-block-pullquote:last-child,
.thsn-blog-classic .thsn-blog-classic-inner .wp-block-media-text:last-child,
.thsn-blog-classic .thsn-blog-classic-inner .wp-block-cover.has-background-dim {
	margin-bottom: 25px;
}
.thsn-no-img.post.sticky {
	padding: 40px 40px 10px 40px;
}
.thsn-entry-content .gallery {
	margin-bottom: 30px;
}
.thsn-blog-classic .thsn-featured-wrapper {
	margin-bottom: 0;
    margin-top: -30px;
}
.site-main article:last-of-type .thsn-blog-classic {
	margin-bottom: 0px;
}
.thsn-blog-classic .thsn-post-thumbnail {
	margin-bottom: 60px;
}
.thsn-blog-classic .thsn-post-title {
	font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
    margin-top: -15px;
}
.thsn-blog-classic .thsn-post-title a {
	color: var(--thsn-logisto-blackish-color);
}
.thsn-blog-classic .thsn-post-title a:hover {
	color: var(--thsn-logisto-secondary-color);
}
.thsn-blog-classic .thsn-entry-content {
	margin-top: 20px;
}
.single .thsn-blog-classic .thsn-blog-classic-inner .thsn-entry-content {
	margin-top: 15px;
}
article.post {
	margin-top: 30px;
}
article.post.thsn-no-img {
	margin-top: 0px;
}
.thsn-blog-classic .thsn-featured-img-wrapper {
	position: relative;
	top: 0px;
}
.thsn-blog-classic .thsn-meta-date-wrapper {
    background-color: var(--thsn-logisto-global-color);
    padding: 10px 15px;
    display: inline-block;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: right top 0;
    right: 0;
    top: 29px;
    font-weight: 500;
}
body.rtl .thsn-blog-classic .thsn-meta-date-wrapper{
	left: 0px;
	right: inherit;
	transform: rotate(90deg);
	transform-origin: left top 0;
}
.thsn-blog-classic .thsn-meta-date-wrapper span {
    display: block;
    color: var(--thsn-logisto-blackish-color);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0px;
}
article:not(.thsn-no-img) .thsn-blog-meta-top .thsn-meta-date,
article.format-quote .thsn-meta-date-wrapper,
.thsn-no-img .thsn-blog-classic .thsn-meta-date-wrapper {
	display: none;
}
article.format-quote{
	margin-top: 0;
}
article.format-quote .thsn-blog-classic blockquote {
	margin-bottom: 0px;
}
article.format-quote:not(.thsn-no-img) .thsn-blog-classic {
    padding: 0;
}
.thsn-blog-classic .thsn-blog-meta.thsn-blog-meta-top {
	margin-top: 0;
}
.thsn-blog-classic-inner .thsn-read-more-link a {
	cursor: pointer;
}
body.rtl .thsn-blog-classic-inner .thsn-read-more-link a span{
	margin-right: 10px;
}
body.rtl .thsn-blog-classic-inner .thsn-read-more-link a:hover span{
	margin-right: 33px;
}
.thsn-blog-classic-inner .thsn-read-more-link a:hover span:after{
	color: var(--thsn-logisto-secondary-color) !important;
}
.thsn-blog-classic .thsn-meta-date-top {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	padding-top: 10px;
	border-radius: 0px;
}
.thsn-blog-classic .thsn-meta-date-top span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 13px;
}
.thsn-no-img .thsn-blog-classic .thsn-meta-date-top {
	display: none;
}
.thsn-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) {
	font-size: 20px;
    line-height: 26px;
    font-weight: 400!important;
    font-style: normal;
    padding: 60px;
	padding-bottom: 45px;
    padding-right: 40px;
    position: relative;
    border: none;
    margin: 60px 0px 30px;
    background: var(--thsn-logisto-global-color);
    color:  var(--thsn-logisto-blackish-color);
    border-radius: 0px;
}
.thsn-blog-classic blockquote {
	margin-left: 0;
	border-color: var(--thsn-logisto-global-color);
}
.thsn-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color):before {
    content: '\e860';
	font-family: "themesion-base-icons";
    font-size: 30px;
    line-height: 60px;
    border-radius: 50%;
    background:  var(--thsn-logisto-secondary-color);
	color: #fff;
    height: 60px;
    width: 60px;
    position: absolute;
    left: 45px;
    top: -25px;
    text-align: center;
	font-style: normal;
}
body.rtl .thsn-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color):before {
	left: inherit;
	right:45px ;
}
.thsn-blog-classic blockquote .authorOrTitle {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 15px;
}
.wp-block-quote.is-style-large cite em:before,
blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
	margin-right: 5px;
}
.wp-block-quote.is-style-large cite:before {
	display: none;
}

blockquote.wp-block-quote.is-style-large{
	padding: 40px 48px 50px;
	margin-top: 62px;
	margin-bottom: 30px;
}
blockquote cite{
	display: inline-block!important;
}
blockquote cite,
blockquote small {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-style: normal!important;
	margin-top: 15px;
	opacity: 1;
	font-weight: 600;
	color: var(--thsn-logisto-secondary-color);
}
.wp-block-pullquote.is-style-solid-color blockquote {
	background-color: #fff;
}
blockquote cite em,
blockquote small em {
	font-style: normal;
}
.thsn-blog-classic-inner .wp-block-column p {
	margin-right: 35px;
}
.thsn-blog-classic .thsn-blog-meta-top .thsn-meta i{
	color:  var(--thsn-logisto-secondary-color);
	margin-right: 4px;
}
.thsn-blog-classic .thsn-read-more-link {
    margin-top: 30px;
	margin-bottom: 0px !important;
}
.thsn-blog-classic blockquote em {
    font-size: 15px;
    margin-left: 2px;
    color: var(--thsn-logisto-blackish-color)!important;
    font-style: normal;
}

/*=== Single-blog ===*/
.single .thsn-blog-classic .thsn-meta-date-wrapper {
    background-color: var(--thsn-logisto-secondary-color);
}
.single .thsn-blog-classic .thsn-meta-date-wrapper span {
    color: var(--thsn-logisto-white-color);
}
.single  .thsn-blog-classic .thsn-blog-classic-inner {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 5%);
}
.single .thsn-blog-classic .thsn-post-title a{
	color:var(--thsn-logisto-blckish-color);
}
.single .thsn-blog-classic .thsn-post-title a:hover{
	color:var(--thsn-logisto-secondary-color);
}
.thsn-blog-classic .wp-block-columns ul {
    padding: 0;
    list-style: none;
	margin: 0;
}
.thsn-blog-classic .wp-block-columns ul li {
    color: var(--thsn-logisto-blackish-color);
    font-weight: 400!important;
    font-size: 18px;
    margin: 0 0 10px 0px;
}
.thsn-blog-classic .wp-block-columns ul li i {
    padding-right: 12px;
    font-size: 18px;
	color: var(--thsn-logisto-secondary-color);
}
.single .thsn-blog-classic .thsn-blog-classic-inner{
    padding: 40px 35px 20px;
}
body.rtl .thsn-blog-classic .wp-block-columns ul li i {
	padding-left: 12px;
	padding-right: 0;
}

/*=== Sticky post ===*/
.post.sticky {
	background-color: var(--thsn-logisto-global-color);
	position: relative;
	padding: 1px 40px;
	overflow: hidden;
	margin-bottom: 30px;
}
.post.sticky .thsn-blog-classic .thsn-blog-classic-inner {
	padding: 0px;
	border: 0;
	background-color: transparent;
	box-shadow: none;
}
.post.sticky .thsn-blog-classic {
	margin-bottom: 0px;
	box-shadow: none;
	overflow: visible;
	border-radius: 0;
	color: var(--thsn-logisto-blackish-color);
}
.post.sticky .thsn-entry-content a{
	color: var(--thsn-logisto-secondary-color);
}
.post.sticky .thsn-blog-classic:after {
	font-family: "themesion-base-icons";
	content: "\e830";
	font-size: 25px;
	position: absolute;
	color: #fff;
	opacity: 1;
    right: -30px;
    top: -15px;
	background-color: var(--thsn-logisto-blackish-color);
	padding: 0;
	width: 50px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
}
.post.sticky .thsn-blog-meta-top .thsn-meta a{
	color: var(--thsn-logisto-blackish-color);
}
.post.sticky .thsn-blog-classic code {
    background-color: var(--thsn-logisto-blackish-color);
	color: #fff;
    padding: 2px 5px;
}
.single .thsn-post-related .thsn-element-posts-wrapper .thsn-post-ele {
	margin-bottom: 0;
}

/*=== Single-blog-meta-bottom ===*/
.thsn-blog-meta-bottom{ 
    padding-top: 18px; 
    display: -ms-flexbox!important;
    display: flex!important;    
    border-top: 1px solid #eee;
}
.thsn-blog-meta-bottom .thsn-meta-tags .thsn-meta-title{
    color: #424d6c;
    font-size: 16px;
    font-weight: 600;
}
.thsn-blog-meta-bottom .thsn-meta-tags{   
    display: block;
    text-align: left;
    margin-top: 0px;    
}
body.rtl .thsn-blog-meta-bottom .thsn-meta-tags{
	text-align: right;
}
.thsn-blog-meta-bottom .thsn-meta-tags a{
    margin: 0 5px 5px 0px;  
    border: none;
	background-color: #f2f6fb;
    color: var(--thsn-logisto-blackish-color);
	text-transform: uppercase;
}
.thsn-blog-meta-bottom .thsn-meta-tags a:first-child{
    margin-left: 0px;    
}
body.rtl .thsn-blog-meta-bottom .thsn-meta-tags a:first-child{
	margin-right: 0;
}
.thsn-blog-meta-bottom-right{    
    width: 50%;
    text-align: right;
}
.thsn-blog-meta-bottom.thsn-blog-meta-no-tag .thsn-blog-meta-bottom-right{
	width: 100%;
	text-align: left;
}
.thsn-blog-meta-bottom ul{
    margin: 0;
    padding: 0;
}
.thsn-blog-meta-bottom ul li{
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
}
.thsn-blog-meta-bottom ul li:last-child{
    margin: 0;
}
.thsn-blog-meta-bottom .thsn-social-share li a {
    position: relative;
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 14px; 
}
.thsn-blog-meta-bottom .thsn-tag-icon{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    display: none;
}
.thsn-blog-meta-bottom-left{
    position: relative;
    overflow: hidden;
    width: 50%;
}
/*=== Classic no img ===*/
.thsn-social-share .thsn-social-li-facebook a{
	background-color: #3B5998;
}
.thsn-social-share .thsn-social-li-twitter a{
	background-color: #55ACEE;
}
.thsn-social-share .thsn-social-li-google-plus a{
	background-color: #dd4b39;
}
.thsn-social-share .thsn-social-li-linkedin a{
	background-color: #007bb5;
}
.thsn-social-share .thsn-social-li-youtube a{
	background-color: #bb0000;
}
.thsn-social-share .thsn-social-li-instagram a{
	background-color: #125688;
}
.thsn-social-share .thsn-social-li-pinterest a{
	background-color: #cb2027;
}
.thsn-social-share .thsn-social-li-snapchat-ghost a{
	background-color: #fffc00;
}
.thsn-social-share .thsn-social-li-skype a{
	background-color: #00aff0;
}
.thsn-social-share .thsn-social-li-android a{
	background-color: #a4c639;
}
.thsn-social-share .thsn-social-li-dribbble a{
	background-color: #ea4c89;
}
.thsn-social-share .thsn-social-li-vimeo a{
	background-color: #45bbff;
}
.thsn-social-share .thsn-social-li-tumblr a{
	background-color: #2c4762;
}
.thsn-social-share .thsn-social-li-vine a{
	background-color: #00b489;
	color: white;
}
.thsn-social-share .thsn-social-li-foursquare a{
	background-color: #45bbff;
}
.thsn-social-share .thsn-social-li-stumbleupon a{
	background-color: #eb4924;
}
.thsn-social-share .thsn-social-li-flickr a{
	background-color: #f40083;
}
.thsn-social-share .thsn-social-li-yahoo a{
	background-color: #430297; 
}
.thsn-social-share .thsn-social-li-soundcloud a{
	background-color: #ff5500;
}
.thsn-social-share .thsn-social-li-reddit a{
	background-color: #ff5700;
}
.thsn-social-share .thsn-social-li-rss a{
	background-color: #ff6600;
}

/* --------------------------------------
 * Portfolio Section
 * ---------------------------------------*/
.themesion-overlay-box:hover img {
	transform: scale(1, 1);
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	filter: blur(4px);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-ms-filter: blur(1px);
	-o-filter: blur(1px);
}

/*=== Portfolio Single ===*/
.thsn-sep-heading {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 35px;
}
.thsn-sep-heading:after {
	position: absolute;
	content: "";
	width: 72px;
	height: 2px;
	bottom: 0;
	left: 0;
}
.single-thsn-portfolio .post-navigation .nav-links {
	margin-bottom: 0;
	padding-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}

/*=== thsn-portfolio-single-style-1 ===*/
.thsn-portfolio-single-style-1 .thsn-short-description {
	margin-bottom: 60px;
}
.thsn-portfolio-single-style-1 .thsn-featured-wrapper {
	margin-bottom: 70px;
}
.thsn-portfolio-single-style-1 .thsn-portfolio-nav.nav-title{
	display: none!important;
}
.thsn-portfolio-single-style-1  .thsn-portfolihover1 .elementor-widget-container:before{
	position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.thsn-portfolio-single-style-1  .thsn-portfolihover1:hover .elementor-widget-container:before{
	-webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
	100% { left: 125%;} }
    @keyframes shine {100% { left: 125%;}
}

.thsn-portfolio-single-style-1  .thsn-portfolio-single .nav-links a:hover{
	color: #fff;
}

/*=== thsn-portfolio-lines-wrapper ===*/
.thsn-single-project-content-wrapper {
	position: relative;
}
.thsn-single-project-details-list {
	position: absolute;
	right: 80px;
	bottom: -70px;
	padding: 30px 25px;
	background: var(--thsn-logisto-secondary-color);
	width: 380px;
}
body.rtl .thsn-single-project-details-list{
	left: 80px;
	right: inherit;
}
.thsn-portfolio-summary {
	margin-bottom: 50px;
}
.thsn-single-project-details-list h3 {
	margin-bottom: 30px;
	color: var(--thsn-logisto-white-color);
}
.thsn-portfolio-lines-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display:block;
}
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-title {
	font-size: 15px;
	color: var(--thsn-logisto-blackish-color);
	background: var(--thsn-logisto-global-color);
	text-align: right;
	width: 40%;
}
body.rtl .thsn-portfolio-lines-wrapper .thsn-portfolio-line-title{
	text-align: left;
}
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-value{
	font-weight:400!important;
}
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-li span {
	display: inline-block;
    padding: 10px;
	margin-right: 5px;
}
body.rtl .thsn-portfolio-lines-wrapper .thsn-portfolio-line-li span {
	margin-left: 5px;
	margin-right: 0;
}
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-li {
	margin: 0;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    color: var(--thsn-logisto-white-color);
    display: flex;
    border: 1px solid var(--thsn-logisto-global-color);
    margin-bottom: 5px;
}
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-li a:hover,
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-li a {
	color: var(--thsn-logisto-white-color);
}

/*=== Single post navigation ===*/
.post-navigation .nav-links {
	margin-top: -1px;
	padding: 41px 0;
	display: -ms-flexbox;
	display: flex;
	align-items: normal;
	width: 100%;
}
.post-navigation .nav-links a:hover {
	color: var(--thsn-logisto-global-color);
}
.post-navigation .nav-links .nav-previous {
	margin-right: auto !important;
}
body.rtl .post-navigation .nav-links .nav-previous{
	margin-right: inherit!important;
	margin-left: auto;
}
.post-navigation .nav-links .nav-next {
	text-align: right;
	margin-left: auto;
}
body.rtl .post-navigation .nav-links .nav-next{
	margin-left: inherit;
	margin-right: auto;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
	width: 50%;
}
.post-navigation .nav-links .thsn-prev-title,
.post-navigation .nav-links .thsn-next-title {
	color: #000;
	font-size: 13px;
	background-color: #f9f9f9;
	padding: 8px 34px;
	border-radius: 30px;
	margin-bottom: 15px;
	display: inline-block;
	border: 1px solid #dcdcdc;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.post-navigation .nav-links .thsn-prev-title:hover,
.post-navigation .nav-links .thsn-next-title:hover {
	color: #fff;
	border-color: transparent;
}
.post-navigation .nav-links .nav-title,
.post-navigation .nav-links .nav-title {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
.thsn-portfolio-single .thsn-portfolio-nav-head {
	font-size: 16px;
	font-weight: 700;
	color: var(--thsn-logisto-blackish-color);
	text-transform: uppercase;
}
.thsn-portfolio-single .thsn-portfolio-nav-wrapper {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 130px;
	border: 2px solid var(--thsn-logisto-global-color);
}
.thsn-portfolio-single .nav-links .thsn-portfolio-nav-icon {
	width: 65px;
	text-align: left;
	display: inline-block;
	position: relative;
	font-size: 12px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-color: var(--thsn-logisto-global-color);
}
.thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-icon {
	transform: rotate(180deg);
	background-color: var(--thsn-logisto-secondary-color);
}
.thsn-portfolio-single .nav-links .thsn-portfolio-nav-icon i {
	position: absolute;
	top: 50%;
	-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%);
}
.thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-icon i {
	left: 25px;
	color: var(--thsn-logisto-white-color);
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-icon i {
	right: 25px;
	color: var(--thsn-logisto-blackish-color);
}
.thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-wrapper {
	margin-left: 0px;
	border: 2px solid var(--thsn-logisto-secondary-color);
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-wrapper {
	margin-right: 0px;
	margin-left: auto;
}
.thsn-portfolio-single .navigation {
	margin-top: 40px;
}
.thsn-portfolio-single .thsn-portfolio-nav-wrapper {
	display: inline-block;
	vertical-align: middle;
}
.thsn-portfolio-single .post-navigation .nav-links {
	justify-content: space-between;
}
.thsn-portfolio-single .post-navigation .nav-links .nav-previous,
.thsn-portfolio-single .post-navigation .nav-links .nav-next {
	width: unset;
}
.thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-wrapper {
	text-align: center;
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-wrapper {
	text-align: center;
}
.thsn-portfolio-single .nav-links a {
	display: -ms-flexbox !important;
	display: flex !important;
	}
.thsn-portfolio-single .nav-links .nav-next a {
	justify-content: flex-end;
}
.thsn-portfolio-single .nav-links a .thsn-portfolio-nav-wrapper {
	-webkit-transition: 0.4s ease-out 0s;
	-o-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
}

/*=== single-thsn-service ===*/
.archive .themesion-ele-portfolio {
	margin-bottom: 30px;
}
.thsn-sortable-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 42px;
	display: block;
}
.thsn-sortable-list-ul li {
	display: inline-block;
}
.thsn-sortable-list-ul li:before {
	content: ' ';
	margin: 0 20px;
}
.thsn-sortable-list-ul li:first-child:before {
	display: none;
}
.thsn-sortable-list a {
	font-size: 18px;
	letter-spacing: -0.5px;
}
.thsn-sortable-list a:hover {
	color: #222222;
}

/*=== thsn-category-style1 ===*/
.thsn-category-style1 {
	text-align: center;
}
.thsn-category-style1 .thsn-ihbox.thsn-ihbox-style-hsbox.thsn-align-center {
	margin-bottom: 0;
}
.thsn-category-style1 .thsn-sortable-list-ul {
	padding-bottom: 50px;
	display: inline-block;
	text-align: center;
	border-top: 1px solid #e2e2e3;
	margin-top: 30px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}
.thsn-category-style1 .thsn-sortable-list-ul li:first-child {
	margin-left: 0;
}
.thsn-category-style1 .thsn-sortable-list-ul li:last-child {
	margin-right: 0;
}
.thsn-category-style1 .thsn-sortable-link {
	position: relative;
}
.thsn-category-style1 .thsn-sortable-link.thsn-selected:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}

/*=== thsn-category-style2 ===*/
.thsn-category-style2 .thsn-ihbox-style-hsbox {
	float: left;
	margin-bottom: 60px;
}
.thsn-category-style2 .thsn-sortable-list {
	float: right;
}
.thsn-category-style2 .thsn-ele-header-area:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.thsn-category-style2 .thsn-sortable-list-ul {
	margin-top: 15px;
}
.thsn-text-color-white .thsn-sortable-list a {
	color: #fff;
}

/*=== thsn-category-style3 ===*/
.thsn-category-style3 .thsn-ihbox-style-hsbox {
	float: left;
	margin-bottom: 60px;
}
.thsn-category-style3 .thsn-sortable-list {
	float: right;
	margin-top: 25px;
}
.thsn-category-style3 .thsn-sortable-link.thsn-selected:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.thsn-category-style3 .thsn-sortable-link {
	position: relative;
}
.thsn-category-style3 .thsn-sortable-link.thsn-selected:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.thsn-category-style3 .thsn-ele-header-area:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* --------------------------------------
 * Team Member Section
 * ---------------------------------------*/
.themesion-ele-team .themesion-overlay {
	background-color: rgba( var(--thsn-logisto-global-color-rgb), 0.50);
}

/*=== single-thsn-teammember ===*/
.tax-thsn-team-group.thsn-sidebar-no #primary.content-area {
	margin-top: 60px;
}
.tax-thsn-team-group .thsn-element-team-wrapper {
	margin-top: 40px;
}
.thsn-team-single-pbar {
	margin-top: 60px;
}

/*=== Single Team Member Style 1 ===*/
.thsn-team-single-style-1 .thsn-team-single-info {
	padding: 50px;
	padding-left: 0px;
	position: relative;
	z-index: 1;
	background: var(--thsn-logisto-light-bg-color);
}
.thsn-team-single-style-1 .thsn-team-single-info:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin-right: 0;
	width: 320px;
	right: auto;
	background-color: var(--thsn-logisto-white-color);
	z-index: -1;
}
body.rtl .thsn-team-single-style-1 .thsn-team-single-info {
	padding-right: 0px;
	padding-left: 50px;
}
body.rtl .thsn-team-single-style-1 .thsn-team-single-info:after {
	left: inherit;
	right: 0;
}
.thsn-team-single-style-1 .thsn-team-left-inner {
	margin-right: 0;
}
.thsn-single-team-info li {
    margin-bottom: 15px;
}
.thsn-team-single-style-1 .thsn-team-social-links{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(35%, -50%);
    -moz-transform: translate(35%, -50%);
    -o-transform: translate(35%, -50%);
    -ms-transform: translate(35%, -50%);
    transform: translate(35%, -50%);
}
body.rtl .thsn-team-single-style-1 .thsn-team-social-links{
	right: inherit;
	left: -30px;
}
.thsn-team-single .thsn-team-social-links li{
    display: block;
}
.thsn-team-single-style-1 .thsn-single-team-info li label {
	display: inline-block;
	min-width: 80px;
	font-weight: 500 !important;
	color: var(--thsn-logisto-secondary-color);
}
.thsn-team-single-style-1 .thsn-team-title {
	font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
.thsn-team-single-style-1 .thsn-team-designation {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -0.2px;
	color: var(--thsn-logisto-secondary-color);
	font-weight: 500;
	font-style: normal;
	margin-bottom: 5px;
}
.single-thsn-team-member .thsn-team-single-style-1 .thsn-short-description {
	margin: 0;
}
.thsn-team-single-style-1 .thsn-short-description h3 {
	display: none;
}
.thsn-team-single-style-2 .thsn-team-social-links li{
    display: inline-block;
}
.thsn-team-left-inner {
	background: none;
}
.thsn-team-des {
	padding-right: 60px;
	padding-left: 60px;
}
.thsn-team-social-links {
	margin-top: 20px;
}
.single-thsn-team-member  .thsn-single-team-info li label{
	text-transform: uppercase;
}

/* --------------------------------------
 * Contact Form 7
 * ---------------------------------------*/
.wpcf7-form .input-group {
	display: block;
}
.wpcf7-form textarea {
	height: 120px;
}
.wpcf7-form input[type="number"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="search"] {
	height: 56px;
}
body.rtl .wpcf7-form input[type="number"],
body.rtl .wpcf7-form input[type="text"],
body.rtl .wpcf7-form input[type="email"],
body.rtl .wpcf7-form textarea{
	direction: rtl;
}
body.rtl .wpcf7-form textarea{
	padding-right: 30px;
}
/*=== main-form ===*/
.main-form textarea {
	height: 113px;
}
.main-form input[type="text"],
.main-form input[type="email"],
.main-form textarea {
	font-size: 14px;
	padding: 20px 30px;
	background: transparent;
	border-bottom: 1px solid #d3d3d3;
	border-radius: 0;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field{
	border: 1px solid #eee!important;
}
.select2-results__option{
	padding:10px 30px!important
}
.main-form .thsn-select {
	background-color: transparent;
}
.main-form select option:first-child {
	visibility: hidden;
}
.main-form .input-group {
	margin-bottom: 22px;
}
.main-form .input-button {
	margin-top: 20px;
}
.main-form button {
	padding: 15px 35px;
	width: 100%;
	background-color: var(--thsn-logisto-global-color);
	color: var(--thsn-logisto-blackish-bg-color);
	outline: none;
}
.main-form button:hover {
	color: #fff;
	background-color: var(--thsn-logisto-secondary-color);
	outline: none;
}

/***quotation-form***/
.quotation-form h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 5px 0 10px 15px;
    letter-spacing: 0px;
}
body.rtl .quotation-form h3{
	margin: 5px 15px 10px 0;
}
.quotation-form .row {
	display: block;
}
.quotation-form .input-column-group {
	display: flex;
}
.quotation-form .input-group {
	margin-bottom: 10px!important;
}
.quotation-form .row .thsn-hightgroup.col-md-6 {
	padding-right: 5px;
}
.quotation-form .row .thsn-lengthgroup.col-md-6 {
	padding-left: 5px;
}
.quotation-form .thsn-checkbox{
    margin: 30px -15px;
}
.quotation-form  .wpcf7-form-control-wrap .thsn-select:after {
	content: '\e807';
    font-family: 'themesion-base-icons';
    border: 0;
    transform: rotate(-90deg);
    right: 40px;
    top: 30px;
    font-size: 10px;
	color: var(--thsn-logisto-secondary-color);
    opacity: 1;
}
.quotation-form .checkbox label:before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    height: 30px;
    width: 30px;
	background: var(--thsn-logisto-white-color);
}
.quotation-form .checkbox input[type="checkbox"]:checked:before,
 .quotation-form input[type="checkbox"]:checked+label:before{
	border: 2px solid var(--thsn-logisto-secondary-color);
	opacity: 1;
 }
.quotation-form .checkbox input[type="checkbox"]:checked:after,
.quotation-form input[type="checkbox"]:checked+label:after {
	opacity: 1;
}
.quotation-form input[type="checkbox"]:checked+label{
	color:  var(--thsn-logisto-blackish-color);
	font-weight: 600;
}
.quotation-form .checkbox label {
    font-size: 14px;
    line-height: 24px;
    padding-left: 40px;	
	transition: all 500ms ease;
}
.quotation-form .checkbox label:after {
    content: "";
    border: solid var(--thsn-logisto-secondary-color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 12px;
    top: 7px;
    width: 6px;
    height: 10px;
    opacity: 0;
}
.quotation-form .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-right: 20px;
	color: rgba(var(--thsn-logisto-blackish-color-rgb),0.50)!important;
    position: relative;
}
.quotation-form input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 2;
}
.quotation-form input.wpcf7-form-control.wpcf7-submit {
	width: 100%; 
    background: var(--thsn-logisto-secondary-color);
}
.quotation-form input.wpcf7-form-control.wpcf7-submit:hover{
    background: var(--thsn-logisto-global-color);
    color: var(--thsn-logisto-blackish-color);
}
.quotation-form .input-group.input-button {
	margin-top: 25px;
	margin-bottom: 0!important;
}
.quotation-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.thsn-form-style-2 .select2-container--default .select2-selection--single .select2-selection__rendered,
.quotation-form input[type="text"],
.quotation-form input[type="email"],
.quotation-form textarea {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px!important;
}
.quotation-form select,
.quotation-formtextarea,
.quotation-form .select2-container .select2-selection--single,
.quotation-form input[type="text"],
.quotation-form input[type="email"] {
	padding: 14px 20px;
	height: 50px;
	border: none;
	background: var(--thsn-logisto-white-color);
}
.quotation-form textarea {
	padding: 18px 20px;
}
.quotation-form .input-button button{
	font-weight: 700;
	background-color: var(--thsn-logisto-secondary-color);
	color: var(--thsn-logisto-white-color);
}
.quotation-form  .ajax-loader{
	position: absolute;
	opacity: 0;
}
.quotation-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: unset;
}
.quotation-form .select2-container--default .select2-selection--single {
	border-radius: 0!important;
	padding-top: 17px;
}	
/*===Service-form===*/
.thsn-form-style-3 input[type="email"]{
	border: 0;
    background: #fff;
}
.main-form.thsn-form-style-3 .input-group{
	margin-bottom: 0px;
}
.main-form.thsn-form-style-3 .input-button{
	margin-top: 10px;
}
.main-form.thsn-form-style-3{
	margin-top: 15px;
}
.main-form.thsn-form-style-3 button:focus{
	outline: none;
}
.main-form.thsn-form-style-3 .ajax-loader{
	position: absolute;
	content: '';
	opacity: 0;
	visibility: hidden;
}
.main-form.thsn-form-style-3 .wpcf7-not-valid-tip,
.main-form.thsn-form-style-3 .wpcf7-response-output{
	display: none;
}
.main-form.thsn-form-style-3  button{
	color: var(--thsn-logisto-blackish-color);
}
.main-form.thsn-form-style-3  button:hover{
	color: #fff;
	background-color:  var(--thsn-logisto-blackish-color);
}
.quotation-form input.wpcf7-form-control.wpcf7-submit:after{
	color: #000;
}

/***contact-form***/
.thsn-form-style-2.main-form textarea,
.thsn-form-style-2.main-form input[type="text"],
.thsn-form-style-2.main-form input[type="email"], 
.thsn-form-style-2.main-form input[type="password"],
.thsn-form-style-2 .col-sm-6 .input-group,
.thsn-form-style-2 .select2-container .select2-selection--single{
	height: 60px!important;
	border: none;
	background-color: var(--thsn-logisto-white-color);
}
.thsn-form-style-2.main-form textarea{
	height: 135px!important;
}
.thsn-form-style-2.main-form button{
	padding: 15px 35px;
    color: var(--thsn-logisto-blackish-color); 
}
.thsn-form-style-2.main-form button:hover{
	background-color: var(--thsn-logisto-secondary-color);
	color: var(--thsn-logisto-white-color);
}
.thsn-form-style-2.main-form button:focus {
    outline: unset;
    outline: unset;
}
.comment-respond input[type="url"]::placeholder,
.comment-respond textarea::placeholder,
.comment-respond input[type="text"]::placeholder, 
.comment-respond input[type="email"]::placeholder,
.thsn-form-style-2 .select2-container .select2-selection--single .select2-selection__rendered::placeholder,
.thsn-form-style-2.main-form textarea::placeholder,
.thsn-form-style-2.main-form input[type="text"]::placeholder,
.thsn-form-style-2.main-form input[type="email"]::placeholder{
	color: rgba(var(--thsn-logisto-blackish-color-rgb),0.50)!important;
	font-weight: normal;
}

/*===thsn-team-form===*/
.thsn-team-form .input-group button{
	padding: 15px 35px;
	background-color: var(--thsn-logisto-secondary-color);
}
.thsn-team-form .input-group button:hover span:after{
	color: var(--thsn-logisto-white-color);
}
.thsn-team-form .input-group button:hover span:before{
	background-color: var(--thsn-logisto-white-color);
}
/* --------------------------------------
 * Mailchip form style1
 * ---------------------------------------*/

.thsn-newsletter button:focus,
.thsn-newsletter input:focus {
    border-color: unset;
    outline: none !important;
}
.thsn-newsletter{
	display: flex;
	align-items: center;
}
.thsn-newsletter input[type="email"]{
	width: 300px;
	background: transparent;
}
.thsn-newsletter button {
	width: 220px;
    background-color: var(--thsn-logisto-global-color);
    color: var(--thsn-logisto-blackish-color);
    height: 55px;
    margin-right:auto;
	text-transform: capitalize;
    line-height: 22px;
}
.thsn-newsletter p{
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 0;
}
.thsn-newsletter input[type="email"]::placeholder{
	font-size: 15px;
    padding: 0px;
}
.thsn-newsletter input[type="email"] {
    height: 55px;
    background: transparent;
    border: 1px solid rgba(255,255,255, 15%);
    margin-right: 30px!important;
	color: var(--thsn-logisto-white-color);
}
body.rtl .thsn-newsletter input[type="email"]{
	margin-right: 0px!important;
	margin-left: 30px;
}
.thsn-newsletter input[type="email"]::placeholder {
	color: #fff;
	opacity: 1;
	font-weight:normal;
}
.thsn-newsletter input[type="email"]:-ms-input-placeholder {
	color: #fff;
}
.thsn-newsletter input[type="email"]::-ms-input-placeholder {
	color: #fff;
}
.thsn-newsletter button i {
	cursor: pointer;
}
.thsn-newsletter button:focus {
	border: none;
	outline: none;
}
.thsn-newsletter button::before {
	left: 40px;
}
.newslatter-form .mc4wp-response,
.newslatter-form .mc4wp-form label{
	display: none;
}

/* --------------------------------------
 * Client Logo Section
 * ---------------------------------------*/
.thsn-client-wrapper {
	position: relative;
	text-align: center;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.owl-carousel .themesion-ele-client img {
	width: auto !important;
	max-width: 100%;
	display: inline-block !important;
}

/* --------------------------------------
 * Progress Bar Section
 * ---------------------------------------*/
.elementor-progress-bar {
	height: 8px;
	background-color: var(--thsn-logisto-global-color);
}
.elementor-progress-bar,
.elementor-progress-wrapper {
	border-radius: 6px;
	margin-top: 6px;
}
.elementor-progress-percentage {
	padding-right: 0;
	position: absolute;
	right: 0;
	top: -35px;
	font-weight: 700 !important;
	font-size: 16px;
	color: var(--thsn-logisto-blackish-color);
}
body.rtl .elementor-progress-percentage{
	left: 0px;
	right: inherit;
}
.elementor-widget-progress .elementor-title {
	font-weight: 700 !important;
	font-size: 18px;
	line-height: 30px;
	color: var(--thsn-logisto-secondary-color);
}
.elementor-progress-wrapper {
	position: relative;
	background-color: var(--thsn-logisto-light-bg-color);
	height: 100%;
}

/* --------------------------------------
 * Progress Bar style 1
 * ---------------------------------------*/
.thsn-progress1 .elementor-progress-bar {
	background-color: var(--thsn-logisto-global-color)!important;
}
.thsn-progress1 .elementor-progress-bar,
.thsn-progress1 .elementor-progress-wrapper {
	margin-top: 0;
	border-radius: 0;
}
.thsn-progress1.elementor-widget-progress .elementor-title{
	color: var(--thsn-logisto-white-color)!important;
}
.thsn-progress1 .elementor-progress-wrapper {
	position: relative;
	background-color: var(--thsn-logisto-white-color);
}
.thsn-progress1 .elementor-progress-percentage {
	top: -30px;
    background: var(--thsn-logisto-global-color);
    border-radius: 6px;
    padding: 0px 8px;
    color: var(--thsn-logisto-white-color);
    font-size: 11px;
    line-height: 20px;
    right: -20px;
}
.thsn-progress1 .elementor-progress-bar {
	position: relative;
}
.thsn-progress1 .elementor-progress-percentage:after {
	position: absolute;
    content: '';
    bottom: -6px;
    left: 50%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--thsn-logisto-global-color);
    transform: translateX(-50px, 10px);
    -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(-50%) translateY(0%);
}
.thsn-progress1 .elementor-progress-bar {
	height: 5px;
}

/* --------------------------------------
 * Pricing Table Section
 * ---------------------------------------*/
/*=== Hide next prev button ===*/
.single-thsn-service .navigation {
	display: none;
}
/*=== single-service-contact ===*/
.single-service-contact {
    padding: 50px 30px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background-size: cover;
	background: var(--thsn-logisto-secondary-color) !important;
}
.single-service-contact img {
    border-radius: 50%;
    margin: 0;
	border: 5px solid var(--thsn-logisto-global-color);
}
.single-service-contact-inner {
    position: relative;
    z-index: 2;
	padding: 15px 0 5px;
}
body.rtl .single-service-contact-inner ul{
	margin: 0;
}
body.rtl .single-service-contact-inner ul li{
	padding-right: 0;
}
.single-service-contact h5{
	color: var(--thsn-logisto-white-color);
}
.single-service-contact .thsn-service-title{
	margin-bottom: 0px;
}
.single-service-contact .thsn-service-position{
	color: var(--thsn-logisto-global-color);
	font-size: 16px;
    font-weight: 600;
}
.single-service-contact ul li{
	padding: 0px 0px 5px 0;
}
.single-service-contact ul li i{
	color: var(--thsn-logisto-global-color);
	margin-right: 5px;
}

.widget.logisto_category_list_widget ul>li {
	margin-bottom: 0 !important;
}
.site-content .thsn_widget_list_all_posts ul>li {
	margin: 0;
}
.site-content .thsn_widget_list_all_posts ul>li a:before {
	position: absolute;
	content: '\f101';
	left: inherit;
	right: 40px;
	font-size: 18px;
	top: -3px;
	color: inherit;
	font-family: 'themesion-base-icons';
	top: 25%;
	color: var(--thsn-logisto-secondary-color);
    transition: all 500ms ease;
}
.site-content .thsn_widget_list_all_posts ul>li:hover a:before{
    right: 55px;
    transform: translateX(25px) translateZ(0);
}
body.rtl .site-content .thsn_widget_list_all_posts ul>li a:before {
	right: inherit;
	left: 40px;
}
body.rtl .site-content .thsn_widget_list_all_posts ul>li:hover a:before{
	right: inherit;
	left: 55px;
	transform: translateX(-20px) translateZ(0);
}
.site-content .thsn_widget_list_all_posts ul>li.thsn-post-active a:before,
.site-content .thsn_widget_list_all_posts ul>li.thsn-post-active a {
	background-color: var(--thsn-logisto-secondary-color);
	color: var(--thsn-logisto-global-color);
}
.site-content .thsn_widget_list_all_posts ul>li:hover a:before,
.site-content .thsn_widget_list_all_posts ul>li a:hover {
	color: var(--thsn-logisto-global-color);
}
.site-content .thsn_widget_list_all_posts ul>li.thsn-post-active a:before {
	opacity: 1;
}
.site-content .widget.thsn_widget_list_all_posts ul > li:after {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
}
body.rtl .site-content .widget.thsn_widget_list_all_posts ul > li:after{
	left: inherit;
	right: 0px;
}
.site-content .widget.thsn_widget_list_all_posts ul > li:hover:after{
    width: 100%;
	background-color: var(--thsn-logisto-secondary-color);
}
.site-content .thsn_widget_list_all_posts ul>li:hover a:before {
	opacity: 1;
}
.themesion-sidebar .widget.widget_media_image {
	padding: 0;
	background: none;
}
.site-content .thsn_widget_list_all_posts ul >li a {
	color: var(--thsn-logisto-blackish-color);
	padding: 15px 20px;
	display: block;
	position: relative;
	border-radius: 0px;
	font-weight: normal;
	border: 1px solid #ddd;
    margin: 10px 0px;
	z-index: 9;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	font-weight: bold !important;
}
.site-content .widget.thsn_widget_list_all_posts ul > li{
    margin-bottom: 10px;	
    font-size: 18px;
    line-height: 24px;
	position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-thsn-service .themesion-sidebar .widget.thsn_widget_list_all_posts .widget-title {
	color: var(--thsn-logisto-blackish-color);
    display: none;
}
.single-thsn-service .themesion-sidebar .widget .widget-title:before {
	background-color: var(--thsn-logisto-global-color);
	left: -34px;
}
.thsn-contect_detail h4{
	font-size: 30px;
	color: var(--thsn-logisto-global-color);
}
.thsn-footer-social li a i {
	font-style: normal;
}
.thsn-footer-social li a span{
	color: var(--thsn-logisto-global-color);
	margin-left: 15px;
}
body.rtl .thsn-footer-social li a span{
	margin-left: 0px;
	margin-right: 15px;
}
/* --------------------------------------
 * Sidebar Widget Section
 * ---------------------------------------*/
/*===search-form===*/
.search-form label {
	display: none;
}
.search-form button {
	position: absolute;
	right: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	height: 58px;
	line-height: 58px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 70px;
}
.search-form button .screen-reader-text {
	display: none;
}

/*=== themesion-sidebar .search-form ===*/
.widget.widget_search .search-form {
	position: relative;
}
.themesion-sidebar .widget.widget_search{
    background-color: var(--thsn-logisto-secondary-color);
    padding: 35px;
}
.widget.widget_search .search-form input[type="search"] {
	background-color: #fff;
	height: 60px;
	border: 0;
}
.widget.widget_search .search-form button {
	position: absolute;
	right: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color:transparent;
	top: 0;
	height: 60px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 60px;
}
body.rtl .widget.widget_search .search-form button{
	right: inherit;
	left: 0;
}
.widget.widget_search .search-form button:after {
	position: absolute;
	font-family: 'themesion-base-icons';
	content: '\e800';
	right: 20px;
	font-size: 16px;
	top: 21px;
	font-size: 16px;
	color: var(--thsn-logisto-blackish-color);
	line-height: normal;
	font-weight: normal;
}
.themesion-sidebar .widget_search .wp-block-search__label,
.themesion-sidebar .widget_block .wp-block-group > h3,
.themesion-sidebar .widget_block .wp-block-group > h2{
	position: relative;
}
.themesion-sidebar .widget_search .wp-block-search__label,
.themesion-sidebar .widget_block .wp-block-group > h3,
.themesion-sidebar .widget_block .wp-block-group > h2,
.themesion-sidebar .widget .widget-title {
	padding: 5px 0px 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
	color: var(--thsn-logisto-blackish-color);
}
.themesion-sidebar .widget_search .wp-block-search__label:after,
.themesion-sidebar .widget_block .wp-block-group > h3:after,
.themesion-sidebar .widget_block .wp-block-group > h2:after,
.themesion-sidebar .widget .widget-title:after{
	content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    left: 0;
    bottom: -2px;
    background-color: var(--thsn-logisto-secondary-color);
	transition: all 300ms linear;
}
body.rtl .themesion-sidebar .widget_search .wp-block-search__label:after,
body.rtl .themesion-sidebar .widget_block .wp-block-group > h3:after,
body.rtl .themesion-sidebar .widget_block .wp-block-group > h2:after,
body.rtl .themesion-sidebar .widget .widget-title:after{
	left: inherit;
	right: 0;
}
.themesion-sidebar .widget_search:hover .wp-block-search__label:after,
.themesion-sidebar .widget_block:hover .wp-block-group > h3:after,
.themesion-sidebar .widget_block:hover .wp-block-group > h2:after,
.themesion-sidebar .widget:hover .widget-title:after{
	width: 55px;
}
.themesion-sidebar .widget_search .wp-block-search__label::after,
.themesion-sidebar .widget.widget_search .widget-title::after{
	background-color: var(--thsn-logisto-white-color);
}
.themesion-sidebar .widget.widget_search .wp-block-search__label,
.themesion-sidebar .widget.widget_search .widget-title{
	color: #fff;
}
.themesion-sidebar .widget {
	background-color: #fff;
	padding: 30px;
	padding-top: 22px;
	margin-bottom: 30px;	
	box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 5%);
}
.themesion-sidebar .widget:last-child {
	padding-bottom: 30px;
}
.site-content .logisto_category_list_widget ul>li,
.site-content .thsn_widget_list_all_posts ul>li,
.site-content .widget_categories ul>li a,
.site-content .widget.widget_archive ul li a {
	margin: 2px 0;
	padding: 0;
}
.site-content .logisto_category_list_widget ul>li a,
.site-content .widget_categories ul>li a,
.site-content .widget.widget_archive ul li a {
	padding: 12px 30px 10px 30px;
	display: block;
	position: relative;
	line-height: normal;
}
.site-content .thsn_widget_list_all_posts ul>li,
.site-content .widget_categories ul>li,
.site-content .widget.widget_archive ul li {
	margin: 2px 0;
	padding: 0;
}
.site-content .widget.widget_categories ul ul {
	margin-top: 2px;
}
.site-content .widget.widget_archive ul>li {
	position: relative;
}

.site-content .widget.widget_search .search-form button:before {
	content: none !important;
}

/* --------------------------------------
 * Widget Section
* ---------------------------------------*/

.site-content .widget .wp-block-latest-comments{
	padding: 0;
}
.site-content .widget .wp-block-latest-comments li,
.site-content .widget .wp-block-latest-posts li>a{
	line-height: 1.5;
}

ul.wp-block-categories li > a:before, 
ul.wp-block-archives li > a:before,

.site-content .widget .wp-block-latest-comments li:before,
.site-content .widget .wp-block-latest-posts li>a:before,

.site-content .widget.widget_archive ul li>a:before,
.site-content .widget.widget_categories ul li>a:before,
.site-content .widget.widget_meta ul li a:before,
.site-content .widget.widget_recent_comments ul li:before,
.site-content .widget.widget_recent_entries ul li>a:before,
.site-content .widget.widget_nav_menu ul li>a:before,
.widget.widget_pages ul li a:before {
	position: absolute;
	content: '\e814';
	left: 0;
	font-size: 16px;
	top: 2px;
	color: inherit;
	font-family: 'themesion-base-icons';
	line-height: normal;
	font-weight: normal;
}
body.rtl .site-content .widget.widget_archive ul li>a:before,
body.rtl .site-content .widget.widget_categories ul li>a:before,
body.rtl .site-content .widget.widget_meta ul li a:before,
body.rtl .site-content .widget.widget_recent_comments ul li:before,
body.rtl .site-content .widget.widget_recent_entries ul li>a:before,
body.rtl .site-content .widget.widget_nav_menu ul li>a:before,
body.rtl .widget.widget_pages ul li a:before{
	left: inherit;
	right: 0;
}

.site-content .widget .wp-block-latest-comments li,
.site-content .widget .wp-block-latest-posts li>a,
.site-content .widget.widget_categories ul li>a,
.site-content .widget.widget_recent_comments ul li,
.site-content .widget.widget_meta ul li>a,
.site-content .widget.widget_recent_entries ul li>a,
.site-content .widget.widget_archive ul li>a,
.site-content .widget.widget_categories ul li>a,
.site-content .widget.widget_nav_menu ul li>a,
.site-content .widget.widget_pages ul li>a {
	position: relative;
	padding-left: 20px;
}

body.rtl .site-content .widget .wp-block-latest-comments li,
body.rtl .site-content .widget .wp-block-latest-posts li>a,
body.rtl .site-content .widget.widget_categories ul li>a,
body.rtl .site-content .widget.widget_recent_comments ul li,
body.rtl .site-content .widget.widget_meta ul li>a,
body.rtl .site-content .widget.widget_recent_entries ul li>a,
body.rtl .site-content .widget.widget_archive ul li>a,
body.rtl .site-content .widget.widget_categories ul li>a,
body.rtl .site-content .widget.widget_nav_menu ul li>a,
body.rtl .site-content .widget.widget_pages ul li>a{
	padding-right: 20px;
	padding-left: 0;
}

.themesion-sidebar .widget ol a,
.themesion-sidebar .widget ul a {
    font-weight: 700!important;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.themesion-sidebar .widget ul a {
    font-size: 16px!important;
}
.logisto_recent_posts_widget .thsn-rpw-content .thsn-rpw-date a {
	letter-spacing: 0;
    font-weight: 400 !important;
    color: #666;
    text-transform: capitalize;
}
.site-content .widget.widget_recent_comments ul li {
	color: #344450;
	padding-left: 25px;
}
.site-content .widget.widget_categories ul li>a:before{
    content: '\f115';
    top: 15px;
    font-size: 13px;
}
.site-content .widget.widget_archive ul li>a:before {
	content: '\e814';
	top: 14px;
	font-size: 16px;
}

/*=== widget_categories ===*/
.widget_archive ul li span,
.widget_categories ul li span {
	position: absolute;
	right: 15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
    background-color: var(--thsn-logisto-secondary-color);
    color:  var(--thsn-logisto-white-color);
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
	border-radius: 0;
	top: 9px;
	border-radius: 50%;
}
.thsn-text-color-white .widget_categories ul li span {
	background-color: #fff;
}
body.rtl .widget_archive ul li span,
body.rtl .widget_categories ul li span {
	right: inherit;
	left: 15px;
}

/*=== widget_recent_comments ===*/
.site-content .widget.widget_recent_comments ul li:before {
    content: '\f0e5';
    top: 4px;
    font-size: 13px;
}

/*=== widget_pages ===*/
.widget.widget_pages ul li a:before {
	content: '\e816';
	top: 5px;
	font-size: 12px;
}

/*=== Meta box ===*/
.thsn-metabox .widgettitle {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
	display: inline-block;
}
.thsn-metabox .widget ul li {
	margin-bottom: 12px;
}

/*=== Ads  ===*/
.widget.thsn-ads h3,
.widget.thsn-ads {
	color: #fff;
	text-align: center;
}
.widget.thsn-ads {
	padding-top: 0;
	margin-top: 60px;
	background-color: var(--thsn-logisto-global-color);
}
.widget.thsn-ads img {
	margin-top: -20px;
}

/*=== Download  ===*/
.themesion-sidebar .widget.thsn-download-file{
	padding: 0px;
    padding-top:0px;
    box-shadow: unset;
}
.widget .download .item-download{
	display: flex;
	align-items: center;
	background: #fff;
	border: 3px solid var(--thsn-logisto-global-color);
	position: relative
}
.widget .download .item-download .thsn-rightpostn {
    position: absolute;
    right: 30px;
	padding: 0;
    background: transparent;
}
body.rtl .widget .download .item-download .thsn-rightpostn {
	right: inherit;
	left: 30px;
}
.widget .download .item-download:hover .thsn-rightpostn {
	color:  var(--thsn-logisto-secondary-color);
}
.widget .download .item-download i {
	background-color: var(--thsn-logisto-global-color);
	padding: 18px;
	color:  var(--thsn-logisto-blackish-color);
    font-size: 22px;
}
.widget .download-list li {
	font-weight: 600;
	padding-bottom: 5px;
	font-size: 14px;
}
.widget .download .item-download a {
	display: block;
    text-align: center;
    padding: 18px 30px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: -0.5px;
}
.widget .download .item-download img {
	width: 50%;
	display: block;
	margin: 0 auto 20px;
}
.widget .download {
	display: block;
}
.widget .download .item-download {
	margin-top: 20px;
}
.widget .download .item-download:first-child {
	margin-bottom: 15px;
	margin-left: 0px;
}
.widget .download .item-download a i {
	font-size: 22px;
	vertical-align: middle;
}

/* --------------------------------------
 * Footer Section
* ---------------------------------------*/
.site-footer {
	font-size: 15px;
}
.thsn-footer-section.thsn-footer-widget-area {
	padding-top: 60px;
}
.site-footer .widget {
	padding: 5px 0 50px;
	position: relative;
}
.site-footer .widget.thsn-topline {
	text-align: center;
}
.site-footer .widget.thsn-topline:after {
	position: absolute;
	content: "";
	top: -60px;
	left: 0;
	width: 100%;
	height: 5px;
	background: var(--thsn-logisto-global-color);
	-webkit-transition: all .50s ease-in-out;
	transition: all .50s ease-in-out;
}
.site-footer .thsn-footer-widget-col-1 .widget:after {
	width: 100%;
}
.thsn-footer-boxes,
.thsn-footer-section.thsn-footer-big-area-wrapper,
.thsn-footer-section.thsn-footer-text-area,
.thsn-footer-section.thsn-footer-text-area {
	z-index: 1;
	position: relative;
}
.footer-wrap{
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.thsn-timelist-list .thsn-timelist-li-value {
	color: #b8c3cb;
}
.thsn-footer-section.thsn-text-color-white a:hover {
	color: #fff;
}
.thsn-footer-text-area .thsn-footer-copyright-box h3,
.thsn-footer-widget .widget .widget-title {
	font-size: 26px;
    line-height: 26px;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: capitalize;
	color: var(--thsn-logisto-white-color);
}
.thsn-footer-copyright-box .thsn-footer-copyright-text-area {
	text-align: center;
}
.thsn-footer-copyright-box .thsn-footer-copyright-text-area i {
	display: block;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 40px;
	color: var(--thsn-logisto-global-color);
}

/*=== thsn-footer-copyright-box ===*/
.thsn-footer-copyright-box span {
	font-size: 14px;
	font-weight: 700;
	color: var(--thsn-logisto-global-color);
}
.thsn-footer-copyright-box ul.thsn-social-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.thsn-footer-copyright-box ul li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}
.thsn-footer-copyright-box ul li.thsn-social-li a span {
	display: inline-block;
	text-align: center;
	color: #dddddd!important;
	font-size: 17px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	background: transparent;
	border: 1px solid #dddddd;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.thsn-footer-copyright-box ul li.thsn-social-li a span:hover {
	border-color: #fff;
	background-color: #fff;
}
.thsn-footer-copyright-box ul li.thsn-social-li a span:hover {
	color: var(--thsn-logisto-secondary-color) !important;
}

/*=== thsn-footer-big-area-wrapper ===*/
.thsn-footer-contact-info-inner i {
	display: inline-block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	margin-right: 25px;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}
.thsn-footer-contact-info-inner .thsn-label {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.thsn-footer-big-area .thsn-footer-contact-info-wrap {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -0.5px;
	font-weight: 600;
}
.footer-wrap.thsn-footer-big-area {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(255,255,255, 19%);
    background:rgba(var(--thsn-logisto-blackish-color-rgb), 0.12);
}

/*=== thsn-FooterStyle-2 ===*/

.thsn-footer-style-2 .thsn-footer-text-area{
	border-top: 1px solid rgba(255,255,255, 19%);
}
.thsn-footer-style-2 .thsn-footer-text-area .thsn-footer-copyright-box{
	padding-bottom: 40px;
}
.thsn-footer-style-2 .thsn-footer-section.thsn-footer-widget-area{
    padding-top: 0px;
    padding-bottom: 60px;
}
.thsn-footer-style-2 .thsn-footer-big-area .container{
	border-bottom: 1px solid rgba(255,255,255, 19%);
	padding-bottom:40px;
}
.thsn-footer-style-2  .footer-wrap.thsn-footer-big-area{
	border-bottom:0;
	background:transparent;
}
.thsn-footer-style-2 .thsn-newsletter button{
	color: var(--thsn-logisto-white-color);
}
.thsn-footer-style-2 .thsn-newsletter button:hover{
	background:  var(--thsn-logisto-white-color);
	color: var(--thsn-logisto-blackish-color);
}

.thsn-footer-style-2 .thsn-footer-text-area:after,
.thsn-footer-style-2 .thsn-footer-text-area .thsn-footer-text-area_inner:before,
.thsn-footer-style-2 .thsn-footer-text-area .thsn-footer-text-area_inner:after{
	position: absolute;
	height: 80px;
	width: 80px;
	top: -81px;
	content: '';
	z-index: 9;
	background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
}
.thsn-footer-style-2 .thsn-footer-text-area .thsn-footer-text-area_inner:before{
    background-image: url(../images/heavytruck.png);
    right: 0;
    animation: right-animtn 30s linear infinite;
}
.thsn-footer-style-2 .thsn-footer-text-area .thsn-footer-text-area_inner:after {
    background-image: url(../images/crane.png);     
    animation: left-animtn 35s linear infinite;
	right: 70%;
}
body.rtl .thsn-footer-style-2 .thsn-footer-text-area .thsn-footer-text-area_inner:after{
	right: inherit;
	left: 70%;
}
.thsn-footer-style-2 .thsn-footer-text-area:after{
	background-image: url(../images/truck.png); 
    right: 0;
    animation: right1-animtn 20s linear infinite;
}
@-moz-keyframes right-animtn { 0% {right: -10% }100% {right: 100%}}
@-webkit-keyframes right-animtn { 0% { right: -10% }100% {right: 100% }}
@keyframes right-animtn {0% {right: -10%}100% {right: 100%}}
@-moz-keyframes right1-animtn { 0% {right: -70% }100% {right: 100%}}
@-webkit-keyframes right1-animtn { 0% { right: -70% }100% {right: 100% }}
@keyframes right1-animtn {0% {right: -70%}100% {right: 100%}}
@-moz-keyframes left-animtn {0% { left: -20% } 100% {left: 100% }}
@-webkit-keyframes left-animtn {0% {left: -20% } 100% { left: 100%}}
@keyframes left-animtn {0% {left: -20%}100% {left: 100%}}

/*=== thsn-float-menu ===*/
.site-footer .widget ul a:hover {
	color: var(--thsn-logisto-global-color);
}
.thsn-two-column-menu.widget ul>li {
	float: left;
	width: 50%;
}
.site-footer .widget.widget_nav_menu ul li > a,
.site-footer .widget.widget_meta ul li>a,
.site-footer .widget.widget_recent_entries ul li,
.site-footer .widget.widget_recent_comments ul li,
.site-footer .widget.widget_archive ul li>a,
.site-footer .widget.widget_categories ul li>a,
.site-footer .widget.widget_pages ul li>a {
	position: relative;
	padding-left: 18px;
}
body.rtl .site-footer .widget.widget_nav_menu ul li > a,
body.rtl .site-footer .widget.widget_meta ul li>a,
body.rtl .site-footer .widget.widget_recent_entries ul li,
body.rtl .site-footer .widget.widget_recent_comments ul li,
body.rtl .site-footer .widget.widget_archive ul li>a,
body.rtl .site-footer .widget.widget_categories ul li>a,
body.rtl .site-footer .widget.widget_pages ul li>a {
	padding-left: 0px;
	padding-right: 18px;
}
.site-footer .widget.widget_nav_menu ul li > a:before,
.site-footer .widget.thsn_widget_list_all_posts ul li>a:before,
.site-footer .widget.widget_meta ul li>a:before,
.site-footer .widget.widget_recent_entries ul li:before,
.site-footer .widget.widget_recent_comments ul li:before,
.site-footer .widget.widget_archive ul li a:before,
.site-footer .widget.widget_categories ul li a:before,
.site-footer .widget.widget_pages ul li a:before {
	position: absolute;
	content: '\e814';
	color: inherit;
	font-family: 'themesion-base-icons';
	font-weight: normal;
	line-height: normal;
	content: '\e814';
	font-size: 16px;
	left: 0;
}
body.rtl .site-footer .widget.widget_nav_menu ul li > a:before,
body.rtl .site-footer .widget.thsn_widget_list_all_posts ul li>a:before,
body.rtl .site-footer .widget.widget_meta ul li>a:before,
body.rtl .site-footer .widget.widget_recent_entries ul li:before,
body.rtl .site-footer .widget.widget_recent_comments ul li:before,
body.rtl .site-footer .widget.widget_archive ul li a:before,
body.rtl .site-footer .widget.widget_categories ul li a:before,
body.rtl .site-footer .widget.widget_pages ul li a:before {
	left: inherit;
	right: 0px;
}
.site-footer .widget.widget_nav_menu ul li > a:before,
.site-footer .widget.widget_meta ul li>a:before,
.site-footer .widget.widget_recent_entries ul li:before,
.site-footer .widget.widget_recent_comments ul li:before,
.site-footer .widget.widget_archive ul li a:before,
.site-footer .widget.widget_categories ul li a:before,
.site-footer .widget.widget_pages ul li a:before {
	top: 4px;
}
.thsn-contact-social-area ul,
.thsn-footer-social-area ul {
	list-style: none;
	text-align: right;
	margin: 0;
}
.thsn-contact-social-area ul li,
.thsn-footer-social-area ul li {
	display: inline-block;
	margin-right: 10px;
}
.thsn-contact-social-area ul a,
.thsn-footer-social-area ul li a {
	display: block;
	background-color: rgba(255, 255, 255, 0.30);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

/*=== Footer Widget ===*/
.site-footer .widget_archive ul li {
	position: relative;
}
.site-footer .widget_archive ul li span,
.site-footer .widget_categories ul li span {
	position: absolute;
	right: 15px;
	top: 0;
}
.thsn-text-color-white .widget_categories ul li span,
.thsn-text-color-white .widget_archive ul li span {
	background-color: #fff;
	color: var(--thsn-logisto-secondary-color);
}

/*=== Footer Social icon  ===*/
.footer-social-links {
	border-top: 1px solid rgb(255 255 255 / 5%);
	margin-top: 50px;
	margin-left: -45px;
	margin-right: -45px;
}
.footer-social-links {
	padding-top: 60px;
	padding-bottom: 0px;
}
.footer-social-links .thsn-social-links {
	margin-top: -15px;
}
.footer-social-links .thsn-social-links li {
	display: inline-block;
}
.footer-social-links .thsn-social-links li a {
	display: inline-block;
	background-color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 4px;
	text-align: center;
	color: #333;
	border-radius: 50%;
}
.footer-social-links .thsn-social-links li a:hover {
	color: #fff;
}
.thsn-footer-text-area {
	padding-top: 0;
	padding-bottom: 0;
}
.thsn-footer-text-area .thsn-footer-copyright-box {
	padding-top: 40px;
	padding-bottom: 100px;
	text-align: center;
}
.thsn-footer-widget-no .thsn-footer-text-area .thsn-footer-copyright-box{
	padding-bottom: 40px;
}

/* --------------------------------------
 * Timebox List Section
 * ---------------------------------------*/
ul.thsn-timelist-list {
	padding: 0px;
	margin: 0;
}
ul.thsn-timelist-list li {
	list-style: none;
	padding: 8px 0px;
}
ul.thsn-timelist-list li:first-child {
	padding-top: 0;
}
ul.thsn-timelist-list li:last-child {
	border-bottom: none;
}
ul.thsn-timelist-list .thsn-timelist-li-value {
	float: right;
}

/* --------------------------------------
 * error-404
 * ---------------------------------------*/
.error-404 {
	margin: 0;
	width: 100%;
	padding: 196px 0px 196px 0px;
	position: relative;
	text-align: center;
}
.thsn-parent-header-style-3 .error-404 {
	padding: 180px 0px 220px 0px;
}
.thsn-parent-header-style-4 .error-404 {
	padding: 320px 0px 220px 0px;
}
.error-404 .error-message {
	color: #2c2c2c;
}
.error-404 .error-message {
	display: inline-block;
	font-size: 290px;
	line-height: 290px;
	font-weight: 900;
}
.error-404 .footer-message {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-top: 15px;
}
.error-404 .search-form {
	margin: 45px auto;
	max-width: 400px;
}
.error404 .site-content .wrap {
	width: 100%;
}
.error404 .search-form {
	position: relative;
}
.error404 .search-form input[type="search"] {
	border-radius: 0px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #f2f3f4;
	padding-right: 55px;
}
.error404 .search-form .search-submit:after {
	font-family: "themesion-base-icons";
	content: '\e800';
	position: absolute;
	right: 16px;
	top: 0;
	opacity: 1;
	z-index: 1;
	color: #dbdbdb;
	font-size: 22px;
}
.error404 .search-form label {
	display: none;
}
.error404 .search-form button {
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	top: 50%;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 50px;
}
.error404 #primary {
	flex: none !important;
	max-width: none !important;
}
.error404 .thsn-header-style-2 .thsn-header-menu-area {
	border-bottom: 1px solid #f1f1f1;
}
.error404 a.thsn-home-back {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
	position: relative;
}
.error404 a.thsn-home-back:after {
	font-family: "themesion-base-icons";
	content: '\e81c';
	margin-left: 15px;
}
.error404 .thsn-text-color-white a.thsn-home-back {
	color: #fff;
}
.error404 .thsn-title-bar-wrapper {
	display: none;
}
.error404 h2.page-title {
	font-size: 200px;
	line-height: 210px;
	color: #fff;
	font-weight: bold;
}
.error404 .site-content-wrap {
	position: relative;
}
.error404 .site-content-wrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: none !important;
}
.error404 .thsn-text-color-blackish a.thsn-home-back:hover {
	opacity: 0.9;
}

/*=== search-no-results ===*/
.search-no-results #primary {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.search-no-results-content {
	padding: 80px 50px;
	text-align: center;
	margin-bottom: 100px;
}
.search-no-results-content p {
	margin-bottom: 30px;
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	max-width: 480px;
}
.search-no-results .search-no-results-content .search-form {
	position: relative;
}
.search-no-results .search-no-results-content .search-form input[type="search"] {
	padding-right: 50px;
	height: 60px;
}

/* clears the 'X' from Chrome */
.search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-decoration,
.search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-cancel-button,
.search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-results-button,
.search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
.search-no-results .search-no-results-content .search-form button {
	top: 5px;
	right: 5px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background-color: var(--thsn-logisto-global-color);
}
.search-no-results .search-no-results-content .search-form button:after {
	position: absolute;
	font-family: 'themesion-base-icons';
	content: '\e800';
	right: 16px;
	font-size: 16px;
	top: 17px;
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
}
.search-results .thsn-top-search-form .search-form button {
	background-color: var(--thsn-logisto-global-color);
}

/* --------------------------------------
 * Search Popup Area CSS
 * ---------------------------------------*/
.thsn-header-search-form-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
}
.thsn-header-search-form-wrapper.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}
.thsn-header-search-form-wrapper .search-form {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.thsn-header-search-form-wrapper .search-form:after {
	font-family: "themesion-base-icons";
	content: '\e800';
	position: absolute;
	right: 10px;
	top: 15px;
	color: #fff;
	font-size: 25px;
	line-height: normal;
}
.thsn-header-search-form-wrapper .search-form input[type="search"] {
	height: 65px;
	line-height: 65px;
	font-size: 28px;
	background-color: transparent;
	text-align: left;
	color: #fff;
	border: none;
	border-bottom: 3px solid #fff;
	padding-left: 0;
	border-radius: 0;
}
.thsn-header-search-form-wrapper .search-form button:before {
	display: none;
}
.thsn-header-search-form-wrapper .search-form input[type="search"]::placeholder {
	color: rgba(255, 255, 255, 0.89);
	opacity: 1;	
}
.thsn-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {	
	color: rgba(255, 255, 255, 0.89);
}
.thsn-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {	
	color: rgba(255, 255, 255, 0.89);
}
.thsn-header-search-form-wrapper .search-form [type=submit] {
	position: absolute;
	height: 50px;
	width: 50px;
	right: 0;
	background-color: transparent;
	text-indent: -9999px;
}
.thsn-header-search-form-wrapper .thsn-search-close {
	position: absolute;
	top: 40px;
	right: 40px;
	border-color: #fff;
	color: #fff;
	opacity: 0.8;
	font-size: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	text-align: center;
	cursor: pointer;
}
.thsn-header-search-form-wrapper .thsn-search-close:hover {
	opacity: 1;
}

/* --------------------------------------
 * Accordion
 * ---------------------------------------*/
.elementor-accordion .elementor-tab-title {
	background-color: #eee;
}
.thsn-elementor-bg-color-light .elementor-accordion .elementor-tab-title,
.thsn-bg-color-light .elementor-accordion .elementor-tab-title {
	background-color: var(--thsn-logisto-white-color);
}
.elementor-accordion-item {
	position: relative;
}

/*=== thsn-accordion-style1 ===*/
.thsn-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	position: relative;
	background-color: #ffffff;
}
.thsn-accordion-style1 .elementor-accordion .elementor-accordion-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	font-size: 12px;
	line-height: 65px;
	text-align: center!important;
	border-left: 1px solid rgb(16 16 16 / 10%);
	background-color: transparent;
}
.thsn-accordion-style1 .elementor-accordion .elementor-accordion-icon.elementor-accordion-icon-right{
	right: 0px;
	border-left: 1px solid rgb(16 16 16 / 10%);
}
.thsn-accordion-style1 .elementor-accordion .elementor-accordion-icon.elementor-accordion-icon-left{
	left: 0px;
	right: inherit;
	border-left: 0px;
	border-right: 1px solid rgb(16 16 16 / 10%);
}
.thsn-accordion-style1 .elementor-tab-title.elementor-active .elementor-accordion-icon {
	border-left: 1px solid rgb(255 255 255 / 10%);
	transition: 0.4s;
}
.thsn-accordion-style1.elementor-widget .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	padding: 15px 30px 15px 20px;
}
.thsn-accordion-style1 .elementor-accordion .elementor-accordion-item {
	margin-bottom: 20px;
	border: none;
}
.thsn-accordion-style1 .elementor-accordion .elementor-tab-content.elementor-active {
	border-top: none;
	border-radius: 0;
	background: transparent!important;
}
.thsn-accordion-style1 .elementor-accordion .elementor-tab-title.elementor-active {
	background-color: var(--thsn-logisto-blackish-bg-color);
}
.thsn-accordion-style1 .elementor-accordion-item .elementor-tab-title.elementor-active {
	color: var(--thsn-logisto-white-color);
	background: var(--thsn-logisto-global-color)!important;
}
.thsn-accordion-style1 .thsn-accordian-inner {
	display: flex;
	align-items: center;
	padding: 30px 0 0;
}
.thsn-accordion-style1 .col-md-5 {
	padding-left: 0px;
}
body.rtl .thsn-accordion-style1 .col-md-5{
	padding-left: 15px;
	padding-right: 0px;
}
.thsn-accordion-style1 .col-md-7 {
	color: rgba(var(--thsn-logisto-white-color-rgb) ,.80);
}
.thsn-accordion-style1 .elementor-tab-title a {
	font-size: 20px;
	line-height: 30px;
}
.thsn-accordion-style1 .elementor-accordion .elementor-tab-content{
	padding: 0;
}
.thsn-accordion-style1 .elementor-tab-title.elementor-active a:hover {
	color: var(--thsn-logisto-white-color);
}

/*=== thsn-accordion-style2 ===*/
.thsn-accordion-style2 .elementor-tab-title{
	background-color: transparent!important;
	font-size: 20px;
    line-height: 26px;
	margin-bottom: 5px;
	border-top: 2px solid var(--thsn-logisto-light-bg-color)!important;
}
.thsn-accordion-style2 .elementor-tab-title.elementor-active{
	border-color: var(--thsn-logisto-secondary-color)!important;
}
.thsn-accordion-style2 .elementor-accordion .elementor-accordion-icon{
	color: var(--thsn-logisto-secondary-color);
    height: 55px;
    width: 50px;
    background: var(--thsn-logisto-light-bg-color)!important;
    line-height: 50px;
    text-align: center!important;
	margin-top: -15px;
    margin-left: -20px;
	margin-right: 25px !important;
}
body.rtl .thsn-accordion-style2 .elementor-accordion .elementor-accordion-icon{
	margin-left: 25px!important;
	margin-right: -20px!important;
}
.thsn-accordion-style2  .elementor-accordion .elementor-tab-content{
	padding: 5px 75px 30px;
}
.thsn-accordion-style2  .elementor-accordion .elementor-tab-content p{
	margin-bottom: 10px;
}
.thsn-accordion-style2 .elementor-accordion  .elementor-active .elementor-accordion-icon{
	background: var(--thsn-logisto-secondary-color)!important;
	color: var(--thsn-logisto-global-color);
}
/* --------------------------------------
 * Tabs
 * ---------------------------------------*/
.thsn-tab-content-title,
.thsn-tab-content {
	display: none;
}
.thsn-tab-content.thsn-tab-active {
	display: block;
}
.thsn-tab-link {
	border-right: none;
	display: block;
	padding: 18px 0;
	cursor: pointer;
	color: var(--thsn-logisto-blackish-color);
	font-size: 16px;
	letter-spacing: -0.4px;
	font-weight: 700!important;
	border: none;
	border-right: none;
}
.thsn-tabs .thsn-tab-link li:last-child {
	margin-right: 0px;
}
.thsn-tabs .thsn-tabs-heading {
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: row;
}
.thsn-tabs .thsn-tabs-heading li {
	flex-grow: 1;
	flex-basis: 0;
}
.thsn-tabs .thsn-tabs-heading li:last-child {
	margin-right: 0px;
	border-right: 1px solid #eeeeee;
}
body.rtl .thsn-tabs .thsn-tabs-heading li:last-child{
	margin-left: 0px;
}
.thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active span,
.thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active i {
	color: var(--thsn-logisto-white-color);
}
.thsn-tabs .thsn-tabs-heading li i {
	display: block;
	font-size: 45px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: normal;
}
.thsn-tabs .thsn-tab-content-wrapper {
	margin-top: 55px;
	margin-bottom: 0px;
}
.thsn-tabs .thsn-tab-content-inner .inner-content {
	margin-top: 30px;
}
.thsn-tabs .thsn-tab-content-inner h2 {
	font-size: 36px;
	line-height: 40px;
}
.thsn-tabs .thsn-tab-content-inner ul {
	margin: 0px;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.elementor-icon-list-items .elementor-icon-list-text,
.thsn-tabs .thsn-tab-content-inner ul li {
	position: relative;	
	padding-left: 33px;
	font-size: 18px;
	font-weight: 600;
	color: var(--thsn-logisto-blackish-color) !important;
}
body.rtl .thsn-tabs .thsn-tab-content-inner ul li{
	padding-left: 0px;
	padding-right: 33px;
}
.thsn-tabs .thsn-tab-content-inner ul li{
	margin-bottom: 15px;
}
.thsn-tabs .thsn-tab-content-inner .inner-content .tab-weight{
	display: block;
    margin-bottom: 30px;
    font-weight: 500;
}
/* --------------------------------------
 * Tab style 1
 * ---------------------------------------*/
.thsn-tabstyle1 .thsn-tab-link {
	padding: 30px 35px;
	font-size: 18px;
	line-height: 18px;
	margin-right: 30px;
	border: unset;
	background-color: var(--thsn-logisto-light-bg-color);
	-webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}
body.rtl .thsn-tabstyle1 .thsn-tab-link{
	margin-left: 30px;
	margin-right: 0px;
}
.thsn-tabstyle1 .thsn-tabs .thsn-tabs-heading li i {
	font-size: 50px;
	margin-bottom: 0px;
	color: var(--thsn-logisto-secondary-color);
}
.thsn-tabstyle1 .thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active i {
	color: var(--thsn-logisto-global-color);
}
.thsn-tabstyle1 .thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active {
	border-bottom: 5px solid var(--thsn-logisto-global-color);
}
.thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active {
	background: var(--thsn-logisto-secondary-color);
}
.thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner h2 {
	font-size: 36px;
	line-height: 36px;
}
.thsn-tabstyle2 .thsn-tabs .thsn-tab-content-inner ul li:after,
.thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner ul li:after {
	content: "\e86c";
    font-size: 23px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0px;
    font-family: "Material Design Icons";
    color: var(--thsn-logisto-secondary-color);
}
body.rtl .thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner ul li:after,
body.rtl .thsn-tabstyle2 .thsn-tabs .thsn-tab-content-inner ul li:after{
	left: inherit;
	right: 0px;
}
.thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner a.link-button {
	display: inline-block;
	line-height: 1;
	background-color: var(--thsn-logisto-secondary-color);
	color: var(--thsn-logisto-global-color);
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 20px 50px 20px 40px;
	margin-top: 20px;
	font-weight: 700;
} 
.thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner a.link-button:hover{
	padding-right: 60px;
} 
.thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner a.link-button:hover {
	background-color: var(--thsn-logisto-global-color);
	color: var(--thsn-logisto-blackish-color);
}
.thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner a{
	position: relative;
}
.quotation-form input[type=submit],
.thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner a.link-button{
	position: relative;
	overflow: hidden;
}
.thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner .inner-content {
	margin-top: 15px;
}
.thsn-tabstyle1 .thsn-tabs  .thsn-tab-content-img img{
	margin: 0px;
}
.thsn-tabstyle1 .thsn-tabs li.thsn-tab-link:before{
	position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
 .thsn-tabstyle1 .thsn-tabs li.thsn-tab-link:hover:before{ 
	z-index: -1;
    bottom: 0;
    background-color: var(--thsn-logisto-secondary-color);
}
.thsn-tabstyle1 .thsn-tabs li.thsn-tab-link:after{
	content: "";
	display: block;
	position: absolute;
	height: 5px;
	bottom: -1px;
	left: 0;
	right: 0;
	transform: scaleX(0);
	margin-top: -1px;
	background-color: var(--thsn-logisto-global-color);
}
.thsn-tabstyle1 .thsn-tabs li.thsn-tab-link:hover:after{
	transform: scaleX(1);
	transform-origin: left;
	transition: .5s all ease;
}
.thsn-tabstyle1 .thsn-tabs li.thsn-tab-link{
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.thsn-tabstyle1 .thsn-tabs li.thsn-tab-link:hover{
	color: var(--thsn-logisto-white-color);
}
.thsn-tabstyle1 .thsn-tabs .thsn-tabs-heading li:hover i{
	color: var(--thsn-logisto-global-color);
}
.thsn-tabstyle1 .thsn-tabs .thsn-tab-link.thsn-tab-li-active:hover:after{
	content: unset;
}

/* --------------------------------------
 * Tab style 2
 * ---------------------------------------*/
.thsn-tabstyle2 .thsn-tab-link {
	display: inline-block;
	padding:25px 40px 10px 30px;
	font-size: 22px;
	line-height: 24px;
	border: 0;
	border-bottom: 1px solid #dddddd;
}
body.rtl .thsn-tabstyle2 .thsn-tab-link{
	padding: 25px 30px 10px 40px;
}
.thsn-tabstyle2 .thsn-tabs {
	display: flex;
}
.thsn-tabstyle2 .thsn-tabs .thsn-tabs-heading {
	display: block;
	padding-left: 0;
	text-align: left;
	position: relative;
	border-right: 1px solid #eee;
	max-width: 36%;
}
body.rtl .thsn-tabstyle2 .thsn-tabs .thsn-tabs-heading{
	text-align: right;
	border-right:0px;
	border-left:1px solid #eee;
}
.thsn-tabstyle2 .thsn-tabs .thsn-tabs-heading li i {
	display: inline-block;
	margin-right: 16px;
	vertical-align: middle;
	font-size: 50px;
	color: var(--thsn-logisto-global-color);
}
body.rtl .thsn-tabstyle2 .thsn-tabs .thsn-tabs-heading li i{
	margin-left: 16px;
	margin-right: 0px;
}
.thsn-tabstyle2 .thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active i {
	color: var(--thsn-logisto-white-color);
}
.thsn-tabstyle2 .thsn-tabs .thsn-tabs-heading li:last-child {
	border: 0;
}
.thsn-tabstyle2 .thsn-tabs .thsn-tab-content-inner .inner-content,
.thsn-tabstyle2 .thsn-tabs .thsn-tab-content-wrapper {
	margin-top: 0px;
}
.thsn-tabstyle2 .thsn-tab-content-wrapper{
	margin-left: 70px;
}
body.rtl .thsn-tabstyle2 .thsn-tab-content-wrapper{
	margin-left: 0px;
	margin-right: 70px;
}
.thsn-tabstyle2 .thsn-tabs .thsn-tab-content-inner ul {
	margin-top: 0px;
}

.thsn-tabstyle2 .thsn-tabs .thsn-tab-content-inner h2,
.thsn-tabstyle2 .thsn-tabs .thsn-tab-content-inner ul li:after {
	color: var(--thsn-logisto-global-color);
}
.thsn-tabstyle2 .col-xl-12.thsn-tab-content-img{
	padding: 0px;
	padding-bottom: 10px;	
}


/* --------------------------------------
 * Tab style 3
 * ---------------------------------------*/
.thsn-tabstyle3 .tab-content{	
	display: flex;
	align-items: center;
}
.thsn-tabstyle3 .tab-content p{
	margin-bottom: 0;
}
.thsn-tabstyle3 .thsn-tabs .thsn-tabs-heading li{
	border: 3px solid transparent;
}
.thsn-tabstyle3 .thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active{
	background-color: transparent;
	border: 3px solid var(--thsn-logisto-global-color);;
}
.thsn-tabstyle3 .thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active span{
	color: var(--thsn-logisto-blackish-color);
}
.thsn-tabstyle3 .thsn-tabs .col-md-4.tab-content-wrapper{
	padding-left: 0!important;
}
body.rtl .thsn-tabstyle3 .thsn-tabs .col-md-4.tab-content-wrapper{
	padding-left: 15px!important;
	padding-right: 0px!important;
}
.thsn-tabstyle3 .thsn-tabs .thsn-tab-content-wrapper{
	margin-top: 30px;
}


/* --------------------------------------
 * Button Section
 * ---------------------------------------*/
/*=== elementor-widget-button ===*/
button:focus{
    outline: 0;
}
.elementor-button {
	border-radius: 0;
}
.elementor-widget-button.thsn-btn-style-flat.thsn-btn-shape-square .elementor-button {
	border-radius: 0;
}
.elementor-widget-button.thsn-btn-style-flat.thsn-btn-shape-round .elementor-button {
	border-radius: 5px;
}
.elementor-widget-button.thsn-btn-style-flat.thsn-btn-shape-rounded .elementor-button {
	border-radius: 10px;
}
.elementor-widget.elementor-widget-button {
	color: var(--thsn-logisto-white-color);
}
.thsn-elementor-bg-color-globalcolor .thsn-btn-color-blackish .elementor-button:hover {
	color: var(--thsn-logisto-blackish-color);
}
.thsn-btn-style-flat.thsn-btn-color-white .elementor-button:not(:hover){
	background-color: var(--thsn-logisto-white-color) !important;
}
.thsn-btn-style-flat.thsn-btn-color-white .elementor-button:hover {
	background-color: var(--thsn-logisto-blackish-color) !important;
	color: var(--thsn-logisto-white-color);
}
.thsn-btn-style-flat.thsn-btn-color-light .elementor-button:not(:hover){
	background-color: var(--thsn-logisto-light-bg-color) !important;
}
.thsn-btn-style-flat.thsn-btn-color-light .elementor-button:hover{
	background-color: var(--thsn-logisto-blackish-color) !important;
	color: var(--thsn-logisto-white-color);
}
.thsn-btn-style-flat.thsn-btn-color-globalcolor .elementor-button:not(:hover){
	background-color: var(--thsn-logisto-global-color) !important;
}
.thsn-btn-style-flat.thsn-btn-color-globalcolor .elementor-button:hover{
	background-color: var(--thsn-logisto-blackish-color) !important;
	color: var(--thsn-logisto-white-color);
}
.thsn-btn-style-flat.thsn-btn-color-secondary .elementor-button:not(:hover){
	background-color: var(--thsn-logisto-secondary-color) !important;
}
.thsn-btn-style-flat.thsn-btn-color-secondary .elementor-button:hover{
	background-color: var(--thsn-logisto-global-color) !important;
	color: var(--thsn-logisto-blackish-color);
}
.thsn-btn-style-flat.thsn-btn-color-secondary .elementor-button:hover span:before{
	background-color: var(--thsn-logisto-blackish-color) !important;
}
.thsn-btn-style-flat.thsn-btn-color-secondary .elementor-button:hover span:after{
	color: var(--thsn-logisto-blackish-color) !important;
}
.thsn-btn-style-flat.thsn-btn-color-blackish .elementor-button:not(:hover){
	background-color: var(--thsn-logisto-blackish-color) !important;
}
.thsn-btn-style-flat.thsn-btn-color-blackish .elementor-button:hover{
	background-color: var(--thsn-logisto-global-color) !important;
	color: var(--thsn-logisto-white-color);
}
.elementor-widget-button.thsn-btn-bg-color-secondary .elementor-button{
	background-color: var(--thsn-logisto-secondary-color);
}
.thsn-btn-style-text.thsn-btn-color-secondary .elementor-button {
	color: var(--thsn-logisto-secondary-color);
}
.thsn-btn-style-text.thsn-btn-color-secondary .elementor-button:hover {
	color: var(--thsn-logisto-global-color);
}
.thsn-btn-style-flat .elementor-button,
.thsn-btn-style-flat.thsn-btn-color-globalcolor .elementor-button,
.thsn-btn-style-flat.thsn-btn-color-blackish .elementor-button:hover {
	background-color: var(--thsn-logisto-global-color);
}
.thsn-btn-style-flat.thsn-btn-color-globalcolor .elementor-button{
	color: var(--thsn-logisto-blackish-color);
}
.thsn-btn-style-flat.thsn-btn-color-globalcolor .elementor-button:hover{
	color: var(--thsn-logisto-white-color);
}
.thsn-btn-color-white .elementor-button,
.thsn-btn-style-text.thsn-btn-color-globalcolor .elementor-button {
	color: var(--thsn-logisto-global-color);
}
.thsn-btn-style-text.thsn-btn-color-globalcolor .elementor-button:hover {
	color: var(--thsn-logisto-secondary-color);
}
.thsn-btn-style-outline .elementor-button {
	background-image: none !important;	
	border: 2px solid #000;
	color: #000;
}
.thsn-text-white .elementor-widget-container {
    color:#fff;
}
.thsn-btn-style-outline:not(:hover) .elementor-button {
	background-color: transparent !important;
}
.thsn-btn-style-outline .elementor-button.elementor-size-md{
	border-radius: 0;
}
.thsn-btn-style-outline.thsn-btn-color-globalcolor .elementor-button:hover {
	color: var(--thsn-logisto-white-color)!important;
}
.thsn-btn-style-outline.thsn-btn-color-white .elementor-button {
	border-color: var(--thsn-logisto-white-color);
	color: var(--thsn-logisto-white-color);
}
.thsn-btn-style-outline.thsn-btn-color-blackish .elementor-button:hover .elementor-button-content-wrapper:before,
.thsn-btn-style-outline.thsn-btn-color-white .elementor-button:hover {
	background-color: var(--thsn-logisto-white-color);
}
.thsn-btn-style-outline.thsn-btn-color-blackish .elementor-button:hover {
	color: var(--thsn-logisto-white-color);
}
.elementor-widget-button .elementor-button {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.elementor-button.elementor-size-xs {
	padding: 12px 34px;
	font-size: 9px;
}
.elementor-button.elementor-size-sm {
	padding: 16px 38px;
	font-size: 11px;
}
.elementor-button.elementor-size-md {
	padding: 15px 45px;
	font-size: 16px;
}
.elementor-button.elementor-size-lg {
	padding: 24px 46px;
	font-size: 15px;
}
.elementor-button.elementor-size-xl {
	padding: 28px 50px;
	font-size: 17px;
}
.thsn-btn-style-outline .elementor-button {
	border-color: var(--thsn-logisto-global-color);
	color: var(--thsn-logisto-global-color);
}
.thsn-btn-style-outline .elementor-button:hover {
	background-color: var(--thsn-logisto-secondary-color);
    color: var(--thsn-logisto-white-color)!important;
}
.thsn-btn-style-outline.thsn-btn-color-secondary .elementor-button {
	border-color: var(--thsn-logisto-secondary-color);
	color: var(--thsn-logisto-secondary-color);
}
.thsn-btn-style-outline .elementor-button.elementor-size-sm {
	padding: 19px 38px;
}
.thsn-btn-style-text .elementor-button {
	padding: 0;
	background-color: transparent;
}
.thsn-btn-style-text.thsn-btn-color-white .elementor-button {
	color: var(--thsn-logisto-white-color);
}
.thsn-btn-style-text.thsn-btn-color-gradient .elementor-button {
	border-image-source: none !important;
	background-image: none !important;
}
.elementor-button .thsn-logisto-icon-next {
	font-size: 10px;
	line-height: normal;
	position: relative;
}
.elementor-button .elementor-align-icon-right {
	margin-left: 15px;
}
.thsn-service-style-4 .thsn-service-btn a{
	padding:15px 40px;
}
.thsn-ihbox-style-4 .thsn-ihbox-btn a span,
.thsn-ihbox-style-2 .thsn-ihbox-btn a span,
.thsn-service-style-2 .thsn-service-btn-a span,
.thsn-blog-style-2 .thsn-read-more-link a span,
.thsn-blog-style-1 .thsn-read-more-link a span {
	position: relative;
	display: inline-block;
	line-height: normal;
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: -0.1px;
}
.thsn-form-style-1 button:after {
	content: '\e806' !important;
	font-family: "themesion-base-icons";
	margin-left: 0px;
	font-size: 0px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.thsn-header-style-6 .thsn-header-button2 a span,
.thsn-header-style-5 .thsn-header-button2 a span,
.thsn-service-style-4 .thsn-service-btn a span,
.themesion-ele-ptable-style-1 .thsn-ptable-btn a span,
.thsn-service-style-3 .thsn-service-btn a span,
.thsn-ihbox-style-17 .thsn-ihbox-btn a span,
.elementor-widget-button .elementor-button .elementor-button-content-wrapper span,
.rev-button span,
.main-form button span,
.thsn-team-form button span,
.thsn-header-style-4 .thsn-header-button2 a span,
.thsn-header-style-3 .thsn-header-button2 a span,
.thsn-newsletter button span,
.themesion-ele-ptable-style-2 .thsn-ptable-btn a span,
.thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner a.link-button span,
.thsn-service-style-1 .thsn-service-title1 a,
.thsn-service-style-1 .thsn-service-btn a,
.thsn-blog-style-1 .thsn-service-btn a,
.thsn-blog-style-2 .thsn-service-btn a,
.thsn-search-results-right .thsn-read-more-link a span,
.thsn-blog-classic-inner .thsn-read-more-link a span {
	position: relative;
    display: inline-block;
    padding-right: 5px;
    line-height: 16px;
	-webkit-transition: all 0.3s  ease-out;
    transition: all 0.3s  ease-out; 
}
.thsn-header-style-6 .thsn-header-button2 a span:after,
.thsn-header-style-5 .thsn-header-button2 a span:after,
.thsn-service-style-4 .thsn-service-btn a span:after,
.themesion-ele-ptable-style-1 .thsn-ptable-btn a span:after,
.thsn-service-style-3 .thsn-service-btn a span:after,
.thsn-ihbox-style-17 .thsn-ihbox-btn a span:after,
.elementor-widget-button .elementor-button .elementor-button-content-wrapper span:after,
.rev-button span:after,
.main-form button span:after,
.thsn-team-form button span:after,
.thsn-header-style-4 .thsn-header-button2 a span:after,
.thsn-header-style-3 .thsn-header-button2 a span:after,
.thsn-newsletter button span:after,
.themesion-ele-ptable-style-2 .thsn-ptable-btn a span:after,
.quotation-form input[type=submit]:after,
.thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner a.link-button span:after,
.thsn-service-style-1 .thsn-service-title1 a:after,
.thsn-service-style-1 .thsn-service-btn a:after,
.thsn-blog-style-1 .thsn-service-btn a:after,
.thsn-blog-style-2 .thsn-service-btn a:after,
.thsn-search-results-right .thsn-read-more-link a span:after,
.thsn-blog-classic-inner .thsn-read-more-link a span:after {
	content: '\e814';
    font-size: 20px;
    position: absolute;
    top: -2px;
	font-family: "themesion-base-icons";
	right: -10px;
    left: auto;
	-webkit-transition: all 0.3s  ease-out;
    transition: all 0.3s  ease-out; 
	color: var(--thsn-logisto-blckish-color);
}
.thsn-header-style-6 .thsn-header-button2 a span:before,
.thsn-header-style-5 .thsn-header-button2 a span:before,
.thsn-service-style-4 .thsn-service-btn a span:before,
.themesion-ele-ptable-style-1 .thsn-ptable-btn a span:before,
.thsn-service-style-3 .thsn-service-btn a span:before,
.thsn-ihbox-style-17 .thsn-ihbox-btn a span:before,
.elementor-widget-button .elementor-button .elementor-button-content-wrapper span:before,
.rev-button span:before,
.main-form button span:before,
.thsn-team-form button span:before,
.thsn-header-style-4 .thsn-header-button2 a span:before,
.thsn-header-style-3 .thsn-header-button2 a span:before,
.thsn-newsletter button span:before,
.themesion-ele-ptable-style-2 .thsn-ptable-btn a span:before,
.quotation-form input[type=submit]:before,
.thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner a.link-button span:before, 
.thsn-service-style-1 .thsn-service-title1 a:before,
.thsn-service-style-1 .thsn-service-btn a:before,
.thsn-blog-style-1 .thsn-service-btn a:before,
.thsn-blog-style-2 .thsn-service-btn a:before,
.thsn-search-results-right .thsn-read-more-link a span:before,
.thsn-blog-classic-inner .thsn-read-more-link a span:before {
    content: '';
    font-size: 14px;
    opacity: 1;
    visibility: visible; 
    height: 2px;
    width: 0px;
    background: var(--thsn-logisto-blackish-color);
    position: absolute;
    top: 6px;
    right: 0px;
	-webkit-transition: all 0.3s  ease-out;
    transition: all 0.3s  ease-out; 
}
.rev-button:hover span:after{
	color:  var(--thsn-logisto-blackish-color) !important;
}
.main-form.quotation-form button:hover span:after,
.rev-button.white-bt:hover span:after{
	color:  var(--thsn-logisto-white-color) !important;
}
.thsn-header-style-6 .thsn-header-button2 a:hover span:after, 
.thsn-header-style-5 .thsn-header-button2 a:hover span:after, 
.thsn-service-style-4 .thsn-service-btn a:hover span:after,
.themesion-ele-ptable-style-1 .thsn-ptable-btn a:hover span:after,
.thsn-service-style-3 .thsn-service-btn a:hover span:after,
.thsn-ihbox-style-17 .thsn-ihbox-btn a:hover span:after,
.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper span:after,
.thsn-team-form button:hover span:after,
.thsn-header-style-4 .thsn-header-button2 a:hover span:after,
.thsn-header-style-3 .thsn-header-button2 a:hover span:after,
.thsn-newsletter button:hover span:after,
.themesion-ele-ptable-style-2 .thsn-ptable-btn a:hover span:after,
.quotation-form input[type=submit]:hover:after,
.thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner a.link-button:hover span:after,
.thsn-service-style-1 .thsn-service-title1 a:hover:after,
.thsn-service-style-1 .thsn-service-btn a:hover:after,
.thsn-blog-style-1 .thsn-service-btn a:hover:after,
.thsn-blog-style-2 .thsn-service-btn a:hover:after,
.thsn-search-results-right .thsn-read-more-link a:hover span:after,
.thsn-blog-classic-inner .thsn-read-more-link a:hover span:after{
	right: -33px;
	color:  var(--thsn-logisto-blackish-color);
}
.thsn-header-style-6 .thsn-header-button2 a:hover span:before,
.thsn-header-style-5 .thsn-header-button2 a:hover span:before,
.thsn-service-style-4 .thsn-service-btn a:hover span:before,
.themesion-ele-ptable-style-1 .thsn-ptable-btn a:hover span:before,
.thsn-service-style-3 .thsn-service-btn a:hover span:before,
.thsn-ihbox-style-17 .thsn-ihbox-btn a:hover span:before,
.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper span:before,
.rev-button:hover span:before,
.main-form button:hover span:before,
.thsn-team-form button:hover span:before,
.thsn-header-style-4 .thsn-header-button2 a:hover span:before,
.thsn-header-style-3 .thsn-header-button2 a:hover span:before,
.thsn-newsletter button:hover span:before, 
.themesion-ele-ptable-style-2 .thsn-ptable-btn a:hover span:before, 
.quotation-form input[type=submit]:hover:before,
.thsn-tabstyle1 .thsn-tabs .thsn-tab-content-inner a.link-button:hover span:before, 
.thsn-service-style-1 .thsn-service-title1 a:hover:before,
.thsn-service-style-1 .thsn-service-btn a:hover:before,
.thsn-blog-style-1 .thsn-service-btn a:hover:before,
.thsn-blog-style-2 .thsn-service-btn a:hover:before,
.thsn-search-results-right .thsn-read-more-link a:hover span:before,
.thsn-blog-classic-inner .thsn-read-more-link a:hover span:before {
	width: 25px;
	right: -30px; 
}

/* Center Button */
.thsn-header-style-5 .thsn-header-button2 a:hover span,
.rev-button:hover span,
.main-form button:hover span,
.thsn-team-form button:hover span,
.thsn-newsletter button:hover span,
.themesion-ele-ptable-style-2 .thsn-ptable-btn a:hover span{
	padding-right: 35px!important;
}
.thsn-header-style-5 .thsn-header-button2 a:hover span:after,
.rev-button:hover span:after,
.main-form button:hover span:after,
.thsn-team-form button:hover span:after,
.thsn-header-style-4 .thsn-header-button2 a:hover span:after,
.thsn-newsletter button:hover span:after,
.themesion-ele-ptable-style-2 .thsn-ptable-btn a:hover span:after{
	right: -3px;
}
.thsn-header-style-5 .thsn-header-button2 a:hover span:before,
.rev-button:hover span:before,
.main-form button:hover span:before,
.thsn-team-form button:hover span:before,
.thsn-header-style-4 .thsn-header-button2 a:hover span:before,
.thsn-newsletter button:hover span:before,
.themesion-ele-ptable-style-2 .thsn-ptable-btn a:hover span:before{
	right: 0;
}
.rev-button span{
	line-height: 16px !important;
}
.thsn-service-style-4 .thsn-service-btn a.btn-arrow:hover{
	padding-right: 50px;
}
.thsn-header-style-6 .thsn-header-button2 a:hover span:after,
.themesion-ele-ptable-style-2 .thsn-pricing-table-featured-col .thsn-ptable-btn a:hover span:after,
.thsn-header-style-5 .thsn-header-sticky-yes .thsn-header-button2 a:hover span:after,
.themesion-ele-ptable-style-1 .thsn-ptable-btn a:hover span:after,
.thsn-ihbox-style-17 .thsn-ihbox-btn a:hover span:after,
.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper span:after,
.rev-button:hover span:after,
.main-form button:hover span:after,
.thsn-service-style-1 .thsn-service-btn a:hover:after,
.thsn-header-style-4.thsn-fixed-header .thsn-header-button2 a:hover span:after{
	color:  var(--thsn-logisto-white-color);
}
.thsn-btn-style-outline.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper span:after,
.thsn-header-style-3 .thsn-header-button2 a:hover span:after{
	color:  var(--thsn-logisto-white-color)!important;
}
.thsn-search-results-right .thsn-read-more-link a:hover span::after,
.themesion-ele-ptable-style-1 .thsn-pricing-table-featured-col .thsn-ptable-btn a:hover span:after,
.thsn-header-style-4 .thsn-header-button2 a:hover span:after,
.thsn-blog-style-2 .thsn-service-btn a:hover:after{
	color:  var(--thsn-logisto-secondary-color);
}
.thsn-service-style-3 .thsn-service-btn a:hover span:after,
.thsn-blog-style-1 .thsn-service-btn a:hover:after{
	color:  var(--thsn-logisto-global-color);
}
.thsn-service-style-3 .thsn-service-btn a:hover span:before,
.thsn-blog-style-1 .thsn-service-btn a:hover:before,
body .thsn-service-style-1 .thsn-service-btn a:before{
	background-color: var(--thsn-logisto-global-color);
}

.thsn-search-results-right .thsn-read-more-link a:hover span:before,
.thsn-header-style-4 .thsn-header-button2 a:hover span:before,
.thsn-blog-classic-inner .thsn-read-more-link a:hover span:before{
	background-color:  var(--thsn-logisto-secondary-color);
}
.thsn-header-style-6 .thsn-header-button2 a:hover span:before,
.thsn-header-style-5 .thsn-header-sticky-yes .thsn-header-button2 a:hover span:before,
.thsn-header-style-5 .rev-button:hover span:before,
.themesion-ele-ptable-style-1 .thsn-ptable-btn a:hover span:before,
.thsn-ihbox-style-17 .thsn-ihbox-btn a:hover span:before,
.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper span:before,
.main-form button:hover span:before,
.rev-button:not(.white-hover):hover span:before,
.thsn-header-style-3 .thsn-header-button2 a:hover span:before,
.thsn-service-style-1 .thsn-service-btn a:hover:before{
	background-color:var(--thsn-logisto-white-color);
}
a.thsn-service-btn i {
	font-size: 10px;
	line-height: normal;
}
a.thsn-service-btn:hover {
	background-color: var(--thsn-logisto-blackish-color);
	color: var(--thsn-logisto-white-color);
}
.elementor-widget-button .elementor-button:hover{
	padding-right: 65px;
}

/*global text transform*/
.single-service-contact .thsn-service-position,
.themesion-ele-ptable-style-2  .themesion-ptable-description,
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-title,
.themesion-element-testimonial .thsn-ele-testimonial .themesion-testimonial-detail,
.thsn-comment-date{
	text-transform: uppercase;
}

/* --------------------------------------
 * Timeline view Section
 * ---------------------------------------*/
.thsn-company-hostory .simple-text p {
	text-align: left;
}
.thsn-company-hostory .year {
	padding: 6px 20px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: -17px;
	z-index: 9;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 100px;
	text-align: center;
	background: #f2c21a;
}
.thsn-company-hostory .company_detail .content {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.thsn-company-hostory .thsn-ourhistory-row {
	display: -webkit-box;
	display: flex;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.thsn-timeline .thsn-timeline-post-items{
    padding-top: 80px;
    padding-bottom: 80px;
}
.thsn-timeline .thsn-timeline-post-items .thsn-timeline-inner{
    padding-bottom: 60px;
}
.thsn-timeline .thsn-timeline-post-items .thsn-timeline-inner:last-child{
    padding-bottom: 0px;
}
.thsn-ourhistory .thsn-ourhistory-right{
	padding-bottom: 50px;
	padding-left: 70px;
}
.thsn-ourhistory .thsn-ourhistory-right:before{
	content: '';
	position: absolute;
	top: 0;
	left: 6px;
	z-index: 2;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	box-sizing: content-box;
	background-color: var(--thsn-logisto-global-color);
}
.thsn-ourhistory .label {
	display: block;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	color: var(--thsn-logisto-global-color);
}
.thsn-ourhistory h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 800;
	margin-bottom: 30px;
}
.thsn-ourhistory .thsn-ourhistory-right:after {
	content: '';
	position: absolute;
	top: 0;
	left: 12px;
	z-index: 1;
	width: 1px;
	height: 100%;
	background: #dadada;
}
.thsn-ourhistory .thsn-ourhistory-right.last {
	padding-bottom: 0;
}
.thsn-ourhistory img {
	border-radius: 0px;
}
.thsn-timeline-inner {
	margin: 0 -15px;
}
.thsn-ourhistory .thsn-ourhistory-right .thsn-timeline-image,
.thsn-ourhistory .thsn-ourhistory-right .label {
	margin-bottom: 30px;
	display: none;
}
.thsn-ourhistory-type2 .label {
    display: block;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: var(--thsn-logisto-global-color);
}
.thsn-ourhistory-type2 h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;    
    margin-bottom: 15px;
}
.thsn-ourhistory-type2 .thsn-ourhistory-row .thsn-ourhistory-left .thsn-timeline-image img{
    width: 100%;
}
.thsn-ourhistory-type2 .thsn-ourhistory-row{
    align-items: center;
}
.thsn-ourhistory-type2.thsn-ourhistory-right.last{
    padding-bottom:0;
}

.thsn-ourhistory-type2 .thsn-ourhistory-right .thsn-timeline-image,
.thsn-ourhistory-type2 .thsn-ourhistory-right .label{
    margin-bottom: 30px;
    display: none;
}
.thsn-ourhistory-type2 .thsn-ourhistory-right .content{
    padding: 30px;
    background: #fff;
    box-shadow: 0px 2px 126px 0px rgb(0 0 0 / 8%);
    position: relative;
}
.thsn-ourhistory-type2 .thsn-ourhistory-right .content .simple-text p{
    margin-bottom: 0;
}
.thsn-ourhistory-type2 .thsn-ourhistory-right .content:before {
    position: absolute;
    content: '';
    box-shadow: 0px 8px 18px 0px rgb(0 0 0 / 3%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    right: -20px;
    top: 50%;
    -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%);
}
body.rtl .thsn-ourhistory-type2 .thsn-ourhistory-right .content:before{
	left: -20px;
	right: inherit;
	border-left: 0px;
	border-right: 20px solid #fff ;
}
.thsn-ourhistory-type2 .thsn-ourhistory-center span{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background: var(--thsn-logisto-global-color);
    padding: 5px 15px;
    color: var(--thsn-logisto-blackish-color);
    transform: translate(-50px, -20px);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.thsn-ourhistory-type2:hover .thsn-ourhistory-center span{
    background-color: var(--thsn-logisto-secondary-color);
	color: var(--thsn-logisto-white-color);
}
.thsn-timeline .thsn-timeline-inner:nth-child(even) .row.thsn-ourhistory-row{
    flex-direction: row-reverse;
    align-items: center;
}
.thsn-timeline .thsn-timeline-inner:nth-child(even) .row.thsn-ourhistory-row .thsn-ourhistory-right .content:before{
    position: absolute;
    content: '';
    box-shadow: 0px 8px 18px 0px rgb(0 0 0 / 3%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 0px solid transparent;
    border-right: 20px solid #fff;
    left: -20px;
    right: auto;
    top: 50%;
    -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%);
}
body.rtl .thsn-timeline .thsn-timeline-inner:nth-child(even) .row.thsn-ourhistory-row .thsn-ourhistory-right .content:before{
	left: inherit;
	right: -20px;
	border-left: 20px solid #fff;
	border-right: 0px;
}
.thsn-timeline .thsn-timeline-inner:nth-child(odd) .thsn-ourhistory-type2 .thsn-ourhistory-right{
    padding-right: 70px;
    padding-left: 15px
}
body.rtl .thsn-timeline .thsn-timeline-inner:nth-child(odd) .thsn-ourhistory-type2 .thsn-ourhistory-right{
	padding-left: 70px;
	padding-right: 15px;
}
.thsn-timeline .thsn-timeline-post-items{
    position: relative;
}
.thsn-timeline .thsn-timeline-post-items:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 5px);
    width: 2px;
    height: 100%;
    background: var(--thsn-logisto-global-color)
}
.thsn-timeline .thsn-first-timeline{
    position: relative;
    z-index: 1;
    left: calc(50% - 13px);
    width: 18px;
    height: 18px;    
    background: transparent;
    transform: rotate(45deg);
    border: 3px solid var(--thsn-logisto-global-color);
}
body.rtl .thsn-timeline .thsn-first-timeline{
	left: inherit;
	right: calc(50% - 5px);
}
.thsn-timeline .thsn-last-timeline{
    position: relative;
    z-index: 1;
    left: calc(50% - 13px);
    width: 18px;
    height: 18px;
    background: transparent;
    transform: rotate(45deg);
    border: 3px solid var(--thsn-logisto-global-color);
}
body.rtl .thsn-timeline .thsn-last-timeline{
	left: inherit;
	right: calc(50% - 5px);
}
/* --------------------------------------
 * List
 * ---------------------------------------*/
.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon,
.elementor-widget .elementor-icon-list-item .elementor-icon-list-text {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon {
	line-height: normal;
}
.elementor-icon-list-item span i {
	position: relative;	
	top: 0;
	font-weight: normal;
}
body.rtl .elementor-widget .elementor-icon-list-item .elementor-icon-list-icon{
	text-align: right;
}
/* --------------------------------------
 * Custom CSS
 * ---------------------------------------*/
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
	display: flex;
	text-align: left;
}
.thsn-lightbox-video a.elementor-icon {
	position: relative;
}
.thsn-lightbox-video a.elementor-icon:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	z-index: -1;
	opacity: 0;
	-webkit-animation: pulse-border-2 1.5s linear infinite;
	-moz-animation: pulse-border-2 1.5s linear infinite;
	-o-animation: pulse-border-2 1.5s linear infinite;
	animation: pulse-border-2 1.5s linear infinite;
}
.thsn-lightbox-video a.elementor-icon:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	z-index: -1;
	opacity: 0;
	-webkit-animation: pulse-border 1s linear infinite;
	-moz-animation: pulse-border 1s linear infinite;
	-o-animation: pulse-border 1s linear infinite;
	animation: pulse-border 1s linear infinite;
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}
@keyframes pulse-border {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 1;
	}
	100% {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		opacity: 0;
	}
}
@keyframes pulse-border-2 {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 1;
	}
	100% {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
.thsn-colum-gap-left-15 .elementor-widget-wrap {
	margin-left: 10px;
}
.thsn-col-stretched-right.thsn-right-bg-50 .thsn-stretched-div {
	left: 50%;
	background-color: #f5f5f5 !important;
}
.thsn-special-row.elementor-top-section.elementor-section>.elementor-container {
	z-index: auto;
}

/*=== thsn-bottom-part ===*/
.thsn-bottom-part {
	padding: 20px 30px;
	bottom: -62px;
}
.thsn-bottom-part.elementor-widget-heading .elementor-heading-title {
	color: #fff;
}
.thsn-bottom-part.elementor-widget-heading .elementor-heading-title span {
	text-decoration: underline;
}

/*=== thsn-vertical-sep ===*/
.thsn-vertical-sep.elementor-inner-column {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.thsn-vertical-sep.elementor-inner-column:after,
.thsn-vertical-sep.elementor-inner-column:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #e5e5e5;
	left: -3px;
}
.thsn-vertical-sep.elementor-inner-column:after {
	bottom: 0;
}

/*=== thsn-align-left ===*/
.thsn-align-left .owl-carousel {
	position: static;
}
.thsn-align-left .themesion-element-viewtype-carousel .owl-carousel .owl-nav {
	width: 80px;
	top: 0;
	right: 0;
}
.thsn-align-left .thsn-ele-header-area {
	width: 60%;
}
body.rtl .thsn-align-right .thsn-ele-header-area{
	width: 60%;
}
body.rtl .thsn-align-right .themesion-element-viewtype-carousel .owl-carousel .owl-nav {
	width: 80px;
	top: 0;
	right: 0;
}
body.rtl .thsn-align-right .owl-carousel {
	position: static;
}
/*=== thsn-heading-subheading - subheading sep ===*/
.thsn-heading-subheading h4.thsn-element-subtitle {
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
}
.thsn-heading-subheading{
	margin-bottom: 60px;
}

/*=== thsn-clip-art-section ===*/
.elementor-section .thsn-clip-art-section:after {
	content: "";
	position: absolute;
	left: 50px;
	top: -11px;
	width: 20px;
	height: 20px;
	background-color: #0b053f;
	border: 1px solid #ff5001;
	background-clip: border-box;
	transform: rotate(45deg);
	border-bottom-color: #0b053f;
	border-right-color: #0b053f;
}

/*=== thsn-underline-text ===*/
.thsn-underline .elementor-button-text {
	border-bottom: 1px solid;
}

/*=== thsn-underline-text ===*/
.thsn-button-new .elementor-button:after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: -20px;
	width: 20px;
	height: 20px;
	border: 1px solid #0b053f;
	background-clip: border-box;
	transform: rotate(45deg);
	border-top-color: transparent;
	border-left-color: transparent;
}
.thsn-button-new.thsn-btn-color-secondary .elementor-button:hover::after {
	border-bottom-color: var(--thsn-logisto-global-color);
	border-right-color: var(--thsn-logisto-global-color);
}

/*=== twentytwenty-handle ===*/
.twentytwenty-horizontal .twentytwenty-handle:after {
	margin-top: 40px;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
	margin-bottom: 40px;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	background-color: var(--thsn-logisto-global-color);
	-webkit-box-shadow: 0 3px 0 var(--thsn-logisto-global-color), 0px 0px 12px rgba( var(--thsn-logisto-global-color-rgb) / 20%);
	-moz-box-shadow: 0 3px 0 var(--thsn-logisto-global-color), 0px 0px 12px rgba( var(--thsn-logisto-global-color-rgb), 0.20);
	box-shadow: 0 3px 0 var(--thsn-logisto-global-color), 0px 0px 12px rgba( var(--thsn-logisto-global-color-rgb) / 20%);
}
.twentytwenty-handle {
	width: 80px;
	height: 80px;
	border-color: var(--thsn-logisto-global-color);
}
.twentytwenty-left-arrow {
	border-right-color: var(--thsn-logisto-global-color);
	margin-left: -35px;
}
.twentytwenty-right-arrow {
	border-left-color: var(--thsn-logisto-global-color);
	margin-right: -35px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	border-width: 10px 15px 10px 15px;
}

/*=== twentytwenty-handle ===*/
.thsn-text-style-1 .elementor-widget-container:before,
.thsn-text-style-1 .elementor-widget-container:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -39px;
	margin-top: 4px;
	padding: 20px 40px;
	-webkit-clip-path: polygon(63% 0, 0 0, 0 100%);
	clip-path: polygon(63% 0, 0 0, 0 100%);
}
.thsn-text-style-1 .elementor-widget-container:before {
	left: 10px;
	bottom: -50px;
	background: #ecedf9;
}
.thsn-text-style-1 .elementor-widget-container,
.thsn-text-style-1 .elementor-widget-container:after {
	background-color: var(--thsn-logisto-blackish-color);
}

/*=== thsn-img-shadow-style-1 ===*/
.thsn-img-shadow-style-1 .elementor-image img {
	-moz-box-shadow: 150px 0px 0px -110px var(--thsn-logisto-global-color), -175px 0px 0px -110px var(--thsn-logisto-global-color);
	-webkit-box-shadow: 150px 0px 0px -110px var(--thsn-logisto-global-color), -175px 0px 0px -110px var(--thsn-logisto-global-color);
	box-shadow: 150px 0px 0px -110px var(--thsn-logisto-global-color), -175px 0px 0px -110px var(--thsn-logisto-global-color);
}
body .elementor-element.thsn-who-we-image {
	z-index: 2;
}
body .elementor-element.thsn-fact-postiion .elementor-container {
	z-index: 2;
}
body .elementor-element.thsn-fact-postiion {
	z-index: unset;
}
.thsn-digit-box {
	font-size: 17px;
	line-height: normal;
	display: flex;
	margin-top: 40px;
}
.thsn-digit-box .thsn-digit {
	font-size: 40px;
	font-weight: 700 !important;
	margin-right: 25px;
}
.thsn-digit-box .thsn-digit sup {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
}

/*=== thsn-home-gallary ===*/
.thsn-home-gallary.elementor-widget-thsn_gallery_element .elementor-widget-container {
	position: relative;
}
.thsn-home-gallary.elementor-widget-thsn_gallery_element .elementor-widget-container:after {
	content: '';
	position: absolute;
	width: 150px;
	height: 100%;
	background-color: rgba( var(--thsn-logisto-global-color-rgb), 0.50);
	right: 0;
	top: 0;
	z-index: 1;
}
.thsn-home-gallary.elementor-widget-thsn_gallery_element .themesion-element-viewtype-carousel .owl-carousel .owl-nav {
	top: auto;
	bottom: 0;
	width: 120px;
	height: 60px;
	left: 100px;
}
.thsn-home-gallary.elementor-widget-thsn_gallery_element .themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev,
.thsn-home-gallary.elementor-widget-thsn_gallery_element .themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.thsn-home-gallary.elementor-widget-thsn_gallery_element .themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
	left: 0;
	background-color: #fff;
	color: #000;
	line-height: 58px;
}
.thsn-home-gallary.elementor-widget-thsn_gallery_element .themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
	right: 0;
	left: 60px;
}
.thsn-home-gallary.elementor-widget-thsn_gallery_element .themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after,
.thsn-home-gallary.elementor-widget-thsn_gallery_element .themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
	content: '\e814';
	font-size: 45px;
}

/* --------------------------------------
 *  Footer Big area Newsletter 
 * ---------------------------------------*/
.thsn-text-color-white .thsn-footer-newsletter input[type="email"] {
	background-color: rgba(255, 255, 255, 0.05);
}
.thsn-text-color-white .thsn-footer-newsletter input[type="email"]::placeholder {	
	color: rgba(255, 255, 255, 0.60);
	opacity: 1;	
}
.thsn-text-color-white .thsn-footer-newsletter input[type="email"]:-ms-input-placeholder {	
	color: rgba(255, 255, 255, 0.60);
}
.thsn-text-color-white .thsn-footer-newsletter input[type="email"]::-ms-input-placeholder {	
	color: rgba(255, 255, 255, 0.60);
}

/* --------------------------------------
* Select box - Custome
* ---------------------------------------*/

#page .select2-container--default .select2-selection--single {
	border-color: #eee;
    border-radius: 0px;
}
#page .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding-left: 0px;
}
#page .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0px;
}
#page .select2-container .select2-selection--single {
	height: 50px;
}
#page .select2-dropdown,
.thsn-form-style-2 .select2-container--default .select2-selection--single{
	border-radius: 0!important;
}
#page .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 50px;
}
#page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -15px;
}
body.rtl .select2-container--default .select2-selection--single .select2-selection__arrow b{
	right: 50%;
    left: auto;
	margin-left: 0px;
	margin-right: -15px;
}
.thsn-form-style-2 .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 60px;
	top: 5px!important;
}
body.rtl .thsn-form-style-2 .select2-container--default .select2-selection--single .select2-selection__arrow{
	left: 1px;
	right: inherit;
}
.thsn-form-style-2 .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: rgba(var(--thsn-logisto-blackish-color-rgb),0.50)!important;
	line-height: 60px!important;
	padding-left:15px!important;
}
body.rtl .thsn-form-style-2 .select2-container--default .select2-selection--single .select2-selection__rendered{
	padding-left: 20px!important;
	padding-right: 15px!important;
}
.thsn-form-style-2 .select2-container .select2-selection--single{
	border: 1px solid #eee!important;
}
.quotation-form .select2-container--default .select2-selection--single,
.thsn-form-style-2 .select2-container--default .select2-selection--single{
	background-color: #fff!important;
}

/* --------------------------------------
* Page box
* ---------------------------------------*/
.page.thsn-sidebar-exists .comments-area {
	margin-top: 0px;
}
.thsn-service-single-style-1 .thsn-service-feature-image img{
    margin-bottom: 40px;
}
/*=== thsn-Paragraph text style===*/

p.thsn-quotestye1 {
	font-size: 18px;
	line-height: 28px;
	color: var(--thsn-logisto-blackish-color);
	font-style: italic;
	font-weight: 500;
}
p.thsn-quotestye2:first-letter {
	float: left;
	font-size: 50px;
	line-height: 50px;
	padding-right: 10px;
	color: var(--thsn-logisto-global-color);
	font-weight: 600;
}
p.thsn-quotestye4,
p.thsn-quotestye3 {
	color: var(--thsn-logisto-blackish-color);
	font-weight: 500;
	letter-spacing: -0.18px;
	font-size: 18px;
	line-height: 24px;
}
p.thsn-quotestye3:before {
	position: absolute;
	content: '';
	height: 90px;
	width: 5px;
	background: var(--thsn-logisto-secondary-color);
	left: -6px;
	top: -5px;
}
body.rtl p.thsn-quotestye3:before{
	left: inherit;
	right: -6px;
}
.thsn-quotestye3 p{
	font-size: 20px;
    line-height: 30px;
    font-weight: 600!important;
    font-style: italic!important;
    color:var(--thsn-logisto-white-color);
}
.thsn-logistotext .thsn-element-title,
.thsn-exptext .thsn-element-title{
	transform: rotate(-90deg);
	color: transparent;
	-webkit-text-stroke: 1px var(--thsn-logisto-secondary-color);
	font-size: 60px;
	line-height: 72px;
}
body.rtl .thsn-logistotext .thsn-element-title{
	transform: rotate(90deg);
}
.thsn-yeartext1,
.thsn-yeartext,
.thsn-yeartext .thsn-element-title{
	color: transparent;
    -webkit-text-stroke: 1px var(--thsn-logisto-global-color);
}
.thsn-yeartext1 .thsn-element-title{
	font-size: 90px;
	line-height: 100px;
	color: transparent;
}
.thsn-logistotext .thsn-element-title{
    font-size: 68px;
    opacity: .36;
    line-height: 78px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 118px;
    left: -65px;
    letter-spacing: -2px;
}
body.rtl .thsn-logistotext .thsn-element-title{
	left: inherit;
	right: -85px;
	top: 100px;
}
.thsn-logistotext .thsn-element-title:after {
	border: 10px solid var(--thsn-logisto-global-color);
    opacity: .55;
    position: absolute;
    content: '';
    top: -161px;
    height: 270px;
    left: -30px;
    width: 270px;
}
body.rtl .thsn-logistotext .thsn-element-title:after {
	left: inherit;
	right: -30px;
}
.thsn-span-sec{
	color: var(--thsn-logisto-secondary-color);
}
.thsn-span-global{
	color:var(--thsn-logisto-global-color);
}

.thsn-textlogisto .thsn-custom-heading h2.thsn-element-title{
	font-size: 184px;
    line-height: 184px;
    text-transform: uppercase;
    position: absolute;
    top: -273px;
    right: -248px;
    opacity: 0.1;
    transform: rotate(270deg);
    color: transparent;
    transform-origin: right bottom 0;
    -webkit-text-stroke: 1px var(--thsn-logisto-secondary-color);
}

/*=== thsn-Bg shape===*/
.elementor-section .thsn-bgshape:before {
	position: absolute;
	content: '';
	left: -164px;
	bottom: -18px;
	background: url(../images/thsn-bgshape2.png) center center no-repeat;
	z-index: 999;
	top: auto;
	height: 50px;
	width: 135px;
}
body.rtl .elementor-section .thsn-bgshape:before {
	left: inherit;
	right: -164px;
}
.elementor-section .thsn-bgshape:after {
	position: absolute;
	content: '';
	background: url(../images/thsn-bgshape1.png) center center no-repeat;
	width: 260px;
	right: -290px;
	top: -28px;
	height: 50px;
}
body.rtl .elementor-section .thsn-bgshape:after{
	left: -290px;
	right: inherit;
}
body.rtl .elementor-section .thsn-bgshape:before,
body.rtl .elementor-section .thsn-bgshape:after{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
/*=== thsn-list-item===*/
.elementor-icon-list-items .elementor-icon-list-icon i {
	color: var(--thsn-logisto-secondary-color);
}
.elementor-icon-list-items .elementor-icon-list-text {
	font-weight: 500;
}
/*=== thsn-list-style1===*/
.thsn-liststyle1 .elementor-icon-list-items .elementor-icon-list-text{
	color: #666;
	font-weight: 500!important;
}
.thsn-liststyle1 .elementor-icon-list-items .elementor-icon-list-icon i{
	color: #666;
}

/*=== thsn-extra class===*/
.thsn-global-color-box .elementor-icon-wrapper > a i{
	color: var(--thsn-logisto-secondary-color) !important;
}
.thsn-global-color-box:hover .elementor-icon-wrapper > a i{
	color: var(--thsn-logisto-global-color) !important;
}
.thsn-global-color-box2 .elementor-icon-wrapper > a:hover,
.thsn-global-color-box .elementor-icon-wrapper > a:hover{
	background-color: var(--thsn-logisto-blackish-color) !important;
}
.thsn-global-color-box .elementor-icon-wrapper > a:hover > i{
	color: var(--thsn-logisto-white-color) !important;
}
.thsn-global-color-box2 .elementor-icon-wrapper > a,
.thsn-global-color-box .elementor-icon-wrapper > a {
    background-color: var(--thsn-logisto-global-color)!important;
}
.thsn-global-color-box3  .thsn-element-title,
.thsn-global-color-box2 .elementor-widget-container h2{
	color: var(--thsn-logisto-blackish-color) !important;
}
.thsn-global-color-box3 .elementor-widget-container {
    background-color: var(--thsn-logisto-global-color)!important;
}
.thsn-global-color-text .elementor-widget-container .thsn-element-title{
	color: var(--thsn-logisto-global-color)!important;
}
.thsnrotateimg{
    -webkit-animation:spin 9s linear infinite;
    -moz-animation:spin 9s linear infinite;
    animation:spin 9s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.thsn-ihbox-style-9 .thsn-ihbox-contents:after{
	left: 140px;
    width: 111px;
    height: 4px;
    position: absolute;
    content: '';
    top: 45px;
    right: 0;
    background: url(../images/thsn-lineshape.png) center center no-repeat;
}
.thsn-element-testimonial-style-5.themesion-element-viewtype-carousel .thsn-heading-subheading{
    margin-bottom: 30px;
}
.thsn-white-color-box4 .elementor-icon-wrapper > a{
	border-color: var(--thsn-logisto-white-color);
	color: var(--thsn-logisto-white-color);
	position: relative;
}
.thsn-white-color-box4 .elementor-icon-wrapper > a:before{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    z-index: -1;
	border-radius: 100%;
    opacity: 0;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    -moz-animation: pulse-border-2 1.5s linear infinite;
    -o-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}
.thsn-white-color-box4 .elementor-icon-wrapper > a:after{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
	border-radius: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-animation: pulse-border 1s linear infinite;
    -moz-animation: pulse-border 1s linear infinite;
    -o-animation: pulse-border 1s linear infinite;
    animation: pulse-border 1s linear infinite;
}
/******************/
/*Map Tooltip section */
/******************/

/* Begin styling the tooltips and pins */

.thsn-custom-pointer2 .stratum-image-hotspot .stratum-image-hotspot__dot::after,
.thsn-custom-pointer1 .stratum-image-hotspot .stratum-image-hotspot__dot::after,
.thsn-custom-pointer .stratum-image-hotspot .stratum-image-hotspot__dot::after{
    content: '';
    position: absolute;
    background: url(../images/thsn-map-location.png) center center no-repeat;
    width: 50px;
    height: 50px;
    top: -32px;
    left: -11px;
}
@keyframes bounce1 {
	from {
	  transform: translateY(0px);
	}
	to {
	  transform: translateY(-10px);
	}
  }
  @-webkit-keyframes bounce1 {
	from {
	  transform: translateY(0px);
	}
	to {
	  transform: translateY(-10px);
	}
  }
.stratum-image-hotspot__dot {
	animation: bounce1 1s infinite alternate;
	-webkit-animation: bounce1 1s infinite alternate;
}
.thsn-custom-pointer1 .stratum-image-hotspot .stratum-image-hotspot__dot::after{
	background: url(../images/thsn-map-loc2.png) center center no-repeat;
}
.thsn-custom-pointer1 .stratum-image-hotspot .stratum-image-hotspot__dot{
	background-color: transparent;
	animation: zoom-in-zoom-out 1s infinite alternate;
	-webkit-animation: zoom-in-zoom-out 1s infinite alternate;

}
@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1.2);
	}
	100% {
		transform: scale(1, 1);
		}
	}
.thsn-custom-pointer2 .stratum-image-hotspot .stratum-image-hotspot__dot::after{
	background: url(../images/thsn-map-loc3.png) center center no-repeat;
}
.thsn-custom-pointer2 .stratum-image-hotspot .stratum-image-hotspot__dot{
	
}


/******************/
/*Get Quote */
/******************/
.thsn-estimate-form #lfb_mainPanel{
	background: url(../images/quote-bg.jpg) center center no-repeat !important;
	background-size: cover !important;
	position: relative;
	border-radius: 10px !important;	
    padding: 50px 70px 59px 70px !important;
}
.thsn-estimate-form #lfb_mainPanel > *{
	position: relative;
	z-index: 1;
}
.thsn-estimate-form #lfb_mainPanel::after{
	content: '';
	position: absolute;
	height: calc(100% - 40px);
	width: calc(100% - 40px);
    top: 20px;
    left: 20px;
	right: 20px;
	bottom: 20px;
	background-color: #fff;	
	background-image: url(../images/quote-pat.jpg) !important;
	background-repeat: no-repeat;
	background-position: left top;
	border-radius: 10px !important;
}
.thsn-estimate-form #lfb_mainPanel::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba( var(--thsn-logisto-secondary-color-rgb) , 0.60 );
	border-radius: 10px !important;	
}

.thsn-estimate-form #lfb_form.lfb_bootstraped .lfb_genSlide .lfb_stepTitle{
	font-size: 48px;
	font-weight: 500;
	color: var(--thsn-logisto-blackish-color)!important;
}

.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped .thsn-select {
    background: #f6f9fe !important;
    border: 0 !important;
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped .thsn-select select{
	padding: 15px 20px !important;
	height: 60px !important;
}

body .lfb_genSlide.lfb_activeStep .select2-container .select2-selection__rendered,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped textarea,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped input[type="number"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped input[type="text"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped input[type="email"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped input[type="password"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped input[type="tel"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped input[type="url"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped input[type="search"]{
    display: block !important;    
    height: 60px !important;
    font-size: 13px !important;
    color: rgba(var(--thsn-logisto-blackish-color-rgb),1);
    font-weight: 500 !important;
    line-height: normal !important;
    padding: 20px 30px !important;
    font-weight: 500 !important;
    background: #f6f9fe !important;
    border: 0 !important;
    border-radius: 0px !important;
}

.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="number"],
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped textarea,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="text"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="email"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="password"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="tel"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="url"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="search"],

.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel, 
.thsn-estimate-form #lfb_form.lfb_bootstraped p, 
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_summary tbody td, 
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_summary tbody #lfb_summaryTotalTr th:not(#lfb_summaryTotal){
	color: rgba(var(--thsn-logisto-blackish-color-rgb),1);
}

.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped textarea{
	height: 80px !important;
}

.thsn-estimate-form #lfb_form.lfb_bootstraped .input-group-addon{
	line-height: 40px;
}

.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="number"]::placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="text"]::placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="email"]::placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="password"]::placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="tel"]::placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="url"]::placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="search"]::placeholder,  
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped textarea::placeholder  { 
    color: rgba(var(--thsn-logisto-blackish-color-rgb),0.70);
    opacity: 1;
}

.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="number"]:-ms-input-placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="text"]:-ms-input-placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="email"]:-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="password"]:-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="tel"]:-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="url"]:-ms-input-placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="search"]:-ms-input-placeholder,  
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped textarea:-ms-input-placeholder { 
    color: rgba(var(--thsn-logisto-blackish-color-rgb),0.70);
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="number"]::-ms-input-placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="text"]::-ms-input-placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="email"]::-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="password"]::-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="tel"]::-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="url"]::-ms-input-placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped input[type="search"]::-ms-input-placeholder,  
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped textarea::-ms-input-placeholder {
    color: rgba(var(--thsn-logisto-blackish-color-rgb),0.70);
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error textarea::placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="number"]::placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="text"]::placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="email"]::placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="password"]::placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="tel"]::placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="url"]::placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="search"]::placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="text"]::placeholder{
	color: #e74c3c;
	opacity: 1;
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error textarea:-ms-input-placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="number"]:-ms-input-placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="text"]:-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="email"]:-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="password"]:-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="tel"]:-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="url"]:-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="search"]:-ms-input-placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="text"]:-ms-input-placeholder{
	color: #e74c3c;	
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error textarea::-ms-input-placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="number"]::-ms-input-placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="text"]::-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="email"]::-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="password"]::-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="tel"]::-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="url"]::-ms-input-placeholder, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="search"]::-ms-input-placeholder,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="text"]::-ms-input-placeholder{
	color: #e74c3c;	
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error textarea,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="number"],
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="text"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="email"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="password"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="tel"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="url"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="search"],
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="text"]{
	color: #e74c3c;
	opacity: 1;
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error textarea,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="number"],
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="text"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="email"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="password"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="tel"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="url"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="search"],
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="text"]{
	color: #e74c3c;	
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error textarea,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="number"],
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="text"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="email"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="password"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="tel"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="url"], 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="search"],
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .has-error input[type="text"]{
	color: #e74c3c;	
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .form-control, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .bootstrap-datetimepicker-widget .form-control{
	border-radius: 0;
	border: none;
	background: #f6f9fe !important;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel .thsn-select::after{
	display: none;
}

.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel .thsn-select select {
    font-size: 13px;
    color: rgba(var(--thsn-logisto-blackish-color-rgb),0.70);
    font-weight: 500;
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped label, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget label{
	color: var(--thsn-logisto-blackish-color)!important;
	margin-bottom: 15px;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped a.btn,
.thsn-estimate-form #lfb_form.lfb_bootstraped .btn-primary,
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped a.lfb_btn-next{	
	background-color: var(--thsn-logisto-secondary-color)!important;
    padding: 18px 44px !important;
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped a.linkPrevious{
	margin-top: 15px;
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped .progress{
	background: url(../images/road-bg.jpg) center center repeat-x !important;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped .genPrice .progress .progress-bar-price{
	background-image: url(../images/truck-image.png) !important;
	width: 132px !important;
	height: 59px !important;
	border-radius: 0 !important;	
    background-color: transparent !important;
	box-shadow: none !important;
}
body:not(.rtl) #lfb_form.lfb_bootstraped .genPrice .progress .progress-bar-price {
    left: auto!important;
    right: -110px !important;
    top: -16px !important;
} 
.thsn-estimate-form #lfb_form.lfb_bootstraped[data-form="10"] .progress-bar	{
	background-color: var(--thsn-logisto-secondary-color)!important;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped .genPrice span:not(.lfb_subPrice){
	left: -30px !important;
    top: -8px !important;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_summary h4,
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_summary table #lfb_summaryTotal, 
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_floatingSummaryContent table #lfb_summaryTotal,
#primary #lfb_bootstraped.lfb_bootstraped a.linkPrevious{
	color: var(--thsn-logisto-blackish-color)!important;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_summary table thead, 
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_floatingSummaryContent table thead{
	background-color: var(--thsn-logisto-secondary-color)!important;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_summary table th.lfb_summaryStep, 
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_floatingSummaryContent table th.lfb_summaryStep{
	background-color: #696969 !important;
}
body .thsn-estimate-form #lfb_form.lfb_bootstraped .form-control, 
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel, 
.thsn-estimate-form #lfb_form.lfb_bootstraped p, 
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_summary tbody td, 
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_summary tbody #lfb_summaryTotalTr th:not(#lfb_summaryTotal){
	color: #696969;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_finalPrice{
	color: var(--thsn-logisto-secondary-color)!important;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"]{
	min-width: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"] {
		min-width: 510px;
	}
}
@media (max-width: 767px){
	.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"] {
		min-width: 310px;
	}
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped .ui-slider, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .ui-slider{
	height: 13px;
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped .ui-slider-handle, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .ui-slider-handle{
	height: 26px;
	width: 26px;
	top: -8px;
	background-color: var(--thsn-logisto-secondary-color)!important;
}

.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped .ui-slider-handle::before, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .ui-slider-handle::before{
	content: '' !important;
    position: absolute;
    background-color: transparent;
    width: 22px;
    height: 22px;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    border: 1px solid var(--thsn-logisto-global-color);
}
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_sliderQt .ui-slider-range, 
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_sliderQt .ui-slider-handle, 
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"] .ui-slider-range, 
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel [data-type="slider"] .ui-slider-handle{
	background-color: var(--thsn-logisto-secondary-color)!important;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc[data-itemtype="checkbox"]{
    min-width: 270px;
    background-color: #eee;
    margin: 2px 2px;
    border-radius: 5px;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc[data-itemtype="checkbox"] br{
	display: none;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc[data-itemtype="checkbox"] > div label,
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .lfb_itemBloc[data-itemtype="checkbox"] > div .switch.has-switch{
	margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped .has-switch span.switch-left {
    background-color: var(--thsn-logisto-secondary-color);
}
.thsn-estimate-form #lfb_form.lfb_bootstraped .form-group.lfb_focus .form-control, 
.thsn-estimate-form #lfb_form.lfb_bootstraped .lfb_dropzone:focus, 
.thsn-estimate-form #lfb_form.lfb_bootstraped .has-switch > div.switch-on label, 
.thsn-estimate-form #lfb_form.lfb_bootstraped .form-group.focus .form-control, 
.thsn-estimate-form #lfb_form.lfb_bootstraped .form-control:focus {
    border-color: var(--thsn-logisto-secondary-color);
}
.thsn-estimate-form #lfb_form.lfb_bootstraped .has-switch>div.switch-on label{
	background-color: #fff;
}
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_summary table thead, 
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_floatingSummaryContent table thead {
    background-color: var(--thsn-logisto-secondary-color);
}
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_summary table th.lfb_summaryStep, 
.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped #lfb_floatingSummaryContent table th.lfb_summaryStep{
	background-color: #eee !important;
    color: var(--thsn-logisto-blackish-color);
}

.thsn-estimate-form #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .table-bordered > tbody > tr > td,
.thsn-estimate-form #lfb_form.lfb_bootstraped #lfb_mainPanel #lfb_finalPrice{
	color: rgba(var(--thsn-logisto-blackish-color-rgb), 1);
}
 body .thsn-estimate-form  #lfb_bootstraped.lfb_bootstraped #lfb_form.lfb_bootstraped .select2-container{
	 display: block!important;
	 min-height: 60px!important; 
}

/******************/
/* Extra Class */
/******************/ 

.thsn-clippath .elementor-widget-wrap.elementor-element-populated{
	clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}
body.rtl .thsn-clippath .elementor-widget-wrap.elementor-element-populated{
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
}
.thsn-clippath .elementor-element .elementor-icon,
.thsn-clippath .elementor-element-populated .thsn-element-title{
	color: var(--thsn-logisto-secondary-color);
}
.thsn-clippath .thsn-lightbox-video a.elementor-icon:after{
	border: 1px solid var(--thsn-logisto-global-color);
}
.elementor-section.thsn-bgplan:before{
	position: absolute;
    content: '';
    left: -165px;
    bottom: 170px;
    background: url(../images/thsn-bgplan1.png) center center no-repeat;
    z-index: 999;
    top: auto;
    height: 190px;
    width: 165px;
}
.elementor-section.thsn-bgplan:after{
	position: absolute;
    content: '';
    background: url(../images/thsn-bgplan2.png) center center no-repeat;
    right: 0px;
    top: 16px;
    bottom: 50px;
    width: 696px;
    right: -50px;
    height: 460px;
}
.elementor-section.thsn-bgplan:before,
.elementor-section.thsn-bgplan:after{
	-webkit-animation: thsn-move 2s infinite  alternate;
	animation: thsn-move 2s infinite  alternate;
}
@-webkit-keyframes thsn-move {
	0% { transform: translateY(0); }
	100% { transform: translateY(-10px); }
}
@keyframes thsn-move {
	0% { transform: translateY(0); }
	100% { transform: translateY(-10px); }
}
body.rtl .elementor-section.thsn-bgplan:before{
	left:inherit;
	right: -165px;
}
body.rtl .elementor-section.thsn-bgplan:after{
	left: -50px;
	right: inherit;
}
body.rtl .elementor-section.thsn-bgplan:before,
body.rtl .elementor-section.thsn-bgplan:after{
	-webkit-animation: thsn-move 2s infinite  alternate;
	animation: thsn-move 2s infinite  alternate;
}
@-webkit-keyframes thsn-move {
	0% { transform: translateY(0) scaleX(-1); }
	100% { transform: translateY(-10px) scaleX(-1); }
}
@keyframes thsn-move {
	0% { transform: translateY(0) scaleX(-1); }
	100% { transform: translateY(-10px) scaleX(-1); }
}
body.rtl .widget_text ul{
	padding: 0px;
	margin: 0px;
}
body.rtl .thsn-rtl-img img{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
body.rtl .thsn-textlogisto .thsn-custom-heading h2.thsn-element-title{
    left: -248px;
	right: inherit;
    transform: rotate(-270deg);
    transform-origin: left bottom 0;
}