.custombutton .elementor-button {
    position: relative;
    overflow: hidden;
  
    transition: color 0.4s ease-in-out;
}

.custombutton .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: left 0.7s ease-in-out;
    z-index: 0;
}

.custombutton  .elementor-button:hover {
    color: black !important; /* Ensures text color changes to black */
}

.custombutton  .elementor-button:hover::before {
    left: 0;
}

 .custombutton  .elementor-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 1;
}
.custombutton2 .elementor-button {
    position: relative;
    overflow: hidden;
  
    transition: color 0.4s ease-in-out;
}

.custombutton2 .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: left 0.7s ease-in-out;
    z-index: 0;
}

.custombutton2  .elementor-button:hover {
    color: black !important; /* Ensures text color changes to black */
}

.custombutton2  .elementor-button:hover::before {
    left: 0;
}

 .custombutton2  .elementor-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 1;
}


.customheading{
	font-weight:bold;
	font-size:26px;
}
.page-id-6843 .elementor-location-header{
	display:none !important;
}
#jp-relatedposts{
	display:none !important;
}
.c011m{
	background-color: #f0e9db;
}
.similarpost section{
	background-color:white;
}
.postid-2171 #jp-relatedposts,.postid-5423 #jp-relatedposts {
	display:none !important;
}
div#ez-toc-container .ez-toc-title{
font-family: "Helvetica", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
	
}
#ez-toc-container{
    
    align-items: center;
    justify-content: space-between;
    padding: var(--box-padding, 20px);
    background-color: var(--header-background-color);
	border-bottom: var(--separator-width, 1px) solid var(--box-border-color, #9da5ae);}


div#ez-toc-container ul.ez-toc-list a {
font-size: var(--e-global-typography-text-font-size);
        line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;}

div#ez-toc-container ul li {
    margin-top: 10px;
    font-weight: 500;
}



.elementor-5215 .elementor-element.elementor-element-d8e06bd .swiper-slide > .elementor-element{
	background-color:white;}
.swiper-pagination{
	    margin-left: 50%;
    width: auto;
}