﻿

/*banner-contact Contact*/
.bg {
    background-color: rgb(177, 145, 92);
}

.bg-4 {
    background-image: url(/Content/Img/contact.jpg);
}

.contact {
    margin-top: 60px;
}

.text i {
    font-size: 23px;
    color: #f7921c;
    padding-right: 10px;
}

.text h3 {
    font-size: 20px;
    font-weight: 600;
}

.frm-contact {
    padding: 20px 15px 0px;
}

.contact .text h2 {
    color: #232323;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.contact .text p {
    margin-top: 10px;
    color: #232323;
    line-height: 1.428em;
    margin-left: 25px;
}

.contact .text ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

    .contact .text ul li {
        padding: 1px 0;
        margin-top: 0px;
        font-weight: 500;
        width: auto;
        font-size: 13px;
        display: block;
        padding-right: 15px;
    }

#map {
    height: 500px;
    width: 100%;
}

.contact-form {
    padding: 20px 0px;
}

    .contact-form .form-control {
        background-color: rgb(255, 255, 255);
        color: #000;
        height: 50px;
        border-color: #000;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .contact-form label {
        color: #000;
        font-size: 16px;
        font-weight: 700;
    }

.radio-holder input + label::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    content: " ";
    margin-top: -10px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    border-image: initial;
    background: white;
}

.radio-holder input[type="radio"]:checked + label::after, .radio-holder label:hover::after, .radio-holder label:focus::after {
    content: " ";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -5px;
    background-color: #000;
    border-radius: 50%;
}

.radio-holder input + label {
    position: relative;
    padding-left: 30px;
    padding-top: 0px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    margin-top: 5px;
    cursor: pointer;
}



.radio-holder {
    display: inline-block;
}

.btn-primary-darker {
    background-color: rgb(75, 43, 10);
    color: rgb(255, 255, 255);
    border-color: rgb(98, 56, 13);
    float: right;
    padding: 7px 30px;
    margin-right: 15px;
}

    .btn-primary-darker:hover, .btn-primary-darker:active, .btn-primary-darker:focus {
        color: #fff;
        text-decoration: none;
        outline: none;
    }

.contact-top {
    border-top: 1px solid #fff;
    padding: 20px 0px 50px;
    color: #6b3d0e;
    text-align: center;
    font-size: 20px;
}
.learn-more {
    color: #fff;
    background: #144aa8;
    padding: 10px 15px;
    cursor: pointer;
}
    .learn-more:hover, .learn-more:active, .learn-more:focus {
        text-decoration: none;
        outline: none;
        background: #ffd400;
        color: #fff;
    }