/*------------------------------------------------------------------
[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;
}
.thsn-pre-header-wrapper .thsn-social-links{
    padding-right: 0px;
}
.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: 10px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.thsn-header-style-2 .thsn-right-box  .cspt-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  .cspt-header-contactinfo span{
    display: block;    
}
.thsn-header-style-2 .thsn-right-box  .cspt-header-contactinfo .cspt-header-button-text-1{
    font-weight: bold !important;
    font-size: 22px;
}
.thsn-header-style-2 .thsn-right-box  .cspt-header-contactinfo .cspt-header-button-text-2{
    color: #7b7b7b;
    font-size: 15px;
}
.thsn-header-style-2 .thsn-right-box  .cspt-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;
}
.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;
}
.thsn-header-style-4 .thsn-right-box{
    display: flex;
    align-items: center;
    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{
    background-color: #081839;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 7px;
    right: 16px;
}
.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;
}

.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-cart-wrapper{    
    text-align: center;   
    position: relative;
}
.thsn-header-style-4 .thsn-right-box .thsn-cart-link{
    display: block;
    width: 75px;
    height: 60px;
}
.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;
}

/* --------------------------------------
 * 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-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;
}
.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;
    padding-top: 5px;
    margin-right: 30px;
}
.thsn-ihbox-style-1 .thsn-heading-desc{
    margin-top: 10px;
    color: #a2aec5;
    font-size: 14px;
}

/*=== thsn-ihbox-style-2 ===*/
.thsn-steps-counter .elementor-container .elementor-row .elementor-column .thsn-ihbox-style-2 .thsn-ihbox-icon: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;
}
.thsn-ihbox-style-2{
    text-align: center;
    margin: 0 30px;
}
.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;
}
.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-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;
    padding-top: 5px;
    margin-right: 30px;
}
.thsn-ihbox-style-3 .thsn-heading-desc{
    margin-top: 10px;
    font-size: 14px;
}

/*=== 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;
    margin-right: 10px;
}
.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;
    color: #fff;
}

/*=== 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;
    margin-bottom: 15px;
}
.thsn-ihbox-style-5 .thsn-overlay{
  position: absolute;
  opacity: 0.1;
  top: 0;
  right: 0;
}
.thsn-ihbox-style-5 .thsn-overlay .thsn-ihbox-icon-wrapper{
    font-size: 130px;
    line-height: 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{
    margin-right: 15px;
}
.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;
}
.thsn-ihbox-style-7 path {
    fill: transparent;
}
.thsn-ihbox-style-7 .thsn-ihbox-icon{
    position: absolute;
    top: 80px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.thsn-ihbox-style-7 text {
    fill: #FF9800;
    letter-spacing: 6.3px;
    font-family: Rajdhani,sans-serif;
    font-size: 19px;
    font-weight: 700;
    transform-origin: 50% 50% 0;   
    transform: rotate(0deg); 
    -webkit-animation:spin 15s linear infinite;
    -moz-animation:spin 15s linear infinite;
    animation:spin 15s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/*=== thsn-ihbox-style-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;
    margin-bottom: 40px;
}
.thsn-ihbox-style-8 .thsn-heading-desc{
    font-size: 18px;
    line-height: 30px;
}

/*=== thsn-ihbox-style-9 ===*/
.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{
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.thsn-ihbox-style-9:hover .thsn-element-title,
.thsn-ihbox-style-9:hover .thsn-ihbox-icon-wrapper{
    color: #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;
}
.thsn-ihbox-style-9 .thsn-ihbox-icon-wrapper {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 20px;
}
.thsn-element-miconheading-style-9 .thsn-element-posts-wrapper.row .thsn-ele{
    margin: 0;
    padding: 0;
} 
/* --------------------------------------
 * 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;    
}
.thsn-blog-style-1 .thsn-meta-container .thsn-meta-line:last-child{
    margin-right: 0;
}
.thsn-blog-style-1 .thsn-meta-container .thsn-meta-line i{
    margin-right:5px;
    font-size: 15px;
}
.thsn-blog-style-1 .thsn-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-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;    
}
.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;
}
.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;   
}
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;
}
.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;
}
.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%;   
}
.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;
}
.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
 * ---------------------------------------*/
/*=== 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;
}
.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;
}
.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: 90%;
    height: 90%;
    margin: 5%;
    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: 3%;
    top: 5%;     
    z-index: 2;
    visibility: hidden;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    opacity: 0;
    visibility: hidden;
}
.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: 5%;
}
.thsn-element-portfolio-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after,
.themesion-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after{
    font-family: "themesion-base-icons";
    content: '\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;
}

/*=== 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-element-portfolio-style-2.themesion-element-viewtype-row-column .thsn-portfolio-style-2:hover .thsn-content-wrapper,
.thsn-element-portfolio-style-2 .owl-item.center .thsn-portfolio-style-2 .thsn-content-wrapper{
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.thsn-element-portfolio-style-2 .themesion-post-item{
    position: relative;
}
.thsn-portfolio-style-2 h3.thsn-portfolio-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 0;
}
.thsn-portfolio-style-2 .thsn-port-cat {
    margin-bottom: 0;
}
.thsn-portfolio-style-2 .thsn-link-icon a{
    position: absolute;
    top: -25px;
    right: -20px;
    font-size: 23px;
    background-color: #000;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    padding-top: 8px;
    padding-right: 15px;
    color: #fff;
}
.thsn-portfolio-style-2 .thsn-content-wrapper{
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/* --------------------------------------
 * 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;
}
.post-navigation .nav-links .nav-next {
    text-align: right;
    margin-left: auto;
}
.post-navigation .nav-links .nav-previous, 
.post-navigation .nav-links .nav-next {
    width: 50%;
}
.post-navigation .nav-links .thsn-prev-title, 
.post-navigation .nav-links .thsn-next-title {
    color: #000;
    font-size: 13px;
    background-color: #f9f9f9;
    padding: 8px 34px;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.post-navigation .nav-links .thsn-prev-title:hover, 
.post-navigation .nav-links .thsn-next-title:hover {
    color: #fff;
    border-color: transparent;
}
.post-navigation .nav-links .nav-title, 
.post-navigation .nav-links .nav-title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.thsn-portfolio-single .thsn-portfolio-nav-head {
    font-size: 14px;
    font-weight: 600;
}
.thsn-portfolio-single .thsn-portfolio-nav-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 240px;
    font-family: Rajdhani,sans-serif;
    text-transform: uppercase;
}
.thsn-portfolio-single .nav-links .thsn-portfolio-nav-icon {
    width: 45px;
    text-align: left;
    display: inline-block;
    position: relative;
    font-size: 24px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: none;
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-icon{
    text-align: right;
}
.thsn-portfolio-single .nav-links .thsn-portfolio-nav-icon i {
    position: absolute;    
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-icon i{
    left: 0;
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-icon i{
    right: 0;
}
.thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-wrapper {
    margin-left: 2px;
}
.thsn-portfolio-single .nav-links .nav-next .thsn-portfolio-nav-wrapper {
    margin-right: 2px;
    margin-left: auto;
}
.thsn-portfolio-single .navigation {
    margin-top: 40px;
}
.thsn-portfolio-single .thsn-portfolio-nav-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.thsn-portfolio-single .post-navigation .nav-links {
    justify-content: space-between;
}
.thsn-portfolio-single .post-navigation .nav-links .nav-previous, 
.thsn-portfolio-single .post-navigation .nav-links .nav-next {
    width: unset;
}
.thsn-portfolio-single .nav-links .nav-previous .thsn-portfolio-nav-wrapper {
    text-align: left;
}
.thsn-portfolio-single .nav-links .nav-next  .thsn-portfolio-nav-wrapper {
    text-align: right;
}
.thsn-portfolio-single .nav-links a {
    display: -ms-flexbox !important;
    display: flex !important;
}
.thsn-portfolio-single .nav-links .nav-next a {
    justify-content: space-between;
}
.thsn-portfolio-single .nav-links a .thsn-portfolio-nav-wrapper{
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}

/*=== single-thsn-service ===*/
.archive .themesion-ele-portfolio{
    margin-bottom: 30px;
}
.thsn-sortable-list-ul{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 42px;
    display: block;
}
.thsn-sortable-list-ul li{
	display: inline-block;
	margin: 0 15px;
}
.thsn-sortable-list a{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: block;
}
.thsn-sortable-list a:hover{
	color: #222222;
}
.thsn-sortable-list a.thsn-selected{
     color: #fff;
     border: 1px solid;
}
.thsn-sortable-list a.thsn-selected:hover{
     color: #fff;
}

/*=== thsn-category-style1 ===*/
.thsn-category-style1 {
	text-align: center;
}
.thsn-category-style1 .thsn-ihbox.thsn-ihbox-style-hsbox.thsn-align-center{
	margin-bottom: 0;
}
.thsn-category-style1 .thsn-sortable-list-ul{
	padding-bottom: 50px;
	display: inline-block;
	text-align: center;
	border-top: 1px solid #e2e2e3;
	margin-top: 30px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}
.thsn-category-style1 .thsn-sortable-list-ul li:first-child{
	margin-left: 0;
}
.thsn-category-style1 .thsn-sortable-list-ul li:last-child{
	margin-right: 0;
}
.thsn-category-style1 .thsn-sortable-link{
	position: relative;
}
.thsn-category-style1 .thsn-sortable-link.thsn-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}

/*=== thsn-category-style2 ===*/
.thsn-category-style2 .thsn-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.thsn-category-style2 .thsn-sortable-list{
	float: right;
}
.thsn-category-style2 .thsn-ele-header-area:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.thsn-category-style2 .thsn-sortable-list-ul {
    margin-top: 15px;
}
.thsn-text-color-white .thsn-sortable-list a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}

/*=== thsn-category-style3 ===*/
.thsn-category-style3 .thsn-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.thsn-category-style3 .thsn-sortable-list{
	float: right;
	margin-top: 25px;
}
.thsn-category-style3 .thsn-sortable-link.thsn-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.thsn-category-style3 .thsn-sortable-link{
	position: relative;
}
.thsn-category-style3 .thsn-sortable-link.thsn-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.thsn-category-style3 .thsn-ele-header-area:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* --------------------------------------
 * Team Member Single Section
 * ---------------------------------------*/
 /*=== Team Member style 1 ===*/
.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;
}
.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;
    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;
    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;
}

/*=== 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;
}
.thsn-team-single-style-1 .thsn-team-single .thsn-team-social-links a{
    width: 0;
    height: 0;
    line-height: 0;
    margin-right: 40px;
}
/* --------------------------------------
 * Contact Form 7
 * ---------------------------------------*/
.wpcf7-form .input-group {
    display: block;
}
.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;
}
.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-testimonial-style-1 blockquote{
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: normal;
    font-weight: 600;
    color: #202426;
}
.thsn-bg-color-blackish .thsn-testimonial-style-1 .themesion-box-title,
.thsn-bg-color-blackish .thsn-testimonial-style-1 blockquote{
    color: #fff;
}
.thsn-testimonial-style-1 .themesion-box-img{
    padding-right: 15px;
    min-width: 160px;
    text-align: center;
}
.thsn-testimonial-style-1 .themesion-box-desc{
    position: relative;
    border-radius: 6px;
    background: #fff;
    padding: 30px;
    padding-bottom: 25px;
    margin-left: 5px;
}
.thsn-testimonial-style-1 .themesion-box-desc:before {    
    content: '';
    border: 12px solid transparent;
    position: absolute;
    top: 50px;
    left: -12px;
    transform: translateY(-50%);
    border-left: none;
    border-left-color: #fff;
    border-right-color: #fff;
}
.thsn-testimonial-style-1:after {
    position: absolute;
    content: '"';
    font-size: 60px;
    line-height: 80px;
    bottom: 10px;
    right: 30px;
    color: #202426; 
    opacity: 0.1;
    font-family: "themesion-base-icons";
    content: '\e80d';
    transform: rotate(180deg);
}
.thsn-testimonial-style-1 .themesion-box-star-ratings{
    margin-left: auto !important;
    margin-top: 15px;
    margin-bottom: 0;
}
.thsn-testimonial-style-1 .themesion-box-star-ratings i{
    color: #202426;
    font-size: 18px;
}
.thsn-element-testimonial-style-1.themesion-element-viewtype-carousel .thsn-carousel-navs{
    position: relative;
}

.thsn-element-testimonial-style-1.themesion-element-viewtype-carousel .thsn-element-posts-wrapper{
    margin-top: 40px;
}
.thsn-element-testimonial-style-1 .thsn-heading-subheading .thsn-element-title{
    font-size: 34px;
    line-height: 44px
}

/*=== Testimonial style 2 ===*/
.thsn-testimonial-style-2 .thsn-featured-wrapper{
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.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
 * ---------------------------------------*/
/*=== 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;
}
/*=== themesion-ele-fid-style-2 ===*/
.themesion-ele-fid-style-2 .thsn-sbox-icon-wrapper{
    font-size: 56px;
    line-height: 56px;
    margin-right: 30px;
    margin-top: 5px;
}
.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-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; 
}
.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 .thsn-doctery-icon{
    position: absolute;
    content: "";
    top: 35px;
    right: -30px;
    vertical-align: middle;
    font-size: 100px;
    line-height: 100px;
    color: rgb(34 45 53 / 0.1);
}
.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-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);
    top: 87%;
    left: 75%;
    background: #fff;
    border-radius: 50%;
    transform: translate(0%, 0%);
    z-index: 2;
    color: #081839;
}
.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%);
    top: 50%;
    left: 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-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;
}
.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;
    padding-left: 0;
}
.thsn-service-style-1 .elementor-button.elementor-size-md i{
    margin-left: 15px;
    font-size: 15px; 
    vertical-align: middle;
}
.thsn-service-style-1:hover .elementor-button.elementor-size-md{
    padding-left: 40px;
    color: #fff;
}
/*=== 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;
    border-right: none;
    text-align: center;
}
.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;
}

/* --------------------------------------
 * Progress Bar
 * ---------------------------------------*/
.elementor-progress-bar{
    height: 6px; 
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;   
}
.elementor-progress-percentage {    
    position: absolute;
    right: 0;
    top: -37px;
    font-size: 14px;
    color: #fff;
    padding: 4px 7px;
    display: inline-block;
    line-height: normal;
    border-radius: 0;
    font-family: Rajdhani,sans-serif;
    font-weight: 700 !important;
}
.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;
}
.progress-bar-style-2 .elementor-progress-wrapper {
    background-color: #e6e6e6;
}

/* --------------------------------------
 * Pricing Table
 * ---------------------------------------*/
/*=== 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;
}
.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;
}
.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;
}
.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
* ---------------------------------------*/
.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: 0px;
    color: inherit;
    font-family: 'themesion-base-icons';
    line-height: normal;
    font-weight: normal;
}
.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;
}
.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 .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;
}
.thsn-text-color-white .widget_categories ul li span {
    background-color: #fff;
}

/*=== widget_recent_comments ===*/
.widget.widget_recent_comments ul li:before {    
    content: '\f0e5';
    top: 4px;
    font-size: 13px;
}

/*=== widget_pages ===*/
.widget.widget_pages ul li a:before {
    content: '\e816';
    top: 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;
}
.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%);
}
.site-footer .thsn-footer-widget:last-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;
}
.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;
}
.site-footer .widget.thsn_widget_list_all_posts ul li > a:before,
.site-footer .widget.widget_meta ul li > a:before,
.site-footer .widget.widget_recent_entries ul li:before,
.site-footer .widget.widget_recent_comments ul li:before,
.site-footer .widget.widget_archive ul li a:before,
.site-footer .widget.widget_categories ul li a:before,
.site-footer .widget.widget_nav_menu ul li a:before,
.site-footer .widget.widget_pages ul li a:before {
   position: absolute;
    content: '\e814';
    color: inherit;
    font-family: 'themesion-base-icons';
    font-weight: normal;
    line-height: normal;
    content: '\e814';    
    font-size: 16px;
    left: 0;
}
.site-footer .widget.widget_meta ul li > a:before,
.site-footer .widget.widget_recent_entries ul li:before,
.site-footer .widget.widget_recent_comments ul li:before,
.site-footer .widget.widget_archive ul li a:before,
.site-footer .widget.widget_categories ul li a:before,
.site-footer .widget.widget_nav_menu ul li a:before,
.site-footer .widget.widget_pages ul li a:before {
    top: 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;
}
.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;
}
.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;
}
.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;
}
.thsn-contact-widget-lines .thsn-contact-widget-line:before {
    position: absolute;
    content: '\e83b';
    font-size: 60px;
    color: inherit;
    font-family: 'themesion-base-icons';
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -18px;
    font-weight: 400;
}
/* --------------------------------------
 * Timebox 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; 
}
/* --------------------------------------
 * error-404
 * ---------------------------------------*/
.error-404{
    margin: 0;
    width: 100%;
    padding: 196px 0px 196px 0px; 
   position: relative;
    text-align: center;
}
.thsn-parent-header-style-3 .error-404{
    padding: 360px 0px 220px 0px;   
}
.error-404 .error-message{
    color: #2c2c2c;
}
.error-404 .error-message{
    display: inline-block;
    font-size: 290px;
    line-height: 290px;
    font-weight: 900;
}
.error-404 .footer-message{
    font-size: 22px;
    line-height: 32px;   
    font-weight: 600;
    margin-top: 15px;
}
.error-404 .search-form{
    margin: 45px auto;
    max-width: 400px;
}
.error404 .wrap{
    width: 100%;
}
.error404 .search-form{
    position:  relative;
}
.error404 .search-form input[type="search"]{
    border-radius: 0px;
    height: 58px;
    line-height: 58px;   
    border: 1px solid #f2f3f4;
    padding-right: 55px;
}
.error404 .search-form .search-submit:after{
    font-family: "themesion-base-icons";
    content: '\e800';
    position: absolute;
    right: 16px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #dbdbdb;
    font-size: 22px;
}
.error404 .search-form label{
    display: none;
}
.error404 .search-form button{
    position: absolute;
    right: 5px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 50px;
}
.error404 #primary{
    flex: none !important;
    max-width: none !important;
}
.error404 .thsn-header-style-3 .thsn-header-menu-area{
    border-bottom:  1px solid #f1f1f1;
}
.error404 a.thsn-home-back{
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}
.error404 a.thsn-home-back:after{
    font-family: "themesion-base-icons";
    content: '\e810'; 
   margin-left: 15px;  
}
.error404 .thsn-text-color-white a.thsn-home-back{
    color: #fff;
}

.error404  .thsn-title-bar-wrapper{
    display: none;
}
.error404 h2.page-title{
    font-size: 200px;
    line-height: 210px;
    color: #fff;
    font-weight: bold;
}
.error404 .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;
   right: 0;
    background-color: transparent;
    text-indent: -9999px;
}
.thsn-header-search-form-wrapper .thsn-search-close{
    position: absolute;
    top: 40px;
    right: 40px;
    border-color: #fff;
    color: #fff;
    opacity: 0.8;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer;
}
.thsn-header-search-form-wrapper .thsn-search-close:hover{
    opacity: 1;
}

/* --------------------------------------
 * Static Box
 * ---------------------------------------*/
/*=== thsn-static-box-style-1 ===*/
.thsn-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% ;
}
.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-contentbox-des .thsn-ihbox-icon-wrapper{
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 55px;
    color: #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 .button-link{
    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);
}

/*=== select2-container--default ===*/
.select2-container--default .select2-selection--single {
    background-color: #eff2f7;
    border: none;
    border-radius: 0px;
}
.select2-container .select2-selection--single {
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #848484;   
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}

 /* --------------------------------------
 * List
 * ---------------------------------------*/ 

 /* --------------------------------------
 * 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;
}
.thsn-accordion-style-1 .elementor-accordion .elementor-accordion-item{
   margin-bottom: 25px;
}
/* --------------------------------------
 * 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;
}
.elementor-button.elementor-size-xs {
    padding: 16px 34px;
    font-size: 9px;
}
.elementor-button.elementor-size-sm{
    padding: 17px 38px;
    font-size: 11px;
}
.elementor-button.elementor-size-md {
    padding: 16px 40px;
    font-size: 14px;
}
.elementor-button.elementor-size-lg{
    padding: 24px 46px;
    font-size: 15px;
}
.elementor-button.elementor-size-xl {
    padding: 28px 50px;
    font-size: 17px;
}
.thsn-btn-style-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;
}
.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;
}
.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;
}
.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;
}

/* --------------------------------------
 * Price Table
 * ---------------------------------------*/ 
.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{
    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-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 i{
    margin-right: 5px;
}
.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;
}
/* --------------------------------------
 * 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-heading-subheading - subheading sep ===*/
.thsn-heading-subheading .thsn-element-heading{
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.thsn-heading-subheading .thsn-element-heading:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #000;
    bottom: -2px;
    left: 0;
}
.thsn-text-color-white .thsn-heading-subheading .thsn-element-heading{
    border-bottom-color: #fff; 
}
.thsn-text-color-white .thsn-heading-subheading .thsn-element-heading:before{
    background-color: #fff;   
}

/* --------------------------------------
 * Tab CSS
 * ---------------------------------------*/ 
.thsn-tab-content-title,
.thsn-tab-content{
    display: none;
}
.thsn-tab-content.thsn-tab-active{
    display: block;
}
.thsn-tab-link{
    border: 1px solid #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 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;
}
.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; 
}
.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-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 ====*/
.cspt-woo-radius-bt .woocommerce ul.products li.product .button{
    border-radius: 2em;
}
.cspt-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
 * ---------------------------------------*/
 .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;
    text-align: center;
    font-weight: 600;
}
.wpda-previous a, .wpda-next a{
    color: #fff !important;
}
.wpda-previous span, .wpda-next span{
    display: none;
}

.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";
}
.current-date-info .wpda-current-month{
    margin-top: 10px;
    display: block;
    font-size: 24px;
    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;
}
.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_main_container .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;
}
.wpda-day-number {
    color: #42474d;
    font-size: 18px;
}
.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;
}