#Content, .with_aside .sections_group {
    padding-top: 50px;
}


.photo2 .post-desc-wrapper .post-desc {
	padding-top: 0;
}
.post-title > h4.entry-title > a {
	color: #ffffff;
}
.post-nav.minimal.column {
	display: none;
}
.single-post {
	color: #ffffff;
}

.btn-read-more.color-white {
	background: none;
    color: #ffffff;
    font-size: 18px;
    margin-right: 0;
}
.btn-read-more.color-white:hover {
	background: #ffffff;
    color: #d99642;
}
.btn-read-more i {
	margin-left: 5px;
}
#more-txt {
	display: none;
}

#Footer {
    background-color: #19627a;
}
#Footer .mcb-column-inner {
    margin-bottom: 0;
}
#Footer .footer_copy .one {
    margin-bottom: 15px;
    padding-top: 15px;
}
.footer_copy { 
	background-color: #34353d;
	text-align: center;
}
.declaration p {
	color: #ffffff;
}
#Footer .footer_copy .copyright {
	float: none;
}
.copyright p {
	font-size: 12px;
    margin-bottom: 0;
}

.elementor-custom-embed-play svg {
	width: 40px;
	height: 40px;
}

@media only screen and (max-width: 767px) {
	#Top_bar a.responsive-menu-toggle {
		top: 54px;
	}
	.home .content_wrapper .section_wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.home .content_wrapper .section_wrapper > .the_content_wrapper > .elementor > .e-con.e-flex > .e-con-inner {
		padding-left: 33px;
		padding-right: 33px;
	}
}

@media only screen and (min-width: 768px) {
	.footer_copy > .container {
		width: 80%;
	}
	.footer_copy:before {
		content: "";
		display: block;
		background-image: url(/wp-content/uploads/2024/04/bg-cloud.webp);
		background-position: center left;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
	}
	.footer_copy:after {
		content: "";
		display: block;
		background-image: url(/wp-content/uploads/2024/04/bg-cloud.webp);
		background-position: center right;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
	}
}