.admin-bar .fixed-header .fixed-header-down{
	top:32px !important;	
}

.elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	padding:0px;
}

/********* Pagination Style *************/
.pagination,
.paginate-links{
	position:relative;
	gap: 10px;
	display:flex;
	align-items: center;
}

.pagination li a,
.pagination li > span,
.paginate-links a,
.paginate-links > span {
    position: relative;
	width: 55px;
    height: 55px;
    border-radius: 6px;
    background: transparent;
    border: 1px solid var(--thm-border-color);
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--thm-font-2);
	text-align: center;
    align-items: center;
    justify-content: center;
	display: inline-flex;
	text-transform: uppercase;
    transition: all 500ms ease;
    z-index: 1;
}

.pagination li a:hover, 
.pagination li.active a,
.pagination li > span,
.paginate-links a:hover,
.paginate-links > span {
    background-color: var(--thm-primary-color);
    color: #ffffff;
    border: 1px solid var(--thm-primary-color);
}


/***************** Blog Sidebar Style*******************/
.widget{
	position: relative;
	border-radius: 6px;
    border: 1px solid var(--thm-border-color);
    padding: 25px;
	margin-bottom: 42px;
}

.widget:last-child{
	margin-bottom: 0px;
}

.widget ul,
.widget ol{
	position:relative;
	display: block;
	margin:0px;
	padding:0px;
}

.widget ul li,
.widget ol li{
	position: relative;
	display:block;
	border-bottom: 1px solid var(--thm-border-color);
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    transition: all .5s;
	font-weight: 700;
	font-size: 14px;
    color: #062a26;
    line-height: 24px;
    font-family: var(--thm-font);
    text-transform: uppercase;
}

.widget ul li:before,
.widget ol li:before{
    content: "\e9e6";
	font-family: 'icomoon' !important;
    position: absolute;
	top: 13px;
    left: 0;
    opacity: 1;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;	
	color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
	border-bottom:none;
	padding-bottom:0px;
}

.widget ul li ul li,
.widget ol li ol li{
	padding-bottom:0px;
	border-bottom:0px;
	margin-bottom:0px;
	border-top: 1px solid var(--thm-border-color);
	margin-top:12px;
	padding-top:12px;
}

.widget ul li ul li:before,
.widget ol li ol li:before{
	top:25px;	
}

.widget ul li a,
.widget ol li a{
	position: relative;
	display:inline-block;
	color: #062a26;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;	
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: var(--thm-primary-color);
}

/******** Tags ************/
/******** Tags ************/
/******** Tags ************/
.widget .tagcloud{
	position: relative;
    display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.widget .tagcloud a{	
	position: relative;
	display:inline-flex;
	padding: 8px 19px 8px;
    border-radius: 6px;
    background: var(--thm-gray-bg);
    border: 1px solid var(--thm-gray-bg);
    color: var(--thm-body-font-color);
    font-size: 17px !important;
    line-height: 22px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;	
}
.widget .tagcloud a:hover{
	color: var(--thm-primary-color);
    border: 1px solid #dde6e3;
    background-color: #ffffff;
}

/***************** Service Sidebar Style*******************/
.service-sidebar-widget {
	position: relative;
    margin-bottom: 0px;
}
.service-sidebar-widget ul{
	position: relative;
    display: block;
    padding: 27px 20px 32px;
}
.service-sidebar-widget ul li{
	position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--thm-border-color);
    margin-bottom: 13px;
    padding-bottom: 12px;
}
.service-sidebar-widget ul li:before{
    content: "\e904";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
	font-family: 'icomoon' !important;
}

.service-sidebar-widget ul li:last-child{
    margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.service-sidebar-widget ul li a{
	position: relative;
	display:block;
	font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    margin: 0;
	color: #062a26;
    transition: all 200ms linear;
    transition-delay: 0.1s;	
}
.service-sidebar-widget ul li a:after{
    position: absolute;
	content: "\e923";
	font-family: 'icomoon' !important;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    top: 1px;
    margin-left: 7px;
    opacity: 0;
    transform: translateX(-7px);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.service-sidebar-widget ul li:hover a,
.service-sidebar-widget ul li.current-menu-item a{
	color: var(--thm-primary-color);
}
.service-sidebar-widget ul li:hover:before,
.service-sidebar-widget ul li.current-menu-item:before{
	opacity: 0;
}
.service-sidebar-widget ul li:hover a:after,
.service-sidebar-widget ul li.current-menu-item a:after{
	color: var(--thm-primary-color);
	opacity: 1;
    transform: translateX(0px);
}
.service-sidebar-widget .downloads-box ul{
	padding: 0px;
}
.service-sidebar-widget .downloads-box ul li:before,
.service-sidebar-widget .downloads-box ul li a:after{
	display: none;
}
.service-sidebar-widget .downloads-box ul li{
	padding:0px;
	margin-bottom:0px;
}
/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
	margin-bottom: 40px;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	margin:0px;
}
.footer-widget ul li,
.footer-widget ol li{
    display: block;
    position: relative;   
	font-size: 17px;
    color: #fff;
    font-weight: 400;	
	line-height: 25px;
	margin-bottom:10px;
	padding-left: 18px;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li:before,
.footer-widget ol li:before{
    position:absolute;
    display: inline-block;
	content: "\e904";
	color: #aaa;
    font-size: 14px;
    font-weight: 400;
    top: 1px;
    left: 0px;
	font-family: 'icomoon' !important;
	transition: all 0.4s ease;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-top:10px;
	margin-bottom: 0px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
    color: #fff;
	display:inline-block;
	font-size: 17px;
    font-weight: 400;
	line-height: 25px;
	font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #aaa;
}
.footer-style2 .footer-widget ul li,
.footer-style2 .footer-widget ol li{
	min-width:49%;
	display:inline-block;
}
.footer-style4 .footer-main .footer-style-four, 
.footer-style1 .footer-main .footer-sytle-one{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	gap: 30px;
	justify-content:space-between;
}
.footer-widget-contact-info ul li .text h3 a{
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 500 !important;
    margin-top: 10px !important;
}
.footer-style5 .footer-widget-mobile-app .store-app ul li:before,
.footer-style5 .single-footer-widget-gallery .footer-widget-gallery  ul li:before,
.footer-style4 .single-footer-widget-contact .footer-widget-contact-info2 ul li:before,
.footer-style4 .check-employer-box1.check-employer-box1--style2 li:before,
.footer-style3 .single-footer-widget-blog-post .blog-list ul li:before,
.footer-widget-contact-info ul li:before{
	display:none;
}
.footer-style5 .footer-widget-mobile-app .store-app ul li a,
.footer-style5 .single-footer-widget-gallery .footer-widget-gallery  ul li a:hover,
.footer-style4 .single-footer-widget-contact .footer-widget-contact-info2 ul li a:hover,
.footer-style3 .single-footer-widget-blog-post .blog-list ul li a:hover,
.footer-widget-contact-info ul li a:hover{
	margin-left: 0px;
}
.footer-style1 .footer-main .footer-sytle-one .style-one .title{
	padding-bottom: 0px;
}
.single-footer-widget-upload-resume .title {
    padding: 0px 50px 0px 0px;
}
.single-footer-widget-blog-post .blog-list ul li span a:hover{
    color: var(--thm-primary-color);
}
.single-footer-widget-blog-post .blog-list ul li h4 a{
    position: relative;
    display: block;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    margin-top: 5px !important;
}
.footer-style3 .single-footer-widget.in-style-2 ul li a {
    color: var(--thm-body-font-color);
}
.footer-style4 .single-footer-widget.instyle3 ul li a:hover,
.footer-style3 .single-footer-widget.in-style-2 ul li a:hover{
	color: var(--thm-primary-color);
}
.footer-widget-links.instyle3 ul li a {
    color: var(--thm-body-font-color);
}
.footer-style4 .single-footer-widget.instyle3 ul li a {
    color: var(--thm-body-font-color);
}
.footer-style4 .footer-widget-contact-info2>ul li .text a{
	color: var(--thm-black);
}
.footer-style4 .footer-widget-contact-info2>ul li .text a:hover{
	color: var(--thm-primary-color);
}
.footer-style5 .footer-widget-mobile-app .store-app ul li,
.footer-style5 .single-footer-widget-gallery .footer-widget-gallery  ul li{
	margin-bottom:0px;
}
.footer-style4 .footer-widget.widget_hiringhub_contact_us,
.footer-style4 .footer-widget.widget_hiringhub_about_company_two{
	min-width:425px;
}
.footer-style4  .footer-main .footer-style-four .check-employer-box1{
	padding: 0px 0 25px;
}
/************ custom style *********************/
.left-sidebar .solution-detail-page-sidebar{
	margin-right: 20px;
}
.right-sidebar .solution-detail-page-sidebar{
	margin-left: 20px;
}

.swiper-button-next,
.swiper-button-prev{
	background-image:none;
}
.widget .sidebar-blog-post ul{
    border: none;
    padding: 0px;
}
.widget .sidebar-blog-post ul li{
	position: relative;
	display:block;
	border-bottom: none;
    padding-left: 0px;
	margin-bottom:0px;
}
.widget .sidebar-blog-post ul li:before{
	display: none;
}
.coming-soon-page-style1 .coming-soon-page-style1__content .subscribe-box-style1 .subscribe-form .btn-one:before{
	background: var(--thm-primary-color);
}
.footer-style1 .footer-top .subscribe-box .form-group .btn-one{
	padding-left:30px;
	padding-right:15px;
}
.blog-style2 .blog-style2__title .blog-style2__form .form-group input{
	margin: 20px 0px;
}
.service-style2__single .title-box {
    max-width: 190px;
}
.single-footer-widget-blog-post .blog-list ul li span a{
	color: var(--thm-primary-color) !important;
}
.breadcrumb-style1 .breadcrumb-menu .breadcrumb-item+.breadcrumb-item{
	padding-right: 0px;
	padding-left: 0px;
}
.breadcrumb-style1 .breadcrumb-menu .breadcrumb-item+.breadcrumb-item:before {
    float: left;
	font-size: 10px;
    padding-right: 8px;
    color: #ffffff;
    content: "\e904";
	font-family: 'icomoon' !important;
}
/*** 

====================================================================
			Comment Style
====================================================================

***/
.blog-single-page-content .comment-box .hiringhub-comment-item .comment{
    position: relative;
    display: block;
    padding-left: 110px;
    margin-bottom: 27px;
}
.blog-single-page-content .comment-box .comment-inner > .hiringhub-comment-item:last-child .comment{
    margin-bottom: 0px;
}
.blog-single-page-content .comment-box .comment .thumb-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
}  
.blog-single-page-content .comment-box .comment .thumb-box img{
    width: 100%;
}  
.blog-single-page-content .comment-box .comment h4.c-title{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #062a26;
    font-weight: 600;    
    margin-bottom: 8px;
}  
.blog-single-page-content .comment-box .comment h4 span{
    font-size: 15px;
    color: var(--thm-primary-color);
    font-weight: 400;
} 
.blog-single-page-content .comment-box .comment .reply-btn{
    position: relative;
    display: inline-block;    
    font-size: 17px;
    line-height: 26px;
    color: #062a26;
    font-weight: 600;
    transition: all .5s;
	margin-top: 15px;
}  
.blog-single-page-content .comment-box .comment .reply-btn:hover{
    color: var(--thm-primary-color);
} 
.blog-single-page .inner-title a,
.blog-single-page .inner-title small a{
	position: relative;
	display: inline-block;
	font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.05em;
	text-transform: capitalize;
	color: #062a26;
}
.blog-single-page .hiringhub-comment-item .inner-title small p a:hover,
.blog-single-page .add-comment-box .logged-in-as p a,
.blog-single-page .hiringhub-comment-item .inner-title small a:hover,
.blog-single-page .add-comment-box .logged-in-as a{
	color: var(--thm-primary-color);
}
.blog-single-page-content .comment{
	margin-bottom: 20px;
}
.hiringhub-comment-item .hiringhub-comment-item{
	margin-left:80px;
	margin-bottom:27px;	
}
.blog-single-page-content .hiringhub-comment-item .add-comment-box{
	margin-top:50px;
	margin-bottom:60px;	
}
/*** 

====================================================================
			Team-details-Page
====================================================================

***/
.team-details{
	position: relative;
	padding: 100px 0px 100px 0px;
}

.team-details .image-box{
	position: relative;
	display: block;
	padding-right: 40px;
}

.team-details .image-box img{
	width: 100%;
	height:100%;
}

.team-details .image-box .image-2{
	position: absolute;
	left: 0px;
	bottom: 66px;
}

.team-details .image-box .image-shape{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 271px;
	height: 231px;
	background-repeat: no-repeat;
	z-index: -1;
}

.team-details .content-box{
	position: relative;
	display: block;
	margin-top: -14px;
}

.team-details .content-box h2{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 44px;
	font-weight: 700;
	margin-bottom: 14px;
}

.team-details .content-box .text h3{
	font-size: 25px;
}

.team-details .content-box h2 span{
	font-size: 30px;
	display: block;
}

.team-details .content-box .designation{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.team-details .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.team-details .content-box .text h3,
.team-details .content-box .text p{
	margin-bottom: 20px;
}

.team-details .content-box .text h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.team-details .content-box .text .list-item li{
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 13px;
}

.team-details .content-box .text .list-item li:last-child{
	margin-bottom: 0px;
}

.team-details .content-box .text .list-item li:before{
	position: absolute;
	content: '';
	width: 14px;
	height: 16px;
	left: 0px;
	top: 6px;
	background-color:var(--thm-primary-color);
	background-repeat: no-repeat;
}

.team-details .content-box .contact-inner h6 a{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #1f1f1f;
	margin-bottom: 30px;
}

.team-details .content-box .contact-inner h4{
	display: block;
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}

.team-details .content-box .contact-inner h4 a{
	display: inline-block;
	color: #1f1f1f;
}

.team-details .content-box .contact-inner h4 a:hover{
	color: #a9774e;
}

.team-details .content-box .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.team-details .content-box .social-links li:last-child{
	margin: 0px !important;
}

.team-details .content-box .social-links li a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 52px;
	text-align: center;
	border: 1px solid var(--thm-primary-color);
	border-radius: 50%;
	font-size: 16px;
	color: var(--thm-primary-color);
}

.team-details .content-box .social-links li a:hover{
	background:var(--thm-primary-color);
	color: #fff;
}

.job-opening-style1__form .filters-form .nice-select .list{
	left: 0;
	right: 0;
}

.mb-50{
	margin-bottom: 50px;
}

.job-widget{
	margin-bottom: 40px;
}

.job-widget__title{
	font-size: 26px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 25px;
}

.company-details-form .form-group input[type="file"]{
	opacity: 1 !important;
	padding: 6px;
}

input[type="file"]::file-selector-button {
  padding: 5px 10px;
  border-radius: 0.2em;
  background-color: var(--thm-black);;
  transition: 1s;
  color: #fff;
  border: none;
}

.company-details-form .form-group input[type="tel"]{
	padding-left: 68px;
}

.welcome-style1 .welcome-style1__content .icon-box svg{
	width:55px;
}
.industries-serve-style1 .industries-serve-style1__content .industries-serve-style1__content-list ul li svg{
	width: 50px;
}
.how-its-work-style1__single .img-box .icon-box svg{
	width:45px;
}
.pricing-style1 .switcher-tabs-box .tabs-content .pricing-style1__single .icon svg{
	width:45px;
	fill: #ffffff;
}
.faq-style1 .faq-style1__img .overlay-content svg,
.slogan-style1 .slogan-style1__inner .contact-communicate .icon-box svg{
	width: 30px;
}
.footer-style1 .footer-top .subscribe-box .icon img{
	width:55px;
}
.about-style3 .about-style3__content .list-item .icon-box svg{
	width:31px;
	height:auto;
}
.about-style3__content .list-item ul li .icon-box {
    top: -2px;
}
.footer-main .footer-sytle-one .footer-meeting-icon img{
	width:30px;
}

.footer-style3 .footer-widget-info-box .social-links .hire-meida a{
	background-color: #23423f;
}

.footer-style3 .footer-widget-info-box .social-links .hire-meida a:hover{
	background-color: var(--thm-primary-color);
}

.te-search-from__inner{
	background-color: #ffffff;
	padding:30px 30px 0;
	border-radius: 6px;
}

.footer-widget .footer-widget-contact-info ul li,
.footer-widget .single-footer-widget-blog-post ul li{
	padding-left: 0px;
}

.blog-style1__single .author-info.no-before:before{
	display: none;
}

.no-before:before{
	display: none !important;
}

.thm-unit-test blockquote{
	background-color: #f4f7f7;
	padding: 40px;
	margin-bottom: 25px;
}

.mt_30{
	margin-top: 30px;
}

.mh-80{
	min-height: 80px;
}

.mb_19{
	margin-bottom: 19px;
}

.widget .wp-block-group{
	margin-bottom: 0px;
}

.widget .nice-select,
.footer-widget .nice-select{
	float:none;
	border:1px solid var(--thm-border-color);
	height: 55px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-size: 14px;
	font-family: var(--thm-font);
	color: #062a26;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 6px;
}

.footer-widget .nice-select{
	background-color: #fff;
}

.widget .nice-select ul.list,
.footer-widget .nice-select ul.list{
	min-width:100%;
	border-radius:0;
}

.widget .nice-select ul li,
.footer-widget .nice-select ul li{
	padding-bottom:0px;
	margin-bottom:0px;
}

.widget .nice-select ul li:before,
.footer-widget .nice-select ul li:before{
	display:none;
}

.footer-widget .nice-select ul li{
	color: #003B5A;
}

.single-sidebar-box .sidebar-title h3 a,
.main-footer .widget-title h3 a{
	color: inherit;
}

.footer-style5__main .footer-widget-gallery ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.footer-style5__main .footer-widget-gallery ul li,
.footer-widget-mobile-app .store-app ul li {
	padding: 0px;
}