/****

// Basic CSS for Frontend

****/
/*// General Styles*/
HTML
{
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	position: relative;
}
BODY
{
	font-family: Arial;
	font-size: 16px;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
H1
{
	display: block;
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 2px;
	text-align: left;
	position: relative;
}
H2
{
	display: block;
	font-size: 2em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	line-height: 1.8;
}
H3
{
	display: block;
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	line-height: 1.8;
}
H4
{
	display: block;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	line-height: 1.8;
}
H5
{
	display: block;
	font-size: 0.83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	line-height: 1.8;
}
H6
{
	display: block;
	font-size: 0.67em;
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	line-height: 1.8;
}
P
{
	color: #333;
	margin: 0;
	margin-bottom: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.8em;
}
A
{
}
HR
{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #D7D7D7;
}
/*// Header*/
.header
{
	background: #FFFFFF;
	box-shadow: 0 0 5px 1px #A1A1A1;
	transition: all 500ms ease-in-out;
	height: 80px;
	z-index: 99;
}
.header .container
{
	max-height: 80px;
}
.header .fluid-container
{
	max-height: 80px;
	padding: 0 15px;
}
.header .fluid-container .row
{
	max-height: 80px;
}
.header .logo A IMG
{
	max-width: 320px;
	width: 100%;
	padding: 5px;
	margin-top: 20px;
}
.header .fluid-container .menu
{
	display: flex;
	float: right;
}
/*// Header - Menu*/
.block-superfish.block-superfishmain A
{
	color: #888 !important;
	background: #FFF !important;
	text-decoration: none;
	margin-top: 15px;
}
.block-superfishmain .content
{
	background: #FFF;
}
.block-superfishmain UL.sf-accordion.sf-expanded
{
	max-width: 150px;
	display: block;
	background: #FFF;
}
.block-superfishmain UL.sf-accordion.sf-expanded LI
{
	padding: 5px;
	margin: 0;
	background: #FFF;
}
.block-superfishmain UL
{
	background: #FFF;
	margin-top: 15px !important;
}
.block-superfishmain UL.sf-horizontal LI
{
	background: #FFF;
}
@media screen and (max-width: 768px)
{
	.block-superfishmain UL
	{
		background: #FFF;
		margin-top: 0 !important;
	}
	.block-superfishmain .sf-accordion-toggle A SPAN
	{
		display: none !important;
	}
}
/*// Slider*/
.slider
{
	margin: 0;
	padding: 0;
	position: relative;
}
/*// Heading & Breadcrumb*/
/*// Breadcrumbs*/
.breadcrumb
{
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	font-weight: 300;
	font-size: 14px;
}
.breadcrumb > LI
{
	display: inline-block;
}
.breadcrumb > LI + LI:before
{
	padding: 0px 5px;
	color: #FFF;
	font-family: "font awesome 5 free";
	font-weight: 900;
	font-size: 12px;
	content: "\f054 ";
}
.breadcrumb LI A
{
	color: #FFF;
	transition: 0.3s linear;
}
.breadcrumb LI A:hover
{
	color: #00549F;
	text-decoration: none;
}
.breadcrumb > .active
{
	color: #FFF;
}
/*// Main Container*/
.main-container
{
	padding: 0;
}
/*// Content Fullwidth*/
.content-fullwidth
{
	min-height: 200px;
	padding: 50px 15px 100px;
	text-align: center;
	background: url(/sites/default/files/websiteimages/pexels-torsten-dettlaff-70912.png) center center / cover #888;
}
.content-fullwidth .content-fullwidth-inner .block-block-content
{
	max-width: 768px;
	margin: auto;
	color: #FFF;
}
.content-fullwidth .content-fullwidth-inner .block-block-content P
{
	color: #FFF;
}
/*// Service Region*/
/*// Hero Region*/
/*// Client Region*/
.client
{
	background: #6A6A6A;
	padding: 100px 0;
}
.client H2
{
	color: #FFF;
	text-align: center;
}
/****

//  CSS for Footer Regions

****/
/*// Footer Top Region*/
.footer-top
{
	padding: 0;
	text-align: center;
}
.footer-top H3
{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
}
/*// Footer Region*/
.footer
{
	background: #FFF;
	padding: 50px 0;
	margin: 0;
	text-align: center;
}
.footer H2
{
	color: #333;
	display: block;
	font-size: 1em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: normal;
	text-transform: uppercase;
}
.footer P
{
	color: #333;
	font-size: 16px;
}
.footer A
{
	color: #333;
	transition: all 0.3s linear;
	font-size: 16px;
}
.footer A:hover
{
	color: #333;
	text-decoration: none;
}
.footer A IMG
{
	width: 100%;
	max-width: 320px;
	padding-bottom: 30px;
}
@media screen and (max-width: 991px)
{
	.footer .footer-first
	{
		margin: 15px 0 30px;
	}
	.footer .footer-second
	{
		margin: 15px 0 30px;
	}
	.footer .footer-third
	{
		margin: 15px 0 30px;
	}
	.footer .footer-fourth
	{
		margin: 15px 0 30px;
	}
}
/*// Footer Bottom Region*/
.footer-bottom
{
	background: #FFF;
	padding: 25px 0;
	margin: 0;
	float: left;
	width: 100%;
}
.footer-bottom A.logo IMG
{
	max-height: 65px;
}
/*// Copyright Region*/
.copyright
{
	background: #202020;
	padding: 25px 0;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
.copyright A
{
	color: #FFF;
}
/*// Page Styles*/
/*
* 	Owl Carousel Owl  Theme 
*	v1.3.3
*/
.owl-theme .owl-controls
{
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons DIV
{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons DIV:hover
{
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page SPAN
{
	display: block;
	width: 20px;
	height: 3px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #888;
}
.owl-theme .owl-controls .owl-page.active SPAN, .owl-theme .owl-controls.clickable .owl-page:hover SPAN
{
	background: #00549F;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page SPAN.owl-numbers
{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading
{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center;
}
