#errMsg {
	color: #fa7000;
	font-family: 'Raleway';
}

.form-control2,.btn {
	width: 100%;
	border-radius: 0px;
	margin-top: 10px;
}

.form-control2 {
	border: none;
	border-bottom: 1px solid #dbd812;
	background: transparent;
}

input:focus,select:focus,textarea:focus {
	color: #272727;
}

.form-control2 {
	color: #272727;
}


h2 {
	color:#ff3c00;
}

p {
	color: #909090;
}

.background {
	background-image: url(../../../public/images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Open Sans", sans-serif;
	color: #6b0411;
}
#googleMap {
	width: 100%;
	height: 500px;
}
.a , .a:visited , .a:focus {
	background-color: #000;
	color: #fff;
	padding: 20px 12px;
	margin-bottom: 40px;
	border-radius: 30px;
	transition: 0.5s;
}
.a:hover {
	opacity: 0.8;
	color: #fff;
}
.p {
	font-size: 15px;
	margin-bottom: 50px;
	padding-top: 70px;
	line-height: 30px;
	font-weight: 400;
}
.h3 {
	font-family: "Seaweed Script";
    font-weight: 300;
    letter-spacing: 0.01em;
    margin-bottom: 2rem;
    margin-top: 0;
    text-transform: capitalize;
    color: #6b0411;
}


.h4 {
	font-family: "Alegreya";
    letter-spacing: 0.01em;
    margin-bottom: 2rem;
    margin-top: 0;
    text-transform: capitalize;
    color: #6b0411;
}

.about-list {
	font-size: 16px;
	padding: 5px 15px;
}