*
{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
}
:root 
{
	--main:#852a36;
	--black:#333;
}
img
{
	max-width:100%;
}
a,a:hover,a:focus
{
	outline:0px;
	text-decoration:none;
}

.page-wrp
{
	max-width: 830px;
	margin: 0px auto;
}
body
{
	font-size: 11px;
	line-height: 13px;
	color:var(--black);
	font-family: verdana, tahoma, arial;
}
a
{
	color:var(--black);
	transition: all 0.5s ease;
	display:inline-block;
}
a:hover
{
	text-decoration:underline;
	color:var(--main);
}
h1,h2,h3,h4,h5,h6
{
	margin-bottom:0px;
	font-weight:700;
}
h1
{
	font-size:18px;
	padding-bottom: 5px;
	line-height: 22px;
	color: var(--main);
}
.breadcrumbs
{
	margin-bottom:7px;
}
.breadcrumbs ul
{
	margin: 0;
	padding: 0;
	display:flex;
}
/* header-open */
#header
{
	margin:10px 15px;
	text-align: center;
}
#header a
{
	padding-bottom: 23px;
	position: relative;
}
#header a::before
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 23px;
	content: '';
	background: url('../img/top.gif') no-repeat left;
	background-size: cover;
}
/* header-close */
/*main-content-open */

.left-bar-links
{
	margin-bottom: 20px;
}
.left-bar-links h2
{
	font-size:12px;
	text-transform: uppercase;
    text-align: center;
	line-height:17px;
	color:var(--main);
	margin-bottom: 15px;
	border:2px solid #000;
	border-radius:8px;
	padding:9px;
}
.left-bar-links ul
{
	padding-left:15px;
	margin-left:30px;
}
.left-bar-links ul li
{
	line-height: 0;
	margin-top: 3px;
	position: relative;
}
.left-bar-links ul li a
{
	font-size:11px;
	line-height:13px;
}

.left-bar-links ul li::before
{
	position: absolute;
	left:-14px;
	top:4px;
	content: '';
	background:url('../img/images-arrow.gif') no-repeat center;
	background-size: 100%;
	width:7px;
	height:5px;
}
.search-box
{
	padding-top:5px;
	padding-bottom:20px;
}
.search-box form
{
	display: flex;
}
.search-box form input[type='text']
{
	flex:1;
	padding:4px;
	border-radius: 3px;
	line-height: 13px;
	height: unset;
	font-size:11px;
	max-width: 108px;
	border: 1px solid rgb(118, 118, 118);
}
.search-box form input[type='submit']
{
	margin-left: 5px;
	font-size:13px;
	line-height:13px;
	border: 1px solid rgb(118, 118, 118);
	padding: 1px 5px;
}
.member-photo
{
	text-align: center;
}
.member-photo span
{
	font-style: italic;
	display: block;
}
.member-photo div:first-child
{
	margin-bottom:40px;
}

/* homepage-open */
.home-page p
{
	margin-top: 11px;
	margin-bottom: 0;
}
.home-page p a
{
	color: var(--main);
    text-decoration: underline;
    font-weight: bold;
	transition: all 0.3s ease;
}
.home-page p a:hover
{
	color:var(--black);
}
.home-page p a:last-child
{
	color: var(--black);
	text-decoration:none;
}
.home-page p a:last-child:hover
{
	text-decoration: underline;
	color:var(--main);
}
.home-page>ul
{
	display: flex;
	margin: 0px -15px;
	flex-wrap: wrap;
	margin-top:13px;
}
.home-page>ul li
{
	margin-top: 7px;
	padding: 0px 15px;
	font-size:14px;
	font-weight: 700;
	line-height:20px;
	flex: 0 0 50%;
}
.home-page figure
{
	margin-bottom: 0;
	margin-top:30px;
}
/* homepage-close */
/* contact-open */
.contact-page h2
{
	font-size:14px;
	line-height:18px;
}
.contact-page h3
{
	font-size:11px;
	line-height: 13px;
	font-weight: 700;
	margin:11px 0px;
}
.customborder-left
{
	margin-left: 10px;
	padding-left: 20px;
	border-left:5px solid #afafaf;
}
.head-office-inner ul li:first-child
{
	margin:11px 0px;
	font-weight:400;
}
.head-office-inner ul li
{
	margin-top: 2px;
	font-weight:700;
}
.head-office-inner ul a
{
	font-weight: 400;
}
.input-box
{
	margin-bottom: 11px;
}
.input-box input,.input-box select,.input-box textarea
{
	width: 100%;
	padding:2px;
	display: block;
}
.input-box input:focus,.input-box select:focus,.input-box textarea:focus
{
    outline: -webkit-focus-ring-color auto 1px!important;
}
.input-box textarea
{
	min-height: 156px;
}
.input-box select
{
	color:#000;	
}
/* contact-close */
/* services-open */
.services-form-inner
{
	margin-top: 15px;
}
.submit-button
{
	text-align: right;
}
.submit-button input
{
	font-size: 14px;
	padding:2px 4px;
	display:unset;
	width:unset;
}
/* services-close */
/* emergency-open */
.emergency-form-inner p
{
	font-style: italic;
}
.emergency-contact
{
	margin-top:24px;
}
.emergency-contact span
{
	font-weight:700;
	display:block;
}
.emergency-contact span a
{
	font-weight:400;
}
.emergency-page h2
{
	margin-top:11px;
	margin-bottom:20px;
}
/* emergency-close */
/*about-open */
.about-page h2
{
	font-size: 14px;
	line-height: 18px;
}
.about-page>a
{
	font-style:italic;
	font-weight:700;
	margin-top: 12px;
	font-size: 16px;
	line-height: 19px;
	color:#ff8000;
}
/*about-close */
/*footer-open */
#footer
{
	height: 58px;
	background: url('../img/footerbg.png') no-repeat center;
	background-size:100% 58px;
	margin:33px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* footer-close */
/*main-content-close */
/* Custom Css Start */
h2.pagetitle
{
    margin: 10px 0px 200px 0px;
    text-align: center;
}
.title_mid p
{
	clear: left;
	color: #333;
	background-image: url(images/line01.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 25px;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 30px 0px;
}
.page-not
{
	    text-align: center;

}
.page-not h1
{
    font-size: 25px;
    margin-top: 25px;
}
.page-not a
{
    font-size: 16px;
    border: 1px solid var(--main);
    padding: 10px 30px;
    text-align: center;
}
.page-not a:hover {
    text-decoration: none;
    background: var(--main);
    color: #fff;
    font-size: 16px;
}
.thanks-page 
{
	display:flex;
	justify-content:center;
	flex-direction: column;
	align-items: center;
		
}
.thanks-page a
{
	margin-top: 10px;
}
.thanks-page h1
{
    margin-bottom: 25px;	
}
.wc-wrapper
{
	float:right;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
}
.wc-content
{
	float:left;
	padding-top:4px;
	font-size: 12px; 
	line-height: 13px; 
	text-align: right;
}
.wc-img
{
	float:right;
}
.wc-img-p
{
	width:50px;
	top:0px;
}
.captach
{
	width: inherit!important;
    display: flex!important;
    justify-content: end!important;
	margin:20px 0px;
}
.ftr-logo
{
	width:100%;
}
/* Custom Css End */