﻿.about-img {
    background-size: cover;
    border-radius: 0px;
    padding: 6% 6%;
}

.addressText{
    border-bottom: 1px solid #707070;
    padding-bottom:.5rem;
    height:50px;
}
    .addressText span {
        border-bottom: 1px solid #BE0000;
        border-radius: 2px;
        color: #707070;
        font-size: 25px;
        font-weight:500;
        display:inline-block;
        height:50px
    }

.form-control {
    background-color: #F8F8F8;
    border-color: #F8F8F8;
    box-shadow: 0px 3px 6px rgba(0,0,0,.13);
}

    .form-control:focus {
        background-color: #F8F8F8;
        border-color: #F8F8F8;
        box-shadow: 0px 3px 6px rgba(0,0,0,.13);
    }

.control-label {
    color: #707070;
    font-size: 18px;
    margin-left: 4%;
}

.form-control-text{
    min-height:220px;
}

.address {
    background-color: #F8F8F8;
    color: #707070;
    margin: 0%;
    min-height: 51%;
    padding-right: 0%;
    border-radius: 2px;
    border-color: #F8F8F8;
    box-shadow: 0px 3px 6px rgba(0,0,0,.13);
}

.p-style {
    color: #707070;
    font-size: 16px;

    line-height: 2;
}
.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-container iframe {
        right: 22.6%;
        top: 9px;
        min-height: 51%;
        width: 80%;
        position: absolute;
    }

.title-box {
    position: relative;
    color: #707070 !important;
    font-size: 25px !important;
    line-height: 2 !important;
    margin-left: 1.9%;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    width: 37%;
    margin-bottom: 3%;
    margin-top:1%;
    color: rgba(112,112,112,1);
}

    .title-box:after {
        background: linear-gradient(to right, #C62829 31%, #A5ADB3 28%);
        position: absolute;
        content: '';
        height: 2.5px;
        right: 0;
        left: 0;
        bottom: 0;
    }
.contact-align {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.contact-card {
    margin-bottom: 18px;
    padding: 36px 36px 18px 36px;
    background: #1C1C1C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .contact-card label {
        color: #D2D2D2;
        font-size:14px;
    }

    .contact-card input, .contact-card textarea {
        padding-left: 5px;
        color: #ffffff;
        background: #262626;
        border: none;
        border: 1px #FFF solid;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .contact-card .form-submit {
        line-height: 24px;
        text-align: center;
        color: #000000;
        border: 1px #ffffff solid;
        background: #ffffff;
        padding: 0.25rem 5rem;
    }

.contact-info li {
    color: #999999;
    font-size:14px;
}