/************************************* banner *************************************/

.banner {
    background-image: url(../img/contact/bannerBG.jpg);
    background-size: cover;
    background-position: center center;
}

.banner .titleSet {
    padding-top: 35px;
    padding-bottom: 35px;
}

.banner .titleSet h2 {
    margin-bottom: 0px;
}

.banner .titleSet .siteMap p,
.banner .titleSet .siteMap p a {
    color: #fff;
    margin-bottom: 0px;
}

.banner .titleSet .siteMap p a:hover {
    opacity: 0.8;
}

/************************************* section1 *************************************/

.section1 {
    background-image: url(../img/marble.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section1 .container {
    padding-right: 0;
    padding-left: 0;
}

.section1 .container .paper {
    text-align: left;
    padding: 15px;
    background-color: #f7f3ea;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 20%);
}

.section1 .container .paper .titleLine {
    float: left;
}

.section1 .container .paper a{
    color: #b48932;
}

.section1 .container .paper a:hover{
    opacity: 0.8;
}
.section1 .container .paper .goldMark{
    display: inline-block;
    color: #b48932;
    margin-right: 5px;
}


.form-control::-webkit-input-placeholder {
  color: #ccc;
}
