.footer {
    background: #14469d !important;
    text-align: center;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.bg-white {
    background: #fff;
}

.section {
    padding: 3rem 0;
    background-color: #f6f6f6;
    list-style: none;
    font-weight: 400;
}

.bg-images {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.bg-images img {
    border-radius: 0;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
}

.fixed-img {
    position: fixed !important;
    top: 0;
    z-index: 0;
}

.sectionHeading {
    margin: 1rem 0;
    font-weight: 500;
    color: rgb(63 61 61);
}

.sectionHeading:after {
    content: "";
    display: block;
    position: relative;
    height: 4px;
    background: #14469d;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

h2 {
    padding: 0;
    list-style: none;
}

.txt-center {
    text-align: center;
}

a:link,
a:visited {
    text-decoration: none;
}

.business-box {
    transition: ease-in all .5s
}

.business-box>div {
    padding: 30px 0;
    min-height: 220px
}

.business-box .business-content {
    width: 180px;
    margin: auto;
    text-align: center;
    transition: ease all .5s
}

.business-box .business-content span {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-weight: bold;
    color: #14469d;
}

.business-box .business-content p {
    display: none;
    color: transparent;
    transition: ease all .5s;
    font-size: 14px;
    margin: 10px 0
}

.business-box .business-content a {
    display: none;
    color: transparent;
    transition: ease all .5s;
    font-size: 16px
}

.business-box .business-content a i {
    position: relative;
    top: 2px;
    margin-left: 5px;
    margin-top: 5px
}

.business-box:hover {
    background: #fff;
    transition: ease all .5s;
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    -webkit-transform: translate(0, -13%);
    transform: translate(0, -13%)
}

.business-box:hover .business-content p {
    display: block;
    transition: ease all .5s;
    color: #000
}

.business-box:hover .business-content a {
    display: block;
    transition: ease all .5s;
    color: #14469d;
}

.business-box .txt-center {
    height: 80px;
    transition: ease all .5s
}

.business-box .txt-center img {
    -webkit-transition: all .1s ease-in-out;
    transition: ease all .5s;
    mix-blend-mode: multiply;
}

.business-box:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
    transition: ease all .1s;
    width: 75px;
    transition: ease all .5s
}

.business-box:hover .txt-center {
    height: 60px;
    transition: ease all .5s
}

.business-box:hover .business-content span {
    color: #14469d;
}

.business-section p {
    font-size: 1rem;
    /*text-align: center;*/
    color: rgb(63 61 61);
    font-weight: 400;
}

main {
    padding-top: 70px;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    background-color: #ebebeb;
}

.headerSection {
    box-shadow: 0 1px 8px rgb(0 0 0 / 40%);
    position: absolute;
    z-index: 99;
    width: 100%;
}

.sticky-header {
    position: fixed;
    top: 0;
}

.navBarPanel {
    margin: 0;
    width: 100%;
    padding: 0 0;
    transition: all .1s ease-in;
    z-index: 998;
}

.sticky-header .navbar-brand img {
    width: 100px;
    transition: ease all .3s;
    top: 0;
    position: relative;
}

@media (min-width: 992px) {
    .sticky-header .navbar-brand {
        padding: 0;
        transition: ease all .5s;
    }
}