.load-more-container {
    text-align: center;
    margin-top: 30px;
}

.load-more-btn {
    background-color: #89da59;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.load-more-btn:hover {
    background-color: #005177;
}

.load-more-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

/* Single Blog Post Template Styles */
.single-my_blog .entry-header {
    margin-bottom: 30px;
    text-align: center;
}

.single-my_blog .entry-title {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.single-my_blog .entry-meta {
    color: #666;
    margin-bottom: 20px;
}

.single-my_blog .post-thumbnail {
    margin-bottom: 30px;
    text-align: center;
}

.single-my_blog .post-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.single-my_blog .entry-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 1.1rem;
}

.service-details {
	/*width: 460px;*/
	height: 250px;	
	/*height: 230px;*/
	overflow: hidden;
	position: relative;
}

.service-details img {
	position: absolute;
	top: 0;
	left: 0;
	height: inherit;
	width: auto;
	height: 100%;
	float: left;
	transition: all 0.8s;
	-moz-transition: all 0.8s;

}

.service-details:hover img {
	opacity: 0.4 !important;
}

.service-details .service-hover-text p {
	padding-top: 13px;
	font-size: 14px;
	line-height: 20px;
	font-family: "Open Sans";
}
.service-details .service-hover-text{
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 60%;
	padding: 3% 4%;
	background: rgba( 40, 167, 69 , 0.5);
	color: rgba(255,255,255,1);
/*	display: none;*/
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.4s;
}

.service-details:hover .service-hover-text {
	display: block !important;
	color: rgba(255,255,255,1);
	font-weight: 500;
	background:rgba( 40, 167, 69 , 0.5);
	left: 0px;
	top: 0px;
}
.service-details .service-text {
	width: 50%;
	height: inherit;
	background: #000;
	float: left;
	position: absolute;
	left: 60%;
}

.service-details .service-text p {
	padding:100px 0px 0px 20px;
	font-size: 24px;
	font-family: "Open Sans";
    font-weight:700;
	color: #fff;
}

.service-details .service-text p span {
	font-family: "Open Sans" !important;
}

.service-details .service-text a , 
.service-white .service-text {
	color:#28a745 !important;
	font-family: "Open Sans" !important;
	text-decoration: none !important; 
}

.service-white {
	background: #eee !important;
	width: 50% !important;
	height: inherit !important;
}

.service-white p {
	color: #000 !important;
}