/* https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/ */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
body{
    background-repeat: no-repeat;
    background-size: cover;
}
body:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

img {
    max-width: 100%;
    height: auto;
}
.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;
}
dl, ol, ul {
    margin-bottom: 25px;
}
blockquote {
    padding: 30px;
    padding-right: 60px;
    margin: 60px 0px 60px 0;
    border-left: 5px solid #000;
    background-color: transparent;
    font-size: 18px;
    line-height: 26px;
    position: relative;
}
blockquote p {
    margin-bottom: 0;    
    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;
}
.thsn-overflow-hidden {
    overflow: hidden !important;
}
.closepanel, 
.sub-menu-toggle {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin-bottom: 20px;
}
pre {
    border: 1px solid #d1d1d1;
    line-height: 1.3125;
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px 20px 45px 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.edit-link a {
    padding: 7px 20px;
    background-color: #eee;
    overflow: hidden;
    display: inline-block;
    border-radius: 0;
}
.thsn-slider-area {
    background-color: #e7e7e7;
    position: relative;
    z-index: 1;
}
.thsn-slider-area > div > div {
    margin: 0 !important;
}
.thsn-underline {
    text-decoration: underline;
}

/* --------------------------------------
 * WordPress Core
 * ---------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
img.alignnone {
    margin: 5px 20px 20px 0;
}
.rtl img.alignnone {
    margin: 5px 0 20px 20px;
}
img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text {
    font-style: italic;
    color: #666;
    font-size: 13px;
    line-height: 1.6153846154;
    padding-top: .5384615385em;
}

/*=== Text meant only for screen readers. ===*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* --------------------------------------
 * Table Section
 * ---------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.75em;
}
table th {
    border: 0;
    padding: 5px 7px
}
table td {
    padding: 5px 10px
}
table tbody tr, 
table thead tr {
    border: 1px solid #e6e6e6
}
table tbody th {
    background: #f9f9f9;
}
table tbody th, 
table tbody td {
    border-right: 1px solid #e6e6e6
}

/* --------------------------------------
 * gallery
 * ---------------------------------------*/
.gallery {
    margin: 0;
}
.gallery-item {
    max-width: 33.33%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 2px;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #686868;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    padding-top: 0.5384615385em;
    padding-bottom: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption, 
.gallery-columns-7 .gallery-caption, 
.gallery-columns-8 .gallery-caption, 
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* --------------------------------------
 * Page links
 * ---------------------------------------*/
.page-links, .thsn-page-links {
    clear: both;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 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;
    border-radius: 0;
}
.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;
}
.site-title a .site-title-text {
    display: none;
}

/* --------------------------------------
 * 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: 20px;
}
.rtl .thsn-footer-menu-area {
    text-align: left;
}
.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
 * ---------------------------------------*/
.elementor-widget-container > .thsn-heading-subheading{
    position: relative;
    z-index: 1;
}
.thsn-heading-subheading .thsn-element-title,
.thsn-heading-subheading:not(.thsn-reverse-heading-yes)  .thsn-element-title,
.thsn-heading-subheading .thsn-element-heading{
    margin-bottom: 0;
}
.thsn-heading-subheading .thsn-heading-desc{
    margin-top: 20px;     
}
.thsn-heading-subheading.center-align{
    text-align: center;
}
.thsn-heading-subheading.center-align .thsn-heading-desc{   
    margin-left: auto;
    margin-right: auto;    
}
.thsn-heading-subheading h4.thsn-element-subtitle{
    margin: 0;
}
.thsn-heading-subheading.left-align .thsn-heading-desc,
.thsn-heading-subheading.center-align .thsn-heading-desc{
    max-width: 800px;
}
.thsn-heading-subheading {
    margin-bottom: 45px;
}
.thsn-heading-subheading.right-align{
    text-align: right;
}
.thsn-heading-subheading:empty{
    display: none;
}
.thsn-text-color-white .thsn-heading-subheading .thsn-element-subtitle,
.thsn-text-color-white .thsn-heading-subheading .thsn-element-heading{
    color: #fff;
}

/* --------------------------------------
 * Global text color
 * ---------------------------------------*/
 .thsn-color-white,
 .thsn-text-color-white,
 .thsn-text-color-white .elementor-widget-text-editor {
    color: #fff;
}
.thsn-color-blackish,
.thsn-text-color-blackish,
.thsn-text-color-blackish .elementor-widget-text-editor {
    color: #000;
}

/* --------------------------------------
 * Global Form Input
 * ---------------------------------------*/
 /* clears the ‘X’ from Chrome  */
 input[type="search"]::-webkit-search-decoration,
 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-results-button,
 input[type="search"]::-webkit-search-results-decoration { 
     display: none; 
}
input[type="number"], 
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
select, 
textarea {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: #848484;
    line-height: normal;
    padding: 0px 15px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 1em;
    line-height: normal;
}
input:focus, select:focus, textarea:focus {
    border-color: #ff6600;
    outline: none !important;
}
.rtl textarea,
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;
    transition: all .6s;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.thsn-select {
    position: relative;
    display: block;
    background-color: #fff;    
    border: 1px solid #eeeeee;
}
.thsn-select:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
}
.thsn-select:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .75em;
    border-top: 6px solid black;
    opacity: 0.5;
}
select::-ms-expand {
    display: none;
}

/* --------------------------------------
 * Sidebar padding top
* ---------------------------------------*/
.thsn-sidebar-left .site-content-contain .site-content > .row {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.themesion-sidebar .widget {
    margin-bottom: 30px;
}
.themesion-sidebar .widget_search .wp-block-search__label,
.themesion-sidebar .widget_block .wp-block-group h2,
.themesion-sidebar .widget .widget-title {
    margin-bottom: 20px;
    position: relative;
}

/* --------------------------------------
 * Colum gaping setting
 * ---------------------------------------*/
 /*=== gap-Default ===*/
.thsn-element-cat-wrapper.row,
.thsn-element-posts-wrapper.row{
    margin-left: -15px;
    margin-right: -15px; 
}
.thsn-element-cat-wrapper.row .thsn-ele,
.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;
}
/* --------------------------------------
 * preloader
 * ---------------------------------------*/
 .thsn-preloader {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    display: block;
}
/* --------------------------------------
 * Titlebar Wrapper
 * ---------------------------------------*/
.thsn-title-bar-wrapper {
    position: relative;
    z-index: 0;
}
.thsn-title-bar-wrapper.thsn-titlebar-style-center .thsn-breadcrumb, 
.thsn-title-bar-wrapper.thsn-titlebar-style-center .thsn-title-bar-content-inner {
    width: 100%;
    text-align: center;
}
.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-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;
}
.thsn-breadcrumb-inner i {
    font-size: 13px;
    margin: 0 10px;
    display: inline-block;
}
.thsn-title-bar-content .thsn-tbar-title {
    margin-bottom: 5px;
}
.thsn-bg-color-white.thsn-bg-image-yes:before {
    background-color: rgba(255, 255, 255, 0.9);
}
.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;
}

/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/
.thsn-pre-header-wrapper {
    height: 50px;
    line-height: 50px;
    background-color: #000;
}
.thsn-pre-header-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.thsn-contact-info li {
    display: inline-block;   
    vertical-align: top;
}
.thsn-contact-info li i {
    margin-right: 5px;
}
.rtl .thsn-contact-info li i {
    margin-left: 5px;
    margin-right: 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 li:last-child {
    margin-right: 0px;
}
.rtl .thsn-pre-header-wrapper .thsn-social-links li:last-child {
    margin-right: 10px;
    margin-left: 0;
}
.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;
    vertical-align: middle;
}
.thsn-pre-header-wrapper .thsn-social-links a:hover {
    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 ===*/
.site-header .thsn-bg-color-white, 
.site-header .thsn-sticky-on.thsn-sticky-bg-color-white {
    background-color: #fff;
}

.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;
}
.thsn-table {
    display: table;
    height: 100%;
}
.thsn-table-cell {
    display: table-cell;
    line-height: normal;
    vertical-align: middle;
}

/* --------------------------------------
 * Row spacing
 * ---------------------------------------*/
 body.thsn-sidebar-no #content {
    padding-top: 100px;
}
.thsn-bg-color-yes:not(.elementor-inner-section):not(.elementor-column){
    padding-top: 100px;
    padding-bottom: 90px;
}
body.thsn-sidebar-no:not(.single) .elementor > .elementor-element:first-child,
body.thsn-sidebar-no:not(.single) .elementor-section-wrap > .elementor-element:first-child {
    margin-top: -100px;
}   
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;
}

/*=== Row Background color ===*/
.elementor-widget-container,
.elementor-button-wrapper,
.elementor-widget-container .themesion-element,
.elementor-section .elementor-column-wrap{
    position: relative;
    z-index: 1;
}
body.elementor-editor-active .elementor-element:not(.elementor-column):before,
body.elementor-editor-active .thsn-col-stretched-yes .thsn-stretched-div:before{
   z-index: 0;
}
/*=== White BG ===*/
.thsn-bg-color-white,
.thsn-bg-color-white .thsn-stretched-div:before{
    background-color: #fff;
}
.thsn-bg-color-white .thsn-bgimage-yes.thsn-stretched-div:before{
    background-color: rgba(255, 255, 255, 0.80);
}

/*=== Background Image Position ===*/
body .thsn-bgimage-position-left-top .thsn-stretched-div,
body .thsn-bgimage-position-left-top {
   background-position: left top !important;
}
body .thsn-bgimage-position-left-center .thsn-stretched-div,
body .thsn-bgimage-position-left-center {
   background-position: left center !important;
}
body .thsn-bgimage-position-left-bottom .thsn-stretched-div,
body .thsn-bgimage-position-left-bottom {
   background-position: left bottom !important;
}
body .thsn-bgimage-position-right-top .thsn-stretched-div,
body .thsn-bgimage-position-right-top {
   background-position: right top !important;
}
body .thsn-bgimage-position-right-bottom .thsn-stretched-div,
body .thsn-bgimage-position-right-bottom {
   background-position: right bottom !important;
}
body .thsn-bgimage-position-right-center .thsn-stretched-div,
body .thsn-bgimage-position-right-center {
   background-position: right center !important;
}
body .thsn-bgimage-position-center-top .thsn-stretched-div,
body .thsn-bgimage-position-center-top {
   background-position: center top !important;
}
body .thsn-bgimage-position-center-center .thsn-stretched-div,
body .thsn-bgimage-position-center-center {
   background-position: center center !important;
}
body .thsn-bgimage-position-center-bottom .thsn-stretched-div,
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;
}

/*=== Colum over image ===*/
.elementor-top-column > .elementor-column-wrap > .elementor-widget-wrap{
    z-index: 1;
}
.elementor-element.elementor-column:not(.elementor-inner-column) .elementor-column-wrap:before{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}

/* --------------------------------------
 * Footer section
 * ---------------------------------------*/
.footer-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
.thsn-footer-text-area {
    background-color: #020203;
    padding-top: 15px;
    padding-bottom: 15px;
}
.thsn-footer-text-area, 
.thsn-footer-widget-area, 
.site-footer {
    background-color: transparent;
    position: relative;
}
.thsn-footer-text-area, 
.thsn-footer-widget-area {
    z-index: 1
}
.thsn-footer-text-area > .container, 
.footer-wrap.thsn-footer-widget-area > .container {
    position: relative;
    z-index: 2;
}
.footer-wrap .contact-info li {
    position: relative;
    padding: 0px 0px 0px 24px;
    margin-bottom: 15px;
    font-size: 13px;
}
.footer-wrap .contact-info i {
    position: absolute;
    left: 0px;
    top: 0px;
}
.site-footer.thsn-bg-color-transparent{
	background-color: transparent;
}
.thsn-footer-section.thsn-bg-color-gradientcolor::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
}

/*=== Footer Tag cloud ===*/
.footer-wrap .widget_tag_cloud a {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: rgba(0, 0, 0, 0.32);
    border-radius: 0px;
}
.site-footer.thsn-text-color-white .widget_tag_cloud a {
    background-color: #fff;
    color: #0c121d;
}
.site-footer.thsn-text-color-white .widget_tag_cloud a:hover {
    color: #fff;
}

/*=== Footer Background color set ===*/
.thsn-bg-color-gradient.thsn-bg-color-over-image.elementor-column .thsn-stretched-div:before,
.thsn-bg-color-gradientcolor.thsn-bg-image-yes:before {
    opacity: 0.5;
}

/*=== Footer text color  ====*/
/* White color */
.thsn-footer-section.thsn-text-color-white a {
    color: rgba(255, 255, 255, 1);
}
.thsn-footer-section.thsn-text-color-white {
    color: rgba(255, 255, 255, 0.90);
}

/* --------------------------------------
 * Widget Sections
 * ---------------------------------------*/
.widget-title {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 40px;
}
.rtl .widget ul,
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style: none;
}
.widget a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;   
}
.widget ul a {
    display: inline-block;
}
.widget ul > li ul {
    margin-left: 15px;
    margin-top: 15px;
}
.widget ul > li {
    padding: 0px 0px 15px 0;
}
.widget > ul > li:last-child {
    padding-bottom: 0;
}
.widget ul > li ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

/*=== Calendar Widget ===*/
.widget_calendar table td#today {
    font-weight: bold;
}
.widget_calendar table {
    border-collapse: separate;
    border-color: #dedede;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 10px;
    width: 100%;
}
.widget_calendar table th, .widget_calendar table td {    
    background-color: #081839;
    border-bottom: 1px solid rgb(255 255 255 / 33%);
    border-right: 1px solid rgb(255 255 255 / 33%);
    padding: 7px;
    text-align: center;
    color: #fff;
}
.widget_calendar table th {
    background-color: #1bbde4;
    border-right: 1px solid rgb(255 255 255 / 0%);
    border-bottom: 1px solid rgb(255 255 255 / 0%);
}
.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;
}
.wp-calendar-nav-next{
    float: right;
}
.site-footer.thsn-text-color-white .widget_calendar caption {
    color: #fff;
}
.site-footer.thsn-text-color-white .widget_calendar table th, 
.site-footer.thsn-text-color-white .widget_calendar table td {
    background-color: #fff;
    color: rgb(0 0 0 / 90%);
}
.site-footer.thsn-text-color-white .widget_calendar table th, 
.site-footer.thsn-text-color-white .widget_calendar table td {
    border-bottom-color: rgba(0, 0, 0, 0.32);
    border-right-color: rgba(0, 0, 0, 0.32);
}

.widget_calendar tbody a,
.site-footer.thsn-text-color-white .widget_calendar table td a,
.site-footer.thsn-text-color-white .widget_calendar table td a:hover{
    color: #1bbde4;
}

/*=== doctery_recent_posts_widget ===*/
.doctery_recent_posts_widget .thsn-rpw-list > li {
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding-top: 0;
}
.doctery_recent_posts_widget .thsn-rpw-list > li:last-child {
    margin-bottom: 0;
}
.doctery_recent_posts_widget .thsn-rpw-list > li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}
.doctery_recent_posts_widget .thsn-rpw-list > li > a {
    width: 75px;
    flex-shrink: 0;
    margin-right: 15px;
}
.rtl .doctery_recent_posts_widget .thsn-rpw-list > li > a {
    margin-left: 15px;
    margin-right: 0;
}
.doctery_recent_posts_widget .thsn-rpw-list > li > a img {
    border-radius: 0;
}
.doctery_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;
}
.doctery_recent_posts_widget .thsn-rpw-content .thsn-rpw-date a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.doctery_recent_posts_widget .thsn-rpw-content .thsn-rpw-title a {
    margin-bottom: 0;
}

/*=== post-password-form ===*/
.post-password-form input[name="post_password"] {
    position: relative;
    top: 2px;
    height: 60px;
}
.post-password-form input[type=submit] {
    background-image: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 24px;
    padding-bottom: 23px
}

/*=== 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_tag_cloud ===*/
.widget_tag_cloud a {
    font-weight: 400;
    font-size: 12px;
    background-color: #1f1f1f;
    padding: 8px 10px 6px;
    line-height: 1;
    display: inline-block;
}
.rtl .widget_tag_cloud ul li,
.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: 10px;
}
.rtl .widget_tag_cloud ul li {
    float: none;
}
.themesion-sidebar .widget_tag_cloud ul li a,
div.widget.widget_tag_cloud ul li a {
    display: inline-block;
    font-size: 14px!important;
    font-weight: 700; 
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    background-color: #fff; 
    border-radius: 0; 
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.themesion-sidebar .widget_tag_cloud ul li a:hover {
    color: #fff;
    background-color: #222;
}

/*=== Footer widget ===*/
.footerlogo {
    margin-bottom: 10px;
}

/*=== RSS Widget ===*/
.rss-date {
    font-size: 15px;
    display: block;
    color: #666;
}
.site-footer.thsn-text-color-white .rss-date {
    color: rgba(255, 255, 255, 0.90);
}
.rss-widget-icon {
    position: relative;
    top: -3px;
}
.widget_rss.widget ul > li {
    padding-bottom: 30px;
}
.widget_rss.widget ul > li:last-child {
    padding-bottom: 0;
}
.widget_rss .rssSummary {
    font-size: 15px;
    opacity: 0.9;
}

/*=== widget_calendar ===*/
.thsn-text-color-white .widget_calendar table {
    border-color: rgba(255, 255, 255, 0.32);
}
.thsn-text-color-white .widget_calendar table th, 
.thsn-text-color-white .widget_calendar table td {
    border-bottom-color: rgba(255, 255, 255, 0.32);
    border-right-color: rgba(255, 255, 255, 0.32);
}

/* --------------------------------------
 * Blog Single
 * ---------------------------------------*/
/*=== Blog video iframe ===*/
.format-video .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: 22px;
    font-style: normal;
    font-size: 17px;
}
.format-quote .thsn-blog-classic blockquote {
    margin: 0;
}
.format-quote .thsn-blog-classic .thsn-blog-classic-inner {
    display: none;
}

/*=== 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;
    margin-bottom: 25px;
    padding: 45px 45px 25px 48px;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-radius: 0px;
    border-left: 5px solid #fed992;
}
.thsn-author-image {
    height: 95px;
    width: 95px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 35px;
    background-color: #fff;
}
.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: 30px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

/*=== Classic Meta ===*/
.thsn-blog-meta, .thsn-blog-meta a {
    color: #666666;
}
.thsn-blog-meta.thsn-blog-meta-top {
    position: relative;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.thsn-blog-meta-top .thsn-meta {
    padding-left: 20px;
    margin-right: 20px;
    position: relative;
    text-transform: capitalize;
}

/*=== Blog Classic default ===*/
.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;
}

.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;    
}
.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: 0;
}

/*=== Classic no img ===*/
.thsn-social-share .thsn-social-li-facebook a {
    background-color: #3B5998;
}
.thsn-social-share .thsn-social-li-twitter a {
    background-color: #55ACEE;
}
.thsn-social-share .thsn-social-li-google-plus a {
    background-color: #dd4b39;
}
.thsn-social-share .thsn-social-li-linkedin a {
    background-color: #007bb5;
}
.thsn-social-share .thsn-social-li-youtube a {
    background-color: #bb0000;
}
.thsn-social-share .thsn-social-li-instagram a {
    background-color: #125688;
}
.thsn-social-share .thsn-social-li-pinterest a {
    background-color: #cb2027;
}
.thsn-social-share .thsn-social-li-snapchat-ghost a {
    background-color: #fffc00;
}
.thsn-social-share .thsn-social-li-skype a {
    background-color: #00aff0;
}
.thsn-social-share .thsn-social-li-android a {
    background-color: #a4c639;
}
.thsn-social-share .thsn-social-li-dribbble a {
    background-color: #ea4c89;
}
.thsn-social-share .thsn-social-li-vimeo a {
    background-color: #45bbff;
}
.thsn-social-share .thsn-social-li-tumblr a {
    background-color: #2c4762;
}
.thsn-social-share .thsn-social-li-vine a {
    background-color: #00b489;
    color: white;
}
.thsn-social-share .thsn-social-li-foursquare a {
    background-color: #45bbff;
}
.thsn-social-share .thsn-social-li-stumbleupon a {
    background-color: #eb4924;
}
.thsn-social-share .thsn-social-li-flickr a {
    background-color: #f40083;
}
.thsn-social-share .thsn-social-li-yahoo a {
    background-color: #430297;
}
.thsn-social-share .thsn-social-li-soundcloud a {
    background-color: #ff5500;
}
.thsn-social-share .thsn-social-li-reddit a {
    background-color: #ff5700;
}
.thsn-social-share .thsn-social-li-rss a {
    background-color: #ff6600;
}

/*=== Single Comment Section ===*/
.comments-area {
    margin-top: 50px;
}
.comments-area .comments-title {
    margin-bottom: 30px;
}
.thsn-post-related .thsn-related-title, 
.comments-area .comments-title, 
.comment-respond .comments-title, 
.comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 34px; 
}
.children, .comment-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.thsn-comment-avatar {
    float: left;
    margin-right: 22px
}
.rtl .thsn-comment-avatar {
    float: right;
    margin-left: 22px;
    margin-right: 0;
}
.comment-list .children li.comment {
    position: relative;
    padding-top: 0;
    padding-left: 0px;
}
.comment-list .children {
    margin-left: 30px;
}
.thsn-comment-date {
    display: block;
    margin-bottom: 25px;
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.thsn-comment-date a {
    color: #b4b4b4;
    font-weight: 500;
}
.comment-list .thsn-comment-avatar img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.thsn-comment-content {
    position: relative;
}
.thsn-comment-content .thsn-comment-author {
    display: block;
    margin-top: 4px;
    margin-bottom: 3px;
    color: #202426;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: Rajdhani,sans-serif; 
}
.reply {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 500;
    letter-spacing: .1em;
}
.rtl .reply {
    left: 15px;
    right: inherit;
}
.reply a {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 16px;
    color: #fff;
    background-color: #232323; 
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    border-radius: 0;
}
.reply a:hover {
    color: #fff;
}
.thsn-comment-content {
    position: relative;
    flex-grow: 1;
    border: 1px solid #e9e9e9;
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    margin-left: 80px;    
    border-radius: 0;
}
.rtl .thsn-comment-content {
    margin-left: 0;
    margin-right: 80px;
}
.comment-list .thsn-comment {
    margin-bottom: 30px;
}
.comment-list>li {
    padding-bottom: 15px;
}
.thsn-comment-content:after, 
.thsn-comment-content:before {
    content: '';
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
}
.thsn-comment-content:before {
    border-color: transparent #fff transparent #fff;
    z-index: 1;
    left: -12px;
    top: 19px;
}
.rtl .thsn-comment-content:before {
    left: inherit;
    right: -12px;
    border-width: 10px 0px 10px 12px;
}
.thsn-comment-content:after {
    border-color: transparent #e9e9e9 transparent #e9e9e9;
    border-width: 12px 14px 12px 0;
    left: -14px;    
}
.rtl .thsn-comment-content:after {
    left: inherit;
    right: -14px;
    border-width: 12px 0px 12px 14px;
}

.comment-respond .comment-reply-title small {
    margin-left: 23px;
    font-size: 20px;
    font-weight: 500;
}

/*=== Comment-Form ===*/
.comment-respond {
    margin: 100px 0;
    margin-top: 0;
}
.comment-list .comment-respond {
    padding-left: 80px;
}
.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;
}
.comment-form .form-submit {
    margin-bottom: 40px;
}
.rtl .comment-form .form-submit {
    text-align: right;
}

/*=== pingback ===*/
.trackback .thsn-comment-content ,
.pingback .thsn-comment-content {
    margin-left: 0px;
}

.trackback .thsn-comment-content:before, 
.trackback .thsn-comment-content:after,
.pingback .thsn-comment-content:before, 
.pingback .thsn-comment-content:after {
    display: none;
}
.trackback .thsn-comment-content {
    margin-left: 0px;
}

/* --------------------------------------
 * Service Single style 2
 * ---------------------------------------*/
.single.single-thsn-service .thsn-service-single-style-2 .thsn-service-single .thsn-entry-content {
	margin-top: -40px;
}

/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/
/*=== thsn-portfolio-related ===*/
.single .thsn-portfolio-related, 
.single .thsn-post-related, 
.single .thsn-service-related {
    margin-top: 35px;
    margin-bottom: 30px;
}

/* --------------------------------------
 * 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: #eef7f9;
    overflow: hidden;
}
.single-thsn-team-member .thsn-short-description {
    margin-top: 35px;
}
.thsn-single-team-info {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    font-size: 17px;
}
.thsn-single-team-info li {
    margin-bottom: 15px;
}
.thsn-single-team-info li label, 
.thsn-portfolio-line-title, 
.thsn-details-label {
    font-weight: 600;
}
.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;
    font-size: 16px;
    border-radius: 0px;
    color: #fff; 
}
.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: 10px;
    margin-bottom: 10px;
}
.thsn-team-single .thsn-entry-content {
    margin: 40px -10px 0 -10px;
}
.thsn-team-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.thsn-team-social-links li {
    display: inline-block;
    margin-right: 10px;
}
.thsn-team-single .thsn-team-title {
    margin-bottom: 5px;
}
.thsn-team-single .thsn-team-designation {
    font-size: 16px;
    line-height: 26px;
    color: #797979;
    margin-bottom: 35px;
}
.thsn-team-form .input-group {
    display: block;
    margin-bottom: 30px;
}

/*===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: 12px 0;
}
.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: 50px;
    position: relative;
}
.search-results .thsn-top-search-form .search-form input[type="search"] {   
    height: 60px;
}
.search-results .thsn-top-search-form .search-form button{
    top: 5px;
    right: 5px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.search-results .thsn-top-search-form .search-form button:after {
    position: absolute;
    font-family: 'themesion-base-icons';
    content: '\e800';
    right: 16px;
    font-size: 16px;
    top: 17px;
    font-size: 16px;
    color: #ffffff;
    line-height: normal;
}

.thsn-search-results {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.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;
}

.search-results article.page, 
.search-results article.product, 
.search-results article.post{
    margin-bottom: 50px;
    position: relative; 
}

.search-results article.page .thsn-search-results, 
.search-results article.product .thsn-search-results, 
.search-results article.post .thsn-search-results{
    margin-bottom: 0px;
}

.search-results article.page .thsn-search-results .thsn-read-more-link,
.search-results article.product .thsn-search-results .thsn-read-more-link,
.search-results article.post .thsn-search-results .thsn-read-more-link{
    margin-top: 15px;
}

/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.nav-links {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.thsn-sidebar-exists .nav-links {
    margin-bottom: 0px;
}
body.search  .nav-links {
    margin-top: 50px;
    margin-bottom: 80px;
}
.nav-links .page-numbers {
    padding: 10px 17px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin: 0 2px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    color: #2c2c2c;
    border-radius: 0;
}
.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%;
}

/* --------------------------------------
 * Carousel
 * ---------------------------------------*/
.themesion-element-viewtype-carousel .container {
    position: relative;
}
.thsn-carousel-navs {
    position: absolute;
    right: 0px;
    top: 0;
    width: 125px;
    height: 55px;
}
.rtl .thsn-carousel-navs {
    left: 0;
    right: inherit;
}
.rtl .thsn-carousel-navs a.thsn-carousel-prev {
    left: 0;
}
.thsn-carousel-navs a.thsn-carousel-next{
    right: 0;
}
.thsn-carousel-navs a i:before{
    font-weight: bold;
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 20;
    transition: all .4s ease 0s;
}
.thsn-carousel-navs a,
.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: #081839;
    border: 1px solid #dddddd;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 17px;
    outline: none;
    display: inline-block;
    position: absolute;
    box-shadow: inherit;    
}

.thsn-carousel-navs a.thsn-carousel-prev i,
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev i{   
    transform: rotate(180deg);
    position: absolute;
    left: 14px;
}

.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after,
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after {
    font-weight: bold;
    font-size: 17px;
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
    font-family: "themesion-base-icons";
    content: '\e82c'; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotate(180deg);  
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after {
    font-family: "themesion-base-icons";
    content: '\e82c';   
}
.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;
}
.thsn-text-color-white .thsn-carousel-navs a,
.thsn-text-color-white .themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next, 
.thsn-text-color-white .themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev{
    color: #fff;
    border-color: #fff;
}

/*=== carousel dot ===*/
.themesion-element-viewtype-carousel .owl-carousel button.owl-dot {
    height: 4px;
    width: 20px;  
    border: 0;
    background-color: #798396;
    border-radius: 0px;
    margin: 0 3px;
    outline: none;
}
.themesion-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    background-color: #000; 
}
.thsn-text-color-white .themesion-element-viewtype-carousel .owl-carousel button.owl-dot {
    border-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: 0px;
}
.themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: -30px;
}

.themesion-element-viewtype-carousel .thsn-ele {
    display: none;
}

.elementor-editor-active .themesion-element-viewtype-carousel .thsn-ele {
    display: block;
}

.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;
    }

}

/*===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 !important;
    background-color: #222;
}

/* --------------------------------------
 * 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-latest-posts li a{
    line-height: normal;
    display: block;
    margin-bottom: 5px;
}
ul.wp-block-categories > li ul {
    margin-left: 15px;
    margin-top: 15px;
}
ul.wp-block-categories li > a, ul.wp-block-archives li > a {
    position: relative;
    padding-left: 20px;
}
ul.wp-block-categories li > a:before, ul.wp-block-archives li > a:before {
    position: absolute;
    content: '\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%;
}
.wp-block-archives-dropdown {
    margin-bottom: 10px;
}
.wp-block-button {
    margin: 3rem 0;
}
.wp-block-cover-image-text, 
.wp-block-cover-text, 
section.wp-block-cover-image h2 {
    color: #fff !important;
}
.thsn-blog-classic .wp-block-column blockquote {
    padding: 30px 30px 30px 30px;
}
.thsn-blog-classic .wp-block-column blockquote cite, 
.thsn-blog-classic .wp-block-column blockquote small{
    font-size: 11px;
    bottom: -12px;
    right: 12px;
    padding: 2px 10px;
}

.wp-block-button.alignleft {
    margin-top: 0;
    margin-right: 20px;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
    font-size: 16px;
    text-align: left;
}
.is-style-outline a.wp-block-button__link:hover {
    color: #fff;
    border-color: transparent;
}
.wp-block-gallery .blocks-gallery-caption {
    margin-bottom: 25px;
    margin-top: -10px;
}
.wp-block-categories-dropdown {
    margin-bottom: 20px;
}
.wp-block-group.has-background {
    padding: 25px;
    margin-bottom: 15px;
}
.wp-block-search {
    position: relative;
    display: inline-block;
    width: 100%;
}
.wp-block-search button {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 58px;
    line-height: 58px;
    margin-top: -29px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 70px;
}
.wp-block-search input[type="search"] {
    height: 58px;
    line-height: 58px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding-right: 90px;
    color: #fff;
}
.wp-block-search .wp-block-search__button:after {
    font-family: "themesion-base-icons";
    content: '\e804';
    position: absolute;
    right: 20px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #fff;
    font-size: 16px;
}
.wp-block-search .wp-block-search__button {
    font-size: 0;
    top: auto;
    bottom: 0;
}
.wp-block-archives-dropdown, 
.wp-block-search {
    margin-bottom: 25px;
}

/*===wp-block-tag-cloud===*/
.wp-block-tag-cloud a {
    display: inline-block;
    font-size: 14px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: 0px 9px 10px 0px rgba(26, 47, 106, 0.07);
    margin-bottom: 8px;
    margin-right: 8px;
}
.wp-block-tag-cloud a:hover {
    color: #fff;
}

/*=== wp-block-calendar ===*/
.wp-block-calendar{
    margin-bottom: 10px;
}
.wp-block-calendar table td#today {
    font-weight: bold;
}
.wp-block-calendar table {
    border-collapse: separate;
    border-color: #dedede;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 0px;
    width: 100%;
}
.wp-block-calendar table th, 
.wp-block-calendar table td {
    border: 0;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 10px;
}
.wp-block-calendar caption {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    caption-side: top;
    color: inherit;
}
.wp-block-calendar tbody a {
    display: block;
    font-weight: 700;
}
.wp-block-calendar table td#prev {
    text-align: left;
}
.wp-block-calendar table td#next {
    text-align: right;
}
.wp-block-calendar tfoot a {
    text-decoration: none;
}
.wp-block-button{
    color: #fff !important;
}
.is-style-squared.wp-block-button .wp-block-button__link{
    border-radius: 0 !important;
}


/**************** Elementor - Frontend editor ***********************/

/* --------------------------------------
 * elementor-editor-active 
 * ---------------------------------------*/
.elementor-top-section.elementor-section > .elementor-container,

.elementor-editor-active .elementor-column,
.elementor-editor-active .elementor-background-overlay{
    z-index: 1;
}
/* --------------------------------------
 * Comment formm error input
 * ---------------------------------------*/
 span.thsn-form-error {
    color: red;
    font-size: 12px;
    display: none;
}
/*------------------------------------------------------------------
[Master Stylesheet]
1. Pre Header setting
2. Header setting
3. Heading Subheading Element
4. Icon Heading Box
5. Blog Box
6. Portfolio Section
7. Team Member Section
8. Contact Form 7
9. Custom Button
10. Testimonial
11. client logo
12. Fact and digit
13. Service Style
14. Progress Bar
15. Contact form
16. error-404
17. Search Popup Area CSS
18. Tab and Accordion
19. Button Section
-------------------------------------------------------------------*/
button, html input[type=button], input[type=reset], input[type=submit]{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 30px;
	outline: none;
	border-radius: 0;
	font-weight: 700;
}
/* --------------------------------------
 * thsn-title-bar-content-wrapper
 * ---------------------------------------*/
.thsn-header-style-3 .thsn-title-bar-content, 
.thsn-header-style-3 .thsn-title-bar-wrapper{
	padding-top: 100px;
}
/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/
.thsn-pre-header-wrapper{
	font-size: 13px; 
	font-weight: 400;
}
.thsn-pre-header-wrapper .thsn-social-links a{
	font-size: 14px;
	font-weight: 600;
}
.thsn-pre-header-right {
	display: flex;
}
.thsn-contact-info,
.thsn-pre-header-wrapper .thsn-social-links,
.thsn-pre-header-wrapper .thsn-pre-header-right > *,
.thsn-pre-header-wrapper .thsn-header-search-btn {
	position: relative;
}
.thsn-pre-header-wrapper .thsn-social-links,
.thsn-pre-header-wrapper .thsn-header-search-btn {
	padding: 0 15px;
}
ul.thsn-link li,
.thsn-pre-header-wrapper .thsn-social-links{
	display: inline-block;
}
ul.thsn-link li.thsn-underline{
	text-decoration: underline;
}
.thsn-pre-header-wrapper ul li{
	margin: 0 10px;
}
.thsn-pre-header-wrapper .thsn-pre-header-left ul li:first-child{
	padding-left: 0;
	margin-left: 0;
}
.rtl .thsn-pre-header-wrapper .thsn-pre-header-left ul li:first-child {
	margin-right: 0;
	margin-left: 10px;
}
.thsn-pre-header-wrapper .thsn-social-links{
	padding-right: 0px;
}
.rtl .thsn-pre-header-wrapper .thsn-social-links {
	padding-left: 0;
	padding-right: 15px;
}
.thsn-contact-info li i {
	font-size: 16px;
}
.thsn-pre-header-wrapper .thsn-social-links a {
	width: 25px;
	color: #666666;
}
/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
.thsn-header-box span{
	display: block;
}
.thsn-right-box{
	position: relative;
}
/*=== thsn-header-style-2 ====*/
.thsn-header-style-2::after {
	background-image: url(../images/banner-pattern.png);
}
.thsn-header-style-2 .thsn-pre-header-wrapper.thsn-bg-color-blackish .thsn-social-links a{
	color: #fff;
}
.thsn-header-style-2 .thsn-right-box {
	margin-left: 20px;
	display: flex;
	align-items: center;
	z-index: 1;
}
.rtl .thsn-header-style-2 .thsn-right-box {
	margin-left: 0;
	margin-right: 20px;
}
.thsn-header-style-2 .thsn-right-box .thsn-header-contactinfo{
	line-height: normal;
	margin-right: 35px;
	border-right: 1px solid #eee;
	padding-right: 35px;
	padding-left: 60px;
	position: relative;
}
.thsn-header-style-2 .thsn-right-box .thsn-header-contactinfo span{
	display: block;
}
.thsn-header-style-2 .thsn-right-box .thsn-header-contactinfo .thsn-header-button-text-1{
	font-weight: bold !important;
	font-size: 22px;
}
.thsn-header-style-2 .thsn-right-box .thsn-header-contactinfo .thsn-header-button-text-2{
	color: #7b7b7b;
	font-size: 15px;
}
.thsn-header-style-2 .thsn-right-box .thsn-header-contactinfo::after {
	content: "\e847";
	font-family: "themesion-base-icons";
	font-size: 45px;
	line-height: 45px;
	top: -4px;
	position: absolute;
	left: 0;
	font-weight: normal;
}
/*=== thsn-header-style-3 ====*/
.thsn-header-style-3 .thsn-pre-header-wrapper .thsn-social-links{
	padding: 0;
}
.thsn-header-style-3 .thsn-pre-header-wrapper .thsn-social-links li{
	margin: 0px;
}
.thsn-header-style-3 .thsn-pre-header-right ul li:last-child{
	margin: 0;
}
.thsn-header-style-3 .thsn-header-overlay {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.thsn-header-style-3 .thsn-header-bg{
	background-image: url(../images/overlay-header-bg.png);
	background-repeat: repeat-x;
}
.thsn-header-style-3 .thsn-sticky-on.thsn-header-wrapper{
	box-shadow: none;
}
/*=== thsn-header-style-4 ====*/
.thsn-header-style-4 .thsn-header-info{
	align-items: center;
}
.thsn-header-style-4 .thsn-header-info-inner .thsn-header-box{
	margin-right: 50px;
	padding-right: 0;
	position: relative;
	padding-left: 50px;
}
.thsn-header-style-4 .thsn-header-info-inner .thsn-header-box::after{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #eee;
	position: absolute;
	left: -30px;
	top: 0;
}
.rtl .thsn-header-style-4 .thsn-header-info-inner .thsn-header-box{
	margin-right: 0px;
	padding-right: 0;
	padding-left: 0px;
	margin-right: 50px;
	padding-right: 50px;
}
.rtl .thsn-header-style-4 .thsn-header-info-inner .thsn-header-box::after{
	right: -30px;
	left: auto;
}
.rtl .thsn-header-style-4 .thsn-header-info-inner .thsn-header-box:first-child{
	margin-right: 0;
}
.rtl .thsn-header-style-4 .thsn-header-info-inner .thsn-header-box:last-child{
	margin-right: 50px;
}
.thsn-header-style-4 .thsn-header-info-inner .thsn-header-box:first-child::after{
	display: none;
}
.thsn-header-style-4 .thsn-header-info-inner .thsn-header-box:last-child{
	margin-right: 0px;
}
.thsn-header-style-4 .thsn-header-info-inner .thsn-header-box{
	display: inline-block;
	vertical-align: middle;
}
.thsn-header-style-4 .thsn-header-info-inner .thsn-header-box-icon i{
	position: absolute;
	top: 4px;
	left: 0px;
	font-size:35px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background-color: transparent;
	border-radius: 50%;
	color: #1c325b;
}
.rtl .thsn-header-style-4 .thsn-header-info-inner .thsn-header-box-icon i{
	right: 0px;
	left: auto;
}
.thsn-header-style-4 .thsn-right-box{
	display: flex;
	align-items: flex-start;
	font-size: 16px;
}
.thsn-header-style-4 .thsn-cart-wrapper .thsn-cart-icon,
.thsn-header-style-4 .thsn-header-search-btn a{
	font-size: 20px;
}
.thsn-header-style-4 .thsn-cart-wrapper .thsn-cart-count{
	left: 6px;
}
.thsn-header-style-4 .thsn-header-info .thsn-header-social-wrapper li{
	display: inline-block;
	margin: 0 5px;
}
.thsn-header-style-4 .thsn-header-info .thsn-header-social-wrapper li a{
	color: #fff; 
	background-color: #000;
	padding: 15px 15px;
	font-size: 14px;
	display: inline-block;
}
.thsn-header-style-4 .thsn-header-info .thsn-header-social-wrapper .thsn-social-links{
	margin: 0;
	padding: 0;
	margin-left: 35px;
	position: relative;
}
.rtl .thsn-header-style-4 .thsn-header-info .thsn-header-social-wrapper .thsn-social-links{
	margin-left: 0px;
	margin-right: 35px;
}
.thsn-header-style-4 .thsn-header-info .thsn-header-social-wrapper li.thsn-social-facebook a{
	background-color: #3B5998;
}
.thsn-header-style-4 .thsn-header-info .thsn-header-social-wrapper li.thsn-social-twitter a{
	background-color: #55ACEE;
}
.thsn-header-style-4 .thsn-header-info .thsn-header-social-wrapper li.thsn-social-linkedin a{
	background-color: #007bb5;
}
.thsn-header-style-4 .thsn-header-info .thsn-header-social-wrapper li.thsn-social-youtube a{
	background-color: #bb0000;
}
.thsn-header-style-4 .thsn-header-info .thsn-header-social-wrapper li.thsn-social-instagram a{
	background-color: #125688;
}
.thsn-header-style-4 .thsn-navbar ul > li > ul > li.current-menu-item > a,
.thsn-header-style-4 .thsn-navbar ul > li > ul li.current_page_item > a,
.thsn-header-style-4 .thsn-navbar ul > li > ul li.current_page_ancestor > a,
.thsn-header-style-4 .thsn-navbar > div > ul > li:hover > a,
.thsn-header-style-4 .thsn-navbar > div > ul > li.current_page_item > a,
.thsn-header-style-4 .thsn-navbar > div > ul > li.current-menu-parent > a{
	color: #fff;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
	color: #989ba1;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
	color: #989ba1;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-search-form-wrapper .search-form{
	max-width: none;
	width: 235px;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	transform: none;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-search-form-wrapper .search-form::after {
	right: 24px;
	top: 22px;
	color: #fff;
	font-size: 17px;
	line-height: normal;
}
.thsn-header-style-4 .thsn-right-box .thsn-header-search-form-wrapper{
	height: 68px;
}
/*** Dropdown Menu ( White ) ***/
.thsn-navbar.thsn-dropdown-active-color-white ul > li > ul > li.current-menu-item > a,
.thsn-navbar.thsn-dropdown-active-color-white ul > li > ul li.current_page_item > a,
.thsn-navbar.thsn-dropdown-active-color-white ul > li > ul li.current_page_ancestor > a,
/*** Main Menu ( White ) ***/
.thsn-navbar.thsn-main-active-color-white > div > ul > li:hover > a,
.thsn-navbar.thsn-main-active-color-white > div > ul > li.current_page_item > a,
.thsn-navbar.thsn-main-active-color-white > div > ul >li.current-menu-parent > a{
	color: #fff;
}
/*** Dropdown Menu ( Blackish ) ***/
.thsn-navbar.thsn-dropdown-active-color-blackish ul > li > ul > li.current-menu-item > a,
.thsn-navbar.thsn-dropdown-active-color-blackish ul > li > ul li.current_page_item > a,
.thsn-navbar.thsn-dropdown-active-color-blackish ul > li > ul li.current_page_ancestor > a,
/*** Main Menu ( Blackish ) ***/
.thsn-navbar.thsn-main-active-color-blackish > div > ul > li:hover > a,
.thsn-navbar.thsn-main-active-color-blackish > div > ul > li.current_page_item > a,
.thsn-navbar.thsn-main-active-color-blackish > div > ul >li.current-menu-parent > a{
	color: #071323;
}
/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.thsn-heading-subheading h4.thsn-element-subtitle {
	margin-bottom: 5px;
} 
.thsn-heading-subheading .thsn-element-subtitle{
	position: relative;
	display: inline-block;
}
.thsn-heading-subheading .thsn-element-subtitle::after{
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	top: 8px;
	align-items: center;
	margin-left: 10px;
}
.thsn-text-color-white .thsn-heading-subheading .thsn-heading-desc{
	color: rgb(255 255 255 / 90%);
}
.thsn-hd-m0 .thsn-heading-subheading{
	margin-bottom: 0;
}
body {
	counter-reset: thsnbox1 thsnbox2 thsn-rev-counter;
}
.thsn-elementor-bg-color-gradient .thsn-element-heading a:hover,
.thsn-elementor-bg-color-globalcolor .thsn-element-heading a:hover,
.thsn-elementor-bg-color-secondary .thsn-element-heading a,
.thsn-elementor-bg-color-blackish .thsn-element-heading a,
.thsn-elementor-bg-color-gradient .thsn-element-subtitle a:hover,
.thsn-elementor-bg-color-globalcolor .thsn-element-subtitle a:hover,
.thsn-elementor-bg-color-secondary .thsn-element-subtitle a,
.thsn-elementor-bg-color-blackish .thsn-element-subtitle a,
.thsn-elementor-bg-color-gradient .thsn-element-title a:hover,
.thsn-elementor-bg-color-globalcolor .thsn-element-title a:hover,
.thsn-elementor-bg-color-secondary .thsn-element-title a,
.thsn-elementor-bg-color-blackish .thsn-element-title a{
	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;
}
.thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-svg-wrapper svg {
	width: 1em;
	height: 1em;
	position: relative;
	fill: #666666;
}
.thsn-text-color-white .thsn-ihbox-icon-wrapper svg,
.thsn-text-color-white .thsn-ihbox-svg-wrapper svg {
	fill: #fff;
}
.thsn-elementor-bg-color-gradient .thsn-ihbox .thsn-ihbox-btn a:hover,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox .thsn-ihbox-btn a:hover,
.thsn-elementor-bg-color-secondary .thsn-ihbox .thsn-ihbox-btn a,
.thsn-elementor-bg-color-blackish .thsn-ihbox .thsn-ihbox-btn a{
	color: #fff;
}
/*=== thsn-ihbox-style-1 ===*/
.thsn-ihbox-style-1{
	margin-right: 25px;
	padding-right: 40px;
	padding-bottom: 40px;
	margin-bottom: 20px;
	position: relative;
}
.thsn-ihbox-style-1 .thsn-ihbox-box{
	margin-left: 10px;
}
.rtl .thsn-ihbox-style-1 .thsn-ihbox-box {
	margin-left: 0;
	margin-right: 10px;
}
.thsn-ihbox-style-1::after{
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 65%;
	background: #21304d;
}
.thsn-ihbox-style-1::before{
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 92%;
	background: #21304d;
}
.thsn-ihbox-style-1-bottom .thsn-ihbox-style-1::before{
	display: none;
}
.thsn-ihbox-style-1-last .thsn-ihbox-style-1::after{
	display: none;
}
.thsn-ihbox-style-1.thsn-ihbox h2{
	font-size: 22px ;
	line-height: 26px;
	margin-bottom: 0;
	letter-spacing: -0.4px
}
.thsn-ihbox-style-1 .thsn-ihbox-content{
	margin-bottom: 0;
	margin-top: 0px;
}
.thsn-ihbox-style-1 .thsn-ihbox-icon-wrapper{
	font-size: 60px;
	line-height: 60px;
}
.thsn-ihbox-style-1 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-1 .thsn-ihbox-icon-wrapper{
	padding-top: 5px;
	margin-right: 30px;
}
.thsn-ihbox-style-1 .thsn-ihbox-svg-wrapper svg{
	width: 60px;
	height: 60px;
}
.rtl .thsn-ihbox-style-1 .thsn-ihbox-svg-wrapper,
.rtl .thsn-ihbox-style-1 .thsn-ihbox-icon-wrapper {
	margin-left: 30px;
	margin-right: 0;
}
.thsn-ihbox-style-1 .thsn-heading-desc{
	margin-top: 10px;
	color: #a2aec5;
	font-size: 14px;
}
.thsn-elementor-bg-color-gradient .thsn-ihbox-style-1 .thsn-heading-desc,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-1 .thsn-heading-desc{
	color: #666666;
}
/*=== thsn-ihbox-style-2 ===*/
.thsn-steps-counter .thsn-ihbox-style-2 .thsn-ihbox-icon .thsn-ihbox-icon-type-image::before,
.thsn-steps-counter .elementor-container .elementor-row .elementor-column .thsn-ihbox-style-2 .thsn-ihbox-icon .thsn-ihbox-icon-type-image::before {
	content: counter(thsnbox2, decimal-leading-zero) " ";
	counter-increment: thsnbox2;
	color: #fff;
	height: 46px;
	width: 46px;
	font-size: 20px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	font-weight: 700;
	top: 0;
	right: 50px;
	z-index: 99;
	font-family: Rajdhani,sans-serif;
}
.rtl .thsn-steps-counter .thsn-ihbox-style-2 .thsn-ihbox-icon .thsn-ihbox-icon-type-image::before,
.rtl .thsn-steps-counter .elementor-container .elementor-row .elementor-column .thsn-ihbox-style-2 .thsn-ihbox-icon .thsn-ihbox-icon-type-image::before {
	left: 50px;
	right: inherit;
}
.thsn-ihbox-style-2{
	text-align: center;
	margin: 0 30px;
}
.thsn-ihbox-style-2 .thsn-ihbox-svg,
.thsn-ihbox-style-2 .thsn-ihbox-icon{
	margin-bottom: 30px;
}
.thsn-ihbox-style-2 .thsn-ihbox-icon img{
	border-radius: 50%;
}
.thsn-ihbox-style-2.thsn-ihbox h2{
	margin-bottom: 0px;
	font-size: 24px;
}
.rtl .thsn-ihbox-style-2.thsn-ihbox h2 {
	font-size: 22px;
}
.thsn-ihbox-style-2 .thsn-ihbox-contents{
	padding:0 10px;
}
.thsn-ihbox-style-2 .thsn-heading-desc{
	margin-top: 8px;
	font-size: 14px;
}
.thsn-ihbox-style-2 .thsn-icon-type-svg img,
.thsn-ihbox-style-2 .thsn-ihbox-svg-wrapper svg{
	height: 16px;
	width: 16px;
}
/*=== thsn-ihbox-style-3 ===*/
.thsn-ihbox-style-3.thsn-ihbox h2{
	font-size: 22px ;
	line-height: 26px;
	margin-bottom: 0;
	letter-spacing: -0.4px
}
.thsn-ihbox-style-3 .thsn-ihbox-content{
	margin-bottom: 0;
	margin-top: 0px;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper{
	font-size: 60px;
	line-height: 60px;
}
.thsn-ihbox-style-3 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper{
	padding-top: 5px;
	margin-right: 30px;
}
.rtl .thsn-ihbox-style-3 .thsn-ihbox-svg-wrapper,
.rtl .thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper {
	margin-left: 30px;
	margin-right: 0;
}
.thsn-ihbox-style-3 .thsn-heading-desc{
	margin-top: 10px;
	font-size: 14px;
}
.thsn-ihbox-style-3 .thsn-icon-type-svg img,
.thsn-ihbox-style-3 .thsn-ihbox-svg-wrapper svg{
	height: 60px;
	width: 60px;
}
/*=== thsn-ihbox-style-4 ===*/
.thsn-ihbox-style-4 .thsn-element-title{
	font-size: 30px;
	line-height: 32px;
	margin-top: 5px;
	margin-bottom: 0;
}
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper{
	font-size: 56px;
	line-height: 56px;
}
.thsn-ihbox-style-4 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper{
	margin-right: 10px;
}
.rtl .thsn-ihbox-style-4 .thsn-ihbox-svg-wrapper,
.rtl .thsn-ihbox-style-4 .thsn-ihbox-icon-wrapper {
	margin-left: 10px;
	margin-right: 0;
}
.thsn-ihbox-style-4 .thsn-element-heading{
	font-size: 16px;
}
.thsn-ihbox-style-4 .thsn-heading-desc{
	margin-top: 40px;
	margin-bottom: 30px;
}
.thsn-ihbox-style-4 .thsn-ihbox-btn a{
	display: block;
	padding: 16px 40px;
	font-size: 14px;
	border:1px solid #fff;
	text-align: center;
}
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-4 .thsn-ihbox-btn a,
.thsn-text-color-white .thsn-ihbox-style-4 .thsn-ihbox-btn a{
	color: #fff;
}
.thsn-ihbox-style-4 .thsn-ihbox-btn a:hover{
	color: #fff!important;
}
.thsn-ihbox-style-4 .thsn-icon-type-svg img,
.thsn-ihbox-style-4 .thsn-ihbox-svg-wrapper svg{
	height: 56px;
	width: 56px;
}
/*=== thsn-ihbox-style-5 ===*/
.thsn-ihbox-style-5 {
	margin-bottom: 10px;
	position: relative;
	padding-top: 40px;
}
.thsn-ihbox-style-5 .thsn-element-title{
	font-size: 24px;
	line-height: 30px;
}
.thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper{
	font-size: 42px;
	line-height: 42px;
}
.thsn-ihbox-style-5 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper{
	margin-bottom: 15px;
}
.thsn-ihbox-style-5 .thsn-overlay{
	position: absolute;
	opacity: 0.1;
	top: 0;
	right: 0;
}
.rtl .thsn-ihbox-style-5 .thsn-overlay {
	left: 0;
	right: inherit;
}
.thsn-ihbox-style-5 .thsn-overlay .thsn-ihbox-icon-wrapper{
	font-size: 130px;
	line-height: 130px;
}
.thsn-ihbox-style-5 .thsn-icon-type-svg img,
.thsn-ihbox-style-5 .thsn-ihbox-svg-wrapper svg{
	height: 42px;
	width: 42px;
}
.thsn-ihbox-style-5 .thsn-overlay .thsn-icon-type-svg img,
.thsn-ihbox-style-5 .thsn-overlay .thsn-ihbox-svg-wrapper svg{
	height: 130px;
	width: 130px;
}
/*=== thsn-ihbox-style-6 ===*/
.thsn-ihbox-style-6 .thsn-element-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0; 
}
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-6 .thsn-ihbox-svg-wrapper{
	margin-right: 15px;
}
.rtl .thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper {
	margin-left: 15px;
	margin-right: 0;
}
.thsn-ihbox-style-6 .thsn-ihbox-icon-wrapper img{
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.thsn-ihbox-style-6 .thsn-element-heading{
	margin: 0;
}
/*=== thsn-ihbox-style-7 ===*/
.thsn-ihbox-style-7{
	width: 150px;
	position: relative;
	display: inline-block;
}
.thsn-ihbox-style-7 .thsn-ihbox-svg,
.thsn-ihbox-style-7 .thsn-ihbox-icon{
	position: absolute;
	top: 80px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}
.thsn-ihbox-style-7 svg {
	fill: #FF9800;
	transform-origin: 50% 50% 0;
	transform: rotate(0deg); 
	-webkit-animation-name: spin;
    -moz-animation-name: spin;
    -ms-animation-name: spin;
    -o-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -ms-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;  
	direction: ltr;
}
.thsn-ihbox-style-7 text {
	fill: #FF9800;
	letter-spacing: 6.3px;
	font-family: Rajdhani,sans-serif;
	font-size: 19px;
	font-weight: 700;
}
.thsn-ihbox-style-7 .thsn-icon-type-svg img{
	height: 52px;
	width: 52px;
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0); }
    to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0); }
    to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0); }
    to { -ms-transform: rotate(360deg); }
}
@-o-keyframes spin {
    from { -o-transform: rotate(0); }
    to { -o-transform: rotate(360deg); }
}
@keyframes spin {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
}

.thsn-ihbox-style-7 .thsn-element-subtitle,
.thsn-ihbox-style-7 .thsn-element-heading{
	margin-bottom: 0;
}
.thsn-ihbox-style-7 .thsn-element-subtitle,
.thsn-ihbox-style-7 .thsn-element-heading,
.thsn-ihbox-style-7 .thsn-element-title {
	margin-top: 10px;
}
/*=== thsn-ihbox-style-8 ===*/
.thsn-ihbox-style-8 {
	text-align: center;
	padding: 60px;
}
.thsn-ihbox-style-8 .thsn-element-title{
	font-size: 30px;
	line-height: 34px;
}
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper{
	font-size: 90px;
	line-height: 90px;
}
.thsn-ihbox-style-8 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper{
	margin-bottom: 40px;
}
.thsn-ihbox-style-8 .thsn-heading-desc{
	font-size: 18px;
	line-height: 30px;
}
.thsn-ihbox-style-8 .thsn-icon-type-svg img,
.thsn-ihbox-style-8 .thsn-ihbox-svg-wrapper svg{
	height: 90px;
	width: 90px;
}
.owl-carousel .thsn-ihbox-style-8 .thsn-icon-type-svg img{
	display: unset;
}
/*=== thsn-ihbox-style-9 ===*/
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper,
.thsn-ihbox-style-9 .thsn-ihbox-svg-wrapper svg,
.thsn-ihbox-odd .elementor-row .elementor-column:nth-child(odd) .elementor-column-wrap .thsn-ihbox-style-9,
.thsn-ihbox-even .elementor-row .elementor-column:nth-child(even) .elementor-column-wrap .thsn-ihbox-style-9,
.thsn-ihbox-style-9 .thsn-element-title,
.thsn-ihbox-style-9 .thsn-element-subtitle,
.thsn-ihbox-style-9 .thsn-element-heading,
.thsn-ihbox-style-9{
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.thsn-ihbox-style-9:hover,
.thsn-ihbox-style-9:hover .thsn-element-subtitle,
.thsn-ihbox-style-9:hover .thsn-element-heading,
.thsn-ihbox-style-9:hover .thsn-element-title,
.thsn-ihbox-style-9:hover .thsn-ihbox-icon-wrapper{
	color: #fff;
}
.thsn-ihbox-style-9:hover .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-9:hover .thsn-ihbox-svg-wrapper svg{
	fill: #fff;
}
.thsn-ihbox-style-9{
	text-align: center;
	padding: 40px;
	background-color: #fff;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.thsn-ihbox-style-9 .thsn-element-title{
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0;
}
.rtl .thsn-ihbox-style-9 .thsn-element-title {
	font-size: 18px;
}
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper {
	font-size: 90px;
	line-height: 90px;
}
.thsn-ihbox-style-9 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper {
	margin-bottom: 20px;
}
.thsn-element-miconheading-style-9 .thsn-element-posts-wrapper.row .thsn-ele{
	margin: 0;
	padding: 0;
}
.thsn-ihbox-style-9 .thsn-icon-type-svg img,
.thsn-ihbox-style-9 .thsn-ihbox-svg-wrapper svg{
	height: 90px;
	width: 90px;
}
.owl-carousel .thsn-ihbox-style-9 .thsn-icon-type-svg img{
	display: unset;
}
.thsn-ihbox-style-9 .thsn-ihbox-btn a:hover{
	color: #fff!important;
}
/* --------------------------------------
 * Blog box style
 * ---------------------------------------*/
.thsn-blog-style-2 .thsn-meta-container .thsn-meta-line a,
.thsn-blog-style-2 .thsn-meta-container .thsn-meta-line,
.thsn-blog-style-1 .thsn-meta-container .thsn-meta-line,
.thsn-blog-style-1 .thsn-meta-container .thsn-meta-line a{
	color: #999;
}
/*=== thsn-blogbox-style-1 ===*/ 
.thsn-blog-style-1 .themesion-box-content .thsn-post-title{
	margin-bottom: 15px;
}
.thsn-blog-style-1 .themesion-box-desc{
	margin-top: 10px;
}
.thsn-blog-style-1 .themesion-box-content{
	padding-top: 25px;
}
.thsn-blog-style-1 .thsn-meta-container .thsn-meta-line {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: 500;
	display: inline-block;
	margin-right: 10px;
}
.rtl .thsn-blog-style-1 .thsn-meta-container .thsn-meta-line:not(:last-child) {
	margin-left: 10px;
	margin-right: 0;
}
.thsn-blog-style-1 .thsn-meta-container .thsn-meta-line:last-child{
	margin-right: 0;
}
.thsn-blog-style-1 .thsn-meta-container .thsn-meta-line i{
	margin-right:5px;
	font-size: 15px;
}
.rtl .thsn-blog-style-1 .thsn-meta-container .thsn-meta-line i {
	margin-left: 5px;
	margin-right: 0;
}
.thsn-blog-style-1 .thsn-featured-wrapper{
	overflow: hidden;
}
.thsn-blog-style-1 .thsn-featured-wrapper img{
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.thsn-blog-style-1:hover .thsn-featured-wrapper img{
	-webkit-transform: scale(1.1);
	-khtml-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.thsn-element-blog-style-1.themesion-element-viewtype-row-column.themesion-gap-30px .thsn-element-posts-wrapper.row .thsn-ele{
	margin-bottom: 50px;
}
.thsn-blog-style-1 .thsn-featured-wrapper img{
	width: 100%;
}
/*=== .thsn-blog-style-2 ===*/
.thsn-blog-style-2 .post-item{
	border-top: 1px solid #eeeeee;
	padding: 25px 20px;
}
.thsn-blog-style-2 .themesion-box-content .thsn-post-title{
	margin-bottom: 0;
}
.thsn-blog-style-2 .themesion-box-desc{
	margin-top: 0;
}
.thsn-blog-style-2 .thsn-meta-container .thsn-meta-line {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: 500;
	display: inline-block;
	margin-right: 10px;
}
.rtl .thsn-blog-style-2 .thsn-meta-container .thsn-meta-line:not(:last-child) {
	margin-left: 10px;
	margin-right: 0;
}
.thsn-blog-style-2 .thsn-meta-container .thsn-meta-line:last-child{
	margin-right: 0;
}
.thsn-blog-style-2 .thsn-meta-container .thsn-meta-line i{
	margin-right:5px;
	font-size: 15px;
}
.rtl .thsn-blog-style-2 .thsn-meta-container .thsn-meta-line i {
	margin-left: 5px;
	margin-right: 0;
}
.thsn-element-blog-style-2 .multi-columns-row .thsn-blog-style-2:first-child .post-item{
	border: 0;
	padding-top: 0;
}
/*=== Classic blog ===*/
.thsn-blog-classic-inner .thsn-post-date{
	position: absolute;
	right: 0;
	top: -40px;
	padding: 9px 20px 9px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
}
.thsn-blog-classic-inner .thsn-post-date a{
	color: #fff;
}
.thsn-blog-classic-inner .thsn-post-date i{
	margin-right: 5px;
}
.thsn-blog-meta-top .thsn-meta {
	margin-right: 15px;
	position: relative;
	font-size: 12px;
	font-weight: 500;
	padding-left: 0;
	display: inline-block;
}
.rtl .thsn-blog-meta-top .thsn-meta {
	margin-left: 15px;
	margin-right: 0;
}
article.post{
	margin-bottom: 30px;
	position: relative;
}
.thsn-blog-meta.thsn-blog-meta-top{
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dddddd;
}
.thsn-blog-meta.thsn-blog-meta-top i{
	margin-right: 5px;
	font-size: 15px;
}
.rtl .thsn-blog-meta.thsn-blog-meta-top i {
	margin-left: 5px;
	margin-right: 0;
}
.thsn-blog-classic .thsn-blog-classic-inner {
	position: relative;
	display: block;
	border: 1px solid #eeeeee;
	padding: 50px 50px 40px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 2;
}
.thsn-blog-classic .thsn-featured-img-wrap{
	position: relative;
}
.thsn-blog-classic .thsn-featured-wrapper img{
	border-radius: 0;
}
.thsn-entry-content .wp-caption:last-child,
.thsn-blog-classic .thsn-blog-classic-inner .wp-audio-shortcode:last-child,
.thsn-blog-classic .thsn-blog-classic-inner .wp-block-pullquote:last-child,
.thsn-blog-classic .thsn-blog-classic-inner .wp-block-media-text:last-child,
.thsn-blog-classic .thsn-blog-classic-inner .wp-block-cover.has-background-dim{
	margin-bottom: 25px;
}
.thsn-no-img.post.sticky{
	padding: 40px 40px 10px 40px;
}
.thsn-entry-content .gallery{
	margin-bottom: 30px;
}
.thsn-blog-classic .thsn-featured-wrapper{
	margin-bottom: 0;
}
.site-main article:last-of-type .thsn-blog-classic {
	margin-bottom: 0px;
}
.thsn-blog-classic .thsn-post-thumbnail{
	margin-bottom: 60px;
}
.thsn-blog-classic .thsn-post-title{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
	margin-top: 0;
	letter-spacing: -0.8px;
}
.thsn-entry-content p strong{
	font-size: 500;
}
.thsn-blog-classic .thsn-entry-content{
	margin-top: 20px;
}
.thsn-blog-classic-inner .thsn-read-more-link {
	margin-top: 25px;
}
.thsn-blog-classic-inner .thsn-read-more-link a{
	font-family: Rajdhani,sans-serif;
	font-size: 14px;
	line-height: 15px;
	cursor: pointer;
	font-weight: 600;
	display: inline-block;
	border: 1px solid #333; 
	padding: 17px 38px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}
.thsn-blog-classic-inner .thsn-read-more-link a:hover{
	color: #fff;
}
.thsn-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) {
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	font-style: italic;
	padding: 50px 80px;
	position: relative;
	border: none;
	background: transparent;
	margin: 50px 0 40px;
	color: #666666;
	border-radius: 0;
	background: #f5f9fc;
}
.thsn-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color)::after {
	position: absolute;
	content: "";
	top: 50px;
	left: 0;
	width: 4px;
	height: 34%;
}
.rtl .thsn-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color)::after {
	left: inherit;
	right: 0;
}
.thsn-blog-classic blockquote .authorOrTitle{
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 15px;
}
.wp-block-quote.is-style-large cite em::before,
blockquote cite::before,
blockquote small::before {
	content: "\2014\00a0";
}
.wp-block-quote.is-style-large cite::before{
	display: none;
}
blockquote.wp-block-quote.is-style-large{
	padding: 40px 48px 50px;
	margin-top: 62px;
	margin-bottom: 30px;
}
blockquote cite, blockquote small {
	display: block;
	font-size: 17px;
	line-height: normal;
	margin-top: 20px;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Rajdhani,sans-serif;
}
.thsn-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) cite::after,
.thsn-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) small::after {
	position: absolute;
	content: '"';
	opacity: 0.2;
	font-size: 70px;
	line-height: normal;
	top: -50px;
	right: 0px;
	transform: rotate(180deg);
	font-style: italic;
	font-weight: 700;
	color: #000;
}
.rtl .thsn-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) cite::after,
.rtl .thsn-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) small::after {
	left: 0;
	right: inherit;
}
.thsn-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) cite span::after,
.thsn-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) small span::after {
	content: ' ';
	width: 70%;
	height: 1px;
	background: #fff;
	opacity: 0.2;
	left: 25%;
	display: inline-block;
	position: static;
	line-height: normal;
	vertical-align: middle;
	margin-left: 15px;
}
.wp-block-pullquote.is-style-solid-color blockquote{
	background-color: #fff;
}
.gallery-columns-2 .gallery-item{
	padding: 0 10px;
}
.wp-block-quote.is-style-large cite br{
	display: none;
}
/*=== Sticky post ===*/
.post.sticky{
	background-color: #fff;
	position: relative;
	padding: 1px 40px;
	overflow: hidden;
	border-radius: 6px;
	border: 10px solid;
}
.post.sticky .thsn-blog-classic .thsn-blog-classic-inner{
	padding: 0px;
	border: 0;
	box-shadow: none;
}
.post.sticky .thsn-read-more-link a::after{
	background-color: #272727;
}
.post.sticky .thsn-blog-classic{
	margin-bottom: 0px;
	box-shadow: none;
	overflow: visible;
	border-radius: 0;
}
.post.sticky .thsn-blog-classic::after {
	font-family: "themesion-base-icons";
	content: "\e830";
	font-size: 25px;
	position: absolute;
	color: #fff;
	opacity: 1;
	right: 0px;
	top: 0px;
	background-color: #000;
	padding: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	text-align: center;
	border-radius: 0 0 0 6px;
}
.single .thsn-post-related .thsn-element-posts-wrapper .thsn-post-ele{
	margin-bottom: 0;
}
/*=== Single-blog-meta-bottom ===*/
.thsn-blog-meta-bottom{
	border-top: 1px solid #e9e9e9;
	padding-top: 35px;
	margin-top:  15px;
}
.thsn-blog-meta-bottom .thsn-meta-tags .thsn-meta-title{
	color: #424d6c;
	font-size: 16px;
	font-weight: 600;
}
.thsn-blog-meta-bottom .thsn-meta-tags{
	color: #8b90a0;
}
.thsn-blog-meta-bottom .thsn-meta-tags a:first-child{
	display: inline-block;
	margin-left: 10px;
}
.thsn-blog-meta-bottom .thsn-meta-tags a{
	color: #8b90a0;
	font-weight: normal;
}
.thsn-blog-meta-bottom ul{
	margin: 0;
	padding: 0;
}
.thsn-blog-meta-bottom ul li{
	margin-right: 8px;
	display: inline-block;
}
.thsn-blog-meta-bottom .thsn-social-share li a {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
}
/* --------------------------------------
 * Portfolio Section
 * ---------------------------------------*/
.themesion-element-portfolio.thsn-sortable-yes .thsn-ele-header-area{
	width: 100%;
}
/*=== thsn-blogbox-style-1 ===*/
.thsn-portfolio-style-1 .themesion-post-content{
	position: relative;
	overflow: hidden;
}
.thsn-portfolio-style-1 img {
	width: 100%;
	height: auto;
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}
.thsn-portfolio-style-1 .themesion-box-content{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 20px;
	bottom: 50px;
	z-index: 3;
	transition: all ease 900ms;
	-moz-transition: all ease 900ms;
	-webkit-transition: all ease 900ms;
	-o-transition: all ease 900ms;
}
.rtl .thsn-portfolio-style-1 .themesion-box-content {
	left: inherit;
	right: 20px;
}
.thsn-portfolio-style-1 .themesion-box-content .thsn-portfolio-title{
	margin-bottom: 0;
}
.thsn-portfolio-style-1 .themesion-box-content .thsn-port-cat a,
.thsn-portfolio-style-1 .themesion-box-content .thsn-portfolio-title a{
	color: #fff;
}
.thsn-portfolio-style-1:hover .themesion-box-content {
	visibility: visible;
	opacity: 1;
	left: 50px;
}
.rtl .thsn-portfolio-style-1:hover .themesion-box-content {
	left: inherit;
	right: 50px;
}
.thsn-portfolio-style-1 .themesion-post-content::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(32,36,38,0.72);
	overflow: hidden;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	margin: 20px;
	content: '';
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	opacity: 0;
}
.thsn-portfolio-style-1 .themesion-icon-box a{
	color: #081839;
	width: 70px;
	height: 70px;
	font-size: 30px;
	line-height: 70px;
	background: #fff;
	display: inline-block;
	text-align: center;
}
.thsn-portfolio-style-1 .themesion-icon-box {
	position: absolute;
	right: 15px;
	top: 20px;
	z-index: 2;
	visibility: hidden;
	transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	-webkit-transition: all ease 800ms;
	opacity: 0;
	visibility: hidden;
}
.rtl .thsn-portfolio-style-1 .themesion-icon-box {
	left: 15px;
	right: inherit;
}
.thsn-portfolio-style-1:hover .themesion-post-content::after{
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}
.thsn-portfolio-style-1:hover .themesion-icon-box{
	opacity: 1;
	visibility: visible;
	right: 20px;
}
.rtl .thsn-portfolio-style-1:hover .themesion-icon-box {
	left: 20px;
	right: inherit;
}
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next::after,
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev::after{
	font-family: "themesion-base-icons";
	content: '\e814';
	font-size: 28px;
	font-weight: 700;
}
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev::after{
	transform: rotate(180deg);
	position: absolute;
	top: 0;
	left: 20px;
}
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev{
	left: -50px;
}
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .thsn-carousel-navs{
	right: 15px;
}
.rtl .thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .thsn-carousel-navs {
	left: 15px;
	right: inherit;
}
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-nav{
	display: none;
}
/*=== portfolio-style-2 ===*/
.thsn-portfolio-style-2 .thsn-image-wrapper {
	padding-bottom: 50px;
}
.thsn-portfolio-style-2 .thsn-image-wrapper img{
	border-radius: 6px;
}
.thsn-portfolio-style-2 .thsn-content-wrapper {
	position: absolute;
	width: calc(100% - 60px);
	bottom: 30px;
	background: #fff;
	margin: 0 30px;
	padding: 25px 25px;
	border-radius: 6px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.thsn-portfolio-style-2:hover .thsn-content-wrapper{
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.thsn-portfolio-style-2:hover .themesion-post-item {
	position: relative;
}
.thsn-portfolio-style-2 h3.thsn-portfolio-title {
	line-height: 26px;
	font-size: 22px;
	margin-bottom: 0;
}
.thsn-portfolio-style-2 .thsn-port-cat {
	margin-bottom: 0;
}
.thsn-portfolio-style-2 .thsn-link-icon a{
	position: absolute;
	top: -25px;
	right: -20px;
	font-size: 23px;
	background-color: #000;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	border-radius: 50%;
	padding-top: 8px;
	padding-right: 15px;
	color: #fff;
}
.rtl .thsn-portfolio-style-2 .thsn-link-icon a {
	left: -20px;
	right: inherit;
	padding-left: 15px;
	padding-right: 0;
}
.thsn-portfolio-style-2 .thsn-content-wrapper{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.thsn-portfolio-style-2 .thsn-featured-wrapper img {
	width: 100%;
}
/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/
.thsn-sep-heading{
	position: relative;
	padding-bottom: 20px;
	margin-bottom:  35px;
}
.thsn-sep-heading::after{
	position: absolute;
	content: "";
	width: 72px;
	height: 2px;
	bottom: 0;
	left: 0;
}
.single-thsn-portfolio .post-navigation .nav-links{
	padding-bottom: 0;
	padding-top: 0;
	border-top: 1px solid #f2f3f4;
	border-bottom: 1px solid #f2f3f4;
}
/*=== thsn-portfolio-single-style-1 ===*/
.thsn-portfolio-single-style-1 .thsn-short-description{
	margin-bottom: 60px;
}
.thsn-portfolio-single-style-1 .thsn-featured-wrapper{
	margin-bottom: 0;
}
/*=== thsn-portfolio-lines-wrapper ===*/
.thsn-single-project-content-wrapper{
	position: relative;
	margin-bottom: 70px;
}
.thsn-single-project-details-list{
	padding: 30px 0;
	background: #000;
	margin: -50px 50px 0;
	text-align: center;
	position: relative;
	color: #fff;
}
.thsn-single-project-details-list h3{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.5px;
	display: none;
}
.thsn-portfolio-summary{
	padding: 35px 40px;
	margin-bottom: 50px;
	box-shadow: 0 0 20px rgba(26, 47, 106, 0.1);
	border-radius: 6px;
}
.thsn-portfolio-summary h3{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 30px;
}
.thsn-portfolio-lines-wrapper ul{
	list-style: none;
	margin: 0;
	padding: 0; 
}
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-li{
	margin: 0;
	padding: 3px 0;
	font-size: 14px;
	line-height: 25px;
	position: relative;
	display: inline-block;
}
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-li::before {
	content: '/';
	padding: 0 1.1em;
}
.thsn-portfolio-lines-wrapper .thsn-portfolio-line-li:first-child::before{
	display: none;
}
/*=== Single post navigation ===*/
.post-navigation .nav-links {
	margin-top: -1px;
	padding: 41px 0;
	display: -ms-flexbox;
	display: flex;
	align-items: normal;
	width: 100%;
}
.post-navigation .nav-links .nav-previous {
	margin-right: auto !important;
}
.rtl .post-navigation .nav-links .nav-previous {
	margin-left: auto !important;
	margin-right: 0 !important;
}
.post-navigation .nav-links .nav-next {
	text-align: right;
	margin-left: auto;
}
.rtl .post-navigation .nav-links .nav-next {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
	width: 50%;
}
.post-navigation .nav-links .thsn-prev-title,
.post-navigation .nav-links .thsn-next-title {
	color: #000;
	font-size: 13px;
	background-color: #f9f9f9;
	padding: 8px 34px;
	border-radius: 30px;
	margin-bottom: 15px;
	display: inline-block;
	border: 1px solid #dcdcdc;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.post-navigation .nav-links .thsn-prev-title:hover,
.post-navigation .nav-links .thsn-next-title:hover {
	color: #fff;
	border-color: transparent;
}
.post-navigation .nav-links .nav-title,
.post-navigation .nav-links .nav-title {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
.thsn-portfolio-single .thsn-portfolio-nav-head {
	font-size: 14px;
	font-weight: 600;
}
.thsn-portfolio-single .thsn-portfolio-nav-wrapper {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 240px;
	font-family: Rajdhani,sans-serif;
	text-transform: uppercase;
}
.thsn-portfolio-single .nav-links .thsn-portfolio-nav-icon {
	width: 45px;
	text-align: left;
	display: inline-block;
	position: relative;
	font-size: 24px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: none;
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-icon{
	text-align: right;
}
.thsn-portfolio-single .nav-links .thsn-portfolio-nav-icon i {
	position: absolute;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-icon i{
	left: 0;
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-icon i{
	right: 0;
}
.thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-wrapper {
	margin-left: 2px;
}
.rtl .thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-wrapper {
	margin-right: 2px;
	margin-left: auto;
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-wrapper {
	margin-right: 2px;
	margin-left: auto;
}
.rtl .thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-wrapper {
	margin-left: 2px;
	margin-right: auto;
}
.thsn-portfolio-single .navigation {
	margin-top: 40px;
}
.thsn-portfolio-single .thsn-portfolio-nav-wrapper {
	display: inline-block;
	vertical-align: middle;
}
.thsn-portfolio-single .post-navigation .nav-links {
	justify-content: space-between;
}
.thsn-portfolio-single .post-navigation .nav-links .nav-previous,
.thsn-portfolio-single .post-navigation .nav-links .nav-next {
	width: unset;
}
.thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-wrapper {
	text-align: left;
}
.rtl .thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-wrapper {
	text-align: right;
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-wrapper {
	text-align: right;
}
.rtl .thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-wrapper {
	text-align: left;
}
.thsn-portfolio-single .nav-links a {
	display: -ms-flexbox !important;
	display: flex !important;
}
.thsn-portfolio-single .nav-links .nav-next a {
	justify-content: space-between;
}
.thsn-portfolio-single .nav-links a .thsn-portfolio-nav-wrapper{
	-webkit-transition: 0.4s ease-out 0s;
	-o-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
}
/*=== single-thsn-service ===*/
.archive .themesion-ele-portfolio{
	margin-bottom: 30px;
}
.thsn-sortable-list-ul{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 42px;
	display: block;
}
.thsn-sortable-list-ul li{
	display: inline-block;
	margin: 0 15px;
}
.thsn-sortable-list a{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: #222222;
	padding: 10px 15px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	display: block;
}
.thsn-sortable-list a:hover{
	color: #222222;
}
.thsn-sortable-list a.thsn-selected{
	color: #fff;
	border: 1px solid;
}
.thsn-sortable-list a.thsn-selected:hover{
	color: #fff;
}
/*=== thsn-category-style1 ===*/
.thsn-category-style1 {
	text-align: center;
}
.thsn-category-style1 .thsn-ihbox.thsn-ihbox-style-hsbox.thsn-align-center{
	margin-bottom: 0;
}
.thsn-category-style1 .thsn-sortable-list-ul{
	padding-bottom: 50px;
	display: inline-block;
	text-align: center;
	border-top: 1px solid #e2e2e3;
	margin-top: 30px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}
.thsn-category-style1 .thsn-sortable-list-ul li:first-child{
	margin-left: 0;
}
.thsn-category-style1 .thsn-sortable-list-ul li:last-child{
	margin-right: 0;
}
.thsn-category-style1 .thsn-sortable-link{
	position: relative;
}
.thsn-category-style1 .thsn-sortable-link.thsn-selected::after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
/*=== thsn-category-style2 ===*/
.thsn-category-style2 .thsn-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.thsn-category-style2 .thsn-sortable-list{
	float: right;
}
.thsn-category-style2 .thsn-ele-header-area::after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.thsn-category-style2 .thsn-sortable-list-ul {
	margin-top: 15px;
}
.thsn-text-color-white .thsn-sortable-list a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}
/*=== thsn-category-style3 ===*/
.thsn-category-style3 .thsn-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.thsn-category-style3 .thsn-sortable-list{
	float: right;
	margin-top: 25px;
}
.thsn-category-style3 .thsn-sortable-link.thsn-selected::after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.thsn-category-style3 .thsn-sortable-link{
	position: relative;
}
.thsn-category-style3 .thsn-sortable-link.thsn-selected::after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.thsn-category-style3 .thsn-ele-header-area::after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* --------------------------------------
 * Team Member Single Section
 * ---------------------------------------*/
/*=== Team Member style 1 ===*/
.thsn-team-style-1.themesion-ele-team{
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 0px;
}
.thsn-team-style-1 .themesion-overlay-box,
.thsn-team-style-1 .themesion-team-wrap,
.thsn-team-style-1 .themesion-box-social-links{
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.thsn-element-team-style-1.themesion-element-viewtype-row-column .thsn-team-style-1:nth-child(1){
	z-index: 12;
}
.thsn-element-team-style-1.themesion-element-viewtype-row-column .thsn-team-style-1:nth-child(2){
	z-index: 11;
}
.thsn-element-team-style-1.themesion-element-viewtype-row-column .thsn-team-style-1:nth-child(3){
	z-index: 10;
}
.thsn-element-team-style-1.themesion-element-viewtype-row-column .thsn-team-style-1:nth-child(4){
	z-index: 9;
}
.thsn-team-style-1 .themesion-post-item{
	position: relative;
	height:380px;
}
.post-type-archive-thsn-team-member .thsn-team-style-1 .themesion-post-item{
	height:400px;
}
body.thsn-sidebar-no.post-type-archive-thsn-team-member #content{
	padding-bottom: 200px;
}
.thsn-team-style-1:hover{
	z-index: 9;
}
.thsn-team-style-1 .themesion-team-wrap{
	background: #fff;
	padding: 30px;
	text-align: center;
}
.thsn-team-style-1 .thsn-featured-wrapper img{
	border-radius: 50%;
}
.thsn-team-style-1 .themesion-box-content .thsn-team-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0px;
}
.thsn-team-style-1 .thsn-social-links.thsn-team-social-links {
	display: flex;
	flex-direction: row;
}
.thsn-team-style-1 .thsn-team-social-links li {
	flex-grow: 1;
	flex-basis: 0;
	margin: 0;
}
.thsn-team-style-1 .thsn-team-social-links li a {
	background-color: #000;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	display: block;
	font-size: 13px;
}
.thsn-team-style-1 .thsn-team-social-links li a:hover{
	color: #fff;
}
.thsn-team-style-1 .thsn-team-social-links li.thsn-social-facebook a{
	background-color: #3B5998;
}
.thsn-team-style-1 .thsn-team-social-links li.thsn-social-twitter a{
	background-color: #55ACEE;
}
.thsn-team-style-1 .thsn-team-social-links li.thsn-social-linkedin a{
	background-color: #007bb5;
}
.thsn-team-style-1 .thsn-team-social-links li.thsn-social-youtube a{
	background-color: #bb0000;
}
.thsn-team-style-1 .thsn-team-social-links li.thsn-social-instagram a{
	background-color: #125688;
}
.thsn-team-style-1 .thsn-team-social-links li.thsn-social-pinterest a{
	background-color: #cb2027;
}
.thsn-team-style-1 .thsn-team-social-links li.thsn-social-flickr a{
	background-color: #f40083;
}
.thsn-team-style-1 .themesion-team-image-box {
	position: relative;
}
.thsn-team-style-1 .themesion-box-content{
	padding: 30px 0 0;
	font-size: 14px;
}
.thsn-team-style-1 .thsn-team-content{
	margin-top: 20px;
}
.thsn-team-style-1:hover .themesion-team-wrap{
	box-shadow: 0px 3px 7px 0px rgba(8, 24, 57, 0.1);
}
.thsn-team-style-1 .themesion-overlay-box{
	height: 1px;
	visibility: hidden;
	overflow: hidden;
}
.thsn-team-style-1:hover .themesion-overlay-box{
	height: 165px;
	visibility: visible;
}
/*=== thsn-team-style-2 ===*/
.thsn-team-style-2.themesion-ele-team{
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 0px;
}
.thsn-team-style-2 .themesion-overlay-box,
.thsn-team-style-2 .themesion-post-item,
.thsn-team-style-2 .themesion-box-social-links{
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.thsn-team-style-2{
	position: relative;
}
.thsn-team-style-2 .themesion-post-item{
	border: 1px solid #eee;
	background: #fff;
	padding: 30px 20px 22px;
	text-align: center;
}
.thsn-team-style-2 .thsn-featured-wrapper img{
	border-radius: 50%;
}
.thsn-team-style-2 .themesion-box-content .thsn-team-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0px;
}
.thsn-team-style-2:hover .themesion-box-content .thsn-team-title a{
	color: #fff;
}
.thsn-team-style-2 .thsn-social-links.thsn-team-social-links {
	text-align: center;
}
.thsn-team-style-2 .thsn-team-social-links li {
	margin: 0 0 8px 0;
	margin-right: 8px;
}
.thsn-team-style-2 .thsn-team-social-links li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	display: block;
	font-size: 13px; 
	border: 1px solid rgb(0 0 0 / 6%);
	color: #081839;
}
.thsn-team-style-2:hover .thsn-team-social-links li a {
	border: 1px solid rgb(255 255 255 / 6%);
	color: #fff;
}
.thsn-team-style-2 .thsn-team-social-links li a:hover{
	color: #fff;
}
.thsn-team-style-2 .themesion-box-content{
	padding: 30px 0 0;
	font-size: 14px;
}
/*=== thsn-team-style-3 ===*/
.thsn-team-style-3{
	position: relative;
}
.thsn-team-style-3 .themesion-post-item{
	padding: 30px 20px;
	text-align: center;
}
.thsn-team-style-3 .thsn-featured-wrapper img{
	border-radius: 50%;
}
.thsn-team-style-3 .themesion-box-content .thsn-team-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0px;
}
.thsn-team-style-3 .themesion-box-content{
	padding: 30px 0 0;
	font-size: 14px;
}
.thsn-elementor-bg-color-gradient .thsn-team-style-3 .themesion-box-content .themesion-box-team-position,
.thsn-elementor-bg-color-globalcolor .thsn-team-style-3 .themesion-box-content .themesion-box-team-position,
.thsn-elementor-bg-color-gradient .thsn-team-style-3 .thsn-team-title a:hover,
.thsn-elementor-bg-color-globalcolor .thsn-team-style-3 .thsn-team-title a:hover,
.thsn-elementor-bg-color-secondary .thsn-team-style-3 .thsn-team-title a,
.thsn-elementor-bg-color-blackish .thsn-team-style-3 .thsn-team-title a{
	color: #fff;
}
/*=== single-thsn-teammember ===*/
.tax-thsn-team-group.thsn-sidebar-no #primary.content-area{
	margin-top: 60px;
}
.tax-thsn-team-group .thsn-element-team-wrapper{
	margin-top: 40px;
}
.thsn-team-single-pbar{
	margin-top: 60px;
}
/*=== Single Team Member Style 1 ===*/
.thsn-team-single-style-1 .thsn-team-details-wrap{ 
	padding: 50px;
}
.thsn-team-single-style-1 .thsn-single-team-info{
	font-size: 15px;
}
.thsn-single-team-info li {
	margin-bottom: 10px;
}
.thsn-team-single-style-1 .thsn-single-team-info li label{
	display: inline-block;
	min-width: 80px;
	color: #202426;
	font-weight: 600;
}
.thsn-team-single-style-1 .thsn-team-title{
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 0;
}
.thsn-team-single-style-1 .thsn-team-designation {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 0; 
	text-transform: uppercase;
	letter-spacing: 1px;
}
.single-thsn-team-member .thsn-team-single-style-1 .thsn-short-description{
	margin: 0;
}
.thsn-team-single-style-1 .thsn-team-summary {
	margin-bottom: 30px;
}
.thsn-team-single-style-1 .thsn-team-details-wrap .thsn-team-details-inner {
	padding-left: 70px;
	padding-right: 70px;
}
.single-thsn-team-member .thsn-team-single-style-1 .thsn-team-details-wrap {
	position: relative;
	z-index: 1;
}
.single-thsn-team-member .thsn-team-single-style-1 .thsn-team-details-wrap::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin-right: 0;
	width: 265px;
	right: auto;
	background-color: #000;
	z-index: -1;
}
.rtl.single-thsn-team-member .thsn-team-single-style-1 .thsn-team-details-wrap::after {
	left: inherit;
	right: 0;
}
.thsn-team-single-style-1 .thsn-team-single .thsn-team-social-links a{
	width: 0;
	height: 0;
	line-height: 0;
	margin-right: 40px;
}
.rtl .thsn-team-single-style-1 .thsn-team-single .thsn-team-social-links a {
	margin-left: 40px;
	margin-right: 0;
}
.thsn-team-single-style-1 .thsn-team-single .thsn-team-social-links li{
	margin-right: 0;
}
/* --------------------------------------
 * Contact Form 7
 * ---------------------------------------*/
.wpcf7-form .input-group {
	display: block;
}
.rtl .wpcf7-form input[type="email"],
.rtl .wpcf7-form .input-group {
	direction: rtl;
}
.wpcf7-form textarea {
	height: 175px; 
}
textarea,
select,
.wpcf7-form input[type="number"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="search"]{
	height: 48px;
}
textarea{
	height: 150px;
}
.wpcf7-form input[type=submit].btn-block,
.wpcf7-form button {
	padding: 22px 45px;
	width: auto;
}
.wpcf7-form .thsn-form-style-1 textarea,
.wpcf7-form .thsn-form-style-1 input[type="number"],
.wpcf7-form .thsn-form-style-1 input[type="text"],
.wpcf7-form .thsn-form-style-1 input[type="email"],
.wpcf7-form .thsn-form-style-1 input[type="password"],
.wpcf7-form .thsn-form-style-1 input[type="tel"],
.wpcf7-form .thsn-form-style-1 input[type="url"],
.wpcf7-form .thsn-form-style-1 input[type="search"]{
	background-color: #fff;
}
.thsn-form-style-1 .input-group{
	margin-bottom: 15px;
}
input:focus, select:focus, textarea:focus{
	border-color: #1bbde4;
	outline: none !important;
}
/*=== thsn-form-style-2 ===*/
.thsn-form-style-2 .thsn-select {
	border-color: #dddddd;
}
.thsn-form-style-2 .input-group{
	margin-bottom: 25px;
}
.thsn-form-style-2 .input-button{
	margin-bottom: 0px;
}
.wpcf7-form .thsn-form-style-2 textarea,
.wpcf7-form .thsn-form-style-2 input[type="number"],
.wpcf7-form .thsn-form-style-2 input[type="text"],
.wpcf7-form .thsn-form-style-2 input[type="email"],
.wpcf7-form .thsn-form-style-2 input[type="password"],
.wpcf7-form .thsn-form-style-2 input[type="tel"],
.wpcf7-form .thsn-form-style-2 input[type="url"],
.wpcf7-form .thsn-form-style-2 input[type="search"]{
	background-color: transparent;
	border: 1px solid #dddddd;
	height: 50px;
} 
.wpcf7-form .thsn-form-style-2  textarea{
	height: 110px;
}
.wpcf7-form .thsn-select::after{
	border-top: none;
	top: 34%;
	right: 20px;
	font-size: 12px;
	opacity: 0.7;
}
.rtl .wpcf7-form .thsn-select::after {
	left: 20px;
	right: inherit;
}
.wpcf7-form-control-wrap .thsn-select::after{
	content: '\e849' ;
	font-family: "themesion-base-icons";
}
.wpcf7-form .thsn-form-style-2 input[type=submit] {
	padding: 17px 50px;
}
.contact-timelist ul.thsn-timelist-list li {
	padding: 6px 0px;
}
.contact-timelist ul li .thsn-timelist-li-value{
	color: #fff;
}
/* --------------------------------------
 * Testimonial
 * ---------------------------------------*/
/*=== Testimonial style 1 ===*/
.thsn-testimonial-style-1{
	position: relative;
	padding-left: 0;
}
.owl-carousel .owl-item .thsn-testimonial-style-1 img,
.thsn-testimonial-style-1 .themesion-box-img img{
	border-radius: 50%;
	height: 110px;
	width: 110px;
	display: inline-block;
}
.thsn-testimonial-style-1 .themesion-box-author {
	position: relative;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	margin-top: 20px;
}
.thsn-testimonial-style-1 .themesion-box-star-ratings{
	font-size: 15px;
	margin-bottom: 30px;
}
.thsn-testimonial-style-1 .themesion-box-title{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}
.thsn-elementor-bg-color-secondary .thsn-testimonial-style-1 .themesion-box-title,
.thsn-elementor-bg-color-blackish .thsn-testimonial-style-1 .themesion-box-title{
	color: #fff;
}
.thsn-testimonial-style-1 blockquote{
	font-size: 18px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-style: normal;
	font-weight: 600;
	color: #202426;
}
.thsn-bg-color-blackish .thsn-testimonial-style-1 .themesion-box-title,
.thsn-bg-color-blackish .thsn-testimonial-style-1 blockquote{
	color: #fff;
}
.thsn-testimonial-style-1 .themesion-box-img{
	padding-right: 15px;
	min-width: 160px;
	text-align: center;
}
.thsn-testimonial-style-1 .themesion-box-desc{
	position: relative;
	border-radius: 6px;
	background: #fff;
	padding: 30px;
	padding-bottom: 25px;
	margin-left: 5px;
}
.thsn-testimonial-style-1 .themesion-box-desc::before {
	content: '';
	border: 12px solid transparent;
	position: absolute;
	top: 50px;
	left: -12px;
	transform: translateY(-50%);
	border-left: none;
	border-left-color: #fff;
	border-right-color: #fff;
}
.thsn-testimonial-style-1::after {
	position: absolute;
	content: '"';
	font-size: 60px;
	line-height: 80px;
	bottom: 10px;
	right: 30px;
	color: #202426; 
	opacity: 0.1;
	font-family: "themesion-base-icons";
	content: '\e80d';
	transform: rotate(180deg);
}
.thsn-testimonial-style-1 .themesion-box-star-ratings{
	margin-left: auto !important;
	margin-top: 15px;
	margin-bottom: 0;
}
.thsn-testimonial-style-1 .themesion-box-star-ratings i{
	color: #202426;
	font-size: 18px;
}
.thsn-element-testimonial-style-1.themesion-element-viewtype-carousel .thsn-carousel-navs{
	position: relative;
}
.thsn-element-testimonial-style-1.themesion-element-viewtype-carousel .thsn-element-posts-wrapper{
	margin-top: 40px;
}
.thsn-element-testimonial-style-1 .thsn-heading-subheading .thsn-element-title{
	font-size: 34px;
	line-height: 44px
}
.thsn-element-testimonial-style-1.themesion-element-viewtype-row-column .thsn-carousel-navs{
	display: none;
}
/*=== Testimonial style 2 ===*/
.thsn-testimonial-style-2 .thsn-featured-wrapper{
	position: relative;
	width: 60px;
	height: 60px;
	margin-right: 15px;
}
.rtl .thsn-testimonial-style-2 .thsn-featured-wrapper {
	margin-left: 15px;
	margin-right: 0;
}
.thsn-testimonial-style-2 .thsn-featured-wrapper img{
	border-radius: 50%;
	border: 3px solid #000;
}
.thsn-testimonial-style-2 .themesion-box-title{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 0px;
	letter-spacing: -0.2px;
}
.thsn-testimonial-style-2 blockquote{
	font-size: 15px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-style: italic;
	font-weight: normal;
	color: #666 !important;
}
.thsn-testimonial-style-2 .themesion-box-desc{
	padding: 40px 35px;
	background: #fff;
}
.thsn-testimonial-style-2 .themesion-author-wrapper{
	padding:25px 40px;
	position: relative;
	background: #f5f9fc;
}
.thsn-testimonial-style-2 .themesion-author-wrapper::before {
	position: absolute;
	font-size: 90px;
	font-weight: normal;
	line-height: 90px;
	top: 25px;
	right: 30px;
	content: '"';
	color: #e5e9ed;
}
.thsn-testimonial-style-2 .themesion-testimonial-detail{
	font-style: italic;
	color: #666 !important;
}
.thsn-testimonial-style-2 .themesion-box-star-ratings{
	font-size: 13px;
	margin-bottom: 15px;
}
.thsn-testimonial-style-2 .themesion-box-star-ratings .thsn-active{
	color: #ffc002;
}
/*=== Testimonial style 3 ===*/
.thsn-testimonial-style-3 .themesion-post-item{
	padding: 0 130px;
	text-align: center;
}
.thsn-testimonial-style-3 .thsn-featured-wrapper img{
	border-radius: 50%;
	border: 4px solid #000;
}
.owl-carousel .thsn-testimonial-style-3 .thsn-featured-wrapper img{
	width: 105px;
	height: 105px;
	display: inline-block;
}
.thsn-testimonial-style-3 .thsn-featured-wrapper{
	margin-bottom: 30px;
}
.thsn-testimonial-style-3 .themesion-box-title{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 3px;
	letter-spacing: -0.2px;
}
.thsn-testimonial-style-3 blockquote{
	font-size: 22px;
	line-height: 32px;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Public Sans,sans-serif;
	background: transparent;
	font-style: italic;
	font-weight: normal;
}
.thsn-testimonial-style-3 .themesion-box-star-ratings .thsn-active{
	color: #ffc002;
}
.thsn-testimonial-style-3 .themesion-box-author{
	margin-top: 25px;
}
.thsn-element-testimonial-style-3.themesion-element-viewtype-carousel .thsn-carousel-navs{
	display: none;
}
/* --------------------------------------
 * client logo
 * ---------------------------------------*/
.thsn-client-wrapper{
	position: relative;
	text-align: center;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.owl-carousel .themesion-ele-client img{
	width: auto !important;
	max-width: 100%;
	display: inline-block !important;
}
/*=== thsn client style 1 ===*/
.thsn-client-style-1{
	text-align: center;
}
.thsn-element-client-style-1 .thsn-heading-subheading .thsn-element-title{
	font-size: 18px;
	line-height: 28px;
	color: #202426 !important;
	letter-spacing: 0px;
}
.thsn-element-client-style-1 .thsn-heading-subheading{
	margin-bottom: 30px;
}
.thsn-client-style-1 .thsn-client-wrapper {
	overflow: hidden;
}
.thsn-client-style-1 .thsn-client-with-hover-img .thsn-featured-wrapper,
.thsn-client-style-1 .thsn-client-hover-img{
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.thsn-client-style-1 .thsn-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.thsn-client-style-1 .thsn-client-with-hover-img .thsn-client-hover-img {
	transform: translateY(-100%);
}
.thsn-client-style-1 .thsn-client-with-hover-img:hover .thsn-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.thsn-client-style-1 .thsn-client-with-hover-img:hover .thsn-featured-wrapper{
	transform: translateY(100%);
}
/*=== thsn-client-style-2 ===*/
.thsn-client-style-2 .thsn-client-wrapper{
	padding: 36px 20px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.thsn-client-style-2 .thsn-client-hover-img{
	display: none;
}
/* --------------------------------------
 * Fact and digit
 * ---------------------------------------*/
.thsn-sbox-icon-wrapper svg,
.thsn-fid-svg .thsn-fid-svg-wrapper svg {
	width: 1em;
	height: 1em;
	fill: #666666;
}
.thsn-text-color-white .thsn-sbox-icon-wrapper svg,
.thsn-text-color-white .thsn-fid-svg-wrapper svg {
	fill: #fff;
}
/*=== themesion-ele-fid-style-1 ===*/
.themesion-ele-fid-style-1 .thsn-fid-title {
	margin-bottom: 25px;
	line-height: 24px;
}
.themesion-ele-fid-style-1 .thsn-fid-inner{
	margin-bottom: 0;
	position: relative;
	font-size: 54px;
	line-height: 54px;
}
.themesion-ele-fid-style-1 .thsn-fid-sub sup{
	line-height: normal;
	vertical-align: middle;
	font-size: 30px;
	line-height: 30px;
}
.themesion-ele-fid-style-1 .thsn-heading-desc{
	font-size: 14px;
	padding-right: 50px;
}
.rtl .themesion-ele-fid-style-1 .thsn-heading-desc {
	padding-left: 50px;
	padding-right: 0;
}
.themesion-ele-fid .thsn-icon-type-svg img{
	height: 20px;
	width: 20px;
}
/*=== themesion-ele-fid-style-2 ===*/
.themesion-ele-fid-style-2 .thsn-sbox-icon-wrapper{
	font-size: 56px;
	line-height: 56px;
}
.themesion-ele-fid-style-2 .thsn-fid-svg-wrapper,
.themesion-ele-fid-style-2 .thsn-sbox-icon-wrapper{
	margin-right: 30px;
	margin-top: 5px;
}
.rtl .themesion-ele-fid-style-2 .thsn-fid-svg-wrapper,
.rtl .themesion-ele-fid-style-2 .thsn-sbox-icon-wrapper {
	margin-left: 30px;
	margin-right: 0;
}
.themesion-ele-fid-style-2 .thsn-fid-title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 500;
}
.themesion-ele-fid-style-2 .thsn-fid-inner{
	margin-bottom: 0;
	position: relative;
	font-size: 36px;
	line-height: 36px;
}
.themesion-ele-fid-style-2 .thsn-icon-type-svg img,
.themesion-ele-fid-style-2 .thsn-fid-svg-wrapper svg{
	height: 56px;
	width: 56px;
}
/*=== themesion-ele-fid-style-3 ===*/
.themesion-ele-fid-style-3 .thsn-circle{
	position: relative;
	text-align: center;
}
.themesion-ele-fid-style-3 .thsn-circle{
	min-height: 106px;
	min-width: 100px;
	margin-right: 25px;
}
.rtl .themesion-ele-fid-style-3 .thsn-circle {
	margin-left: 25px;
	margin-right: 0;
}
.themesion-ele-fid-style-3 .thsn-fid-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}
.themesion-ele-fid-style-3 .thsn-circle-inner {
	margin-top: -10px;
}
.themesion-ele-fid-style-3 .thsn-fid-inner {
	position: absolute;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	left: 0;
	text-align: center;
	width: 100%;
}
.themesion-ele-fid-style-3 h4.thsn-fid-inner {
	font-size: 30px;
	line-height: 30px;
}
.themesion-ele-fid-style-3 h4.thsn-fid-inner sup{
	top: -3px;
	position: relative;
	left: 0px;
}
.themesion-ele-fid-style-3 h4.thsn-fid-inner sub{
	top: -10px;
}
.themesion-ele-fid-style-3-black .themesion-ele-fid-style-3 .thsn-heading-desc{
	color: #fff;
}
/*=== themesion-ele-fid-style-4 ===*/
.themesion-ele-fid-style-4{
	position: relative;
	width: 210px;
	height: 165px;
	padding: 30px;
	overflow: hidden;
}
.themesion-ele-fid-style-4 .thsn-sbox-icon-wrapper svg,
.themesion-ele-fid-style-4 .thsn-fid-svg-wrapper svg,
.themesion-ele-fid-style-4 .thsn-sbox-icon-wrapper .thsn-doctery-icon{
	position: absolute;
	top: 35px;
	right: -30px;
	vertical-align: middle;
}
.themesion-ele-fid-style-4 .thsn-sbox-icon-wrapper svg,
.themesion-ele-fid-style-4 .thsn-sbox-icon-wrapper .thsn-doctery-icon{
	font-size: 100px;
	line-height: 100px;
	color: rgb(34 45 53 / 0.1);
}
.themesion-ele-fid-style-4 .thsn-sbox-icon-wrapper svg{
	fill: rgb(34 45 53 / 0.1);
}
.themesion-ele-fid-style-4 .thsn-fid-svg-wrapper svg{
	height: 100px;
	width: 100px;
	fill: rgb(34 45 53 / 0.1);
}
.rtl .themesion-ele-fid-style-4 .thsn-sbox-icon-wrapper svg,
.rtl .themesion-ele-fid-style-4 .thsn-fid-svg-wrapper svg,
.rtl .themesion-ele-fid-style-4 .thsn-sbox-icon-wrapper .thsn-doctery-icon {
	left: -30px;
	right: inherit;
}
.themesion-ele-fid-style-4 .thsn-fid-title {
	line-height: 20px;
	font-size: 15px;
	font-weight: 400 !important;
}
.themesion-ele-fid-style-4 .thsn-fid-inner{
	margin-bottom: 0;
	position: relative;
	font-size: 60px;
	line-height: 60px;
}
.themesion-ele-fid-style-4 .thsn-fid-sub sup{
	vertical-align: middle;
	font-size: 34px;
	line-height: 34px;
}
/* --------------------------------------
 * Service Style
 * ---------------------------------------*/
.thsn-service-icon-wrapper img,
.thsn-service-icon-wrapper svg{
	width: 1em !important;
	height: 1em;
}
.thsn-service-icon-wrapper img{
	display: inline-block !important;
}
.thsn-service-style-1 .elementor-button.elementor-size-md,
.thsn-service-style-1 .thsn-service-icon-overlay::after,
.thsn-service-style-1 .thsn-service-icon-wrapper{
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.thsn-service-style-1 .themesion-post-item{
	overflow: hidden;
}
.thsn-service-style-1 .thsn-service-icon-overlay {
	position: relative;
}
.thsn-service-style-1 .thsn-service-icon-wrapper{
	font-size: 38px;
	position: absolute;
	width: 73px;
	height: 73px;
	line-height: 73px;
	text-align:center;
	box-shadow: 0px 5px 35px 0px rgba(69, 80, 107, 0.09);
	bottom: -35px;
	right: 22px;
	background: #fff;
	border-radius: 50%;
	transform: translate(0%, 0%);
	z-index: 2;
	color: #081839;
}
.thsn-service-style-1 .thsn-service-icon-wrapper svg{
	fill: #081839;
	margin-bottom: 5px;
}
.thsn-service-style-1 .thsn-service-icon-wrapper:empty {
	display: none;
}
.rtl .thsn-service-style-1 .thsn-service-icon-wrapper {
	left: 22px;
	right: inherit;
}
.thsn-service-style-1 .thsn-service-icon-wrapper img{
	margin-bottom: 5px;
}
.thsn-service-style-1 .thsn-service-icon-overlay::after {
	position: absolute;
	opacity: 0.0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	text-align: left;
	position: absolute;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms; 
}
.thsn-service-style-1:hover .thsn-service-icon-wrapper{
	transform: translate(50%, 50%);
	bottom: 50%;
	right: 50%;
	box-shadow: 0px 0 0 0px rgba(69, 80, 107, 0.1);
	background: transparent;
	font-size: 60px;
	color: #fff;
}
.thsn-service-style-1:hover .thsn-service-icon-wrapper svg{
	fill: #fff;
}
.rtl .thsn-service-style-1:hover .thsn-service-icon-wrapper {
	left: 50%;
	right: inherit;
	transform: translate(-50%, 50%);
}
.thsn-service-style-1:hover .thsn-service-icon-overlay::after{
	opacity: 0.8;
}
.thsn-service-style-1 .themesion-box-content{
	padding: 50px 35px;
	background: #fff;
	font-size: 14px;
	border-right: 1px solid #e6f1f7;
	border-bottom: 1px solid #e6f1f7;
	color: #666;
}
.rtl .thsn-service-style-1 .themesion-box-content {
	border-right: none;
	border-left: 1px solid #e6f1f7;
}
.thsn-service-style-1 .thsn-service-title{
	margin-bottom: 15px;
}
.thsn-service-style-1 .elementor-button.elementor-size-md{
	background: #fff;
	border-radius: 0;
	color: #666;
}
.site-content .thsn-service-style-1 .elementor-button.elementor-size-md{
	padding-left: 0;
}
.rtl .site-content .thsn-service-style-1 .elementor-button.elementor-size-md {
	padding-left: 40px;
	padding-right: 0;
}
.thsn-service-style-1 .elementor-button.elementor-size-md i{
	margin-left: 15px;
	font-size: 15px;
	vertical-align: middle;
}
.rtl .thsn-service-style-1 .elementor-button.elementor-size-md i {
	margin-left: 0;
	margin-right: 15px;
}
.site-content .thsn-service-style-1:hover .elementor-button.elementor-size-md{
	padding-left: 40px;
	color: #fff;
}
.rtl .site-content .thsn-service-style-1:hover .elementor-button.elementor-size-md {
	padding-right: 40px;
}
.thsn-service-related .thsn-service-style-1 .themesion-box-content,
.thsn-element-service-style-1:not(.themesion-gap-0px) .thsn-service-style-1 .themesion-box-content{
	border-left: 1px solid #e6f1f7;
}
.rtl .thsn-service-related .thsn-service-style-1 .themesion-box-content,
.rtl .thsn-element-service-style-1:not(.themesion-gap-0px) .thsn-service-style-1 .themesion-box-content{
	border-right: 1px solid #e6f1f7;
}
.thsn-service-style-1 .thsn-featured-wrapper img{
	width: 100%;
}
/*=== thsn-service-style-2 ===*/
.thsn-service-style-2 .thsn-service-title a,
.thsn-service-style-2 .thsn-service-content,
.thsn-service-style-2 .themesion-post-item{
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.thsn-service-style-2 .themesion-post-item{
	padding: 50px 30px 30px;
	background: #fff;
	border: 1px solid #eeeeee;
	text-align: center;
}
.thsn-element-service-style-2.themesion-gap-0px .thsn-service-style-2 .themesion-post-item{
	border-right-width: 0;
}
.rtl .thsn-element-service-style-2.themesion-gap-0px .thsn-service-style-2 .themesion-post-item{
	border-right-width: 1px;
	border-left-width: 0;
}
.thsn-service-style-2 .thsn-featured-wrapper img{
	border-radius: 50%;
}
.thsn-service-style-2 .thsn-featured-wrapper{
	margin-bottom: 35px;
}
.thsn-service-style-2 .thsn-service-title{
	line-height: normal;
	margin-bottom: 15px;
}
.thsn-service-style-2 .thsn-service-content{
	font-size: 14px;
}
.thsn-service-style-2:hover .thsn-service-title a,
.thsn-service-style-2:hover .thsn-service-content{
	color: #fff;
}
.thsn-service-related .thsn-service-style-2 .themesion-post-item,
.thsn-element-service-style-2:not(.themesion-gap-0px) .thsn-service-style-2 .themesion-post-item{
	border-right: 1px solid #eeeeee;
}
.rtl .thsn-service-related .thsn-service-style-2 .themesion-post-item,
.rtl .thsn-element-service-style-2:not(.themesion-gap-0px) .thsn-service-style-2 .themesion-post-item{
	border-left: 1px solid #eeeeee;
	border-right-width: 0;
}
/* --------------------------------------
 * Progress Bar
 * ---------------------------------------*/
.elementor-progress-bar{
	height: 6px; 
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease;
}
.elementor-progress-bar .elementor-progress-percentage {
	position: absolute;
	right: 0;
	top: -37px;
	font-size: 14px;
	color: #fff;
	padding: 4px 7px;
	display: inline-block;
	line-height: normal;
	border-radius: 0;
	font-family: Rajdhani,sans-serif;
	font-weight: 700 !important;
}
.rtl .elementor-progress-bar .elementor-progress-percentage {
	left: 0;
	right: inherit;
}
.elementor-widget-progress .elementor-title{
	font-size: 16px;
	line-height: 34px;
	font-family: Rajdhani,sans-serif;
	color: #081839;
	font-weight: 700 !important;
}
.elementor-progress-wrapper {
	position: relative;
	background-color: #e6e6e6;
	color: #fff;
	height: 100%;
	-webkit-border-radius: 2px;
	border-radius: 0;
	margin-top: 5px;
}
body .elementor-element .elementor-progress-wrapper{
	overflow: visible !important;
}
.elementor-progress-text{
	border-radius: 3px;
}
.thsn-text-color-white .elementor-widget-progress .elementor-title{
	color: #fff !important;
}
/*=== progress-bar-style-2 ===*/
.progress-bar-style-2 .elementor-progress-wrapper .elementor-progress-text{
	position: relative;
	display: inline;
	overflow: visible;
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease;
}
.progress-bar-style-2 .elementor-progress-wrapper .elementor-progress-text::after{
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: -4px;
	background: #fff;
	right: 0;
	border: 2px solid #fff;
}
.rtl .progress-bar-style-2 .elementor-progress-wrapper .elementor-progress-text::after {
	left: 0;
	right: inherit;
}
.progress-bar-style-2 .elementor-progress-wrapper {
	background-color: #e6e6e6;
}
/*=== Hide next prev button ===*/
.single-thsn-service .navigation {
	display: none;
}
/*=== single-service-contact ===*/
.single-thsn-service .themesion-sidebar .widget.widget_text{
	padding: 0;
}
.single-service-contact {
	padding: 50px 50px;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 15px;
}
.single-service-contact::after{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 1;
	background-color: rgba(8,24,57,0.90);
}
.single-service-contact > div,
.single-service-contact > p{
	position: relative;
	z-index: 2;
}
.single-service-contact-inner {
	position: relative;
	z-index: 2; 
	padding: 40px 0;
}
.single-service-contact-inner h5{
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 30px;
}
.single-thsn-service .themesion-sidebar .widget{
	overflow: hidden;
}
.thsn_widget_list_all_posts .widget-title{
	display: none;
}
.single-service-contact .d-flex{
	margin-bottom: 30px;
}
.single-service-contact .d-flex p{
	display: none;
}
.single-service-contact .d-flex i {
	font-size: 56px;
	line-height: 56px;
	margin-right: 10px;
}
.rtl .single-service-contact .d-flex i {
	margin-left: 10px;
	margin-right: 0;
}
.single-service-contact .d-flex h2 {
	font-size: 30px;
	line-height: 32px;
	margin-top: 5px;
	margin-bottom: 0;
}
.single-service-contact .thsn-ihbox-btn{
	display: block;
	padding: 16px 40px;
	font-size: 14px; 
	text-align: center;
	color: #fff;
	margin-top: 25px;
}
/* --------------------------------------
 * Sidebar widget
 * ---------------------------------------*/
/*===search-form===*/
.search-form label {
	display: none;
}
.search-form button {
	position: absolute;
	right: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	height: 58px;
	line-height: 58px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 70px;
}
.search-form button .screen-reader-text {
	display: none;
}
/*=== themesion-sidebar .search-form ===*/
.widget.widget_search .search-form{
	position: relative;
}
.widget.widget_search .search-form input[type="search"]{
	background-color: #fff;
	height: 60px;
	border-radius: 0;
	color: #ffffff;
	border: 0;
}
.widget.widget_search .search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(255, 255, 255, 0.50);
	opacity: 1; /* Firefox */
}
.widget.widget_search .search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.50);
}
.widget.widget_search .search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(255, 255, 255, 0.50);
}
.site-footer .widget.widget_search .search-form button,
.site-footer .widget.widget_search .search-form input[type="search"]{
	background-color: #fff;
}
.site-footer .widget.widget_search .search-form input[type="search"]{
	color: #081839;
}
.site-footer.thsn-text-color-white .search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(0, 0, 0, 0.50);
	opacity: 1; /* Firefox */
}
.site-footer.thsn-text-color-white .search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(0, 0, 0, 0.50);
}
.site-footer.thsn-text-color-white .search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(0, 0, 0, 0.50);
}
.widget.widget_search .search-form button {
	position: absolute;
	right: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color: #1bbde4;
	top: 0;
	height: 60px; 
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 60px;
	border-radius: 0;
}
.rtl .widget.widget_search .search-form button {
	left: 0;
	right: inherit;
}
.widget.widget_search .search-form button::after{
	position: absolute;
	font-family: 'themesion-base-icons';
	content: '\e804';
	right: 21px;
	top: 23px;
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
}
.themesion-sidebar .widget {
	background-color: #fff;
	padding: 35px 30px;
	margin-bottom: 30px;
}
.site-content .widget.widget_categories ul ul {
	margin-top: 2px;
}
.site-content .widget.widget_archive ul>li{
	position: relative;
}
.site-content .widget.widget_archive ul>li span {
	position: absolute;
	right: 15px;
	top: 17px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #f6f6f6;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
	border-radius: 50%;
}
/*===thsn_widget_list_all_posts===*/
.site-content .thsn_widget_list_all_posts ul > li{
	margin: 0;
	padding: 0px;
}
.site-content .thsn_widget_list_all_posts ul > li a{
	-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);
}
.site-content .thsn_widget_list_all_posts ul > li a::after {
	position: absolute;
	content: '\e814';
	right: 24px;
	font-size: 16px;
	top: 20px;
	color: inherit;
	font-family: 'themesion-base-icons';
	line-height: 16px;
	font-weight: normal;
}
.rtl .site-content .thsn_widget_list_all_posts ul > li a::after {
	left: 24px;
	right: inherit;
}
.site-content .thsn_widget_list_all_posts ul > li.thsn-post-active a,
.site-content .thsn_widget_list_all_posts ul > li a:hover {
	color: #fff;
}
/* --------------------------------------
 * Widget Section
 * ---------------------------------------*/
.themesion-sidebar .widget a,
.themesion-sidebar .widget ul a {
	font-family: Rajdhani,sans-serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -0.5px;
	font-weight: 700;
}
.site-content .widget .wp-block-latest-comments {
	padding: 0;
}
.site-content .widget .wp-block-latest-comments li::before,
.site-content .widget .wp-block-latest-posts li>a::before,
.site-content .widget.widget_meta ul li a::before,
.site-content .widget.widget_recent_comments ul li::before,
.site-content .widget.widget_recent_entries ul li>a::before,
.site-content .widget.widget_nav_menu ul li>a::before,
.widget.widget_pages ul li a::before {
	position: absolute;
	content: '\e814';
	left: 0;
	font-size: 16px;
	top: 2px;
	color: inherit;
	font-family: 'themesion-base-icons';
	line-height: normal;
	font-weight: normal;
}
.rtl .site-content .widget .wp-block-latest-comments li::before,
.rtl .site-content .widget .wp-block-latest-posts li>a::before,
.rtl .site-content .widget.widget_meta ul li a::before,
.rtl .site-content .widget.widget_recent_comments ul li::before,
.rtl .site-content .widget.widget_recent_entries ul li>a::before,
.rtl .site-content .widget.widget_nav_menu ul li>a::before,
.rtl .widget.widget_pages ul li a::before {
	left: inherit;
	right: 0;
}
.site-content .widget .wp-block-latest-comments li,
.site-content .widget .wp-block-latest-posts li>a,
.site-content .widget.widget_recent_comments ul li,
.site-content .widget.widget_meta ul li>a,
.site-content .widget.widget_recent_entries ul li>a,
.site-content .widget.widget_archive ul li>a,
.site-content .widget.widget_categories ul li>a,
.site-content .widget.widget_nav_menu ul li>a,
.site-content .widget.widget_pages ul li>a {
	position: relative;
	padding-left: 20px;
	line-height: normal;
}
.rtl .site-content .widget .wp-block-latest-comments li,
.rtl .site-content .widget .wp-block-latest-posts li>a,
.rtl .site-content .widget.widget_recent_comments ul li,
.rtl .site-content .widget.widget_meta ul li>a,
.rtl .site-content .widget.widget_recent_entries ul li>a,
.rtl .site-content .widget.widget_archive ul li>a,
.rtl .site-content .widget.widget_categories ul li>a,
.rtl .site-content .widget.widget_nav_menu ul li>a,
.rtl .site-content .widget.widget_pages ul li>a {
	padding-left: 0;
	padding-right: 20px;
}
.site-content .thsn_widget_list_all_posts ul > li a,
.site-content .widget_categories ul > li a,
.site-content .widget.widget_archive ul li a {
	background-color: #fff;
	padding: 18px 30px 18px 30px;
	display: block;
	position: relative;
	line-height: normal;
}
.site-content .thsn_widget_list_all_posts ul>li,
.site-content .widget_categories ul>li,
.site-content .widget.widget_archive ul li {
	margin: 2px 0;
	padding: 0;
}
/*=== widget_categories ===*/
.widget_categories ul li span {
	position: absolute;
	right: 15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #f6f6f6;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
	border-radius: 50%;
	top: 15px;
}
.rtl .widget_categories ul li span {
	left: 15px;
	right: inherit;
}
.thsn-text-color-white .widget_categories ul li span {
	background-color: #fff;
}
/*=== widget_recent_comments ===*/
.site-content .widget .wp-block-latest-comments li::before,
.widget.widget_recent_comments ul li::before {
	content: '\f0e5';
	top: 2px;
	font-size: 14px;
}
/*=== widget_pages ===*/
.widget.widget_pages ul li a::before {
	content: '\e816';
	top: 2px;
	font-size: 12px;
}
/*=== Meta box ===*/
.thsn-metabox .widgettitle{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
	display: inline-block;
}
.thsn-metabox .widget ul li{
	margin-bottom: 12px;
}
/*=== Download  ===*/
.widget .widget_custom_html{
	padding: 0;
	background: none;
}
.widget .download .item-download {
	margin-bottom: 40px;
	position: relative;
}
.widget .download .item-download a {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	padding: 0px 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	font-family: Rajdhani,sans-serif;
	letter-spacing: -0.4px;
	padding: 20px;
	background: #000;
	color: #fff;
}
.widget .download .item-download i {
	font-size: 25px;
	padding-right: 15px;
	line-height: 30px;
	font-weight: normal;
}
.rtl .widget .download .item-download i {
	padding-left: 15px;
	padding-right: 0;
}
.widget .download .item-download:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* --------------------------------------
 * Footer
 * ---------------------------------------*/
.site-footer{
	font-size: 13px;
}
.site-footer .widget {
	margin: 70px 0 60px;
}
.thsn-footer-section{
	position: relative;
}
.thsn-footer-boxes,
.thsn-footer-section.thsn-footer-big-area-wrapper,
.thsn-footer-section.thsn-footer-text-area,
.thsn-footer-section.thsn-footer-text-area{
	z-index: 1;
	position: relative;
}
.footer-wrap {
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.thsn-timelist-list .thsn-timelist-li-value,
.thsn-footer-section.thsn-text-color-white a{
	color: #b8c3cb;
}
.thsn-footer-section.thsn-text-color-white a:hover{
	color: #fff;
}
.site-footer .thsn-footer-widget::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: rgb(255 255 255 / 10%);
}
.rtl .site-footer .thsn-footer-widget:last-child::after {
	content: '';
}
.site-footer .thsn-footer-widget:last-child::after{
	content: none;
}
.rtl .site-footer .thsn-footer-widget:first-child::after{
	content: none;
}
/*=== thsn-footer-big-area-wrapper ===*/
.thsn-footer-contact-info-inner i{
	display: inline-block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	margin-right: 25px;
	font-size: 34px;
	border-radius: 50%;
	color: #fff;
	font-weight: normal;
}
.rtl .thsn-footer-contact-info-inner i {
	margin-left: 25px;
	margin-right: 0;
}
.thsn-footer-contact-info-inner .thsn-label{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 400 !important;
}
.thsn-footer-big-area .thsn-footer-contact-info-wrap{
	font-size: 22px !important;
	line-height: 32px !important;
	letter-spacing: -0.5px !important;
	font-weight: 600 !important;
	text-transform: none !important;
}
.footer-wrap.thsn-footer-big-area{
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}
/*=== thsn-float-menu ===*/
.thsn-two-column-menu.widget ul > li{
	float: left;
	width: 50%;;
}
.site-footer .widget.widget_meta ul li > a,
.site-footer .widget.widget_recent_entries ul li,
.site-footer .widget.widget_recent_comments ul li,
.site-footer .widget.widget_archive ul li > a,
.site-footer .widget.widget_categories ul li > a,
.site-footer .widget.widget_nav_menu ul li > a,
.site-footer .widget.widget_pages ul li > a {
	position: relative;
	padding-left: 18px;
}
.rtl .site-footer .widget.widget_meta ul li > a,
.rtl .site-footer .widget.widget_recent_entries ul li,
.rtl .site-footer .widget.widget_recent_comments ul li,
.rtl .site-footer .widget.widget_archive ul li > a,
.rtl .site-footer .widget.widget_categories ul li > a,
.rtl .site-footer .widget.widget_nav_menu ul li > a,
.rtl .site-footer .widget.widget_pages ul li > a {
	padding-left: 0;
	padding-right: 18px;
}
.site-footer .widget.thsn_widget_list_all_posts ul li > a::before,
.site-footer .widget.widget_meta ul li > a::before,
.site-footer .widget.widget_recent_entries ul li::before,
.site-footer .widget.widget_recent_comments ul li::before,
.site-footer .widget.widget_archive ul li a::before,
.site-footer .widget.widget_categories ul li a::before,
.site-footer .widget.widget_nav_menu ul li a::before,
.site-footer .widget.widget_pages ul li a::before {
	position: absolute;
	content: '\e814';
	color: inherit;
	font-family: 'themesion-base-icons';
	font-weight: normal;
	line-height: normal;
	content: '\e814';
	font-size: 16px;
	left: 0;
}
.rtl .site-footer .widget.thsn_widget_list_all_posts ul li > a::before,
.rtl .site-footer .widget.widget_meta ul li > a::before,
.rtl .site-footer .widget.widget_recent_entries ul li::before,
.rtl .site-footer .widget.widget_recent_comments ul li::before,
.rtl .site-footer .widget.widget_archive ul li a::before,
.rtl .site-footer .widget.widget_categories ul li a::before,
.rtl .site-footer .widget.widget_nav_menu ul li a::before,
.rtl .site-footer .widget.widget_pages ul li a::before {
	left: inherit;
	right: 0;
	top: 0;
	line-height: inherit;
}
.site-footer .widget.widget_meta ul li > a::before,
.site-footer .widget.widget_recent_entries ul li::before,
.site-footer .widget.widget_recent_comments ul li::before,
.site-footer .widget.widget_archive ul li a::before,
.site-footer .widget.widget_categories ul li a::before,
.site-footer .widget.widget_nav_menu ul li a::before,
.site-footer .widget.widget_pages ul li a::before {
	top: 1px;
}
.site-footer .widget.widget_archive ul li{
	position: relative;
}
.site-footer .widget.widget_archive ul li span {
	position: absolute;
	right: 15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.10);
	color: #fff;
	top: -3px;
}
.thsn-contact-social-area ul,
.thsn-footer-social-area ul{
	list-style: none;
	text-align: right;
	margin: 0;
}
.rtl .thsn-contact-social-area ul,
.rtl .thsn-footer-social-area ul {
	text-align: left;
}
.thsn-contact-social-area ul li,
.thsn-footer-social-area ul li{
	display: inline-block;
	margin-right: 10px;
}
.thsn-contact-social-area ul a,
.thsn-footer-social-area ul li a{
	display: block;
	background-color:#fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	color: #202426 !important;
}
.thsn-footer-social-area ul li a:hover{
	color: #fff !important;
}
.thsn-footer-social-area ul li{
	margin-bottom: 10px;
}
.thsn-contact-social-area ul{
	text-align: left;
	padding-left: 0px;
}
.thsn-contact-social-area ul li a{
	color: #fff;
}
.thsn-footer-social-area ul li a:hover{
	background-color: #fff;
}
/*=== thsn-thsn-timelist ===*/
.thsn-footer-widget .thsn-timelist-ele-wrapper ul.thsn-timelist-list li{
	padding: 12px 0px;
}
.thsn-footer-widget ul.thsn-timelist-list .thsn-timelist-li-value{
	color: #b8c3cb;
}
/*=== thsn-footer-logo ===*/
.thsn-footer-text-area .col-md-6 .thsn-footer-logo{
	text-align: right;
}
.thsn-footer-logo-box{
	text-align: center;
}
.thsn-footer-logo{
	max-height: 60px;
}
/*=== thsn-footer-copyright ===*/
.thsn-footer-text-area.thsn-bg-color-transparent {
	border-top: 1px solid rgb(255 255 255 / 10%);
}
.thsn-footer-copyright-text-area{
	margin-top: 20px;
}
.thsn-footer-copyright-text-area p{
	margin-bottom: 0px;
}
.col-md-12 .thsn-footer-copyright-text-area {
	text-align: center;
}
.thsn-footer-social-area{
	padding-top: 10px;
}
.thsn-footer-text-area .thsn-footer-text-inner{
	margin-bottom: 25px;
}
/*=== Footer Widget ===*/
.site-footer .widget_categories ul li span{
	position: absolute;
	right: 15px;
	top: 0;
}
.site-footer.thsn-text-color-white .widget_categories ul li span {
	background-color: rgba(255, 255, 255, 0.10);
	color: #fff;
}
/*=== Footer Social icon  ===*/
.footer-social-links{
	border-top: 1px solid rgb(255 255 255 / 10%);
	margin-top: 50px;
}
.footer-social-links{
	padding-top: 60px;
	padding-bottom: 0px;
}
.rtl .footer-social-links .thsn-social-links,
.footer-social-links .thsn-social-links{
	margin-top: -15px;
}
.footer-social-links .thsn-social-links li{
	display: inline-block;
}
.footer-social-links .thsn-social-links li a{
	display: inline-block;
	background-color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 4px;
	text-align: center;
	color: #333;
	border-radius: 50%;
}
.footer-social-links .thsn-social-links li a:hover{
	color: #fff;
}
/* --------------------------------------
 * Footer Big area Newsletter
 * ---------------------------------------*/
.thsn-footer-widget .thsn-newsletter{
	position: relative;
}
.thsn-footer-widget .thsn-newsletter button {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	padding: 28px 50px;
	padding-left: 45px;
}
.rtl .thsn-footer-widget .thsn-newsletter button {
	left: 0;
	right: inherit;
}
.thsn-footer-widget .thsn-newsletter button::before{
	left: 50px;
}
.thsn-footer-widget .thsn-newsletter input[type="email"]{
	height: 71px;
}
.thsn-footer-widget .footer-social-links,
.thsn-footer-widget .footer-newsletter-links{
	text-align: center;
}
/* --------------------------------------
 * Contact Widget
 * ---------------------------------------*/
.site-footer .widget.doctery_contact_widget:nth-child(2) {
	margin-top: -10px;
}
.thsn-contact-widget-lines {
	background-color: #fff;
	padding: 20px 30px;
	border-radius: 6px;
	color: #202426;
}
.thsn-contact-widget-lines span{
	display: block;
	font-weight: 700;
	font-size: 20px;
}
.thsn-contact-widget-lines .thsn-contact-widget-line {
	position: relative;
	padding: 0 55px 0 0px!important;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 600;
}

/* --------------------------------------
 * Timebox List
 * ---------------------------------------*/
.rtl ul.thsn-timelist-list,
ul.thsn-timelist-list{
	padding: 0px;
	margin: 0;
}
ul.thsn-timelist-list li{
	list-style: none;
	padding: 4px 0px;
}
ul.thsn-timelist-list li:first-child{
	padding-top: 0;
}
ul.thsn-timelist-list li:last-child{
	border-bottom: none;
}
ul.thsn-timelist-list .thsn-timelist-li-value{
	float: right;
}
.rtl ul.thsn-timelist-list .thsn-timelist-li-value {
	float: left;
}
/* --------------------------------------
 * error-404
 * ---------------------------------------*/
.error-404{
	margin: 0;
	width: 100%;
	padding: 196px 0px 196px 0px; 
	position: relative;
	text-align: center;
}
.thsn-parent-header-style-3 .error-404{
	padding: 360px 0px 220px 0px;
}
.error-404 .error-message{
	color: #2c2c2c;
}
.error-404 .error-message{
	display: inline-block;
	font-size: 290px;
	line-height: 290px;
	font-weight: 900;
}
.error-404 .footer-message{
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-top: 15px;
}
.error-404 .search-form{
	margin: 45px auto;
	max-width: 400px;
}
.error404 .wrap{
	width: 100%;
}
.error404 .search-form{
	position:  relative;
}
.error404 .search-form input[type="search"]{
	border-radius: 0px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #f2f3f4;
	padding-right: 55px;
}
.error404 .search-form .search-submit::after{
	font-family: "themesion-base-icons";
	content: '\e800';
	position: absolute;
	right: 16px;
	top: 0;
	opacity: 1;
	z-index: 1;
	color: #dbdbdb;
	font-size: 22px;
}
.error404 .search-form label{
	display: none;
}
.error404 .search-form button{
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	top: 50%;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 50px;
}
.error404 #primary{
	flex: none !important;
	max-width: none !important;
}
.error404 .thsn-header-style-3 .thsn-header-menu-area{
	border-bottom: 1px solid #f1f1f1;
}
.error404 a.thsn-home-back{
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
	position: relative;
}
.error404 a.thsn-home-back::after{
	font-family: "themesion-base-icons";
	content: '\e810';
	margin-left: 15px;
}
.error404 .thsn-text-color-white a.thsn-home-back{
	color: #fff;
}
.error404  .thsn-title-bar-wrapper{
	display: none;
}
.error404 h2.page-title{
	font-size: 200px;
	line-height: 210px;
	font-weight: bold;
}
.error404 .site-content-wrap{
	position: relative;
}
.error404 .site-content-wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: none !important;
}
.error404 .thsn-text-color-blackish a.thsn-home-back:hover{
	opacity: 0.9;
}
/*=== search-no-results ===*/
.search-no-results #primary{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.search-no-results-content{
	padding: 80px 50px;
	text-align: center;
	margin-bottom: 100px;
}
.search-no-results-content p{
	margin-bottom: 30px;
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	max-width: 480px;
}
.search-no-results .search-no-results-content .search-form{
	position: relative;
}
.search-no-results .search-no-results-content .search-form input[type="search"]{
	padding-right: 50px;
	height: 60px;
}
.search-no-results .search-no-results-content .search-form button{
	top: 5px;
	right: 5px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.search-no-results .search-no-results-content .search-form button::after {
	position: absolute;
	font-family: 'themesion-base-icons';
	content: '\e800';
	right: 16px;
	font-size: 16px;
	top: 17px;
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
}
.search-no-results .search-no-results-content .search-form button {
	top: 5px;
	right: 5px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
/* --------------------------------------
 * Search Popup Area CSS
 * ---------------------------------------*/
.thsn-header-search-form-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
}
.thsn-header-search-form-wrapper.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}
.thsn-header-search-form-wrapper .search-form{
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.thsn-header-search-form-wrapper .search-form::after{
	font-family: "themesion-base-icons";
	content: '\e800';
	position: absolute;
	right: 10px;
	top: 15px;
	color: #fff;
	font-size: 25px;
	line-height: normal;
}
.thsn-header-search-form-wrapper .search-form input[type="search"]{
	height: 65px;
	line-height: 65px;
	font-size: 28px;
	background-color: transparent;
	text-align: left;
	color: #fff;
	border: none;
	border-bottom: 3px solid #fff;
	padding-left: 0;
	border-radius: 0;
}
.thsn-header-search-form-wrapper .search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(255, 255, 255, 0.89);
	opacity: 1; /* Firefox */
}
.thsn-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.89);
}
.thsn-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(255, 255, 255, 0.89);
}
.thsn-header-search-form-wrapper .search-form [type=submit]{
	position: absolute;
	height: 50px;
	width: 50px;
	top:0;
	right: 0;
	background-color: transparent;
	text-indent: -9999px;
}
.thsn-header-search-form-wrapper .thsn-search-close{
	position: absolute;
	top: 40px;
	right: 40px;
	border-color: #fff;
	color: #fff;
	opacity: 0.8;
	font-size: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	text-align: center;
	cursor: pointer;
}
.thsn-header-search-form-wrapper .thsn-search-close:hover{
	opacity: 1;
}
/* --------------------------------------
 * Static Box
 * ---------------------------------------*/
.thsn-static-box-svg-wrapper svg {
	width: 2em;
	height: 2em;
	position: relative;
}
/*=== thsn-static-box-style-1 ===*/
.thsn-element-static-box-style-1 .thsn-ihbox-icon-wrapper,
.thsn-static-box-style-1 .thsn-contentbox-des,
.thsn-static-box-style-1 .themesion-static-box-desc{
	-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-element-static-box-style-1 .thsn-element-posts-wrapper.row{
	margin-left: 0;
	margin-right: 0;
}
.thsn-element-static-box-style-1 .thsn-element-posts-wrapper.row .thsn-ele {
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.thsn-static-box-style-1 .thsn-contentbox {
	padding: 45px 40px;
	overflow: hidden;
	max-height: 275px;
	position: relative;
}
.thsn-static-box-style-1 .thsn-contentbox h4{
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	display: inline-block;
	padding-right:30% ;
}
.rtl .thsn-static-box-style-1 .thsn-contentbox h4 {
	padding-left: 30%;
	padding-right: 0;
}
.thsn-static-box-style-1 .thsn-contentbox-wrap .themesion-static-box-desc{
	color: rgba(255, 255, 255, 0.88);
}
.thsn-static-box-style-1 .d-flex{
	background-color: #081839;
}
.thsn-static-box-style-1 .d-flex > div{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
}
.thsn-static-box-style-1 .thsn-ihbox-icon-overlay{
	position: absolute;
	top: 30px;
	right: -20%;
	font-size: 120px;
	line-height: 120px;
	color: rgba(255, 255, 255, 0.2);
}
.thsn-static-box-style-1 .thsn-ihbox-icon-overlay svg{
	width: 120px;
	height: 120px;
	fill: rgba(255, 255, 255, 0.2);
}
.rtl .thsn-static-box-style-1 .thsn-ihbox-icon-overlay {
	left: -20%;
	right: inherit;
}
.thsn-static-box-style-1 .thsn-contentbox-des .thsn-ihbox-icon-wrapper{
	font-size: 55px;
	line-height: 55px;
	color: #fff;
}
.thsn-static-box-style-1 .thsn-contentbox-des .thsn-ihbox-icon-wrapper svg{
	fill: #fff;
}
.thsn-static-box-style-1 .thsn-contentbox-des .thsn-static-box-svg-wrapper,
.thsn-static-box-style-1 .thsn-contentbox-des .thsn-ihbox-icon-wrapper{
	margin-bottom: 55px;
}
.thsn-static-box-style-1 .thsn-contentbox-des .thsn-static-box-svg-wrapper svg{
	width: 55px;
	height: 55px;
	fill: #fff;
}
.thsn-element-static-box-style-1 .themesion-box-title{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.thsn-static-box-style-1 .themesion-static-box-desc{
	padding-top: 10px;
	padding-bottom: 15px;
	opacity: 0;
	visibility: hidden;
}
.thsn-element-static-box-style-1 .thsn-imgbox-btn a{
	color: #fff;
	font-family: Rajdhani,sans-serif;
	font-size: 17px;
	text-decoration: underline;
}
.thsn-static-box-blue .thsn-static-box-style-1 .d-flex{
	background-color: #0b31ae;
}
.thsn-static-box-reverse .thsn-static-box-style-1 .d-flex{
	flex-direction: row-reverse;
} 
.thsn-static-box-reverse .thsn-static-box-style-1 .d-flex .thsn-imgbox{
	text-align: right;
}
/*=== thsn-static-box-style-2 ===*/
.thsn-static-box-style-2 .thsn-contentbox {
	padding: 30px;
	background-color: #fcaf17;
	margin-top: -30px;
	width: calc(100% - 60px);
	margin: 0 auto;
	margin-top: -40px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px;
}
.thsn-static-box-style-2 .thsn-contentbox h4{
	color: #fff;
}
.thsn-static-box-style-2 .thsn-contentbox .themesion-static-box-desc{
	color: rgba(255, 255, 255, 0.88);
}
.thsn-static-box-style-2 .thsn-ihbox-icon-wrapper{
	font-size: 45px;
	line-height: 45px;
	color: #fff;
}
.thsn-static-box-style-2 .thsn-ihbox-icon-wrapper svg{
	fill: #fff;
}
.thsn-static-box-style-2 .thsn-static-box-svg-wrapper,
.thsn-static-box-style-2 .thsn-ihbox-icon-wrapper{
	margin-bottom: 20px;
}
.thsn-static-box-style-2 .thsn-static-box-svg-wrapper svg{
	width: 45px;
	height: 45px;
	fill: #fff;
}
/*=== select2-container--default ===*/
.select2-container--default .select2-selection--single {
	background-color: #eff2f7;
	border: none;
	border-radius: 0px;
}
.select2-container .select2-selection--single {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: #848484;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px;
}
 /* --------------------------------------
 * Accordion
 * ---------------------------------------*/ 
body .thsn-accordion-style-1 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-bottom: 1px solid #dddddd !important;
}
body .thsn-accordion-style-1 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active span{
	color: #fff;
}
.thsn-accordion-style-1 .elementor-accordion .elementor-accordion-item .elementor-tab-title{
	border-bottom: 1px solid #dddddd;
}
.thsn-accordion-style-1 .elementor-accordion .elementor-accordion-item .elementor-tab-title span{
	display: inline-block;
	background: #fff;
	padding: 13px 15px;
	border: 1px solid #dddddd;
	border-bottom: none;
	font-size: 18px;
	margin-right: 15px;
}
.rtl .thsn-accordion-style-1 .elementor-accordion .elementor-accordion-item .elementor-tab-title span {
	margin-left: 15px;
	margin-right: 0;
}
.thsn-accordion-style-1 .elementor-accordion .elementor-accordion-item{
	margin-bottom: 25px;
}
.rtl .elementor-accordion{
	text-align: right;
}
/* --------------------------------------
 * Button Section
 * ---------------------------------------*/ 
button:focus{
	outline: none !important;
}
/*=== elementor-widget-button ===*/
.elementor-widget-button.thsn-btn-style-flat.thsn-btn-shape-square .elementor-button{
	border-radius: 0;
}
.elementor-widget-button.thsn-btn-style-flat.thsn-btn-shape-round .elementor-button{
	border-radius: 3px;
}
.elementor-widget-button.thsn-btn-style-flat.thsn-btn-shape-rounded .elementor-button{
	border-radius: 10px;
}
.elementor-widget.elementor-widget-button{
	color: #fff;
}
.elementor-section.thsn-elementor-bg-color-blackish .thsn-btn-style-flat.thsn-btn-color-globalcolor .elementor-button:hover,
.elementor-column.thsn-elementor-bg-color-blackish .thsn-btn-style-flat.thsn-btn-color-globalcolor .elementor-button:hover,
.thsn-btn-style-flat.thsn-btn-color-white .elementor-button{
	background-color: #fff;
}
.thsn-btn-style-outline .elementor-button{
	background-image: none !important;
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}
.thsn-btn-style-outline.thsn-btn-color-white .elementor-button{
	border-color: #fff;
	color: #fff;
}
.thsn-btn-style-outline.thsn-btn-color-white .elementor-button:hover{
	background-color: #fff;
}
.elementor-widget-button .elementor-button{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.site-content .elementor-button.elementor-size-xs {
	padding: 16px 34px;
	font-size: 9px;
}
.site-content .elementor-button.elementor-size-sm{
	padding: 17px 38px;
	font-size: 11px;
}
.site-content .elementor-button.elementor-size-md {
	padding: 16px 40px;
	font-size: 14px;
}
.site-content .elementor-button.elementor-size-lg{
	padding: 24px 46px;
	font-size: 15px;
}
.site-content .elementor-button.elementor-size-xl {
	padding: 28px 50px;
	font-size: 17px;
}
.thsn-btn-style-text .elementor-button{
	padding: 0;
	background-color: transparent;
}
.thsn-btn-style-text.thsn-btn-color-white .elementor-button{
	color: #fff;
}
.thsn-btn-style-text.thsn-btn-color-gradient .elementor-button{
	border-image-source: none !important;
	background-image: none !important;
}
.thsn-search-results-right .thsn-read-more-link a,
.thsn-blog-classic-inner .thsn-read-more-link a{
	font-size: 14px;
	line-height: 18px;
	font-weight: 600; 
}
.thsn-search-results-right .thsn-read-more-link a span,
.thsn-blog-classic-inner .thsn-read-more-link a span{
	position: relative;
	display: inline-block;
	line-height: normal;
	padding-right: 20px;
}
.thsn-search-results-right .thsn-read-more-link a span::after,
.thsn-blog-classic-inner .thsn-read-more-link a span::after{
	content: "\e82c";
	font-family: "themesion-base-icons";
	font-size: 18px;
	line-height: 16px;
	position: absolute;
	right: -5px;
	top: 1px;
}
/* --------------------------------------
 * Timeline view Section
 * ---------------------------------------*/
.thsn-company-hostory .simple-text p{
	text-align:left;
}
.thsn-company-hostory .year{
	padding: 6px 20px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: -17px;
	z-index: 9;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 100px;
	text-align: center;
	background:#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;
}
.rtl .thsn-ourhistory .thsn-ourhistory-right {
	padding-left: 15px;
	padding-right: 70px;
}
.thsn-ourhistory .thsn-ourhistory-right::before {
	content: '';
	position: absolute;
	top: 0;
	left: 7px;
	z-index: 2;
	width: 12px;
	height: 12px;
	border-radius: 0;
	box-sizing: content-box;
}
.rtl .thsn-ourhistory .thsn-ourhistory-right::before {
	left: inherit;
	right: 7px;
}
.thsn-ourhistory .label {
	display: block;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}
.thsn-ourhistory h4 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}
.thsn-ourhistory .thsn-ourhistory-right::after {
	content: '';
	position: absolute;
	top: 0;
	left: 12px;
	z-index: 1;
	width: 1px;
	height: 100%;
	background: #dadada;
}
.rtl .thsn-ourhistory .thsn-ourhistory-right::after {
	left: inherit;
	right: 12px;
}
.thsn-timeline .thsn-timeline-inner:last-child .thsn-ourhistory-right::after {
	display: none;
}
.thsn-ourhistory .thsn-ourhistory-right.last{
	padding-bottom:0;
}
.thsn-ourhistory img{
	border-radius: 0;
}
.thsn-timeline-inner{
	margin: 0 -15px;
}
.thsn-ourhistory .thsn-ourhistory-right .thsn-timeline-image,
.thsn-ourhistory .thsn-ourhistory-right .label{
	margin-bottom: 30px;
	display: none;
}
/* --------------------------------------
 * Pricing Table
 * ---------------------------------------*/
.thsn-ptable-line svg,
.thsn-ptable-svg-wrapper svg,
.thsn-ptable-icon-wrapper svg{
	width: 1em;
	height: 1em;
}
.thsn-pricing-table-box {
	text-align: center;
	position: relative;
}
.thsn-pricing-table-box {
	border: 1px solid #eeeeee;
	border-right: 0;
}
.thsn-ptable-cols.row .thsn-ptable-col:last-child .thsn-pricing-table-box {
	border-right: 1px solid #eeeeee;
}
.thsn-pricing-table-box .thsn-ptable-icon,
.thsn-ptable-svg{
	font-size: 40px;
	line-height: 85px;
	margin: 0 auto;
	top: -45px;
	width: 85px;
	height: 85px;
	border: 1px solid #dfe0e0;
	background: #fff;
	border-radius: 50%;
	position: relative;
}
.thsn-pricing-table-box .thsn-ptable-icon-wrapper svg{
	margin-bottom: 5px;
}
.thsn-pricing-table-featured-col .thsn-pricing-table-box .thsn-ptable-icon{
	border-color: #fff;
}
.thsn-pricing-table-box .themesion-ptable-heading{
	font-size: 24px;
	line-height: 26px;
	padding-top: 50px;
	padding-bottom: 60px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
}
.thsn-pricing-table-box .themesion-ptable-price-w{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	font-family: Rajdhani,sans-serif;
	font-weight: 700;
	padding-left: 20px;
	margin-bottom: 30px;
}
.thsn-pricing-table-box .themesion-ptable-price {
	font-size: 84px;
	line-height: 84px;
	font-weight: 500;
	letter-spacing: -5px;
}
.thsn-pricing-table-box .themesion-ptable-price sup {
	top: -27px;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1px;
	left: 10px;
}
.thsn-pricing-table-box .thsn-ptable-lines-w {
	padding-top: 15px;
	margin-top: 0;
}
.thsn-ptable-btn a:hover{
	color: #fff;
}
.thsn-pricing-table-box .thsn-ptable-btn {
	padding-top: 20px;
	padding-bottom: 50px;
}
.thsn-pricing-table-box .themesion-sep {
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	display: none;
}
.thsn-pricing-table-box .themesion-ptable-frequency {
	position: absolute;
	bottom: 15px;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin-left: 6px;
	color: #666666;
	right: -14px;
}
.thsn-pricing-table-box .themesion-ptable-symbol,
.thsn-pricing-table-box .themesion-ptable-price {
	display: inline-block;
}
.thsn-pricing-table-box .themesion-ptable-symbol {
	position: absolute;
	top: 12px;
	left: 0;
	font-size: 36px;
	line-height: 36px;
	font-weight: 500;
}
.thsn-pricing-table-box .themesion-ptable-desc{
	font-family: Rajdhani,sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	min-height: 40px;
}
.thsn-pricing-table-box .thsn-ptable-line {
	position: relative;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
}
.thsn-pricing-table-box .thsn-ptable-line-svg{
	display: inline-block;
}
.thsn-pricing-table-box .thsn-ptable-line svg,
.thsn-pricing-table-box .thsn-ptable-line i{
	margin-right: 5px;
}
.thsn-pricing-table-box .thsn-ptable-line .thsn-ptable-line-svg svg{
	width: 14px;
	height: 14px;
	margin-right: 8px;
}
.rtl .thsn-pricing-table-box .thsn-ptable-line .thsn-ptable-line-svg svg{
	margin-left: 8px;
	margin-right: 0;
}
.rtl .thsn-pricing-table-box .thsn-ptable-line i {
	margin-left: 5px;
	margin-right: 0;
}
.thsn-ptable-btn a{
	padding: 16px 40px;
	border-radius: 0;
	color: #fff; 
	text-align: center;
	display: inline-block;
}
.thsn-pricing-table-box .thsn-ptable-line i.fa-times{
	color: red;
}
.themesion-ele-ptable-style-1 .row .thsn-ptable-col {
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.themesion-ele-pricing-table .thsn-icon-type-svg img,
.themesion-ele-pricing-table .thsn-ptable-svg-wrapper svg{
	height: 40px;
	width: 40px;
	margin-top: -7px;
}
/* --------------------------------------
 * Custom CSS
 * ---------------------------------------*/
.thsn-colum-gap-left-15 .elementor-column-wrap{
	margin-left: 10px;
}
.thsn-col-stretched-right.thsn-right-bg-50 .thsn-stretched-div{
	left: 50%;
	background-color: #f5f5f5 !important;
}
.thsn-spc-blockquote blockquote{
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	padding-left: 20px;
	font-weight: 600;
	border-left: 3px solid #000;
	color: #202426;
}
.thsn-move{
	transition:transform 0.5s ease;
	animation:imgmove 8s ease-in-out infinite;
	transform-origin:bottom center;
}
@keyframes imgmove {
	0%,100%{ transform:translateY(0) translateX(20); }
	50%{ transform:translateY(-25px) translateX(0px); }
}
/*=== thsn-vertical-text ===*/
.thsn-vertical-text .elementor-widget-container,
.thsn-vertical-text .elementor-widget-wrap>.elementor-element{
	height: 100%;
}
.thsn-vertical-text .elementor-heading-title {
	transform: rotate(-90deg);
	white-space: nowrap;
	display: inline-block;
	left: 55px;
	position: absolute;
	transform-origin: left;
	bottom: 45px;
}
.thsn-vertical-text .elementor-heading-title span{
	text-decoration: underline;
}
.thsn-vertical-icon.elementor-view-stacked{
	position: absolute;
	top: 50%;
	right: -39px;
	margin-top: -30px;
	width: auto;
}
.thsn-vertical-icon.elementor-view-stacked .elementor-icon {
	padding: 20px;
	font-size: 38px;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.08);
}
/*=== thsn-bottom-part ===*/
.thsn-bottom-part{
	padding: 20px 30px;
	bottom: -62px;
}
.thsn-bottom-part.elementor-widget-heading .elementor-heading-title{
	color: #fff;
}
.thsn-bottom-part.elementor-widget-heading .elementor-heading-title span{
	text-decoration: underline;
}
/*=== thsn-vertical-sep ===*/
.thsn-vertical-sep.elementor-inner-column{
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.thsn-vertical-sep.elementor-inner-column::after,
.thsn-vertical-sep.elementor-inner-column::before{
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #e5e5e5;
	left: -3px;
}
.thsn-vertical-sep.elementor-inner-column::after{
	bottom: 0;
}
/*=== thsn-align-left ===*/
.thsn-align-left .owl-carousel{
	position: static;
}
.thsn-align-left .themesion-element-viewtype-carousel .owl-carousel .owl-nav{
	width: 80px;
	top: 0;
	right: 0;
}
.thsn-align-left .thsn-ele-header-area{
	width: 60%;
}
.thsn-align-left .themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev{
	left: -45px;
}
.thsn-align-left .themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-next{
	right: 0;
}
/*=== thsn-heading-subheading - subheading sep ===*/
.thsn-heading-subheading .thsn-element-heading{
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.thsn-heading-subheading .thsn-element-heading::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #000;
	bottom: -2px;
	left: 0;
}
.thsn-text-color-white .thsn-heading-subheading .thsn-element-heading{
	border-bottom-color: #fff;
}
.thsn-text-color-white .thsn-heading-subheading .thsn-element-heading::before{
	background-color: #fff;
}
/* --------------------------------------
 * Tab CSS
 * ---------------------------------------*/ 
.thsn-tab-icon svg,
.thsn-tab-svg-wrapper svg{
	width: 1em;
	height: 1em;
}
.thsn-tab-content-title,
.thsn-tab-content{
	display: none;
}
.thsn-tab-content.thsn-tab-active{
	display: block;
}
.thsn-tab-link{
	border: 1px solid #e5e5e5;
	border-right: none;
	display: block;
	padding: 40px 0;
	text-align: center;
	cursor: pointer;
	background: #fff;
	font-size: 16px;
	font-weight: 700;
	color: #081839;
	font-family: Rajdhani,sans-serif;
	letter-spacing: -0.3px;
}
.thsn-tabs .thsn-tabs-heading{
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: row;
}
.thsn-tabs .thsn-tabs-heading li{
	flex-grow: 1;
	flex-basis: 0;
}
.thsn-tabs .thsn-tabs-heading li:last-child{
	margin-right: 0px;
	border-right: 1px solid #e5e5e5;
}
.thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active span,
.thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active i{
	color: #fff;
}
.thsn-tabs .thsn-tabs-heading .thsn-tab-icon,
.thsn-tabs .thsn-tabs-heading li i{
	display: block;
	font-size: 45px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: normal;
}
.thsn-tabs .thsn-tab-content-wrapper{
	margin-top: 90px;
	margin-bottom: 0px;
}
.thsn-tabs .thsn-tab-content-inner .inner-content{
	margin-top: 30px;
}
.thsn-tabs .thsn-tab-content-inner h2{
	font-size: 36px;
	line-height: 40px;
}
.thsn-tabs .thsn-tab-content-inner ul{
	margin-top: 30px;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.thsn-tabs .thsn-tab-content-inner ul li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	font-family: "Rajdhani", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #081839;
}
.rtl .thsn-tabs .thsn-tab-content-inner ul li {
	padding-left: 0;
	padding-right: 30px;
}
.thsn-tabs .thsn-tab-content-inner ul li::after{
	content: "\f17e";
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: -2px; 
	font-family: Flaticon;
}
.rtl .thsn-tabs .thsn-tab-content-inner ul li::after {
	left: inherit;
	right: 0;
}
.thsn-tabs .thsn-tab-content-inner a.link-button{
	display: inline-block;
	line-height: 1;
	background-color: #818a91;
	color: #fff;
	fill: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 16px 40px;
	font-size: 14px;
	font-family: Rajdhani,sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-top: 20px;
}
.thsn-tabs .thsn-icon-type-svg{
	display: block;
	font-size: 45px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: normal;
}
.thsn-tabs .thsn-icon-type-svg img,
.thsn-tabs .thsn-tab-svg-wrapper svg{
	height: 45px;
	width: 45px;
}
.thsn-tabs .thsn-tab-icon svg,
.thsn-tabs .thsn-tab-svg-wrapper svg{
	margin-bottom: 10px;
}
.thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active svg{
	fill: #fff;
}
/*=== thsn-newsletter-style-1 ===*/
.thsn-newsletter-style-1 .mc4wp-form-fields{
	position: relative;
}
.thsn-newsletter-style-1 .thsn-label{
	display: none;
}
.thsn-newsletter-style-1 input[type="email"]{
	border-radius: 0;
	height: 60px;
	font-weight: 600;
}
.thsn-newsletter-style-1 button{
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	border-radius: 0;
	outline:none;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.thsn-newsletter-style-1 button i{
	display: none;
}
.thsn-newsletter-style-1 .elementor-row > .elementor-element + .elementor-element .elementor-column-wrap::after{
	content: "\f0e0";
	font-family: "themesion-base-icons";
	position: absolute;
	top: -39px;
	right: -14px;
	font-size: 224px;
	line-height: normal;
	transform: rotate(-48deg);
	color: rgb(0 0 0 / 12%);
}
.elementor-13682 .elementor-element.elementor-element-96b7e81.elementor-view-stacked .elementor-icon {
	background-color: #000000;
	-webkit-box-shadow: 0px 0px 5px 7px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 5px 7px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 0px 7px rgb(0 0 0 / 16%);
}
.thsn-header-style-3 .container .thsn-header-content{
	position: relative;
}
.thsn-play-btn-1024{
	margin-top: -99px;
}
.blog.thsn-sidebar-exists .site-footer.thsn-footer-3-boxes-exists{
	margin-top: 50px;
}
.thsn-portfolio-style-1 .thsn-port-cat,
.thsn-testimonial-style-2 .themesion-testimonial-detail,
.thsn-testimonial-style-1 .themesion-testimonial-detail,
.thsn-team-style-1 .themesion-box-team-position{
	font-size: 13px;
	font-weight: 500;
}
/* --------------------------------------
 * woocommerce
 * ---------------------------------------*/
.woocommerce .site-content-contain > .site-content-wrap > .site-content.container .row{
	margin: 0;
}
.widget.widget_product_search .woocommerce-product-search{
	position: relative;
}
.widget.widget_product_search .woocommerce-product-search input[type="search"] {
	background-color: #fff;
	height: 60px;
}
.widget.widget_product_search .woocommerce-product-search button {
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: #fcaf17;
	top: 5px;
	height: 50px;
	color: #ffffff;
	font-size: 0px;
	z-index: 1;
	width: 50px;
}
.widget.widget_product_search .woocommerce-product-search button::after {
	position: absolute;
	font-family: 'themesion-base-icons';
	content: '\e800';
	right: 16px;
	font-size: 16px;
	top: 17px;
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
}
.woocommerce .woocommerce-ordering {
	margin-bottom: 40px;
}
.woocommerce .woocommerce-result-count {
	margin-top: 17px;
}
.woocommerce ul.cart_list a,
.woocommerce ul.product_list_widget a{
	font-weight: 500;
}
/*=== product box ===*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .onsale {
	padding: 0px 8px;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
	border-radius: 0;
	top: 13px;
	left: 10px;
	bottom: auto;
	right: auto;
	letter-spacing: 2px;
	background: #f14705;
	line-height: 25px;
	min-height: 25px;
}
.woocommerce ul.products li.product .price {
	font-size: 15px;
	color: #888;
}
.woocommerce ul.products li.product .price del {
	margin-right: 5px;
}
.woocommerce ul.products li.product .button{
	margin-top: 1em;
	padding: 10px 22px;
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
}
.woocommerce ul.products li.product .button:hover{
	background-color: #09162a;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	top: 10px;
	right: 6px;
}
.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: inline-block;
	position: absolute;
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 11px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*=== Woocommerce Details Page ===*/
.woocommerce span.onsale {
	padding: 0px 12px;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
	border-radius: 0px;
	top: 13px;
	left: 10px;
	bottom: auto;
	right: auto;
	letter-spacing: 1px;
	background: #f14705;
}
.single-product .entry-summary .product_meta .posted_in,
.single-product .entry-summary .product_meta .sku_wrapper{
	font-weight: 700;
	color: #252525;
}
.single-product .entry-summary .product_meta .posted_in a,
.single-product .entry-summary .product_meta .sku_wrapper span{
	font-weight: normal;
	color: #888888;
}
.single-product .entry-summary .product_meta .posted_in{
	margin-left: 10px;
}
.single-product div.product p.price ins{
	text-decoration: none;
}
.single-product div.product .summary p.price,
.single-product div.product .summary span.price{
	font-size: 18px;
}
.single-product div.product .summary p.price,
.single-product div.product .summary span.price{
	font-size: 20px;
}
.woocommerce div.product .product_title{
	font-size: 28px;
	line-height: 40px;
	text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 700 !important;
	color: #fff;
	border: 1px solid #e2e2e2;
	line-height: 24px;
	cursor: pointer;
	padding: 16px 30px 16px;
	transition: all 500ms ease;
	border-radius: 3px 3px 0px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #242424;
	background: #ffffff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
	opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0px !important;
	margin: 0px 0 0px !important;
	border: none !important;
	line-height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	display: none;
	border: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
	background: #fff !important;
	margin-top: 0px;
	padding: 30px;
	border: 1px solid #ececec;
	border-radius: 0 0 3px 3px;
	margin-top: -1px;
}
.woocommerce-Tabs-panel h2{
	font-size: 22px;
	margin-top: 0;
	line-height: 28px;
	text-transform: uppercase;
}
/*=== woocommerce div.product form.cart ===*/
.woocommerce div.product form.cart .button{
	margin-top: 0;
	padding: 20px 35px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	border-radius: 0;
}
.woocommerce div.product form.cart .button:hover{
	background-color: #09162a;
}
.woocommerce div.product form.cart .button:focus{
	outline: none;
}
/*=== .woocommerce .quantity .qty ===*/
.woocommerce .quantity .qty {
	height: 54px;
	margin-right: 5px;
	width: 70px;
}
/*=== woocommerce div.product p.price ===*/
.woocommerce div.product p.price,
.woocommerce div.product span.price{
	font-size: 15px;
	color: #888;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
	margin-right: 5px;
}
/*=== woocommerce div.product div.images ===*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	z-index: 5;
}
/*=== woocommerce table.shop_attributes ===*/
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	padding: 5px 7px;
}
/*=== related products ===*/
h3#order_review_heading,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.cart_totals h2,
.related.products h2{
	font-size: 28px;
	line-height: 38px;
	text-transform: uppercase;
}
/*=== woocommerce-cart .wc-proceed-to-checkout ===*/
.woocommerce-form-coupon button[type=submit],
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .cart .button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .cart input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	margin-top: 0;
	padding: 20px 35px !important;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	border-radius: 0;
	font-weight: 700 !important; 
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-coupon button[type=submit]:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover{
	color: #fff;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 130px;
	height: 54px;
	padding-left: 10px;
}
.woocommerce form .form-row input.input-text{
	height: 54px;
}
.woocommerce form .form-row textarea{
	height: 100px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	margin-top: 15px;
}
/*=== Sidebar button ===*/
.woocommerce .widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce .widget_price_filter .price_slider_amount .button{
	margin-top: 0;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	color: #fff;
}
.woocommerce .widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button){
	background-color: #09162a;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 5px;
}
/*=== widget_price_filter ===*/
.woocommerce .widget_price_filter .price_slider{
	margin-bottom: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	cursor: ew-resize;
	outline: none;
	box-sizing: border-box;
	opacity: 1;
	top: -5px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 5px;
	background-color: #272727;
}
.woocommerce ul.products li.product .price ins{
	text-decoration: none;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled, .woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled, .woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
	color: #fff;
}
.woocommerce .col-1,
.col-2{
	max-width:none;
}
.woocommerce form .form-row {
	display: block;
}
.woocommerce-pagination{
	text-align: center;
	margin-top: 50px;
	margin-bottom:  80px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
	padding: 15px 17px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin: 0 2px;
	border: 1px solid #eee;
	color: #2c2c2c;
	border-radius: 6px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
	border: none;
}
.woocommerce div.product form.cart .group_table td{
	padding-bottom: 0;
	vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td label{
	margin-bottom: 0;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list tbody tr,
.woocommerce div.product form.cart table.variations tbody tr{
	border: 0;
}
.woocommerce div.product form.cart .variations label {
	margin-top: 12px;
}
/*==== woocommerce-checkout ====*/
.woocommerce-checkout #customer_details{
	margin-top: 35px;
}
.woocommerce-checkout .col2-set .col-1{
	padding: 0;
}
/*==== woocommerce-checkout ====*/
.woocommerce-checkout-payment{
	margin-bottom: 35px;
}
/*==== Theme Special ====*/
.thsn-woo-radius-bt .woocommerce ul.products li.product .button{
	border-radius: 2em;
}
.thsn-woo-box-border .woocommerce ul.products li.product{
	border: 1px solid #ededed;
	padding-bottom: 30px;
}
.woocommerce-breadcrumb,
.woocommerce-products-header__title{
	display: none;
}
.woocommerce #review_form #respond textarea{
	line-height: 20px;
	height: 110px;
}
.woocommerce #review_form #respond .form-submit input{
	padding: 13px 35px;
	font-size: 13px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
}
.select2-container--default .select2-selection--single {
	background-color: #eff2f7;
	border: none;
	border-radius: 0px;
}
.select2-container .select2-selection--single {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: #848484;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px;
}
/*===woocommerce-Reviews===*/
.woocommerce-Reviews .comment-reply-title{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}
/*===woocommerce -- remove===*/
.woocommerce a.remove {
	line-height: 21px;
}
/*===woocommerce .select2-container===*/
.woocommerce .select2-container{
	display: none;
}
.woocommerce .select2-hidden-accessible {
	height: inherit !important;
	width: 100% !important;
	position: static !important;
	padding: 15px 20px !important;
	border: none !important;
	overflow: visible !important;
	vertical-align: top;
	margin: inherit !important;
}
/*===woocommerce -- customer_details===*/
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce #customer_details {
	margin-bottom: 30px;
}
.woocommerce-form-coupon button[type=submit]{
	margin-top: 1em;
	padding: 12px 22px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 0;
	margin-top: 0;
}
.return-to-shop,
.woocommerce-cart .wc-proceed-to-checkout{
	margin-bottom: 40px;
}
.woocommerce-form-coupon .form-row-first{
	width: 52% !important;
}
/*===woocommerce -- Sidebar widget===*/
/*===woocommerce -- cart_list - product_list_widget ===*/
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del{
	margin-right: 10px;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins{
	text-decoration: none;
	font-weight: 700;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li{
	margin-bottom: 10px;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child{
	margin-bottom: 0px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	border: 1px solid rgba(0, 0, 0, 0.10);
}
/*=== widget_product_categories ===*/
.widget_product_categories ul li{
	position: relative;
	margin-bottom: 18px;
	padding: 0;
}
.widget_product_categories ul li .count {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #000;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: 700;
	border-radius: 50%;
}
/*=== woocommerce-message ===*/
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button{
	float: none;
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 15px 22px !important;
	font-size: 13px !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	padding: 25px 180px 25px 55px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
	background-color: #eef7f9;
}
.woocommerce table.shop_table th{
	font-weight: 700 !important;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods{
	padding: 0;
}
.woocommerce-variation-price{
	margin-bottom: 30px;
}
.woocommerce-variation-price ins{
	text-decoration: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
	display: block;
	margin-top: 10px;
	margin-right: 10px;
}
/* --------------------------------------
 * Booking calendar for fee plugin
 * ---------------------------------------*/
.booking_calendar_main_container{
	display: block;
}
.booking_calendar_container{
	width: 100%;
}
.wpdevart-booking-form {
	margin: 10px 0 90px 0 !important;
	padding: 34px !important;
	border: none !important;
	background-color: #F1F3F5!important;
}
.wpdevart-booking-form form.div-for-clear{
	background-color: white;
	padding: 30px;
	padding-bottom: 48px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 1px 5px rgba(0,0,0,0.20);
}
.current-date-info {
	font-size: 20px !important;
	text-align: center;
	font-weight: 600 !important;
}
#booking_calendar_container_1 .wpda-current-year{
	font-size: 20px !important;
	font-weight: 500 !important;
}
.wpda-previous a, .wpda-next a{
	color: #fff !important;
}
#booking_calendar_container_1 .wpda-previous span,
#booking_calendar_container_1 .wpda-next span {
	display: none !important;
}
.booking_calendar_main_container .wpda-booking-calendar-head .next_year_info{
	margin-left: 10px;
}
.booking_calendar_main_container .wpda-booking-calendar-head .prev_year_info{
	margin-right: 10px;
}
.wpda-previous a,
.wpda-next a{
	display: inline-block;
	width: 45px;
	height: 45px;
	border: 2px solid #fff !important;
	border-radius: 50%;
	text-align: center;
	position: relative;
	top: 15px;
}
.wpda-previous a,
.wpda-next a,
.booking_calendar_main_container .wpda-booking-calendar-head .prev_year_info,
.booking_calendar_main_container .wpda-booking-calendar-head .next_year_info{
	font-size: 0;
	color: #fff !important;
}
.wpda-previous a::before,
.wpda-next a::after,
.booking_calendar_main_container .wpda-booking-calendar-head .prev_year_info::before,
.booking_calendar_main_container .wpda-booking-calendar-head .next_year_info::after{
	font-family: "themesion-base-icons";
	font-size: 23px;
	margin: 0px;
	width: 20px;
	height: 40px;
	line-height: 37px;
	display: inline-block;
	border-radius: 50%;
	font-weight: normal;
}
.wpda-previous a::before,
.booking_calendar_main_container .wpda-booking-calendar-head .prev_year_info::before{
	content: "\e81e";
}
.wpda-next a::after,
.booking_calendar_main_container .wpda-booking-calendar-head .next_year_info::after{
	content: "\e814";
}
#booking_calendar_container_1 .wpda-current-month{
	margin-top: 10px;
	display: block;
	font-size: 24px !important;
	font-weight:500 !important;
	text-transform: uppercase;
}
.wpdevart-day .wpda-day-header .wpda-day-number{
	border: 2px solid transparent;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	display: inline-block;
	float: none;
}
.wpdevart-day:not(.past-month-day) .wpda-day-header .wpda-day-number{
	line-height: 45px;
}
.wpdevart-hour-item.hour_selected,
.wpdevart-calendar-container > div.selected{
	box-shadow: none;
}
.wpdevart-total-price.reserv_info_row{
	background-color: transparent;
	color: #545454;
}
.wpdevart-calendar-container > div.wpdevart-available.past-day .wpda-day-header .wpda-day-number{
	border-color: rgb(0 0 0 / 10%) !important
}
.wpdevart-calendar-container > div.selected .wpda-day-header{
	background-color: transparent !important;
}
.wpdevart-booking-form .div-for-clear {
	background: none;
	padding: 0;
}
.wpdevart-booking-form-container,
.booking_calendar_container,
.booking_calendar_main_container {
	max-width: 100% !important;
}
.booking_calendar_main_container .wpda-booking-calendar-head{
	padding: 44px !important;
}
.wpda-booking-calendar-head,
.wpdevart-calendar-container > div.week-day-name{
	border: none !important;
}
.booking_calendar_main_container .current-date-info .wpda-current-month,
.booking_calendar_main_container .wpda-current-year,
#booking_calendar_container_1 .booking_calendar_main .week-day-name .wpda-day-number{
	color: #fff !important;
}
.booking_calendar_main_container .week-day-name .wpda-day-header {
	padding: 12px 0 !important;
}
.booking_calendar_main_container .week-day-name .wpda-day-header {
	background-color: #42474d !important;
}
.booking_calendar_main_container .wpdevart-calendar-container > div:not(.week-day-name){
	height: 120px !important;
	padding-top: 28px;
	padding-bottom: 30px !important;
}
.booking_calendar_main_container .wpda-day-header{
	background-color: transparent !important;
}
.wpdevart-booking-form-container{
	width: 100%;
	margin: 0 auto;
}
.wpdevart-check-section{
	width: 47%;
	padding: 18px;
	background-color: rgba(255, 255, 255, 0.10);
}
.wpdevart-booking-form .wpdevart-fild-item-container label{
	display: inline-block;
	margin-bottom: 7px;
	font-weight: normal;
	font-style: normal !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container select option{
	color: #333 !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container select,
.wpdevart-booking-form .wpdevart-fild-item-container textarea,
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"]{
	width: 100% !important;
}
.wpdevart-form-section h4.form_title{
	margin: 0px 0 14px !important;
	font-weight: 600 !important;
	font-style: normal;
	line-height: 1;
	font-size: 20px;
	padding-top: 20px !important;
}
.check-info{
	font-size: 14px;
}
.wpdevart-submit{
	background-color: #4f87fb;
}
.wpda-previous a,
.wpda-next a{
	font-weight: 600 !important;
}
.wpdevart-calendar-container > div {
	text-align: center;
}
#booking_calendar_container_1 .week-day-name .wpda-day-number {
	color: #42474d;
	font-size: 18px !important;
	font-weight: 500 !important;
}
.wpda-day-number {
	width: 100%;
}
.wpdevart-submit {
	padding: 20px 0px !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container select{
	border: none;
}
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"],
.wpdevart-booking-form .wpdevart-fild-item-container input[type="checkbox"],
.wpdevart-booking-form .wpdevart-fild-item-container select,
.wpdevart-booking-form .wpdevart-fild-item-container textarea,
.wpdevart-booking-form .wpdevart-fild-item-container .thsn-select {
	border-color: #ddd;
}
.day-availability{
	margin-top: 5px;
}
.wpdevart-day.wpdevart-available.selected::after{
	font-family: "themesion-base-icons";
	content: "\e846";
	position: absolute;
	top: 10px;
	right: 10px;
}
.wpdevart-booking-legends{
	padding-left: 34px !important;
}
/* --------------------------------------
 * Search Result CSS
 * ---------------------------------------*/
.thsn-search-result-cpt{
	display: none;
	margin-top: -2px;
	padding: 30px 30px 20px 30px !important;
}
.thsn-search-result-loader {
	height: 300px;
	width: 100%;
	border: 1px solid #f6f6f8;
	display: table;
	text-align: center;
	background: #f6f6f8;
	text-align: center;
}
.thsn-search-result-loader-inner{
	display: table-cell;
	vertical-align: middle;
}
.thsn-search-results-loaded .thsn-search-result-loader {
	display: none;
}
.thsn-search-results-loaded .thsn-search-result-cpt{
	display: block;
}
.skltbs-theme-light .skltbs-tab, .skltbs-theme-dark .skltbs-tab{
	font-size: 15px !important;
}
.skltbs-tab span {
	background: #fff;
	font-size: 13px;
	line-height: 19px;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	padding: 3px 6px;
	border-radius: 5px;
	position: relative;
	top: -1px;
	min-width: 25px;
	margin-left: 5px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}
.skltbs-tab .thsn-search-result-tab-link.skltbs-active > button > span,
.skltbs-tab.skltbs-active  > span{
	background-color: #fff;
}
.skltbs-theme-light .skltbs-tab.skltbs-active{
	border-radius: 5px 5px 0px 0px;
}
.skltbs-theme-light .skltbs-tab.skltbs-active {
	border-color: transparent;
}
.skltbs-theme-light .skltbs-tab.skltbs-active:focus, .skltbs-theme-light .skltbs-tab.skltbs-active:hover {
	border: none !important;
}
.skltbs-theme-light .skltbs-tab:focus{
	box-shadow: none;
}
.skltbs-theme-light .skltbs-panel:focus{
	border-color: #f6f6f8 !important;
}
.skltbs-theme-light .skltbs-tab:focus{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/*=== thsn-search-result-page ===*/
.thsn-search-result-page ul{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.thsn-search-result-page ul li{
	width: 50%;
}
.thsn-search-results-back-global-btn,
.thsn-search-results-load-btn{
	margin-top: 45px;
	margin-bottom: 35px;
	text-align: center;
}
.thsn-search-results-back-global-btn a,
.thsn-search-results-load-btn a{
	display: inline-block;
	padding: 15px 25px;
	padding-right: 43px;
	color: #fff;
	position: relative;
}
.thsn-search-results-back-global-btn a::after,
.thsn-search-results-load-btn a::after{
	position: absolute;
	font-family: 'themesion-base-icons';
	content: '\e806';
	right: 19px;
	top: 15px;
	font-size: 15px;
	font-weight: 400;
}
.thsn-search-results-back-global-btn a{
	padding-left: 43px;
}
.thsn-search-results-back-global-btn a::after{
	content: '\e81e';
	right: auto;
	left: 19px;
}
.skltbs-theme-light .skltbs-panel {
	margin-bottom: 80px;
}
.thsn-search-result-cpt.thsn-search-result-page ul li{
	font-size: 20px;
}