/****

// 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: 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: #000;
	margin: 0;
	margin-bottom: 0;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.8em;
}
A
{
	color: #CD1719;
	text-decoration: none;
	transition: all 500ms ease-in-out;
}
A:hover
{
	color: #000;
	text-decoration: none;
}
A:focus
{
	color: #000;
	text-decoration: none;
}
HR
{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #D7D7D7;
}
/*// Header*/
.header
{
	background: #CD1719;
	transition: all 500ms ease-in-out;
	max-height: 100px;
	z-index: 99;
	padding: 0 5%;
}
.header .container
{
	max-height: 100px;
}
.header .logo A IMG
{
	max-height: 70px;
	padding: 0;
	margin-top: 25px;
}
/*// Header - Menu*/
.block-superfish
{
	margin-top: 30px;
	font-size: 18px;
}
.block-superfish UL
{
	color: #FFF;
	float: right;
	text-transform: uppercase;
	font-weight: 700;
}
.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: #FFF !important;
	position: relative;
	text-decoration: none;
}
.block-superfish UL LI UL LI OL
{
	display: block;
	color: #333 !important;
	position: relative;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px !important;
}
.block-superfish UL LI UL LI OL LI A
{
	padding: 5px 20px;
	margin: 0.2em 0;
	display: block;
	color: #333 !important;
	position: relative;
	text-decoration: none;
}
.block-superfish UL LI UL LI OL LI:last-child
{
	padding: 0 0 20px 0;
	margin: 0;
	display: block;
	color: #333 !important;
	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: #FFF;
	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: #005098;
}
.block-superfish UL LI A:hover:after, .block-superfish UL LI A:hover:before
{
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	opacity: 1;
}
.block-superfish UL LI A.is-active:after, .block-superfish UL LI A.is-active:before
{
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	opacity: 1;
}
.block-superfishmain UL LI.sf-depth-1 UL
{
	background: #FFF;
	box-shadow: none !important;
}
.block-superfishmain UL LI.sf-depth-1 UL LI
{
	color: #333333;
}
.block-superfishmain UL LI.sf-depth-1
{
}
/*// Off Canvas Menu*/
@media screen and (max-width: 1100px)
{
	.block-superfish
	{
		margin-top: 30px;
		font-size: 16px;
	}
	.block-superfish UL LI A
	{
		padding: 10px 15px !important;
		margin: 0.5em 0 !important;
		display: block;
		color: #FFF !important;
		position: relative;
		text-decoration: none;
	}
	.block-superfishmain UL LI .nolink
	{
		padding: 10px 15px;
		margin: 0.5em 0 0.2em !important;
		display: block;
		color: #FFF;
		position: relative;
		text-decoration: none;
	}
}
@media screen and (max-width: 992px)
{
	.block-superfish.block-superfishmain
	{
		display: none;
	}
	.header .menu
	{
		float: right !important;
	}
}
@media screen and (min-width: 992px)
{
	.block-responsive-menu A.responsive-menu-toggle-icon
	{
		display: none;
	}
	.menu .block-superfish A.hidden-desktop
	{
		display: none;
	}
}
/*// 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;
}
/*// Service Region*/
/*// Hero Region*/
/*// Portfolio  Region*/
.portfolio
{
	background: #CD1719;
	padding: 50px 30px;
	margin-top: 100px;
}
/*// Client Region*/
.client .cta-newsletterlink
{
	padding: 150px 0;
	background: #FFF;
	text-align: left;
}
.client .cta-newsletterlink P
{
	font-size: 1.8em;
	line-height: 24px;
}
.client .cta-newsletterlink P STRONG
{
	font-size: 1em;
	font-weight: 700;
	line-height: 24px;
}
.client .cta-newsletterlink H2
{
	font-weight: 700;
	color: #CD1719;
	font-size: 2.5em;
	margin-top: 30px;
}
.client .cta-newsletterlink A
{
	font-weight: 700;
	font-size: 18px;
	color: #000;
	position: relative;
}
.client .cta-newsletterlink A:after
{
	font-weight: 700;
	color: #000;
	color: #000 !important;
	position: absolute !important;
	top: -5px;
	content: "»" !important;
	text-decoration: none !important;
	transition: all 500ms ease-in-out !important;
	margin: 0 0 0 5px;
	font-size: 22px !important;
}
@media screen and (max-width: 991px)
{
	.client .cta-newsletterlink H2
	{
		font-weight: 700;
		color: #CD1719;
		font-size: 2.5em;
		margin-top: 30px;
	}
	.client .cta-newsletterlink P
	{
		font-size: 1.8em;
		line-height: 1.4em;
	}
}
@media screen and (max-width: 360px)
{
	.client .cta-newsletterlink H2
	{
		font-weight: 700;
		color: #CD1719;
		font-size: 2em;
		margin-top: 30px;
	}
	.client .cta-newsletterlink P
	{
		font-size: 1.5em;
		line-height: 1.4em;
	}
	.client .cta-newsletterlink P STRONG
	{
		font-size: 20px;
		font-weight: 700;
		line-height: 24px;
	}
}
/****

//  CSS for Footer Regions

****/
/*// Footer Top Region*/
.footer-top
{
	padding: 150px 0;
	background: #FFF;
	text-align: left;
}
.footer-top P
{
	font-size: 1.8em;
}
.footer-top H2
{
	font-weight: 700;
	color: #CD1719;
	font-size: 2.5em;
	margin-top: 0;
}
.footer-top A
{
	color: #CD1719;
	transition: all 500ms ease-in-out;
}
.footer-top A:hover
{
	color: #000;
	transition: all 500ms ease-in-out;
}
.footer-top A:focus
{
	color: #000;
	transition: all 500ms ease-in-out;
}
@media screen and (max-width: 991px)
{
	.footer-top H2
	{
		font-weight: 700;
		color: #CD1719;
		font-size: 2.5em;
		margin-top: 0;
		line-height: 56px;
	}
}
/*// Footer Region*/
.footer
{
	padding: 50px 5%;
	margin: 0;
	background: rgb(140, 137, 141);
	background: linear-gradient(90deg, rgba(140, 137, 141, 1) 0%, rgba(96, 96, 96, 1) 100%);
	color: #000;
	transition: all 500ms ease-in-out;
}
.footer H2
{
	color: #000;
	display: block;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: normal;
	text-transform:norm;
}
.footer H2.hidden
{
	color: transparent;
}
.footer P
{
	color: #000;
	padding: 2px 0;
}
.footer A
{
	color: #000;
	transition: all 0.3s linear;
	text-decoration: none;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 0;
	transition: all 500ms ease-in-out;
}
.footer A:hover
{
	color: #FFF;
	text-decoration: none;
}
.footer .socialmedia A
{
	color: #FFF !important;
	margin: 0 0 0 30px;
	text-decoration: none !important;
	border: 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
{
	padding: 0 5% 50px;
	margin: 0;
	float: left;
	width: 100%;
	background: rgb(140, 137, 141);
	background: linear-gradient(90deg, rgba(140, 137, 141, 1) 0%, rgba(96, 96, 96, 1) 100%);
	color: #000;
	transition: all 500ms ease-in-out;
}
.footer-bottom .fotter-bottom-right P
{
	color: #FFF;
	font-size: 28px;
}
/*// 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-pagination
{
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translate(-50%, 0%);
	z-index: 999 !important;
}
.owl-theme .owl-controls .owl-page
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	z-index: 999 !important;
	/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page SPAN
{
	display: block;
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	filter: none !important;
	border-radius: 0 !important;
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #888;
	z-index: 999 !important;
}
.owl-theme .owl-controls .owl-page.active SPAN, .owl-theme .owl-controls.clickable .owl-page:hover SPAN
{
	background: #CD1719;
	border: 3px solid #CD1719;
	transition: all 500ms ease-in-out;
}
.owl-theme .owl-controls .owl-page.active SPAN, .owl-theme .owl-controls.clickable .owl-page.active SPAN
{
	background: #CD1719;
	border: 3px solid #CD1719;
	transition: all 500ms ease-in-out;
}
.owl-theme .owl-controls .owl-page.active SPAN, .owl-theme .owl-controls.clickable .owl-page SPAN
{
	background: #FFF;
	border: 3px solid #CD1719;
	opacity: 1;
	transition: all 500ms ease-in-out;
}
/* 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;
}
/*// CTA Newsletter*/
.cta-newsletter-block .cta-newsletter-content
{
	background: #CD1719;
	padding: 75px 0;
	text-align: center;
	position: relative;
}
.cta-newsletter-block.block-block-content P
{
	color: #FFF;
	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;
}
.cta-newsletter-block .cta-newsletter-content .nlaction
{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	width: 360px;
}
.cta-newsletter-block .cta-newsletter-content .nlaction P A
{
	color: #000;
	font-weight: 700;
}
.cta-newsletter-block .cta-newsletter-content .nlaction P A:after
{
	position: absolute;
	content: ". ";
	color: transparent;
	background: url(/sites/default/files/websiteimages/White_right.png) center / contain no-repeat;
	width: 30px;
	height: 30px;
	margin: 7px 0 0;
}
@media screen and (max-width: 991px)
{
	.cta-newsletter-block .cta-newsletter-content .nlaction
	{
		position: relative;
		top: 0;
		right: 0;
		transform: translate(0%, 0%);
		width: 100%;
	}
}
