.hdTop {
    height: 25px;
    background: #fff;
    margin-top: 140px;
    margin-bottom: 30px;
    color: #000;
}
.single-work{
	padding: 25px 0 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 2px solid #c3a873;
	margin-top: 20px;
	margin-bottom: 15px;
}
.single-work h3{
	color: #c3a873;
	font-size: 20px;
	font-weight: 500;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.single-work p {
  color: #fff;
  font-weight: 300;
  line-height: 26px;
  margin-top: 25px;
  padding: 0 37px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align : justify
}
.single-work.active{
	background: #c3a873
}
.single-work.active h3{
	color: #fff
}
.single-work.active p{
	color: #eeeeee
}
.single-work:hover{
	/*background: #c3a873*/
	background: #000000;
}
.single-work:hover h3{
	color: #fff
}
.single-work:hover p{
	color: #eeeeee
}
.footer-area {
    background: #fff;
    border-top: 4px solid #E4AB0A;
}
.slider-area {
    position: relative;
    height: 630px;
}
i.fa1 {
    background: #e00b0b;
    width: 26px;
    height: 26px;
    color: #fff;
    line-height: 26px;
    border-radius: 20px;
}
ul.footer_social {
    padding: 0;
    margin: 0 0 1em;
    list-style: none;
}
.single-footer {
    margin-top: 30px;
}
.footer-copy {
    color: #FFF;
    font-weight: 400;
    background-color: #E4AB0A;
}
.quick{
	background-color:#000000;
	color:#FFF;
	text-align:center;
	font-style:italic;
	margin-bottom: 25px;
	padding: 5px;
}
h5{
	font-color:#c3a873;
}
.home-form {
    background:rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    padding: 0px 32px;
    text-align: left;
    border: 2px solid #c3a873;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.31);
    border-top: 3px solid #000000;
    /*margin-top: -50px;*/
    color:#111111;
}
.tab-group {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.tab-group :after {
    content: "";
    clear: both;
}
.tab-group li a {
    display:block;
    text-decoration:none;
    padding:5px;
    background:#000000;
    color:#c9ae7a;
    font-size:20px;
    float:left;
    width:50%;
    text-align:center;
    cursor:pointer;
    transition:.5s ease;
  	margin-bottom:10px;
}
.tab-group .active a , .tab-group  a:hover{
    background:#c9ae7a;
    color:#000000;
}
.tab-content > div:last-child {
    display:none;
}
.tab-content h3 {
    text-align:center;
    color:#a1763a;
    margin:0 0 15px;
    padding:5px;
}