.row>* {
    padding-right: calc(var(--bs-gutter-x) * .1);
    padding-left: calc(var(--bs-gutter-x) * .1);
}
.topLogo {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 5px;
}
.topLogo img {
    width: 150px;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.footerSection {
    position: fixed;
    background-color: #252525;
    padding: 10px 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.footerSection p {
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    margin: 0px;
    padding: 0px;
}
.oneByOneSection {
    position: relative;
    cursor: pointer;
}
.oneByOneSection a {
    display:block;
}
.oneByOneSection .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.oneByOneSection .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.oneByOneSection:hover .image {
    opacity: 0.3;
}
.oneByOneSection:hover .middle {
    opacity: 1;
}
.oneByOneSection .text {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}
.imgContView {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    text-align: center;
    width: 100%;
}
.imgContInnerView {
    width: 100%;
    height: 100%;
    padding: 20px;
}
.imgContView h4 {
    font-size: 17px;
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    text-transform: uppercase;
}
.imgContView p {
	font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    font-weight: normal;
    padding: 0px 20px;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}
@media (min-width: 1200px) {
    .container {
        max-width: 759px;
    }
}
@media (max-width: 912px) {
    .mb35 {
        margin-bottom: 35px;
    }
}