.elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	padding:0px;
}
.main-menu .navigation li.dropdown.current .dropdown-btn i,
.main-menu .navigation > li.current > a, 
.main-menu .navigation > li:hover > a {
    color: #ffffff;
}

.main-menu.w-nav-menu ul,
.main-menu.w-nav-menu ul li{
    display: inline-block;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}


.hvr-underline-from-left1.menu-item{
    padding: 0px !important;
}
/* Cursor */

.cursor {
    position: fixed;
    background-color: var(--main-color);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
  
.cursor.active {
	opacity: 1;
	-webkit-transform: scale(0);
	transform: scale(0);
}
  
.cursor.menu-active {
	opacity: 1;
	-webkit-transform: scale(0);
	transform: scale(0);
}
  
.cursor.hovered {
	opacity: 1;
}
  
.cursor-follower {
	position: fixed;
	border: 0.5px solid var(--main-color);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: translate(2px, 2px);
	transform: translate(2px, 2px);
	opacity: 1;
}

.cursor-follower.active {
	opacity: 1;
	-webkit-transform: scale(2);
	transform: scale(2);
}

.cursor-follower.menu-active {
	opacity: 1;
	-webkit-transform: scale(2);
	transform: scale(2);
}

.cursor-follower.hovered {
	opacity: 1;
}

li.menu-item .menu-item{
    margin:0px;
}
.post-comment-item .comment-reply-link{
    background: #dc5f00;
    color: #fff;
    margin-top: 25px;
    padding: 7px 12px;
    font-size: 15px;
    line-height: 15px;
    transition: all .2s;
    display: inline-block;
    padding: 6px 15px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}
.post-comment-item .comment-reply-link:hvoer{
    opacity: 0.9;
    color: #fff;
}

.coments-area-title small a,
.coments-area-title small a:hover{
  color: #fff;
}

.darkyn-comment-item .form-container{
	margin: 50px 0px;
}
.form-container{
	margin-top: 70px;
}
.post-coment-area{
    margin-top: 40px;
	padding-top: 70px;
}

@media only screen and (min-width: 767px){
	.darkyn-comment-item .darkyn-comment-item{
		margin-left: 70px;
	}
}

/* Cursor End */

/********* Pagination Style *************/
.pagination,
.paginate-links{
	position:relative;
	gap: 5px;
	display:flex;
	align-items: center;
}

.pagination li a,
.pagination li > span,
.paginate-links a,
.paginate-links > span {
    position: relative;
	width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
    padding: 15px 20px;
    border: 1px solid #2d2d2d;
    text-decoration: none;
    font-family: Clashdisplay, sans-serif;
    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 {
    color: #dc5f00;
}


/***************** Blog Sidebar Style*******************/
.widget{
	position: relative;
	margin-bottom: 60px;
}

.widget:last-child{
	margin-bottom: 0px;
}

.widget ul,
.widget ol{
	position:relative;
	display: block;
	list-style-type: none;
    padding: 0;
	margin: 0;
}

.widget ul li,
.widget ol li{
	position: relative;
	display:block;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	font-family: Clashdisplay, sans-serif;
	border-bottom: 1px solid #ffffff26;
	border-left: 1px solid #ffffff26;
}


.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom: 0px;
}

.widget ul li ul li,
.widget ol li ol li{
	margin-bottom: 0;
	margin-top: 10px;
}

.widget ul li ul li:before,
.widget ol li ol li:before{
	top:10px;	
}

.widget ul li a,
.widget ol li a{
	position: relative;
	display:inline-block;
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	font-family: Clashdisplay, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: #ffffff;
padding-left:25px;
}
.widget ul li:before a:hover,
.widget ol li:before a:hover{
    color: #dc5f00;
}
/******** Tags ************/
/******** Tags ************/
/******** Tags ************/
.widget .tagcloud{
	position: relative;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.widget .tagcloud a{
	position: relative;
	font-size: 17px !important;
	line-height: 20px;
	color: #ffffff;
	font-weight: 500;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
	display: inline-block;
	transition: all 500ms ease;
	font-family: Clashdisplay, sans-serif;
	padding: 10px 14px;
	border: 1px solid #2d2d2d;
	text-decoration: none;
	border-radius: 5px;
}

/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
	margin-bottom: 30px;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	margin:0px;
	padding: 0;
}
.footer-widget ul li,
.footer-widget ol li{
    display: block;
    position: relative;   
	font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 20px;
	margin-bottom: 10px;
    font-family: Clashdisplay, sans-serif;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-top:10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
    font-family: Clashdisplay, sans-serif;    
    transition: all 500ms;	
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #ffffff;
}

/************ custom style *********************/
.single-upper.blog-classic-style .single-blog-heading a{
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    position: static;
}
.single-upper.blog-classic-style .single-blog-heading a:hvoer{
    color: #fff;
}

.post .single-upper.blog-classic-style img {
    width: 100%;
    height: 400px;
    border-radius: 0%;
    margin-right: 20px;
    border: none;
}

.single-post-section .single-post-img img{
    height: 400px;
}

.single-upper.blog-classic-style .single-post-img {
    padding: 40px 0px;
}

.contact-form-block.w-form .input-style.textarea {
  width: 183% !important;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section{
	position:relative;
	text-align:center;
	padding:110px 0px 80px !important;
}

.error-section .content{
	position:relative;
}

.error-section h1{
	line-height:1em;
	font-size:340px;
	font-weight:700;
	color:#ffffff;
}

.error-section h2{
	margin-top:10px;
}

.error-section .text{
	line-height:1.8em;
	font-size:16px;
	color:#ffffff;
	margin-top:35px;
}

.error-section .button-box{
	margin-top:35px;
}

.error-section .button-box .theme-btn{
	border-radius:0px;
	padding:18px 40px;
}


.thm-unit-test p, .thm-unit-test .text{
	line-height: 22px;
	color: #ffffff;
	font-weight: 400;
}