.hero_area{
    background-image: url("../img/banners/advertisement.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.top_con_area{
    padding-top: 20rem;
    padding-bottom: 6rem;
}

.content_area{
    padding-top: 4.3rem;
    padding-bottom: 5rem;
}
.content_area .sec_title {
    color: #1b3b6f;
    font-family: "VISBY-CF";
    font-size: 1.7rem;
    line-height: 1.13;
    margin-bottom: 0.5rem;
}
.content_area .con {
    color: #000000;
    font-family: "VISBY-CF";
    max-width: 52.7rem;
    line-height: 1.4;
    font-size: 1.5rem;
    font-weight: 400;
}
.content_area .con strong{
    font-weight: 600;
}

.post_area{
    padding-top: 8.5rem;
    padding-bottom: 2rem;
    background-color: #FAFAFA;
}
.post_area .row>*{
    padding: 0;
}
.post_area .content_wrap{
    background: #fff;
    padding: 2rem 2.5rem;
}
.post_item .btn_wrap{
    background: #1b3b6fd0;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
}
.post_item .btn_wrap .cbtn{
    display: inline-block;
    font-family: "VISBY-CF";
    background: #fff;
    padding: 1rem 3.5rem;
    border: 1px solid #fff;
    color: #1B3B6F;
}
.post_item .img_wrap{
    position: relative;
}
.post_item:hover .btn_wrap{
    display: flex;
}
.post_item {
    border: 1px solid #ffffff00;
    transition: .3s all ease-in-out;
    margin-bottom: 6rem;
}
.post_item:hover{
    border-color: #1B3B6F;
}
.post_item .content_wrap .left_value_con{
    font-family: "VISBY-CF";
    font-size: 1.2rem;
    font-weight: 700;
    color: #919191;
}
.post_item .content_wrap .right_value_con{
    color: #1B3B6F;
    font-family: "Bodoni 72";
    font-size: 2.4rem;
    font-weight: 700;
}
.post_item .content_wrap .right_value_con span{
    font-family: "VISBY-CF";
    font-size: 1.5rem;
    font-weight: 300;
    font-style: italic;
    margin-right: 0.5rem;
}
.post_item .content_wrap .con2_wrap{
    padding: 0;
    margin: 1rem 0;
}
.post_item .content_wrap .con2_wrap li{
    font-family: "VISBY-CF";
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 400;
    color: #000000;
}
.post_item .content_wrap .con2_wrap li span{
    color: #1B3B6F;
    font-weight: 500;
}
.post_item .content_wrap .con{
    color: #919191;
    font-family: "VISBY-CF";
    font-size: 1.3rem;
}
.post_item .img_wrap img {
    height: 100%;
    object-fit: cover;
}
.hero_area .hero_inner {
    backdrop-filter: blur(2px) brightness(0.4) !important;
}
.contact_area .contact_inner {
    background-image: url("../img/COLORBG.png");
    opacity: 94%;
    /* background-color: rgba(27, 59, 111, 0.724) !important; */
      backdrop-filter: blur(2px) brightness(0.25) !important;
  }
