.banner-container{
    position: relative;
}

.company-logo{
    width: 60%;
}

.common-image{
    height: 100%;
    width: 100%;
}

.common-heading{
    font-size: 2.5rem;
    padding: 3rem 0;
}

.common-wrapper {
    padding: 3rem 0;
}

.header-row {
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    background: #e3e3e3;
}

.header-row .navbar-toggler{
    height: 30px;
    width: 48px;
    position: relative;
}

.header-row .navbar-toggler:focus {
    box-shadow: none;
}

.header-row .logo-text, .header-row .menu-text {
    color: #000;
    font-size: 1.05rem;
    font-weight: 500;
}

.animated-icon1 {
    line-height: 0.1;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.animated-icon1 span {
    background: #000;
    height: 3px;
    width: 30px;
    display: inline-block;
}

.contact-us-wrapper a {
    text-decoration: none;
    color: black;
}

.footer-wrapper {
    padding: 1rem;
    background: black;
    color: gray;
}

@media screen and (max-width: 768px) {
    .common-heading{
        font-size: 1.6rem;
        padding: 1.5rem 0;
    }
    
    .common-wrapper {
        padding: 1.8rem 0;
    }
}

@media screen and (max-width: 425px) {
    .header-row .logo-text {
        width: 60%;
    }
}