﻿.project-img {
    position: relative;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(360deg, #000000ad, transparent);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .image-overlay h3 {
        margin: 0;
        font-size: 18px;
    }

@media only screen and (max-width: 767px) {
    .header-top {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hero-wrap {
        margin-top: 55px;
    }

    .content-wrapper {
        margin-top: 55px;
    }
    .header-wrap.sticky{
        top: 0 !important;
    }
}

.field-validation-error {
    color: red;
}

.left-img-radius {
    border-radius: 10px;
}
