body {
	margin: 0px auto;
	background: #ffffff;
	line-height: normal;
	padding: 0px;
	font-family: 'Helvetica';
}
.container {
    max-width: 970px;
}
.text-right {
    text-align: right;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin: 0 auto;
}
a, i, input[type='submit'] {
	transition: all 0.4s ease-in-out 0s;
}
a {
	display: inline-block;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
input[type='submit']:hover {
	cursor: pointer;
}
ul {
	padding: 0px;
	margin: 0 auto;
}
ul li {
	list-style: none;
	padding: 0px;
}
img {
	display: inline-block;
}
header {
    float: left;
    width: 100%;
    background: #13331E;
}
a.site_logo img {
    width: 169px;
}
header p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    line-height: 20px;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
.main_menu ul {
    margin: 0;
    padding-left: 15px;
}
.main_menu ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 15px !important;
    line-height: 20px;
}
.main_menu ul li ul.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 5px 0;
}
.main_menu ul li ul.dropdown-menu:hover {
	display: block !important;
}
.main_menu ul li ul.dropdown-menu li a {
    padding: 3px 20px !important;
    color: #262626 !important;
    font-size: 14px;
    text-transform: none;
}
section {
	float: left;
	width: 100%;
}
.home_sec {
    float: left;
    width: 100%;
    padding: 18px 0 60px;
}
.home_sec_container {
    margin: 0 auto;
    max-width: 808px;
    padding-bottom: 70px;
}
.home_sec h1 {
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    padding-bottom: 10px;
}
.home_sec p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}
.home_sec h3 {
    font-size: 20px;
    font-weight: 300;
    color: #333333;
    line-height: 22px;
}
.home_sec .home_sec_row img {
    width: 250px;
    margin-top: 10px;
    border-radius: 6px;
}
ul.home_sec_btn {
    padding: 10px 0;
    display: flex;
    justify-content: center;
}
ul.home_sec_btn li {
    padding-right: 5px;
}
ul.home_sec_btn li a {
    border: 1px solid #ccc;
    color: #333333;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 6px 12px;
}
ul.home_sec_btn li a:hover {
	background: #E6E6E6;
}
.inr_page_sec {
    padding: 20px 0 50px;
    float: left;
    width: 100%;
}
.inr_page_sec h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    color: #333333;
    padding-bottom: 10px;
}
.inr_page_sec p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    padding-bottom: 10px;
}
.inr_page_sec p a, .inr_page_sec ul li a {
    color: #428bca;
}
.inr_page_sec p a:hover, .inr_page_sec ul li a:hover {
    color: #2a6496;
    text-decoration: underline !important;
}
img.about_image {
    width: 250px;
    border-radius: 6px;
}
.images_sec {
    padding-top: 35px;
}
.images_sec p {
    padding: 0;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}
.images_sec p:nth-child(2) {
    padding-bottom: 10px;
}
.images_sec p a {
    display: flex;
    margin: auto;
}
.images_sec p:nth-child(2) img {
    margin: 0 15px;
}
ul.forms_links {
    display: flex;
    padding: 0 !important;
}
ul.forms_links li {
    padding-right: 5px;
    list-style: none !important;
}
ul.forms_links li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 16px;
    border-radius: 6px;
    color: #ffffff;
}
ul.forms_links li:first-child a {
    background-color: #d9534f;
    border-color: #d43f3a;
}
ul.forms_links li:first-child a:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}
ul.forms_links li:last-child a {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
ul.forms_links li:last-child a:hover {
    background-color: #449d44;
    border-color: #398439;
}
img.contact_image {
    width: 100%;
    border-radius: 6px;
}
.inr_page_sec h3 {
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 10px;
}
.inr_page_sec ul {
    padding-left: 40px;
}
.inr_page_sec ul li {
    list-style: disc;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 10px;
}
.inr_page_sec h4 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    padding-bottom: 10px;
}
ul.pad_bot {
    padding-bottom: 10px;
}
ul.pad_bot li {
    padding-bottom: 0;
}
.inr_page_sec ul li ul li {
    list-style: circle;
}
.services_sidebar {
    padding-top: 72px;
}
.inr_page_sec h5 {
    font-size: 20px;
    font-weight: 200;
    line-height: 22px;
    color: #333333;
    padding-bottom: 10px;
}
a.about_btn {
    padding: 6px 12px;
    color: #ffffff;
    background-color: #428bca;
    border: 1px solid #357ebd;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
}
a.about_btn:hover {
    background-color: #3071a9;
    border-color: #285e8e;
}
footer {
    float: left;
    width: 100%;
    background: #E1E1E1;
    padding: 15px 0 25px;
}
.top_footer {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 43px;
}
ul.footer_menu {
    display: flex;
    padding: 6px 0;
    justify-content: center;
}
ul.footer_menu li {
    padding-right: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #757575;
}
ul.footer_menu li:last-child {
    padding-right: 0;
}
ul.footer_menu li a {
    color: #757575;
}
ul.footer_menu li a:hover {
    text-decoration: underline !important;
}
a.footer_mail {
    position: absolute;
    top: 0;
    right: 0;
}
a.footer_mail img {
    width: 35px;
}
.scnd_footer {
    float: left;
    width: 100%;
}
.scnd_footer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #757575;
}
.scnd_footer p a {
    color: #757575;
}
.scnd_footer p a.text_u:hover {
    text-decoration: underline !important;
}