﻿.banner-img {
    position: relative;
    height: 45rem;
    overflow: hidden;
}

    .banner-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

img-fluid {
    max-width: 100%;
    height: auto;
}

/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .slider .single-slider .text {
        margin-top: 120px;
    }

.slider.index2 .single-slider .text {
    margin-top: 150px;
}

.slider .single-slider h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 42px;
    text-transform: uppercase;
}

    .slider .single-slider h1 span {
        color: #1a76d1;
    }

.slider .single-slider p {
    color: #fff;
    margin-top: 27px;
    font-weight: 400;
}

.slider .single-slider .button {
    margin-top: 30px;
}

.slider .single-slider .btn {
    color: #fff;
    background: #1a76d1;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

    .slider .single-slider .btn:last-child {
        margin: 0;
    }

    .slider .single-slider .btn.primary {
        background: #2C2D3F;
        color: #fff;
    }

        .slider .single-slider .btn.primary:before {
            background: #1A76D1;
        }

.slider .owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

    .slider .owl-carousel .owl-nav div {
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        background: #1A76D1;
        color: #fff;
        font-size: 26px;
        position: absolute;
        margin: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        padding: 0;
        border-radius: 50%;
    }

        .slider .owl-carousel .owl-nav div:hover {
            background: #2C2D3F;
            color: #fff;
        }

.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
    /*left: 20px;*/
    display: none !important;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-next {
    /*right: 20px;*/
    display: none !important;
}

/* Slider Animation */
.owl-item.active .single-slider h1 {
    animation: fadeInUp 1s both 0.6s;
}

.owl-item.active .single-slider p {
    animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-slider .button {
    animation: fadeInDown 1s both 1.5s;
}
/*===========================*/

.bpm-sec {
    position: relative;
    background: #0088CC;
}

    .bpm-sec:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: url(https://oso2.com.au/wp-content/themes/oso2/assets/css/../images/bpm-bg-1.png);
        width: 30%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat
    }

    .bpm-sec:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background: url(https://oso2.com.au/wp-content/themes/oso2/assets/css/../images/bpm-bg-2.png);
        width: 30%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat
    }

.justify-content-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: auto;
}

.bpm-sec-main {
    padding-top: 5rem;
    font-family: 'Work Sans',sans-serif;
}

.bpm-headdings h2 {
    font-size: 4.3rem;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
}

    .bpm-headdings h2 span {
        display: block;
        font-size: 1.4rem;
        font-weight: 600;
    }

.bpm-headdings img {
    width: 16rem;
    margin: .5rem 0;
}

.bpm-sec-main ul li {
    list-style: none;
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
    margin: .5rem 0;
    position: relative;
}

.bpm-sec-main .bpm-left-ul ul {
    padding-right: 2rem;
    text-align: right;
}

    .bpm-sec-main .bpm-left-ul ul li:before {
        content: '';
        position: absolute;
        top: .8rem;
        right: -1.6rem;
        width: .64rem;
        height: .64rem;
        border-radius: 50%;
        background: #04CCFF;
    }

    .bpm-sec-main .bpm-left-ul ul li:after {
        content: '';
        position: absolute;
        top: 1.04rem;
        right: -3.52rem;
        width: 1.6rem;
        height: .16rem;
        background: #04CCFF;
    }

.bpm-sec-main ul.bpm-right-ul {
    padding-left: 2rem;
    text-align: left;
}

.bpm-sec-main .bpm-right-ul ul li:before {
    content: '';
    position: absolute;
    top: .8rem;
    left: -1.6rem;
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    background: #04CCFF;
}

.bpm-sec-main .bpm-right-ul ul li:after {
    content: '';
    position: absolute;
    top: 1.04rem;
    left: -3.52rem;
    width: 1.6rem;
    height: .16rem;
    background: #04CCFF;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.latest-news .blog-box {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
    margin: 0
}

.latest-news h2 {
    font-size: 3.6rem;
    font-weight: 800;
    color: #0088CC;
}

.blog-box figure {
    height: 20.8rem;
    overflow: hidden;
}

    .blog-box figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: var(--transition);
    }

.blog-box:hover figure img {
    transform: scale(1.1);
}

.blog-box h3, .blog-box h4 {
    font-size: 1.6rem;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    line-height: 1.2;
    transition: var(--transition);
    height: 40px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .blog-box h3:hover {
        color: #0088CC;
    }

.blog-box a {
    text-decoration: none;
}
