.admin-bar .stricky-header{
	top:32px !important;	
}
.blog-style4__form button{
	margin-top: 20px;
}
.te-reverse,
.te-reverse2{
	flex-direction: row-reverse;
}
.title-reverse{
	text-align: right;
    padding-left: 0;
    padding-right: 60px;
}
.date-reverse{
	text-align: left !important;
}
.coming-soon-page-style1__content .btn-one:before{
	background-color: #5171ff;
}
.coming-soon-page-style1__content .subscribe-box-style1 form button{
	left: 580px;
	line-height: 0px;
	width: 230px;
}
.single-service-style2--2 .btn-box .service-cat a:hover,
.blog-details-content__single .category-box .title h6 a{
    color: #fff;
}
.cart-btn-box .btn-one:after{
	background-color: #0ccfa2;
}
.cart-btn-box .btn-one:hover, .btn-one:focus,
.category-box,
.single-blog-style3:hover .te-category a{
	color: #fff !important;
}
.blog-prev-next-option .single-box{
	max-width: 300px;
}
.cus-card{
	margin-top:10px;
}
.fact-counter-style1__bg{
	bottom: -700px;
}
.te-facts{
	position: relative;
    display: block;
    float: right;
    margin-right: -15px;
}
.page-id-21 .te-scroll{
	display:none;
}
.why-choose-style1__shape1{
	top:-30px;
}
.main-header-style3__top {
    padding-top: 10px;
	padding-bottom: 15px;
}
.send-message-style1-img{
	margin-left: 0px;
}
.mobile-nav__social{
	gap:10px;
}
.te-choose{
	overflow: hidden !important;
}

/********* Service Sidebar Style *************/

.servicer-single-page-content .intro-box{
	margin-top:0px;
}
.servicer-single-page-content .intro-box .img-box{
	margin-bottom:43px;
}
.service-sidebar-widget {
	position: relative;
    margin-bottom: 0px;
}
.service-sidebar-widget ul{
	position: relative;
    display: block;
    border-radius: 4px;
    background-color: var(--thm-gray-bg);
    padding: 25px 25px 35px;
}
.service-sidebar-widget ul li{
	position: relative;
    display: flex;
    align-items: center;
	justify-content: space-between;
    background-color: var(--thm-white);
    padding: 15px 25px 15px;
    margin-bottom: 20px;
}
.service-sidebar-widget ul li:before{
    content: "";
    position: absolute;
    left: 25px;
    bottom: -10px;
    right: 25px;
    opacity: 1;
    height: 10px;
    border-radius: 0px 0px 4px 4px;
    background-color: #e0e2ec;
    transform: translateX(0px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-sidebar-widget ul li:last-child{
    margin-bottom: 0px;
	border-bottom: none;
}
.service-sidebar-widget ul li a{
	position: relative;
    display: block;
	font-size: 16px;
    line-height: 26px;
	color: #656567;
    font-family: var(--thm-font-2);
    font-weight: 600;
    border-radius: 4px;
    transition: all 200ms linear;
    transition-delay: 0.1s;	
}
.service-sidebar-widget ul li a:after{
    position: absolute;
	content: "\e91a";
	font-family: 'icomoon' !important;
    display: inline-block;
	left: 230px;
    font-size: 20px;
    font-weight: 400;
    top: 1px;
    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-black);
}
.service-sidebar-widget ul li:hover:before,
.service-sidebar-widget ul li.current-menu-item:before{
	opacity: 1;
    transform: translateX(0px);
    background-color: var(--thm-primary-color);
}
.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 .download-box ul{
	position: relative;
    display: block;
    overflow: hidden;
	border:none;
    margin-left: -5px;
    margin-right: -5px;
	padding: 0px;
	background-color: transparent;
}
.service-sidebar-widget .download-box ul li:before,
.service-sidebar-widget .download-box ul li a:after{
	display: none;
}
.service-sidebar-widget .download-box ul li{
	position: relative;
    display: block;
    overflow: hidden;
    width: 50%;
    background-color: transparent;
}
.service-sidebar-widget .download-box__inner ul li .download-box-btn .btn-one {
    background-color: var(--thm-gray-bg);
    transition-duration: 800ms;
}
.service-sidebar-widget .download-box__inner ul li .download-box-btn {
	padding-left: 10px;
	padding-right: 10px;
}

/********* 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;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid var(--thm-border-color);
    color: var(--thm-black);
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    text-align: center;
    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 {
    color: #ffffff;
    border-color: var(--thm-primary-color);
    background: var(--thm-primary-color);
}

/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
	margin-bottom: 30px;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	margin:0px;
}
.footer-widget ul li,
.footer-widget ol li{
    display: block;
    position: relative;   
	font-size: 16px;
    color: #a0a3b1;
    font-weight: 400;	
	line-height: 25px;
	margin-bottom:9px;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li a:before,
.footer-widget ol li a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    right: 0;
    height: 1px;
    width: 0%;
    background-color: #b4b5bd;
    transition: all 600ms ease 100ms;
}
.footer-widget ul li a:hover:before,
.footer-widget ol li a:hover:before{
    width: 100%;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-top:9px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
    color: #a0a3b1;
	display:inline-block;
	font-size: 16px;
    font-weight: 400;
	line-height: 25px;
	font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.footer-widget.single-footer-widget-style3 ul li a{
	color: #b3c5ce;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: var(--thm-white);
    margin-left: 5px;
}
.footer-main-style2 .footer-widget ul.menu li a:hover,
.footer-main-style2 .footer-widget ol li a:hover{
	color: var(--thm-primary-color);
}
.footer-main-style2 .footer-widget ul.menu li a:before,
.footer-main-style2 .footer-widget ol li a:before{
    background-color: var(--thm-primary-color);
}
.single-footer-widget-style2 .teb-title{
	margin-bottom: 23px;
}
.footer-social-links-style2 ul li{
	margin-bottom: 0px;
	position: relative;
    display: block;
}
.footer-social-links-style2 ul li a{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    background-color: #09304a;
    color: var(--thm-white);
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.footer-social-links-style2 ul li:hover a {
    color: #ffffff;
    background-color: var(--thm-primary-color);
}
.footer-social-links-style2 ul li a:hover{
    color: #ffffff;
}
.footer-social-links-style2 ul li a:hover{
	margin-left: 0px;
}
.footer-social-links-style2 ul li a:before {
    content: none;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    margin: 0;
    display: inline;
    width: auto;
    height: auto;
}
.footer-widget-style3-gallery ul {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}
.footer-widget-style3-gallery ul li .img-box .overlay-icon a:before{
	content: none;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    margin: 0;
    display: inline;
    width: auto;
    height: auto;
}
.footer-widget-style3-gallery ul li .img-box .overlay-icon a:hover{
	margin-left: 0px;
}
.footer-widget-style3-gallery {
    padding-top: 0px;
}
.menu-useful-links-menu-container ul,
.menu-useful-links-menu-container ol{
	column-count: 2;
    column-gap: 20px;
}
.footer-widget-style2-way-to-pay{
	padding-top:0px;
}
.footer-widget-style2-way-to-pay .payment-logo ul li a:hover{
	margin-left:0px;
}
.footer-widget-style2-way-to-pay .payment-logo ul li a:before{
	content: none;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    margin: 0;
    display: inline;
    width: auto;
    height: auto;
}
.footer-widget-style2-way-to-pay .payment-logo{
	margin-bottom:10px;
}

.footer-widget .wp-block-group{
	margin-bottom: 0;
}

/***************** Blog Sidebar Style*******************/
.widget{
	position: relative;
    display: block;
    margin-bottom: 43px;
}
.widget:last-child{
	margin-bottom: 0px;
}

.widget ul,
.widget ol{
	position: relative;
    display: block;
    margin-top: 35px;
    border-radius: 4px;
    background-color: var(--thm-gray-bg);
    padding: 22px 25px 23px;
}

.widget ul li,
.widget ol li{
	position: relative;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #d2d4db;
    padding-bottom: 13px;
    margin-bottom: 11px;
	padding-left: 17px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: uppercase;
	color: var(--thm-body-font-color);
    font-size: 12px;
}

.widget ul li:before,
.widget ol li:before{
    content: "\e935";
	font-family: 'icomoon' !important;
    position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
    display: block;
    color: #a0a3b1;
    font-size: 14px;
    line-height: 25px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.widget ul li ul li:before,
.widget ol li ol li:before{
	top: 13px;	
}

.widget ul li:hover:before,
.widget ol li:hover:before{
    color: var(--thm-primary-color);
    transform: rotate(45deg);
}

.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 #d2d4db;
	margin-top:11px;
	padding-top:13px;
}

.widget ul li a,
.widget ol li a{
	color: var(--thm-body-font-color);
    font-size: 12px;
	display: inline-block;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    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);
}
.footer-widget.single-footer-widget-style3 ul li a:hover{
	color: #ffffff;
}

/******** Tags ************/
/******** Tags ************/
/******** Tags ************/
.widget .tagcloud{
	position: relative;
    display: flex;
	margin-top: 35px;
	flex-wrap: wrap;
	gap: 5px;
}
.widget .tagcloud a{	
	position: relative;
	display:inline-flex;
    padding: 5px 14px 6px;
    border-radius: 6px;
    background: var(--thm-gray-bg);
    border: 1px solid var(--thm-gray-bg);
    color: var(--thm-body-font-color);
    font-size: 16px !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 var(--thm-primary-color);
    background-color: var(--thm-white);
}
.widget .sidebar-blog-post ul,
.widget .sidebar-blog-post ol{
	margin-top: 0px;
    border-radius: 0px;
    background-color: transparent;
    padding: 0px;
}
.widget .sidebar-blog-post ul li,
.widget .sidebar-blog-post ol li{
	position: relative;
	display: block;
	border-bottom: none;
    padding-bottom: 26px;
    margin-bottom: 24px;
	padding-left: 0px;
}
.widget .sidebar-blog-post ul li .title h3 a,
.widget .sidebar-blog-post ol li .title h3 a{
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-transform: capitalize;
}
.widget .sidebar-blog-post ul li:before,
.widget .sidebar-blog-post ol li:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
	top: auto;
    width: 70px;
    height: 1px;
    background-color: #e3e4ea;
	line-height: 0px;
}
.widget .sidebar-blog-post ul li:hover:before,
.widget .sidebar-blog-post ol li:hover:before{
    transform: none;
}
.widget .single-sidebar-box {
    padding-top: 0px;
}
.widget .title-box h3{
	font-size: 22px;
    line-height: 32px;
    font-weight: 600;
	margin-bottom: 11px;
}
.blog-page-three-single .category-box .title a{
	color: #fff;
}

/******** Team-details-Page ************/

.team-details{
	position: relative;
	margin: 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;
}

.single-service-style2 .img-box .icon .hover_img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.single-service-style2:hover .img-box .icon .default_img,
.single-service-style2 .img-box .icon .hover_img{
	opacity: 0;
	visibility: hidden;
}

.single-service-style2:hover .img-box .icon .hover_img{
	opacity: 1;
	visibility: visible;
}

.why-choose-style1-single .top .icon-box img{
	width: 40px;
}

.blog-single-content .logged-in-as{
	margin-bottom: 15px;
}

.widget .nice-select,
.footer-widget .nice-select{
	float:none;
	border: 1px solid #e3e4ea;
	border-radius: 4px;
	height: 55px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-size: 16px;
	font-family: var(--thm-font);
	color: var(--thm-body-font-color);
}

.footer-widget .nice-select{
	background-color: #fff;
}

.widget .nice-select::before,
.footer-widget .nice-select::before{
	display: none;
}

.widget .nice-select::after,
.footer-widget .nice-select::after{
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
	right: 20px;
	margin: 0;
}

.widget .nice-select ul.list,
.footer-widget .nice-select ul.list{
	min-width:100%;
	border-radius:0;
	padding-top: 0;
	padding-bottom: 0;
}

.widget .nice-select ul li,
.footer-widget .nice-select ul li{
	padding-bottom:5px;
	padding-top: 5px;
	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;
}

.blog-sidebar .widget-title h3 a,
.main-footer .widget-title h3 a{
	color: inherit;
}

.footer-widget .textwidget p{
	color: #a0a3b1;
}

.footer-widget-subscribe-box .mc4wp-form-105 .form-group::before {
	top: 0;
	right: 0;
	left: auto;
	bottom: 0;
	transform: translateY(0);
	height: 55px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}