﻿.banner-img {
    height: 400px !important;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1.0s ease-in-out;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .3s ease;
    background: linear-gradient(to bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%);
}

.to-right-overlay {
    height: 100%;
    background: linear-gradient(to right,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
}

.mt-200px {
    margin-top: -150px;
    position: relative;
    z-index: 1;
}

.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

    .container-fluid:before {
        display: table;
        content: " ";
    }

.patent-section {
    padding: 40px;
    max-width: 1140px;
    margin: 0 auto;
}

.flex-column {
    flex-direction: column !important;
}

.d-flex {
    display: flex !important;
}

.fs-40x {
    font-size: 2.9rem;
}

.text-white {
    color: white !important;
}

.contact-part {
    display: none;
}

.social-icons {
    top: 35%;
}

.img1 {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 50%;
    border: 2px solid #250f5a;
    border-radius: 6.47rem;
}
