/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2023 | 12:55:35 */
.heading-pg {
    border-left: 5px solid #35beae;
    padding-left: 15px;
    margin-bottom: 20px;
}

.heading-pg h2 {
	margin-bottom: 0px;
	font-weight: 800!important;
}

.menu-link {
	font-family: 'Montserrat',sans-serif;
	font-size: 15px;
	font-weight: 600!important;
}

.ast-header-button-1 .ast-custom-button {
	background: unset;
    border: 2px solid white;
    color: white;
    padding: 5px 10px!important;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
    font-size: 14px!important;
	font-weight: 600;
}

header.header-main-layout-1 {
	position: absolute;
    left: 0;
    right: 0;
}

header.header-main-layout-1 .ast-primary-header {
	background: unset;
}

header.header-main-layout-1 .ast-primary-header a {
	color: white!important;
}

.swiper-slide img {
	max-height: 150px;
}

.eael-grid-post .eael-post-elements-readmore-btn {
	float: right;
}

.single-post .ast-article-single {
	padding: 25px!important;
}

.single-post #content.site-content {
	background: #f3f6f6;
}

.single-post .nav-links {
	display: none!important;
}

.single-post .entry-header .posted-on .published {
	color: black;
}

.single-post .entry-content p {
	font-family: 'Montserrat',sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}

.single-post #block-9 ul li {
	margin-bottom: 20px;
}

.single-post #block-9 .wp-block-heading {
	margin-bottom: 20px;
    padding-left: 10px;
    border-left: 5px solid #35beae;
}

.single-post #block-9 time {
	text-transform: uppercase;
}

.single-post #block-9 .wp-block-latest-posts__post-title {
	color: black;
	font-weight: bold;
}

.single-post #content article.post {
	background: white;
	margin-top: 150px;
}

.single #page header.site-header, .page-id-1710 #page header.site-header {
	background-image: linear-gradient(135deg,rgb(5,22,110) 0%,rgb(3,179,162) 100%);
}

@media only screen and (max-width: 1200px) {
  .single-post #content article.post {
	margin-top: 100px;
	}
}