.main-banner {
    height: 100vh;
    position: relative;
    width: 100%;
}

section {
    background-color: #fff !important;
    position: relative;
}

video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    background-color: rgba(0, 0, 0, .5);
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-title {
    align-items: center;
    color: #fff;
    display: flex;
    height: 100vh;
    justify-content: center;
    font-size: 66px;
    font-weight: 800;
    width: 100%;
}

.mail-text,
.mail-text:hover,
.mail-text.active {
    color: #00007C;
}

img.icon-border {
    width: 60px;
}

.about-area .about-blog .single-offers .icon::before {
    background-color: #00007C;
}

.sinlge-wrapper h3 {
    min-height: 60px;
}

footer .footer-bottom-area {
    position: relative !important;
    background-color: #fff !important;
    color: #00007C !important;
}

footer .footer-copy-right {
    color: #00007C !important;
    font-size: 14px;
    font-weight: 400;
}

section.about-area  {
    background-color: #F1FBFF !important;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    background-color: #fff;
}

.strategy {
    background-image: url('../img/gallery/strategy.jpg') !important;
}

.supply-chain {
    background-image: url('../img/gallery/supply-chain.jpg') !important;
}

.section-padding {
    padding-top: 75px !important;
    padding-bottom: 45px !important;
}