﻿.snip1527 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: left;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    margin: 10px 1%;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

    .snip1527 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .snip1527 img {
        width: 100%;
        height:500px;
        vertical-align: top;
        position: relative;
    }

    .snip1527 figcaption {
        padding: 25px 20px 25px;
        position: absolute;
        bottom: 0;
        z-index: 1;
        width:100%;
    }

        .snip1527 figcaption:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgb(4 73 176);
            content: '';
            background: rgb(4 73 176,0.3);
            opacity: 0.8;
            z-index: -1;
        }

    .snip1527 .date {
        background-color: #fff;
        border-radius: 50%;
        color: #700877;
        font-size: 18px;
        font-weight: 700;
        min-height: 48px;
        min-width: 48px;
        padding: 10px 0;
        position: absolute;
        right: 15px;
        text-align: center;
        text-transform: uppercase;
        top: -25px;
    }

        .snip1527 .date span {
            display: block;
            line-height: 14px;
        }

        .snip1527 .date .month {
            font-size: 11px;
        }

    .snip1527 h3,
    .snip1527 p {
        margin: 0;
        padding: 0;
        color: white;
        font-weight: bold;
    }

    .snip1527 h3 {
        display: inline-block;
        font-weight: 700;
        letter-spacing: -0.4px;
        margin-bottom: 5px;
    }

    .snip1527 p {
        font-size: 0.8em;
        line-height: 1.6em;
        margin-bottom: 0px;
    }

        .snip1527 a{
            float:right
        }

        .snip1527:hover img,
        .snip1527.hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }


.black-section-bg {
    background-color: rgb(4 73 176);
}

.leftRightTextBlock {
    width: 100%;
    max-width: 700px;
}

.heading {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
}

.leftRightImageBlock {
    background-size: 100% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: url(https://pagedone.io/asset/uploads/1696488602.png);
}

.leftRightTextBlock {
    width: 100%;
    max-width: 700px;
}

.strapline {
    font-size: 35px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.custom-para {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    margin-top: 30px;
}

.black-section-bg .strapline::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #fff;
    margin: 6px 10px;
}

.btnlight:hover {
    border-color: white !important;
}

.pff {
    padding: 3rem;
}

@media only screen and (max-width: 500px) {
    .pff {
        padding: 1rem !important;
    }
}
.BlogBanner {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(..//Images/BannerBlog.jpg) center no-repeat !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.blogIframe{
    height:500px;
}
.blogImage{
    height:500px;
    object-fit:cover;
}
.image{
    height:500px;
}