.admin-bar .sticky-header{
	top:32px;
}
.banner-section .content-box .lower-box .links-box .social-links li a{
	line-height:60px;	
}
.elementor-14 .elementor-element.elementor-element-b47baa5 .te-text p span{
	color: rgba(0, 0, 0, 0.40);
	border-bottom:2px solid #2661ff;
}
.elementor-14 .elementor-element.elementor-element-b47baa5 .elementor-heading-title span{
	color: rgba(0, 0, 0, 0.40);
	border-bottom:2px solid #2661ff;
}
.elementor-element.elementor-element-4b67609 .elementor-heading-title span{
	position: relative;
    display: inline-block;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(0deg, #FF48D7, #787EFF 100%);
}
.elementor-heading-title{
    font-family: var(--text-font) !important;
}
.elementor-20 .elementor-element.elementor-element-4e637b4 .elementor-heading-title span{
    font-family: var(--text-font);
    font-weight: 700;
    font-style: italic;
    color: rgba(0, 0, 0, 0.30);
}

/***************** Blog Sidebar Style*******************/
.widget{
	position: relative;
    margin-bottom: 50px;
}

.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;
	font-weight: 400;
	font-size: 20px;
    color: var(--title-color);
    font-family: var(--text-font);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom: 0px;
}

.widget ul li ul li,
.widget ol li ol li{
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom:0px;
	padding-bottom: 0px;
	margin-left: 10px;
}

.widget ul li a,
.widget ol li a{
	position: relative;
	display:inline-block;
	color: var(--title-color);
    font-size: 20px;
    font-weight: 400;
    font-family: var(--text-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;	
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: var(--theme-color);
}


.news-block-two .inner-box .bg-layer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/******** Tags ************/
/******** Tags ************/
/******** Tags ************/
.widget .tagcloud{
	position: relative;
    display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.widget .tagcloud a{
    position: relative;
    display:inline-flex;
    font-size: 16px !important;
    line-height: 20px;
    color: var(--title-color);
    border: solid;
    border-width: 1px;
    border-color: var(--secondary-color);
    text-align: center;
    padding: 6.5px 19px;
    font-weight: 400;
    font-family: var(--text-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;	
}
.widget .tagcloud a:hover{
	color: #fff;
    border-color: var(--theme-color) !important;
    background: var(--theme-color);
}
/*************** Comment Style ************/
.blog-details .blog-details-content .comment-box,
.blog-details .blog-details-content .comment-form-area{
    margin-top: 80px;
}
.potu-title-section.style-three .sec-title:before{
    display: none;
}

/***************** Error Page Style *******************/
.error-section{
    padding: 280px 0px 150px;
}
.error-section .inner-box h1{
    font-size: 90px;
    font-weight: 700;
}
.error-section .inner-box h2{
    font-size: 40px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 40px;
}

.mt-30 {
	margin-top: 30px;
}

@media only screen and (min-width: 767px){
	.potu-comment-item .potu-comment-item {
		margin-left: 70px;
	}
}

.logged-in-as {
	display: block;
	margin-bottom: 10px;
}

.blog-details-content .potu-comment-item .comment-form-area {
	padding: 0;
	margin: 40px 0 50px;
}

.bread-crumb {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
	margin-right: 15px;
}

.widget .nice-select,
.footer-widget .nice-select {
	float: none;
	height: 65px;
    background: #F3F3F3;
	border: 1px solid #F3F3F3;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.70);
	padding: 10px 25px 10px 25px;
	transition: all 500ms ease;
	border-radius: 0;
}

.widget .nice-select:before,
.footer-widget .nice-select:before{
	top: 50%;
	transform: translateY(-50%);
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	position: absolute;
	right: 25px;
	color: rgba(0, 0, 0, 0.50);
}

.footer-widget .nice-select{
	background-color: #fff;
}

.widget .nice-select ul.list,
.footer-widget .nice-select ul.list{
	min-width:100%;
	border-radius: var(--thm-border-radius);
	border: none;
}

.widget .nice-select ul li,
.footer-widget .nice-select ul li{
	padding-bottom:0px;
	margin-bottom:0px;
	font-size: 16px;
}

.blog-sidebar .widget-title h3 a{
	color: inherit;
}