body, h1, h2, h3, h4, p, a, li, ul{
    font-family: 'Outfit',sans-serif !important;
}
.ast-logo-title-inline .ast-site-identity {
    padding: 0.9em 0 !important;
}
p{
    font-size: 18px;
}
.blog-top-section{
    background: #bbf0bb70;
    padding: 100px 0;
}
.Blogbanner {
    display: flex;
    align-items: center;
}
.banner-content{max-width: 60%;width: 100%;}
.banner-content h1 {
    font-size: 48px;
    line-height: 50px;
}
.banner_img_animation{
    position: relative;
}
.banner_img_animation img{
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 70%;
    float: right;
}
.banner_img_animation dotlottie-player {
    position: absolute;
    top: 0;
}
.banner-content p{
    margin: 30px 0px;
}
.base-btn{
    color: #ffffff;
    background-color: #34a595;
    padding: 15px;
    border-radius: 5px;
}
.base-btn:hover{
    color: #ffffff;
    background: #217469;
}
section#latest-articles-title {
    margin: 30px 0px 0px;
}
.custom-blog-header h2{
    margin-bottom: 15px;
}
.post-thumb-img-content.post-thumb{
    margin: 0 !important;
}
.ast-post-format-.blog-layout-4.ast-article-inner {
    border: 1px solid #80808040;
    border-radius: 9px;
}
a.ast-builder-social-element.footer-social-item {
    background: #fff;
}
a.ast-instagram svg, a.ast-instagram{color: #cf0c0c;}
a.footer-social-item:hover, a.ast-instagram:hover svg{color: #fff; fill: #fff;}
a.ast-facebook:hover {
    background: #557dbc;
}
a.ast-bluesky:hover{
	background: #e96651 !important;
}
a.ast-threads:hover{background: #604c4c;}
a.ast-behance:hover{
    background-color: #1B64F6;
}
a.ast-youtube:hover, a.ast-instagram:hover{
    background-color: #e96651;
}
body.archive .ast-archive-description{display: none;}
.custom-code {
    height: 540px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-code::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
}
.banner-image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}
.banner-image h1{font-size: 44px;color: #fff;}
.banner-image .post-category {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
}
.custom-social-share .social-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 30px 0;
}
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle{
    background: #3ba899;
    border-radius: 25px;
}
.ast-footer-copyright a:hover{color: #1B64F6; text-decoration: underline;}
.ast-footer-copyright p{font-size: 17px;}
.post-tag{margin-top: 13px;}
.post-tag a{    font-size: 18px;text-transform: capitalize;}
.page-id-340 header{display: none;}
.frm_style_formidable-style.with_frm_style .frm_submit button{text-transform: none;}
.frm_style_formidable-style.with_frm_style .frm_error{color:#ff4a4a;}
@media(max-width: 1480px){
    .ast-container, .site-above-footer-wrap .ast-builder-grid-row-container-inner{padding: 0 65px;}
}
@media(max-width: 921px){
    .banner_img_animation{display: none;}
}
@media(max-width: 767px){
    .custom-code{height: 400px;}
    .banner-content h1, .banner-image h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .banner-content{max-width: 80%;}
    p{font-size: 14px;}
    .ast-container{padding: 0 20px;}
}
@media(max-width: 480px){
    .custom-code{height: 300px;}
    .ast-container, .site-above-footer-wrap .ast-builder-grid-row-container-inner {
        padding: 0 33px;
    }
    .banner-content h1, .banner-image h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .banner-content{max-width: 100%;}
}