/****

// Basic CSS for Frontend

****/
/*// General Styles*/
HTML
{
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
}
BODY
{
	font-family: Arial;
	font-size: 18px;
	color: #333;
	background: #F4F4F4;
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 100%;
}
H1
{
	display: block;
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: 500;
	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: #333;
	margin: 0;
	margin-bottom: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.8em;
}
/**
Fonts
**/

/*Main Container*/
.page-header
{
	padding-bottom: 0;
	margin: 30px 0;
	border-bottom: none;
}
.main-container .region-content
{
	padding: 50px 0;
}
.path-frontpage .main-container .region-content
{
	padding: 0;
}
/*Sidebars*/
/*// Header*/
.header
{
	width: 100%;
	position: fixed;
	max-height: 80px;
	z-index: 999;
	background: #C6C6C6;
	box-shadow: 0 0 5px 1px #A1A1A1;
	transition: all 500ms ease-in-out;
}
.header .row
{
	max-height: 80px;
	transition: all 500ms ease-in-out;
}
.header .container
{
	max-height: 80px;
	transition: all 500ms ease-in-out;
}
.header .logo
{
	margin: 0;
	padding: 5px 0;
	-webkit-transition: 0.2s;
	transition: all 0.2s ease;
	float: left;
	transition: all 500ms ease-in-out;
}
.header .logo A.logo IMG
{
	max-height: 60px;
	margin: 0;
	padding: 0;
	transition: all 500ms ease-in-out;
}
.header.headroom.headroom--top
{
	opacity: 1;
	transition: all 500ms ease-in-out;
}
.header.headroom.headroom--not-top
{
	opacity: 0;
	z-index: -1;
}
.header .sf-menu LI A
{
	font-size: 16px;
	color: #000;
	padding: 5px 10px;
}
/*// Header - Menu*/
.header .menu
{
	float: right;
	padding: 0;
	margin-top: 35px;
	transition: all 500ms ease-in-out;
}
.responsive-menu-toggle
{
	display: inline-block;
}
.responsive-menu-toggle-icon
{
	box-sizing: border-box;
	display: block;
	width: 45px;
	height: 45px;
	z-index: 4;
	margin-top: 35px;
	position: relative;
}
.no-js .responsive-menu-toggle-icon
{
	display: none;
}
.responsive-menu-toggle-icon SPAN.label
{
	display: block;
	position: absolute;
	font-size: 17px;
	text-transform: uppercase;
	top: 2px;
	left: 40px;
	color: #000;
}
.responsive-menu-toggle-icon:before, .responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon SPAN.icon
{
	background: #000;
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 5px;
	border-radius: 2px;
}
.responsive-menu-toggle-icon:before
{
	top: 6px;
}
.responsive-menu-toggle-icon SPAN.icon
{
	top: 14px;
}
.responsive-menu-toggle-icon:after
{
	top: 22px;
}
.responsive-menu-toggle-icon:before, .responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon SPAN.icon
{
	transition: none 0.4s ease-out 0.1s;
	transition-property: -webkit-transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}
.mm-panels .mm-panel.mm-panel_opened .mm-navbar
{
	background: #5E0045;
	color: #FFF;
}
.mm-panels .mm-panel.mm-panel_opened
{
	background: #5E0045;
}
.mm-panels .mm-panel.mm-panel_opened UL.mm-listview LI
{
	padding: 15px;
}
.mm-panels .mm-panel.mm-panel_opened UL.mm-listview LI A
{
	background: transparent;
	color: #FFF;
	letter-spacing: 2px;
}
.mm-panels .mm-panel.mm-panel_opened UL.mm-listview LI A:hover, .mm-panels .mm-panel.mm-panel_opened UL.mm-listview LI A:focus
{
	background: transparent;
}
.block-dropdown-languagelanguage-content
{
	width: 75px;
	margin-top: 0;
}
.header .langswitcher
{
	float: right;
}
.header .langswitcher BUTTON
{
	font-size: 16px !important;
	background: #5E0045;
	color: #FFF;
	padding: 5px !important;
	margin-top: 30px !important;
	box-shadow: none;
	float: ;
}
.header .langswitcher BUTTON.btn-default.btn.dropdown-toggle
{
	background: #5E0045;
	color: #FFF;
}
.header .langswitcher BUTTON.btn-default.btn.dropdown-toggle:hover
{
	background: #5E0045 !important;
	color: #FFF !important;
}
.header .langswitcher BUTTON.btn-default.btn.dropdown-toggle:focus
{
	background: #5E0045 !important;
	color: #FFF !important;
}
.header .langswitcher .language-link.button.btn-default
{
	background: #5E0045;
	color: #FFF;
}
.header .langswitcher .language-link.button.btn-default:hover
{
	background: #5E0045 !important;
	color: #FFF !important;
}
/*// Slider*/
.slider
{
	background: #ECECEC;
	padding-top: 80px;
	transition: all 500ms ease-in-out;
}
@media screen and (max-width: 480px)
{
	.header
	{
		width: 100%;
		position: fixed;
		max-height: 60px;
		z-index: 999;
		background: #C6C6C6;
		box-shadow: 0 0 5px 1px #A1A1A1;
		transition: all 500ms ease-in-out;
	}
	.header .logo A.logo IMG
	{
		max-height: 40px;
		margin: 0;
		padding: 0;
		transition: all 500ms ease-in-out;
	}
	.header .logo
	{
		margin: 0;
		padding: 6px 0 10px;
		-webkit-transition: 0.2s;
		transition: all 0.2s ease;
		float: left;
		transition: all 500ms ease-in-out;
	}
	.header .menu
	{
		float: right;
		padding: 25px 50px 25px 25px;
		transition: all 500ms ease-in-out;
	}
	.slider
	{
		background: #ECECEC;
		padding-top: 60px;
		transition: all 500ms ease-in-out;
	}
}
/*// Heading & Breadcrumb*/
.page-heading .breadcrumb
{
	background: none;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 20px 0;
}
.page-heading .breadcrumb > LI + LI:before
{
	content: "\2022";
	padding-right: 6px;
}
.page-heading .breadcrumb A
{
	color: #FFF;
}
/*// Breadcrumbs*/
.breadcrumb
{
	padding: 0;
	margin-bottom: 20px;
	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: #333;
	font-family: 'FontAwesome';
	font-size: 5px;
	vertical-align: middle;
	content: "\f111 ";
}
.breadcrumb LI A
{
	color: #333;
	transition: 0.3s linear;
}
.breadcrumb LI A:hover
{
	color: #00549F;
	text-decoration: none;
}
.breadcrumb > .active
{
	color: #00549F;
}
/*// Service Region*/
.service-region .col-md-6
{
	padding: 0;
}
.service-region H2.block-title
{
	text-transform: uppercase;
}
.service-region .block-block-content
{
}
.service-region .block-block-content .field--name-body A
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.service-region .block-block-content .field--name-body A:after
{
	font-family: "Font Awesome 5 Free";
	content: "  \f30b";
	font-weight: 900;
	position: absolute;
	margin: 1px 0px 0 7px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.service-region .block-block-content .field--name-body A:hover:after
{
	font-family: "Font Awesome 5 Free";
	content: "  \f30b";
	font-weight: 900;
	position: absolute;
	margin: 1px 0px 0 14px;
}
.service-region .service-region-left .region-service-region-left
{
	background: rgba(242, 155, 18, 0.8);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color: #FFF;
	border-right: 5px solid #FFF;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	height: 500px;
	position: relative;
}
.service-region .service-region-left .region-service-region-left .block-block-content
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}
.service-region .service-region-left .region-service-region-left P
{
	color: #FFF;
}
.service-region .service-region-left .region-service-region-left:hover
{
	background: #F39C12;
}
.service-region .service-region-right .region-service-region-right
{
	background: rgba(47, 47, 47, 0.8);
	padding: 10% 15% 15%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color: #FFF;
	border-left: 5px solid #FFF;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	height: 500px;
	position: relative;
}
.service-region .service-region-right .region-service-region-right .block-block-content
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}
.service-region .service-region-right .region-service-region-right P
{
	color: #FFF;
}
.service-region .service-region-right .region-service-region-right:hover
{
	background: #2F2F2F;
}
@media screen and (max-width: 991px)
{
	.service-region .service-region-left .region-service-region-left
	{
		background: rgba(242, 155, 18, 0.75);
		padding: 10% 15% 15%;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		color: #FFF;
		border-right: 5px solid #FFF;
		border-top: 10px solid #FFF;
		border-bottom: none;
		min-height: 450px;
	}
	.service-region .service-region-right .region-service-region-right
	{
		background: rgba(47, 47, 47, 0.75);
		padding: 10% 15% 15%;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		color: #FFF;
		border-left: 5px solid #FFF;
		border-top: 10px solid #FFF;
		border-bottom: 10px solid #FFF;
		min-height: 450px;
	}
	.service-region .service-region-left .region-service-region-left .block-block-content
	{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	.service-region .service-region-right .region-service-region-right .block-block-content
	{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
}
@media screen and (max-width: 515px)
{
	.service-region .service-region-left .region-service-region-left
	{
		background: #F39C12;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		color: #FFF;
		border-right: 5px solid #FFF;
		border-top: 10px solid #FFF;
		border-bottom: none;
	}
	.service-region .service-region-right .region-service-region-right
	{
		background: #2F2F2F;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		color: #FFF;
		border-left: 5px solid #FFF;
		border-top: 10px solid #FFF;
		border-bottom: 10px solid #FFF;
	}
	.service-region .service-region-left .region-service-region-left .block-block-content
	{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
	.service-region .service-region-right .region-service-region-right .block-block-content
	{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}
}
/*// Hero Region*/
.region-hero .hero-section
{
	background: #ECECEC;
	position: relative;
	padding: 75px 0;
	text-align: center;
}
.region-hero .hero-section.block-block-content H2
{
	text-align: center;
}
.region-hero .hero-section.block-block-content .field--name-body
{
	width: 100%;
	max-width: 1170px;
	margin: auto;
}
.region-hero .hero-section .hero-title
{
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 15px 0;
	min-height: 50px;
	padding: 15px;
}
.region-hero .hero-section .hero-image
{
	margin: auto;
	text-align: center;
}
.region-hero .hero-section .hero-image IMG
{
	max-width: 180px;
	margin: auto;
}
.region-hero .hero-section .hero-text
{
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 15px;
}
/*// Client Region*/
.client
{
	background: #FFF;
}
/*// Footer Top Region*/
.footer-top
{
	padding: 100px 0;
	background: #ECECEC;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	text-align: center;
}
.footer-top H3
{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
}
/*// Footer Region*/
.footer
{
	background: #C6C6C6;
	padding: 50px 0;
	margin: 0;
}
.footer H2
{
	color: #FFF;
	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: #000;
	font-size: 16px;
}
.footer A
{
	color: #000;
	transition: all 0.3s linear;
	font-size: 16px;
}
.footer A:hover
{
	color: #000;
	text-decoration: underline;
}
.footer A SVG
{
	color: rgba(255, 255, 255, 0.45);
	height: auto;
	width: auto;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	margin: 0 15px 0 0;
}
.footer A SVG:hover
{
	color: rgba(255, 255, 255, 1);
}
.footer IMG
{
	max-width: 180px;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}
.footer-bottom
{
	background: #C6C6C6;
	padding: 0;
	margin: 0;
	width: 100%;
}
.footer-bottom P
{
	color: #575757;
	font-size: 14px;
}
.footer-bottom .nav
{
}
.footer-bottom NAV UL.menu.nav LI
{
	display: inline-block;
}
.footer-bottom NAV UL.menu.nav LI A
{
	width: auto;
	padding: 0 5px;
	background: transparent;
	color: #FFF;
	display: inline-block;
}
.footer-bottom NAV UL.menu.nav LI A:hover
{
	width: auto;
	background: transparent;
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	display: inline-block;
}
@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;
	}
}
/*// Copyright Region*/
.copyright
{
	background: #C6C6C6;
	padding: 25px 0;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.copyright A
{
	color: #000;
}
/*// 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;
}
/*
* 	Overriden Bootstrap Theme
*	Shortcode Styles
*/
/* Accordion */
#accordion .panel-default .panel-heading .panel-title
{
	padding: 10px;
}
#accordion .panel-default .panel-heading
{
	border: none;
	background: #00549F;
}
.panel-group .panel-heading A
{
	display: block;
	padding: 0;
	border-radius: 5px;
	color: #FFF;
}
.panel-group .panel-heading A:hover, .panel-group .panel-heading A:focus
{
	text-decoration: none;
}
/*Buttons*/
A BUTTON.btn-orange
{
	background: #F39C12;
	color: #FFF;
	padding: 20px 25px;
	border: none;
	transition: 300ms ease-in-out;
	box-shadow: 0px 4px 20px #CCC;
	letter-spacing: 3px;
	font-weight: 500;
}
A BUTTON.btn-orange:hover, A BUTTON.btn-orange:focus
{
	transform: translateY(-3px);
	box-shadow: 0px 2px 20px #777;
}
/*Bootsrap Corrections to Material Design*/
BUTTON
{
	text-transform: uppercase;
}
BUTTON:focus
{
	outline: none !important;
}
.btn
{
	border-radius: 2px;
	border: 0;
	transition: 0.2s ease-out;
	color: #FFF;
	margin: 6px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn:hover
{
	color: #FFF;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn:active, .btn:focus, .btn.active
{
	outline: 0;
	color: #FFF;
}
/*Primary*/
.btn-primary
{
	background: #4285F4;
}
.btn-primary:hover, .btn-primary:focus
{
	background-color: #5A95F5 !important;
}
.btn-primary.active
{
	background-color: #0B51C5 !important;
}
/*Secondary*/
.btn-secondary
{
	background-color: #AA66CC;
}
.btn-secondary:hover, .btn-secondary:focus
{
	background-color: #B579D2 !important;
	color: #FFF;
}
.btn-secondary.active
{
	background-color: #773399 !important;
}
.btn-secondary.active:hover
{
	color: #FFF;
}
.btn-secondary.active:focus
{
	color: #FFF;
}
/*Default*/
.btn-default
{
	background: #2BBBAD;
}
.btn-default:hover, .btn-default:focus
{
	background-color: #30CFC0 !important;
}
.btn-default.active
{
	background-color: #186860 !important;
}
/*Success*/
.btn-success
{
	background: #00C851;
}
.btn-success:hover, .btn-success:focus
{
	background-color: #00D255 !important;
}
.btn-success.active
{
	background-color: #006228 !important;
}
/*Info*/
.btn-info
{
	background: #33B5E5;
}
.btn-info:hover, .btn-info:focus
{
	background-color: #4ABDE8 !important;
}
.btn-info.active
{
	background-color: #14799E !important;
}
/*Warning*/
.btn-warning
{
	background: #FF8800;
}
.btn-warning:hover, .btn-warning:focus
{
	background-color: #FF961F !important;
}
.btn-warning.active
{
	background-color: #CC8800 !important;
}
/*Danger*/
.btn-danger
{
	background: #CC0000;
}
.btn-danger:hover, .btn-danger:focus
{
	background-color: #DB0000 !important;
}
.btn-danger.active
{
	background-color: maroon !important;
}
/*Link*/
.btn-link
{
	background-color: transparent;
	color: #000;
}
.btn-link:hover, .btn-link:focus
{
	background-color: transparent;
	color: #000;
}
/*Pricing Table*/
.card
{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #FFF;
	background-clip: border-box;
	border-radius: 0.25rem;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	transition: 300ms ease-in-out;
}
.card:hover
{
	transform: translateY(-3px);
	box-shadow: 0px 2px 20px #777;
}
.card-header
{
	background: #2F2F2F;
	padding: 0;
	margin: 0;
}
.card-header H3
{
	color: #FFF;
	text-align: center;
}
.card .card-body
{
}
.card .card-body H2
{
	text-align: center;
	margin: 0;
}
.card-body
{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
}
.card .card-body UL.list-unstyled LI
{
	padding: 10px 0;
	border-bottom: 1px solid #EAEAEA;
}
.card .card-body BUTTON.btn-orange-cta-hosting
{
	background: #F39C12;
	color: #FFF;
	margin: 50px 0 0;
	padding: 10px;
	border: none;
	transition: 300ms ease-in-out;
	box-shadow: 0px 4px 20px #CCC;
	letter-spacing: 3px;
	font-weight: 300;
	width: 100%;
}
/*Banner*/
.fhe-banner
{
	background: #F39C12;
	color: #FFF;
	width: 75%;
	margin: auto;
	padding: 10px;
	border: none;
	box-shadow: 0px 4px 20px #CCC;
	letter-spacing: 3px;
	font-weight: 300;
	text-align: center;
}
.fhe-banner H3
{
	margin: 0 !important;
}
