/* https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/ */
/* Text meant only for screen readers. */
.screen-reader-text {
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);
   clip-path: inset(50%);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute !important;
   width: 1px;
   word-wrap: normal !important;
}
.screen-reader-text:focus {
   background-color: #eee;
   clip: auto !important;
   clip-path: none;
   color: #444;
   display: block;
   font-size: 1em;
   height: auto;
   left: 5px;
   line-height: normal;
   padding: 15px 23px 14px;
   text-decoration: none;
   top: 5px;
   width: auto;
   z-index: 100000; 
}
img{
	max-width: 100%;
	height: auto;
}
.themesion-hide, .thsn-hide {
    display: none;
}
/*=== Owl carsoul resize issue solve ===*/
#primary {
    width: 100%; 
}
body{
    overflow: visible;
    overflow-x: hidden;
}
a, a:hover, a:active, a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}
a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
p {
    margin: 0 0 25px;
}
blockquote {
    padding: 30px;
    padding-right: 60px;
    margin: 60px 0px 60px 0;
    border-left: 5px solid #000;
    background-color: transparent;
    font-size: 18px;
    line-height: 26px;   
    position: relative;
}
blockquote p{
    margin-bottom: 0;
    position: relative;
    z-index: 1
}
blockquote.is-large{
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
blockquote cite{
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
    font-style: normal;
}
.wp-block-preformatted{
    border: none; 
    background: none;
    padding: 0px;  
}
.wp-block-verse{
    border: none; 
    background: none;
    padding: 0px; 
    font-family: inherit;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}
.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto;
}
.thsn-overflow-visible{
    overflow: visible !important;
}
.closepanel,
.sub-menu-toggle{
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin-bottom: 20px;
}
.vc_custom_heading{
   margin-bottom: 10px;
}
pre {
    border: 1px solid #d1d1d1;
    line-height: 1.3125;
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px 20px 45px 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.thsn-blog-classic-inner .thsn-entry-content p:last-of-type:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.thsn-blog-classic-inner{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.edit-link a{
    padding: 7px 20px;
    background-color: #eee;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 20px;
}
.thsn-slider-area{
    background-color: #e7e7e7
}
.thsn-slider-area > div > div{
    margin: 0 !important;
}
.thsn-col-auto .vc_column_container {
    width: auto;
}
/* --------------------------------------
 * WordPress Core
 * ---------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    max-width: 100%; /* Image does not overflow the content area */
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text {
    font-style: italic;
    color: #b3b3b3;
    font-size: 12px;
    line-height: 1.6153846154;
    padding-top: .5384615385em;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;    
}
/* --------------------------------------
 * Table Section
 * ---------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.75em;
}
table th {
    border: 0;
    padding: 5px 7px
}
table td {
    padding: 5px 10px
}
table tbody tr, table thead tr {
    border: 1px solid #e6e6e6
}
table tbody th{
   background: #f9f9f9;
}
table tbody th, table tbody td {
    border-right: 1px solid #e6e6e6
}
/* --------------------------------------
 * gallery
 * ---------------------------------------*/
.gallery {
    margin: 0;
}
.gallery-item {
    max-width: 33.33%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 2px;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #686868;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    padding-top: 0.5384615385em;
    padding-bottom: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/* --------------------------------------
 * Page links
 * ---------------------------------------*/
.page-links,
.thsn-page-links {
    clear: both;
    font-size: 16px;
    font-weight: 600;   
   margin: 30px 0;   
   color: #000;
    letter-spacing: 0.5px;
}
.page-links a,
.thsn-page-links a {
    border: 1px solid #000; 
}
.page-links a, 
.page-links > span,
.thsn-page-links a, 
.thsn-page-links > span {
    text-decoration: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
   margin: 0px 2px;
}
.page-links a:hover,
.thsn-page-links a:hover{
   background-color: #000;
   color: #fff;
}
.page-links > span,
.thsn-page-links > span {
    background-color: #000;   
   border: 1px solid #000;
    color: #fff;
}
.page-links > a:first-child,
.page-links>span:first-child,
.thsn-page-links > a:first-child,
.thsn-page-links>span:first-child{
   margin-left: 15px;
}
/* --------------------------------------
 * Logo Setting
 * ---------------------------------------*/
.headerlogo{
    height: 105px;
    line-height: 105px;
}
.site-title img{
  max-height: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.site-title{
   margin: 0;
   padding: 0;
   display: table;
   vertical-align: middle;
   text-align: center;
   width: 100%;
   height: 105px;
}
.site-title a {
    display: table-cell;
    vertical-align: middle;
}
/* --------------------------------------
 * Menu Setting
 * ---------------------------------------*/
.thsn-navbar {
   padding: 0;
   margin: 0;
   border: 0;
   width: auto;
}
.thsn-navbar ul,
.thsn-navbar li {
   list-style: none;
   margin: 0;
   padding: 0;
}
.thsn-mobile-search{
  display: none;
}
/* --------------------------------------
 * Footer Menu Setting
 * ---------------------------------------*/
.thsn-footer-menu-area{
  text-align: right;
  margin-top: 15px;
}
.thsn-footer-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;    
}
.thsn-footer-menu li {
  display: inline-block;
  margin: 0 10px;
}
.thsn-footer-menu li li{
  display: none;
}
/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.thsn-ihbox.thsn-ihbox-style-hsbox.thsn-align-right,
.thsn-ihbox.thsn-ihbox-style-hsbox{
  margin-bottom: 40px;
}
.thsn-ihbox.thsn-ihbox-style-hsbox.thsn-align-center{
      margin-bottom:70px;
}
.thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading .vc_custom_heading{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #000000;
}
.thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading{
  margin-bottom: 20px;
}
.thsn-ihbox.thsn-ihbox-style-hsbox.thsn-reverse-heading-yes .thsn-ihbox-subheading{
  margin-bottom: 10px;
}
.thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-subheading .vc_custom_heading{   
   font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    text-transform: none;
    color: #333333;
    margin-bottom: 0;
}
.thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 10px;
}
.thsn-ihbox.thsn-ihbox-style-hsbox.thsn-align-center{
    text-align: center;
}
.thsn-ihbox.thsn-ihbox-style-hsbox.thsn-align-center .thsn-ihbox-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.thsn-ihbox.thsn-ihbox-style-hsbox.thsn-align-right{
    text-align: right;
}
/* --------------------------------------
 * Row spacing
 * ---------------------------------------*/           
body.thsn-sidebar-no #content .site-main .entry-content>.wpb_row.vc_row-fluid.thsn-bgimage-yes,
body.thsn-sidebar-no #content .site-main .entry-content>.wpb_row.vc_row-fluid:not(.thsn-bg-color-transparent){
    padding-top: 100px;
    padding-bottom: 90px;
    margin-bottom: 0;
}
body.thsn-sidebar-no #content .site-main .entry-content > .thsn-row:first-child {
    margin-top: -100px;
}
body.thsn-sidebar-no #content {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.thsn-sidebar-no.wpb-js-composer #content {   
    padding-bottom: 0px;
}
body.single.thsn-sidebar-no #content,
body.archive.thsn-sidebar-no #content{
   padding-bottom: 70px;
}
.widget-area.col-md-3,
.content-area.col-md-9{
   padding-top: 80px;   
  padding-bottom: 80px;    
}
.content-area.col-md-9 .comment-respond{
   margin-bottom: 0;
}
/*=== For overlap row ===*/
.thsn-row.thsn-zindex-zero,
.thsn-row.thsn-zindex-1,
.thsn-row.thsn-zindex-2,
.thsn-zindex-zero,
.thsn-zindex-1,
.thsn-zindex-2{
    position: relative;
}
.thsn-zindex-zero {   
   z-index: unset;   
}
.thsn-zindex-1 {  
   z-index: 1;
}
.thsn-zindex-2 {   
   z-index: 2;
}
/*=== Row Background color ===*/
.thsn-bgimage-over-bgcolor.thsn-bgimage-yes .thsn-stretched-div:before,
.thsn-bgimage-over-bgcolor.thsn-bgimage-yes .vc_column-inner:before,
.thsn-bgimage-over-bgcolor.thsn-bgimage-yes:before{
   background-color: transparent !important
}
.thsn-bg-color-yes.vc_column_container .wpb_wrapper,
.vc_column_container.thsn-bg-color-yes .vc_column-inner, 
.thsn-row-inner{
    position: relative;
    z-index: 2;
}
.thsn-row{
    position: relative;
}
.vc_column_container.thsn-bg-color-yes .vc_column-inner{ 
    z-index: 1;
}
.thsn-bg-color-yes.vc_column_container .wpb_wrapper{
    height: 100%;
}
.thsn-bg-color-yes.vc_column_container .vc_column-inner:before,
.vc_row.thsn-bg-color-yes:not(.vc_column_container):before,
.thsn-col-stretched-yes .thsn-stretched-div:before{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}
.thsn-col-stretched-yes .vc_column-inner{
    background-image: none !important
}
/*=== Grey BG ===*/
.thsn-bgimage-over-bgcolor.thsn-bgimage-yes.thsn-bg-color-light,
.thsn-bg-color-light.vc_column_container.vc_column_container .vc_column-inner:before,
.thsn-bg-color-light:not(.vc_column_container):before,
.thsn-extended-bg-col.thsn-bg-color-light:before,
.thsn-stretched-div.thsn-bg-color-light:before{
    background-color: #f7f9fa;
}
.thsn-bgimage-yes.thsn-bg-color-light.vc_column_container .vc_column-inner:before,
.thsn-bgimage-yes.thsn-bg-color-light:not(.vc_column_container):before,
.thsn-bgimage-yes.thsn-extended-bg-col.thsn-bg-color-light:before,
.thsn-bgimage-yes .thsn-stretched-div.thsn-bg-color-light:before{
   background-color: rgba(247, 249, 250, 0.80);
}
/*=== Dark BG ===*/
.thsn-bgimage-over-bgcolor.thsn-bgimage-yes.thsn-bg-color-blackish,
.thsn-bg-color-blackish.vc_column_container .vc_column-inner:before,
.thsn-bg-color-blackish:not(.vc_column_container):before,
.thsn-extended-bg-col.thsn-bg-color-blackish:before,
.thsn-stretched-div.thsn-bg-color-blackish:before{
   background-color: #222;
}
/*=== Dark BG - with image ===*/
.thsn-bgimage-yes.thsn-bg-color-blackish.vc_column_container .vc_column-inner:before,
.thsn-bgimage-yes.thsn-bg-color-blackish:not(.vc_column_container):before,
.thsn-bgimage-yes.thsn-extended-bg-col.thsn-bg-color-blackish:before,
.thsn-bgimage-yes .thsn-stretched-div.thsn-bg-color-blackish:before{
   background-color: rgba(34, 34, 34, 0.6);
}
/*=== White BG ===*/
.thsn-bgimage-over-bgcolor.thsn-bgimage-yes.thsn-bg-color-white,
.thsn-bg-color-white.vc_column_container .vc_column-inner:before,
.thsn-bg-color-white:before,
.thsn-extended-bg-col.thsn-bg-color-white:before,
.thsn-stretched-div.thsn-bg-color-white:before{
   background-color: #fff;
}
.thsn-bgimage-yes.thsn-bg-color-white.vc_column_container .vc_column-inner:before,
.thsn-bgimage-yes.thsn-bg-color-white:not(.vc_column_container):before,
.thsn-bgimage-yes.thsn-extended-bg-col.thsn-bg-color-white:before,
.thsn-bgimage-yes .thsn-stretched-div.thsn-bg-color-white:before{
   background-color: rgba(255, 255, 255, 0.6);
}
.thsn-col-stretched-yes .thsn-stretched-div{
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;    
    width: auto;
}
.thsn-col-stretched-left .thsn-stretched-div{
    margin-left: -500px;
    right: 0;
}
.thsn-col-stretched-right .thsn-stretched-div{
    margin-right: -500px;  
    right: 0; 
}
body .vc_row .thsn-col-stretched-yes.vc_column_container,
body .vc_row .thsn-col-stretched-yes.vc_column_container .vc_column-inner:before{
    background-color: transparent !important;
    background: none !important;
    background-image: none !important
}
/*===  Background Image Position  ===*/
body .thsn-bgimage-position-left-top {
   background-position: left top !important;
}
body .thsn-bgimage-position-left-center {
   background-position: left center !important;
}
body .thsn-bgimage-position-left-bottom {
   background-position: left bottom !important;
}
body .thsn-bgimage-position-right-top {
   background-position: right top !important;
}
body .thsn-bgimage-position-right-bottom {
   background-position: right bottom !important;
}
body .thsn-bgimage-position-right-center {
   background-position: right center !important;
}
body .thsn-bgimage-position-center-top {
   background-position: center top !important;
}
body .thsn-bgimage-position-center-center {
   background-position: center center !important;
}
body .thsn-bgimage-position-center-bottom {
   background-position: center bottom !important;
}
/*===  Background Image No Repeat  ===*/
body .thsn-bgimage-repeat-no{
    background-repeat: no-repeat !important;
}
body .thsn-bgimage-repeat-x{
    background-repeat: repeat-x !important;
}
body .thsn-bgimage-repeat-y{
    background-repeat: repeat-y !important;
}
body .thsn-bgimage-repeat-round{
    background-repeat: round !important;
}
body .thsn-bgimage-repeat-space{
    background-repeat: space !important;
}
/*===  Background Image Size  ===*/
.thsn-bg-size-cover{
    background-size: cover !important;
}
.thsn-bgimage-repeat-contain{
    background-size: contain !important;
}
.thsn-row{
    position: relative;
}
.thsn-extended-bg.thsn-extended-bg-first-col,
.thsn-extended-bg.thsn-extended-bg-last-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.thsn-extended-bg-col{
    height: 100%;
}
.thsn-extended-bg-col:before{
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   content: "";
   display: block;
   z-index: 0;   
}
/*=== Colum background image hide ===*/
.thsn-extended-col.thsn-extended-col-both .wpb_column:nth-child(3) .vc_column-inner, /*/ both - first /*/
.thsn-extended-col.thsn-extended-col-both .wpb_column:nth-child(4) .vc_column-inner, /*/ both - last /*/
.thsn-extended-col.thsn-extended-col-first .wpb_column:nth-child(2) .vc_column-inner, /*/ first - first /*/
.thsn-extended-col.thsn-extended-col-last .wpb_column:nth-child(3) .vc_column-inner, /*/ last - last /*/
.thsn-extended-col.thsn-extended-col-both .wpb_column:nth-child(3) .vc_column-inner:before, /*/ both - first /*/
.thsn-extended-col.thsn-extended-col-both .wpb_column:nth-child(4) .vc_column-inner:before, /*/ both - last /*/
.thsn-extended-col.thsn-extended-col-first .wpb_column:nth-child(2) .vc_column-inner:before, /*/ first - first /*/
.thsn-extended-col.thsn-extended-col-last .wpb_column:nth-child(3) .vc_column-inner:before /*/ last - last /*/{
    background-image:none !important;
    background-color:transparent !important;
}
.thsn-colum-auto{
    width: auto;
}
/* --------------------------------------
 * Global text color
 * ---------------------------------------*/
.thsn-color-white,
.thsn-text-color-white{
    color: #fff;
}
.thsn-color-dark,
.thsn-text-color-dark{
    color: #000;
}
/* --------------------------------------
 * Global Form Input
 * ---------------------------------------*/ 
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
select,
textarea{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #848484;
    line-height: 50px;
    padding: 0px 15px;
    font-weight: 400;
    background: #ffffff;
    border: 2px solid #ececec;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
input:focus,
select:focus,
textarea:focus{
    border-color:#ff6600;
    outline: none!important;
}
textarea{
    height:150px;
    resize:none;
    padding:12px 15px;  
}
button, 
html input[type=button], 
input[type=reset], 
input[type=submit] {
    position: relative;
    background-color: #222;
    border: none;
    font-family: inherit;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
/* --------------------------------------
 * Sidebar padding top
* ---------------------------------------*/
.themesion-sidebar .widget{
   padding: 30px;
   border: 1px solid #e5e8ef;
   border-radius: 4px;
   margin-bottom: 30px;   
}
.themesion-sidebar .widget .widget-title{
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    position: relative;
}
.themesion-sidebar .widget .widget-title:after {
    display: block;
    height: 3px;
    margin-top: 0;
    margin-bottom: -2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 30px;
    background-color: #18c471;
}
.thsn-sidebar-left .site-content-contain .site-content .row {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
/* --------------------------------------
 * Colum gaping setting
 * ---------------------------------------*/
/*=== themesion-gap-Default ===*/
.thsn-element-posts-wrapper.row{
    margin-left: -15px;
    margin-right: -15px; 
}
.thsn-element-posts-wrapper.row .thsn-ele{
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
/*=== themesion-gap-0px ===*/
.themesion-gap-0px .thsn-element-posts-wrapper.row .thsn-ele {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.themesion-gap-0px .thsn-element-posts-wrapper.row{
    margin-left: 0;
    margin-right: 0;    
}
/*=== themesion-gap-5px ===*/
.themesion-gap-5px .thsn-element-posts-wrapper.row .thsn-ele{
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
}.themesion-gap-5px .thsn-element-posts-wrapper.row{
    margin-left: -2.5px;
    margin-right: -2.5px;   
}
/*=== themesion-gap-10px ===*/
.themesion-gap-10px .thsn-element-posts-wrapper.row{
    margin-left: -5px;
    margin-right: -5px; 
}
.themesion-gap-10px .thsn-element-posts-wrapper.row .thsn-ele{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
/*=== themesion-gap-15px ===*/
.themesion-gap-15px .thsn-element-posts-wrapper.row{
    margin-left: -7.5px;
    margin-right: -7.5px; 
}
.themesion-gap-15px .thsn-element-posts-wrapper.row .thsn-ele{
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}
/*=== themesion-gap-20px ===*/
.themesion-gap-20px .thsn-element-posts-wrapper.row{
    margin-left: -10px;
    margin-right: -10px; 
}
.themesion-gap-20px .thsn-element-posts-wrapper.row .thsn-ele{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
/*=== themesion-gap-25px ===*/
.themesion-gap-25px .thsn-element-posts-wrapper.row{
    margin-left: -12.5px;
    margin-right: -12.5px; 
}
.themesion-gap-25px .thsn-element-posts-wrapper.row .thsn-ele{
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-bottom: 25px;
}
/*=== themesion-gap-30px ===*/
.themesion-gap-30px .thsn-element-posts-wrapper.row{
    margin-left: -15px;
    margin-right: -15px; 
}
.themesion-gap-30px .thsn-element-posts-wrapper.row .thsn-ele{
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
/*=== themesion-gap-40px ===*/
.themesion-gap-40px .thsn-element-posts-wrapper.row{
    margin-left: -20px;
    margin-right: -20px; 
}
.themesion-gap-40px .thsn-element-posts-wrapper.row .thsn-ele{
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}
/*=== themesion-gap-50px ===*/
.themesion-gap-50px .thsn-element-posts-wrapper.row{
    margin-left: -25px;
    margin-right: -25px; 
}
.themesion-gap-50px .thsn-element-posts-wrapper.row .thsn-ele{
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 50px;
}
/* --------------------------------------
 * Global text color
 * ---------------------------------------*/
/* White Text */
.thsn-text-color-white .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading .vc_custom_heading,
.thsn-bg-color-blackish .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading .vc_custom_heading,
.thsn-bg-color-globalcolor .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading .vc_custom_heading,
.thsn-bg-color-secondarycolor .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading .vc_custom_heading,
.thsn-text-color-white h1,
.thsn-text-color-white h2,
.thsn-text-color-white h3,
.thsn-text-color-white h4,
.thsn-text-color-white h5,
.thsn-text-color-white h6,
.thsn-bg-color-secondarycolor h1,
.thsn-bg-color-secondarycolor h2,
.thsn-bg-color-secondarycolor h3,
.thsn-bg-color-secondarycolor h4,
.thsn-bg-color-secondarycolor h5,
.thsn-bg-color-secondarycolor h6,
.thsn-bg-color-globalcolor h1,
.thsn-bg-color-globalcolor h2,
.thsn-bg-color-globalcolor h3,
.thsn-bg-color-globalcolor h4,
.thsn-bg-color-globalcolor h5,
.thsn-bg-color-globalcolor h6,
.thsn-bg-color-blackish h1,
.thsn-bg-color-blackish h2,
.thsn-bg-color-blackish h3,
.thsn-bg-color-blackish h4,
.thsn-bg-color-blackish h5,
.thsn-bg-color-blackish h6{
    color: #fff;
}
.thsn-text-color-white:not(.thsn-bg-color-secondarycolor):not(.thsn-bg-color-blackish) .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-subheading .vc_custom_heading,
.thsn-bg-color-globalcolor .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-subheading .vc_custom_heading{
    color: rgba(255, 255, 255, 0.95);
}
.thsn-text-color-white .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-content,
.thsn-bg-color-blackish .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-content,
.thsn-bg-color-globalcolor .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-content,
.thsn-bg-color-secondarycolor .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-content,
.thsn-text-color-white{
    color: rgba(255, 255, 255, 0.90);
}
/*=== Dark Text ===*/
.thsn-text-color-blackish .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading .vc_custom_heading,
.thsn-text-color-blackish h1,
.thsn-text-color-blackish h2,
.thsn-text-color-blackish h3,
.thsn-text-color-blackish h4,
.thsn-text-color-blackish h5,
.thsn-text-color-blackish h6{
    color: #000;
}
.thsn-text-color-blackish .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-subheading .vc_custom_heading{
    color: rgba(0, 0, 0, 0.90);
}
.thsn-text-color-blackish .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-content{
    color: rgba(0, 0, 0, 0.80);
}
/* --------------------------------------
 * VC extra element
 * ---------------------------------------*/
.wpb_gmaps_widget .wpb_wrapper{
    padding: 0px;
}
/* --------------------------------------
 * Image video icon
 * ---------------------------------------*/
.thsn-single-image-w .thsn-lightbox{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}
.thsn-single-image-w .thsn-lightbox,
.thsn-single-image-w.thsn-single-hover- .thsn-overlay,
.thsn-single-image-w.thsn-single-hover-yes .thsn-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
}
.thsn-single-image-w .thsn-lightbox{
    background-color: transparent;
}
.thsn-single-image-w.thsn-single-hover-yes .thsn-overlay{
    opacity: 0;
        transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.thsn-single-image-w.thsn-single-hover-yes:hover .thsn-overlay{
    opacity: 1;
}
/* --------------------------------------
 * thsn-title-bar-wrapper
 * ---------------------------------------*/
.thsn-title-bar-wrapper{   
   position: relative;
    z-index: 0;
}
.thsn-title-bar-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
}
.thsn-title-bar-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;   
    padding: 64px 0px;
}
.thsn-title-bar-content .thsn-tbar,
.thsn-title-bar-content .thsn-breadcrumb{
    display: block;
}
.thsn-title-bar-content .thsn-breadcrumb{
    text-align: left;
}
.thsn-breadcrumb,
.thsn-breadcrumb .current-item{
    opacity: 0.9;
}
.thsn-breadcrumb a{
  opacity: 1;
} 
.thsn-breadcrumb-inner .sep{
  margin: 0 5px;
}
.thsn-title-bar-content .thsn-tbar-inner {
   max-width: none;
   padding: 0;
   text-align: left;
}
.thsn-breadcrumb-inner i {
    font-size: 13px;
    margin: 0 10px;
    display: inline-block;
}
.thsn-title-bar-content .thsn-tbar-title{
  margin-bottom: 5px;
}
/* --------------------------------------
 * single setting
 * ---------------------------------------*/
.thsn-single-image-w .vc_icon_element{
    position: absolute;
    left: 50%;
    top: 50%;
   -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);  
}
.thsn-single-image-w .vc_icon_element .vc_icon_element-inner{
    color: #fff;
}
/* --------------------------------------
 * Topbar setting
 * ---------------------------------------*/
.thsn-pre-header-wrapper{
  height: 55px;
  line-height: 55px;
  background-color: #000;
}
.thsn-pre-header-wrapper ul{
  margin: 0;
  padding: 0;
}
/*=== Topbar social icon ===*/
.thsn-pre-header-wrapper .thsn-social-links li{
    margin-right: 8px;
    display: inline-block;
}
.thsn-pre-header-wrapper .thsn-social-links a{
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;    
    font-size: 13px;    
}
.thsn-pre-header-wrapper .thsn-social-links a:hover{
    background: #3ecebe;
    color: #fff;
    transition: all 500ms ease;
}
/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
.thsn-header-wrapper{
  z-index: 999;
}
.thsn-navbar > div > ul > li, 
.thsn-navbar > div > ul > li > a,
.thsn-navbar div > ul > li > a,
.site-title {
   -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/*=== Logo setting ===*/
.thsn-sticky-on.thsn-sticky-logo-yes .thsn-main-logo,
.thsn-sticky-logo{
   display: none;
}
.thsn-sticky-logo-yes .thsn-main-logo, 
.thsn-sticky-on.thsn-sticky-logo-yes .thsn-sticky-logo{
   display:inline-block;
}
/*=== Header bg color setting ===*/
.thsn-header-menu-area.thsn-bg-color-white,
.site-header .thsn-bg-color-white,
.site-header .thsn-sticky-on.thsn-sticky-bg-color-white{
    background-color: #fff;
}
.thsn-header-menu-area.thsn-bg-color-light,
.site-header .thsn-bg-color-light,
.site-header .thsn-sticky-on.thsn-sticky-bg-color-light{
    background-color: #ccc;
}
.thsn-header-menu-area.thsn-bg-color-blackish,
.site-header .thsn-bg-color-blackish,
.site-header .thsn-sticky-on.thsn-sticky-bg-color-blackish{
    background-color: #000;
}
.site-header .thsn-bg-color-transparent,
.site-header .thsn-sticky-on.thsn-sticky-bg-color-transparent{
    background-color: transparent;
}
/* --------------------------------------
 * Footer section
 * ---------------------------------------*/
.footer-wrap {       
    padding-top: 50px;
    padding-bottom: 50px; 
}
.thsn-footer-text-area {
    background-color: #020203;
    padding-top: 5px;
    padding-bottom: 30px;
}
.thsn-footer-text-area, 
.thsn-footer-widget-area{
  background-color: transparent !important;
  position: relative;
}
.site-footer{
  position: relative;
}
.thsn-footer-text-area,
.thsn-footer-widget-area{
  z-index: 1
}
.thsn-footer-text-area:before, 
.thsn-footer-widget-area:before,
.site-footer:before{
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   content: "";
   display: block;
   z-index: 1;
   background-image: none !important;
}
footer .thsn-footer-boxes-container,
.thsn-footer-text-area > .container,
.footer-wrap.thsn-footer-widget-area > .container{
    position: relative;
    z-index: 2;
}
/*=== Footer Background color set ===*/
.thsn-bg-color-white.thsn-bg-image-yes:before{
    background-color: rgba(255, 255, 255, 0.60);
}
.thsn-bg-color-light.thsn-bg-image-yes:before{
    background-color: rgba(240, 240, 240, 0.9);
}
.thsn-bg-color-blackish.thsn-bg-image-yes:before{
    background-color: rgba(0, 0, 0, 0.6);
}
.thsn-bg-color-gradientcolor.thsn-bg-image-yes:before{
    opacity: 0.5;
}
/* --------------------------------------
 * Widget Sections
 * ---------------------------------------*/
.widget-title{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 40px;
}
.reduce-heading-space .widget-title{
    margin-bottom: 15px;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style: none;    
}
.widget a{
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.widget ul > li ul {
    margin-left: 15px;
    margin-top: 15px;
}
.widget ul > li {
    padding: 0px 0px 15px 0;
}
.widget > ul > li:last-child {
   padding-bottom: 0;
}
.widget ul > li ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
/*=== Calendar Widget ===*/ 
.widget_calendar table td#today{
    font-weight: bold;
}
.widget_calendar table td#next{
    text-align: right;
}
.widget_calendar table {
    border-collapse: separate;
    border-color: #dedede;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 0px;
    width: 100%;
}
.widget_calendar table th,
.widget_calendar table td {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 8px;
}
.widget_calendar caption {
    padding: 0px;  
    margin: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    caption-side: top;
    color: inherit;
}
.widget_calendar tbody a {
   display: block;
    font-weight: 700;
}
/*=== dentiq_recent_posts_widget ===*/
.dentiq_recent_posts_widget .thsn-rpw-list > li{ 
   display: -ms-flexbox!important;
    display: flex!important;
    align-items: normal;
    width: 100%;
    margin-top: 10px;
    padding-top: 0;
}
.dentiq_recent_posts_widget .thsn-rpw-list > li:last-child{
   margin-bottom: 0;
}
.dentiq_recent_posts_widget .thsn-rpw-list > li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}
.dentiq_recent_posts_widget .thsn-rpw-list > li > a {  
   width: 75px;
    flex-shrink: 0;
    margin-right: 15px;
}
.dentiq_recent_posts_widget .thsn-rpw-list > li > a img{
    border-radius: 0px;
    width: 70px;
}
.dentiq_recent_posts_widget .thsn-rpw-content .thsn-rpw-date {
   line-height: 17px;
    display: block;
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px; 
}
.dentiq_recent_posts_widget .thsn-rpw-content .thsn-rpw-date a{
    font-size: 13px;    
}
.dentiq_recent_posts_widget .thsn-rpw-content  .thsn-rpw-title a{
    margin-bottom: 0;
}
.site-content .widget.widget_recent_comments ul li a{
  font-weight: 500;
}
/*=== post-password-form ===*/
.post-password-form input[name="post_password"]{
    position: relative;
    top: 2px;
    height: 60px;
}
.post-password-form input[type=submit]{
    background-color: #2c2c2c;
    background-image: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
/*=== widget_categories ===*/
.widget_categories ul li {
    padding-bottom: 0;
    position: relative;
    margin: 15px 0;
    padding: 0;
}
.widget_categories ul > li:last-child{
   margin-bottom: 0;
}
.widget_categories ul li span{
    position: absolute;
    right: 0;
    top: -2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #ecf1f8;
    color: #a3acb9;
    text-align: center;
    display: block;
    font-size: 12px;
    border-radius: 50%;
    font-weight: 700;
}
/*=== widget_tag_cloud ===*/
.widget_tag_cloud a {
    font-weight: 400;
    color: #848484;
    font-size: 12px;
    background-color: #1f1f1f;
    padding: 8px 10px 6px;
    line-height: 1;
    display: inline-block;
}
.widget_tag_cloud li{
    list-style: none;
    margin: 0 4px 8px 0;
    display: inline-block;
}
.widget_tag_cloud ul li{
    margin-bottom: 0px;
    padding-bottom: 8px;
}
.themesion-sidebar .widget_tag_cloud ul li a {
    display: inline-block;
    font-weight: 600;
    color: #a3acb9;
    font-size: 14px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: #ecf1f8;
    border-radius: 4px;
}
.themesion-sidebar .widget_tag_cloud ul li a:hover {
    color: #fff;
}
/*=== Search widget ===*/


.themesion-sidebar .widget.widget_search{
    padding: 0; 
    border: none;
}
.woocommerce-product-search,
.search-form{
    position:  relative;
}

.woocommerce-product-search input[type="search"],
.search-form input[type="search"]{
    height: 60px;
    line-height: 60px;
    border: none;  
    background: #ecf1f8;
    color: #777c82;
    padding-left: 30px;
    border-radius: 4px;
}
.search-form .search-submit:after{
    font-family: "themesion-base-icons";
    content: '\e800';
    position: absolute;
    right: 25px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #a3acb9;
    font-size: 20px;
}
.search-form label{
    display: none;
}
.search-form button{
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    color: #a3acb9;
    font-size: 16px;
    z-index: 1;
    width: 70px;
}
.search-form button .screen-reader-text{
    display: none;
}
.themesion-sidebar .widget ul a{  
    font-size: 14px;
    font-weight: 700;
}
/*=== Footer widget ===*/
.footerlogo{
    margin-bottom: 10px;
}
/*=== RSS Widget ===*/
.rss-date{
    font-size: 15px;
    display: block;
    color: #666;
}
.rss-widget-icon{
    position: relative;
    top: -3px;
}
.widget_rss.widget ul > li {
    padding-bottom: 20px;
}
.widget_rss.widget ul > li:last-child{
  padding-bottom: 0;
}
.widget_rss .rssSummary{
    font-size: 14px;
    opacity: 0.9;
}
/*=== widget_calendar ===*/
.thsn-color-white .widget_calendar table {
    border-color: rgba(255, 255, 255, 0.32);
}
.thsn-color-white .widget_calendar table th,
.thsn-color-white .widget_calendar table td {
    border-bottom-color: rgba(255, 255, 255, 0.32);
    border-right-color: rgba(255, 255, 255, 0.32);
}
/*=== Footer contact info ===*/
.site-footer.thsn-color-white a,
.footer-wrap.thsn-color-white a,
.site-footer.thsn-color-white,
.footer-wrap.thsn-color-white {
    color: rgba(255, 255, 255, 1);
}
.site-footer.thsn-color-white,
.footer-wrap.thsn-color-white {
    color: rgba(255, 255, 255, 0.90);
}
.site-footer.thsn-color-white .thsn-footer-menu-area a{   
   color: rgba(255, 255, 255, 0.90);
}
.footer-wrap .contact-info li{
    position: relative;
    padding: 0px 0px 0px 24px;
    margin-bottom: 15px;
    font-size: 13px;
}
.footer-wrap .contact-info i{
    position: absolute;
    left: 0px;
    top: 3px;
}
/*=== Footer Tag cloud ===*/
.footer-wrap .widget_tag_cloud a {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: #000;
    border-radius: 3px;
}
.footer-wrap .widget_tag_cloud a:hover {
    color: #fff;
}
/*=== Footer form ===*/
.footer-wrap input[type="text"],
.footer-wrap input[type="email"],
.footer-wrap input[type="password"],
.footer-wrap input[type="tel"],
.footer-wrap input[type="url"],
.footer-wrap select,
.footer-wrap textarea{
    background-color: #212121;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    font-size: 14px;
}
.footer-wrap textarea{
    height: 115px;
    line-height: normal;
    padding-top: 10px;
}
.footer-wrap input[type=submit]{
    width: 75px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}
/* --------------------------------------
 * Blog Single
 * ---------------------------------------*/
/*=== Blog video iframe ===*/
.format-video .thsn-featured-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.format-video .thsn-featured-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
iframe {
    max-width: 100%
}
/*=== Blog Gallery ===*/
.format-gallery .thsn-featured-wrapper{
    position: relative;
}
.format-gallery .lSPager {
    position: absolute;
    bottom: 10px;
    left: 50%;
   -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li a{
    height: 13px;
    width: 13px;
    border: 2px solid #fff;
    background-color: transparent;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li:hover a{
    background-color: transparent !important;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li.active a{
    background-color: #fff;
}
.format-quote .thsn-block-quote-content{   
   position: relative;
    z-index: 2;
}
.format-quote .thsn-blog-meta{
    display: none;
}
.format-quote .thsn-block-quote-content a{
    display: inline-block;
    margin-top: 10px;
    font-style: italic;
}
/*=== format-link ===*/
.format-link .thsn-link-wrapper{   
   position: relative;
    color: #fff;  
   background-repeat: no-repeat;
    background-size: cover; 
}
.format-link .thsn-link-wrapper:after{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.65);
}
.format-link .thsn-featured-wrapper .thsn-link-inner{   
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    padding: 50px;   
    position: relative;
    z-index: 2;
}
.format-link .thsn-link-wrapper a{
    color: #fff;
}
.format-link .thsn-link-inner{
    position: relative;
}
.format-link .thsn-link-inner:before{
    font-family: "themesion-base-icons";
    content: '\e803';
    position: absolute;
    right: 40px;
    top: -11px;
    font-weight: 700;
    opacity: 0.25;
    z-index: 1;
    color: #fff;
    font-size: 100px;
}
/*=== Blog info ===*/
.thsn-author-box {
   margin-top: 60px;
    padding: 35px 35px 25px 35px;   
   display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;   
   -webkit-box-shadow: 0 7px 43px 0 rgba(0,0,0,0.11);
    -moz-box-shadow: 0 7px 43px 0 rgba(0,0,0,0.11);
    box-shadow: 0 7px 43px 0 rgba(0,0,0,0.11);
}
.thsn-author-image {
    height: 95px;
    width: 95px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 35px;
}
.thsn-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;    
}
.thsn-author-content .thsn-author-name {
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
}
/*=== Classic Meta ===*/
.thsn-blog-meta,
.thsn-blog-meta a{
    color: #a3acb9;
}
.thsn-blog-classic .thsn-meta-cat a {
    color: #fff;
    padding: 0 5px;
}
.thsn-blog-meta.thsn-blog-meta-top {
    position: relative;
    font-size: 14px; 
    margin-bottom: 30px;
}
.thsn-blog-classic .thsn-blog-meta-top > span{
  margin-right: 15px;
}
/*=== .thsn-blog-meta-bottom ===*/
.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{
    color: #8b90a0;
    font-weight: normal;
    padding: 5px 10px;
    background-color: #eee;
    border-radius: 5px;
    font-size: 13px;
}
.thsn-blog-meta-bottom .thsn-meta-tags a:hover{
    color: #fff;
}
.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%;
}
/*=== Blog Classic default ===*/
.thsn-no-img .thsn-blog-meta.thsn-blog-meta-top .thsn-meta-classic-left .thsn-meta-date,
.thsn-default-view .thsn-blog-meta.thsn-blog-meta-top .thsn-meta-classic-left .thsn-meta-date{   
    border-radius: 0;
    padding: 0
}
.thsn-no-img .thsn-blog-meta.thsn-blog-meta-top .thsn-meta-classic-left,
.thsn-default-view .thsn-blog-meta.thsn-blog-meta-top .thsn-meta-classic-left{
    width: auto;
    top: 0;
    left: 0;
    position: static;
}
.thsn-default-view .thsn-blog-meta.thsn-blog-meta-top .thsn-meta-classic-left .thsn-meta-date .entry-date {
    font-size: 15px;
    line-height: 25px;
}
.thsn-no-img .thsn-blog-meta.thsn-blog-meta-top,
.thsn-default-view .thsn-blog-meta.thsn-blog-meta-top{
    text-align: left;
    display: flex;
    align-items: center;
}
.thsn-no-img .thsn-blog-meta .thsn-meta-classic-right,
.thsn-default-view .thsn-blog-meta .thsn-meta-classic-right{
    padding-left: 30px;
}
.thsn-no-img .thsn-blog-meta.thsn-blog-meta-top .thsn-meta-classic-left .thsn-meta-date .entry-date,
.thsn-default-view .thsn-blog-meta.thsn-blog-meta-top .thsn-meta-classic-left .thsn-meta-date .entry-date{
    font-size: 15px;
    line-height: 35px;
    margin: 0
}
.thsn-no-img .thsn-blog-meta.thsn-blog-meta-top .thsn-meta-classic-left .thsn-meta-date span,
.thsn-default-view .thsn-blog-meta.thsn-blog-meta-top .thsn-meta-classic-left .thsn-meta-date span{
    display: inline-block;
    margin-left: 5px;
}
.thsn-no-img .thsn-blog-meta.thsn-blog-meta-top .thsn-meta-classic-left .thsn-meta-date,
.thsn-default-view .thsn-blog-meta.thsn-blog-meta-top .thsn-meta-classic-left .thsn-meta-date{
    line-height: normal;
    display: inline-block;
    width: auto;
    padding: 2px 13px;
    line-height: normal;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px;   
}
/*=== Classic no img ===*/
.thsn-social-share .tspt-social-li-facebook a{
    background-color: #3B5998;
}
.thsn-social-share .tspt-social-li-twitter a{
    background-color: #55ACEE;
}
.thsn-social-share .tspt-social-li-google-plus a{
    background-color: #dd4b39;
}
.thsn-social-share .tspt-social-li-linkedin a{
    background-color: #007bb5;
}
.thsn-social-share .tspt-social-li-youtube a{
    background-color: #bb0000;
}
.thsn-social-share .tspt-social-li-instagram a{
    background-color: #125688;
}
.thsn-social-share .tspt-social-li-pinterest a{
    background-color: #cb2027;
}
.thsn-social-share .tspt-social-li-snapchat-ghost a{
    background-color: #fffc00;
}
.thsn-social-share .tspt-social-li-skype a{
    background-color: #00aff0;
}
.thsn-social-share .tspt-social-li-android a{
    background-color: #a4c639;
}
.thsn-social-share .tspt-social-li-dribbble a{
    background-color: #ea4c89;
}
.thsn-social-share .tspt-social-li-vimeo a{
    background-color: #45bbff;
}
.thsn-social-share .tspt-social-li-tumblr a{
    background-color: #2c4762;
}   
.thsn-social-share .tspt-social-li-vine a{
    background-color: #00b489;
    color: white;
}
.thsn-social-share .tspt-social-li-foursquare a{
    background-color: #45bbff;
}
.thsn-social-share .tspt-social-li-stumbleupon a{
    background-color: #eb4924;
}
.thsn-social-share .tspt-social-li-flickr a{
    background-color: #f40083;
}
.thsn-social-share .tspt-social-li-yahoo a{
    background-color: #430297; 
}
.thsn-social-share .tspt-social-li-soundcloud a{
    background-color: #ff5500;
}
.thsn-social-share .tspt-social-li-reddit a{
    background-color: #ff5700;
}
.thsn-social-share .tspt-social-li-rss a{
    background-color: #ff6600;
}
/*=== 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: 16px;
    font-weight: 600;
}

/*=== Single Comment Section ===*/
.comments-area{
    border-top: 1px solid #e9e9e9;
    padding-top: 25px;
    margin-top: 0;
}
.comments-area .comments-title,
.comment-respond .comments-title,
.comment-respond .comment-reply-title{
    font-size: 24px;
    line-height: 34px;
}
.comments-title{
    padding-bottom: 15px;    
}
.children,
.comment-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.thsn-comment-avatar {
    float: left;
    margin-right: 22px
}

.comment-list > li{
    border-top: 1px solid #e9e9e9;
}
.comment-list > li:first-child {
    border-top: none;
}
.comment-list .children li.comment {
    position: relative;      
    padding-top: 0;
    padding-left: 0px;
    border-top: 1px solid #e9e9e9;
}
.comment-list li .thsn-comment {
    padding: 30px 0 30px 0px;
    position: relative;
}
.comment-list > li:first-child > .thsn-comment{
    padding-top: 0;
}

.thsn-comment-content {
    position: relative;
    flex-grow: 1; 
    background: #fff;
    margin-left: 100px;
}
.thsn-comment-content p{
    margin-bottom: 0
}

.comment-list .children .comment-respond,
.comment-list .children .thsn-comment{
    margin-left: 50px;
}
.comment-list .children .children .comment-respond,
.comment-list .children .children .thsn-comment{
    margin-left: 100px;
}
.comment-list .children .children .children .comment-respond,
.comment-list .children .children .children .thsn-comment{
    margin-left: 150px;
}
.comment-list .children .children .children .children .comment-respond,
.comment-list .children .children .children .children .thsn-comment{
    margin-left: 200px;
}
.comment-list .children .children .children .children .children .comment-respond,
.comment-list .children .children .children .children .children .thsn-comment{
    margin-left: 250px;
}


.comment-list .comment-respond{
    margin-top: 0;
    margin-bottom: 40px !important;
}

.thsn-comment-date{
    display: block;
    margin-bottom: 8px;
    color: #b4b4b4;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}
.thsn-comment-date a{
    color: #b4b4b4;
}
.comment-list .thsn-comment-avatar img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.thsn-comment-content {
   position:  relative;
}
.thsn-comment-content .thsn-comment-author {
    display: block;
    margin-top: 4px;
    margin-bottom: 3px;
    color: #222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;    
}
.reply{
    position: absolute;
    top: 0px;
    right: 0;
    font-weight: 500;
    letter-spacing: .1em;
}
.reply a{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #6b9afc;
    border-radius: 2px;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.reply a:hover{
    color: #fff;
}
.comment-respond .comment-reply-title small{
    margin-left: 23px;
    font-size: 20px;
}
.comment-form-cookies-consent{
    position: relative;
}
.comment-form-cookies-consent input[type=checkbox]{
    position: absolute;
    top: 6px;
}
.comment-form-cookies-consent label{
    padding-left: 25px;
}
ol.comment-list{
    margin-bottom: 30px;
}

/*=== Comment-Form ===*/
.comment-respond{
    margin: 0px 0;
    margin-top: 0px;
}
.comment-list .comment-respond{
    padding-left: 100px;
}
.comment-respond .inline-field {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    width: 33.3333%;
    margin-left: 13px;
    margin-bottom: 25px;
    font-size: 13px;
    color: silver;
    box-sizing: border-box;
    border-radius: 0;
}
.thsn-comment-form-input-wrapper{   
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.thsn-comment-form-input-wrapper .thsn-comment-form-input{
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    width: 33.3333%;
    margin-left: 13px;
    margin-bottom: 15px;
    font-size: 13px;
    color: silver;
    box-sizing: border-box;
}
.thsn-comment-form-input-wrapper .thsn-comment-form-input:first-child {
    margin-left: 0;
}
.comment-notes,
.logged-in-as{
    margin-bottom: 30px;
}
.comment-form input[type=submit]:hover{
    color: #fff;
}
/*=== pingback ===*/
.pingback .thsn-comment-content {
    margin-left: 0px;
}
.pingback .thsn-comment-content:before, 
.pingback .thsn-comment-content:after{
    display: none;
}
.trackback .thsn-comment-content {
    margin-left: 0px;
}
.trackback .thsn-comment-content:before, 
.trackback .thsn-comment-content:after{
    display: none;
}
/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/
.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 .thsn-portfolio-nav-icon{
    width: 80px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-size: 24px;    
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-icon {
    border-right: 4px solid #f2f3f4;    
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-icon {
    border-left: 4px solid #f2f3f4;    
}
.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:hover .thsn-portfolio-nav-icon i{
    color: #fff
}
.thsn-portfolio-single .nav-links a{
    display: -ms-flexbox!important;
    display: flex!important;
}
.thsn-portfolio-single .thsn-portfolio-nav-head{
    font-size: 16px;
}
.thsn-portfolio-single .thsn-portfolio-nav-wrapper{ 
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 240px;   
}
.thsn-portfolio-single .nav-links .thsn-portfolio-nav-icon i{
    position: absolute;
    left: 50%;
    top: 50%;
   -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);  
}
.thsn-portfolio-single .post-navigation .nav-links .nav-title, 
.thsn-portfolio-single .post-navigation .nav-links .nav-title{
    font-weight: 400;
    color: #797979;
}
.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;
}
.single .thsn-portfolio-related,
.single .thsn-service-related,
.single .thsn-post-related {
    margin-top: 50px;
}
/* --------------------------------------
 * Team Member  Single
 * ---------------------------------------*/
.container.thsn-team-single-style-1{
  padding:  0;
}
/*=== List Style Two ===*/
.thsn-team-name-info{
  margin-bottom:  20px;
}
.thsn-team-left-inner{
    margin-right: 20px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
    border-radius: 4px;
    overflow: hidden;
}
.thsn-team-left-inner .icon {
    display: none;
}
.single-thsn-team-member .thsn-short-description {
    margin-top: 0;
}
.thsn-single-team-info{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
.thsn-single-team-info li label{
    display: inline-block;
    width: 110px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.thsn-single-team-info li:last-child label{
  margin-bottom: 0;
}
.thsn-portfolio-line-title,
.thsn-details-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
    color: #222;
}
.thsn-portfolio-single .thsn-details-label{
    margin-top: 0;
}
.thsn-details-label{
    margin-top: 10px;
}
.thsn-single-team-info .icon {
    margin-right: 15px; 
    color: #fff;  
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;  
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
}
.thsn-team-single .thsn-team-social-links a{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;  
}
.thsn-team-single .thsn-team-social-links a:hover{
    color: #fff !important;
    border-color: transparent;
}
.thsn-team-single .thsn-team-social-links li{
    margin-right: 20px;
}
.thsn-team-single .thsn-entry-content{
    margin-top: 0px;
}
.thsn-team-social-links{
    list-style: none;
    margin: 0;
    padding: 0
}
.thsn-team-social-links li{
    display: inline-block;
    margin-right: 10px;
}
.thsn-team-single .thsn-team-title{
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
}
.thsn-team-single .thsn-team-designation{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0;
}
.thsn-team-form .input-group {
    display: block;
    margin-bottom: 30px;
}
.thsn-team-form .input-group input[type="text"],
.thsn-team-form .input-group input[type="email"],
.thsn-team-form .input-group textarea{
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  font-size: 14px;
}
/*=== Text color white ===*/
.thsn-color-white .widget-title{
    color: #fff;
}
/*=== thsn-team-single-style-2 ===*/
.single-thsn-team-member .thsn-team-single-style-2 .thsn-short-description{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0px;
}
.thsn-team-single-style-2 .thsn-single-team-info li {
    margin-bottom: 15px;
    color: #2c2c2c;
}
/* --------------------------------------
 * themesion-ul-list
 * ---------------------------------------*/
.themesion-ul-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.themesion-ul-list ul li{
  margin-top: 0px;
  margin-bottom: 15px;
}
.themesion-ul-list ul li i{
    margin-right: 10px;
    vertical-align: middle;
}
.themesion-ul-list.thsn-ul-type-disc ul{
   margin: 0;
   padding: 0;
}
.themesion-ul-list.thsn-ul-type-disc li{
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}
.themesion-ul-list.thsn-ul-type-disc li:after{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
}
.themesion-ul-list.icon-large ul li i{
    font-size: 20px;
}
/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.search-results .thsn-top-search-form{
  margin-bottom: 30px;
  margin-left: 15px;
}
.thsn-search-results{
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.thsn-search-results-left{
  margin-right: 30px;
}
.thsn-search-results-left{
    width: 175px;
    flex-shrink: 0;
}
.thsn-search-results-right .thsn-post-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}
.thsn-search-results-right .thsn-post-title a{
  color: #2c2c2c;
}
.search-results .content-area.col-md-9 .site-main .page{
    padding-bottom: 0px;
}
.thsn-search-results-right .thsn-read-more-link{
    margin-top: 5px;
}

/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.nav-links{
    text-align: center;
    margin-top: 30px;
    margin-bottom:  0px;
 }
.nav-links .page-numbers{
    padding: 10px 17px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #eee;
    color: #2c2c2c;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current{
    color: #fff;
}
.thsn-gallery{
    display: table;
}
.thsn-gallery > .thsn-gallery-image {
    display: table-cell;
    width: 100%;
}
/* --------------------------------------
 * Social Links
 * ---------------------------------------*/
.vc_row .thsn-social-links{
   padding: 0;
   margin: 0;
}
.thsn-text-color-white .thsn-social-links a{
   color: #fff;
}
.thsn-text-color-dark .thsn-social-links a{
   color: #000;
}
/* --------------------------------------
 * Carousel
 * ---------------------------------------*/
.themesion-element-viewtype-carousel .owl-nav{
    position: absolute;
    top: -50px;
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next, 
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    text-align: center;
    z-index: 15;
    cursor: pointer;
   color: #9b9b9b;
    width: 50px;
    height: 50px;
    line-height: 50px;   
   border-radius: 50%;
    font-size: 15px;
    outline: none;
    display: inline-block;
    position: absolute;    
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next span, 
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev span{
  display: none;
}


.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after, 
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after{
    font-family: "themesion-base-icons";
    content: '\e815';
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 15px;
   -webkit-transition: all .6s;
    -moz-transition: all .6s;
   -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); 
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after{
    content: '\e810';
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:hover:before, 
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:hover:before{
    opacity: 0;
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:hover:after, 
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:hover:after{
   color: #fff;
}
.themesion-element-viewtype-carousel .owl-carousel button.owl-dot{
    height: 15px;
    width: 15px;
    border: 1px solid #e5e8ef;
    border-radius: 50%;
    margin: 0 5px;
    outline: none;
}
.themesion-element-viewtype-carousel .owl-carousel button.owl-dot.active{
	border-color: transparent;
}
.thsn-bg-color-light .themesion-element-viewtype-carousel .owl-carousel button.owl-dot{
  background-color: #fff;
}
.themesion-element-viewtype-carousel .owl-carousel .owl-dots{
	text-align: center;
	margin-top: 25px;
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button {
    cursor: pointer;
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    right: -70px;
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: -70px;
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 20;
    opacity: 0;
    transition: all .4s ease 0s;
}
.themesion-element-viewtype-carousel .owl-carousel:hover .owl-nav {
    opacity: 1;
}
.themesion-element-viewtype-carousel .thsn-ele{
	display: none;
}
.themesion-element-viewtype-carousel .owl-carousel .thsn-ele{
	display: block;
}
.themesion-element-viewtype-carousel[data-columns="1"] .thsn-ele:nth-child(1){
	display: block;
}
.themesion-element-viewtype-carousel[data-columns="2"] .thsn-ele:nth-child(1),
.themesion-element-viewtype-carousel[data-columns="2"] .thsn-ele:nth-child(2){
	display: block;
}
.themesion-element-viewtype-carousel[data-columns="3"] .thsn-ele:nth-child(1),
.themesion-element-viewtype-carousel[data-columns="3"] .thsn-ele:nth-child(2),
.themesion-element-viewtype-carousel[data-columns="3"] .thsn-ele:nth-child(3) {
	display: block;
}
.themesion-element-viewtype-carousel[data-columns="4"] .thsn-ele:nth-child(1),
.themesion-element-viewtype-carousel[data-columns="4"] .thsn-ele:nth-child(2),
.themesion-element-viewtype-carousel[data-columns="4"] .thsn-ele:nth-child(3),
.themesion-element-viewtype-carousel[data-columns="4"] .thsn-ele:nth-child(4) {
	display: block;
}
.themesion-element-viewtype-carousel[data-columns="5"] .thsn-ele:nth-child(1),
.themesion-element-viewtype-carousel[data-columns="5"] .thsn-ele:nth-child(2),
.themesion-element-viewtype-carousel[data-columns="5"] .thsn-ele:nth-child(3),
.themesion-element-viewtype-carousel[data-columns="5"] .thsn-ele:nth-child(4),
.themesion-element-viewtype-carousel[data-columns="5"] .thsn-ele:nth-child(5) {
	display: block;
}
.themesion-element-viewtype-carousel[data-columns="6"] .thsn-ele:nth-child(1),
.themesion-element-viewtype-carousel[data-columns="6"] .thsn-ele:nth-child(2),
.themesion-element-viewtype-carousel[data-columns="6"] .thsn-ele:nth-child(3),
.themesion-element-viewtype-carousel[data-columns="6"] .thsn-ele:nth-child(4),
.themesion-element-viewtype-carousel[data-columns="6"] .thsn-ele:nth-child(5),
.themesion-element-viewtype-carousel[data-columns="6"] .thsn-ele:nth-child(6) {
	display: block;
}
/*=== Multi Columns ROW correction ===*/
.multi-columns-row .first-in-row{clear:left;}
.multi-columns-row .col-xs-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-xs-4:nth-child(3n + 4){clear:left;}
.multi-columns-row .col-xs-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-xs-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-xs-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-xs-20percent:nth-child(5n + 6){clear:left;}
.multi-columns-row .col-sm-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-sm-4:nth-child(3n + 4){clear:left;}
.multi-columns-row .col-sm-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-sm-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-sm-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-sm-20percent:nth-child(5n + 6){clear:left;}
@media (min-width:768px){
.multi-columns-row .col-xs-6:nth-child(2n + 3){clear:none;}
.multi-columns-row .col-xs-4:nth-child(3n + 4){clear:none;}
.multi-columns-row .col-xs-3:nth-child(4n + 5){clear:none;}
.multi-columns-row .col-xs-2:nth-child(6n + 7){clear:none;}
.multi-columns-row .col-xs-1:nth-child(12n + 13){clear:none;}
.multi-columns-row .col-xs-20percent:nth-child(5n + 6){clear:none;}
.multi-columns-row .col-sm-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-sm-4:nth-child(3n + 4){clear:left;}
.multi-columns-row .col-sm-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-sm-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-sm-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-sm-20percent:nth-child(5n + 6){clear:left;}
}
@media (min-width:992px){
.multi-columns-row .col-sm-6:nth-child(2n + 3){clear:none;}
.multi-columns-row .col-sm-4:nth-child(3n + 4){clear:none;}
.multi-columns-row .col-sm-3:nth-child(4n + 5){clear:none;}
.multi-columns-row .col-sm-2:nth-child(6n + 7){clear:none;}
.multi-columns-row .col-sm-1:nth-child(12n + 13){clear:none;}
.multi-columns-row .col-sm-20percent:nth-child(5n + 6){clear:left;}
.search-results .site-main .multi-columns-row .col-sm-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-md-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-md-4:nth-child(3n + 4){clear:left;}
.multi-columns-row .col-md-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-md-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-md-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-md-20percent:nth-child(5n + 6){clear:left;}
}
@media (min-width:1200px){
.multi-columns-row .col-md-6:nth-child(2n + 3){clear:none;}
.multi-columns-row .col-md-4:nth-child(3n + 4){clear:none;}
.multi-columns-row .col-md-3:nth-child(4n + 5){clear:none;}
.multi-columns-row .col-md-2:nth-child(6n + 7){clear:none;}
.multi-columns-row .col-md-1:nth-child(12n + 13){clear:none;}
.multi-columns-row .col-md-20percent:nth-child(5n + 6){clear:none;}
.multi-columns-row .col-lg-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-lg-4:nth-child(3n + 4){clear:left;}
.multi-columns-row .col-lg-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-lg-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-lg-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-lg-20percent:nth-child(5n + 6){clear:left;}
}
/*=== Rating ===*/
.themesion-box-star-ratings i{
  color: #ccc;
  font-size: 15px;
}
.themesion-box-star-ratings i.thsn-active{
  color: #ffaa01;
}
/*=== scroll-to-top ===*/
body .scroll-to-top {
    position: fixed;
    z-index: 200;
    opacity: 0;
    bottom: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    background-color: #86bb46;
    text-align: center;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #eeeeee;
    color: #fff;
}
body .scroll-to-top.show{
   opacity: 1;
}
body .scroll-to-top:hover{
   color: #fff;
   background-color: #222;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.thsn-absulate-icon{
    text-align: right;
    position: absolute;
    bottom: -37px;
    right: -1px;
    opacity: 0.2;
}
.vc_icon_element.vc_icon_element-outer.thsn-absulate-icon .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 8em !important;
}
/* --------------------------------------
 * Carousel
 * ---------------------------------------*/
.themesion-element-viewtype-carousel .container {
    position: relative;
}
.thsn-carousel-navs {
  position: absolute;
  right: -5px;
  top: 0;
}
.thsn-carousel-navs a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  font-size: 24px;
  margin: 0 5px;
}
.thsn-carousel-navs a:hover {
  color: #fff;
}
.themesion-element-viewtype-carousel .owl-nav {
  position: absolute;
  top: -50px;
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next, 
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
  text-align: center;
  z-index: 15;
  cursor: pointer;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 15px;
  outline: none;
  display: inline-block;
  position: absolute;
  box-shadow: inherit;
}


/* --------------------------------------
 * Font variant
 * ---------------------------------------*/
.thsn-text-extra-bold strong{
  font-weight: 900;
}
.d-flex {
    display: -webkit-flex;
}
/* --------------------------------------
 * Blog classic gallery
 * ---------------------------------------*/
.thsn-blog-classic .wp-block-gallery .blocks-gallery-image, 
.thsn-blog-classic .wp-block-gallery .blocks-gallery-item{
    overflow: hidden;
}
.thsn-blog-classic .wp-block-gallery .blocks-gallery-image figcaption, 
.thsn-blog-classic .wp-block-gallery .blocks-gallery-item figcaption{
    background: #eee;
    background: rgba(255,255,255,.8);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: -100%;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.thsn-blog-classic .wp-block-gallery .blocks-gallery-image:hover figcaption, 
.thsn-blog-classic .wp-block-gallery .blocks-gallery-item:hover figcaption{
    bottom: 0;
}
.thsn-blog-classic .thsn-entry-content:after,
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
      content: "";
      display: table;
}
.thsn-blog-classic .thsn-entry-content:after,
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}
/* --------------------------------------
 * Blog Widget in page
 * ---------------------------------------*/
ul.wp-block-latest-posts,
ul.wp-block-categories,
ul.wp-block-archives{
  list-style: none;
}
ul.wp-block-latest-posts li,
ul.wp-block-categories li,
ul.wp-block-archives li {
    padding-bottom: 0;
    position: relative;
    margin: 15px 0;
    padding: 0;
}
ul.wp-block-categories > li ul {
    margin-left: 15px;
    margin-top: 15px;
}
ul.wp-block-categories li > a,
ul.wp-block-archives li > a{
  position: relative;
  padding-left: 20px;
}
ul.wp-block-categories li > a:before,
ul.wp-block-archives li > a:before {
   position: absolute;
    content: '\e814';
    left: 0px;
    font-size: 16px;
    top: -3px;
    color: inherit;
    font-family: 'themesion-base-icons';
}
ul.wp-block-archives ul.children {
    margin-left: 15px;
    margin-top: 15px;
}
ul.wp-block-categories li span {
    width: 21px;
    height: 21px;
    line-height: 21px;
    background-color: #f2f3f4;
    color: #222;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    margin-left: 10px;
    border-radius: 50%;
}
/*------------------------------------------------------------------
[Master Stylesheet]
1. Icon Heading Box
2. Blog Box
3. Portfolio Section
4. Team Member Section
5. Contact Form 7
6. Custom Button
7. Testimonial
8. client logo
9. Fact and digit
10.Service Style
11.VC Button
12.Contact form
13.error-404
14.Search Popup Area CSS
-------------------------------------------------------------------*/
/* --------------------------------------
 * Topbar setting
 * ---------------------------------------*/
.thsn-pre-header-wrapper ul.thsn-contact-info li{
    display: inline-block;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.thsn-pre-header-wrapper ul.thsn-contact-info li li{
    padding-left: 0px;
    padding-right: 0px;
}
.thsn-pre-header-wrapper ul.thsn-contact-info{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.thsn-pre-header-wrapper .thsn-social-links{
    border-left: 1px solid #eee;
}
.thsn-pre-header-wrapper .thsn-social-links li{
    margin-right: 0px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #eee;
    margin-bottom: 0;
}
.thsn-pre-header-wrapper .thsn-social-links li a{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 17px;
    vertical-align: top;
}
.thsn-pre-header-wrapper .thsn-social-links li a:hover{
    color: #fff
}
.thsn-pre-header-wrapper{
    border-bottom: 1px solid #eeeeee;
}
.thsn-pre-header-wrapper.thsn-bg-color-white{
    border-bottom-color: #eeeeee;
    color: #777;
}
.thsn-color-white .thsn-social-links li a{
    color: #fff;
}
/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
.thsn-table{
    display: table;
    height: 100%;
}
.thsn-table-cell{
    display: table-cell;
    line-height: normal;
   vertical-align: middle;
}
.thsn-header-menu-area:not(.thsn-sticky-on) > div{
    background-color: transparent;
}
.thsn-cart-details{
    position: relative;
}
.thsn-header-box-icon,
.thsn-header-box-title,
.thsn-header-box-content{
    display:block;
}
/*=== .thsn-header-style-2 ===*/
.thsn-header-style-2 .thsn-header-menu-area > .container{
    padding: 0;
}
.thsn-header-style-2 .thsn-header-right-content,
.thsn-header-style-2 .thsn-header-left-content{
    width: 340px;
}
.thsn-header-style-2 .thsn-header-menu-area{
    position: relative;
    z-index: 9;
    border-radius: 5px;
    line-height: normal !important;
}
.thsn-header-style-2 .thsn-header-button a{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.thsn-header-style-2 .thsn-header-right-content{
    text-align: right;
}
.thsn-header-style-2 ul.thsn-contact{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
}
.thsn-header-style-2 ul.thsn-contact li{
    display: inline-block;
    margin-right: 20px;
}
.thsn-header-style-2 ul.thsn-contact li:last-child{
    margin-right: 0px;
}
.thsn-header-style-2 ul.thsn-contact li i{
    margin-right: 10px;
}

.thsn-header-style-2 .thsn-header-info-inner .thsn-header-box.thsn-header-box-social-links{
    padding-left: 0;
}
.thsn-header-style-2 .thsn-header-info-inner .thsn-header-box.thsn-header-box-social-links .thsn-social-links{
    padding: 0;
}

/*=== .thsn-header-style-3 ===*/
.thsn-header-style-3 .thsn-header-info-inner .thsn-header-box-1,
.thsn-header-style-3 .thsn-header-info-inner .thsn-header-box-2,
.thsn-header-style-3 .thsn-header-info-inner .thsn-header-box-3{
    display: inline-block;
}
.thsn-header-style-3  .thsn-header-menu-area{
   position: relative;
    z-index: 9;
}
.thsn-header-style-3 .thsn-header-info-inner > div{
    margin-right:   30px;
    padding-right:  30px;
    position: relative;
}
.thsn-header-style-3 .thsn-header-info-inner > div .thsn-header-box-icon{
    position: absolute;
    top: 7px;
    left: -30px;
    font-size: 24px;
    display: inline-block;
}
.thsn-header-style-3 .thsn-header-info-inner > div:last-child{
    margin-right:   0;
    padding-right: 0;
}
.thsn-header-style-3 .thsn-header-info-inner > div:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.30);
}
.thsn-header-style-3 .thsn-header-info-inner > div:last-child:after{
    display: none;
}
/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
/*=== Dropdown Menu ( White ) ===*/
.thsn-navbar.thsn-dropdown-active-color-white ul > li > ul > li.current-menu-item > a,
.thsn-navbar.thsn-dropdown-active-color-white ul > li > ul li.current_page_item > a,
.thsn-navbar.thsn-dropdown-active-color-white ul > li > ul li.current_page_ancestor > a,
/*=== Main Menu ( White ) ===*/
.thsn-navbar.thsn-main-active-color-white > div > ul > li:hover > a,
.thsn-navbar.thsn-main-active-color-white > div > ul > li.current_page_item > a,
.thsn-navbar.thsn-main-active-color-white > div > ul >li.current-menu-parent > a{
    color: #fff;
}
/*=== Dropdown Menu ( Blackish ) ===*/
.thsn-navbar.thsn-dropdown-active-color-blackish ul > li > ul > li.current-menu-item > a,
.thsn-navbar.thsn-dropdown-active-color-blackish ul > li > ul li.current_page_item > a,
.thsn-navbar.thsn-dropdown-active-color-blackish ul > li > ul li.current_page_ancestor > a,
/*=== Main Menu ( Blackish ) ===*/
.thsn-navbar.thsn-main-active-color-blackish > div > ul > li:hover > a,
.thsn-navbar.thsn-main-active-color-blackish > div > ul > li.current_page_item > a,
.thsn-navbar.thsn-main-active-color-blackish > div > ul >li.current-menu-parent > a{
    color: #071323;
}
/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.thsn-divider .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading,
.thsn-ihbox.thsn-ihbox-style-hsbox.thsn-divider .thsn-ihbox-heading{
    position: relative;
}
.thsn-divider .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading:after,
.thsn-ihbox.thsn-ihbox-style-hsbox.thsn-divider .thsn-ihbox-heading:after{
    content: '';
    width: 100px;
    background: #222;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.thsn-ihbox.thsn-ihbox-style-hsbox.thsn-divider.thsn-align-center .thsn-ihbox-heading:after,
.thsn-divider .thsn-ihbox.thsn-ihbox-style-hsbox.thsn-align-center .thsn-ihbox-heading:after{
    left: 50%;
    margin-left: -50px;
}
.thsn-skincolor-heading .thsn-ihbox-heading em{
	font-style: normal;
}
.thsn-bg-color-globalcolor .thsn-divider .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading:after,
.thsn-bg-color-globalcolor .thsn-ihbox.thsn-ihbox-style-hsbox.thsn-divider .thsn-ihbox-heading:after{
    background-color: #fff
}
/* --------------------------------------
 * 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;
}

/*=== ihbox-style-global ===*/
.thsn-ihbox-style-2 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper{
    -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-ihbox-style-1.thsn-ihbox h2{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    padding-bottom: 14px;
}
.thsn-ihbox-style-1.thsn-ihbox h2:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 1px;
    background: #efefef;
    left: 0;
}
.thsn-ihbox-style-1 .thsn-ihbox-icon-wrapper{
    font-size: 50px;
    line-height: 50px;
    margin-bottom:20px;
}
.thsn-ihbox-style-1 .thsn-ihbox-content{
    margin-top: 20px;
    margin-bottom: 20px;
}
.thsn-ihbox-style-1 .vc_btn3-container.vc_btn3-inline{
    margin: 0;
}
.thsn-ihbox-style-1 .thsn-ihbox-contents .vc_btn3-color-globalcolor.vc_general.vc_btn3{
    background-color: transparent;
    background: none;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid #fff;
}
.thsn-ihbox-style-1 .thsn-ihbox-contents .vc_btn3-color-globalcolor.vc_general.vc_btn3:hover{
    background-color: #fff;
}
.thsn-bg-color-globalcolor .thsn-ihbox-style-1 .thsn-ihbox-icon-wrapper{
    color: #fff;
}
.thsn-bg-color-globalcolor .thsn-ihbox-style-1.thsn-ihbox h2:after{
    background: rgba(255, 255, 255, 0.20);
}

/*=== thsn-ihbox-style-2 ===*/
.thsn-ihbox-style-2{
    position: relative;
}
.thsn-ihbox-style-2 .thsn-ihbox-contents,
.thsn-ihbox-style-2 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.thsn-ihbox-style-2 .thsn-ihbox-icon{
    padding-right: 15px;
   padding-top: 5px;
}
.thsn-text-color-white .thsn-ihbox-style-2 .thsn-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.thsn-ihbox-style-2 .thsn-ihbox-icon-wrapper{
    font-size: 40px;
    line-height: 75px;
    color: #fff;
    text-align: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.thsn-ihbox-style-2 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
	line-height: normal;
	font-size: unset;
}
.thsn-ihbox-style-2 h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.thsn-ihbox-style-2 .thsn-ihbox-content{
    font-size: 14px;
    line-height: 18px;
}

/*=== thsn-ihbox-style-3 ===*/
.thsn-ihbox-style-3{
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.thsn-ihbox-style-3 .thsn-ihbox-contents,
.thsn-ihbox-style-3 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon{
    padding-right: 15px;
   padding-top: 5px;
}
.thsn-text-color-white .thsn-ihbox-style-3 .thsn-ihbox-icon i{
    color: #130947;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper{
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
    line-height: normal;
    font-size: unset;
}
.thsn-ihbox-style-3 h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}
.thsn-ihbox-style-3 h4{
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

/*=== thsn-ihbox-style-4 ===*/
.thsn-ihbox-style-4{
    position: relative;
    padding-bottom: 30px;
}
.thsn-ihbox-style-4 .thsn-ihbox-contents,
.thsn-ihbox-style-4 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.thsn-ihbox-style-4 .thsn-ihbox-icon{
    padding-right: 10px;
}
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper{
    font-size: 24px;
    color: #4f87fb;
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 30px 50px rgba(0,0,0,.08);
}
.thsn-ihbox-style-4 h2{
    font-size:18px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}
.thsn-ihbox-style-4 h4{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
}

/*=== thsn-ihbox-style-5 ===*/
.thsn-ihbox-style-5.thsn-ihbox {
    text-align: center;
    position: relative;
}
.thsn-ihbox-style-5.thsn-ihbox h2{
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
}
.thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper{
    margin-bottom: 35px;
    color: #071323;
    display: inline-block;
    position: relative;
}
.thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(0,0,0,.07);
}
.thsn-ihbox-style-5 .thsn-ihbox-content{
    margin-top: 15px;
    padding: 0 30px;
}
body{
    counter-reset: item thsnbox1;
}
.thsn-steps-counter .thsn-ihbox-style-5  .thsn-ihbox-icon-wrapper:before {
    content: counter(thsnbox1, decimal-leading-zero) " ";
    counter-increment: thsnbox1;
    color: #fff;
    height: 46px;
    width: 46px;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 800;
    top: 0;
    right: 0;
    z-index: 99;
}
.thsn-steps-counter .thsn-ihbox-style-5  .thsn-ihbox-icon-wrapper:after{
    width: 56px;
    height: 56px;
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
}
.thsn-steps-counter:after{
    background: url(../images/step-counter-bg.png) repeat 0 0;
    content: "" !important;
    position: absolute;
    width: 1366px;
    height: 190px;
    background-repeat: no-repeat;
    background-position: top;
    left: -90px;
}
/*=== thsn-ihbox-style-6 ===*/
.thsn-ihbox-style-6{
    position: relative;
    margin-bottom: 0px;
   padding-right: 20px;
}
.thsn-ihbox-style-6 .thsn-ihbox-contents,
.thsn-ihbox-style-6 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.thsn-ihbox-style-6 .thsn-ihbox-content{
	margin-top: 20px;
	margin-bottom: 20px;
}
.thsn-ihbox-style-6 .thsn-ihbox-icon{
   padding-right: 20px;
}
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper{
    font-size: 65px;
    line-height: 65px;
}
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
    line-height: normal;
    font-size: unset;
}
.thsn-ihbox-style-6 h2{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0;
}
.thsn-ihbox-style-6 h4{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.thsn-ihbox-style-6 .thsn-ihbox-btn{
	margin-top: 15px;
}
.thsn-ihbox-style-6 .thsn-ihbox-btn .vc_general.vc_btn3{
	background-color: transparent !important;
	background-image: none !important;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
.thsn-ihbox-style-6 .thsn-ihbox-btn .vc_general.vc_btn3:hover{
    background-color: #fff !important;
}
/*=== thsn-ihbox-style-7 ===*/
.thsn-ihbox-style-7{
    position: relative;
    margin-bottom: 20px;
   padding-right: 20px;
}
.thsn-ihbox-style-7 .thsn-ihbox-contents,
.thsn-ihbox-style-7 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.thsn-ihbox-style-7 .thsn-ihbox-icon{
   padding-right: 20px;
   padding-top: 5px;
}
.thsn-text-color-white .thsn-ihbox-style-7 .thsn-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper{
    font-size: 40px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
    line-height: normal;
    font-size: unset;
}
.thsn-ihbox-style-7 h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.thsn-ihbox-style-7 .thsn-ihbox-content{
    font-size: 14px;
    line-height: 18px;
}
.thsn-ihbox-style-7 .thsn-ihbox-content a[href^=tel]{
    color: #6d7a8c;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
}
/*=== thsn-ihbox-style-8 ===*/
.thsn-ihbox-style-8{
    position: relative;
    margin-bottom: 20px;
   padding-right: 20px;
}
.thsn-ihbox-style-8 .thsn-ihbox-contents,
.thsn-ihbox-style-8 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.thsn-ihbox-style-8 .thsn-ihbox-contents{
    padding-left: 60px;
}
.thsn-ihbox-style-8 .thsn-ihbox-icon{
   padding-right: 20px;
   padding-top: 5px;
}
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper{
    font-size: 40px;
    line-height: 40px;
    position: relative;
    top: 10px;
}
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
    line-height: normal;
    font-size: unset;
}
.thsn-ihbox-style-8 h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}
.thsn-ihbox-style-8 .thsn-ihbox-content{
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
}
/*=== thsn-ihbox-style-9 ===*/
.thsn-ihbox-style-9{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.thsn-ihbox-style-9 .thsn-ihbox-headingicon{
    align-items: center;
}
.thsn-ihbox-style-9 .thsn-ihbox-content{
	margin-top: 15px;
}
.thsn-ihbox-style-9 .thsn-ihbox-contents,
.thsn-ihbox-style-9 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.thsn-ihbox-style-9 .thsn-ihbox-icon{
    padding-right: 15px;
}
.thsn-text-color-white .thsn-ihbox-style-9 .thsn-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper{
    font-size: 26px;
    line-height: 26px;
    text-align: center;
}
.thsn-ihbox-style-9 h2{
    font-size:16px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}
.thsn-ihbox-style-9 h4{
    font-size: 14px;
    line-height: 24px;
    color: #7e7e7e;
}
/*=== thsn-ihbox-style-10 ===*/
.thsn-ihbox-style-10 .thsn-ihbox-contents,
.thsn-ihbox-style-10 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.thsn-ihbox-style-10 h2{
    font-size:40px;
    line-height: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}
.thsn-ihbox-style-10 h4{
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px
}
.thsn-ihbox-style-10 .thsn-ihbox-icon-wrapper{
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
}
.thsn-ihbox-style-10 .thsn-ihbox-icon{
    padding-right: 20px;
    position: relative;
}
/*=== thsn-ihbox-style-11 ===*/
.thsn-ihbox-style-11{
    margin-bottom: 30px;
}
.thsn-ihbox-style-11 h2{
    font-size:18px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}
.thsn-ihbox-style-11 h4{
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px
}
.thsn-ihbox-style-11 .thsn-ihbox-icon-wrapper{
    font-size: 38px;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
}
.thsn-ihbox-style-11 .thsn-ihbox-icon{
    padding-right: 20px;
    position: relative;
    width: 160px;
    display: inline-block;
}
/* --------------------------------------
 * thsn-timebox-list
 * ---------------------------------------*/
ul.thsn-timelist-list{
    padding: 0px;
    margin: 0;
    font-size: 14px;
}
ul.thsn-timelist-list li{
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    border-bottom: 1px solid #e2e4e8;
    padding: 15px 0px;
}
ul.thsn-timelist-list li:last-child{
    border-bottom: none;
}
ul.thsn-timelist-list .thsn-timelist-li-value{
    float: right;
    font-weight: 600;
}
.thsn-text-color-white ul.thsn-timelist-list li {
    border-bottom-color: rgba(255, 255, 255, 0.25);
    padding: 12px 0px;
}
/* --------------------------------------
 * Blog Box
 * ---------------------------------------*/
.themesion-box-blog{
    margin-bottom: 30px;
}
.themesion-ele-blog .thsn-post-title{
    margin-bottom: 10px;
}
.thsn-meta-container .thsn-meta-line{
    color: #abacaf;
}
/*=== ts-blogbox-style-1 ===*/
.thsn-blogbox-style-1 {
    margin-bottom: 30px;
}
.thsn-blogbox-style-1 .thsn-featured-container{
    position: relative;
}
.thsn-blogbox-style-1 .thsn-meta-category{
    display: inline-block;
    padding: 6px 25px;
    color: #fff;
    position: absolute;
    bottom: -14px;
    right: 35px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 9;
    border-radius: 15px;
}
.thsn-blogbox-style-1 .thsn-meta-category a{
    color: #fff;
}
.thsn-blogbox-style-1 .thsn-featured-wrapper img{
    border-radius: 8px;
    box-shadow: 0 30px 50px rgba(0,0,0,.08);
}
.thsn-blogbox-style-1 .themesion-box-content{
    padding-top:30px;
}
.thsn-blogbox-style-1 .themesion-box-content .thsn-post-title{
    font-size: 22px;
    line-height: 28px;
}
.thsn-blogbox-style-1 .themesion-box-content .thsn-post-title a{
    color: #222
}
/*.thsn-blogbox-style-1 .post-item .thsn-read-more-link a{
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}*/
.thsn-blogbox-style-1 .thsn-meta-container{
    margin-bottom: 10px;
    font-size: 16px;
}
.thsn-blogbox-style-1  .themesion-box-desc{
    margin-top: 15px;
}
.thsn-blogbox-style-1 .thsn-meta-container .thsn-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a0a9b6;
    letter-spacing: 1px;
}
.thsn-blogbox-style-1 .thsn-meta-container .thsn-meta-line i{
    display: none;
}
.thsn-blogbox-style-1 .thsn-meta-container .thsn-meta-line:last-child:after{
    display: none;
}
.thsn-blogbox-style-1 .thsn-meta-container .thsn-meta-line:first-child{
    margin-left: 0;
}
.thsn-blogbox-style-1 .themesion-box-content .vc_general.vc_btn3{
    background-color: transparent !important;
    color: #000;
    padding: 0;
    font-weight: bold;
}
.thsn-blogbox-style-1 .themesion-box-content .vc_general.vc_btn3:after{
    font-family: "themesion-base-icons";
    content: '\e814';
    font-size: 15px;
    margin-left: 5px;
}
/*=== .thsn-blogbox-style-2 ===*/
.thsn-element-blog-style-2 .thsn-element-posts-wrapper.row .thsn-ele{
    margin-bottom:  0;
}
.thsn-blogbox-style-2 .post-item{
    margin-bottom: 25px;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: normal;
}
.thsn-blogbox-style-2 .post-item .thsn-featured-container{
    width: 150px;
    flex-shrink: 0;
    margin-right: 30px;
}
.thsn-blogbox-style-2 .thsn-featured-wrapper img {
    border-radius: 4px;
    box-shadow: 0 30px 50px rgba(0,0,0,.08);
}
.thsn-blogbox-style-2 .post-item .themesion-box-desc {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}
.thsn-blogbox-style-2 .themesion-box-content{
    padding-top: 20px;
    padding-right: 25px;
}
.thsn-blogbox-style-2 .post-item .thsn-post-title{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}
.thsn-blogbox-style-2 .thsn-meta-container{
    margin-bottom: 5px;
    font-size: 16px;
}
.thsn-blogbox-style-2 .thsn-meta-container .thsn-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #a0a9b6;
}
.thsn-blogbox-style-2 .thsn-meta-container .thsn-meta-line:first-child{
    margin-left: 0;
}
/*=== .thsn-blogbox-style-3 ===*/
.thsn-blogbox-style-3 {
    margin-bottom: 50px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.thsn-blogbox-style-3 .thsn-featured-container{
    position: relative;
}
.thsn-blogbox-style-3 .thsn-meta-category{
    display: inline-block;
    padding: 6px 25px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 9;
    border-radius: 15px;
}
.thsn-blogbox-style-3 .thsn-meta-category a{
    color: #fff;
}
.thsn-blogbox-style-3 .themesion-box-content{
    padding: 30px 25px;
    background: #fff;
}
.thsn-blogbox-style-3 .themesion-box-content .thsn-post-title{
    font-size: 22px;
    line-height: 26px;
}
.thsn-blogbox-style-3 .thsn-meta-container{
    margin-bottom: 0;
    font-size: 16px;
    border-top: 1px solid #e7edf3;
    padding-top: 20px;
}
.thsn-blogbox-style-3  .themesion-box-desc{
    margin-top: 20px;
}
.thsn-blogbox-style-3 .thsn-meta-container .thsn-meta-line:first-child {
    margin-left: 0;
}
.thsn-blogbox-style-3 .thsn-meta-container .thsn-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 13px;
    color: #a0a9b6;
}
.thsn-blogbox-style-3 .thsn-meta-container .thsn-meta-line a{
    color: #a0a9b6;
}
.thsn-blogbox-style-1 .themesion-icon-box,
.thsn-blogbox-style-1 .thsn-featured-wrapper:before,
.thsn-blogbox-style-1 .thsn-featured-wrapper,
.thsn-blogbox-style-3 .themesion-icon-box,
.thsn-blogbox-style-3 .thsn-featured-wrapper:before,
.thsn-blogbox-style-3 .post-item .thsn-read-more-link a:after,
.thsn-blogbox-style-3 .thsn-featured-wrapper{
    -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-blogbox-style-4 ===*/
.thsn-blogbox-style-4 .post-item{
    background: #fff;
}
.thsn-blogbox-style-4 .themesion-box-content{
    padding: 20px 30px;
}
.thsn-blogbox-style-4 .post-item .thsn-post-title{
    font-size: 24px;
    line-height: 34px;
}
.thsn-blogbox-style-4 .thsn-meta-container{
    margin-bottom: 5px;
}
.thsn-blogbox-style-4 .thsn-meta-container .thsn-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.thsn-blogbox-style-4 .thsn-meta-container .thsn-meta-line:first-child{
    margin-left: 0;
}
.thsn-blogbox-style-4 .post-item .thsn-read-more-link{
    margin-top: 15px;
}
.thsn-blogbox-style-4 .post-item .thsn-read-more-link a{
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.thsn-blogbox-style-4 .post-item .thsn-read-more-link a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.thsn-blogbox-style-4 .post-item .thsn-read-more-link a:hover:after{
    width: 0;
}
/*=== Classic blog ===*/
.thsn-blog-classic .thsn-featured-wrapper{
    margin-bottom: 30px;
}
.thsn-post-related .thsn-featured-wrapper {
    margin-bottom: 0;
}
.thsn-blog-classic {
    margin-bottom: 50px;
    position: relative;
}
.single .thsn-blog-classic {
    margin-bottom: 15px;  
}
.thsn-blog-classic .thsn-featured-wrapper img{
    border-radius: 8px;
}
.thsn-blog-classic .thsn-post-thumbnail{
    margin-bottom: 40px;
}
.thsn-blog-classic .thsn-post-title{
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}
.thsn-blog-classic .thsn-entry-content{
    margin-top: 20px;
    font-size: 16px;
}
.thsn-blog-classic-inner .thsn-read-more-link{
	padding-top: 10px;
}
.thsn-blog-classic-inner .thsn-read-more-link a{
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 40px;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    border:none;
}
.thsn-blog-classic-inner .thsn-read-more-link a:hover{
    color: #fff;
}
body:not(.single) .thsn-blog-classic .thsn-blog-classic-inner{
    padding: 0px 0px 50px 0px;
    border-bottom: 1px solid #e5e8ef;
}
.thsn-blog-classic .thsn-meta-cat {
    display: inline-block;
    padding: 6px 25px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 2;
    border-radius: 15px;
}
.thsn-blog-classic blockquote{
    color: #222;
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
}
.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: 30px
}
blockquote cite,
blockquote small {
    color: #bcbdc1;
    display: block;
    font-size: 13px;
    line-height: 23px;
    font-style: normal!important;
    margin-top: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.post_format-post-format-quote .thsn-blog-classic .thsn-meta,
.post_format-post-format-quote .thsn-blog-classic .thsn-blog-classic-inner{
    display: none;
}
.post_format-post-format-quote .thsn-blog-classic blockquote{
    margin: 0;
}
/*=== Sticky post ===*/
.post.sticky{
    background-color: #fff;
    position: relative;
    padding: 1px 40px;
    overflow: hidden;
    margin-bottom: 50px;
}
.post.sticky .thsn-blog-classic .thsn-blog-classic-inner{
    padding: 0px;
    border: 0;
}
.thsn-no-img.post.sticky{
  padding: 40px 40px;;
}
.post.sticky .thsn-blog-classic .thsn-blog-meta.thsn-blog-meta-top i,
.post.sticky .thsn-post-title a:hover,
.post.sticky .thsn-entry-content a,
.post.sticky code,
.post.sticky .thsn-read-more-link a,
.post.sticky .thsn-post-title a,
.post.sticky .thsn-blog-meta,
.post.sticky .thsn-blog-meta a{
   color: #fff
}
.post.sticky .thsn-entry-content{
   color: rgba(255, 255, 255, 0.80);
}
.post.sticky .thsn-meta-cat a{
   background-color: #fff;
   color: #222;
}
.post.sticky .thsn-read-more-link a:after{
   background-color: #222;
}
.post.sticky .thsn-blog-classic{
   margin-bottom: 0px;
}
article.thsn-no-img .thsn-meta.thsn-meta-cat{
    display: none;
}
/* --------------------------------------
 * Portfolio Section
 * ---------------------------------------*/
.themesion-overlay-box:hover img {
   transform: scale(1, 1);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    filter: blur(4px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
}
/*=== thsn-blogbox-style-1 ===*/
.thsn-portfolio-style-1 .themesion-post-item{
    position: relative;
    overflow: hidden;
}
.thsn-portfolio-style-1 img {
    width: 100%;
    height: auto;
    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:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.thsn-portfolio-style-1 .themesion-box-content{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.thsn-portfolio-style-1 .themesion-box-content:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    background: rgba(0, 0, 0, 0.6);
}
.thsn-portfolio-style-1:hover .themesion-box-content:after{
    visibility: visible;
    opacity: 1;
}
.thsn-portfolio-style-1 .themesion-icon-box {
    width: 37px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 16px;
    line-height: .8;
    color: #fff;
    display: inline-block;
    text-align: center;
    z-index: 2;
    padding: 11px 17px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 600ms;
    -moz-transition: all ease 600ms;
    -webkit-transition: all ease 600ms;
}
.thsn-portfolio-style-1:hover .themesion-icon-box {
    visibility: visible;
    opacity: 1;
    left: 8px;
}
.thsn-portfolio-style-1 .themesion-icon-box a{
    width: 8px;
    height: 8px;
    line-height: 8px;
    display: inline-block;
    color: #fff;
    font-size: 24px;
}
.thsn-portfolio-style-1 .themesion-titlebox{
    position: absolute;
    left: 30px;
    bottom: 15px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
}
.thsn-portfolio-style-1:hover .themesion-titlebox {
    visibility: visible;
    opacity: 1;
    bottom: 32px;
}
.thsn-portfolio-style-1 .themesion-box-content .thsn-portfolio-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.thsn-portfolio-style-1 .themesion-box-content .thsn-portfolio-title  a{
    color: #fff;
}
.thsn-portfolio-style-1 .themesion-box-content .themesion-box-content-inner{
    position: relative;
    z-index: 5;
    height: 100%;
}
.thsn-element-portfolio-style-1 .thsn-ihbox.thsn-ihbox-style-hsbox{
    margin-bottom: 90px;
}
/*=== .thsn-blogbox-style-2 ===*/
.thsn-portfolio-style-2 .thsn-portfolio-icon-wrapper i,
.thsn-portfolio-style-2 .thsn-portfolio-icon-wrapper,
.thsn-portfolio-style-2 img {
   -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-portfolio-style-2,
.thsn-portfolio-style-2 .thsn-image-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.thsn-portfolio-style-2 .thsn-content-wrapper{
    padding:20px 0 0;
}
.thsn-portfolio-style-2 .thsn-portfolio-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 5px;
}
.thsn-portfolio-style-2 .thsn-portfolio-title a{
    color: #2c2c2c;
}
.thsn-portfolio-style-2 .thsn-port-cat a{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 4px;
    display: inline-block;
}
.thsn-portfolio-style-2 .thsn-port-cat{
    position: relative;
    line-height: 13px;
    margin-bottom: 10px;
}
.thsn-text-color-white .thsn-portfolio-style-2 .thsn-portfolio-title a{
    color: #fff;
}
.thsn-portfolio-style-2 .vc_general.vc_btn3{
    padding: 12px 60px;
}
body .thsn-portfolio-style-2  .vc_btn3-color-globalcolor.vc_general.vc_btn3{
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 600;
}
.thsn-portfolio-style-2 .vc_btn3-container{
    margin-bottom: 0;
}
.thsn-portfolio-style-2 .thsn-portfolio-icon-wrapper {
    height: 50px;
    width: 50px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    opacity: 0;
    background-color: #fff;
}
.thsn-portfolio-style-2:hover .thsn-portfolio-icon-wrapper {
    opacity: 1;
}
.thsn-portfolio-style-2:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.thsn-portfolio-style-2 img {
    transform: scale(1, 1);
}
/*=== .thsn-blogbox-style-3 ===*/
.thsn-portfolio-style-3 {
    margin-bottom:  30px;
}
.thsn-portfolio-style-3 .thsn-featured-wrapper:before,
.thsn-portfolio-style-3 .thsn-portfolio-icon-wrapper i,
.thsn-portfolio-style-3 .thsn-portfolio-icon-wrapper,
.thsn-portfolio-style-3 img {
   -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-portfolio-style-3 .thsn-portfolio-icon-wrapper {
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #000;
}
.thsn-portfolio-style-3 .thsn-portfolio-icon-wrapper a{
    color: #fff;
    display: block;
}
.thsn-portfolio-style-3 .thsn-port-cat a{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    display: inline-block;
    color: #a4a6a9;
}
.thsn-portfolio-style-3 .thsn-content-wrapper{
    padding:20px 30px;
    border: 1px solid #f8f8f8;
}
.thsn-portfolio-style-3 .thsn-portfolio-title{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px;
}
.thsn-portfolio-style-3 .thsn-featured-wrapper{
    position: relative;
    overflow: hidden;
}
.thsn-portfolio-style-3 .thsn-featured-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 22, 42, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 1;
}
.thsn-portfolio-style-3:hover .thsn-featured-wrapper:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: .5s ease;
}
.thsn-portfolio-style-3 .thsn-image-wrapper{
    position: relative;
}
.thsn-portfolio-style-3 .themesion-icon-box{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-left: -15px;
    margin-top: -15px;
    transition: .5s ease;
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    transition-delay: .5s;
}
.thsn-portfolio-style-3 .themesion-icon-box a{
    color: #fff;
    font-size: 30px;
}
.thsn-portfolio-style-3:hover .themesion-icon-box{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*=== .thsn-portfolio-style-4 ===*/
.thsn-portfolio-style-4 .themesion-post-item{
    position: relative;
    overflow: hidden;
}
.thsn-portfolio-style-4 img {
    width: 100%;
    height: auto;
    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-4:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.thsn-portfolio-style-4 .themesion-box-content{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}
.thsn-portfolio-style-4 .themesion-box-content:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.thsn-portfolio-style-4:hover .themesion-box-content:after{
    visibility: visible;
    opacity: 1;
}
.thsn-portfolio-style-4 .themesion-titlebox{
    text-align: center;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
}
.thsn-portfolio-style-4:hover .themesion-titlebox {
    visibility: visible;
    opacity: 1;
    bottom: 32px;
}
.thsn-portfolio-style-4 .themesion-box-content .thsn-portfolio-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px;
}
.thsn-portfolio-style-4 .themesion-box-content .thsn-portfolio-title a{
    color: #fff;
}
.thsn-portfolio-style-4 .thsn-port-cat a{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 2px;
}
.thsn-portfolio-style-4 .thsn-portfolio-corners:before,
.thsn-portfolio-style-4 .thsn-portfolio-corners:after{
    content: '';
    position: absolute;
    z-index: inherit;
    width: 12px;
    height: 12px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
        -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.thsn-portfolio-style-4 .thsn-portfolio-corners_bottom:before {
    bottom: 50px;
    left: 50px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.thsn-portfolio-style-4 .thsn-portfolio-corners_bottom:after {
    bottom: 50px;
    right: 50px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.thsn-portfolio-style-4 .thsn-portfolio-corners_top:before {
    top: 50px;
    left: 50px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.thsn-portfolio-style-4 .thsn-portfolio-corners_top:after {
    top: 50px;
    right: 50px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.thsn-portfolio-style-4:hover .thsn-portfolio-corners:before,
.thsn-portfolio-style-4:hover .thsn-portfolio-corners:after{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* --------------------------------------
 * 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;
}
.thsn-portfolio-single-style-1  .thsn-featured-wrapper img,
.thsn-portfolio-single-style-2  .thsn-featured-wrapper img{
    margin-bottom: 60px;
    border-radius: 4px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.thsn-portfolio-single-style-1 .thsn-portfolio-wrap{
    background-color: #fff;
    box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
    border-radius: 4px;
    overflow: hidden;
}
.thsn-portfolio-single-style-1 .thsn-portfolio-block {
    padding: 30px;
    border-bottom: 1px solid #e5e8ef;
}
.thsn-portfolio-single-style-1 .thsn-portfolio-block:last-child{
    border:none;
}
.thsn-portfolio-single-style-1 .thsn-portfolio-block h4{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
}
.thsn-portfolio-single-style-2 .thsn-portfolio-block h4{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}
.thsn-portfolio-single-style-2 .thsn-portfolio-block:first-child{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e8ef;
}
/*=== .thsn-portfolio-lines-wrapper ===*/
.thsn-portfolio-lines-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
}
.thsn-portfolio-line-title{
    color: #222;
    font-weight: 700;
    letter-spacing: 0.5px;
    width: 116px;
    display: inline-block;
}
.thsn-portfolio-line-li{
    margin-bottom:  0px;
    position: relative;
}
.thsn-details-label{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #222;
}
.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;
}
.thsn-portfolio-single .nav-links a {
    border: 4px solid #f2f3f4;
}
/*=== single-thsn-service ===*/
.archive .themesion-ele-portfolio{
    margin-bottom: 30px;
}
.thsn-sortable-list-ul{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.thsn-sortable-list-ul li{
	display: inline-block;
	margin: 0 15px;
}
.thsn-sortable-list a{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}
/* 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 Section
 * ---------------------------------------*/
 /*=== Team Member style 1 ===*/
.thsn-team-style-1.themesion-ele-team{
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 60px;
}
.thsn-element-team-style-1 .col-md-5{
    -ms-flex: 0 0 43.666667%;
    flex: 0 0 43.666667%;
    max-width: 43.666667%;
}
.thsn-element-team-style-1 .col-md-7{
    -ms-flex: 0 0 56.333333%;
    flex: 0 0 56.333333%;
    max-width: 56.333333%;
}
.thsn-element-team-style-1 .col-md-5 .thsn-team-1-inner{
    padding-top: 50px;
    margin-left: 15px;
}
.thsn-element-team-style-1 .col-md-7.thsn-team-1-carousel-area .thsn-team-1-inner:after {
    content: "";
    width: 1000%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.thsn-element-team-style-1 .col-md-7.thsn-team-1-carousel-area .thsn-team-1-inner:after  {
    height: 60%;
}
.thsn-element-team-style-1 .col-md-7.thsn-team-1-carousel-area .thsn-team-1-inner {
    padding-left: 33px;
}
.thsn-element-team-style-1 .thsn-carousel-navs a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #dbdbdb;
    color: #9b9b9b;
    display: inline-block;
    border-radius: 50%;
}
.thsn-element-team-style-1 .thsn-carousel-navs a.thsn-carousel-next{
    margin-left: 10px;
}
.thsn-element-team-style-1 .thsn-carousel-navs a i:before,
.thsn-element-team-style-1 .thsn-carousel-navs a i:after{
    margin: 0;
    line-height: normal;
    padding: 0;
}
.thsn-team-style-1,
.thsn-team-style-1 .themesion-box-social-links,
.thsn-team-style-1 .themesion-box-content{
    -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-content{
   background-color: #fff;
   border-radius: 4px;
   margin:-30px 15px 0;
   box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
   border-bottom: 1px solid transparent;
   position: absolute;
   width: calc(100% - 30px);
   transform: translateY(0);
}
.thsn-team-style-1 .themesion-box-content {
   padding: 20px 30px 10px 25px;
   text-align: center;
}
.thsn-team-style-1 .thsn-featured-wrapper img{
   border-radius: 4px;
}
.thsn-team-style-1 .themesion-box-content .thsn-team-title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.thsn-team-style-1 .themesion-box-content .thsn-team-title,
.thsn-team-style-1 .themesion-box-content .thsn-team-title a{
    color: #232323;
}
.thsn-team-style-1 .themesion-box-team-position{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px;
}
.thsn-team-style-1 .themesion-box-social-links{
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.thsn-team-style-1:hover .themesion-box-social-links{
    height: 32px;
    opacity: 1;
}
.thsn-team-style-1 .themesion-box-social-links .fa-share-alt{
    display: none;
}
.thsn-team-style-1 .themesion-box-content ul{
    margin: 0;
    padding: 0;
}
.thsn-team-style-1 .themesion-box-content ul li{
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}
.thsn-team-style-1 .themesion-box-content ul li:first-child{
    margin-left: 0;
}
.thsn-team-style-1 .themesion-box-content ul li a{
    display: inline;
    font-size: 15px;
    line-height: 15px;
}
.thsn-team-style-1:hover .themesion-box-content{
    transform: translateY(-30px);
    border-bottom-width: 3px;
}
/*=== Team Member style 2 ===*/
.thsn-team-style-2,
.thsn-team-style-2 .thsn-featured-wrapper img{
    -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-2.themesion-ele-team{
    position: relative;
}
.thsn-team-style-2{
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 40px;
}
.thsn-team-style-2 .themesion-box-content {
   padding: 20px 30px 0;
   text-align: center;
}
.thsn-team-style-2 .thsn-featured-wrapper img{
    border-radius: 50%;
    border: 10px solid #000;
}
.thsn-team-style-2 .themesion-box-content .thsn-team-title{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.thsn-team-style-2 .themesion-box-team-position{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.thsn-team-style-2 .themesion-team-image-box{
    position: relative;
    overflow: hidden;
}
.thsn-team-style-2 .thsn-social-links li a:hover{
    color: #222;
}
.thsn-team-style-2 .themesion-box-social-links li a{
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
}
.thsn-team-style-2 .themesion-box-social-links li a:hover{
    color: #fff !important;
}
.thsn-team-style-2 .themesion-box-social-links li:last-child{
    margin-bottom: 0;
}
/*=== Team Member style 2 ===*/
.thsn-team-style-3.themesion-ele-team{
    position: relative;
}
.thsn-team-style-3 .themesion-team-vertical:after,
.thsn-team-style-3 .themesion-box-social-links,
.thsn-team-style-3 .themesion-box-content{
    -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-content {
   text-align: center;
   padding-top: 20px;
}
.thsn-team-style-3 .themesion-box-content .thsn-team-title{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}
.thsn-team-style-3 .themesion-box-content .thsn-team-title,
.thsn-team-style-3 .themesion-box-content .thsn-team-title a{
    color: #071323;
}
.thsn-team-style-3 .thsn-social-links li a:hover{
    color: #222;
}
.thsn-team-style-3 .themesion-team-image-box{
    position: relative;
    overflow: hidden;
}
.thsn-team-style-3 .thsn-social-links{
    position: absolute;
    bottom: 10px;
    z-index: 9;
}
.thsn-team-style-3 .themesion-box-social-links li{
    display: block;
    margin-right: 0;
}
.thsn-team-style-3 .themesion-box-social-links li a{
    display: block;
    height: 35px;
    width: 55px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.thsn-team-style-3 .themesion-box-social-links li:last-child{
    margin-bottom: 0;
}
.thsn-team-style-3 .themesion-team-vertical{
    width: 55px;
    height: 100%;
    position: absolute;
    background: #222;
    left: 0;
    top: 0;
}
.thsn-team-style-3 .themesion-box-team-position-wrap{
    position: absolute;
    left: 40px;
    top: 25px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: left top 0;
    color: #fff;
    min-width: 230px;
    z-index: 9;
}
.thsn-team-style-3 .themesion-box-team-position:after {
    background: #fff;
    display: inline-block;
    content: "";
    width: 40px;
    height: 1px;
    vertical-align: middle;
    margin: 0 8px;
}
.thsn-team-style-3 .themesion-team-vertical:after{
    content: '';
    width: 100%;
    height: 0;
    background: #151726;
    position: absolute;
    top: 0;
    left: 0;
}
.thsn-team-style-3:hover .themesion-team-vertical:after{
    height: 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 .thsn-team-info-block {
    padding: 30px;
    border-bottom: 1px solid #e5e8ef;
}
.thsn-team-single .thsn-team-info-block:last-child{
    border-bottom: none;;
}
.thsn-team-single .thsn-team-info-block h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}
.thsn-team-single .thsn-team-info-block .wpb_content_element {
    margin-bottom: 0;
}
/*=== Single Team Member Style 2 ===*/
.thsn-team-single-style-2 .thsn-team-title-box{
    position: relative;
}
.thsn-team-single-style-2 .thsn-single-team-info li .icon{
    color: #222;
}
.thsn-team-single-style-2 .thsn-team-title-box *{
    display: block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.thsn-team-single-style-2 .thsn-team-single .thsn-team-social-links{
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 15px;
}
.thsn-team-single-style-2 .thsn-team-single .thsn-team-social-links a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}
/* --------------------------------------
 * Contact Form 7
 * ---------------------------------------*/
.main-form input[type="text"],
.main-form input[type="email"],
.main-form input[type="password"],
.main-form input[type="tel"],
.main-form select,
.main-form textarea{
    border: none;
    border-bottom: 1px solid #cccccc;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 14px;
}
/* --------------------------------------
 * Custom Button
 * ---------------------------------------*/
.vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple){
    color: #fff;
}
.vc_btn3-style-classic.vc_general.vc_btn3.vc_btn3-color-secondarycolor,
.vc_btn3-style-classic.vc_general.vc_btn3-color-globalcolor{
    border-color: transparent;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondarycolor:hover,
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-globalcolor:hover{
    background-color: #222;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 45px;
    padding-right: 45px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 35px;
    padding-right: 35px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{
    color: #262626;
    border-color: #d5d5d5;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
    background-color: #d5d5d5;
    border-color: transparent;
    color: #fff
}
.vc_btn3-color-globalcolor.vc_general.vc_btn3.vc_btn3-style-flat:hover{
    background-color: #222;
}
.vc_general.vc_btn3-style-outline.vc_btn3-color-globalcolor:hover span{
    color: #fff
}
/* --------------------------------------
 * Testimonial
 * ---------------------------------------*/
/*=== Team Member style 1 ===*/
.thsn-testimonial-style-1{
    position: relative;
    margin-top: 50px;
}
.owl-carousel .owl-item .thsn-testimonial-style-1 img,
.thsn-testimonial-style-1 .themesion-box-img img{
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.thsn-testimonial-style-1 .themesion-box-content{
    background-color: #fff;
    border-radius: 4px;
    padding: 60px 45px 40px;
}
.thsn-testimonial-style-1 .themesion-box-desc{
    padding-bottom: 10px;
    padding-top: 10px;
}
.thsn-testimonial-style-1 .themesion-box-star-ratings{
    margin-bottom: 25px;
}
.thsn-testimonial-style-1 .themesion-box-author {
    position: relative;
    padding-left: 20px;
}
.thsn-testimonial-style-1 .themesion-box-title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 15px;
}
.thsn-testimonial-style-1 span.thsn-designation {
    font-size: 13px;
}
.thsn-testimonial-style-1 blockquote{
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}
.thsn-testimonial-style-1 .themesion-box-desc{
    position: relative;
}
.thsn-testimonial-style-1:after {
    position: absolute;
    content: "\e805";
    font-family: "themesion-base-icons";
    font-size: 40px;
    line-height: 85px;
    top: -40px;
    left: 40px;
    color: #fff;
    text-align: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
}
.thsn-element-testimonial-style-1 .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 0;
    position: absolute;
    bottom: 60px;
    right: 40px;
}
/*===  thsn-testimonial-style 2 ===*/
.thsn-testimonial-style-2 {
    padding: 40px 100px;
    text-align: center;
    overflow: hidden;
    margin: 0 40px;
}
.thsn-testimonial-style-2 .themesion-box-img{
    position: relative;
    display: inline-block;
}
.owl-carousel .owl-item .thsn-testimonial-style-2 .themesion-box-img img,
.thsn-testimonial-style-2 .themesion-box-img img{
    border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 0 30px 50px rgba(0,0,0,.09);
    max-width: none;
}
.thsn-testimonial-style-2 .themesion-box-author {
    position: relative;
    padding-left: 0;
    text-align: center;
    display: inline-block;
}
.thsn-testimonial-style-2 .themesion-box-title{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
    letter-spacing: 0;
}
.thsn-testimonial-style-2 span.thsn-designation {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.thsn-testimonial-style-2 blockquote{
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}
.thsn-testimonial-style-2 .themesion-box-content{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.thsn-text-color-white .thsn-testimonial-style-2 blockquote{
    color: #fff;
}
/*=== Team testimonialbox style 3 ===*/
.thsn-testimonial-style-3 {
    text-align: center;
    overflow: hidden;
}
.thsn-testimonial-style-3 .themesion-box-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 15px;
}
.thsn-testimonial-style-3 .themesion-box-content{
    border-radius: 4px;
    color: #fff;
    padding: 30px;
    position: relative;
    margin-bottom: 35px;
}
.thsn-testimonial-style-3 blockquote {
    padding: 0;
    margin: 0;
    border-left: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
    position: relative;
}
.owl-carousel .owl-item .thsn-testimonial-style-3 .themesion-box-img img,
.thsn-testimonial-style-3 .themesion-box-img img{
    border-radius: 50%;
    height: 70px;
    width: 70px;
    max-width: none;
    display: inline-block;
}
.thsn-testimonial-style-3 .themesion-box-content:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.thsn-testimonial-style-3 .thsn-designation{
    font-size: 13px;
}
/*=== Team Member style 4 ===*/
.thsn-testimonial-style-4{
    position: relative;
    margin-top: 30px;
}
.owl-carousel .owl-item .thsn-testimonial-style-4 img,
.thsn-testimonial-style-4 .themesion-box-img img{
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.thsn-testimonial-style-4 .themesion-box-desc{
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px;
    padding-left: 80px;
}
.thsn-testimonial-style-4 .themesion-box-desc:after {
    position: absolute;
    content: "\e805";
    font-family: "themesion-base-icons";
    font-size: 50px;
    line-height: 50px;
    top: 4px;
    left: 0;
    text-align: center;
}
.thsn-testimonial-style-4 .themesion-box-author {
    position: relative;
    text-align: left;
    display: inline-block;
    margin-left: 15px;
}
.thsn-testimonial-style-4 .themesion-box-title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.thsn-testimonial-style-4 span.thsn-designation {
    font-size: 13px;
    opacity: 0.8;
}
.thsn-testimonial-style-4 blockquote{
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-weight: 400;
}
.thsn-testimonial-style-4 .themesion-box-star-ratings{
    margin-top: 15px;
}
.thsn-element-testimonial-style-4 .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 0;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.thsn-element-testimonial-style-4.themesion-element-viewtype-carousel .owl-carousel button.owl-dot{
    border: 1px solid #222;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}
.thsn-element-testimonial-style-4.themesion-element-viewtype-carousel .owl-carousel button.owl-dot.active{
    background-color: #222;
}
/*=== Team Member style 5 ===*/
.thsn-element-testimonial-style-5.themesion-element-viewtype-carousel .owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin-top: 0;
}
.thsn-element-testimonial-style-5.themesion-element-viewtype-carousel .owl-carousel button.owl-dot{
    display: block;
    margin: 10px 0;
}
.thsn-element-testimonial-style-5.themesion-element-viewtype-carousel .owl-carousel button.owl-dot.active{
    background-color: #222;
}
.thsn-element-testimonial-style-5.thsn-vertical-heading .thsn-ihbox-style-hsbox {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    margin-bottom: 0;
    top: 54%;
    margin-top: 43px;
    left: 0px;
    z-index: 99;
}
.thsn-element-testimonial-style-5.thsn-vertical-heading .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading .vc_custom_heading{
    letter-spacing: 4px;
}
.thsn-testimonial-style-5 {
    padding: 40px 130px;
    text-align: center;
    overflow: hidden;
    margin: 0 40px;
}
.thsn-testimonial-style-5 .themesion-box-img{
    position: relative;
    display: inline-block;
}
.owl-carousel .owl-item .thsn-testimonial-style-5 .themesion-box-img img,
.thsn-testimonial-style-5 .themesion-box-img img{
    border-radius: 50%;
    height: 80px;
    width: 80px;
    max-width: none;
}
.thsn-testimonial-style-5 .themesion-box-img:after {
    position: absolute;
    content: "\e805" !important;
    font-family: "themesion-base-icons";
    font-size: 10px;
    line-height: 30px;
    top: 10px;
    left: 65px;
    background-color: #222;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.thsn-testimonial-style-5 .themesion-box-author {
    position: relative;
    padding-left: 0;
    padding-top: 20px;
    text-align: left;
    display: inline-block;
}
.thsn-testimonial-style-5 .themesion-box-title{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
}
.thsn-testimonial-style-5 span.thsn-designation {
    font-size: 13px;
}
.thsn-testimonial-style-5 blockquote{
    font-size: 26px;
    line-height: 36px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}
.thsn-testimonial-style-5 .themesion-box-desc{
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
}
.thsn-testimonial-style-5 .themesion-box-author * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.thsn-element-testimonial-style-5.themesion-element-viewtype-carousel .owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    margin-top: 0;
}
.thsn-text-color-white .thsn-testimonial-style-5 blockquote{
    color: #fff;
}
.thsn-element-testimonial-style-5.themesion-element-viewtype-carousel .owl-carousel button.owl-dot{
    display: block;
    margin: 10px 0;
}
.thsn-element-testimonial-style-5.thsn-vertical-heading .thsn-ihbox-style-hsbox {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    margin-bottom: 0;
    top: 54%;
    margin-top: 43px;
    left: 0px;
    z-index: 99;
}
.thsn-element-testimonial-style-5.thsn-vertical-heading .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading .vc_custom_heading{
    letter-spacing: 4px;
    font-size: 14px;
    text-transform: uppercase;
}
/* --------------------------------------
 * client logo
 * ---------------------------------------*/
.thsn-client-wrapper{
    position: relative;
    text-align: center;
}
.owl-carousel .themesion-ele-client img{
    width: auto !important;
    max-width: 100%;
    display: inline-block !important;
}
/*=== thsn-client-style-1 ===*/
.thsn-client-style-1{
    padding: 30px 0px;
}
/*=== thsn-client-style-2 ===*/
.thsn-client-style-2{
    padding: 30px 0px;
    border: 1px solid #eee;
}
/* --------------------------------------
 * VC Icon size
 * ---------------------------------------*/
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon{
    font-size: 1.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon{
    font-size: 2.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon{
    font-size: 3.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 4.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon{
    font-size: 5.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm{
    width: 3em!important;
    height: 3em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm .vc_icon_element-icon{
    font-size: 0.75em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm{
    width: 4em!important;
    height: 4em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm .vc_icon_element-icon{
    font-size: 1.25em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-md{
    width: 5em!important;
    height: 5em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-md .vc_icon_element-icon{
    font-size: 1.75em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-lg{
    width: 6em!important;
    height: 6em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 2.25em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl{
    width: 7em!important;
    height: 7em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl .vc_icon_element-icon{
    font-size: 2.75em!important;
}
/* --------------------------------------
 * Timeline view Section
 * ---------------------------------------*/
.thsn-company-hostory .simple-text p{
    text-align:left;
}
.thsn-company-hostory .year{
    padding: 6px 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: -17px;
    z-index: 9;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100px;
    text-align: center;
    background:#f2c21a;
}
.thsn-company-hostory .company_detail .content{
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.thsn-company-hostory .thsn-ourhistory-row {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.thsn-ourhistory .thsn-ourhistory-right {
  padding-bottom: 50px;
  padding-left: 70px;
}
.thsn-ourhistory .thsn-ourhistory-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: content-box;
}
.thsn-ourhistory .label {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}
.thsn-ourhistory h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.thsn-ourhistory .thsn-ourhistory-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    width: 4px;
    height: 100%;
    background: #fff;
}
.thsn-ourhistory .thsn-ourhistory-right.last{
    padding-bottom:0;
}
.thsn-ourhistory img{
    border-radius: 4px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.thsn-ourhistory-type2:last-child .thsn-ourhistory-right:after {
    display: none;
}
.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;
}
/* --------------------------------------
 * Fact and digit
 * ---------------------------------------*/
/*=== themesion-ele-fid-style-1 ===*/
.themesion-ele-fid-style-1 .thsn-sbox-icon-wrapper{
    font-size: 60px;
    line-height: 60px;
    padding-right: 20px;
}
.themesion-ele-fid-style-1 .thsn-fid-inner sub{
    bottom: 0;
    left: -10px;
}
.themesion-ele-fid-style-1 .thsn-fid-title {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.themesion-ele-fid-style-1 .thsn-fid-inner .thsn-number-rotate{
    display: inline-block;
}
.themesion-ele-fid-style-1 .thsn-fid-inner{
    font-size: 40px;
    line-height: 46px;
    font-weight: 900;
    margin-bottom: 0px;
}
/*=== themesion-ele-fid-style-2 ===*/
.themesion-ele-fid-style-2 .thsn-fid-inner sub{
    bottom: 0;
    left: -10px;
}
.themesion-ele-fid-style-2 .thsn-fid-title {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
.themesion-ele-fid-style-2 .thsn-fid-inner .thsn-number-rotate{
    display: inline-block;
}
.themesion-ele-fid-style-2 .thsn-fid-inner{
    font-size: 40px;
    line-height: 46px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
}
/*=== themesion-ele-fid-style-3 ===*/
.themesion-ele-fid-style-3 .thsn-sbox-icon-wrapper{
    font-size: 55px;
    line-height: 55px;
    color: #000;
    padding-right: 20px;
}
.themesion-ele-fid-style-3 .thsn-fid-inner sub{
    bottom: 0;
    left: -10px;
}
.themesion-ele-fid-style-3 .thsn-fid-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}
.themesion-ele-fid-style-3 .thsn-fid-inner .thsn-number-rotate{
    display: inline-block;
}
.themesion-ele-fid-style-3 .thsn-fid-inner{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 0;
}
/* --------------------------------------
 * Service Style
 * ---------------------------------------*/
.thsn-service-style-1{
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-radius: 4px;
}
.thsn-service-style-1 .thsn-service-icon-wrapper{
    -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-service-style-1 .themesion-box-content{
   text-align: center;
   position: relative;
}
.thsn-service-style-1 .themesion-box-content-inner{
    padding: 40px 50px 20px;
}
.thsn-service-style-1 .thsn-service-title {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0 30px;
    padding-bottom: 20px;
}
.thsn-service-style-1 .thsn-service-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 1px;
    background: #efefef;
    left: 50%;
    margin-left: -40px;
}
.thsn-service-style-1 .thsn-service-icon-wrapper{
    height: 110px;
    width: 110px;
    font-size: 50px;
    line-height: 110px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000;
    margin-bottom: 25px;
}
body .thsn-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3{
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 700;
}
body .thsn-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3{
    background-color: transparent !important
}
.thsn-service-style-1:hover .thsn-service-icon-wrapper{
    color: #fff !important;
}
/*=== .thsn-service-style-2 ===*/
.thsn-service-style-2{
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-radius: 4px;
}
.thsn-service-style-2 .thsn-service-icon-wrapper{
    -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-service-style-2 .themesion-box-content{
   text-align: center;
   position: relative;
}
.thsn-service-style-2 .themesion-post-item{
    padding: 15px;
    padding-bottom: 0;
}
.thsn-service-style-2 .themesion-box-content-inner{
    padding: 0 30px 20px;
}
.thsn-service-style-2 .thsn-service-title {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0 20px;
    padding-bottom: 10px;
}
.thsn-service-style-2 .thsn-service-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 1px;
    background: #efefef;
    left: 50%;
    margin-left: -40px;
}
.thsn-service-style-2 .thsn-service-icon-wrapper{
    height: 64px;
    width: 64px;
    font-size: 25px;
    line-height: 63px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    margin-top: -35px;
}
.thsn-service-style-2 .thsn-service-icon-wrapper:after {
    width: 76px;
    height: 76px;
    content: '';
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 50%;
    background-color: #000;
    z-index: 0;
}
.thsn-service-style-2 .thsn-service-icon-wrapper i{
    position: relative;
    z-index: 9;
}
.thsn-service-style-2 .thsn-featured-wrapper{
    overflow: hidden;
}
.thsn-service-style-2 .thsn-featured-wrapper img {
    transform: scale(1, 1);
        transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.thsn-service-style-2:hover .thsn-featured-wrapper img {
       transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
/*=== .thsn-service-style-3 ===*/
.thsn-service-style-3{
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.thsn-service-style-3,
.thsn-service-style-3 .themesion-box-content:before,
.thsn-service-style-3 .thsn-service-icon-wrapper{
    -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-service-style-3 .themesion-box-content{
   position: relative;
}
.thsn-service-style-3 .themesion-box-content-inner{
    padding: 40px 00px 30px;
}
.thsn-service-style-3 .thsn-service-title {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
}
.thsn-service-style-3 .thsn-service-icon-wrapper{
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.thsn-service-style-3:hover .themesion-box-content:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.thsn-service-style-3 .themesion-box-content:after{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -2;
}
.thsn-service-style-3 .themesion-box-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    z-index: -1;
}
.thsn-service-style-3:hover{
    color: #fff;
}
.thsn-service-style-3:hover .thsn-service-title a,
.thsn-service-style-3:hover .thsn-service-icon-wrapper i{
    color: #fff;
    transition-delay: .1s;
}
/*=== .thsn-service-style-4 ===*/
.thsn-service-style-4 {
    position: relative;
}
.thsn-service-style-4 .themesion-box-content{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
}
.thsn-service-style-4 .themesion-box-content .thsn-service-icon{
    position: absolute;
    left: 15px;
    top: 11px;
    font-size: 21px;
    background-color: #7d0110;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.thsn-service-style-4 .themesion-box-content .themesion-box-content-inner{
    padding-left: 70px;
}
.thsn-service-style-4 .themesion-box-content .thsn-service-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.thsn-service-style-4 .themesion-box-content .thsn-service-title a{
    color: #fff;
}
/*===thsn-service-single-style-2 ===*/
.thsn-service-single-style-2 .thsn-short-description{
    border: 1px solid #eee;
    padding: 30px 35px;
    margin-top: 35px;
}
.thsn-service-single-style-1 .thsn-service-feature-image img{
    box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
    border-radius: 4px;
}
/* --------------------------------------
 * Pricing Table
 * ---------------------------------------*/
.thsn-pricing-table-style-1 .themesion-ptable-icon,
.thsn-pricing-table-style-1 .themesion-ptable-heading{
    text-align: center;
}
.thsn-pricing-table-style-1 .themesion-ptable-heading{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-top: 30px;
    color: #fff;
}
.thsn-pricing-table-style-1 .thsn-pricing-table-featured-col .themesion-ptable-heading{
    color: #fff;
}
.thsn-pricing-table-style-1 .thsn-sbox-icon-wrapper{
    height: 52px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 30px;
}
.thsn-pricing-table-style-1 .themesion-ptable-price-w{
    font-size: 18px;
    text-align: center;
}
.thsn-pricing-table-style-1 .themesion-ptable-price-w *{
    display: inline-block;
    vertical-align: bottom;
}
.thsn-pricing-table-style-1 .themesion-ptable-price-w .themesion-ptable-cur-symbol-after{
    color: #484746;
}
.thsn-pricing-table-style-1 .themesion-ptable-price{
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #484746;
}
.thsn-pricing-table-style-1 .thsn-ptable-lines-w{
    padding: 30px 40px;
}
.thsn-pricing-table-style-1 .thsn-ptable-line{
    margin: 15px 0;
}
.thsn-pricing-table-style-1 .vc_btn3-container.vc_btn3-inline{
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.thsn-pricing-table-style-1 .vc_btn3.vc_btn3-size-md {
}
.thsn-pricing-table-style-1 .thsn-ptablebox-main-icon{
    display: block;
    text-align: center;
}
.thsn-pricing-table-style-1 .thsn-ptablebox-main-icon i{
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 40px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -40px;
    background: #fff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.thsn-pricing-table-style-1 .thsn-ptable-line i{
    margin-right: 5px;
}
.thsn-pricing-table-style-1 .thsn-pricing-table-box .themesion-ptable-price-w .themesion-ptable-frequency:before{
    content: "/";
    margin: 0 2px;
}
.thsn-pricing-table-style-1 .thsn-pricing-table-box{
    padding-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
/*=== Hide next prev button ===*/
.single-thsn-service .navigation {
    display: none;
}
/*=== single-thsn-service ===*/
.single-thsn-service.thsn-sidebar-no .content-area{
    padding-top: 110px;
    padding-bottom: 100px;
}
/*=== single-service-contact ===*/
.single-thsn-service .themesion-sidebar .widget{
    overflow: hidden;
}
.single-thsn-service .themesion-sidebar .widget-first{
    padding: 0;
}
.single-thsn-service .themesion-sidebar .widget-first .widget-title{
    display: none;
}
.single-thsn-service .themesion-sidebar .widget ul > li{
    border: none;
    padding: 0 !important;
    border-bottom: 1px solid #e5e8ef;
    position: relative;
}
.single-thsn-service .themesion-sidebar .widget ul > li:last-child{
    border:none;
}
.widget.dentiq_category_list_widget ul > li{
    margin-bottom: 0 !important;
}
.single-thsn-service .themesion-sidebar .widget ul > li a{
    padding: 16px 25px;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 700;
}
.single-thsn-service .themesion-sidebar .widget ul > li a:after{
    content: '\e814';
    font-family: "themesion-base-icons";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #f2f3f7;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.single-thsn-service .themesion-sidebar .widget ul > li:before,
.single-thsn-service .themesion-sidebar .widget ul > li:after{
    content: '';
    width: 100%;
    right: -50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -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);
}
.single-thsn-service .themesion-sidebar .widget ul > li:before{
    right: inherit;
    left: -50%;
}
.single-thsn-service .themesion-sidebar .widget ul > li.thsn-post-active a,
.single-thsn-service .themesion-sidebar .widget ul > li:hover a{
    color: #fff;
}
.single-thsn-service .themesion-sidebar .widget ul > li.thsn-post-active  a:after,
.single-thsn-service .themesion-sidebar .widget ul > li:hover  a:after{
    background-color: #fff;
    color: #130947;
}
/* --------------------------------------
 * VC Button
 * ---------------------------------------*/
.vc_btn3.vc_btn3-shape-rounded{
    border-radius: 3px;
}
.vc_general.vc_btn3.vc_btn3-color-secondarycolor,
.vc_btn3-color-globalcolor.vc_general.vc_btn3:focus,
.vc_btn3-color-globalcolor.vc_general.vc_btn3:hover,
.vc_btn3-color-global_color.vc_general.vc_btn3{
    color: #fff;
}
.vc_general.vc_btn3{
    font-weight: 500;
}
.vc_general.vc_btn3 span{
    color: inherit;
}
.vc_general.vc_btn3.vc_btn3-style-simple{
    background-color: transparent;
    padding: 0;
}
.vc_general.vc_btn3.vc_btn3-style-simple{
    position: relative;
}
.vc_general.vc_btn3.vc_btn3-style-simple:after{
    content: "";
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    bottom: -2px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.vc_general.vc_btn3.vc_btn3-style-simple:hover:after{
    width: 0%;
}
.vc_general.vc_btn3.vc_btn3-style-simple.vc_btn3-color-black,
.vc_general.vc_btn3.vc_btn3-style-simple.vc_btn3-color-black:hover{
    color: #000000;
}
/* --------------------------------------
 * Widget Section
* ---------------------------------------*/
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li > a,
.widget.widget_meta ul li > a,
.widget.widget_archive ul li > a,
.widget.widget_categories ul li > a,
.widget.widget_nav_menu ul li > a,
.widget.widget_pages ul li > a {
   position: relative;
   padding-left: 20px;
}
.widget.widget_recent_comments ul li:before,
.widget.widget_recent_entries ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_nav_menu ul li a:before,
.widget.widget_pages ul li a:before {
	position: absolute;
	content: '\e814';
	left: 0px;
	font-size: 16px;
	top: -3px;
	color: inherit;
	font-family: 'themesion-base-icons';
}
.widget.widget_recent_comments ul li{
   padding-left: 25px;
}
.widget.widget_recent_comments ul li:before{
    content: '\f0e5';
    top: 0px;
    font-size: 14px;
}
.widget.widget_recent_comments ul li:before {
    content: '\f0e5';
    top: 3px;
    font-size: 13px;
    font-weight: normal;
}
.widget.widget_pages ul li a:before {
    content: '\e816';
    top: 0px;
    font-size: 13px;
    font-weight: normal;
}
.widget.widget_categories ul li a:before {
    content: '\f115';
    top: 2px;
    font-size: 13px;
    font-weight: normal;
}
/*=== Meta box ===*/
.thsn-metabox .wpb_wrapper {
    background-color: #fff;
    box-shadow: 0 0px 40px rgba(183,196,226,.15);
    padding-bottom: 25px;
    padding: 40px 30px 10px 30px;
}
.thsn-metabox .widgettitle{
    font-size: 20px;
    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;
  border-bottom: 1px solid #e5e8ef;
  padding-bottom: 15px;
  position: relative;
}
.widget .download .item-download a {
    display: block;
    padding: 0px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}
.widget .download .item-download i {
    font-size: 45px;
    padding-right: 12px;
    float: left;
    line-height: 47px;
    font-weight: normal;
}
.widget .download .item-download a span{
    color: #6d7a8c;
    font-size: 11px;
    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: 35px 0 20px;
}
.site-footer .thsn-footer-widget aside.widget.dentiq_contact_widget:last-child{
    margin-top: -15px;
}
/*=== thsn-footer-big-area ===*/
.thsn-footer-boxes-container{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.thsn-footer-boxes-container .footerlogo {
    max-height: 45px;
}
.thsn-footer-boxes-container .mc4wp-form{
    margin: 0 60px;
}
.thsn-footer-boxes-container .mc4wp-form-fields {
    display: -ms-flexbox!important;
    display: flex!important;
}
.thsn-footer-boxes-container .mc4wp-form input[type="email"] {
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 20px;
    padding-right: 15px;
    font-size: 14px;
    width: 400px;
    background-color: rgba(255, 255, 255, 1);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.thsn-footer-boxes-container .mc4wp-form .btn {
    height: 60px;
    color: #fff;    
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 35px;
    background-color: #222;
    font-weight: 700;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
/*=== Footer Social ===*/
footer .thsn-social-links{
    margin-bottom: -8px;
}
footer .thsn-social-links a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}
.site-footer.thsn-color-white .thsn-social-links a:hover {
    background-color: #fff;
}
.thsn-footer-widget .thsn-social-links{
    margin-top: 30px;
    margin-left: 0;
}
.thsn-social-links li{
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}
.thsn-social-links a{
    position: relative;
    display: inline-block;
    text-align: center;
    color: #777;
    font-size: 16px;
}
.thsn-footerlogo {
    margin-bottom: -5px;
   max-height: 60px;
}
.site-footer .widget-title{
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}
.site-footer .widget-title:after{
    content: "";
    width: 50px;
    height: 2px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
}
/*=== Footer contact ===*/
.footer-wrap .thsn-contact-widget-lines .thsn-contact-widget-line:before {
    display: inline-block;
    font-family: "themesion-base-icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    left: 0px;
    color: #fff;
    font-size: 15px;
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}
.footer-wrap .thsn-contact-widget-lines .thsn-contact-widget-line,
.footer-wrap .contact-info li {
    position: relative;
    padding: 0 0 0 35px !important;
    margin-bottom: 15px;    
}
.footer-wrap .thsn-contact-widget-lines .thsn-contact-widget-line.thsn-contact-widget-address:before {
    content: "\e821";
}
.footer-wrap .thsn-contact-widget-lines .thsn-contact-widget-line.thsn-contact-widget-phone:before {
    content: "\e829";
}
.footer-wrap .thsn-contact-widget-lines .thsn-contact-widget-line.thsn-contact-widget-email:before {
    content: "\e822";
}
/*=== thsn-footer-text-area ===*/
.thsn-footer-text-area {
    padding-bottom: 20px;
}
.thsn-footer-text-area .thsn-footer-text-inner{
	font-size: 15px;
	padding-top: 25px;
	padding-bottom: 5px;
}
.thsn-footer-widget-no .thsn-footer-text-area .thsn-footer-text-inner{
    border-top: none;
}
.thsn-footer-text-area .thsn-social-links{
	text-align: right;
    margin-bottom: 0;
}
.thsn-footer-text-area .thsn-social-links a{
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #222;
	font-size: 18px;
}
.thsn-footer-text-area .thsn-social-links a:hover{
    color: #fff;
}
/*=== thsn-timelist-list ===*/
footer ul.thsn-timelist-list li{
    border-bottom: none;
    padding: 10px 0;
}
footer ul.thsn-timelist-list {
    margin-top: -15px;
}
/* --------------------------------------
 * Custom css
 * ---------------------------------------*/
.about-tagline{
    border:1px solid #f5f5f5;
    border-radius: 20px;
    padding: 8px 35px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.rotate-bg .thsn-ihbox-heading{
    position: relative;
}
.rotate-bg .thsn-ihbox-heading:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 100px;
    left: 10%;
    top: 0;
    z-index: -1;
    background: #000;
   transform: rotate(-5deg) skew(20deg);
}
.thsn-addressbox{
    height: 220px;
    width: 220px;
    background-color: #fff;
    border: 20px solid #f2f3fe;
    text-align: center;
    border-radius: 50%;
    padding-top: 65px;
    -webkit-box-shadow: 0 13px 29px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 13px 29px rgba(0,0,0,0.25);
    box-shadow: 0 13px 29px rgba(0,0,0,0.25);
    position: relative;
    margin: 0 auto;
    margin-top: 90px;
}
.thsn-addressbox:after{
    position: absolute;
    content: "\e80e";
    font-family: "themesion-base-icons";
    font-size: 50px;
    line-height: 50px;
    bottom: 21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.thsn-contact-map .col-md-6.thsn-extended-bg-col{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.thsn-contact-map .col-md-6{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.thsn-contact-box .wpb_wrapper {
    background-color: #fff;
    box-shadow: 0 0px 40px rgba(183,196,226,.15);
    padding: 40px;
    padding-bottom: 15px;
    border-radius: 4px;
}
.thsn-contact-box.vc_column_container>.vc_column-inner{
    padding: 0
}
.thsn-contact-box .themesion-box-title *{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
}
.thsn-contact-box  .thsn-static-box{
    padding: 0px 60px 0px 70px;
    margin-bottom: 30px;
}
/* --------------------------------------
 * Contact form
 * ---------------------------------------*/
.thsn-main-form .input-group{
    display: block;
    margin-bottom: 30px;
}
/*=== thsn-form-style-1 ===*/
.thsn-main-form.thsn-form-style-1 .input-group input[type="text"],
.thsn-main-form.thsn-form-style-1 .input-group input[type="number"],
.thsn-main-form.thsn-form-style-1 .input-group input[type="email"],
.thsn-main-form.thsn-form-style-1 .input-group textarea{
    border: 0;
    background: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #071323;
}
.thsn-main-form.thsn-form-style-1 .input-group textarea{
    height: 100px;
    padding: 0px 15px;
}
.thsn-main-form.thsn-form-style-1 .input-group input[type="text"]::placeholder,
.thsn-main-form.thsn-form-style-1 .input-group input[type="email"]::placeholder,
.thsn-main-form.thsn-form-style-1 .input-group textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(7, 19, 35, 0.91);
    opacity: 1; /* Firefox */
}
.thsn-main-form.thsn-form-style-1 .input-group input[type="text"]:-ms-input-placeholder ,
.thsn-main-form.thsn-form-style-1 .input-group input[type="email"]:-ms-input-placeholder ,
.thsn-main-form.thsn-form-style-1 .input-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(7, 19, 35, 0.91);
}
.thsn-main-form.thsn-form-style-1 .input-group input[type="text"]::-ms-input-placeholder,
.thsn-main-form.thsn-form-style-1 .input-group input[type="email"]:-ms-input-placeholder,
.thsn-main-form.thsn-form-style-1 .input-group textarea:-ms-input-placeholder   { /* Microsoft Edge */
    color: rgba(7, 19, 35, 0.91);
}
.thsn-main-form.thsn-form-style-1 input[type=submit],
.thsn-main-form.thsn-form-style-1 input[type=submit]:hover{
	background-color: #071323;
}
/*=== thsn-style-2 ===*/
.thsn-main-form.thsn-style-2 .input-group input[type="text"],
.thsn-main-form.thsn-style-2 .input-group input[type="number"],
.thsn-main-form.thsn-style-2 .input-group input[type="email"],
.thsn-main-form.thsn-style-2 .input-group textarea{
    border: 0;
    background-color: #fff;
    font-size: 13px;
    border-radius: 4px;
    color: #6d7a8c;
    font-weight: 600;
    padding: 20px 10px 20px 20px;
}
.thsn-main-form.thsn-style-2 input[type=submit]{
    border-width: 2px;
    border-radius: 4px;
    border-style: solid;
    background: transparent;
    padding: 10px 30px;
    font-weight: 700;
}
.thsn-main-form.thsn-style-2 input[type=submit]:hover{
    color: #fff;
}
.thsn-main-form.thsn-style-2 label{
    font-weight: 700;
}
.thsn-style-2-wrapper{
    box-shadow: 3px 4px 23px 0px rgba(29, 0, 4, 0.12);
    text-shadow: 3px 4px 23px rgba(29, 0, 4, 0.12);
}
/*=== thsn-style-3 ===*/
.thsn-main-form.thsn-style-3 .input-group input[type="text"],
.thsn-main-form.thsn-style-3 .input-group input[type="number"],
.thsn-main-form.thsn-style-3 .input-group input[type="email"],
.thsn-main-form.thsn-style-3 .input-group textarea{
    border: 0;
    background-color: #ecf1f8;
    font-size: 13px;
    border-radius: 4px;
    color: #ecf1f8;
    font-weight: 600;
    padding: 20px 10px 20px 20px;
}
.thsn-main-form.thsn-style-3 input[type=submit]{
    border-width: 2px;
    border-radius: 4px;
    border-style: solid;
    padding: 10px 30px;
    font-weight: 700;
}
.thsn-main-form.thsn-style-3 label{
    font-weight: 700;
}
.thsn-style-3-wrapper{
    box-shadow: 3px 4px 23px 0px rgba(29, 0, 4, 0.12);
    text-shadow: 3px 4px 23px rgba(29, 0, 4, 0.12);
}
.thsn-main-form.thsn-style-3 .input-group textarea{
    height: 100px;
}
/*=== thsn-style-4 ===*/
.thsn-main-form.thsn-style-4 .input-group textarea{
    height: 250px;
}
button, html input[type=button], input[type=reset], input[type=submit]{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 5px;
}
/* --------------------------------------
 * Custom Accordion
 * ---------------------------------------*/
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    border-color: #4868cf;
    background-color: #5472d2;
    border: none;
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    border-color: #f0f0f0;
    background-color: #f8f8f8;
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #fff;
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a{
    color: #222;
    padding: 20px 20px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-heading{
    border-bottom: 2px solid #efefef;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-title>a{
    padding-left: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-title{
    font-size: 18px;
    line-height: 1.5;
}
/* --------------------------------------
 * Custom Tab
 * ---------------------------------------*/
body.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-tabs-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-tabs-list li{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-tabs-container{
    margin-bottom: 30px !important;
    border-bottom: 1px solid #e5e8ef;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-tab.vc_active > a{
    color: #130947;
    border-bottom: 2px solid transparent;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-tab > a{
    color: #6d7a8c;
    border:none !important;
    border-bottom: 2px solid transparent !important;
    font-weight: 700 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-tab > a:hover{
    background-color: transparent;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-panels{
    border: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-icon{
    font-size: 24px;
}
/* --------------------------------------
 * Custom FAQ
 * ---------------------------------------*/
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel.vc_active .vc_tta-panel-title>a{
    color: #fff
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel.vc_active .vc_tta-panel-body{
    border: none;
    background-color: #fbfbfb;
    color: #222;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel .vc_tta-panel-heading{
    background-color: #f1f1f1 !important;
    color: #222;
    border: none;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel-title{
    font-size: 18px;
    line-height: 28px;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel-body{
    padding: 30px 55px 35px 40px;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-controls-icon-position-left.vc_tta-panel-title>a{
    padding-left: 55px;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .wpb_single_image{
    margin-bottom: 0;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel.vc_active .vc_tta-panel-heading{
    margin-bottom:  0 !important;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel .vc_tta-panel-heading:hover{
    background-color: transparent;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel .vc_tta-panel-heading {
    border-color: #edeaea;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel-title>a{
    padding: 17px 20px 17px 35px;
    color: #424d6c;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_general.thsn-faq .vc_tta-panel-title>a{
   color: #222;
}
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before{
    border-color: #fff !important;
}
/* --------------------------------------
 * Custom FAQ Box
 * ---------------------------------------*/
.thsn-faq-ask-box{
    padding: 40px 90px 30px 90px;
    border-radius: 30px;
    background: #545f80;
    background: -moz-linear-gradient(45deg, #545f80 14%, #ffa277 100%);
    background: -webkit-linear-gradient(45deg, #545f80 14%,#ffa277 100%);
    background: linear-gradient(45deg, #545f80 14%,#ffa277 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545f80', endColorstr='#ffa277',GradientType=1 );
}
.thsn-faq-ask-box .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon{
    font-size: 6.85em!important;
}
/* --------------------------------------
 * error-404
 * ---------------------------------------*/
.error-404{
    margin: 0;
    width: 100%;
    padding: 170px 0px 160px 0px;
   position: relative;
    text-align: center;
}
.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: 700;
    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: 2px solid #f2f3f4;
    background-color: #fff;
}
.error404 .search-form .search-submit:after{
    font-family: "themesion-base-icons";
    content: '\e800';
    position: absolute;
    right: 18px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #dbdbdb;
    font-size: 20px;
}
.error404 .search-form label{
    display: none;
}
.error404 .search-form button{
    position: absolute;
    right: 0;
    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 a.ts-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.ts-home-back:after{
    font-family: "themesion-base-icons";
    content: '\e810';
   margin-left: 15px;
}
.error404 .thsn-parent-header-style-5 .site-content-contain {
    margin-top: -30px;
}
.error404  .thsn-title-bar-wrapper{
    display: none;
}
.error404 h2.page-title{
    font-size: 200px;
    line-height: 210px;
    color: #fff;
    font-weight: bold;
}
.error404 .site-content-contain{
    position: relative;
}
.error404 .site-content-contain:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
}
/*=== search-no-results ===*/
.search-no-results #primary{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.search-no-results-content{
    padding: 60px 50px;
    text-align: center;
    margin-bottom: 100px;
}
.search-no-results-content p{
   margin-bottom: 30px;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    max-width: 480px;
}
/* --------------------------------------
 * 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: 0;
    color: #fff;
    font-size: 25px;
}
.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;
}
/* --------------------------------------
 * Custom button
 * ---------------------------------------*/
.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}
.thsn-box-shadow,{
	box-shadow: 0 0px 40px rgba(183,196,226,.15);
}
.thsn-box-shadow .thsn-bg-color-white:before{
	border-radius: 8px;
}
.thsn-border-radiu-4 .vc_column-inner::before{
    border-radius: 4px;
}
/*=== Button section ===*/
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor{
	color: #fff;
    border: none;
    position: relative;
}
input[type=submit]:hover
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor:not(.vc_btn3-style-outline):hover {
   box-shadow: 0 0px 15px rgba(0,0,0,.15);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
 .rev-btn{
    -webkit-transition: all .6s !important;
    -moz-transition: all .6s !important;
 }
.rev-btn.thsn-gradient-right:after,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    opacity: 0;
}
.rev-btn.thsn-gradient-right:hover:after,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor:hover:after{
    opacity: 1;
}
.rev-btn.thsn-gradient-right span,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor span{
    position: relative;
    z-index: 2
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: 3px;
    background-color: #fff;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:hover:after{
    opacity: 0;
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:hover{
    color: #fff;
    box-shadow: 0 0px 15px rgba(0,0,0,.15);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
/*=== Button ( Dentiq Special ) ===*/
.thsn-search-results-right .thsn-read-more-link a{
    display: inline-block;
    position: relative;
    color: #222;
   font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
body .thsn-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
body .thsn-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
body .thsn-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
body .thsn-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
body .thsn-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
a.thsn-link:before,
a.thsn-link:after,
.thsn-search-results-right .thsn-read-more-link a:before,
.thsn-search-results-right .thsn-read-more-link a:after,
.thsn-blogbox-style-4 .post-item .thsn-read-more-link a:before,
.thsn-blogbox-style-4 .post-item .thsn-read-more-link a:after,
.thsn-blogbox-style-3 .post-item .thsn-read-more-link a:before,
.thsn-blogbox-style-3 .post-item .thsn-read-more-link a:after,
.thsn-blogbox-style-2 .post-item .thsn-read-more-link a:before,
.thsn-blogbox-style-2 .post-item .thsn-read-more-link a:after,
.thsn-blogbox-style-1 .post-item .thsn-read-more-link a:before,
.thsn-blogbox-style-1 .post-item .thsn-read-more-link a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
body .thsn-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
a.thsn-link:after,
.thsn-search-results-right .thsn-read-more-link a:after,
.thsn-blogbox-style-4 .post-item .thsn-read-more-link a:after,
.thsn-blogbox-style-3 .post-item .thsn-read-more-link a:after,
.thsn-blogbox-style-2 .post-item .thsn-read-more-link a:after,
.thsn-blogbox-style-1 .post-item .thsn-read-more-link a:after{
    background-color: #000;
}
body .thsn-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
body .thsn-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
a.thsn-link:before,
.thsn-search-results-right .thsn-read-more-link a:before,
.thsn-blogbox-style-4 .post-item .thsn-read-more-link a:before,
.thsn-blogbox-style-3 .post-item .thsn-read-more-link a:before,
.thsn-blogbox-style-2 .post-item .thsn-read-more-link a:before,
.thsn-blogbox-style-1 .post-item .thsn-read-more-link a:before{
    width: 100%;
}
body .thsn-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:hover:after,
body .thsn-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:hover:after,
a.thsn-link:hover:after,
.thsn-search-results-right .thsn-read-more-link a:hover:after,
.thsn-blogbox-style-4 .post-item .thsn-read-more-link a:hover:after,
.thsn-blogbox-style-3 .post-item .thsn-read-more-link a:hover:after,
.thsn-blogbox-style-2 .post-item .thsn-read-more-link a:hover:after,
.thsn-blogbox-style-1 .post-item .thsn-read-more-link a:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-gradientcolor .vc_icon_element-icon:before{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}
/*=== Vc Custom row bg ===*/
.thsn-shapebg.thsn-bg-color-light:not(.vc_column_container):before{
    background-color: #fafbfd;
    margin-top: 164px;
}
.thsn-shapebg .thsn-element-service-style-1 .thsn-service-ele:nth-child(2n) .thsn-service-style-1{
    margin-top: -50px;
}
/*=== Image side effect ===*/
.thsn-img-bg-effect-single .vc_single_image-wrapper,
.single-thsn-team-member .thsn-featured-wrapper,
.thsn-img-bg-effect .vc_single_image-wrapper{
    position: relative;
}
.thsn-img-bg-effect-single .vc_single_image-wrapper:after,
.thsn-img-bg-effect .vc_single_image-wrapper:after{
    content: "";
    left: -60px;
    background: #222;
    position: absolute;
    top: 60px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.thsn-img-bg-effect-single .vc_single_image-wrapper:after{
    left: -40px;
    top: 40px;
}
.single-thsn-team-member .thsn-featured-wrapper:after{
    left: -30px;
    top: -30px;
}
.thsn-img-bg-effect .vc_single_image-wrapper:before{
    content: "";
    left: -1000%;
    background: #222;
    position: absolute;
    top: 60px;
    width: 1000%;
    height: 100%;
    z-index: -1;
}
.thsn-brd-rad:before{
    border-radius: 4px;
}
/*=== Row expand effect  ( Homepage Fact and digit element ) ===*/
.thsn-row-expand-right:after{
    content: "";
    right:  -1000%;
    background: #222;
    position: absolute;
    top: 0px;
    width: 1000%;
    height: 100%;
    z-index: -1;
}
.thsn-row-expand-left .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading{
    position: relative;
}
.thsn-row-expand-left .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading:after{
    content: "";
    left:  -1000%;
    background: #222;
    position: absolute;
    top: 0px;
    width: 1000%;
    height: 100%;
    z-index: -1;
}
/*=== vc_progress_bar ===*/
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar:first-child .vc_label{
    margin-top: 20px;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_label {
    padding: 0px;
    margin-top: 60px;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f7f9fa
}
.thsn-bg-color-light .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{
    background-color: #1e2227;
}
.thsn-white-bar.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{
	background-color: #fff
}
.thsn-bg-color-secondarycolor .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{
    background-color: rgba(255, 255, 255, 0.32);
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar,
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_bar{
    border-radius:0;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar:after{
    background-color: #f7f9fa;
    content: "";
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .thsn-pbar-title,
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_label_units {
    position: relative;
    top: -30px;
    text-shadow: none;
    font-size: 15px;
    font-weight: 700;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_label_units{
    right: 0;
    position: absolute;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    height: 7px;
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_bar:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    right: 0;
    top: -4px;
    border: 3px solid #222;
}
.thsn-text-color-white .vc_progress_bar.vc_progress-bar-color-globalcolor .thsn-pbar-title,
.thsn-text-color-white .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_label_units{
    color: #fff;
}
/* --------------------------------------
 * Static Box
 * ---------------------------------------*/
/*=== thsn-element-static_box-style-1 ===*/
.thsn-element-static_box-style-1 .thsn-staticbox-ele{
    margin-bottom: 30px;
}
.thsn-element-static_box-style-1 .thsn-static-box-inner{
    padding: 35px 30px 60px;
    margin-left: -30px;
    height: 100%;
    text-align: left;
    background-color: #f7f9fa;
    position: relative;
}
.thsn-element-static_box-style-1 .themesion-box-title h4{
    font-size: 24px;
    line-height: 34px;
}
.thsn-element-static_box-style-1 a.thsn-more-bt {
    background-color: #86bb46;
    color: #fff;
    display: block;
    padding: 10px 15px;
    margin: 0 -30px;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}
/*=== thsn-element-static_box-style-2 ===*/
.thsn-static-box-style-2 {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.thsn-static-box-style-2 img{
    margin-bottom: 0;
}
.thsn-static-box-style-2 .themesion-box-title{
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    bottom: 0;
    left: 0;
}
.thsn-static-box-style-2 .themesion-box-title h4{
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    letter-spacing: 0;
}
.thsn-static-box-style-2 .themesion-box-title h4 i{
    font-weight: normal;
    margin-right: 5px;
    font-size: 24px;
}
/* --------------------------------------
 * Video icon on image
 * ---------------------------------------*/
.thsn-video-image-style-1.thsn-single-image-w{
    position: relative;
    display: inline-block;
}
.thsn-video-image-style-1.thsn-single-image-w .vc_icon_element {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
}
.thsn-video-image-style-1.thsn-single-image-w  .vc_icon_element-inner{
    background-color: rgba(255, 255, 255, 0.80);
    color: #000;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
}
.thsn-video-image-style-1.thsn-single-image-w .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon{
     font-size: 20px !important;
}
.thsn-lightbox-video .vc_icon_element-inner{
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
}
body .thsn-video-image-style-1 .thsn-overlay{
    background:none !important;
}
.thsn-video-image-style-1 img{
    border-radius: 4px;
}
/* --------------------------------------
 * Global Dark Color
 * ---------------------------------------*/
 .thsn-service-style-3 .thsn-service-btn .vc_general.vc_btn3{
    color: #1e2227;
 }
/* --------------------------------------
 *  Special Elements for Dentiq
 * ---------------------------------------*/
/*=== thsn-about-image ===*/
.thsn-about-image img{
    box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
    border-radius: 8px;
}
.thsn-about-image .thsn-frameimage{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.thsn-about-image .thsn-ihbox.thsn-ihbox-style-hsbox{
    position: absolute;
    z-index: 3;
    bottom: 50px;
    right: 15px;
    text-align: center;
    margin-bottom: 0;
}
.thsn-about-image .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading *{
    font-size: 24px !important;
    line-height: 34px !important;
    color: #fff;
    font-weight: 500;
}
.thsn-about-image .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-subheading *{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}
.thsn-about-image .vc_icon_element{
    position: absolute;
    bottom: 216px;
    margin-bottom: 0;
    right: 90px;
    z-index: 2;
}
/*=== video button ===*/
.vc_icon_element.vc_icon_element-outer.thsn-lightbox-video .vc_icon_element-inner{
    border: none;
    position: relative;
}
.vc_icon_element.vc_icon_element-outer.thsn-lightbox-video .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 1.5em!important;
}
.vc_icon_element.vc_icon_element-outer.thsn-lightbox-video .vc_icon_element-inner:before,
.vc_icon_element.vc_icon_element-outer.thsn-lightbox-video .vc_icon_element-inner:after {
     position: absolute;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}
.vc_icon_element.vc_icon_element-outer.thsn-lightbox-video .vc_icon_element-inner:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.vc_icon_element.vc_icon_element-outer.thsn-lightbox-video .vc_icon_element-inner:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
@-webkit-keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}
@keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}
/*=== Homepage ===*/
.thsn-effect-img-2 img,
.thsn-effect-img img,
.thsn-abs-img img {
    border-radius: 2px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.thsn-abs-img {
    position: absolute;
    bottom: -30px;
    right: 0;
}
.thsn-right-pad-btn .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 128px;
}
.thsn-brdr-btm-effect > .vc_column-inner:before {
    border-bottom: 3px solid #86bb46;
    border-radius: 2px;
}
.thsn-effect-square:after {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 170px;
    height: 170px;
    content: " ";
    background: #000;
}
.thsn-effect-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    content: " ";
    background: url('../images/pattern-01.jpg') repeat 0 0;
}
.thsn-effect-dot2:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 70%;
    content: " ";
    background: url('../images/pattern-01.jpg') repeat 0 0;
}
/* --------------------------------------
 * Custom font
 * ---------------------------------------*/
.wpb-js-composer .vc_tta.vc_general.thsn-faq .vc_tta-panel-title,
.themesion-ele-fid-style-1 .thsn-fid-title,
.themesion-ele-fid-style-2 .thsn-fid-title,
.themesion-ele-fid-style-3 .thsn-fid-title,
.themesion-ele-fid-style-4 .thsn-fid-title,
.thsn-pricing-table-style-1 .themesion-ptable-frequency,
.thsn-pricing-table-style-1 .themesion-ptable-symbol,
.thsn-pricing-table-style-1 .themesion-ptable-price,
.thsn-timeline,
.main-form input[type="text"],
.main-form input[type="email"],
.main-form input[type="password"],
.main-form input[type="tel"],
.main-form select,
.main-form textarea{
   font-family: 'Muli', sans-serif;
}
/* --------------------------------------
 * woocommerce
 * ---------------------------------------*/
.woocommerce .woocommerce-ordering {
    margin-bottom: 40px;
}
.woocommerce .woocommerce-result-count {
    margin-top: 17px;
}
/*=== 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: 20px;
    line-height: 30px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce ul.products li.product a img {
    border: 1px solid #e5e8ef;
    border-radius: 5px;
}
.woocommerce ul.products li.product .onsale {
    padding: 0px 12px;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: normal;
    transform-origin: normal;
    border-radius: 0px;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    font-weight: 500;
    letter-spacing: 2px;
}
.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: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
}
.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: 500;
    text-transform: uppercase;
    font-size: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*=== Woocommerce Details Page ===*/
.woocommerce div.product .product_title{
    font-size: 26px;
    line-height: 40px;
}
.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: 13px;
    color: #fff;
    border: 1px solid #e2e2e2;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    padding: 16px 30px 16px;
    transition: all 500ms ease;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.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;
    margin-top: -1px;
}
.woocommerce-Tabs-panel h2{
    font-size: 20px;
    margin-top: 0;
    line-height: 28px;
}
/*=== woocommerce div.product form.cart ===*/
.woocommerce div.product form.cart .button{
    margin-top: 0;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}
.woocommerce div.product form.cart .button:hover{
    background-color: #09162a;
}
/*=== .woocommerce .quantity .qty ===*/
.woocommerce .quantity .qty {
    height: 42px;
    margin-right: 5px;
}
/*=== 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;
}
/*=== .woocommerce ul.products li.product .onsale ===*/
.woocommerce span.onsale {
    padding: 0px 12px;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transform: translateX(-100%) rotateZ(-90deg);
    transform: translateX(-100%) rotateZ(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    border-radius: 0;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    font-weight: 500;
    letter-spacing: 2px;
}
/*=== related products ===*/
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.cart_totals h2,
.related.products h2{
    font-size: 28px;
    line-height: 38px;
}
/*=== .woocommerce-cart .wc-proceed-to-checkout ===*/
.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 .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: 10px 22px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}
.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{
    background-color: #09162a;
    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: 115px;
    height: 43px;
}
/*=== 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: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}
.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: #222;
}
.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 .cart .button{
    padding: 10px 22px !important;
}
.woocommerce .col-1,
.col-2{
    max-width:none;
}
.woocommerce form .form-row {
    display: block;
}
/*=== woocommerce-pagination ===*/
.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 #eee;
    color: #2c2c2c;
}
.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 ul.cart_list li,
.woocommerce ul.product_list_widget li {
    font-size: 13px;
}
.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 ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 8px 0;
}
.woocommerce ul.product_list_widget del {
    margin-right: 16px;
    color: #b5b5b5;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 54px;
    border: 1px solid #eee;
}
/*=== woocommerce-product-search ===*/
.woocommerce-product-search [type=submit] {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    font-size: 0;
    z-index: 1;
    width: 50px;
}
.woocommerce-product-search:after {
    font-family: "themesion-base-icons";
    content: '\e800';
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    z-index: 1;
    color: #dbdbdb;
    font-size: 20px;
}
/* --------------------------------------
 * Booking calendar
 * ---------------------------------------*/
body table.booked-calendar thead tr:first-child th{
    height: 100px;
}
body table.booked-calendar th .monthName{
    font-size: 20px !important;
}
body table.booked-calendar tr.days th,
body #booked-profile-page .booked-tabs{
    background-color: #42474d !important;
}
body table.booked-calendar tr.days th {
    padding: 18px 0 !important;
    font-size: 14px !important;
}
body table.booked-calendar tr.days th,
body #booked-profile-page .booked-tabs {
    border-color: #6b6b6b !important;
}
body .booked-modal input[type=submit].button-primary:hover,
 body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover{
    background-color: #42474d !important;
    border-color: #42474d !important;
}
body table.booked-calendar th .monthName a {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.51) !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button{
    border: 0 !important;
    outline: none !important;
}
/* --------------------------------------
 * Custom Box Shadow ( Theme Special )
 * ---------------------------------------*/
.thsn-image-shadow-1 .vc_figure,
.thsn-box-shadow-1{
 	box-shadow: 0px 9px 35px 0px rgba(26, 47, 106, 0.07);
}
.thsn-image-radius-1 .vc_figure,
.thsn-border-radius-1{
 	border-radius: 5px;
 	overflow: hidden;
 }
.thsn-border-radius-lr-1 .thsn-stretched-div{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
.border-bottom-1px-skincolor {
    border-bottom: 1px solid #dee2e6;
}
.thsn-medical-icon-brand {
    position: absolute;
    z-index: 9;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}
.thsn-medical-icon-brand .vc_icon_element-inner{
    box-shadow: 0px 9px 35px 0px rgba(26, 47, 106, 0.07);
}
.thsn-medical-icon-brand:before{
    background: url(../images/thsn-medical-icon-brand-pattarn.png) repeat 0 0;
    content: "";
    position: absolute;
    width: 100px;
    height: 210px;
    left: -50px;
    top: -53px;
}
/*=== thsn-heading-phone-icon ===*/
.thsn-heading-phone-icon{
    position: relative;
    padding-left: 30px;
}
.thsn-heading-phone-icon:after{
    font-family: "themesion-base-icons";
    content: '\e829';
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 25px;
    font-weight: normal;
}
/*=== thsn-heading-phone-icon ===*/
.thsn-vertical-sep .vc_column_container:after{
    content: '';
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.22);
    position: absolute;
    top: 0;
}
.thsn-vertical-sep .vc_column_container:first-child:after{
    display: none;
}
/*=== custom-widget-style-1 ===*/
.widget.custom-widget-style-1{
   padding: 0;
   border:none;
   position: relative;
}
.widget.custom-widget-style-1 .single-service-contact {
    position: relative;
    overflow: hidden;
    line-height: 24px;
    color: #fff;
}
.widget.custom-widget-style-1 .single-service-contact-inner{
    text-align: center;
    color: #fff;
    padding: 0 30px 15px;
    position: relative;
}
.widget.custom-widget-style-1 .single-service-contact-inner .thsn-iconbox{
    margin-bottom: 30px;
}
.widget.custom-widget-style-1 .single-service-contact-inner:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 344px solid white;
    border-bottom: 0px solid transparent;
    left: -10px;
    top: -57px;
    transform: rotate(-7deg);
}
.widget.custom-widget-style-1 .single-service-contact-inner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 73px solid transparent;
    border-right: 382px solid #4f87fb;
    border-bottom: 0px solid transparent;
    left: -9px;
    top: -83px;
    transform: rotate(4deg);
}
.widget.custom-widget-style-1 .single-service-contact h2{
    font-size: 22px;
    line-height: 24px;
    color: #fff;
}
.widget.custom-widget-style-1 .single-service-contact i{
    font-size: 60px;
    line-height: 60px;
}
.widget.custom-widget-style-1 .single-service-contact a.btn-link{
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    border-radius: 2em;
    background-color: #fff;
    display: inline-block;
}
.widget.custom-widget-style-1 .single-service-contact a.btn-link:hover{
    text-decoration: none;
    color: #fff;
}
.thsn-circle,
.themesion-ele-fid-style-4 {
    position: relative;
    text-align: center;
}
.thsn-circle canvas {
    max-width: 100%;
    height: auto !important;
    background-color: #fff;
    border-radius: 50%;
}
.thsn-circle-number {
    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;
    width: 100%;
    text-align: center;
}
.themesion-ele-fid-style-4 .thsn-fid-title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
}
.themesion-ele-fid-style-4 .thsn-circle-number sup,
.themesion-ele-fid-style-4 .thsn-circle-number sub{
    font-size: 12px;
    line-height: 12px;
    margin: 5px;
}
.themesion-ele-fid-style-4 .thsn-circle-number {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.themesion-ele-fid-style-4 .thsn-circle-number sub{
    position: relative;
    top: -8px;
    font-size: 18px;
}

