.contact-form {
	border: 2px solid rgba(0, 114, 189, 0.2) !important; 
	padding: 25px !important;                          
	border-radius: 8px !important;                   
	background-color: #ffffff !important;                
	box-sizing: border-box !important;

	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); 
}

/*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: 16px;
	color: var(--primary-color);
	padding-right: 10px;
}
.text.color-text h1{
	font-size:28px;
}
.text h3, .h3-title {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}
.color-text a{
	color:var(--primary-color);
}
.color-text a:hover, .color-text a:active, .color-text a:focus {
	color: var(--second-color);
	text-decoration:none;
	outline:none;
}
.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: #5d400c;
	line-height: 1.428em;
	margin-left: 5px;
	font-size: 15px;
	display: inline-block;
}
strong.color-text {
	font-size: 14px;
	color: #000;
	font-weight: 100;
}

.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: #0e385d;
	height: 50px;
	border-color: #0e385d;
	border-radius: 0px;
	margin-bottom: 20px;
}

.contact-form label {
	/*color: #8a6d3b;*/
	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: rgb(75, 43, 10);
	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: rgb(75, 43, 10);
	border-radius: 50%;
}
.radio-holder input[type="checkbox"]:checked + label::after{
	border-radius: 0;
}
.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;
}

input[type="radio"]{
	display: none !important;
}

.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;
}
/*::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.58) !important;
}
:-moz-placeholder {
color: rgba(255, 255, 255, 0.58) !important;
}
::-moz-placeholder {
color: rgba(255, 255, 255, 0.58) !important;
}
:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.58) !important;
}*/
.radio-holder label{
	color:#fff;
}
.frm-contact .btn-primary {
	background:var(--primary-color);
	border:var(--primary-color);
	color:#fff;
	border-radius:0px;
}
.frm-contact .btn-primary:hover, .frm-contact .btn-primary:focus, .frm-contact .btn-primary:active {
	background: var(--second-color);
	border: var(--second-color);
	color: #fff;
	outline: none;
	border-radius: 0px;
}
