.top_header_background {
    background-image: url(assets/img/photo-1552890143-884bbdbb8b54.avif);
    background-position: center;
    position:relative;
}
.top_header_background::after{
   content: "";
    position: absolute;
    background: rgb(0 0 0 / 18%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.has-tertiary-color{
    color: #fff !important;
    
}
.text-custom {
    font-size: 45px !important;
    margin: 12px 0px!important;
}
.btn-custom{
    font-size: 18px!important;
    font-weight: 600!important;
    border-radius:33px!important;
}
.font-size-custom{
    font-size: 1.125rem;
}
.custom-wp-block-group{
    max-width: 1140px;
    margin: 15px auto !important;
    padding: 80px 0px;
}
.blog-shadowNRadius {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 4px 0px #35845d45;
}
.is-style-quadrat-diamond-posts .wp-block-post-template li:before {
    content: "";
    background: #f9f9f9;
    width: 375px;
    height: 375px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+1):before {
    transform: rotate(16deg) translate(-130px, -20px);
}
.home--imgOText h4.wp-block-heading {
    position: absolute;
    right: -4px;
    bottom: 10px;
    box-shadow: 0 0 4px 0px #35845d45;
    border-radius: 10px;
    max-width: 56%;
     padding: 3.5rem;
     background:#fff;
}
.custom_link a{
    text-decoration:none;
    color:#374677;
}
.custom_link a:hover{
    text-decoration:none; 
}
.custom_format{
    font-weight:500;
    font-size:1.375rem;
    line-height: 1.5;
    letter-spacing: 1.5px;
    margin-top: 35px;
}
.custom_paragraph{
    color:#374677;
    font-size:16px;
    line-height: 1.7;
    font-weight: 400;
}
.custom_paragraph_1{
    color:#374677;
    font-size:1.25rem;
    line-height: 1.7;
    font-weight: 400;
    font-family:'DM Sans', sans-serif;
}
.time_counter{
    color:#35845d;
    font-size:16px;
}
.corporate_1{
    font-size: 17px;
   
}
.corporate_heading{
    margin-bottom:35px;
}
.list_heading{
    margin: 34px 0px;
    font-size:1.375rem;
}
.button_primary_1{
    background:#233252;
    color:#fff!important;
    font-weight: 600;
    line-height: 2;
    font-size:1.25rem;
    display: inline-block;
    padding: 8px 25px 10px 25px;
    border-radius: 35px;
    border:3px solid #233252;
}
.button_primary_1:is(:hover, :active, :focus){
 color:#35845d!important;
 background:#eef4f7;
 border:3px solid #35845d;
}
.wp-image-static{
    width: 450px;
        height: 450px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
}
.custom_direction{
flex-direction: column;
}
.custom_width_adjust{
        width: calc(50% - .625em);
    }


.custom_alignment{
        justify-content:center;
        flex-wrap:wrap;
    }
.custom_format_first_post{
  font-size: min(max(3rem, 7vw), 5rem);
}
@media only screen and (max-width: 768px) {
.top_header_background {
    margin-top: 6rem !important;
}
.custom_alignment{
        justify-content:center;
    }
.custom_width_adjust{
        width:100%;
    }
}


@media only screen and (max-width: 532px) {
.top_header_background {
   
}
.custom_padding{
padding-top:10px;
}
.font-size-custom {
    padding-bottom: 10px;
}
.custom_justify{
    justify-content:center!important;
}
}

@media (min-width: 700px) {
.wp-block-group_custom{
    margin-top: 4rem!important;
    }
}