/*------------------------------------------------------------------
[Master Stylesheet]
1. Pre Header setting
2. Header setting
3. Heading Subheading Element
4. Icon Heading Box
5. Blog Box
6. Portfolio Section
7. Team Member Section
8. Contact Form 7
9. Custom Button
10. Testimonial
11. client logo
12. Fact and digit
13. Service Style
14. Progress Bar
15. Contact form
16. error-404
17. Search Popup Area CSS
18. Tab and Accordion
19. Button Section
-------------------------------------------------------------------*/
button, html input[type=button], input[type=reset], input[type=submit]{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 30px;
	outline: none;
	border-radius: 3px;
	font-weight: 700;
}
/* --------------------------------------
* Pre Header setting
* ---------------------------------------*/
.thsn-pre-header-wrapper{
	font-size: 14px;
	font-weight: 400;
}
.thsn-contact-info{
	font-size: 14px;
	font-weight: 400;
}
.thsn-pre-header-wrapper .thsn-social-links a{
	font-size: 14px;
	font-weight: 600;
}
.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;
}
.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,
.thsn-pre-header-wrapper.thsn-color-white 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;
	border-right: 1px solid rgba(255, 255, 255, 0.13);
}
.thsn-pre-header-wrapper .thsn-social-links{
	padding-right: 0px;
}
.thsn-contact-info li i {
	font-size: 16px;
}
/* --------------------------------------
* Header setting
* ---------------------------------------*/
.thsn-header-box span{
	display: block;
}
.thsn-right-box{
	position: relative;
}
/*=== thsn-header-style-2 ====*/
.thsn-header-style-2 .thsn-pre-header-wrapper.thsn-bg-color-blackish .thsn-social-links a{
	color: #fff;
}
.thsn-header-style-2 .thsn-right-box {
	display: flex;
	align-items: center;
}
.thsn-header-style-2 .thsn-right-box .thsn-search-cart-box{
	position: relative;
}
.thsn-header-style-2 .thsn-right-box .thsn-header-contactinfo{
	line-height: normal;
	position: relative;
	margin-right: 30px;
}
.thsn-header-style-2 .thsn-right-box .thsn-search-cart-box::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 50px;
	background-color: #ff6b6b;
	top: 50%;
	-webkit-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.thsn-header-style-2 .thsn-right-box .thsn-header-contactinfo span{
	display: block;
}
.thsn-header-style-2 .thsn-right-box .thsn-header-contactinfo .thsn-header-button-text-1{
	font-weight: bold !important;
	font-size: 22px;
}
.thsn-header-style-2 .thsn-right-box .thsn-header-contactinfo .thsn-header-button-text-2{
	color: #e74c3c;
	font-size: 15px;
}
.thsn-header-style-2 .thsn-right-box .thsn-header-contactinfo::after {
	content: "\e847";
	font-family: "themesion-base-icons";
	font-size: 45px;
	line-height: 45px;
	top: -4px;
	position: absolute;
	left: 0;
	font-weight: normal;
}
/*=== thsn-header-style-3 ====*/
.thsn-header-style-6 .thsn-header-overlay,
.thsn-header-style-3 .thsn-header-overlay {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.thsn-header-style-6.site-header .thsn-bg-color-transparent,
.thsn-header-style-6 .thsn-header-height-wrapper > .thsn-bg-color-transparent,
.thsn-header-style-3.site-header .thsn-bg-color-transparent,
.thsn-header-style-3 .thsn-header-height-wrapper > .thsn-bg-color-transparent {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
/*=== thsn-header-style-4 ====*/
.thsn-header-style-4  .thsn-navbar div > ul > li > a {
	margin: 0 40px;
}
.thsn-header-style-4 .thsn-header-info-inner .thsn-header-box{
	margin-right: 50px;
	padding-right: 0;
	position: relative;
	padding-left: 40px;
}
.thsn-header-style-4 .thsn-header-info-inner .thsn-header-box::after{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #ff6b6b;
	position: absolute;
	left: -30px;
	top: 0;
}
.thsn-header-style-4 .thsn-header-info-inner .thsn-header-box:first-child::after{
	display: none;
}
.thsn-header-style-4 .thsn-header-info-inner .thsn-header-box:last-child{
	margin-right: 0px;
}
.thsn-header-style-4 .thsn-header-info-inner .thsn-header-box{
	display: inline-block;
	vertical-align: middle;
}
.thsn-header-style-4 .thsn-header-info-inner .thsn-header-box-icon i{
	position: absolute;
	top: 7px;
	left: 0px;
	font-size: 23px;
	height: 37px;
	width: 31px;
	line-height: 35px;
	text-align: center;
	background-color: transparent;
	border-radius: 50%;
	color: #2c3e50;
}
.thsn-header-style-4 .thsn-header-button {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 40px;
	margin-right: 10px;
	position: relative;
}
.thsn-header-style-4 .thsn-header-button a{
	z-index: 1;
}
.thsn-header-style-4 .thsn-right-box{
	display: flex;
	align-items: center;
	font-size: 16px;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-social-wrapper li{
	display: inline-block;
	margin: 0 8px;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-social-wrapper li:last-child{
	margin-right: 0;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-social-wrapper li a{
	color: #fff;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-social-wrapper .thsn-social-links{
	margin: 0;
	padding: 0;
	margin-left: 10px;
	position: relative;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-social-wrapper .thsn-social-links::before{
	content: '';
	width: 1px;
	height: 30px;
	background-color: rgb(255 255 255 / 30%);
	position: absolute;
	left: -15px;
	top: -4px;
}
.thsn-header-style-4 .thsn-navbar ul > li > ul > li.current-menu-item > a,
.thsn-header-style-4 .thsn-navbar ul > li > ul li.current_page_item > a,
.thsn-header-style-4 .thsn-navbar ul > li > ul li.current_page_ancestor > a,
.thsn-header-style-4 .thsn-navbar > div > ul > li:hover > a,
.thsn-header-style-4 .thsn-navbar > div > ul > li.current_page_item > a,
.thsn-header-style-4 .thsn-navbar > div > ul > li.current-menu-parent > a{
	color: #fff;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder { 
	color: #989ba1;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
	color: #989ba1;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-search-form-wrapper .search-form{
	max-width: none;
	width: 235px;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	transform: none;
}
.thsn-header-style-4 .thsn-right-box .thsn-cart-wrapper{
	text-align: center;
	position: relative;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-search-form-wrapper .search-form::after {
	right: 24px;
	top: 22px;
	color: #fff;
	font-size: 17px;
	line-height: normal;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-search-form-wrapper{
	height: 68px;
}
/*** 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-heading-subheading h4.thsn-element-subtitle {
	margin-bottom: 15px;
} 
.thsn-heading-subheading .thsn-element-subtitle{
	position: relative;
	display: inline-block;
}
.thsn-heading-subheading .thsn-element-subtitle::after{
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	top: 8px;
	align-items: center;
	margin-left: 10px;
}
.thsn-text-color-white .thsn-heading-subheading .thsn-heading-desc{
	color: rgb(255 255 255 / 90%);
}
/* --------------------------------------
* Icon Heading Box
* ---------------------------------------*/
.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;
}
.thsn-ihbox-icon-wrapper .thsn-ihbox-svg-icon img {
	width: 55px;
	height: 55px;
	margin-bottom: 15px;
}
.thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-svg-wrapper svg{
	width: 15px;
	height: 15px;
	fill: #666;
}
/*** thsn-ihbox-style-1 ***/
.thsn-ihbox-style-1{
	padding-right: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
}
.thsn-ihbox-style-1.thsn-ihbox h2{
	font-size: 20px !important;
	line-height: 26px !important;
	margin-bottom: 0;
}
.thsn-ihbox-style-1.thsn-ihbox h4{
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #8e99ad;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 1.5px;
}
.thsn-ihbox-style-1 .thsn-ihbox-content{
	margin-bottom: 0;
	margin-top: 0px;
}
.thsn-ihbox-style-1 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-1 .thsn-ihbox-icon-wrapper{
	font-size: 42px;
	line-height: 42px;
	padding-top: 8px;
	margin-right: 20px;
}
.thsn-ihbox-style-1 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-1 .thsn-ihbox-svg-wrapper svg{
	width: 42px;
	height: 42px;
}
.thsn-ihbox-style-1 .thsn-heading-desc{
	margin-top: 10px;
}
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-1 .thsn-heading-desc,
.thsn-text-color-white .thsn-ihbox-style-1 .thsn-heading-desc,
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-1 .thsn-ihbox-icon-wrapper,
.thsn-elementor-bg-color-secondary .thsn-ihbox-style-1 .thsn-ihbox-icon-wrapper,
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-1.thsn-ihbox .thsn-element-title,
.thsn-elementor-bg-color-secondary .thsn-ihbox-style-1.thsn-ihbox .thsn-element-title,
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-1 .thsn-heading-desc,
.thsn-elementor-bg-color-secondary .thsn-ihbox-style-1 .thsn-heading-desc,
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-1 .thsn-heading-desc,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-1 .thsn-heading-desc{
	color: #fff;
}
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-1 .thsn-ihbox-icon-wrapper svg,
.thsn-elementor-bg-color-secondary .thsn-ihbox-style-1 .thsn-ihbox-icon-wrapper svg,
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-1 .thsn-ihbox-svg-wrapper svg,
.thsn-elementor-bg-color-secondary .thsn-ihbox-style-1 .thsn-ihbox-svg-wrapper svg{
	fill: #fff;
}
.thsn-ihbox-style-1 .thsn-ihbox-icon-light{
	color: #fff;
	position: absolute;
	top: 15px;
	left: 15px;
	opacity: 0.3;
}
/*** thsn-ihbox-style-2 ***/
.thsn-ihbox-style-2{
	padding-right: 40px;
	position: relative;
}
.thsn-ihbox-style-2::after{
	content: " ";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50px;
	left: 0;
	background-color: #ededed;
	z-index: -1;
}
.thsn-element-miconheading-style-2 .thsn-element-posts-wrapper .thsn-miconheading-style-2{
	padding: 0;
}
.thsn-element-miconheading-style-2 .thsn-element-posts-wrapper .thsn-miconheading-style-2:last-child .thsn-ihbox-style-2::after,
.thsn-ihbox-border .elementor-row > .elementor-element:last-of-type .thsn-ihbox-style-2::after,
.thsn-ihbox-border .elementor-row > .elementor-element:last-child .thsn-ihbox-style-2::after{
	display: none;
}
.thsn-ihbox-style-2 .thsn-ihbox-box-number{
	position: absolute;
	top: -30px;
	left: 70px;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
}
.thsn-ihbox-style-2.thsn-ihbox h2{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
}
.thsn-ihbox-style-2 .thsn-ihbox-content{
	margin-bottom: 15px;
	margin-top: 10px;
}
.thsn-ihbox-style-2 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-2 .thsn-ihbox-icon-wrapper{
	font-size: 50px;
	line-height: 95px;
	width: 95px;
	height: 95px;
	text-align: center;
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
	border-radius: 6px;
	margin-bottom: 30px;
	background-color: #fff;
}
.thsn-ihbox-style-2 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-2 .thsn-ihbox-svg-wrapper svg{
	width: 50px;
	height: 50px;
	margin-bottom: 8px;
}
.thsn-ihbox-style-2 .thsn-heading-desc{
	margin-top: 8px;
}
.themesion-element-viewtype-carousel .thsn-ihbox-style-2{
	margin: 15px 0 0 15px;
}
.thsn-element-miconheading-style-2 .owl-carousel .owl-stage-outer{
	margin-left: -15px;
}
/*** thsn-ihbox-style-3 ***/
.thsn-ihbox-style-3:hover{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.thsn-ihbox-style-3{
	padding:27px 22px;
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	border-bottom: 3px solid #000;;
	background: #fff;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.thsn-ihbox-style-3 .thsn-element-title{
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.thsn-ihbox-style-3 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper{
	font-size: 40px;
	line-height: 90px;
	margin-right: 16px;
	background: #ffffff;
	width: 90px;
	text-align: center;
	border-radius: 50%;
	color: #202426;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-3 .thsn-ihbox-svg-wrapper svg{
	width: 40px;
	height: 40px;
	fill: #202426;
	margin-bottom: 5px;
}
/*** thsn-ihbox-style-4 ***/
.thsn-ihbox-style-4 .thsn-element-title{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper{
	font-size: 60px;
	line-height: 60px;
}
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-4 .thsn-ihbox-svg-wrapper{
	margin-right: 20px;
}
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-4 .thsn-ihbox-svg-wrapper svg{
	width: 60px;
	height: 60px;
}
.custom-element-style .thsn-ihbox-style-4 .thsn-element-title {
	text-transform: uppercase;
}
/*** thsn-ihbox-style-5 ***/
.thsn-ihbox-style-5 {
	margin-bottom: 10px;
}
.thsn-ihbox-style-5 .thsn-element-title{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
}
.thsn-ihbox-style-5 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper{
	font-size: 40px;
	line-height: 90px;
	margin-right: 30px;
	background: #ffffff;
	width: 90px;
	text-align: center;
	border-radius: 50%;
}
.thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-5 .thsn-ihbox-svg-wrapper svg{
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}
.thsn-ihbox-small .thsn-ihbox-style-5 .d-flex{
	-ms-flex-align: center!important;
	align-items: center!important;
}
.thsn-ihbox-small .thsn-ihbox-style-5 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-small .thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper{
	width: 70px;
	line-height: 70px;
}
.thsn-ihbox-small .thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper img{
	width: 30px;
	height: auto;
}
/*** thsn-ihbox-style-6 ***/
.thsn-ihbox-style-6 {
	margin-bottom: 10px;
}
.thsn-ihbox-style-6 .thsn-element-title{
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
.thsn-ihbox-style-6 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper{
	margin-right: 30px;
}
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper img{
	border-radius: 50%;
}
.thsn-ihbox-style-6 .thsn-heading-desc{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
/*** thsn-ihbox-style-7 ***/
.thsn-ihbox-style-7 .thsn-element-title{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.thsn-ihbox-style-7 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper{
	margin-right: 15px;
	font-size: 35px;
	line-height: 35px;
	margin-top: 5px;
}
.thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-7 .thsn-ihbox-svg-wrapper svg{
	width: 35px;
	height: 35px;
}
/*** thsn-ihbox-style-8 ***/
.thsn-ihbox-style-8 .thsn-ihbox-contents{
	position: relative;
	z-index: 3;
}
.thsn-ihbox-style-8 .thsn-element-title{
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 5px;
}
.thsn-ihbox-style-8 {
	position: relative;
	display: block;
	width: 405px;
	height: 385px;
	padding: 210px 40px 50px 120px;
	overflow: hidden;
	border-radius: 6px;
}
.thsn-ihbox-style-8::after{
	content: '';
	position: absolute;
	left: 40px;
	top: 50px;
	width: 460px;
	height: 460px;
	border-radius: 50%;
}
.thsn-ihbox-style-8::before{
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
	width: 520px;
	height: 520px;
	opacity: 0.4;
	border-radius: 50%;
}
.thsn-ihbox-style-8 .thsn-ihbox-btn{
	margin-top: 50px;
	text-align: right;
}
.thsn-ihbox-style-8 .thsn-ihbox-btn a{
	color: #fff;
	text-decoration: underline;
}
.thsn-style-8-top .thsn-ihbox-style-8::after {
	left: -100px;
	top: inherit;
	bottom: 69px;
	width: 450px;
	height: 430px;
}
.thsn-style-8-top .thsn-ihbox-style-8 {
	width: 380px;
	height: 350px;
	padding: 40px 111px 98px 40px;
	overflow: hidden;
	border-radius: 0;
}
.thsn-style-8-top .thsn-ihbox-style-8::before {
	content: '';
	position: absolute;
	top: inherit;
	left: inherit;
	right: 0px;
	bottom: 47px;
	width: 480px;
	height: 480px;
	opacity: 0.4;
	border-radius: 50%;
}
.thsn-ihbox-style-8 .thsn-ihbox-icon,
.thsn-ihbox-style-8 .thsn-ihbox-svg {
	z-index: 1;
}
/*** thsn-ihbox-style-9 ***/
.thsn-ihbox-style-9 .thsn-ihbox-box{
	text-align: center;
}
.thsn-ihbox-style-9 .thsn-ihbox-svg .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-9 .thsn-ihbox-icon .thsn-ihbox-icon-wrapper{
	font-size: 50px;
	line-height: 115px;
	position: relative;
	width: 115px;
	height: 115px;
	display: inline-block;
	text-align: center;
	border-radius: 6px; 
	margin-bottom: 50px;
	border: 1px solid rgb(255 255 255 / 0.10);
	-webkit-transition: 0.4s ease-out 0s;
	-o-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
}
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-9 .thsn-ihbox-svg-wrapper svg{
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
	-webkit-transition: 0.4s ease-out 0s;
	-o-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
}
.thsn-ihbox-style-9:hover .thsn-ihbox-icon .thsn-ihbox-icon-wrapper{
	color: #fff;
}
.thsn-ihbox-style-9:hover .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-9:hover .thsn-ihbox-svg-wrapper svg{
	fill: #fff;
}
.thsn-ihbox-style-9 .thsn-ihbox-box .thsn-element-title{
	font-size: 18px !important;
	line-height: 22px !important;
	text-transform: uppercase;
	margin: 0 33px;
	margin-bottom: 0;
	letter-spacing: 0px !important;
}
.thsn-ihbox-style-9 .thsn-ihbox-svg .thsn-ihbox-svg-wrapper::after,
.thsn-ihbox-style-9 .thsn-ihbox-icon .thsn-ihbox-icon-wrapper::after{
	content: ' ';
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -4px;
}
.thsn-element-blog-style-9 .thsn-element-posts-wrapper{
	margin-top: 70px;
}
.thsn-elementor-bg-color-white .thsn-ihbox-style-9 .thsn-ihbox-icon .thsn-ihbox-icon-wrapper{
	color: #fff;
}
.thsn-elementor-bg-color-white .thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper svg,
.thsn-elementor-bg-color-white .thsn-ihbox-style-9 .thsn-ihbox-svg-wrapper svg{
	fill: #fff;
}
/*** thsn-ihbox-style-10 ***/
.thsn-ihbox-style-10{
	padding: 15px 15px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
	min-width: 260px;
}
.thsn-ihbox-style-10 .thsn-ihbox-icon-type-image img{
	border-radius: 6px;
	width: 95px;
	height: auto;
}
.thsn-ihbox-style-10 .thsn-ihbox-contents{
	padding-left: 15px;
	padding-right: 10px;
}
.thsn-ihbox-style-10 .thsn-element-title{
	font-size: 50px;
	line-height: 55px;
	font-weight: 700;
	margin-bottom: 0;
}
.thsn-ihbox-style-10 .thsn-element-title sup{
	font-size: 48px;
	line-height: 58px;
}
.thsn-ihbox-style-10 .thsn-ihbox-contents .thsn-heading-desc{
	color: #202426;
	font-weight: 500;
}
.thsn-element-miconheading-style-10 .thsn-ihbox-style-10{
	margin: 20px 0 20px 20px;
}
.thsn-element-miconheading-style-10 .owl-carousel .owl-stage-outer{
	margin-left: -20px;
}
/*=== thsn-ihbox-style-11 ===*/
.thsn-ihbox-style-11 .thsn-ihbox-contents{
	position: relative;
	z-index: 3;
}
.thsn-ihbox-style-11 .thsn-element-title{
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.thsn-ihbox-style-11 .thsn-element-heading{
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
}
.thsn-ihbox-style-11 {
	position: relative;
	display: block;
	width: 175px;
	height: 175px;
	padding: 120px 10px 30px 105px;
	overflow: hidden;
}
.thsn-ihbox-style-11::after{
	content: '';
	position: absolute;
	left: 50px;
	top: 66px;
	width: 250px;
	height: 250px;
	border-radius: 50%;
}
.thsn-elementor-bg-color-light .thsn-ihbox-style-11::after{
	background-color: #ffffff;
}
.thsn-ihbox-style-11 .thsn-ihbox-icon,
.thsn-ihbox-style-11 .thsn-ihbox-svg{
	z-index: 1;
}
/*=== thsn-ihbox-style-12 ===*/
.thsn-ihbox-style-right .thsn-ihbox-style-12{
	display: flex;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}
.thsn-ihbox-style-12 .thsn-element-title{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 0;
	font-weight: 500;
}
.thsn-ihbox-style-12 .thsn-ihbox-icon-wrapper{
	font-size: 24px;
	line-height: 24px;
}
.thsn-ihbox-style-12 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-12 .thsn-ihbox-svg-wrapper{
	margin-right: 15px;
}
.thsn-ihbox-style-12 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-12 .thsn-ihbox-svg-wrapper svg{
	width: 24px;
	height: 24px;
}
/*** thsn-ihbox-style-13 ***/
.thsn-ihbox-style-13 {
	background-color: #fff;
	padding: 22px 20px 19px 84px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
}
.thsn-ihbox-style-13 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-13 .thsn-ihbox-icon-wrapper{
	font-size: 35px;
	content: "";
	color: #fff;
	position: absolute;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	padding: 18px 8px 10px 35px;
	line-height: 120px;
	top: -43px;
	text-align: center;
	left: -40px;
}
.thsn-ihbox-style-13 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-13 .thsn-ihbox-svg-wrapper svg{
	width: 35px;
	height: 35px;
	fill: #fff;
	margin-bottom: 5px;
}
.thsn-ihbox-style-13 .thsn-element-title{
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 0;
	font-weight: 600;
	color: #202426;
}
.thsn-ihbox-style-13 .thsn-element-heading{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: normal;
	margin: 0;
	margin-top: -2px;
}
.thsn-element-miconheading-style-13 .thsn-ihbox-style-13{
	margin: 20px 0 20px 20px;
}
.thsn-element-miconheading-style-13 .owl-carousel .owl-stage-outer{
	margin-left: -20px;
}
/*** thsn-ihbox-style-14 ***/
.thsn-ihbox-style-14 {
	margin-bottom: 10px;
}
.thsn-ihbox-style-14 .thsn-element-title{
	font-weight: 700 !important;
	margin-bottom: 5px;
}
.thsn-ihbox-style-14 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-14 .thsn-ihbox-icon-wrapper{
	font-size: 50px;
	line-height: 100px;
	margin-right: 30px;
	background: #ffffff;
	width: 100px;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
}
.thsn-ihbox-style-14 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-14 .thsn-ihbox-svg-wrapper svg{
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
}
.thsn-element-miconheading-style-14 .thsn-ihbox-style-14{
	margin: 10px 0 10px 10px;
}
.thsn-element-miconheading-style-14 .owl-carousel .owl-stage-outer{
	margin-left: -10px;
}
/*** thsn-ihbox-style-15 ***/
.thsn-ihbox-process > .elementor-container {
	margin-right: -30px;
}
.thsn-ihbox-process > .elementor-container > .elementor-row{
	margin-left: -30px;
}
.thsn-ihbox-style-15{
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
	display: inline-block;
}
.thsn-ihbox-style-15 .thsn-ihbox-svg,
.thsn-ihbox-style-15 .thsn-ihbox-icon{
	margin-bottom: 15px;
}
.thsn-ihbox-style-15 .thsn-ihbox-box {
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
	margin-bottom: 30px;
	background-color: #fff;
	padding: 40px 30px;
	position: relative;
}
.thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper {
	font-size: 50px;
	line-height: normal;
}
.thsn-ihbox-style-15 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-15 .thsn-ihbox-svg-wrapper svg{
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
}
.thsn-ihbox-process .elementor-container > .elementor-column .thsn-ihbox-style-15::after{
	content: "\e811";
	font-family: "themesion-base-icons";
	position: absolute;
	right: -14px;
	top: 162px;
	font-size: 30px;
	line-height: normal;
	opacity: 0.2;
	transform: rotate(-90deg);
	font-weight: normal;
}
.thsn-ihbox-process .elementor-container > .elementor-column:last-child .thsn-ihbox-style-15::after{
	display: none;
}
.thsn-ihbox-process .elementor-container > .elementor-column:nth-of-type(odd) .thsn-ihbox-style-15 .thsn-ihbox-box::before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.thsn-ihbox-process .elementor-container > .elementor-column:nth-of-type(odd) .thsn-ihbox-style-15 .thsn-ihbox-box::before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #ffffff;
	border-width: 16px;
	left: 17px;
}
.thsn-ihbox-process .elementor-container > .elementor-column:nth-of-type(even) .thsn-ihbox-style-15 .thsn-ihbox-box::before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.thsn-ihbox-process .elementor-container > .elementor-column:nth-of-type(even) .thsn-ihbox-style-15 .thsn-ihbox-box::before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #fff;
	border-width: 16px;
	left: 17px;
}
.thsn-ihbox-process .elementor-container > .elementor-column:nth-of-type(even) .thsn-ihbox-style-15 .thsn-ihbox-box{
	margin-top: 60px;
}
.thsn-ihbox-style-15 .thsn-ihbox-box-number{
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 12px;
	border-radius: 50%;
}
.thsn-ihbox-process .elementor-container > .elementor-column:nth-of-type(odd) .thsn-ihbox-style-15 .thsn-ihbox-box-number,
.thsn-ihbox-process .elementor-container > .elementor-column:nth-of-type(odd) .thsn-ihbox-style-15  .thsn-ihbox-box-number{
	bottom: -60px;
}
.thsn-ihbox-process .elementor-container > .elementor-column:nth-of-type(even) .thsn-ihbox-style-15 .thsn-ihbox-box-number,
.thsn-ihbox-process .elementor-container > .elementor-column:nth-of-type(even) .thsn-ihbox-style-15  .thsn-ihbox-box-number{
	top: -60px;
}
.themesion-element-viewtype-carousel .thsn-ihbox-style-15{
	padding-top: 25px;
}
/*** thsn-ihbox-style-16 ***/
.thsn-ihbox-style-16{
	position: relative;
	padding:25px 20px;
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.thsn-ihbox-style-16 .thsn-element-title{
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-transform: uppercase;
}
.thsn-ihbox-style-16 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-16 .thsn-ihbox-icon-wrapper{
	font-size: 40px;
	line-height: 90px;
	margin-right: 16px;
	background: #ffffff;
	width: 90px;
	text-align: center;
	border-radius: 50%;
	color: #202426;
}
.thsn-ihbox-style-16 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-16 .thsn-ihbox-svg-wrapper svg{
	width: 40px;
	height: 40px;
	fill: #202426;
	margin-bottom: 5px;
}
.thsn-ihbox-style-16::after {
	content: "";
	position: absolute;
	left: 25px;
	top: 8px;
	width: 90%;
	z-index: -1;
	height: 100%;
	background-color: #dc3545;
	border-radius: 8px;
}
/*** thsn-ihbox-style-17 ***/
.thsn-ihbox-style-17 {
	margin-bottom: 10px;
}
.thsn-ihbox-style-17 .thsn-element-title{
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 5px;
}
.thsn-ihbox-style-17 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-17 .thsn-ihbox-icon-wrapper{
	font-size: 50px;
	line-height: 100px;
	margin-right: 30px;
	background: #ffffff;
	width: 100px;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
}
.thsn-ihbox-style-17 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-17 .thsn-ihbox-svg-wrapper svg{
	width: 50px;
	height: 50px;
	margin-bottom: 6px;
}
.thsn-ihbox-style-17 .thsn-element-heading,
.thsn-ihbox-style-17 .thsn-element-subtitle{
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	font-family: Roboto,sans-serif;
	margin-bottom: 0;
	letter-spacing: 0;
}
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-17 .thsn-element-subtitle,
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-17 .thsn-element-title,
.thsn-elementor-bg-color-secondary .thsn-ihbox-style-17 .thsn-element-subtitle,
.thsn-elementor-bg-color-secondary .thsn-ihbox-style-17 .thsn-element-title{
	color: #fff;
}
.themesion-element-viewtype-carousel .thsn-ihbox-style-17{
	margin: 10px 0 10px 10px;
} 
.thsn-element-miconheading-style-17 .owl-carousel .owl-stage-outer{
	margin-left: -10px;
}
/*** thsn-ihbox-style-18 ***/
.thsn-ihbox-style-18{
	position: relative;
	display: inline-block;
	padding: 40px 35px 35px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(25, 49, 102, 0.08);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.thsn-ihbox-style-18:hover .thsn-element-title,
.thsn-ihbox-style-18:hover{
	color: #fff;
}
.thsn-ihbox-style-18 .thsn-element-title{
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.thsn-ihbox-style-18 .thsn-ihbox-box-number{
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 30px !important;
	font-weight: 600 !important;
	line-height: 40px !important;
	color: #f3f3f3;
}
.thsn-ihbox-style-18.thsn-ihbox h2{
	text-transform: uppercase;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
}
.thsn-ihbox-style-18 .thsn-ihbox-content{
	margin-bottom: 15px;
	margin-top: 10px;
}
.thsn-ihbox-style-18 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-18 .thsn-ihbox-icon-wrapper{
	font-size: 40px;
	line-height: 85px;
	width: 85px;
	height: 85px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 30px;
}
.thsn-ihbox-style-18 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-18 .thsn-ihbox-svg-wrapper svg{
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}
.thsn-ihbox-style-18 .thsn-heading-desc{
	margin-top: 8px;
}
.thsn-ihbox-style-18 .thsn-ihbox-btn {
	margin-top: 22px;
	position: relative;
}
.thsn-ihbox-style-18 .thsn-ihbox-btn a::after {
	content: '\e82c';
	position: absolute;
	font-family: 'themesion-base-icons';
	margin-left: 10px;
	font-size: 20px;
}
.themesion-element-viewtype-carousel .thsn-ihbox-style-18{
	margin: 20px;
}
.thsn-element-miconheading-style-18 .owl-carousel .owl-stage-outer{
	margin-left: -20px;
}
/* --------------------------------------
* Blog Box
* ---------------------------------------*/
/*=== thsn-blog-style-1 ===*/
.thsn-blog-style-1 .post-item{
	border-radius: 6px;
} 
.thsn-blog-style-1 .thsn-featured-container{
	position: relative;
}
.thsn-blog-style-1 .thsn-meta-date-wrapper{
	position: absolute;
	right: 0;
	top: -40px;
	padding: 9px 20px 9px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #dc3545;
	color: #fff;
}
.thsn-blog-style-1 .thsn-meta-date-wrapper a{
	color: #fff;
}
.thsn-blog-style-1 .thsn-featured-wrapper img{
	border-radius: 6px;
} 
.thsn-blog-style-1 .themesion-box-content{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 30px;
	margin-top: -30px;
	margin-right: 30px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 2;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
.thsn-blog-style-1 .themesion-box-content .thsn-post-title{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}
.thsn-blog-style-1 .themesion-box-desc{
	margin-top: 10px;
}
.thsn-blog-style-1 .thsn-meta-container .thsn-meta-line {
	font-size: 13px;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
}
.thsn-blog-style-1 .thsn-meta-container .thsn-meta-line:last-child{
	margin-right: 0;
}
.thsn-blog-style-1 .thsn-meta-container .thsn-meta-line i{
	margin-right:5px;
	font-size: 15px;
}
.thsn-blog-style-1 .thsn-meta-container .thsn-meta-line a{
	color: #e74c3c;
}
.thsn-blog-style-1 .thsn-featured-wrapper img{
	width: 100%;
}
/*=== .thsn-blog-style-2 ===*/
.thsn-blog-style-2:hover .thsn-featured-container{
	transform: translateY(-10px);
}
.thsn-blog-style-2 .thsn-featured-container{
	transform: translateY(0);
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.thsn-blog-style-2 .thsn-featured-wrapper{
	border-radius: 6px;
	overflow: hidden;
} 
.thsn-blog-style-2 .thsn-featured-wrapper::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	text-align: left;
	position: absolute;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	background: rgb(32,36,38);
	background: linear-gradient(0deg, rgba(32,36,38,0.72) 19%, rgba(32,36,38,0) 37%);
	border-radius: 6px;
}
.thsn-blog-style-2 .thsn-featured-container{
	position: relative;
}
.thsn-blog-style-2 .thsn-meta-container{
	position: absolute;
	bottom: 5px;
	left: 20px;
	color: #fff;
}
.thsn-blog-style-2 .thsn-meta-container a{
	color: #fff;
}
.thsn-blog-style-2 .themesion-box-content{
	padding: 25px 0px 0px 0px;
	background: #fff;
}
.thsn-blog-style-2 .themesion-box-content .thsn-post-title{
	font-size: 24px !important;
	line-height: 30px;
	margin-bottom: 15px;
}
.thsn-blog-style-2 .themesion-box-desc{
	margin-top: 10px;
}
.thsn-blog-style-2 .thsn-meta-container .thsn-meta-line {
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
}
.thsn-blog-style-2 .thsn-meta-container .thsn-meta-line i{
	margin-right:5px;
}
/*=== Classic blog ===*/
.thsn-blog-classic-inner .thsn-post-date{
	position: absolute;
	right: 0;
	top: -40px;
	padding: 9px 20px 9px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
}
.thsn-blog-classic-inner .thsn-post-date a{
	color: #fff;
}
.thsn-blog-classic-inner .thsn-post-date i{
	margin-right: 5px;
}
.thsn-blog-meta-top .thsn-meta {
	margin-right: 15px;
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 0;
}
article.post{
	margin-bottom: 50px;
	position: relative;
}
.thsn-blog-meta.thsn-blog-meta-top{
	padding-bottom: 0;
	margin-bottom: 0;
}
.thsn-blog-meta.thsn-blog-meta-top i{
	margin-right: 5px;
	font-size: 15px;
}
.thsn-blog-classic .thsn-blog-classic-inner {
	padding: 20px 0 0 0;
	position: relative;
	display: block;
	background: #ffffff;
	padding: 30px 40px 40px;
	margin-right: 30px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 2;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
article:not(.thsn-no-img) .thsn-blog-classic .thsn-blog-classic-inner {
	margin-top: -30px;
}
.thsn-blog-classic .thsn-featured-img-wrap{
	position: relative;
}
body.blog .thsn-blog-classic .thsn-featured-img-wrap::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	text-align: left;
	position: absolute;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	background: rgb(32,36,38);
	background: linear-gradient(0deg, rgba(32,36,38,0.72) 19%, rgba(32,36,38,0) 37%);
	border-radius: 6px;
}
.thsn-blog-classic .thsn-featured-wrapper img{
	border-radius: 6px;
}
.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 .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;
	margin-right: 30px;
}
.format-status.thsn-no-img .thsn-blog-classic .thsn-blog-classic-inner{
	padding-top: 5px;
}
.thsn-entry-content .gallery{
	margin-bottom: 30px;
}
.thsn-entry-content .gallery .gallery-item img{
	border-radius: 6px;
}
.thsn-blog-classic .thsn-featured-wrapper{
	margin-bottom: 0;
}
.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: 32px;
	line-height: 40px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-transform: uppercase;
}
.thsn-blog-classic .thsn-post-title a{
	color: #2c2c2c;
}
.thsn-entry-content p strong{
	font-size: 500;
}
.thsn-blog-classic .thsn-entry-content{
	margin-top: 20px; 
}
.thsn-blog-classic-inner .thsn-read-more-link {
	margin-top: 25px;
}
.thsn-blog-classic-inner .thsn-read-more-link a{
	font-size: 14px;
	cursor: pointer;
	line-height: 30px;
	font-weight: 700;
	display: inline-block;
	border: none; 
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}
.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{
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	font-style: normal;
	padding: 30px 30px;
	padding-left: 40px;
	position: relative;
	border: none;
	background: transparent;
	margin: 50px 0 40px;
	color: #202426;
	border-radius: 6px;
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
	margin-left: 15px;
}
.thsn-blog-classic blockquote::after {
	position: absolute;
	content: "\e80d";
	font-family: "themesion-base-icons";
	font-size: 22px;
	line-height: 60px;
	top: -30px;
	left: -15px;
	font-style: normal;
	font-weight: 500;
	background: #dc3545;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}
.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";
}
.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,
blockquote small {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-style: normal;
}
.wp-block-pullquote.is-style-solid-color blockquote{
	background-color: #fff;
}
.gallery-columns-2 .gallery-item{
	padding: 0 10px;
}
.wp-block-quote.is-style-large cite br{
	display: none;
}
.thsn-blog-classic blockquote.wp-block-quote::after {
	font-size: 36px;
	top: -33px;
	left: 40px;
	line-height: 60px;
	width: 60px;
	height: 60px;
}
/*=== Sticky post ===*/
.post.sticky{
	background-color: #fff;
	position: relative;
	padding: 1px 40px;
	overflow: hidden;
	border-radius: 6px;
	border: 10px solid;
}
.post.sticky .thsn-blog-classic .thsn-blog-classic-inner{
	padding: 0px;
	border: 0;
	box-shadow: none;
}
.post.sticky .thsn-read-more-link a::after{
	background-color: #272727;
}
.post.sticky .thsn-blog-classic{
	margin-bottom: 0px;
	box-shadow: none;
	overflow: visible;
	border-radius: 0;
}
.post.sticky .thsn-blog-classic::after {
	font-family: "themesion-base-icons";
	content: "\e830";
	font-size: 25px;
	position: absolute;
	color: #fff;
	opacity: 1;
	right: 0px;
	top: 0px;
	background-color: #000;
	padding: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	text-align: center;
	border-radius: 0 0 0 6px;
}
.single .thsn-post-related .thsn-element-posts-wrapper .thsn-post-ele{
	margin-bottom: 0;
}
/*=== Single-blog-meta-bottom ===*/
.thsn-blog-meta-bottom{
	border-top: 1px solid #e9e9e9;
	padding-top: 35px;
	margin-top:  15px;
}
.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{
	color: #8b90a0;
}
.thsn-blog-meta-bottom .thsn-meta-tags a:first-child{
	display: inline-block;
	margin-left: 10px;
}
.thsn-blog-meta-bottom .thsn-meta-tags a{
	color: #8b90a0;
	font-weight: normal;
}
.thsn-blog-meta-bottom ul{
	margin: 0;
	padding: 0;
}
.thsn-blog-meta-bottom ul li{
	margin-right: 8px;
	display: inline-block;
}
.thsn-blog-meta-bottom .thsn-social-share li a {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	border-radius: 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: #dc3545;
}
.thsn-social-share .thsn-social-li-skype a{
	background-color: #00aff0;
}
.thsn-social-share .thsn-social-li-android a{
	background-color: #e74c3c;
}
.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
* ---------------------------------------*/
/*=== thsn-blogbox-style-1 ===*/
.thsn-portfolio-style-1 .themesion-post-content{
	position: relative;
	overflow: hidden;
}
.thsn-portfolio-style-1 img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}
.thsn-portfolio-style-1 .themesion-box-content{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 20px;
	bottom: 30px;
	z-index: 3;
	transition: all ease 900ms;
	-moz-transition: all ease 900ms;
	-webkit-transition: all ease 900ms;
	-o-transition: all ease 900ms;
}
.thsn-portfolio-style-1 .themesion-box-content .thsn-portfolio-title{
	margin-bottom: 0;
	font-size: 22px;
}
.thsn-portfolio-style-1 .themesion-box-content .thsn-port-cat a,
.thsn-portfolio-style-1 .themesion-box-content .thsn-portfolio-title a{
	color: #fff;
}
.thsn-portfolio-style-1 .thsn-port-cat{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.thsn-portfolio-style-1:hover .themesion-box-content {
	visibility: visible;
	opacity: 1;
	left: 50px;
}
.thsn-portfolio-style-1 .themesion-post-content::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 6px;
	background: rgba(32,36,38,0.72);
	overflow: hidden;
	width: 0;
	height: 100%;
	content: '';
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}
.thsn-portfolio-style-1 .themesion-post-content:hover::after {
	width: 100%;
}
.thsn-portfolio-style-1 .themesion-icon-box a{
	color: #fff;
}
.thsn-portfolio-style-1 .themesion-icon-box {
	width: 37px;
	height: 37px;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 30px;
	line-height: 30px;
	line-height: .8;
	color: #fff;
	display: inline-block;
	text-align: center;
	z-index: 2;
	padding: 11px 17px;
	visibility: hidden;
	opacity: 0;
	transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	-webkit-transition: all ease 800ms;
}
.thsn-portfolio-style-1:hover .themesion-icon-box {
	visibility: visible;
	opacity: 1;
	right: 40px;
}
.thsn-portfolio-style-1.col-md-4 .themesion-box-content{
	left: -20px;
	bottom: 20px;
}
.thsn-portfolio-style-1.col-md-4:hover .themesion-box-content {
	left: 20px;
}
/*=== portfolio-style-2 ===*/
.thsn-portfolio-style-2 .thsn-image-wrapper {
	padding-bottom: 50px;
}
.thsn-portfolio-style-2 .thsn-image-wrapper img{
	border-radius: 6px;
}
.thsn-portfolio-style-2 .thsn-content-wrapper {
	position: absolute;
	width: calc(100% - 60px);
	bottom: 30px;
	background: #fff;
	margin: 0 30px;
	padding: 25px 25px;
	border-radius: 6px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
}
.thsn-elementor-bg-color-light .thsn-portfolio-style-2 .thsn-content-wrapper{
	box-shadow: none;
}
.thsn-element-portfolio-style-2.themesion-element-viewtype-row-column .thsn-portfolio-style-2:hover .thsn-content-wrapper,
.thsn-element-portfolio-style-2 .owl-item.center .thsn-portfolio-style-2 .thsn-content-wrapper,
.single-thsn-portfolio .thsn-portfolio-related .thsn-portfolio-style-2:hover .thsn-content-wrapper{
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.thsn-element-portfolio-style-2 .themesion-post-item{
	position: relative;
}
.thsn-portfolio-style-2 h3.thsn-portfolio-title {
	line-height: 26px;
	font-size: 22px;
	margin-bottom: 0;
}
.thsn-portfolio-style-2 .thsn-port-cat {
	margin-bottom: 0;
}
.thsn-portfolio-style-2 .thsn-link-icon a{
	position: absolute;
	top: -25px;
	right: -20px;
	font-size: 23px;
	background-color: #000;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	border-radius: 50%;
	padding-top: 8px;
	padding-right: 15px;
	color: #fff;
}
.thsn-portfolio-style-2 .thsn-content-wrapper{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.thsn-portfolio-style-2 .thsn-featured-wrapper img{
	width: 100%;
}
.themesion-element-viewtype-carousel .thsn-portfolio-style-2{
	margin-bottom: 20px;
}
/* --------------------------------------
* Prtfolio 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{
	padding-bottom: 0;
	padding-top: 0;
	border-top: 1px solid #f2f3f4;
	border-bottom: 1px solid #f2f3f4;
}
.single-thsn-portfolio .thsn-portfolio-related .thsn-portfolio-style-2 .thsn-content-wrapper{
	margin: 0 15px;
}
/*=== 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: 0;
}
.thsn-portfolio-single-style-1 .thsn-featured-wrapper img{
	border-radius: 6px;
}
/*=== thsn-portfolio-lines-wrapper ===*/
.thsn-single-project-content-wrapper{
	position: relative;
}
.thsn-single-project-details-list{
	padding: 30px 0;
}
.thsn-single-project-details-list h3{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.5px;
}
.thsn-portfolio-summary{
	padding: 35px 40px;
	margin-bottom: 50px;
	box-shadow: 0 0 20px rgba(26, 47, 106, 0.1);
	border-radius: 6px;
}
.thsn-portfolio-summary h3{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 30px;
}
.thsn-portfolio-lines-wrapper ul{
	list-style: none;
	margin: 0;
	padding: 0; 
}
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-title{
	font-weight: 500;
	font-size: 16px;
	color: #202426;
}
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-li{
	margin: 0;
	padding: 3px 0;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	display: inline-block;
}
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-li::before {
	content: '/';
	padding: 0 1.1em;
}
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-li:first-child::before{
	display: none;
}
/*=== 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 .nav-previous {
	margin-right: auto !important;
}
.post-navigation .nav-links .nav-next {
	text-align: right;
	margin-left: 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: 24px;
	font-weight: 700;
}
.thsn-portfolio-single .thsn-portfolio-nav-head {
	font-size: 14px;
	font-weight: 600;
}
.thsn-portfolio-single .thsn-portfolio-nav-wrapper {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 240px;
	font-family: Rajdhani,sans-serif;
	text-transform: uppercase;
}
.thsn-portfolio-single .nav-links .thsn-portfolio-nav-icon {
	width: 45px;
	text-align: left;
	display: inline-block;
	position: relative;
	font-size: 24px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: none;
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-icon{
	text-align: right;
}
.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: 0;
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-icon i{
	right: 0;
}
.thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-wrapper {
	margin-left: 2px;
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-wrapper {
	margin-right: 2px;
	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: left;
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-wrapper {
	text-align: right;
}
.thsn-portfolio-single .nav-links a {
	display: -ms-flexbox !important;
	display: flex !important;
}
.thsn-portfolio-single .nav-links .nav-next a {
	justify-content: space-between;
}
.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;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 42px;
	display: block;
}
.thsn-sortable-list-ul li{
	display: inline-block;
	margin: 0 15px;
}
.thsn-sortable-list a{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: #222222;
	padding: 10px 15px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	display: block;
}
.thsn-sortable-list a:hover{
	color: #222222;
}
.thsn-sortable-list a.thsn-selected{
	color: #fff;
	border: 1px solid;
}
.thsn-sortable-list a.thsn-selected:hover{
	color: #fff;
}
/*=== 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;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}
/*=== 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 Single Section
* ---------------------------------------*/
/*=== Team Member style 1 ===*/
.themesion-element-viewtype-carousel .container{
	margin: 0;
	padding: 0;
}
.thsn-element-team-style-1 .thsn-carousel-navs {
	right: 75px;
}
.thsn-team-1-carousel-area{
	background-color: #fff;
	padding-left: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-right: -100px;
} 
.thsn-team-style-1.themesion-ele-team{
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 0px;
}
.thsn-team-style-1,
.thsn-team-style-1 .themesion-box-social-links{
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.thsn-team-style-1 .thsn-featured-wrapper img{
border-radius: 6px;
}
.thsn-team-style-1 .themesion-box-content .thsn-team-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0px;
}
.thsn-team-style-1 .themesion-box-social-links i.thsn-base-icon-share{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	position: absolute;
	left: 0px;
	bottom: -65px;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.thsn-team-style-1 .themesion-box-social-links {
	position: absolute;
	bottom: 40px;
	width: 50px;
	right: 10px;
}
.thsn-team-style-1 .themesion-box-social-links .thsn-team-social-links{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.thsn-team-style-1 .themesion-box-social-links:hover .thsn-team-social-links{
	visibility: visible;
	opacity: 1;
}
.thsn-team-style-1 .thsn-team-social-links li {
	margin-top: 5px;
}
.thsn-team-style-1 .thsn-team-social-links li a {
	color: #222;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	display: block;
	font-size: 13px;
	border-radius: 50%;
	background-color: #fff;
}
.thsn-team-style-1 .thsn-team-social-links li a:hover{
	color: #fff;
}
.thsn-team-style-1 .themesion-post-item{
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.thsn-team-style-1 .themesion-team-image-box {
	position: relative;
}
.thsn-team-style-1 .themesion-box-content{
	padding: 23px 0 0;
}
.thsn-team-style-1 .themesion-box-team-position {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.5px; 
}
.thsn-team-style-1 .thsn-featured-wrapper img{
	width: 100%;
}
/*=== thsn-team-style-2 ===*/
.thsn-team-style-2 .themesion-team-image-box{
	margin-bottom: 20px;
	position: relative;
}
.thsn-team-style-2 .themesion-team-image-box img{
	width: 100%;
	border-radius: 6px;
	box-shadow: 0px 5px 35px 0px rgba(27, 68, 163, 0.09);
}
.thsn-team-style-2 .themesion-box-content{
	text-align: center;
}
.thsn-team-style-2 .themesion-box-content .thsn-team-title{
	margin-bottom: 0;
	font-size: 20px;
	line-height: 24px;
}
.thsn-team-style-2 .themesion-box-social-links ul {
	position: absolute;
	right: -40px;
	top: 0;
	height: 100%;
	width: 65px;
	text-align: center;
	padding: 30px 0;
	transition: .5s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}
.thsn-team-style-2:hover .themesion-box-social-links ul{
	right: 0;
	visibility: visible;
	opacity: 1;
}
.thsn-team-style-2 .thsn-team-social-links li {
	display: inline-block;
	margin-right: 0px;
	margin-top: 14px;
}
.thsn-team-style-2 .thsn-team-social-links li a {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	display: block;
	font-size: 13px;
	border-radius: 50%;
	background-color: #fff;
}
/*=== thsn-team-style-3 ===*/
.thsn-team-style-3,
.thsn-team-style-3 .themesion-box-social-links i.thsn-base-icon-share,
.thsn-team-style-3 .themesion-box-social-links{
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.thsn-team-style-3 .themesion-box-social-links ul {
	position: absolute;
	right: 0;
	bottom: 40px;
	text-align: center;
	transition: .5s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	margin-top: 0;
	visibility: hidden;
}
.thsn-team-style-3 .themesion-box-social-links:hover ul{
	visibility: visible;
	opacity: 1;
}
.thsn-team-style-3 .thsn-featured-wrapper img{
	border-radius: 6px;
}
.thsn-team-style-3 .themesion-box-content .thsn-team-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0px;
}
.thsn-team-style-3 .themesion-box-social-links i.thsn-base-icon-share{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	right: 20px;
	bottom: 0;
	z-index: 1;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	display: inline-block;
}
.thsn-team-style-3 .themesion-box-social-links {
	position: absolute;
	min-height: 40px;
	width: 40px;
	top: 30px;
	right: 20px;
}
.thsn-team-style-3 .themesion-box-social-links .thsn-team-social-links{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.thsn-team-style-3 .thsn-team-social-links li {
	margin-bottom: 5px;
	margin-right: 0;
}
.thsn-team-style-3 .thsn-team-social-links li a {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	display: block;
	font-size: 13px;
	border-radius: 50%;
}
.thsn-team-style-3 .thsn-team-social-links li a:hover{
	color: #fff;
}
.thsn-team-style-3 .themesion-post-item{
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.thsn-team-style-3 .themesion-team-image-box {
	position: relative;
}
.thsn-team-style-3 .themesion-box-content {
	padding: 25px;
	box-shadow: 0px 0px 30px 0px rgba(25, 49, 102, 0.08);
	background-color: #fff;
	border-radius: 6px;
	margin: -45px 15px 0;
	border-bottom: 1px solid transparent;
	position: absolute;
	width: calc(100% - 30px);
	transform: translateY(0);
}
.thsn-team-style-3 .thsn-featured-wrapper img {
	width: 100%;
}
/*=== 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-details-wrap{
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
	border-radius: 6px;
	padding: 50px;
}
.thsn-team-single-style-1 .thsn-single-team-info{
	font-size: 15px;
}
.thsn-single-team-info li {
	margin-bottom: 10px;
}
.thsn-team-single-style-1 .thsn-single-team-info li label{
	display: inline-block;
	min-width: 80px;
	color: #202426;
	font-weight: 600;
}
.thsn-team-single-style-1 .thsn-team-title{
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
	font-weight: 600;
}
.thsn-team-single-style-1 .thsn-team-designation {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.single-thsn-team-member .thsn-team-single-style-1 .thsn-short-description{
	margin: 0;
}
.thsn-team-single-style-1 .thsn-team-summary {
	border-radius: 5px;
	padding: 30px 25% 30px 25%;
	margin-bottom: 30px;
	margin-left: -40px;
	transform: translateX(-15%);
	margin-top: 30px;
	display: inline-block;
}
.thsn-team-single-style-1 .thsn-featured-wrapper img{
	border-radius: 6px;
	margin-bottom: 0;
}
.thsn-team-single-style-1 .thsn-short-description h3{
	display: none;
}
/* --------------------------------------
* Contact Form 7
* ---------------------------------------*/
.wpcf7-form .input-group {
	display: block;
}
.wpcf7-form textarea {
	height: 175px;
}
.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: 55px;
}
.wpcf7-form input[type=submit].btn-block,
.wpcf7-form button {
	padding: 22px 45px;
	width: auto;
}
.wpcf7-form .thsn-form-style-1 textarea,
.wpcf7-form .thsn-form-style-1 input[type="number"],
.wpcf7-form .thsn-form-style-1 input[type="text"],
.wpcf7-form .thsn-form-style-1 input[type="email"],
.wpcf7-form .thsn-form-style-1 input[type="password"],
.wpcf7-form .thsn-form-style-1 input[type="tel"],
.wpcf7-form .thsn-form-style-1 input[type="url"],
.wpcf7-form .thsn-form-style-1 input[type="search"]{
	background-color: #fff;
} 
.thsn-form-style-1 .input-group{
	margin-bottom: 30px;
}
/*=== thsn-form-style-2 ===*/
.thsn-form-style-2 .input-group{
	margin-bottom: 10px;
}
.thsn-form-style-2 .input-button{
	margin-top: 20px;
}
.thsn-form-style-2 .row{
	margin-right: -7px;
	margin-left: -7px;
}
.thsn-form-style-2 .col-md-12,
.thsn-form-style-2 .col-md-6{
	padding-right: 7px;
	padding-left: 7px;
}
.wpcf7-form .thsn-form-style-2  textarea{
	height: 110px;
}
.wpcf7-form .thsn-form-style-2 textarea,
.wpcf7-form .thsn-form-style-2 input[type="number"],
.wpcf7-form .thsn-form-style-2 input[type="text"],
.wpcf7-form .thsn-form-style-2 input[type="email"],
.wpcf7-form .thsn-form-style-2 input[type="password"],
.wpcf7-form .thsn-form-style-2 input[type="tel"],
.wpcf7-form .thsn-form-style-2 input[type="url"],
.wpcf7-form .thsn-form-style-2 input[type="search"]{
	background-color: #fff;
}
/* --------------------------------------
* Testimonial
* ---------------------------------------*/
/*=== Testimonial style 1 ===*/
.thsn-testimonial-style-1{
	position: relative;
	padding-left: 0;
}
.owl-carousel .owl-item .thsn-testimonial-style-1 img,
.thsn-testimonial-style-1 .themesion-box-img img{
	border-radius: 50%;
	height: 110px;
	width: 110px;
	display: inline-block;
}
.thsn-testimonial-style-1 .themesion-box-author {
	position: relative;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	margin-top: 20px;
}
.thsn-testimonial-style-1 .themesion-box-star-ratings{
	font-size: 15px;
	margin-bottom: 30px;
}
.thsn-testimonial-style-1 .themesion-box-title{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}
.thsn-testimonial-style-1 blockquote{
	font-size: 18px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-style: normal;
	font-weight: 600;
	color: #202426;
}
.thsn-bg-color-blackish .thsn-testimonial-style-1 .themesion-box-title,
.thsn-bg-color-blackish .thsn-testimonial-style-1 blockquote{
	color: #fff;
}
.thsn-testimonial-style-1 .themesion-box-img{
	padding-right: 15px;
	min-width: 160px;
	text-align: center;
}
.thsn-testimonial-style-1 .themesion-box-desc{
	position: relative;
	border-radius: 6px;
	background: #fff;
	padding: 30px;
	padding-bottom: 25px;
	margin-left: 5px;
}
.thsn-testimonial-style-1 .themesion-box-desc::before {
	content: '';
	border: 12px solid transparent;
	position: absolute;
	top: 50px;
	left: -12px;
	transform: translateY(-50%);
	border-left: none;
	border-left-color: #fff;
	border-right-color: #fff;
}
.thsn-testimonial-style-1::after {
	position: absolute;
	content: '"';
	font-size: 60px;
	line-height: 80px;
	bottom: 10px;
	right: 30px;
	color: #202426; 
	opacity: 0.1;
	font-family: "themesion-base-icons";
	content: '\e80d';
	transform: rotate(180deg);
}
.thsn-testimonial-style-1 .themesion-box-star-ratings{
	margin-left: auto !important;
	margin-top: 15px;
	margin-bottom: 0;
}
.thsn-testimonial-style-1 .themesion-box-star-ratings i{
	color: #202426;
	font-size: 18px;
}
.thsn-element-testimonial-style-1.themesion-element-viewtype-carousel .thsn-carousel-navs{
	position: relative;
}
.thsn-element-testimonial-style-1.themesion-element-viewtype-carousel .thsn-element-posts-wrapper{
	margin-top: 40px;
}
.thsn-element-testimonial-style-1 .thsn-heading-subheading .thsn-element-title{
	font-size: 34px;
	line-height: 44px;
}
/*=== Testimonial style 2 ===*/
.thsn-testimonial-style-2 .themesion-box-img{
	align-items: center;
	margin-right: 35px;
}
.thsn-testimonial-style-2 .thsn-featured-wrapper{
	position: relative;
	width: 125px;
	height: 125px;
}
.thsn-testimonial-style-2 .thsn-featured-wrapper img{
	border-radius: 3px;
}
.thsn-testimonial-style-2 .thsn-featured-wrapper::after{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
	display: inline-block;
	width: 130px;
	height: 130px;
	line-height: 135px;
	border-radius: 3px;
}
.thsn-testimonial-style-2 .themesion-box-author {
	text-align: left;
	display: inline-block;
	margin-left: 0px;
}
.thsn-testimonial-style-2 .themesion-box-title{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 0px;
	text-transform: uppercase;
}
.thsn-testimonial-style-2 blockquote{
	font-size: 16px;
	line-height: 26px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 15px;
}
.thsn-testimonial-style-2 .themesion-box-desc{
	margin-bottom: 10px;
}
.thsn-testimonial-style-2 .themesion-box-content{
	position: relative;
}
.thsn-testimonial-style-2 .thsn-featured-wrapper::before {
	position: absolute;
	font-size: 16px;
	font-weight: normal;
	top: -25px;
	left: -24px;
	font-family: "themesion-base-icons";
	content: '\e80d';
	transform: rotate(360deg);
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
	color: #202426;
}
.thsn-testimonial-style-2 .themesion-box-desc .themesion-testimonial-text p{
	font-weight: 500;
}
.thsn-element-testimonial-style-2.themesion-element-viewtype-carousel .thsn-testimonial-style-2{
	padding-top: 30px;
	padding-right: 34px;
	padding-left: 30px;
}
.thsn-testimonial-style-2 .themesion-box-star-ratings{
	font-size: 13px;
}
.thsn-testimonial-style-2 .themesion-author-wrapper{
	border-top: 1px solid #dddddd;
	padding-top: 20px;
	margin-top: 20px;
}
.thsn-elementor-bg-color-secondary .thsn-testimonial-style-2 .themesion-author-wrapper{
	border-top-color: rgb(221 221 221 / 17%);
}
.thsn-element-testimonial-style-2.themesion-element-viewtype-carousel .owl-carousel .owl-stage-outer{
	margin-left: -30px;
}
.thsn-element-testimonial-style-1 .owl-nav,
.thsn-element-testimonial-style-2 .owl-nav,
.thsn-element-testimonial-style-3 .thsn-carousel-navs{
	display: none;
}
/*=== Testimonial style 3 ===*/
.thsn-col-Quotes.thsn-col-stretched-yes .thsn-stretched-div::after{
	content: 'Quotes';
	position: absolute;
	top: 85%;
	right: -290px;
	font-size: 162px;
	line-height: 162px;
	font-weight: 600 !important;
	text-transform: uppercase;
	opacity: 0.15;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.owl-carousel .owl-item .thsn-testimonial-style-3 img,
.thsn-testimonial-style-3 .themesion-box-img img{
	border-radius: 50%;
	height: 60px;
	width: 60px;
	border: 3px solid #666;
}
.thsn-text-color-white .owl-carousel .owl-item .thsn-testimonial-style-3 img,
.thsn-text-color-white .thsn-testimonial-style-3 .themesion-box-img img{
	border-color: #fff;
}
.thsn-testimonial-style-3 .themesion-box-desc{
	padding-bottom: 30px;
	padding-top: 0;
}
.thsn-testimonial-style-3 blockquote{
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-style: normal;
	font-style: italic;
}
.thsn-bg-color-blackish .thsn-testimonial-style-3 .themesion-box-title,
.thsn-bg-color-blackish .thsn-testimonial-style-3 blockquote{
	color: #fff;
}
.thsn-testimonial-style-3 .themesion-box-img{
	padding-right: 15px;
}
.thsn-testimonial-style-3 .themesion-box-desc{
	position: relative;
}
.thsn-testimonial-style-3 .themesion-post-item{
	padding-top: 55px;
	position: relative;
}
.thsn-testimonial-style-3 .themesion-post-item::after {
	position: absolute;
	font-family: "themesion-base-icons";
	content: '\e80d';
	font-size: 40px;
	line-height: 10px;
	top: 12px;
	right: 15px;
	color: #000;
	opacity: 0.5;
	text-align: center;
	font-weight: normal;
}
.thsn-element-testimonial-style-3.themesion-element-viewtype-carousel .owl-carousel .owl-dots{
	position: absolute;
	right: 0;
	bottom: 25px;
	margin: 0;
	line-height: normal;
}
.thsn-text-color-white .thsn-element-testimonial-style-3.themesion-element-viewtype-carousel .owl-carousel .owl-dots .owl-dot{
	background:rgba(255, 255, 255, 0.5);
}
.thsn-text-color-white .thsn-element-testimonial-style-3.themesion-element-viewtype-carousel .owl-carousel .owl-dots button.owl-dot.active {
	background-color: #fff;
}
.thsn-testimonial-style-3 .themesion-box-author {
	position: relative;
	text-align: left;
	display: inline-block;
	font-size: 14px;
	margin-top: 0px;
	margin-left: 15px;
}
.thsn-testimonial-style-3 .themesion-box-title{
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
	color: initial;
	letter-spacing: 0.5px;
}
.thsn-text-color-white .thsn-testimonial-style-3 .themesion-box-title{
	color: #fff;
}
.thsn-element-testimonial-style-3 .themesion-box-author .themesion-testimonial-detail{
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-left: 10px;
}
.thsn-element-testimonial-style-3 .themesion-box-star-ratings{
	position: absolute;
	top: 6px;
	color: #e74c3c;
}
/*=== Testimonial style 4 ===*/
.thsn-testimonial-style-4 .themesion-testimonial-wrapper {
	position: relative;
	background-color: #fff;
	padding: 70px 25px 20px 35px;
	border-radius: 6px;
}
.thsn-testimonial-style-4 .themesion-testimonial-wrapper::after{
	content: "";
	position: absolute;
	bottom: -29px;
	left: 30px;
	border-width: 17px 14px 15px 15px;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
	border-radius: 6px;
}
.thsn-testimonial-style-4 .themesion-box-img{
	position: absolute;
	top: -40px;
}
.thsn-testimonial-style-4 .thsn-featured-wrapper{
	position: relative;
	width: 90px;
	height: 90px;
}
.thsn-testimonial-style-4 .thsn-featured-wrapper img{
	border-radius: 50%;
}
.thsn-testimonial-style-4 .themesion-box-author {
	text-align: left;
	display: inline-block;
	margin-left: 0px;
}
.thsn-testimonial-style-4 .themesion-box-title{
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.thsn-testimonial-style-4 .themesion-testimonial-detail{
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}
.thsn-testimonial-style-4 blockquote{
	font-size: 15px;
	line-height: 26px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 15px;
}
.thsn-testimonial-style-4 .themesion-box-desc{
	margin-bottom: 10px;
	color: #666;
}
.thsn-testimonial-style-4 .themesion-box-content{
	position: relative;
}
.thsn-testimonial-style-4 .thsn-featured-wrapper::before {
	position: absolute;
	font-size: 16px;
	font-weight: normal;
	top: 10px;
	right: -24px;
	font-family: "themesion-base-icons";
	content: '\e80d';
	background: #202426;
	width: 42px;
	height: 42px;
	line-height: 42px;
	transform: scaleX(-1);
	text-align: center;
	border-radius: 50%;
	color: #fff;
}
.thsn-element-testimonial-style-4.themesion-element-viewtype-carousel .thsn-testimonial-style-4{
	padding-top: 50px;
}
.thsn-testimonial-style-4 .themesion-box-star-ratings{
	display: none;
}
.thsn-testimonial-style-4 .themesion-author-wrapper{
	padding-top: 22px;
	padding-left: 80px;
}
.thsn-elementor-bg-color-secondary .thsn-testimonial-style-4 .themesion-author-wrapper{
	border-top-color: rgb(221 221 221 / 17%);
}
.thsn-element-testimonial-style-4 .thsn-carousel-navs{
	display: none;
}
.thsn-element-testimonial-style-4 .owl-carousel .owl-dots.disabled{
	display: block;
}
.thsn-testimonial-style-4 .themesion-post-item {
	position: relative;
	padding-top: 40px;
}
/* --------------------------------------
* client logo
* ---------------------------------------*/
.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 .thsn-ele-client img{
	width: auto !important;
	max-width: 100%;
	display: inline-block !important;
}
/*=== thsn client style 1 ===*/
.thsn-client-style-1{
	text-align: center;
}
.thsn-element-client-style-1 .thsn-heading-subheading .thsn-element-title{
	font-size: 18px;
	line-height: 28px;
	color: #202426 !important;
	letter-spacing: 0px;
}
.thsn-element-client-style-1 .thsn-heading-subheading{
	margin-bottom: 30px;
}
.thsn-client-style-1 .thsn-client-wrapper {
	overflow: hidden;
}
.thsn-client-style-1 .thsn-client-with-hover-img .thsn-featured-wrapper,
.thsn-client-style-1 .thsn-client-hover-img{
	-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;
}
.thsn-client-style-1 .thsn-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.thsn-client-style-1 .thsn-client-with-hover-img .thsn-client-hover-img {
	transform: translateY(-100%);
}
.thsn-client-style-1 .thsn-client-with-hover-img:hover .thsn-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.thsn-client-style-1 .thsn-client-with-hover-img:hover .thsn-featured-wrapper{
	transform: translateY(100%);
}
/*=== thsn-client-style-2 ===*/
.thsn-client-style-2 .thsn-client-wrapper{
	width: 100%;
}
.thsn-client-style-2 .thsn-client-hover-img{
	display: none;
}
/* --------------------------------------
* Fact and digit
* ---------------------------------------*/
.thsn-sbox-icon-wrapper svg,
.thsn-fid-svg-wrapper svg{
	width: 15px;
	height: 15px;
	fill: #666666;
}
/*=== themesion-ele-fid-style-1 ===*/
.themesion-ele-fid-style-1{
	text-align: center;
}
.themesion-ele-fid-style-1 .thsn-sbox-icon-wrapper{
	font-size: 90px;
	line-height: 90px;
}
.themesion-ele-fid-style-1 .thsn-sbox-icon-wrapper svg,
.themesion-ele-fid-style-1 .thsn-fid-svg-wrapper svg{
	width: 90px;
	height: 90px;
}
.themesion-ele-fid-style-1 .thsn-fid-title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 5px;
}
.themesion-ele-fid-style-1 .thsn-fid-inner{
	margin-bottom: 0px;
	position: relative;
	margin-top: 15px;
	font-size: 180px;
	line-height: 180px;
}
.themesion-ele-fid-style-1 .thsn-fid-sub{
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	margin-left: 5px;
	position: absolute;
	top: 15px;
}
.themesion-ele-fid-style-1 .thsn-fid-sub sup{
	line-height: normal;
	vertical-align: top;
	font-size: 100px;
	font-weight: 900;
}
/*=== themesion-ele-fid-style-2 ===*/
.themesion-ele-fid-style-2{
	text-align: center;
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
	border-radius: 6px;
	padding: 30px 30px;
	padding-left: 0;
	background: #fff;
}
.themesion-ele-fid-style-2 .thsn-sbox-icon-wrapper{
	font-size: 90px;
	line-height: 90px;
}
.themesion-ele-fid-style-2 .thsn-fid-title {
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	top: -15px;
}
.themesion-ele-fid-style-2 .thsn-fid-inner{
	font-size:150px;
	line-height:150px;
	font-weight: 700;
	margin-bottom: 0;
	position: relative;
}
.themesion-ele-fid-style-2 .thsn-fid-sub{
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin-left: 5px;
	position: absolute;
	top: 15px;
}
.themesion-ele-fid-style-2 .thsn-fid-sub sup{
	line-height: normal;
	vertical-align: top;
	font-size: 70px;
	font-weight: 600;
	top: -.4em;
}
/*=== themesion-ele-fid-style-3 ===*/
.themesion-ele-fid-style-3 .thsn-sbox-icon-wrapper{
	font-size: 70px;
	line-height: 70px;
}
.themesion-ele-fid-style-3 .thsn-sbox-icon-wrapper,
.themesion-ele-fid-style-3 .thsn-fid-svg-wrapper{
	margin-right: 20px;
}
.themesion-ele-fid-style-3 .thsn-sbox-icon-wrapper svg,
.themesion-ele-fid-style-3 .thsn-fid-svg-wrapper svg{
	width: 70px;
	height: 70px;
}
.themesion-ele-fid-style-3 .thsn-fid-inner {
	font-size: 42px;
	line-height: 46px;
	margin-bottom: 0;
	font-weight: 700;
}
.thsn-elementor-bg-color-blackish .themesion-ele-fid-style-3 .thsn-fid-inner,
.thsn-elementor-bg-color-secondary .themesion-ele-fid-style-3 .thsn-fid-inner{
	color:#fff;
}
.themesion-ele-fid-style-3 .thsn-fid-title{
	font-weight: 500;
}
.thsn-elementor-bg-color-blackish .themesion-ele-fid-style-3 .thsn-fid-title,
.thsn-elementor-bg-color-secondary .themesion-ele-fid-style-3 .thsn-fid-title,
.thsn-elementor-bg-color-globalcolor .themesion-ele-fid-style-3 .thsn-sbox-icon-wrapper,
.thsn-elementor-bg-color-gradient .themesion-ele-fid-style-3 .thsn-sbox-icon-wrapper {
	color:#fff;
}
.thsn-elementor-bg-color-globalcolor .themesion-ele-fid-style-3 .thsn-sbox-icon-wrapper svg,
.thsn-elementor-bg-color-gradient .themesion-ele-fid-style-3 .thsn-sbox-icon-wrapper svg,
.thsn-elementor-bg-color-globalcolor .themesion-ele-fid-style-3 .thsn-fid-svg-wrapper svg,
.thsn-elementor-bg-color-gradient .themesion-ele-fid-style-3 .thsn-fid-svg-wrapper svg{
	fill: #fff;
}
.thsn-text-color-white .themesion-ele-fid-style-3 .thsn-sbox-icon-wrapper i{
	color: #202426 !important;
}
/*=== themesion-ele-fid-style-4 ===*/
.themesion-ele-fid-style-4 .thsn-fld-contents{
	text-align: center;
}
.themesion-ele-fid-style-4 .thsn-fid-svg-wrapper,
.themesion-ele-fid-style-4 .thsn-sbox-icon-wrapper{
	font-size: 60px;
	line-height: 110px;
	height: 110px;
	text-align: center;
	width: 110px;
	border-radius: 50%;
	margin-bottom: 20px;
	display: inline-block;
}
.themesion-ele-fid-style-4 .thsn-sbox-icon-wrapper svg,
.themesion-ele-fid-style-4 .thsn-fid-svg-wrapper svg{
	width: 60px;
	height: 60px;
	margin-bottom: 8px;
}
.thsn-elementor-bg-color-light .themesion-ele-fid-style-4 .thsn-sbox-icon-wrapper,
.thsn-elementor-bg-color-light .themesion-ele-fid-style-4 .thsn-fid-svg-wrapper{
	background: #fff;
}
.themesion-ele-fid-style-4 .thsn-fid-inner {
	font-size: 42px;
	line-height: 46px;
	margin-bottom: 0;
	font-weight: 700;
}
.themesion-ele-fid-style-4 .thsn-fid-title{
	font-weight: 500;
}
/*=== themesion-ele-fid-style-5 ===*/
.themesion-ele-fid-style-5 .thsn-circle{
	position: relative;
	text-align: center;
}
.themesion-ele-fid-style-5 .thsn-circle{
	min-height: 106px;
	min-width: 100px;
	margin-right: 20px;
}
.themesion-ele-fid-style-5 .thsn-fld-contents{
	background-color: #fff;
	padding: 20px 25px 10px;
	border-radius: 6px;
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
}
.themesion-ele-fid-style-5 .thsn-fid-title {
	font-size: 20px;
	line-height: 34px;
	font-weight: 700;
}
.themesion-ele-fid-style-5 .thsn-circle-inner {
	margin-top: -10px;
}
.themesion-ele-fid-style-5 .thsn-fid-inner {
	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%);
	left: 0;
	text-align: center;
	width: 100%;
}
.themesion-ele-fid-style-5 h4.thsn-fid-inner {
	font-size: 30px;
	line-height: 30px;
}
.themesion-ele-fid-style-5 h4.thsn-fid-inner sup{
	top: -3px;
	position: relative;
	left: 3px;
}
.themesion-ele-fid-style-5 h4.thsn-fid-inner sub{
	top: -10px;
}
.themesion-ele-fid-style-5-black .themesion-ele-fid-style-5 .thsn-heading-desc,
.themesion-ele-fid-style-5-black .themesion-ele-fid-style-5 .thsn-fid-title{
	color: #fff;
}
/*=== themesion-ele-fid-style-6 ===*/
.themesion-ele-fid-style-6{
	background-color: #fff;
	padding: 30px 40px 30px 120px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	display: inline-block;
	box-shadow: 0px 5px 35px 0px rgba(69, 80, 107, 0.09);
}
.themesion-ele-fid-style-6 .thsn-fid-svg-wrapper,
.themesion-ele-fid-style-6 .thsn-sbox-icon-wrapper{
	font-size: 45px;
	content: "";
	color: #fff;
	position: absolute;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	padding: 10px 0 0 10px;
	line-height: 120px;
	top: -25px;
	text-align: center;
	left: -20px;
}
.themesion-ele-fid-style-6 .thsn-sbox-icon-wrapper svg,
.themesion-ele-fid-style-6 .thsn-fid-svg-wrapper svg{
	width: 45px;
	height: 45px;
	fill: #fff;
	margin-bottom: 8px;
}
.themesion-ele-fid-style-6 .thsn-fid-inner {
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 0;
	font-weight: 700;
}
.themesion-ele-fid-style-6 .thsn-fid-title{
	font-weight: 500;
}
/* Facts in digit SVG icon*/
.themesion-ele-fid .thsn-fid-svg-icon img{
	height: 90px;
	width: 90px;
}
/* --------------------------------------
* Service Style
* ---------------------------------------*/
.thsn-service-icon-wrapper svg,
.thsn-service-icon-wrapper img{
	width: 1em !important;
	height: 1em;
}
.thsn-service-icon-wrapper img{
	display: inline-block !important;
}
.thsn-service-style-1 .themesion-post-item{
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-bottom: 3px solid #000;
}
.thsn-service-style-1 .thsn-featured-wrapper img{
	border-radius: 6px;
}
.thsn-service-style-1 .themesion-box-content{
	padding: 30px;
	padding-bottom: 0;
	position: relative;
}
.thsn-service-style-1 .thsn-service-icon-wrapper{
	font-size: 40px;
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align:center;
	box-shadow: 0px 5px 35px 0px rgba(69, 80, 107, 0.09);
	top: -35px;
	right: 20px;
	background: #fff;
	border-radius: 4px;
}
.thsn-service-style-1 .thsn-service-icon-wrapper svg,
.thsn-service-style-1 .thsn-service-icon-wrapper img{
	margin-bottom: 5px;
}
.thsn-service-style-1 .thsn-service-title{
	font-size: 20px;
	line-height: normal;
	margin-bottom: 15px;
}
.thsn-service-style-1 .thsn-service-cat a{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.thsn-service-style-1 .thsn-featured-wrapper img {
	width: 100%;
}
/*=== thsn-service-style-2 ===*/
.thsn-service-style-2 .thsn-featured-wrapper img{
	border-radius: 6px;
}
.thsn-service-style-2:hover .themesion-box-content{
	transform: translateY(-10px);
}
.thsn-service-style-2 .themesion-box-content{
	border-radius: 6px;
	margin: 0 25px;
	box-shadow: 0px 5px 35px 0px rgba(27, 68, 163, 0.07);
	background: #fff;
	position: relative;
	top: -50px;
	padding: 25px 20px;
	transform: translateY(0);
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.thsn-service-style-2 .thsn-service-icon-wrapper{
	font-size: 50px;
	line-height: 50px;
	margin-right: 20px;
}
.thsn-service-style-2 .thsn-service-icon-wrapper svg,
.thsn-service-style-2 .thsn-service-icon-wrapper img{
	margin-bottom: 10px;
}
.thsn-service-style-2 .thsn-service-title{
	line-height: normal;
	margin-bottom: 0;
}
.thsn-element-service-style-2.themesion-element-viewtype-carousel .owl-carousel .owl-dots{
	margin-top: -15px;
}
.thsn-service-style-2 .thsn-featured-wrapper img {
	width: 100%;
}
/*=== thsn-service-style-3 ===*/
.thsn-service-style-3{
	margin-top: 40px;
}
.thsn-service-style-3 .thsn-featured-wrapper img{
	border-radius: 6px;
}
.thsn-service-style-3 .thsn-service-icon-wrapper{
	font-size: 40px;
	line-height: 70px;
	width: 70px;
	height: 70px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 5px 35px 0px rgba(27, 68, 163, 0.07);
	border-radius: 50%;
	position:absolute;
	top: -35px;
	left: 35px;
	z-index: 9;
}
.thsn-service-style-3 .thsn-service-icon-wrapper svg,
.thsn-service-style-3 .thsn-service-icon-wrapper img{
	margin-bottom: 5px;
}
.thsn-service-style-3 .thsn-service-title{
	font-size: 22px;
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 0;
}
.thsn-service-style-3 .thsn-service-title a{
	color: #fff;
}
.thsn-service-style-3 .themesion-box-content-inner {
	position: absolute;
	left: 35px;
	bottom: 25px;
	z-index: 9;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
}
.thsn-service-style-3 .themesion-overlay-box{
	position: relative;
}
.thsn-service-style-3 .themesion-box-content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.thsn-service-style-3 .themesion-box-content::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	text-align: left;
	position: absolute;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	border-radius: 6px;
	background: -moz-linear-gradient(90deg, rgba(32,36,38,0.72) 0%, rgba(32,36,38,0.72) 14%, rgba(32,36,38,0) 100%);
	background: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(32,36,38,0)), color-stop(86%, rgba(32,36,38,0.72)), color-stop(100%, rgba(32,36,38,0.72)));
	background: -webkit-linear-gradient(90deg, rgba(32,36,38,0.72) 0%, rgba(32,36,38,0.72) 14%, rgba(32,36,38,0) 100%);
	background: -o-linear-gradient(90deg, rgba(32,36,38,0.72) 0%, rgba(32,36,38,0.72) 14%, rgba(32,36,38,0) 100%);
	background: -ms-linear-gradient(90deg, rgba(32,36,38,0.72) 0%, rgba(32,36,38,0.72) 14%, rgba(32,36,38,0) 100%);
	background: linear-gradient(0deg, rgba(32,36,38,0.72) 0%, rgba(32,36,38,0.72) 14%, rgba(32,36,38,0) 100%);
}
.thsn-element-service-style-3.themesion-element-viewtype-carousel .thsn-carousel-navs{
	position: relative;
}
.thsn-element-service-style-3.themesion-element-viewtype-carousel .thsn-tbox-left{
	padding: 130px 6px 100px 100px;
}
.thsn-element-service-style-3.themesion-element-viewtype-carousel .thsn-tbox-right .thsn-stretched-div-right,
.thsn-element-service-style-3.themesion-element-viewtype-carousel .thsn-tbox-left .thsn-stretched-div-left{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: -1;
}
.thsn-element-service-style-3.themesion-element-viewtype-carousel .thsn-tbox-right .thsn-stretched-div-right{
	background-color: red;
	left: 190px;
}
.thsn-element-service-style-3.themesion-element-viewtype-carousel .thsn-tbox-right .thsn-stretched-div-right{
	background: url('../images/service-pattern.png') no-repeat right bottom;
}
.thsn-element-service-style-3.themesion-element-viewtype-carousel .thsn-tbox-right .thsn-row-parent{
	padding-left: 100px;
	margin-right: -150px;
}
.thsn-element-service-style-3.themesion-element-viewtype-carousel .thsn-tbox-right{
	padding: 100px 0;
}
.thsn-service-style-3 .thsn-featured-wrapper img {
	width: 100%;
}
/*=== thsn-service-style-4 ===*/
.thsn-service-style-4{
	margin-bottom: 20px;
}
.thsn-service-style-4 .themesion-post-item{
	border-radius: 6px;
	box-shadow: 0px 5px 30px 0px rgba(69, 80, 107, 0.09);
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.thsn-service-style-4 .thsn-featured-wrapper img{
	border-radius: 6px;
}
.thsn-service-style-4:hover .thsn-featured-wrapper{
	right: 0;
}
.thsn-service-style-4 .thsn-featured-wrapper {
	position: relative;
	top: -20px;
	right: 10px;
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.thsn-service-style-4 .themesion-box-content{
	padding: 30px;
	padding-bottom: 20px;
	padding-top: 5px;
	position: relative;
}
.thsn-service-style-4 .thsn-service-icon{
	margin-left: auto!important;
}
.thsn-service-style-4 .thsn-service-icon-wrapper{
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 20px;
}
.thsn-service-style-4 .thsn-service-title{
	font-size: 22px;
	line-height: normal;
	margin-bottom: 15px;
}
.thsn-service-style-4 .thsn-service-btn .thsn-btn-text{
	opacity: 0;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	transition: 0.3s ease-out;
	display: inline-block;
	width: 110px;
}
.thsn-service-style-4 .thsn-service-btn a.btn-arrow:hover .thsn-btn-text{
	opacity: 1;
}
.thsn-service-style-4 .thsn-service-btn a.btn-arrow{
	display: inline-block;
	padding: 0;
	border-radius: 6px;
	color: #fff;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 45px;
	height: 45px;
	position: relative;
	padding-left: 16px;
	padding-top: 16px;
}
.thsn-service-style-4 a.btn-arrow i{
	position: absolute;
	top: 15px;
	right: 13px;
}
.thsn-service-style-4 a.btn-arrow i::before{
	font-weight: 700;
}
.thsn-service-style-4 .thsn-service-btn a.btn-arrow:hover{
	width: 158px;
}
.thsn-elementor-bg-color-blackish .custom-element-style .thsn-service-style-4 .themesion-post-item{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.thsn-elementor-bg-color-blackish .custom-element-style .thsn-service-style-4 .thsn-service-title a{
	color: #fff;
}
.thsn-elementor-bg-color-blackish .custom-element-style .thsn-service-style-4 .thsn-service-cat {
	font-weight: 700;
	font-size: 15px;
}
.thsn-elementor-bg-color-blackish .custom-element-style .thsn-service-style-4 .thsn-service-title{
	font-size: 24px;
}
.thsn-elementor-bg-color-blackish .custom-element-style .thsn-element-service-style-4.themesion-element-viewtype-carousel .owl-carousel button.owl-dot{
	height: 13px;
	width: 13px;
	background-color: #a1a1a1;
	border-radius: 50%;
}
.thsn-elementor-bg-color-blackish .custom-element-style .thsn-element-service-style-4.themesion-element-viewtype-carousel .owl-carousel button.owl-dot.active {
	background-color: #fff;
}
.thsn-service-style-4 .thsn-featured-wrapper img {
	width: 100%;
}
/* --------------------------------------
* Progress Bar
* ---------------------------------------*/
.elementor-progress-bar{
	height: 6px;
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease;
}
.elementor-progress-percentage {
	position: absolute;
	right: 0;
	top: -37px;
	font-size: 14px;
	color: #fff;
	padding: 4px 7px;
	display: inline-block;
	line-height: normal;
	border-radius: 3px;
}
.elementor-widget-progress .elementor-title{
	font-size: 16px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: 700 !important;
}
.elementor-progress-wrapper {
	position: relative;
	background-color: #e6e6e6;
	color: #fff;
	height: 100%;
	-webkit-border-radius: 2px;
	border-radius: 0;
	margin-top: 5px;
}
body .elementor-element .elementor-progress-wrapper{
	overflow: visible !important;
}
.elementor-progress-text{
	border-radius: 3px;
}
.thsn-text-color-white .elementor-widget-progress .elementor-title{
	color: #fff !important;
}
/*=== progress-bar-style-2 ===*/
.progress-bar-style-2 .elementor-progress-wrapper .elementor-progress-text{
	position: relative;
	display: inline;
	overflow: visible;
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease;
}
.progress-bar-style-2 .elementor-progress-wrapper .elementor-progress-text::after{
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: -4px;
	border-radius: 50%;
	right: 0;
	border: 2px solid #fff;
}
.progress-bar-style-2 .elementor-progress-wrapper {
	background-color: #e6e6e6;
}
/*=== Hide next prev button ===*/
.single-thsn-service .navigation {
	display: none;
}
/*=== single-service-contact ===*/
.single-thsn-service .themesion-sidebar .widget:last-child{
	padding: 0;
}
.single-service-contact,
div.widget .single-service-contact-inner{
	padding: 50px 30px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background-size: cover;
}
.single-service-contact::after{
	content: '';
	position: absolute;
	width: 210px;
	height: 241px;
	bottom: 0;
	left: 0;
	background: url('../images/pattern-1.png') no-repeat 0 bottom;
}
.single-service-contact::before{
	content: '';
	position: absolute;
	width: 210px;
	height: 241px;
	top: 0;
	right: 0;
	background: url('../images/pattern-2.png') no-repeat 0 0;
}
.single-service-contact-inner {
	position: relative;
	z-index: 2; 
	padding: 40px 0;
}
.single-service-contact-inner h5{
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 30px;
}
.single-thsn-service .themesion-sidebar .widget{
	overflow: hidden;
}
.widget.itinc_category_list_widget ul > li{
	margin-bottom: 0 !important;
}
.thsn_widget_list_all_posts .widget-title{
	display: none;
}
.single-service-contact img,
div.widget .single-service-contact-inner img{
	border-radius: 50%;
	margin: 0;
}
.single-service-contact ul.thsn-social-links li a,
div.widget .single-service-contact-inner ul.thsn-social-links li a {
	display: block;
	background-color:#fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
}
.single-service-contact ul.thsn-social-links li,
div.widget .single-service-contact-inner ul.thsn-social-links li {
	display: inline-block;
	margin-right: 10px;
}
/* --------------------------------------
* Sidebar widget
* ---------------------------------------*/
/*===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 ===*/
.themesion-sidebar .widget.widget_search .widget-title{
	color: #fff;
}
.themesion-sidebar .widget.widget_search .widget-title::after{
	background-color: #fff;
}
.widget.widget_search .search-form{
	position: relative;
}
.widget.widget_search .search-form input[type="search"]{
	background-color: #fff;
	height: 60px;
	border-radius: 6px;
}
.widget.widget_search .search-form button {
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: #c82333;
	top: 5px;
	height: 50px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 50px;
	border-radius: 6px;
}
.widget.widget_search .search-form button::after{
	position: absolute;
	font-family: 'themesion-base-icons';
	content: '\e800';
	right: 16px;
	top: 17px;
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
}
.themesion-sidebar .widget {
	background-color: #fff;
	padding: 35px 30px;
	border-radius: 6px;
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
	margin-bottom: 40px;
	border: 1px solid #e6e6e6;
}
.themesion-sidebar .widget_search .wp-block-search__label::before,
.themesion-sidebar .widget_block .wp-block-group h2::before,
.themesion-sidebar .widget .widget-title::before {
	display: block;
	height: 1px;
	margin-top: 0;
	margin-bottom: -2px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #e6e6e6;
}
.site-content .widget.widget_categories ul ul {
	margin-top: 2px;
}
.site-content .widget.widget_archive ul>li{
	position: relative;
}
.site-content .widget.widget_archive ul>li span {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #f6f6f6;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
	border-radius: 50%;
}
/*===thsn_widget_list_all_posts===*/
.themesion-sidebar .widget.thsn_widget_list_all_posts{
	padding: 0;
	border: 0;
}
.site-content .thsn_widget_list_all_posts ul > li{
	margin: 0;
	padding: 0px;
}
.site-content .thsn_widget_list_all_posts ul > li a{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	padding: 24px 30px 22px 30px;
	border-bottom: 1px solid  rgba(255, 255, 255, 0.07);
	font-weight: 600 !important;
}
.site-content .thsn_widget_list_all_posts ul > li a::before {
	position: absolute;
	content: '';
	border: 2px solid #e6e6e6;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	top: 26px;
	right: 30px;
	transition: all 500ms ease;
}
.site-content .thsn_widget_list_all_posts ul > li a::after {
	position: absolute;
	content: '';
	top: 31px;
	right: 35px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	transform: scale(0,0);
	transition: all 500ms ease;
}
.site-content .thsn_widget_list_all_posts ul > li.thsn-post-active a::after,
.site-content .thsn_widget_list_all_posts ul > li a:hover::after {
	transform: scale(1,1);
	background-color: #fff;
}
/* --------------------------------------
* Widget Section
* ---------------------------------------*/
.site-content .widget .wp-block-latest-comments li::before,
.site-content .widget .wp-block-latest-posts 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_archive 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: '\e829';
	left: 0;
	font-size: 16px;
	top: 3px;
	color: inherit;
	font-family: 'themesion-base-icons';
	line-height: normal;
	font-weight: normal;
}
.site-content .widget .wp-block-latest-comments li,
.site-content .widget .wp-block-latest-posts 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: 25px;
}
.site-content .widget .wp-block-latest-comments li::before{
	content: '\f0e6';
	font-size: 17px;
	top: 0;
}
.site-content .widget.widget_categories ul li>a {
	position: static;
}
.themesion-sidebar .widget a,
.themesion-sidebar .widget ul a {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700 !important;
}
.itinc_recent_posts_widget .thsn-rpw-content .thsn-rpw-date a{
	font-weight: 500 !important;
}
.site-content .widget .wp-block-latest-comments {
	padding: 0;
}
/*=== widget_categories ===*/
.widget_categories ul li span {
	position: absolute;
	right: 15px;   
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
	border-radius: 50%;
	background-color: #f3f3f3;
	color: #222;
	top: 2px;
}
.thsn-text-color-white .widget_categories ul li span {
	background-color: #fff;
}
.site-content .widget.widget_categories ul li > a {
	position: static;
}
/*=== widget_recent_comments ===*/
.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: 8px;
	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;
}
/*=== Download  ===*/
.widget .download .item-download {
	margin-bottom: 20px;
	padding-bottom: 5px;
	position: relative;
}
.widget .download .item-download a {
	display: block;
	padding: 0px 0;
	font-size: 18px;
	font-weight: 700 !important;
	line-height: 22px;
	text-transform: uppercase;
}
.widget .download .item-download i {
	font-size: 45px;
	padding-right: 15px;
	float: left;
	line-height: 47px;
	font-weight: normal;
}
.widget .download .item-download a span{
	color: #6d7a8c;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
}
.widget .download .item-download:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* --------------------------------------
* Footer
* ---------------------------------------*/
.site-footer .widget {
	margin: 25px 0 20px;
}
.site-footer .widget .widget-title{
	position: relative;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 8px;
}
.site-footer .widget .widget-title::after {
	display: block;
	height: 2px;
	margin-top: 0;
	margin-bottom: -2px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	background-color: #18c471;
}
.thsn-footer-section{
	background-color: transparent;
	position: relative;
}
footer.site-footer.thsn-footer-widget-yes::after {
	content: '';
	position: absolute;
	width: 210px;
	height: 241px;
	bottom: 0;
	left: 0;
	background-color: #18c471;
	-webkit-mask: url(../images/itinc-footer-bg.svg) no-repeat 50% 50%;
	mask: url(../images/itinc-footer-bg.svg) no-repeat 50% 50%;
}
footer.site-footer.thsn-footer-widget-yes::before {
	content: '';
	position: absolute;
	width: 210px;
	height: 241px;
	top: 0;
	right: 0;
	background: url(../images/pattern-2.png) no-repeat 0 0;
}
.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;
}
.thsn-footer-text-area .thsn-footer-text-inner{
	padding: 20px 0;
	border-top: 1px solid rgb(255 255 255 / 0.14);
}
.thsn-footer-widget-no .thsn-footer-text-area .thsn-footer-text-inner{
	border-top: none;
}
.site-footer.thsn-footer-3-boxes-not .widget {
	margin: 45px 0 20px;
}
/*=== thsn-footer-big-area-wrapper ===*/
.single-thsn-team-member .thsn-footer-3-boxes-exists.thsn-footer-section {
	margin-top: 36px;
}
.thsn-sidebar-exists.single-thsn-service .thsn-footer-3-boxes-exists.thsn-footer-section {
	margin-top: 45px;
}
.footer-wrap.thsn-footer-big-area {
	padding-top: 0px;
	padding-bottom: 0px;
}
.thsn-footer-section.thsn-footer-big-area-wrapper{
	position: relative;
	top: -50px;
}
.footer-wrap.thsn-footer-big-area .row{
	border-radius: 6px;
	margin: 0;
}
.thsn-footer-boxes{
	padding: 35px 20px;
	display: inline-block;
}
.thsn-footer-section .footer-wrap{
	padding-top: 0;
	padding-bottom: 0px;
}
.thsn-footer-big-area-wrapper .thsn-footer-boxes::before{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.15);
}
.thsn-footer-big-area-wrapper .thsn-footer-boxes:first-child::after,
.thsn-footer-big-area-wrapper .thsn-footer-boxes:first-child::before{
	display: none;
}
.thsn-footer-big-area-wrapper .thsn-label{
	font-weight: 500;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
	font-family: Rajdhani,sans-serif;
}
.thsn-footer-big-area-wrapper .thsn-footer-contact-info{
	padding-left: 10px;
}
.thsn-footer-big-area-wrapper .thsn-footer-boxes:first-child .thsn-footer-contact-info{
	padding-left: 0;
}
.thsn-footer-contact-info-inner i{
	font-size: 26px;
	line-height: normal;
	vertical-align: middle;
}
/*=== thsn-float-menu ===*/
.thsn-two-column-menu.widget ul > li{
	float: left;
	width: 50%;;
}
.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_nav_menu ul li > a,
.site-footer .widget.widget_pages ul li > a {
	position: relative;
	padding-left: 18px;
}
.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_nav_menu 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;
}
.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_nav_menu ul li a::before,
.site-footer .widget.widget_pages ul li a::before {
	top: 3px;
}
.site-footer .widget.widget_archive ul li{
	position: relative;
}
.site-footer .widget.widget_archive ul li span {
	position: absolute;
	right: 15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.10);
	color: #fff;
	top: 0px;
}
.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:#fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	color: #202426 !important;
}
.thsn-footer-social-area ul li a:hover{
	color: #fff !important;
}
.thsn-footer-social-area ul li{
	margin-bottom: 10px;
}
.thsn-contact-social-area ul{
	text-align: left;
	padding-left: 0px;
}
.thsn-contact-social-area ul li a{
	color: #fff; 
}
.thsn-footer-social-area ul li a:hover{
	background-color: #fff;
}
/*=== thsn-footer-logo ===*/
.thsn-footer-text-area .col-md-6 .thsn-footer-logo{
	text-align: right;
}
.thsn-footer-logo-box{
	text-align: center;
}
.thsn-footer-logo{
	max-height: 60px;
}
.thsn-footer-copyright-text-area{
	margin-top: 15px;
}
.col-md-12 .thsn-footer-copyright-text-area {
	text-align: center;
	margin-top: 0px;
}
.thsn-footer-social-area{
	padding-top: 10px;
}
/*=== Footer Widget ===*/
.site-footer .widget_categories ul li span{
	position: absolute;
	right: 15px;
	top: 0;
}
.site-footer.thsn-text-color-white .widget_categories ul li span {
	background-color: rgba(255, 255, 255, 0.10);
	color: #fff;
}
/* --------------------------------------
*  Footer Big area Newsletter 
* ---------------------------------------*/
.thsn-footer-widget .mc4wp-form-fields{
	position: relative;
}
.thsn-footer-widget .mc4wp-form-fields input[type="email"]{
	margin-top: 15px;
	height: 60px;
	font-weight: 500;
}
.thsn-footer-widget .mc4wp-form-fields button{
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-radius: 3px;
	padding: 17px 17px;
	height: 50px
}
.thsn-footer-widget .mc4wp-form-fields button span{
	display: none;
}
/* --------------------------------------
*  Footer Row 
* ---------------------------------------*/
@media screen and (min-width: 992px){
	.site-footer .thsn-footer-widget.thsn-footer-widget-col-1 {
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
	}
	.site-footer .thsn-footer-widget.thsn-footer-widget-col-2 {
		-ms-flex: 0 0 21%;
		flex: 0 0 21%;
		max-width: 21%;
	}
	.site-footer .thsn-footer-widget.thsn-footer-widget-col-3 {
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
	}
	.site-footer .thsn-footer-widget.thsn-footer-widget-col-4 {
		-ms-flex: 0 0 23%;
		flex: 0 0 23%;
		max-width: 23%;
	}
}
/* --------------------------------------
*  Contact Widget
* ---------------------------------------*/
.site-footer .widget.itinc_contact_widget:nth-child(2) {
	margin-top: -10px;
}
.thsn-contact-widget-lines {
	background-color: #fff;
	padding: 20px 30px;
	border-radius: 6px;
	color: #202426;
}
.thsn-contact-widget-lines span{
	display: block;
	font-weight: 700;
	font-size: 20px;
}
.thsn-contact-widget-lines .thsn-contact-widget-line {
	position: relative;
	padding: 0 55px 0 0px!important;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 600;
}
.thsn-contact-widget-lines .thsn-contact-widget-line::before {
	position: absolute;
	content: '\e83b';
	font-size: 60px;
	color: inherit;
	font-family: 'themesion-base-icons';
	display: inline-block;
	position: absolute;
	right: -15px;
	top: -18px;
	font-weight: 400;
}
.themesion-sidebar .thsn-contact-widget-lines .thsn-contact-widget-line::before{
	display: none;
}
.themesion-sidebar .thsn-contact-widget-lines {
    background-color: transparent;
    padding: 0;
}
/* --------------------------------------
* 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: 360px 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 .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-3 .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: '\e810';
	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 .thsn-text-color-blackish h2.page-title{
	color: #000;
}
.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;
}
.error404 .thsn-bg-color-white .site-content-wrap{
	background-color: #fff;
}
.error404 .thsn-bg-color-white > .site-content-wrap::before{
	background-color: rgba(255, 255, 255, 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;
}
.search-no-results .search-no-results-content .search-form button{
	top: 5px;
	right: 5px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.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-no-results .search-no-results-content .search-form button {
	top: 5px;
	right: 5px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
/* --------------------------------------
* 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 input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(255, 255, 255, 0.89);
	opacity: 1; /* Firefox */
}
.thsn-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.89);
}
.thsn-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
	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;
}
/* --------------------------------------
* Static Box
* ---------------------------------------*/
/*=== thsn-static-box-style-1 ===*/
.thsn-static-box-style-1 .thsn-contentbox {
	padding: 30px;
	background-color: #c82333;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.thsn-static-box-style-1 .thsn-contentbox h4{
	color: #fff;
}
.thsn-static-box-style-1 .thsn-contentbox .themesion-static-box-desc{
	color: rgba(255, 255, 255, 0.88);
}
.thsn-static-box-style-1 .thsn-imgbox img {
	width: 100%;
}
/*=== thsn-static-box-style-2 ===*/
.thsn-static-box-style-2 .thsn-contentbox {
	padding: 30px;
	background-color: #c82333;
	margin-top: -30px;
	width: calc(100% - 60px);
	margin: 0 auto;
	margin-top: -40px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.thsn-static-box-style-2 .thsn-contentbox h4{
	color: #fff;
}
.thsn-static-box-style-2 .thsn-contentbox .themesion-static-box-desc{
	color: rgba(255, 255, 255, 0.88);
}
.thsn-static-box-style-2 .thsn-imgbox img {
	width: 100%;
}
/*=== select2-container--default ===*/
.select2-container--default .select2-selection--single {
	background-color: #eff2f7;
	border: none;
	border-radius: 0px;
}
.select2-container .select2-selection--single {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: #848484;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px;
}
/* --------------------------------------
* List
* ---------------------------------------*/
.elementor-widget .elementor-icon-list-item .elementor-icon-list-text{
	font-weight: 500;
	color: #202426;
}
/* --------------------------------------
* Accordion
* ---------------------------------------*/
.elementor-accordion .elementor-tab-title a {
	color: inherit;
	font-weight: 600 !important;
	text-transform: uppercase;
}
.elementor-widget-accordion:not(.thsn-accordion-style1) .elementor-accordion .elementor-accordion-item {
	border-radius: 6px;
	border: none;
	margin-bottom: 30px;
}
.elementor-widget-accordion:not(.thsn-accordion-style1) .elementor-accordion .elementor-tab-title a{
	font-size: 18px;
}
.elementor-widget-accordion:not(.thsn-accordion-style1) .elementor-accordion .elementor-tab-title{
	padding-right: 15px !important;
	border-radius: 6px;
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
}
.elementor-widget-accordion:not(.thsn-accordion-style1) .elementor-accordion .elementor-tab-content {
	border-radius: 0 0 6px 6px;
}
.elementor-widget-accordion:not(.thsn-accordion-style1) .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float: right;
	text-align: center;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	line-height: 40px;
	margin-top: -10px;
}
.elementor-widget-accordion:not(.thsn-accordion-style1) .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left svg{
	fill: #fff;
}
body {
	counter-reset: thsnbox1;
}
.elementor-widget-accordion.thsn-accordion-style1 .elementor-accordion .elementor-tab-title {
	padding: 15px 0px;
}
.elementor-widget-accordion.thsn-accordion-style1 .elementor-accordion .elementor-accordion-item{
	border: none;
}
.elementor-widget-accordion.thsn-accordion-style1 .elementor-accordion .elementor-tab-content{
	padding-left: 50px;
	border: none;
	position: relative;
}
.elementor-widget-accordion.thsn-accordion-style1 .elementor-accordion .elementor-tab-content::after{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 15px;
	top: 0;
}
.elementor-widget-accordion.thsn-accordion-style1 .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-content::after{
	display: none;
}
.elementor-widget-accordion.thsn-accordion-style1 .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon::after{ 
	content: counter(thsnbox1,decimal-leading-zero) " ";
	counter-increment: thsnbox1;
}
.elementor-widget-accordion.thsn-accordion-style1 .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon{
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #071323;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	float: none;
	margin-right: 10px;
}
.elementor-widget-accordion.thsn-accordion-style1 .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon span{
	display: none;
}
.thsn-text-color-white .elementor-widget-accordion.thsn-accordion-style1 .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon{
	background-color: #fff;
	color: #202426;
}
.thsn-text-color-white .elementor-widget-accordion.thsn-accordion-style1 .elementor-accordion .elementor-tab-content::after{
	background-color: rgb(255 255 255 / 22%);
}
.thsn-elementor-bg-color-blackish .elementor-widget-accordion.thsn-accordion-style1 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon{
	color: #fff;
}
/* --------------------------------------
* Button Section
* ---------------------------------------*/ 
/*=== elementor-widget-button ===*/
.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: 3px;
}
.elementor-widget-button.thsn-btn-style-flat.thsn-btn-shape-rounded .elementor-button{
	border-radius: 10px;
}
.elementor-widget.elementor-widget-button{
	color: #fff;
}
.elementor-column.thsn-elementor-bg-color-blackish .thsn-btn-style-flat.thsn-btn-color-globalcolor .elementor-button:hover,
.thsn-btn-style-flat.thsn-btn-color-white .elementor-button{
	background-color: #fff;
}
.thsn-btn-style-outline .elementor-button{
	background-image: none !important;
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}
.thsn-btn-style-outline.thsn-btn-color-white .elementor-button{
	border-color: #fff;
	color: #fff;
}
.thsn-btn-style-outline.thsn-btn-color-white .elementor-button:hover{
	background-color: #fff;
}
.elementor-element.elementor-widget-button .elementor-button{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.elementor-element .elementor-button.elementor-size-xs {
	padding: 16px 34px;
	font-size: 9px;
}
.elementor-element .elementor-button.elementor-size-sm{
	padding: 17px 38px;
	font-size: 11px;
}
.elementor-element .elementor-button.elementor-size-md {
	padding: 20px 42px;
	font-size: 13px;
}
.elementor-element .elementor-button.elementor-size-lg{
	padding: 24px 46px;
	font-size: 15px;
}
.elementor-element .elementor-button.elementor-size-xl {
	padding: 24px 58px;
	font-size: 17px;
}
.elementor-widget-button.thsn-btn-style-flat.thsn-btn-shape-round .elementor-button.elementor-size-xl{
	border-radius: 6px;
}
.thsn-btn-style-text .elementor-button{
	padding: 0;
	background-color: transparent;
}
.thsn-btn-style-text.thsn-btn-color-white .elementor-button{
	color: #fff;
}
.thsn-btn-style-text.thsn-btn-color-gradient .elementor-button{
	border-image-source: none !important;
	background-image: none !important;
}
.thsn-search-results-right .thsn-read-more-link a,
.thsn-service-style-3 .thsn-service-btn-a,
.thsn-service-style-2 .thsn-service-btn-a,
.thsn-blog-classic-inner .thsn-read-more-link a,

.thsn-blog-style-2 .thsn-read-more-link a,
.thsn-blog-style-1 .thsn-read-more-link a{
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.thsn-search-results-right .thsn-read-more-link a span,
.thsn-ihbox-style-4 .thsn-ihbox-btn a span,
.thsn-service-style-3 .thsn-service-btn-a span,
.thsn-service-style-2 .thsn-service-btn-a span,
.thsn-blog-classic-inner .thsn-read-more-link 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;
	padding-right: 20px;
}
.thsn-search-results-right .thsn-read-more-link a span::after,
.thsn-ihbox-style-4 .thsn-ihbox-btn a span::after,
.thsn-service-style-3 .thsn-service-btn-a span::after,
.thsn-service-style-2 .thsn-service-btn-a span::after,
.thsn-blog-classic-inner .thsn-read-more-link a span::after,
.thsn-blog-style-2 .thsn-read-more-link a span::after,
.thsn-blog-style-1 .thsn-read-more-link a span::after {
	content: "\e82c";
	font-family: "themesion-base-icons";
	font-size: 18px;
	line-height: 16px;
	position: absolute;
	right: -5px;
	top: 1px;
}
/* --------------------------------------
* 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:#dc3545;
}
.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-ourhistory .thsn-ourhistory-right {
	padding-bottom: 50px;
	padding-left: 70px;
}
.thsn-ourhistory .thsn-ourhistory-right::before {
	content: '';
	position: absolute;
	top: 0;
	left: 7px;
	z-index: 2;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	box-sizing: content-box;
}
.thsn-ourhistory .label {
	display: block;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}
.thsn-ourhistory h4 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.thsn-ourhistory .thsn-ourhistory-right::after {
	content: '';
	position: absolute;
	top: 0;
	left: 12px;
	z-index: 1;
	width: 1px;
	height: 100%;
	background: #dadada;
}
.thsn-timeline .thsn-timeline-inner:last-child .thsn-ourhistory-right::after {
	display: none;
}
.thsn-ourhistory .thsn-ourhistory-right.last{
	padding-bottom:0;
}
.thsn-ourhistory img{
	border-radius: 6px;
}
.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;
}
/* --------------------------------------
* Pricing Table
* ---------------------------------------*/
.thsn-ptable-icon-wrapper svg,
.thsn-ptable-svg-wrapper svg{
	width: 65px;
	height: 65px;
}
.thsn-ptable-line svg{
	width: 15px;
	height: 15px;
}
.thsn-pricing-table-box {
	text-align: left;
	position: relative;
}
.thsn-pricing-table-featured-col .thsn-pricing-table-box{
	border-top: 16px solid #000;
}
.thsn-pricing-table-box {
	border-radius: 6px;
	box-shadow: 0px 5px 35px 0px rgba(27, 68, 163, 0.09);
	border-top: 8px solid #000;
	padding: 30px 40px;
	padding: 40px 40px 30px 40px;
}
.thsn-pricing-table-box  .thsn-ptable-icon-wrapper {
	font-size: 65px;
	line-height: 65px;
}
.thsn-pricing-table-box .thsn-ptable-icon,
.thsn-pricing-table-box .thsn-ptable-svg{
	margin-bottom: 15px;
}
.thsn-pricing-table-box .themesion-ptable-heading{
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700 !important;
}
.thsn-pricing-table-box .themesion-ptable-price-w{
	display: flex;
	position: relative;
	margin: 20px 0px 25px 0px;
	border-top: 1px solid #e8e8e8;
	padding: 20px 0 0 5px;
}
.thsn-pricing-table-box .themesion-ptable-price {
	font-size: 54px;
	line-height: 54px;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
}
.thsn-pricing-table-box .thsn-ptable-lines-w {
	padding: 15px 0px 15px 0px;
	margin-top: 0;
	text-align: left;
}
.thsn-ptable-btn a:hover{
	color: #fff;
}
.thsn-pricing-table-box .thsn-ptable-btn {
	margin-top: 30px;
	margin-bottom: 30px;
}
.thsn-ptable-btn a span{
	position: relative;
}
.thsn-ptable-btn a span::after{
	position: absolute;
	content: "\e82c";
	font-family: "themesion-base-icons";
	right: -35px;
	
	font-size: 20px;
}
.thsn-pricing-table-box .themesion-sep {
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	display: none;
}
.thsn-pricing-table-box .themesion-ptable-frequency {
	position: relative;
	align-self: end;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 4px 6px;
	color: #e74c3c;
}
.thsn-pricing-table-box .themesion-ptable-symbol,
.thsn-pricing-table-box .themesion-ptable-price {
	display: inline-block;
}
.thsn-pricing-table-box .themesion-ptable-symbol {
	position: relative;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	margin: 8px 7px 0 0;
}
.thsn-pricing-table-box .themesion-ptable-symbol:not(:first-child){
	margin-right: 0;
	margin-left: 7px;
}
.thsn-pricing-table-box .thsn-ptable-line {
	position: relative;
	margin-bottom: 20px;
	color: #202426;
	font-weight: 500;
	padding-left: 30px;
}
.thsn-pricing-table-box .thsn-ptable-line svg,
.thsn-pricing-table-box .thsn-ptable-line i{
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 2px;
}
.thsn-pricing-table-box .thsn-ptable-line svg{
	fill: #202426;
}
.thsn-ptable-btn a{
	padding: 20px 20px;
	border-radius: 0;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 4px;
	text-align: center;
}
.thsn-pricing-table-box .thsn-ptable-line i.fa-times{
	color: red;
}
.thsn-pricing-table-box .thsn-ptable-line svg.e-fas-times{
	fill: red;
}
.thsn-pricing-table-featured-col .thsn-pricing-table-box{
	margin-top: -10px;
}
.themesion-ele-ptable-style-1 .thsn-ptable-icon,
.themesion-ele-ptable-style-1 .thsn-ptable-svg{
	display: none;
}
/* --------------------------------------
* Custom CSS
* ---------------------------------------*/
.thsn-colum-gap-left-15 .elementor-column-wrap{
	margin-left: 10px;
}
.thsn-col-stretched-right.thsn-right-bg-50 .thsn-stretched-div{
	left: 50%;
	background-color: #f5f5f5 !important;
}
.thsn-pattern3::after{
	content: '';
	position: absolute;
	width: 95px;
	height: 95px;
	top: -40px;
	left: -40px;
	background: url('../images/pattern-3.png') no-repeat 0 0;
	z-index: -1;
}
.thsn-spc-blockquote blockquote{
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	padding-left: 20px;
	font-weight: 600;
	border-left: 3px solid #000;
	color: #202426;
}
/*=== thsn-vertical-text ===*/
.thsn-vertical-text .elementor-widget-container,
.thsn-vertical-text .elementor-widget-wrap>.elementor-element{
	height: 100%;
}
.thsn-vertical-text .elementor-heading-title {
	transform: rotate(-90deg);
	white-space: nowrap;
	display: inline-block;
	left: 55px;
	position: absolute;
	transform-origin: left;
	bottom: 45px;
}
.thsn-vertical-text .elementor-heading-title span{
	text-decoration: underline;
}
.thsn-vertical-icon.elementor-view-stacked{
	position: absolute;
	top: 50%;
	right: -39px;
	margin-top: -30px;
	width: auto;
}
.thsn-vertical-icon.elementor-view-stacked .elementor-icon {
	padding: 20px;
	font-size: 38px;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.08);
}
/*=== 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%;
}
.thsn-align-left .themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev{
	left: -45px;
}
.thsn-align-left .themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-next{
	right: 0;
}
/*=== thsn-heading-subheading - subheading sep ===*/
.thsn-heading-subheading .thsn-element-heading{
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.thsn-heading-subheading .thsn-element-heading::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #000;
	bottom: -2px;
	left: 0;
}
.thsn-text-color-white .thsn-heading-subheading .thsn-element-heading{
	border-bottom-color: #fff;
}
.thsn-text-color-white .thsn-heading-subheading .thsn-element-heading::before{
	background-color: #fff;
}
/* --------------------------------------
* Tab CSS
* ---------------------------------------*/
.thsn-tab-content-title,
.thsn-tab-content{
	display: none;
}
.thsn-tab-content.thsn-tab-active{
	display: block;
}
.thsn-tab-link{
	border: 1px solid #e6e6e6;
	display: block;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
}
.thsn-tabs .thsn-tabs-heading{
	margin: 0;
	padding: 0;
	text-align: center;
}
.thsn-tabs .thsn-tabs-heading li{
	display: inline-block;
	padding: 15px 30px;
	font-size: 18px !important;
	line-height: 22px !important;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
	margin-right: 30px;
	cursor: pointer;
	width: 166px;
	position: relative;
	margin-bottom: 15px;
	vertical-align: top;
	min-height: 120px;
}
.thsn-tabs .thsn-tabs-heading li:last-child{
	margin-right: 0px;
}
.thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	bottom: -15px;
	border-color: #007bff transparent transparent transparent;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active span,
.thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active i{
	color: #fff;
}
.thsn-tabs .thsn-tabs-heading li i{
	display: block;
	font-size: 45px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: normal;
}
.thsn-tabs .thsn-tabs-heading li svg{
	width: 45px;
	height: 45px;
	margin-bottom: 20px;
}
.thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active svg{
	fill: #fff;
}
.thsn-tabs .thsn-tab-content-wrapper{
	margin-top: 50px;
	margin-bottom: 50px;
}
.thsn-tabs .thsn-tab-content-wrapper .inner-content{
	margin-top: 50px;
}
.thsn-tabs .thsn-tab-content-inner h5{
	font-size: 20px;
	line-height: 30px;
}
.thsn-tabs .thsn-tab-content-inner ul{
	margin-top: 30px;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.thsn-tabs .thsn-tab-content-inner ul li{
	position: relative;
	margin-bottom: 15px;
	font-weight: 500;
	padding-left: 30px;
}
.thsn-tabs .thsn-tab-content-inner ul li::after{
	content: "\f058";
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: -2px; 
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.thsn-tabs .thsn-tab-svg-icon img{
	height: 45px;
	width: auto;
	margin-bottom: 10px;
}
.thsn-tabs .thsn-tab-content-title svg{
	width: 15px;
	height: 15px;
}
/*=== thsn-newsletter-style-1 ===*/
.thsn-newsletter-style-1 .mc4wp-form-fields{
	position: relative;
}
.thsn-newsletter-style-1 .thsn-label{
	display: none;
}
.thsn-newsletter-style-1 input[type="email"]{
	border-radius: 3px;
	height: 60px;
	font-weight: 600;
	padding-right: 150px;
}
.thsn-newsletter-style-1 button{
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	border-radius: 0;
	outline:none;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.thsn-newsletter-style-1 button i{
	display: none;
}
.thsn-newsletter-style-1 .elementor-row > .elementor-element + .elementor-element .elementor-column-wrap::after{
	content: "\f0e0";
	font-family: "themesion-base-icons";
	position: absolute;
	top: -39px;
	right: -14px;
	font-size: 224px;
	line-height: normal;
	transform: rotate(-48deg);
	color: rgb(0 0 0 / 12%);
}
.elementor-13682 .elementor-element.elementor-element-96b7e81.elementor-view-stacked .elementor-icon {
	background-color: #000000;
	-webkit-box-shadow: 0px 0px 5px 7px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 5px 7px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 0px 7px rgb(0 0 0 / 16%);
}
.thsn-header-style-3 .container .thsn-header-content{
	position: relative;
}
.thsn-play-btn-1024{
	margin-top: -99px;
}
.blog.thsn-sidebar-exists .site-footer.thsn-footer-3-boxes-exists{
	margin-top: 50px;
}
.thsn-portfolio-style-2 .thsn-port-cat,
.thsn-testimonial-style-2 .themesion-testimonial-detail,
.thsn-testimonial-style-1 .themesion-testimonial-detail,
.thsn-service-style-2 .thsn-service-cat,
.thsn-team-style-3 .themesion-box-team-position,
.thsn-service-style-3 .thsn-service-cat,
.thsn-team-style-1 .themesion-box-team-position,
.thsn-team-style-2 .themesion-box-team-position,
.thsn-service-style-4 .thsn-service-cat {
	font-family: Rajdhani,sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.thsn-team-style-1 .themesion-box-team-position,
.thsn-service-style-4 .thsn-service-cat a{
	color: #dc3545;
}
.thsn-team-single-style-1 .thsn-team-designation{
	font-size: 15px;
}
/* --------------------------------------
* woocommerce
* ---------------------------------------*/
.widget.widget_product_search .woocommerce-product-search{
	position: relative;
}
.widget.widget_product_search .woocommerce-product-search input[type="search"] {
	background-color: #fff;
	height: 60px;
}
.widget.widget_product_search .woocommerce-product-search button {
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: #c82333;
	top: 5px;
	height: 50px;
	color: #ffffff;
	font-size: 0px;
	z-index: 1;
	width: 50px;
}
.widget.widget_product_search .woocommerce-product-search 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;
}
.woocommerce .woocommerce-ordering {
	margin-bottom: 40px;
}
.woocommerce .woocommerce-result-count {
	margin-top: 17px;
}
.woocommerce ul.cart_list a,
.woocommerce ul.product_list_widget a{
	font-weight: 500;
}
/*=== product box ===*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .onsale {
	padding: 0px 8px;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
	border-radius: 3px;
	top: 13px;
	left: 10px;
	bottom: auto;
	right: auto;
	letter-spacing: 2px;
	background: #f14705;
	line-height: 25px;
	min-height: 25px;
}
.woocommerce ul.products li.product .price {
	font-size: 15px;
	color: #888;
}
.woocommerce ul.products li.product .price del {
	margin-right: 5px;
}
.woocommerce ul.products li.product .button{
	margin-top: 1em;
	padding: 10px 22px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.woocommerce ul.products li.product .button:hover{
	background-color: #09162a;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	top: 10px;
	right: 6px;
}
.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: inline-block;
	position: absolute;
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 11px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*=== Woocommerce Details Page ===*/
.woocommerce span.onsale {
	padding: 0px 12px;
	font-size: 10px;
	font-weight: 800;
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
	border-radius: 5px;
	top: 13px;
	left: 10px;
	bottom: auto;
	right: auto;
	letter-spacing: 2px;
	background: #f14705;
}
.single-product .entry-summary .product_meta .posted_in,
.single-product .entry-summary .product_meta .sku_wrapper{
	font-weight: 700;
	color: #252525;
}
.single-product .entry-summary .product_meta .posted_in a,
.single-product .entry-summary .product_meta .sku_wrapper span{
	font-weight: normal;
	color: #888888;
}
.single-product .entry-summary .product_meta .posted_in{
	margin-left: 10px;
}
.single-product div.product p.price ins{
	text-decoration: none;
}
.single-product div.product .summary p.price,
.single-product div.product .summary span.price{
	font-size: 18px;
}
.single-product div.product .summary p.price,
.single-product div.product .summary span.price{
	font-size: 20px;
}
.woocommerce div.product .product_title{
	font-size: 28px;
	line-height: 40px;
	text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	font-size: 15px;
	color: #fff;
	border: 1px solid #e2e2e2;
	text-transform: capitalize;
	line-height: 24px;
	cursor: pointer;
	padding: 16px 30px 16px;
	transition: all 500ms ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 3px 3px 0px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #242424;
	background: #ffffff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
	opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0px !important;
	margin: 0px 0 0px !important;
	border: none !important;
	line-height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	display: none;
	border: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
	background: #fff !important;
	margin-top: 0px;
	padding: 30px;
	border: 1px solid #ececec;
	border-radius: 0 0 3px 3px;
	margin-top: -1px;
}
.woocommerce-Tabs-panel h2{
	font-size: 22px;
	margin-top: 0;
	line-height: 28px;
	text-transform: uppercase;
}
/*=== woocommerce div.product form.cart ===*/
.woocommerce div.product form.cart .button{
	margin-top: 0;
	padding: 20px 35px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	border-radius: 3px;
}
.woocommerce div.product form.cart .button:hover{
	background-color: #09162a;
}
.woocommerce div.product form.cart .button:focus{
	outline: none;
}
/*=== .woocommerce .quantity .qty ===*/
.woocommerce .quantity .qty {
	height: 54px;
	margin-right: 5px;
	width: 70px;
}
/*=== woocommerce div.product p.price ===*/
.woocommerce div.product p.price,
.woocommerce div.product span.price{
	font-size: 15px;
	color: #888;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
	margin-right: 5px;
}
/*=== woocommerce div.product div.images ===*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	z-index: 5;
}
/*=== woocommerce table.shop_attributes ===*/
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	padding: 5px 7px;
}
/*=== related products ===*/
h3#order_review_heading,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.cart_totals h2,
.related.products h2{
	font-size: 28px;
	line-height: 38px;
	text-transform: uppercase;
}
/*=== woocommerce-cart .wc-proceed-to-checkout ===*/
.woocommerce-form-coupon button[type=submit],
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .cart .button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .cart input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	margin-top: 0;
	padding: 20px 35px !important;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	font-weight: 600 !important; 
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-coupon button[type=submit]:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover{
	color: #fff;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 130px;
	height: 54px;
	padding-left: 10px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
	height: 54px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	margin-top: 15px;
}
/*=== Sidebar button ===*/
.woocommerce .widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce .widget_price_filter .price_slider_amount .button{
	margin-top: 0;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
}
.woocommerce .widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button){
	background-color: #09162a;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 5px;
}
/*=== widget_price_filter ===*/
.woocommerce .widget_price_filter .price_slider{
	margin-bottom: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	cursor: ew-resize;
	outline: none;
	box-sizing: border-box;
	opacity: 1;
	top: -5px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 5px;
	background-color: #272727;
}
.woocommerce ul.products li.product .price ins{
	text-decoration: none;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled, .woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled, .woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
	color: #fff;
}
.woocommerce .col-1,
.col-2{
	max-width:none;
}
.woocommerce form .form-row {
	display: block;
}
.woocommerce-pagination{
	text-align: center;
	margin-top: 50px;
	margin-bottom:  80px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
	padding: 15px 17px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin: 0 2px;
	border: 1px solid #ff6b6b;
	color: #2c2c2c;
	border-radius: 6px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
	border: none;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list tbody tr,
.woocommerce div.product form.cart table.variations tbody tr{
	border: 0;
}
.woocommerce div.product form.cart .variations label {
	margin-top: 12px;
}
/*==== woocommerce-checkout ====*/
.woocommerce-checkout #customer_details{
	margin-top: 35px;
}
.woocommerce-checkout .col2-set .col-1{
	padding: 0;
}
/*==== woocommerce-checkout ====*/
.woocommerce-checkout-payment{
	margin-bottom: 35px;
}
/*==== Theme Special ====*/
.thsn-woo-radius-bt .woocommerce ul.products li.product .button{
	border-radius: 2em;
}
.thsn-woo-box-border .woocommerce ul.products li.product{
	border: 1px solid #ededed;
	padding-bottom: 30px;
}
.woocommerce-breadcrumb,
.woocommerce-products-header__title{
	display: none;
}
.woocommerce #review_form #respond textarea{
	line-height: 20px;
	height: 110px;
}
.woocommerce #review_form #respond .form-submit input{
	padding: 13px 35px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	
	color: #fff;
}
.select2-container--default .select2-selection--single {
	background-color: #eff2f7;
	border: none;
	border-radius: 0px;
}
.select2-container .select2-selection--single {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: #848484;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px;
}
/*===woocommerce-Reviews===*/
.woocommerce-Reviews .comment-reply-title{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}
/*===woocommerce -- remove===*/
.woocommerce a.remove {
	line-height: 21px;
}
/*===woocommerce .select2-container===*/
.woocommerce .select2-container{
	display: none;
}
.woocommerce .select2-hidden-accessible {
	height: inherit !important;
	width: 100% !important;
	position: static !important;
	padding: 15px 20px !important;
	border: none !important;
	overflow: visible !important;
	vertical-align: top;
	margin: inherit !important;
}
/*===woocommerce -- customer_details===*/
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce #customer_details {
	margin-bottom: 30px;
}
.woocommerce-form-coupon button[type=submit]{
	margin-top: 1em;
	padding: 12px 22px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 0;
	margin-top: 0;
}
.return-to-shop,
.woocommerce-cart .wc-proceed-to-checkout{
	margin-bottom: 40px;
}
.woocommerce-form-coupon .form-row-first{
	width: 52% !important;
}
.woocommerce header.entry-header{
	display: none;
}
/*===woocommerce -- Sidebar widget===*/
/*===woocommerce -- cart_list - product_list_widget ===*/
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del{
	margin-right: 10px;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins{
	text-decoration: none;
	font-weight: 700;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li{
	margin-bottom: 10px;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child{
	margin-bottom: 0px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	border: 1px solid rgba(0, 0, 0, 0.10);
}
/*=== widget_product_categories ===*/
.widget_product_categories ul li{
	position: relative;
	margin-bottom: 18px;
	padding: 0;
}
.widget_product_categories ul li .count {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #000;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: 700;
	border-radius: 50%;
}
/*=== woocommerce-message ===*/
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button{
	float: none;
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 15px 22px !important;
	font-size: 13px !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	padding: 25px 180px 25px 55px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
	background-color: #eef7f9;
}
.woocommerce table.shop_table th{
	font-weight: 700 !important;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods{
	padding: 0;
}
.woocommerce-variation-price{
	margin-bottom: 30px;
}
.woocommerce-variation-price ins{
	text-decoration: none;
}