.inner-banner-bg {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.inner-banner-bg .container {
    position: relative;
    z-index: 9;
}

.inner-banner-caption {
    margin: 50px 0 0;
    display: inline-block;
}

.inner-banner-bg:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.3;
}

.inner-banner-caption h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 2px;
    position: relative;
    padding: 0 20px;
    text-shadow: 0px 1px 2px #000;
    margin: 0;
    display: inline-block;
}

.inner-banner-caption h1:after,
.inner-banner-caption h1:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 8px;
    background-image: url(https://cdn.stratospherewebsites.com/source/sites/46280e4a-9164-4190-8935-fe9d9958b01b/images/caption-style.svg);
    background-size: 85px;
    background-repeat: no-repeat;
}

.inner-banner-caption h1:after {
    right: -100%;
    width: 100%;
}

.inner-banner-caption h1:before {
    width: 85px;
    right: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.inner-banner-caption h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-shadow: 0px 1px 1px #444;
    margin: 10px 0 0;
}

.contact-block {
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 3px 4px 20px rgb(13 5 17 / 5%);
    border-radius: 0px 0px 20px 0px;
    z-index: inherit;
}

.contact-sidebar a {
    color: #4e5153;
    font-size: 15px;
}

.contact-sidebar .get-social {
    margin: 25px 0 0;
}

.map-block iframe {
    width: 100%;
    height: 400px;
}
@media(max-width:990px) {
    .inner-banner-caption h1 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 1px;
        padding: 0 10px;
    }

    .inner-banner-caption h1:after,
    .inner-banner-caption h1:before {
        background-size: 65px;
    }

    .inner-banner-bg {
        min-height: 400px;
    }
}

@media(max-width:767px) {
    .about_detail_each{
min-height: auto;
}
    .inner-banner-caption h1:before {
        display: none;
    }

    .inner-banner-caption h1:after {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 65px;
        text-align: center;
        z-index: -1;
        top: auto;
        bottom: -10px;
        opacity: 0.5;
        height: 26px;
    }

    .inner-banner-caption {
        margin: 0;
    }

    .inner-banner-caption h1 {
        font-size: 24px;
        line-height: 34px;
        padding: 0;
    }

    .inner-banner-bg {
        min-height: 250px;
    }

    .contact-sidebar .footer-links li {
        justify-content: flex-start;
    }

    .contact-sidebar .footer-links li a {
        align-items: baseline;
        flex-direction: row;
    }

    .contact-sidebar .footer-links li i {
        margin: 0 10px 0 0;
    }

    .contact-sidebar .get-social {
        justify-content: flex-start;
    }

    .contact-sidebar .get-social a {
        margin: 0 25px 0 0;
    }
}

/*---- About Us -----*/
.inner_page_spacer,
.about_details {
    padding: 60px 0;
}

.text-block .btn-main {
    margin: 0 10px 0 0;
}

.about_details {
    background-color: #f7f8f9;
}

.about_detail_each {
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    background-color: #fff;
    margin-top: 30px;
    min-height: calc(100% - 30px);
}

.about_detail_each h3 {
    font-size: 20px;
}

.each_icon {
    background-color: #05558b;
    color: #fff;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin: 0 auto;
    border-radius: 5px;
}

.each_icon i {
    font-size: 36px;
}

.each_text {
    padding: 15px;
}

.each_text p {
    margin: 0;
}

.text-block ul {
    margin: 0;
}

.text-block ul li {
    list-style: none;
    position: relative;
    margin: 0 0 10px 30px;
}

.text-block ul li:before {
    content: "\f560";
    position: absolute;
    left: -25px;
    font-family: 'Font Awesome 5 Pro';
    margin: 2px 0 0;
    color: #05558b;
}

.page_cta {
    background-color: #05558b;
    padding: 30px 0;
    text-align: center;
}

.page_cta h4 {
    color: #fff;
    font-size: 28px;
    line-height: 44px;
    margin: 0 0 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}