/****

// 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: center;
	position: relative;
}
H2
{
	display: block;
	font-size: 1.5em;
	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
{
	color: #333C2D;
}
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;
	max-height: 80px;
	z-index: 99;
	width: 100%;
}
.header .container-fluid
{
	height: 80px;
	padding: 0 15px;
}
/**** Header Logo*/
.header .logo A IMG
{
	max-height: 70px;
	padding: 5px;
	margin-top: 0;
}
/**** Header - Menu*/
.header .container-fluid .logo
{
	float: left;
}
.header .menu
{
	display: flex;
	float: right;
}
/*// Header - Menu*/
.header .menu .cart-flyout
{
	display: block;
	background: transparent;
	padding: 35px 10px 0;
}
.block-superfish
{
	margin-top: 30px;
	font-size: 18px;
	background: transparent;
	display: block;
	width: auto;
}
.block-superfish UL
{
	color: #333333;
}
.block-superfish UL LI
{
	display: inline-block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.block-superfish UL LI A
{
	padding: 10px 20px;
	margin: 0.2em 0;
	display: block;
	color: #333333;
	position: relative;
	text-decoration: none;
}
.block-superfish UL LI A.sf-depth-1
{
	padding: 10px 20px;
	margin: 0.2em 0;
	display: block;
	color: #333333;
	position: relative;
	text-decoration: none;
}
.block-superfishmain UL LI .nolink
{
	padding: 10px 15px;
	margin: 0.2em 0;
	display: block;
	color: #333333;
	position: relative;
	text-decoration: none;
}
.block-superfish UL LI .nolink .sf-sub-indicator
{
	display: none;
}
.block-superfish UL LI A .sf-sub-indicator
{
	display: none;
}
.block-superfish UL LI A:hover
{
	color: #333C2D;
}
.block-superfishmain UL LI.sf-depth-1 UL
{
	background: #FFF;
}
.block-superfishmain UL LI.sf-depth-1 UL LI
{
	color: #333333;
}
@media screen and (max-width: 1199px)
{
	.header .menu .block-superfish
	{
		display: none;
	}
}
/*// MMenu*/
@media screen and (min-width: 1200px)
{
	.responsive-menu-toggle-icon
	{
		box-sizing: border-box;
		display: none;
		width: 50px;
		height: 50px;
		z-index: 4;
		margin-top: 35px;
		position: relative;
	}
}
@media screen and (max-width: 1199px)
{
	.responsive-menu-toggle-icon
	{
		box-sizing: border-box;
		display: block;
		width: 50px;
		height: 50px;
		z-index: 4;
		margin-top: 35px;
		position: relative;
	}
}
.mm-menu UL LI A
{
	font-size: 20px;
	padding: 5%;
}
.mm-menu UL LI A.is-active
{
	font-size: 20px;
	padding: 5%;
	background: #333C2D;
	color: #FFF;
}
.mm-menu UL LI A:hover
{
	font-size: 20px;
	padding: 5%;
	background: #333C2D;
	color: #FFF;
}
.block-commerce-cart-flyout A
{
	text-decoration: none !important;
	border: none !important;
}
.block-commerce-cart-flyout A SPAN.cart-block--summary__count
{
}
/*// 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*/
.path-frontpage .main-container
{
	padding: 0;
}
.main-container
{
	padding: 0 0 50px 0;
}
.path-product .main-container
{
	padding: 0;
}
/*// Service Region*/
/*// Hero Region*/
/*// Portfolio Region*/
.portfolio
{
	min-height: 500px;
	position: relative;
	background: url(/sites/default/files/2023-01/_MA_8951.jpg) center center / cover no-repeat scroll;
	margin: 0 0 100px 0;
}
.portfolio .cta-container .cta-container-background
{
}
.portfolio .cta-container .cta-container-background .cta-container-overlay .cta-container-overlay-text
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 280px;
}
.portfolio .cta-container .cta-container-background .cta-container-overlay .cta-container-overlay-text P
{
	border: 1px solid #333C2D;
	background: #333C2D;
	color: #FFF;
	padding: 10px;
	text-align: center;
}
.portfolio .cta-container .cta-container-background .cta-container-overlay .cta-container-overlay-text A
{
	text-decoration: none !important;
}
/****

//  CSS for Footer Regions

****/
/*// Footer Top Region*/
.footer-top
{
	padding: 50px 0;
	text-align: center;
}
.footer-top A
{
	width: 100px;
	margin: auto;
}
.footer-top A.navbar-brand IMG
{
	max-width: 100px;
}
/*// Footer Region*/
.footer
{
	background: #FFF;
	padding: 50px 15px;
	margin: 0;
}
.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;
}
@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;
}
.footer-bottom .fotter-bottom-left
{
	text-align: center;
	margin: 0;
}
.footer-bottom .footer-bottom-left P
{
	color: #FFF;
	text-align: center;
	font-size: 14px;
}
.footer-bottom .footer-bottom-left A
{
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}
.footer-bottom .fotter-bottom-right
{
	text-align: center;
	margin: 0;
}
.footer-bottom .fotter-bottom-right P
{
	color: #FFF;
	text-align: center;
	font-size: 14px;
}
.footer-bottom .fotter-bottom-right A
{
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 0 10px 0 0;
}
/*// 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;
}
