@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
body{
    font-family: 'Roboto', sans-serif;
}
a {
    text-decoration: none
}

#header {
    background: #fff;
    transition: all .5s;
    z-index: 997;
    padding: 15px 0
}

@media (max-width:992px) {
    #header {
        top: 0
    }
}

@keyframes gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

#map {
    height: auto;
    background: grey;
    box-shadow: 2px 2px 4px #000
}

@media (max-width:992px) {
    #map {
        height: 70vh;
        background: grey;
        box-shadow: 2px 2px 4px #000;
        border-radius: 1px
    }
}

a:hover:before {
    transform: scale(1)
}

a:hover {
    text-decoration: none
}

.section-header {
    text-align: center;
    padding-bottom: 60px
}

.contact .info {
    border-top: 3px solid #39d68d;
    border-bottom: 3px solid #39d68d;
    padding: 30px;
    width: 100%;
    background-color: #f9f9fa
}

.contact .info i {
    font-size: 20px;
    color: #39d68d;
    float: left;
    width: 44px;
    height: 44px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all .3s ease-in-out
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
   
    margin-bottom: 5px;
    color: #5f687b
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #949cac
}

.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
    background: #39d68d;
    color: #fff
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #39d68d;
    border-bottom: 3px solid #39d68d;
    padding: 30px;
    background-color: #f9f9fa
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.span_val {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.form-control {
    border-radius: .25rem !important
}

.bg_primary {
    background-color: #003398;
    color: white;
}

/* span */
.span_red
{
    color:red;
}

.fgh
{
    padding-bottom:0px !important;
}