.admin-bar .fixed-header .header-lower,
.admin-bar .main-header.header-style-four.fixed-header .header-lower{
	top:32px;	
}

.elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	padding:0px;
}

.want-sticky-header .fixed-header .header-lower{
	display: none;
}

/********* Pagination Style *************/
.pagination,
.pagination .page-numbers,
.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;
    height: 47px;
    min-width: 47px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    color: var(--color-three);
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    background-color: var(--color-fourtysix);	
    align-items: center;
    justify-content: center;
	display: inline-flex;
    z-index: 1;
}

.pagination li a:hover, 
.pagination li.active a,
.pagination li > span,
.paginate-links a:hover,
.paginate-links > span {
	color: var(--white-color);
    background-color: var(--color-four);
}


/***************** Blog Sidebar Style*******************/
.widget{
	position: relative;
}

.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;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-fourtysix);
	font-weight: 600;
    color: var(--color-four);
	font-family: "Inter", sans-serif;
	font-size: 15px;
	display: block;
}

.widget ul li:before,
.widget ol li:before{
    position: absolute;
    content: "\f189";
    left: 0;
    top: 0;
    opacity: 0;
    font-size: 24px;
    font-weight: normal;
    color: var(--white-color);
    font-family: "flaticon_orgaxi-icons";
}

.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.widget ul li ul li,
.widget ol li ol li{
	margin-bottom:0px;
	margin-top:10px;
	padding-bottom: 0px;
	padding-top: 10px;
	border-bottom: none;
	border-top: 1px solid var(--color-fourtysix);
	margin-left: 15px;
}

.widget ul li ul li:before,
.widget ol li ol li:before{
	top:13px;	
}

.widget ul li a,
.widget ol li a{
	position: relative;
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    color: var(--color-four);
	font-family: "Inter", sans-serif;
    line-height: 1.6em;	
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: var(--main-color)
		
}
.widget ul li:before a:hover,
.widget ol li:before a:hover{
    opacity: 1;
}

/******** Tags ************/
/******** Tags ************/
/******** Tags ************/
.widget .tagcloud{
	position: relative;
    display: flex;
	flex-wrap: wrap;
	gap: 9px;
}
.widget .tagcloud a{
	position: relative;
    display:inline-flex;
	padding: 8px 16px;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--color-four);
    border: 1px solid rgba(var(--black-color-rgb), 0.10);
	font-family: "Inter", sans-serif;
    line-height: 1.6em;
}
.widget .tagcloud a:hover{
	color: var(--white-color);
    background-color: var(--main-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

/***************** Service Sidebar Style*******************/
.service-sidebar-widget {
	position: relative;
}
.service-sidebar-widget ul li{
	position: relative;
    margin-bottom: 10px;
}
.service-sidebar-widget ul li:before{
    position: absolute;
    content: "\f189";
    right: 17px;
    top: 15px;
    font-size: 22px;
    font-weight: normal;
    color: var(--color-four);
    font-family: "flaticon_orgaxi-icons";
	z-index: 1;
}
.service-sidebar-widget ul li:last-child{
    margin-bottom: 0px;
}
.service-sidebar-widget ul li a{
	position: relative;
    display: block;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 25px;
    color: var(--color-four);
    background-color: var(--color-thirtyseven);
	font-family: "Inter", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-sidebar-widget ul li a:after{
    position: absolute;
    content: '';
    right: 50px;
    top: 25px;
    left: 55%;
    opacity: 0;
    height: 1px;
    background-color: #c9c957;
}
.service-sidebar-widget ul li:hover a,
.service-sidebar-widget ul li.current-menu-item a{
	color: var(--white-color);
    background-color: var(--main-color);
}
.service-sidebar-widget ul li:hover:before,
.service-sidebar-widget ul li.current-menu-item:before{
	color: var(--white-color);
}
.service-sidebar-widget ul li:hover a:after,
.service-sidebar-widget ul li.current-menu-item a:after{
	opacity: 0.50;
}
.sidebar-page-container .service-detail .service-detail_image{
	margin-bottom: 25px !important;
}
/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
}
.footer-widget ul li,
.footer-widget ol li{
    display: block;
    position: relative;
	margin-bottom:15px;
	padding-left: 19px;
	font-size: 16px;
    font-weight: 400;    
    color: #b9b9a4;
	text-transform: capitalize;
}
.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;
    content: "\f180";
    left: 0px;
    top: 0px;
    font-size: 10px;
    color: var(--color-three);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: "flaticon_orgaxi-icons";
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-top:15px;
	margin-bottom: 0px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
	font-size: 16px;
    font-weight: 400;    
    color: #b9b9a4;
	text-transform: capitalize;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
	font-family: "Inter", sans-serif;
    line-height: 1.6em;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: var(--color-three);
}
/************ custom style *********************/
.left-sidebar .blog-classic,
.left-sidebar .blog-detail{
	margin-left: 20px;
}
.right-sidebar .blog-classic,
.right-sidebar .blog-detail{
	margin-right: 20px;
}
.swiper-button-next,
.swiper-button-prev{
	background-image:none;
}
.sidebar-page-container,
.shop-one,
.shop-detail{
    z-index: 1;
}
.shop-one .product-block_one {
    margin-bottom: 30px !important;
}
.testimonial__nav-thumb img{
    border-radius: 150px !important;
}
.testimonial-block_one-image img {
    height: 234px !important;
    border-radius: 150px !important;
    border: 5px solid var(--white-color) !important;
}
.fluid-one .left-box {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-right: 12px solid var(--color-three);
}
.fluid-one_image.style-two {
    position: relative;
    display: block !important;
}
.fluid-one_image.style-two img {
	max-height: 978px;
}
.fluid-one .left-box {
  max-height: 978px;
}
.footer-widget .contact-widget ul.footer-contact_list li{
	padding-left: 70px;
}
.footer-widget .contact-widget ul.footer-contact_list li a{
	text-transform: inherit;
}
.footer-widget .contact-widget ul.footer-contact_list li:before{
	display: none;
}
.feature-block_five.style-two .feature-block_five-inner{
    background-color: var(--color-thirtythree);
}
.footer-widget .contact-widget ul.footer-contact_list li a{
	position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color);
    font-family: "Outfit", sans-serif;
}
.footer-widget .contact-widget ul.footer-contact_list li a:hover{
    color: var(--main-color);
}
.footer-widget .contact-widget .footer-contact_list li {
	margin-bottom: 20px;
}
.fluid-two .right-box {
    position: relative;
	width: 100%;
    height: 100%;
    background-size: cover;
}
.fluid-two .fluid-two_image {
    position: relative;
    display: block !important;
}
.fluid-two_image img {
    max-height: 970px;
}
.fluid-two .right-box:before {
    z-index: 2;
}
.pagination-set .three-item_carousel-pagination {
  display: none;
}
.testimonial-block_one-rating {
	letter-spacing: 4px;
}
/***====================================================================
			Comment Style
====================================================================***/
.blog-detail .group-title a,
.blog-detail .group-title small a{
	position: relative;
	display: inline-block;
    line-height: 34px;
    letter-spacing: -0.05em;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 600;
	color: var(--color-four);
}
.blog-detail .orgaxi-comment-item .group-title small p a:hover,
.blog-detail .comments-area .logged-in-as p a,
.blog-detail .orgaxi-comment-item .group-title small a:hover,
.blog-detail .comments-area .logged-in-as a{
	color: var(--main-color);
}
.orgaxi-comment-item .orgaxi-comment-item{
	margin-left:80px;
	margin-bottom:27px;	
}
.blog-detail .orgaxi-comment-item .comments-area{
	margin-top:50px;
	margin-bottom:60px;	
}

.mb_30{
	margin-bottom: 30px;
}

.mt_30{
	margin-top: 30px;
}

blockquote{
	position: relative;
	margin-bottom: 25px;
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
}

.widget .wp-block-group{
	margin-bottom: 0;
}
.max-inh,
.max-inh img{
	max-width: inherit !important;
}

.comment-reply-link:hover{
	color: #000000;
}

.footer-title a, .footer-widget h2 a{
	color: inherit;
}