body, html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body, .newslatest .uk-margin {
	font-weight: 400;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 2rem;
    background-color: #fff;
    color: #333;
    font-weight: 400;
	font-family: 'Rubik', sans-serif !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .uk-scope .uk-h1, .uk-scope .uk-h2, .uk-scope .uk-h3, .uk-scope .uk-h4, .uk-scope .uk-h5, .uk-scope .uk-h6, .uk-scope .uk-heading-2xlarge, .uk-scope .uk-heading-large, .uk-scope .uk-heading-medium, .uk-scope .uk-heading-small, .uk-scope .uk-heading-xlarge, .uk-scope h1, .uk-scope h2, .uk-scope h3, .uk-scope h4, .uk-scope h5, .uk-scope h6  {
	margin-bottom: 4rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #333;
	font-family: 'Rubik', sans-serif !important;
}
h1, h2, h3 {
	position: relative;
}
h1, .uk-h2, .uk-h3 {
	text-align: center;
}
h1::after, h2::after, h3::after {
	content: "";
	border: 3px solid #981801;
	position: absolute;
	bottom: -30px;
	width: 100px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.h3left h3::after, .h3left h3 {
	margin: 0;
	text-align: left;
}
#section-heading {
	text-align: center;
}
footer h3::after {
	content: "";
	border: 3px solid #fff;
	position: absolute;
	z-index: 9999;
	bottom: -30px;
	width: 100px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.greybg h2, .greybg h3, .greybg p  {
	color: #fff !important;
}
.greybg {
	background: #333;
}
a, a:link, a:visited {
    color: #981801;
}
a:hover {
    text-decoration:  underline;
}
.btn, .btn-primary, .uk-scope .uk-button-default, input.wpcf7-submit {
	background-color: #981801 !important;
	color: #fff !important;
	border: 1px solid #981801 !important;
	border-radius: 5px !important;
	font-size: 1.3rem !important;
	padding: 0.5rem 2rem !important;
	font-weight: 600;
	margin: 0.5rem 0;
	text-transform: uppercase;
	line-height: 38px !important;
}
.btn:hover, .btn-primary:hover, .uk-scope .uk-button-default:hover {
  background-color: #fff !important;
  color: #981801 !important;
  border: 1px solid #981801 !important;
}
p, li {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
	font-weight: 400 !important;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 2rem;
}
.logo {
    max-width: 100%;
    margin: auto;
    text-align: left;
}
.container {
	max-width: 1600px !important;
}
.grid-col {
    flex-basis: 55%;
}
.grid-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logo {
	padding: 2em;
}
.top-head {
    width: 100% !important;
    max-width: 100% !important;
    color: #fff !important;
}
.slideshow .container-fluid {
	padding-right: 0;
	padding-left: 0;
}
#header-nav-menu {
	float: right;
	padding-top: 4.5em;
	padding-right: 3em;
}
ul#menu-main-menu {
    margin: 0px auto;
}

.main-navigation a {
	font-size: 1.25rem;
	font-weight: 600;
	padding: .5rem 1rem;
	color: #333 !important;
}
.main-navigation a:hover, .main-navigation .menu-main-menu-container > li > a:active, .main-navigation .menu-main-menu-container > .current-menu-item > a {
    color: #981801 !important;
	text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 1px 5px 7px rgb(0 0 0 / 14%);
    display: block;
    background: #DCDADA;
	padding: 0px;
    border-radius: 0 5px;
}
ul.sub-menu li {
	padding: 0 !important;
	margin-bottom: 0 !important;
}
ul.sub-menu li a {
	position: relative;
  	line-height: 24px !important;
  	margin: 0px !important;
	padding-top: 14px;
	padding-bottom: 14px;
 	font-size: 16px;
	border-radius: 0;
	

}
ul.sub-menu li a:hover {
  background-color: #981801;
  border-radius: 0px;
}
ul.sub-menu li:first-of-type a {
	border-top-right-radius: 5px;
}
ul.sub-menu li:last-of-type a {
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0px;
}
ul.sub-menu .current-menu-item a {
	background: #981801;
}
ul.sub-menu .current-menu-item a {
	color: white !important;
}
ul.sub-menu  a:hover{
    color: #fff !important;
    border: 0px;
}
div#banner {
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
div#banner-all {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 274px;
    background-position: center !important;
}
.homeslide .uk-h1 {
	color: #fff;
	font-weight: 700;
	font-size: 4.0625rem;
	line-height: 4.875rem;
	margin: 0 0 2rem !important;
	text-shadow: 2px 2px 3px #333;
}
.homeslide .uk-text-large p {
	color: #fff;
}
.homeslide .uk-overlay > div {
	padding-left: 10%;
	width: 34%;
}
.container {
    padding: 20px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.fullwidth {
	margin: 0 !important;
	padding: 0 !important;
}
.fullwidth .container {
	margin: 0 !important;
	padding: 0 !important;
	min-width: 100%;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.main > div {
	padding: 4rem 1rem;
}
.full-wd .container {
	padding:0;
    width: 100%;
    max-width: 100%;
}
footer {
	background: #981801;
	color: #fff;
	padding: 4rem 0;
}
footer p {
	font-size: 1.1rem;
}
footer h3, footer p, footer a {
	color: #fff !important;
}
footer .uk-scope ul {
	padding-left: 0;
}
footer li {
	list-style: inside;
	font-size: 1.1rem;
	line-height: 2rem;
}
footer ul li, footer ul li a {
	color: white;
	list-style: none;
}
#copyright {
	padding-top: 0.4em;
}
.reviews .uk-card-media-top {
	padding: 50px 0 0 0;
}
.people .uk-transition-scale-up.uk-transition-opaque {
	border: 10px solid #ddd;
}
.wpcf7-form.init br {
	display: none;
}
.h3form {
	margin-top: 10px !important;
}
input.wpcf7-form-control {
	font-size: 1.375rem;
}
.uk-scope .uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
	background-color: #666;
	box-shadow: 0 14px 25px rgba(0,0,0,.16);
	border-radius: 6px;
}
.post-thumbnail img {
	width: 100%;
}
.tick-list-style {
	list-style: none;
	margin-left: 0;
}
.tick-list-style li {
	position: relative;
	font-weight: lighter;
	margin: 10px;
}
.tick-list-style li::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: -30px;
	top: 7.5px;
	background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 122.88 101.6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23981801;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Etick-green%3C/title%3E%3Cpath class='cls-1' d='M4.67,67.27c-14.45-15.53,7.77-38.7,23.81-24C34.13,48.4,42.32,55.9,48,61L93.69,5.3c15.33-15.86,39.53,7.42,24.4,23.36L61.14,96.29a17,17,0,0,1-12.31,5.31h-.2a16.24,16.24,0,0,1-11-4.26c-9.49-8.8-23.09-21.71-32.91-30v0Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}
.post-thumbnail img {
	width: 60%;
	margin: 2rem auto;
	display: block;
}
.entry-meta {
	text-align: center;
}
@media (max-width: 1360px) {
	.main-navigation a {
		font-size: 1.1rem !important;
	}
.homeslide .uk-h1 {
	font-size: 3rem;
	line-height: 3.875rem;
}
	.homeslide .uk-overlay > div {
		width: 100%;
	}
}

@media (max-width: 1100px) {
	.header-top > .row > * {
		display: flex;
		flex-basis: 100%;
		align-self: center;
		justify-content: center !important;
		align-content: center !important;
		max-width: 100%;
		float: none !important;
	}
	.main-navigation ul {
	}
	.header-menu {
		padding: 0 !important;
	}
	.header-top > .row {
		display: flex !important;
		flex-wrap: nowrap !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-content: center !important;
	}
	
}
@media (max-width: 900px) {
	.main-navigation a {
		font-size: 1rem !important;
	}
}
@media (max-width: 767px) {
	.header-top > .row > * {
		display: block;
	}
body, .newslatest .uk-margin, p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.homeslide .uk-overlay > div {
	padding-left: 5%;
	width: 95%;
}
.homeslide .uk-h1 {
	font-size: 2.2rem;
	line-height: 2.6rem;
	margin: 0;
}
.h1, h1 {
	font-size: 2rem !important;
}
.main > div {
	padding: 3rem 1rem;
}
.menu-toggle {
	background: #981801;
	height: 46px;
	border: 0;
	border-radius: 4px;
	width: 50px;
	position: absolute;
	top: -175px;
	right: 35px;
}
.menu-toggle::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80' width='40' height='40' fill='%23ffffff'%3E%3Crect width='80' height='10' rx='5'%3E%3C/rect%3E%3Crect y='25' width='80' height='10' rx='5'%3E%3C/rect%3E%3Crect y='50' width='80' height='10' rx='5'%3E%3C/rect%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    display: block;
    color: white;
    top: 7px;
    left: 9px;
}
#header-nav-menu {
	float: unset;
	background: #981801;
	padding: 0;
}
#header-nav-menu #menu-main-menu {
	padding: 0px 0px;
}
#header-nav-menu #menu-main-menu li {
	margin-bottom: 0;
}
#header-nav-menu #menu-main-menu li.current_page_item {
	background: white;
}
#header-nav-menu #menu-main-menu li.current_page_item a {
	color: black !important;
}
#header-nav-menu li a {
	color: white !important;
}
span.icon-bar {
  margin: 3px 0;
}
.icon-bar {
  border-radius: 1px 1px 1px 1px;
  display: block;
  height: 4px;
  width: 25px;
  background-color: #ffffff;
}
#header-nav-menu {
	padding-right: 0 !important;
}
}
@media (min-width: 768px) and (max-width: 959px) {
}

/* (810x1080) iPad 1 & 2, Portrait */
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: portrait) {
.homeslide .uk-overlay > div {
	padding-left: 0;
	width: 85%;
}
.homeslide .uk-h1 {
	font-size: 3rem;
	line-height: 3.875rem;
}
img.wp-image-906 {
	margin: 0 auto;
	display: ;
	display: block;
}
p, li, body, .newslatest .uk-margin {
	font-size: 1.275rem;
}
.post-thumbnail img {
	width: 90%;
}
.h1, h1 {
	font-size: 2rem !important;
}
#header-nav-menu {
	padding-right: 2.4em;
}
.main-navigation a {
	padding: .5rem 0.5rem !important;
}
}
/* (1080x810) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 1080px) and (max-device-width: 1199px) and (orientation: landscape) {
.homeslide .uk-overlay > div {
	padding-left: 0;
	width: 85%;
}
	img.wp-image-906 {
	margin: 0 auto;
	display: ;
	display: block;
}
#header-nav-menu {
	padding-right: 7em !important;
}
}
/* (1024x768) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1079px) and (orientation: landscape) {
.homeslide .uk-overlay > div {
	padding-left: 0;
	width: 85%;
}
.homeslide .uk-h1 {
	font-size: 3rem;
	line-height: 3.875rem;
}
	img.wp-image-906 {
	margin: 0 auto;
	display: ;
	display: block;
}
#header-nav-menu {
	padding-right: 5em !important;
}
}
/* (768x1024) iPad 1 & 2, Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 809px) and (orientation: portrait) {
.homeslide .uk-overlay > div {
	padding-left: 0;
	width: 85%;
}
.homeslide .uk-h1 {
	font-size: 3rem;
	line-height: 3.875rem;
}
img.wp-image-906 {
	margin: 0 auto;
	display: ;
	display: block;
}
p, li, body, .newslatest .uk-margin {
	font-size: 1.275rem;
}
.post-thumbnail img {
	width: 90%;
}
.h1, h1 {
	font-size: 2rem !important;
}
.main-navigation a {
	font-size: 1rem !important;
	padding: .5rem .5rem !important;
}
}
#header-nav-menu {
	padding-right: 2.4em;
}
}
/* (1440x900) WXGA+ Display */
@media (min-width: 1200px) and (max-width: 1440px) {
body, .newslatest .uk-margin, p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.homeslide .uk-overlay > div {
	padding-left: 5%;
	width: 45%;
}
.homeslide .uk-h1 {
	font-size: 3rem;
	line-height: 3.3rem;
	margin: 0 0 2rem;
}
}
/* (1280x800) MPDI */
@media (max-width: 1280px) {
.main-navigation a {
	padding: .5rem 0.7rem !important;
}
}
	@media (max-width: 768px) {
		.main-navigation ul li:focus > ul {
			display: block !important;
			left: auto !important;
		}
}
/* (1366x768) WXGA+ Display */
@media (min-width: 1366px) and (max-width: 1440px) {
.main-navigation a {
	padding: .5rem 0.8rem;
}
	.homeslide .uk-overlay > div {
	padding-left: 5%;
	width: 55%;
}
}
/* (1440x900) WXGA+ Display */
@media (min-width: 1441px) and (max-width: 1920px) {
.homeslide .uk-overlay > div {
	padding-left: 5%;
	width: 45%;
}
}