html {
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}
::-moz-selection {
	background-color: #0D5EA4;
	color: #fff;
}
::selection {
	background-color: #0D5EA4;
	color: #fff;
}
::-moz-selection {
	background-color: #0D5EA4;
	color: #fff;
}

li {
    display: list-item;
   
}



body {
	background-color: #fff;
	font-family: 'Gotham Book';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	overflow: visible;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Gotham Bold';
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 0.65em;
	margin-top: 0.65em;
}
h4 {
	font-size: 40px;
	font-weight: 600;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
@media (max-width: 575px) {
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.4rem;
	}
	h4 {
		font-size: 1.3rem;
	}
	h5 {
		font-size: 1.2rem;
	}
	h6 {
		font-size: 1.1rem;
	}
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}
p {
	margin-bottom: 1.2em;
}
ul:last-child,
p:last-child {
	margin-bottom: 0;
}
p:last-child:after {
	clear: both;
	content: "";
	display: block;
}
img {
	height: auto;
	max-width: 100%;
}
figcaption {
	font-size: 0.95em;
	line-height: 1.4;
	padding: 10px 0 7px;
}
figcaption p {
	margin-bottom: 0;
}
strong {
	font-weight: 700;
}
label {
	color: #323232;
}
input:focus,
button:focus,
textarea:focus,
a:focus {
	outline: medium none;
	text-decoration: none;
}
a > img {
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}
a:hover > img {
	opacity: 0.8;
}
a.btn:active,
a.button:active,
button:active,
input[type="submit"]:active {
	position: relative;
	top: 1px !important;
}
iframe {
	border: none;
	max-width: 100%;
}
canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
h3 {
	font-size: 34px;
}
@media (max-width: 991px) {
	h3 {
		font-size: 30px;
	}
}
@media (max-width: 479px) {
	h3 {
		font-size: 26px;
	}
}
h4 {
	font-size: 28px;
}
@media (max-width: 479px) {
	h4 {
		font-size: 24px;
	}
}
ul {
	padding-left: 1.15rem;
	    list-style-type: disc;
}
ul {
	padding-left: 30px;
}
/*
** Bootstrap Overrides
*/

/* bootstrap breadcrumbs*/

/* forms */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="file"],
textarea,
.form-control {
	border-color: #D3D3D3;
	border-radius: 0;
	color: #808080;
	font-size: 12px;
	font-weight: 700;
	height: 50px;
	letter-spacing: -0.02em;
	padding: 10px 30px 11px;
	width: 100%;
}
input[disabled] {
	cursor: not-allowed;
	opacity: .4;
}
custom-file-label button {
	cursor: pointer;
}
input[type="submit"],
button {
	background: transparent;
	border: 1px solid #f2f2f2;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	font-weight: 700;
	height: 30px;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input[type="submit"]:hover,
button:hover {
	background: #fff;
	color: #000;
}
.ds input[type="submit"]:not([class]):hover,
.cs input[type="submit"]:not([class]):hover,
.ds button:not([class]):hover,
.cs button:not([class]):hover {
	border-color: #fff;
	color: #fff;
}
textarea.form-control {
	color: #808080;
	height: 330px;
	padding-top: 20px;
}
.tab-pane textarea {
	color: #808080;
	height: 230px;
}
.form-group {
	position: relative;
}
[class*='col-'] > .form-group {
	margin-bottom: 0;
}
[class*='col-'] > .form-group + .form-group {
	margin-top: 20px;
}

/* select styling */

.form-control option {
	background-color: #fff;
	color: #323232;
}
.form-control,
.form-control:focus {
	box-shadow: none;
}
.form-control:focus {
	background-color: #f2f2f2;
	border-color: #bbb;
}
.form-control:-moz-placeholder {
	color:  #808080;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color:  #808080;
	font-style: normal;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color:  #808080;
	font-style: normal;
}
.form-control::-webkit-input-placeholder {
	color: #808080;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}
.form-control:focus:-moz-placeholder {
	color: transparent;
}
.form-control:focus::-moz-placeholder {
	color: transparent;
}
.form-control:focus:-ms-input-placeholder {
	color: transparent;
}
.form-control:focus::-webkit-input-placeholder {
	color: transparent;
}
/*icons for forms */

form label +[class*="fa-"] {
	font-size: 16px;
	left: 28px;
	position: absolute;
	text-align: center;
	top: 60px;
	width: 1em;
}
form .has-placeholder label +[class*="fa-"] {
	top: 15px;
}
form label +[class*="fa-"] + .form-control {
	padding-left: 60px;
}
label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-transform: uppercase;
}
input[type=checkbox],
input[type=radio] {
	margin-top: 8px;
}
/*styled checkbox */

input[type="checkbox"] + label {
	padding-left: 0;
}
input[type="checkbox"] + label > a {
	color: #323232;
}
input[type="checkbox"] + label:before {
	border: 1px solid #e1e1e1;
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	height: 16px;
	line-height: 14px;
	margin: 1px 10px 4px 0;
	padding-right: 0.1em;
	text-align: center;
	vertical-align: middle;
	width: 16px;
}
input[type="checkbox"]:checked + label:before {
	color: #323232;
	content: "\f00c";
}
input[type="checkbox"]:disabled + label:before {
	background-color: #e1e1e1;
}
/*styled radio*/

input[type="radio"] + label {
	padding-left: 0;
}
input[type="radio"] + label > a {
	color: #999;
}
input[type="radio"] + label:before {
	border: 2px solid #e1e1e1;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	margin-bottom: 2px;
	margin-right: 10px;
	vertical-align: middle;
	width: 16px;
}
input[type="radio"]:checked + label:before {
	background-clip: content-box;
	background-color: #323232;
	padding: 3px;
}
input[type="radio"]:disabled + label:before {
	background-color: #e1e1e1;
}
textarea.contact {
	height: 295px;
}
.footer input[type="email"],
.footer .form-control {
	text-align: center;
}
.custom-file-label {
	background-color: rgba(15, 15, 15, 0.5);
	color: #808080;
	border-radius: 0;
	font-weight: 600;
	height: 50px;
	letter-spacing: -0.02em;
	padding: 15px 30px 11px;
	text-transform: capitalize;
	width: 100%;
}
.custom-file-label:after {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #1f232b;
	line-height: 0.3;
	content: "Choose file";
	font-size: 12px;
	font-weight: 400;
	height: 25px;
	padding: 10px 20px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 10px;
}
@media (max-width: 767px) {
	.custom-file-label:after {
		padding: 10px 25px;
	}
}
.custom-file-label:after:hover {
	background-color: #0D5EA4;
	border: 1px solid #0D5EA4;
	color: #fff;
}
/* carousel */

/* bootstrap tabs*/

.nav-tabs {
	border-bottom: none;
}
.nav-tabs .nav-link {
	font-weight: bold;
	border-radius: 0;
	color: #a2a3a7;
	margin-right: 30px;

	text-align: center;
}


.nav-tabs .nav-link:hover {
	border-color: #0d4c91;
	color: #0d4c91;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-color: #0d4c91;
	color: #fff;
	color: #0d4c91;
	font-weight: bold;
}
.nav-tabs .nav-link.activated {
	border-color: #0d4c91;
	color: #fff;
	color: #0d4c91;
	font-weight: bold;
}
.nav-link {
	color: #323232;
	font-size: 16px;
	font-weight: 700;
	font-weight: 500;
	letter-spacing: 0.1em;

	line-height: 1.8em;
	text-transform: uppercase;
}

	.nav-tabs .nav-link a
	{
	    top:50%!important;
	}
.tab-content {
	padding-top: 40px;
}
@media (max-width: 548px) {
	.nav-tabs .nav-link {
		font-size: 16px;
		min-width: 100%;
		padding: 8px 8px 10px;
	}
	.nav-item {
		margin-right: 3px;
	}
}
/* bootstrap collapse*/

[data-toggle="collapse"] {
	display: inline-block;
	margin-top: 10px;
	padding-right: 20px;
	position: relative;
}
[data-toggle="collapse"]:after {
	content: "\f078";
	font-family: "FontAwesome";
	font-size: 10px;
	font-weight: 100;
	margin-top: -7px;
	position: absolute;
	right: 20px;
	top: 50%;
}
/* bootstrap dropdown menu */

@media (min-width: 1300px) {
	.container {
		max-width: 1200px;
	}
}
/* modal */

/* bootstrap buttons */

.btn {
	border-radius: 0;
	display: inline-block;
	font-size: 12px;
	font-size: 12px;
	font-weight: 700;
	font-weight: 600;
	letter-spacing: -0.02em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	line-height: 0;
	margin-bottom: 4px;
	padding: 20px 50px;
	text-align: center;
	text-transform: uppercase;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
/* media elements */

button.close {
	min-width: 0;
}
/* small in headings */

/* labels */

.flexslider a:active,
.flexslider a:focus {
	outline: none;
}
.slides,
.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* FlexSlider Necessary Styles */

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	-webkit-backface-visibility: hidden;
	display: none;
}
.flexslider .slides > li:first-child {
	display: block;
	-webkit-backface-visibility: visible;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	display: block;
	width: 100%;
}
/* Clearfix for the .slides element */

.slides:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme */

.flexslider {
	margin: 0 0;
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
/* Direction Nav */

.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 40px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 41%;
	width: 40px;
	z-index: 10;
}
.flex-direction-nav .flex-prev {
	
	top :35%;
}
.flex-direction-nav .flex-next {
	
	text-align: right;
		top :35%;
}
.flexslider:hover .flex-prev {
	opacity: 1;
}
.flexslider:hover .flex-next {
	opacity: 1;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav a:before {
	color: #fff;
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 40px;
	left: 12px;
	opacity: 0.5;
	position: absolute;
	top: 5px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.flex-direction-nav a.flex-next:before {
	content: "\f105";
	left: 14px;
}
/* Pause/Play */

/* Control Nav */

/* custom nav for flex slider*/

/* 
** toTop
*/

/* sidebar scroll plugin */

/*
** Bootstrap Addons
*/

/*
** Horizontal padding (gutters) for columns and rows
*/

/* columns
.c - columns
px-* - horizontal padding value
*/

.c-gutter-60[class*="col-"],
.row.c-gutter-60 >[class*="col-"] {
	padding-left: 30px;
	padding-right: 30px;
}
/*same as bootstrap .no-gutters class*/

/* rows */

.c-gutter-60 .row,
div.row.c-gutter-60 {
	margin-left: -30px;
	margin-right: -30px;
}
/* containers */

/*
** Vertical margins and padding for sections and columns
*/

/* Vertical padding for sections
.s - section
pt-* - padding top value
pb-* - padding bottom value
py-* - same value for top and for bottom padding
*/

.s-py-10 >[class*='container'] {
	padding-bottom: 10px;
	padding-top: 10px;
}
@media (min-width: 576px) {
	.s-py-sm-20 >[class*='container'] {
		padding-bottom: 20px;
		padding-top: 20px;
	}
}
@media (min-width: 768px) {
	.s-pt-md-75 >[class*='container'] {
		padding-top: 75px;
	}
	.s-pb-md-50 >[class*='container'] {
		padding-bottom: 50px;
	}
}
@media (min-width: 992px) {
	.s-py-lg-130 >[class*='container'] {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}
/* Vertical margins for columns in sections and rows
.c - columns
mt-* - margin top value
mb-* - margin bottom value
my-* - same value for top and for bottom margin
*/

.c-mb-20[class*="col-"],
.row.c-mb-20 >[class*="col-"] {
	margin-bottom: 20px;
}
form[class*="c-mb-"] .row:last-child[class^="col-"],
[class*="c-mb-"] form .row:last-child[class^="col-"] {
	margin-bottom: 0 !important;
}
/* overlap featured image on top section (for big screens) */

/* full height section */

/* Vertical dividers - use them with Bootstrap responsive utilities - https://getbootstrap.com/docs/4.1/utilities/display/#hiding-elements */

[class*='divider-'] {
	clear: both;
	width: 100%;
}
[class*='divider-']:last-child {
	-webkit-box-ordinal-group: 10001;
	-ms-flex-order: 10000;
	order: 10000;
}
/*
** Common Sections Styles
*/

section {
	position: relative;
}
img {
	max-width: 100%;
}
/* boxed layout */

#box_wrapper,
#canvas {
	overflow: visible;
	position: relative;
}
#box_wrapper > section,
#box_wrapper > div > section {
	clear: both;
	position: relative;
}
/*-xs- -sm- side-item paddings and margins*/

/*-md- side-item paddings and margins*/

/*-lg- side-item paddings and margins*/

/*-xl- side-item paddings and margins*/

/* vertical media item */

/* item meta */

/* item media & item links */

/* item icons */

/*
** Buttons
 */

.btn:hover {
	cursor: pointer;
}
.btn.focus,
.btn:focus {
	box-shadow: 0 0 3px 0 rgba(100, 100, 100, 0.75);
}
/*color background buttons*/

.theme_button {
	background-color: #BDBEC0;
	color: #fff;
}
.theme_button:hover {
	background-color: #949599;
	color: #fff;
}
/*color outline buttons*/

/*
** Light Background Section - .ls
*/

.ls {
	background-color: #fff;
}
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
	color: #0960a5;
}
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
	color: inherit;
}
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
	color: #0D5EA4;
	text-decoration: none;
}
/*
** Grey Background Section - light section, muted section - .ls.ms
*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="file-upload"],
textarea,
.ls .contact-form {
	color: #808080;
}
.nav-tabs > li {
	float: none;
	display: inline-block;
	zoom: 1;
	color: #a2a3a7;
}
.nav-tabs {
	text-align: center;
}
/*
** Dark Section background and Dark Muted background sections - .ds and .ds.ms
*/

/* dark grey background section - .ds */

.ds {
	background-color: #323232;
	color: #9a9a9a;
}
.ds * .ds {
	background-color: #252525;
}
.page_footer {
	background-color: #105fa2;
	color: #fff;
}
.page_copyright {
	background-color: #0c579a;
	color: #fff;
}
/* dark background section - .ds.ms */

/* dark section blue - .ds.bs */

.ds.bs {
	background-color: #2f3e47;
}
.ds a:not(.btn) {
	color: #fff;
}
.ds a:not(.btn):hover {
	opacity: 1;
}
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
	color: #fff;
}
.ds h2 a,
.ds h3 a,
.ds h4 a,
.ds h5 a,
.ds h6 a {
	color: #fff;
}
.ds h2 a:hover,
.ds h3 a:hover,
.ds h4 a:hover,
.ds h5 a:hover,
.ds h6 a:hover {
	opacity: 0.8;
}
.ds .ls {
	background-color: #fff;
	color: #808080;
}
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
	color: #323232;
}
.ds .ls h2 a,
.ds .ls h3 a,
.ds .ls h4 a,
.ds .ls h5 a,
.ds .ls h6 a {
	color: inherit;
}
.ds .ls h2 a:hover,
.ds .ls h3 a:hover,
.ds .ls h4 a:hover,
.ds .ls h5 a:hover,
.ds .ls h6 a:hover {
	color: #0D5EA4;
}
.ds .ls a:not(.btn) {
	color: #323232;
}
.ds .ls a:not(.btn):hover {
	color: #0D5EA4;
}
.ds label {
	color: #fff;
}
.ds .color-main {
	color: #0D5EA4;
}
.ds a.fa {
	color: #105fa2;
}
.ds .color-bg-icon:hover {
	background-color: #0D5EA4;
}
.ds {
	/* shop */
}
.ds input[type="text"],
.ds input[type="email"],
.ds input[type="url"],
.ds input[type="password"],
.ds input[type="search"],
.ds input[type="tel"],
.ds input[type="number"],
.ds textarea,
.ds .form-control {
	background-color: rgba(15, 15, 15, 0.5);
	border: none;
	color:  #808080;
}
.ds .form-control:focus {
	border-color: #525252;
}
.ds .form-control:-moz-placeholder {
	color: #9a9a9a;
	opacity: 1;
}
.ds .form-control::-moz-placeholder {
	color: #9a9a9a;
	opacity: 1;
}
.ds .form-control:-ms-input-placeholder {
	color: #9a9a9a;
}
.ds .form-control::-webkit-input-placeholder {
	color: #9a9a9a;
}
.ds .form-control:focus:-moz-placeholder {
	color: transparent;
}
.ds .form-control:focus::-moz-placeholder {
	color: transparent;
}
.ds .form-control:focus:-ms-input-placeholder {
	color: transparent;
}
.ds .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}
.ds .tab-content {
	border-color: #454545;
}
.ds .nav-tabs .nav-link {
	border-color: #454545;
}
/*
** Color Background Section - .cs
*/

/* color section grey - .cs.gs */

.cs {
	background-color: #0D5EA4;
	color: #fff;
}
.cs h2,
.cs h3,
.cs h4,
.cs h5,
.cs h6 {
	color: #fff;
}
.cs h2 a,
.cs h3 a,
.cs h4 a,
.cs h5 a,
.cs h6 a {
	color: #fff;
}
.cs h2 a:hover,
.cs h3 a:hover,
.cs h4 a:hover,
.cs h5 a:hover,
.cs h6 a:hover {
	color: rgba(255, 255, 255, 0.6);
}
.cs a:not(.btn) {
	color: #fff;
}
.cs a:not(.btn):hover {
	opacity: 0.8;
}
.cs .color-main {
	color: #fff;
}
.cs input[type="text"],
.cs input[type="email"],
.cs input[type="url"],
.cs input[type="password"],
.cs input[type="search"],
.cs input[type="tel"],
.cs input[type="number"],
.cs textarea,
.cs .form-control {
	background-color: #fff;
	border-color: #fff;
	color: #323232;
}
.cs .form-control:focus {
	border-color: rgba(255, 255, 255, 0.5);
}
.cs .form-control:-moz-placeholder {
	color: #323232;
	opacity: 1;
}
.cs .form-control::-moz-placeholder {
	color: #323232;
	opacity: 1;
}
.cs .form-control:-ms-input-placeholder {
	color: #323232;
}
.cs .form-control::-webkit-input-placeholder {
	color: #323232;
}
.cs .form-control:focus:-moz-placeholder {
	color: transparent;
}
.cs .form-control:focus::-moz-placeholder {
	color: transparent;
}
.cs .form-control:focus:-ms-input-placeholder {
	color: transparent;
}
.cs .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}
.cs a.fa {
	border-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}
.cs a.fa.color-bg-icon:hover {
	background-color: #323232;
}
/*
** Helper Utilities
*/

/* layout */

.clearfix {
	clear: both;
}
/* paddings for .*-bg, .bg-* and .bordered */

/* text helpers */

/*alignment helpers*/

/* borders, colors and backgrounds */

.color-main {
	border-color: #0D5EA4;
	color: #0D5EA4;
}
.required {
	color: #dc5753;
}
.bg-danger {
	background-color: #dc5753 !important;
}
[class*='bg-'] {
	color: #fff;
}
[class*='bg-'] a,
[class*='bg-'] h2,
[class*='bg-'] h3,
[class*='bg-'] h4,
[class*='bg-'] h5,
[class*='bg-'] h6 {
	color: #fff;
}
/*padding for inline elements with theme backgrounds*/

span[class*='bg-'] {
	padding-left: 0.37em;
	padding-right: 0.37em;
}
/*Dividers, margins and padding helpers*/

/* margins */

/*top&bottom equal margins - dividers*/

/*left&right equal margins*/

/*top margins*/

/*bottom margins*/

/*top right bottom left margins*/

/* paddings */

/*top&bottom equal paddings - dividers*/

/*left&right equal paddings*/

/*top paddings*/

.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-40 {
	padding-top: 40px;
}
/*bottom paddings*/

.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-40 {
	padding-bottom: 40px;
}
/*top right bottom left paddings*/

/*
** Special Heading
*/

/*
** Number Card
*/

/*
** Items Masonry
*/

/*
filters
*/

/*
** Widgets
*/

.widget {
	position: relative;
}
.widget > h3,
.widget .widget-title {
	display: block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 55px;
	margin-top: 35px;
	margin-top: 27px;
	position: relative;
	text-transform: uppercase;
}
.widget > h2:last-child {
	line-height: 1;
}
.page_footer .widget {
	margin-bottom: 20px;
}
.page_footer .widget > h3,
.page_footer .widget .widget-title {
	margin-bottom: 1.5em;
}
/*
** Social Icons - Font Awesome Brand Icons
*/

/* social icon layout */

a[class*='fa-']:before {
	display: inline-block;
	font-family: "FontAwesome", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	width: 1em;
}
a.fa {
	font-size: 0;
	line-height: 0;
	margin-left: 8px;
	margin-right: 8px;
	text-align: center;
}
a.fa.color-bg-icon {
	margin-left: 3px;
	margin-right: 3px;
}
a.fa:first-child {
	margin-left: 0;
}
a.fa:last-child {
	margin-right: 0;
}
a.color-bg-icon {
	margin-bottom: 4px;
}
a.color-bg-icon:before {
	height: 2.6em;
	line-height: 2.6em;
	width: 2.6em;
}
a[class*='fa-'].rounded-icon {
	border-radius: 50%;
	border-style: solid;
	border-color: #fff;
	border-width: 1px;
}
/*social icons brand colors*/

a[class*="fa-"].fa-facebook:hover {
	color: #3b5998;
}
a[class*="fa-"].fa-facebook:hover {
	color: #3b5998;
}
.color-bg-icon.fa-facebook {
	background-color: #fff;
}
/*social icons default colors*/

.color-bg-icon {
	color: #000;
}
a.fa {
	color: #323232;
}
a.color-bg-icon {
	background-color: #323232;
	color: #fff;
}
a.fa.color-bg-icon:hover {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
/*
** WordPress Required
*/

/* Text meant only for screen readers. */

/*
** WordPress Page Links and Pagination
*/

.next {
	margin-left: 10px;
}
@media (max-width: 1199px) {
	.next {
		margin-left: 0;
	}
}
/*
** Main Menu styles
*/

.nav-wrap {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
	.nav-wrap {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
.nav-wrap > .top-nav + *:not(.top-includes) {
	-webkit-box-flex: 100;
	flex-grow: 100;
	-ms-flex-positive: 100;
	padding-left: 30px;
	padding-right: 30px;
}
/* Desktop menu - (min 1200px) styles */

@media (min-width: 1200px) {
	.top-nav {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-flex: 10;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		-ms-flex-align: center;
		flex-grow: 10;
		-ms-flex-positive: 10;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		position: relative;
	}
	.justify-nav-center .top-nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	/* menu layout */
	.sf-menu {
		display: block;
	}
	.sf-menu,
	.sf-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.sf-menu li {
		position: relative;
	}
	.sf-menu li > ul {
		display: none;
		position: absolute;
		top: 100%;
		z-index: 99;
	}
	.sf-menu li:hover > ul {
		display: block;
	}
	.sf-menu a {
		display: block;
		position: relative;
	}
	/* menu skin */
	.sf-menu a {
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.6em;
		padding: 10px 1.1em;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition-property: color, background-color, border-color, padding-top, padding-bottom;
		transition-property: color, background-color, border-color, padding-top, padding-bottom;
		zoom: 1;
	}
	.sf-menu li {
		*white-space: normal;
		white-space: nowrap;
	}
	.sf-menu > li {
		display: inline-block;
		position: relative;
	}
	.sf-menu.nav > li:first-child > a {
		margin-left: 0;
	}
	.sf-menu.nav > li:last-child > a {
		margin-right: 0;
	}
	.sf-menu > li > a {
		letter-spacing: 0;
		line-height: 14px;
		margin: 0 15px;
		padding-bottom: 53px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 53px;
		-webkit-transition-duration: 0.15s;
		transition-duration: 0.15s;
	}
}
@media (min-width: 1200px) and (min-width: 7500px) {
	.sf-menu > li > a {
		margin: 0 25px;
	}
}
@media (min-width: 1200px) {
	.sf-menu > li > a:hover,
	.sf-menu > li.active > a {
		color: #0D5EA4;
	}
	.nav-narrow .sf-menu > li {
		padding: 0;
	}
	.nav-narrow .sf-menu > li > a {
		margin-left: 29px;
		margin-right: 29px;
		padding-bottom: 30px;
		padding-top: 15px;
	}
	.nav-narrow .sf-menu > li.active > a:before {
		background-color: #0D5EA4;
		content: "";
		height: 3px;
		left: 0px;
		position: absolute;
		right: 0px;
		top: 35px;
		z-index: 1;
	}
	.cs .sf-menu > li > a {
		color: #fff;
	}
	.cs .sf-menu > li > a:hover,
	.cs .sf-menu > li.active > a {
		color: #323232;
	}
	.ds .sf-menu > li > a {
		color: #fff;
	}
	.ds .sf-menu > li > a:hover,
	.ds .sf-menu > li.active > a {
		color: #0D5EA4;
	}
	.ls .sf-menu > li > a {
		color: #115697;
	}
	.ls .sf-menu > li.active > a {
		color: #0D5EA4;
	}
	.ls .sf-menu > li > a:hover {
		color: #0097d4;
	}
	.ls .sf-menu > li + li:before {
		background-color: #e1e1e1;
	}
	.sf-menu li:hover {
		/* only transition out, not in */
		-webkit-transition: none;
		transition: none;
	}
	/* second and next levels */
	.sf-menu li > ul {
		/* allow long menu items to determine submenu width */
		*width: 10em;
		background-color: #fff;
		border-top: 4px solid #0D5EA4;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		list-style: none;
		margin-top: 5px;
		min-width: 10em;
		padding: 28px 0 28px;
		text-align: left;
		/* no auto sub width for IE7, see white-space comment below */
	}
	.sf-menu.nav ul a {
		color: #323232;
		padding-left: 40px;
		padding-right: 40px;
	}
	.sf-menu ul a:hover,
	.sf-menu ul li.active > a {
		color: #0D5EA4;
	}
	/* third level */
	.sf-menu ul ul {
		margin-top: 0;
		top: -32px;
	}
}
.sf-menu i[class] {
	font-size: 1.1em;
	margin-right: 7px;
}
/* hidden menu items */

/* Mobile menu toggler */

@media (min-width: 1200px) {
	.page_header .toggle_menu,
	.page_toplogo .toggle_menu {
		display: none;
	}
}
.page_header .row {
	min-height: 0px!important;
}
.toggle_menu {
	cursor: pointer;
	height: 100px;
	right: 0%;
	margin-left: -30px;
	margin-top: -30px;
	opacity: 0.95;
	position: absolute;
	bottom: 50%;
	visibility: visible;
	width: 60px;
	z-index: 1001;
}
.ls .toggle_menu:before,
.ls .toggle_menu span,
.ls .toggle_menu span:before,
.ls .toggle_menu span:after {
	background-color: #323232;
}
.page_toplogo .toggle_menu {
	left: auto;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
}
.toggle_menu:hover span:before {
	top: -9px;
}
.toggle_menu:hover span:after {
	top: 9px;
}
.toggle_menu:before,
.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 30px;
}
.toggle_menu:before,
.toggle_menu span {
	left: 15px;
	top: 50%;
}
.toggle_menu span:before {
	opacity: 1;
	top: -8px;
}
.toggle_menu span:after {
	opacity: 1;
	top: 8px;
}
.toggle_menu.active:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle_menu.active span {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.toggle_menu.active span:before,
.toggle_menu.active span:after {
	opacity: 0;
}
/* Mobile Menu (max 991px) styles */

@media (max-width: 767px) {
	.nav-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 1199px) {
	.page_header[class*="col"] {
		min-height: 0;
	}
	.top-nav {
		background-color: transparent;
		bottom: 0;
		left: 0;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		visibility: hidden;
		z-index: 10;
	}
	.sf-menu {
		background-color: #fff;
		border-top: 61px solid #0D5EA4;
		bottom: 0;
		display: block;
		font-size: 12px;
		font-weight: 700;
		left: 0;
		letter-spacing: 0.1em;
		line-height: 1.6em;
		opacity: 0;
		overflow: auto;
		padding: 20px 10px 20px 20px;
		position: fixed;
		right: 100%;
		text-align: left;
		text-transform: uppercase;
		top: 0;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.sf-menu li {
		position: relative;
	}
	.top-nav .sf-menu a {
		color: #323232;
		display: block;
		padding: 10px 10px;
		text-decoration: none;
		z-index: 2;
	}
	.top-nav .sf-menu a:hover {
		color: #0D5EA4;
	}
	.sf-menu ul {
		list-style: none;
		margin-top: 0 !important;
		padding-left: 10px;
	}
	.sf-menu ul li a {
		font-weight: 500;
		letter-spacing: 0.1em;
	}
	.sf-menu ul li a:before {
		background-color: #0D5EA4;
		border-radius: 50%;
		bottom: 3px;
		content: "";
		display: inline-block;
		height: 3px;
		margin-right: 10px;
		position: relative;
		width: 3px;
	}
	/* arrows (for all except IE7) */
	/* styling for both css and generated arrows */
}
/* Mega Menu */

@media screen and (min-width: 992px) {
	/* row */
	/* column */
}
/* side clickable menu styles */

/*
** Header
*/

.page_header {
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	width: 100%;
	z-index: 1000;
}
.page_header .row {
	min-height: 60px;
}
.page_header a {
	display: inline-block;
}
.page_header .btn {
	margin-bottom: 0;
	padding: 10px 28px;
}
@media (min-width: 7500px) {
	.page_toplogo .container-fluid,
	.page_header .container-fluid {
		padding-left: 60px;
		padding-right: 60px;
	}
}
/*header includes*/

/*logo*/

a.logo {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	padding: 14px 0 14px 0;
	text-decoration: none;
	text-transform: uppercase;
}
a.logo img {
	display: inline-block;
}
.text-center a.logo {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header_logo_center a.logo {
	display: inline-block;
	padding: 10px 0;
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
}
.header_logo_center a.logo span {
	color: #0f0f0f;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	padding: 5px 3px;
	text-transform: uppercase;
	vertical-align: middle;
}
@media (max-width: 1250px) {
	.header_logo_center a.logo span {
		font-size: 18px;
	}
	a.logo img {
		max-height: 100px;
	}
}
/*search modal*/

/*
** Side Header
*/

/* side header layout */

body:after {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1001;
}
body,
body:after,
#canvas {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#canvas {
	left: 0;
	-webkit-transition-property: left, margin-left;
	transition-property: left, margin-left;
}
/* 
** Intro Section Styles
*/

.page_slider {
	clear: both;
	overflow: hidden;
	position: relative;
}
.page_slider > img {
	width: 100%;
}
.page_slider h2 {
	font-size: 3em;
	line-height: 1;
	margin: 0;
}
.page_slider h3 {
	font-size: 2em;
	line-height: 1;
	margin: 0;
}
.page_slider h4 {
	font-size: 1.5em;
	margin: 0;
}
.page_slider p {
	font-size: 1.2em;
	margin: 0;
}
@media (min-width: 992px) {
	.page_slider h2 {
		font-size: 80px;
		font-weight: 600;
	}
	.page_slider h3 {
		font-size: 3em;
	}
	.page_slider h4 {
		font-size: 40px;
		font-weight: 200;
	}
	.page_slider p {
		font-size: 1.7em;
	}
}
.page_slider .flex-direction-nav .flex-prev {
	left: 2%;
	opacity: 1;
	top:50%;
}
.page_slider .flex-direction-nav .flex-next {
	opacity: 1;
	right: 2%;
		top:50%;
}
.page_slider .flexslider .slides {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.page_slider .flexslider:before,
.page_slider .flexslider:after {
	clear: both;
	content: "";
	display: block;
}
@media (min-width: 300px) {
	.page_slider .cs,
	.page_slider .ds {
		background-color: transparent;
	}
	.page_slider button {
		font-size: 9px;
		min-width: 130px;
		padding: 13px 18px;
	}
	.page_slider .container-fluid,
	.page_slider .container,
	.page_slider img + .container {
		bottom: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		right: 0;
		top: 0;
	}
	.page_slider[class*="col-"] {
		margin-bottom: 0;
		margin-top: 0;
		min-height: 0;
		position: static;
	}
}
@media (max-width: 1999px) and (min-width: 1600px) {
	.page_slider .container-fluid,
	.page_slider .container,
	.page_slider img + .container {
		top: -110px;
	}
}
@media (max-width: 991px) {
	.page_slider {
		text-align: center;
	}
}
@media (min-width: 1600px) {
	.page_slider button {
		font-size: 12px;
		min-width: 230px;
		padding: 14px 30px;
	}
}
/*
** Subpages
*/

/*
** 404
*/

/*
** Blog
*/

.post {
	position: relative;
}
.post > .fa {
	color: #fff;
	position: absolute;
	right: 9px;
	top: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}
.post > .fa:before {
	position: relative;
	z-index: 3;
}
.post > .fa:after {
	border-color: transparent transparent #0D5EA4 transparent;
	border-style: solid;
	border-width: 0 40px 40px 40px;
	content: "";
	display: block;
	height: 0;
	left: -35px;
	position: absolute;
	top: -14px;
	width: 0;
	z-index: 2;
}
.post + .post {
	margin-top: 60px;
}
.post ul {
	margin-bottom: 40px;
}
/*gallery post*/

/*post author*/

/*comments*/

.main {
	margin-top: 60px;
}
/*comment respond form*/

/* post formats */

.post h6 {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
/* 
** Template Specific Styles
*/

a {
	-webkit-transition: all 0.2s ease-in-out 0s !important;
	transition: all 0.2s ease-in-out 0s !important;
}
a:hover {
	-webkit-transition: all 0.15s linear 0s !important;
	transition: all 0.15s linear 0s !important;
}
#box_wrapper > section,
#box_wrapper > div > section {
	overflow: hidden;
}
#box_wrapper > section.page_toplogo {
	overflow: visible;
}
/*footer social buttons that hidden on half of their height*/

.page_footer {
	overflow: hidden;
	/*overriding Bootstrap Addons buttons*/
}
@media (min-width: 576px) {
	.page_footer a.color-bg-icon:before {
		font-size: 10px;
		height: 3.2em;
		line-height: 3.2em;
		width: 3.2em;
		color: #105fa2;
	}
}
.page_copyright {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}
.main_blog {
	margin-top: 3px;
}
.copyright_year {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}
.team {
	padding: 17px 33px;
	position: relative;
}
@media (max-width: 455px) {
	.tab-content .tab-pane h3 {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 20px;
	}
}
.tab-content h3 {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 2;
	margin-bottom: 3px;
	margin-top: 28px;
	text-transform: uppercase;
}
.widget-title h3 {
	font-size: 30px;
	font-weight: 800;
	margin: 0 0 25px;
	text-transform: uppercase;
}
.contact-header {
	text-transform: uppercase;
}
.contact-header h4 {
	font-size: 25px;
}
.contact-header h5 {
	margin-bottom: -10px;
}
@media (max-width: 384px) {
	.contact-header h4 {
		font-size: 29px;
	}
}
.footer-menu {
	margin: -10px;
	padding: 0 10px 0 0px;
}
.footer-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	float: left;
	list-style: none;
	padding: 12px 20px 12px 0;
	width: 100%;
}
.footer-menu .menu1 {
	padding-left: 10px;
	text-align: left;
}
.footer-menu a:not(.btn) {
	font-size: 16px;
	font-weight: 400;
}
a[class*='fa-'].rounded-icon:hover {
	color: #fff;
	background: #fff;
	text-decoration: none;
}
.footer-menu ul li:nth-child(even) {
	text-align: left;
}
.footer-menu ul li:nth-child(odd) {
	text-align: right;
}
.page_footer textarea.form-control {
	color: #808080;
	height: 223px;
}

@media (max-width: 526px) {
	.page_footer .widget > h3,
	.page_footer .widget .widget-title {
		margin-bottom: 7px;
	}
}
@media (max-width: 526px) {
	.footer .footer-menu {
		margin-right: 28px;
	}
}
.contact2 .custom-file-label {
	background-color: #fff;
}
.contact2 .custom-file-label:after {
	background-color: transparent;
	border: 1px solid #bdbec0;
	color: #808080;
}
@media (min-width: 768px) and (max-width: 991px) {
	.page_footer .widget-title.title-menu {
		margin-left: -14px;
		text-align: left;
	}
}
/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
	.grid.grid-4-columns li {
		width: 50%;
	}
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
	.grid.grid-4-columns li {
		width: 50%;
	}
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
	.grid.grid-4-columns li {
		width: 33.33%;
	}
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
	.grid.grid-4-columns li {
		width: 25%;
	}
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
	.grid.grid-4-columns li {
		width: 25%;
	}
}
.grid li {
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: .8;
}
.grid li:hover {
	opacity: 1;
	cursor: pointer;
}
.grid {
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.grid li {
	float: left;
	position: relative;
	width: 20%;
	padding: 20px;
}
.grid li:hover {
	cursor: pointer;
	background-color: #bbd9f5;
	z-index: 9999999;
}
.grid li a,
.grid li img {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.grid li a img {
	width: 100%;
}
.grid li:after,
.grid li:before {
	position: absolute;
}
.grid li:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #eee;
}
.grid li:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #eee;
}
.grid img {
	/* filter: url(filters.svg#grayscale); Firefox 3.5+ */
	filter: gray;
	/* IE5+ */
	-webkit-filter: grayscale(1);
	/* Webkit Nightlies & Chrome Canary */
	-webkit-transition: all .8s ease-in-out;
}
.grid img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.01);
}
.contact_list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.contact_list li {
	margin-bottom: 30px;
}
.contact_icon,
.contact_info {
	display: inline-block;
	vertical-align: middle;
}
.contact_info {
	width: calc(100% - 70px);
}
.contact_info:hover a {
	color: #fb5e1c;
}
.contact_icon {
	width: 50px;
	height: 50px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 50px;
	margin-right: 15px;
	background: #bebfc1;
}
.contact_icon i {
font-size:20px;
	color: #fff;
	line-height: 48px;
	 margin-left: 1px;
}
.contact_info a {
	color: #000;
	margin: 0;
	display: inline-block;
	word-break: break-word;
}
.contact_info h4 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
}
.cell_no a:first-child {
	position: relative;
}
.product .images {
	margin-bottom: 2em;
	position: relative;
}
.tab {
	height: 0px;
	opacity: 0;
	overflow: hidden;

}
#tabs1 .nav-tabs .nav-link.activated {
	color: #0d5398;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-bottom: 3px solid !important;
	font-weight: bold;
}
#tabs1 .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}
.mobile-icon span {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
.mobile-icon span:before {
	position: absolute;display:inline-block;content:' ';background-image:url("../images/21/images/Wards-SVG-20x20.svg");background-repeat:no-repeat;background-size:cover;width:1200%;height:800%;left:-700%;top:-100%;}
	.address-icon span {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 0;
		padding-top: 100%;
	}
	.address-icon span:before {
		position: absolute;display:inline-block;content:' ';background-image:url("../images/21/images/Wards-SVG-20x20.svg");background-repeat:no-repeat;background-size:cover;width:1200%;height:800%;left:-600%;top:-200%;}
		.direction-icon span {
			position: relative;
			overflow: hidden;
			width: 100%;
			height: 0;
			padding-top: 100%;
		}
		.direction-icon span:before {
			position: absolute;display:inline-block;content:' ';background-image:url("../images/21/images/Wards-SVG-20x20.svg");background-repeat:no-repeat;background-size:cover;width:1200%;height:800%;left:-550%;top:-400%;}
			.item {
				margin-bottom: 20px;
			}
			.page-title {
				border-bottom: 1px solid #d2d2d2;
				margin-bottom: 20px;
				display: table;
				width: 100%;
			}
			.page-title h2 {
		    position: relative;
    top: 0px;
    line-height: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
			}
			.page-title h2 a {
				font-size: 14px;
				font-weight: 600;
				line-height: 20px;
				color: #000!important;
			}
			.info-list li {
				position: relative;
				padding-left: 28px;
				margin-bottom: 15px;
				list-style-type: none!important;
				margin-left: 0!important;
			}
			.info-list li span {
				position: absolute;
				display: block;
				width: 18px;
				left: 0;
				top: 0px;
			}
			.info-list li a {
				font-weight: 600;
				overflow-wrap: break-word;
				word-wrap: break-word;
			}
			ul.info-list {
				padding-left: 0px;
			}
			.main-container.col1-layout {
				margin: 0 auto;
				max-width: 1600px;
			}
			.flexslider a:active,
			.flexslider a:focus {
				outline: none;
			}
			.slides,
			.flex-control-nav,
			.flex-direction-nav {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			.flexslider {
				margin: 0;
				padding: 0;
			}
			.flexslider .slides > li {
				-webkit-backface-visibility: hidden;
				display: none;
			}
			.flexslider .slides > li:first-child {
				display: block;
				-webkit-backface-visibility: visible;
			}
			.flexslider .slides img {
				display: block;
				width: 100%;
			}
			.slides:after {
				clear: both;
				content: "\0020";
				display: block;
				height: 0;
				line-height: 0;
				visibility: hidden;
			}
			.no-js .slides > li:first-child {
				display: block;
			}
			.flexslider {
				margin: 0 0;
				position: relative;
				zoom: 1;
			}
			.flex-viewport {
				max-height: 2000px;
				-webkit-transition: all 1s ease;
				transition: all 1s ease;
			}
			.flexslider .slides {
				zoom: 1;
			}
			.flex-direction-nav {
				*height: 0;
			}
			.flex-direction-nav a {
				cursor: pointer;
				display: block;
				font-size: 0;
				height: 40px;
				overflow: hidden;
				position: absolute;
				text-align: center;
				text-decoration: none;
				top: 41%;
				width: 40px;
				z-index: 10;
			}
			.flex-direction-nav .flex-prev {
				left: 2px;
			}
			.flex-direction-nav .flex-next {
				right: 2px;
				text-align: right;
			}
			.flexslider:hover .flex-prev {
				opacity: 1;
			}
			.flexslider:hover .flex-next {
				opacity: 1;
			}
			.flexslider:hover .flex-next:hover,
			.flexslider:hover .flex-prev:hover {
				opacity: 1;
			}
			.flex-direction-nav a:before {
				color: #fff;
				content: "\f104";
				font-family: "FontAwesome";
				font-size: 40px;
				left: 12px;
				opacity: 0.5;
				position: absolute;
				top: 5px;
				-webkit-transition: all 0.3s ease-in-out 0s;
				transition: all 0.3s ease-in-out 0s;
			}
			.flex-direction-nav a.flex-next:before {
				content: "\f105";
				left: 14px;
			}
			.flex-control-nav {
				bottom: 20px;
				color: transparent;
				font-size: 0;
				line-height: 0;
				position: absolute;
				text-align: center;
				width: 100%;
				z-index: 10;
			}
			.flex-control-nav li {
				*display: inline;
				display: inline-block;
				padding: 0 7px;
				text-align: center;
				zoom: 1;
			}
			.flex-control-thumbs {
				margin: 1px -1px;
				overflow: hidden;
				position: static;
			}
			.flex-control-thumbs li {
				float: left;
				margin: 0 0 1px;
				padding: 0 0 0 1px;
				width: 25%;
			}
			.flex-control-thumbs img {
				cursor: pointer;
				display: block;
				opacity: .7;
				width: 100%;
			}
			.flex-control-thumbs img:hover {
				opacity: 1;
			}
			.flex-control-thumbs .flex-active {
				cursor: default;
				opacity: 1;
			}
			@media (min-width: 1200px) {
				.top-nav {
					align-items: center;
					-webkit-box-align: center;
					-webkit-box-flex: 10;
					display: flex;
					display: -ms-flexbox;
					display: -webkit-box;
					-ms-flex-align: center;
					flex-grow: 10;
					-ms-flex-positive: 10;
					-ms-flex-wrap: nowrap;
					flex-wrap: nowrap;
					position: relative;
				}
				.justify-nav-center .top-nav {
					-webkit-box-pack: center;
					-ms-flex-pack: center;
					justify-content: center;
				}
				.sf-menu {
					display: block;
				}
				.sf-menu {
					list-style: none;
					margin: 0;
					padding: 0;
				}
				.sf-menu li {
					position: relative;
				}
				.sf-menu a {
					display: block;
					position: relative;
				}
				.sf-menu a {
					font-size: 16px;
					font-weight: 700;
					letter-spacing: 0.1em;
					line-height: 1.6em;
					padding: 10px 1.1em;
					text-decoration: none;
					text-transform: uppercase;
					-webkit-transition-property: color, background-color, border-color, padding-top, padding-bottom;
					transition-property: color, background-color, border-color, padding-top, padding-bottom;
					zoom: 1;
				}
				.sf-menu li {
					*white-space: normal;
					white-space: nowrap;
				}
				.sf-menu > li {
					display: inline-block;
					position: relative;
				}
				.sf-menu.nav > li:first-child > a {
					margin-left: 0;
				}
				.sf-menu.nav > li:last-child > a {
					margin-right: 0;
				}
				.sf-menu > li > a {
					letter-spacing: 0;
					line-height: 14px;
					margin: 0 15px;
					padding-bottom: 53px;
					padding-left: 0;
					padding-right: 0;
					padding-top: 53px;
					-webkit-transition-duration: 0.15s;
					transition-duration: 0.15s;
				}
			}
			@media (min-width: 1200px) and (min-width: 7500px) {
				.sf-menu > li > a {
					margin: 0 25px;
				}
			}
			@media (min-width: 1200px) {
				.sf-menu > li > a: hover, .sf-menu > li.active > a {
					color: #0D5EA4;
				}
				.nav-narrow .sf-menu > li {
					padding: 0;
				}
				.nav-narrow .sf-menu > li > a {
					margin-left: 29px;
					margin-right: 29px;
					padding-bottom: 30px;
					padding-top: 15px;
				}
				.nav-narrow .sf-menu > li.active > a:before {
					background-color: #0D5EA4;
					content: "";
					height: 3px;
					left: 0px;
					position: absolute;
					right: 0px;
					top: 35px;
					z-index: 1;
				}
				.ls .sf-menu > li > a {
					color: #115697;
				}
				.ls .sf-menu > li.active > a {
					color: #0D5EA4;
				}
				.ls .sf-menu > li > a:hover {
					color: #0097d4;
				}
					.contactus  a:active {
					color: #fff;
				}
				
				.ls .sf-menu > li + li:before {
					background-color: #e1e1e1;
				}
				.sf-menu li:hover {
					-webkit-transition: none;
					transition: none;
				}
			}
			@media (max-width: 1199px) {
				.top-nav {
					background-color: transparent;
					bottom: 0;
					left: 0;
					opacity: 0;
					position: fixed;
					right: 0;
					top: 0;
					-webkit-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
					visibility: hidden;
					z-index: 10;
				}
				.mobile-active .top-nav {
					background-color: #111;
					background-color: rgba(0, 0, 0, 0.9);
					opacity: 1;
					visibility: visible;
					z-index: 1002;
				}
				.sf-menu {
					background-color: #fff;
					border-top: 61px solid #0D5EA4;
					bottom: 0;
					display: block;
					font-size: 12px;
					font-weight: 700;
					left: 0;
					letter-spacing: 0.1em;
					line-height: 1.6em;
					opacity: 0;
					overflow: auto;
					padding: 20px 10px 20px 20px;
					position: fixed;
					right: 100%;
					text-align: left;
					text-transform: uppercase;
					top: 0;
					-webkit-transition: all 0.4s ease-in-out;
					transition: all 0.4s ease-in-out;
				}
				.mobile-active .sf-menu {
					opacity: 1;
					right: 0;
				}
				.sf-menu li {
					position: relative;
				}
				.top-nav .sf-menu a {
					color: #323232;
					display: block;
					padding: 10px 10px;
					text-decoration: none;
					z-index: 2;
				}
				.top-nav .sf-menu a:hover {
					color: #0D5EA4;
				}
			}
			.page_header a {
				display: inline-block;
			}
			@media (min-width: 1200px) {
				.page_header .toggle_menu {
					display: none;
				}
			}
			.toggle_menu {
				cursor: pointer;
				height: 100px;
				right: 0%;
				margin-left: -30px;
				margin-top: -30px;
				opacity: 0.95;
				position: absolute;
				bottom: 50%;
				visibility: visible;
				width: 60px;
				z-index: 1001;
			}
			.page_header_wrapper .toggle_menu {
				z-index: 1003;
			}
			.ls .toggle_menu:before,
			.ls .toggle_menu span,
			.ls .toggle_menu span:before,
			.ls .toggle_menu span:after {
				background-color: #323232;
			}
			.toggle_menu:hover span:before {
				top: -9px;
			}
			.toggle_menu:hover span:after {
				top: 9px;
			}
			.toggle_menu:before,
			.toggle_menu span,
			.toggle_menu span:before,
			.toggle_menu span:after {
				background-color: #fff;
				content: "";
				display: block;
				height: 2px;
				left: 0;
				position: absolute;
				-ms-transform: rotate(0deg);
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
				-webkit-transition: .25s ease-in-out;
				transition: .25s ease-in-out;
				width: 30px;
			}
			.toggle_menu:before,
			.toggle_menu span {
				left: 15px;
				top: 50%;
			}
			.toggle_menu span:before {
				opacity: 1;
				top: -8px;
			}
			.toggle_menu span:after {
				opacity: 1;
				top: 8px;
			}
			.toggle_menu.mobile-active {
				background-color: #0D5EA4;
				border: none;
				left: auto;
				margin: 0;
				position: fixed;
				right: 0;
				top: 0;
				z-index: 3000;
			}
			.toggle_menu.mobile-active:before {
				background-color: #fff;
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
			}
			.toggle_menu.mobile-active span {
				background-color: #fff;
				-webkit-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}
			.toggle_menu.mobile-active span:before,
			.toggle_menu.mobile-active span:after {
				opacity: 0;
			}
			