/*Banner*/

.page-banner {
    position: relative;
}

    .page-banner, .page-banner .page-banner-image, .page-banner .page-banner-image img {
        height: 400px;
        object-fit: cover;
    }

.page-banner-image {
    position: relative;
}

    .page-banner-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000033;
    }

.page-banner-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    color: #fff;
    padding-top: 137px;
}

/*Banner*/

/*Page Layout*/

.page-padding
{
    padding-top: 102px;
    padding-bottom: 102px;
}

/*Page Layout*/




.page-banner-navigation {
    position: absolute;
    bottom: -32.25px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

    .page-banner-navigation ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
        border-radius: 6px;
        justify-content: center;
    }

        .page-banner-navigation ul li a {
            text-align: center;
            background: #FFFFFF;
            border: 1px solid #F1F1F1;
            display: block;
            padding: 20px 35px;
            font-family: Poppins;
            font-size: 15px;
            font-weight: 500;
            line-height: 22.5px;
            text-decoration: none;
            color: #6C6A6A;
        }

        .page-banner-navigation ul li:first-child a {
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
        }

        .page-banner-navigation ul li:last-child a {
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
        }

            .page-banner-navigation ul li a.active {
                background: #034694;
                border: 1px solid #034694;
                color: #fff;
            }

.page-content-image {
    float: right;
    padding-left: 111px;
    padding-bottom: 62px;
    width: 60%;
}

    .page-content-image img {
        border-radius: 6px;
    }

.page-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #1F1F1F;
}

.page-content {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #4F4D4D;
}

blue {
    color: #034694;
}

gold {
    color: #C49F5F;
}

@media only screen and (max-width: 1199px)
{
    .page-content-image {
        float: right;
        padding-left: 24px;
        padding-bottom: 24px;
        width: 50%;
    }
}

@media only screen and (max-width: 991px)
{
    .page-padding {
        padding-top: 80px!important;
    }

        .page-padding > .row {
            row-gap: 42px !important;
        }

    .page-title {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        text-align: left;
        color: #1F1F1F;
    }

    .page-content-text {
        font-size: 14px;
        line-height: 22px;
    }

        .page-content-text h4 {
            font-size: 18px;
            line-height: 26px;
        }

        .page-content-text h3 {
            font-size: 20px;
            line-height: 28px;
        }

        .page-content-text h3 {
            font-size: 22px;
            line-height: 30px;
        }
}
@media only screen and (max-width: 910px)
{
    .page-banner-navigation ul {
        overflow: hidden;
        justify-content: start;
        flex-wrap: unset;
        white-space: nowrap;
        overflow-x: auto;
    }

    .page-banner-navigation ul::-webkit-scrollbar
     {
        display: none;
    }
}


@media only screen and (max-width: 767px)
{
    .page-content {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 24px;
    }

    .page-content-image {
        float: unset;
        padding-left: 0;
        padding-bottom: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 425px)
{
    .page-title {
        font-size: 22px;
        line-height: 28px;
    }
}