﻿/*===================== 
	Color information
	
	-
	-
	-red #c22026
	-blue #1f3b73
	
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

pre {
	white-space: pre-wrap;
}

small {
	font-size: 80%;
}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Outfit", sans-serif;
	margin: 0;
	padding: 0;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

.clear {
	clear: both;
}

img {
	border: 0;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
	font-weight: 700;
}

h2 {
	font-size: 28px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-weight: 700;
}

h4 {
	font-size: 20px;
	font-weight: 700;
}

h5 {
	font-size: 18px;
	font-weight: 700;
}

h6 {}

p {
	font-size: 18px;
	margin: 0;
}

.bold {
	font-weight: bold;
}
.text-white {
	color:#fff;
}
.header-text {
	display: block;
	padding:40px 20px 20px 20px;
	text-align: center;
	font-size:30px;
	font-weight:500;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
}
.header-text span {
	font-weight:800;
}
.bottom-border-red {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #c22026;
}
.bottom-border-white {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #fff;
}
.text-center {
	text-align: center;
}
.text-uppercase {
	text-transform: uppercase;
}

/*===================== 
	link styles 
=======================*/

a:focus {
	outline: thin dotted;
	/*reset*/
}

a,
a:link,
a:visited,
a:active {
	outline: 0;
	/*reset*/
	color: #000;
	text-decoration: none;
}

a:hover {
	outline: 0;
	/*reset*/
	text-decoration: none;
	color: #ccc;
}
.butn-blue {
	background:#1f3b73;
	color:#fff!important;
	display: inline-block;
	padding:10px;
	font-size: 18px;
	font-weight: 700;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	border:2px solid #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
	box-sizing: border-box;
}
.butn-blue span {
	font-weight: 400;
	text-transform: uppercase;
}
.butn-blue:hover {
	color:#1f3b73!important;
	border:2px solid #1f3b73;
	background:#fff;
}
.butn-red {
	background:#c22026;
	color:#fff!important;
	display: inline-block;
	padding:10px;
	font-size: 18px;
	font-weight: 700;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	border:2px solid #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
	box-sizing: border-box;
}
.butn-red span {
	font-weight: 400;
	text-transform: uppercase;
}
.butn-red:hover {
	color:#c22026!important;
	border:2px solid #c22026;
	background:#fff;
}
.butn-red-arrow {
	background:#fff;
	color:#fff!important;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	text-align:center;
	max-width: 250px;
	margin:10px 0;
    transition: .2s ease-in;
	border:2px solid #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0px!important;
	box-sizing: border-box;
	clip-path: polygon(calc(100% - 10px) 0%,100% 50%,calc(100% - 10px) 100%,0% 100%,0% 0%);
}
.butn-red-arrow span {
	font-weight: 400;
	text-transform: uppercase;
}
.butn-red-arrow > div {
	transition: .2s ease-in;
	padding:10px;
	background:#c22026;
	clip-path: polygon(calc(100% - 10px) 0%,100% 50%,calc(100% - 10px) 100%,0% 100%,0% 0%);
}
.butn-red-arrow:hover {
	border:2px solid #c22026;
	color:#c22026!important;
	background:#c22026;
}
.butn-red-arrow:hover > div {
	background:#fff;
}
.text-link-black {
	font-weight: 600;
	color:#000!important;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-black:hover {
	opacity: 0.7;
}
.text-link-white {
	font-weight: 600;
	color:#fff!important;
	transition: .2s ease-in;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: inherit;
}
.text-link-color:hover {
	opacity: 0.7;
}
.blue-bg {
	background:#1f3b73;
}
/*===================== 
	header styles 
=======================*/

.home-page-hero {
	width:100%;
	background-image: url("../siteart/hero1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home-page-hero .header-wrap {
	box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
}
.header-wrap {
	width: 100%;
	margin: 0;
	background:rgba(255,255,255,0.6);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}

header {
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:10px 20px;
	box-sizing: border-box;
}

.head-logo-1 {
	width: 35%;
	max-width: 500px;
}
.head-logo-1 img {
	width:100%;
	max-width: 325px;
	height: auto;
	display: block;
	margin:0 auto;
}



/*===================== 
	nav styles 
=======================*/

#menu-button {
	display: none;
}

nav.mobile, .mobile-nav-cont-1 { display:none;} /* New class to help control screen width visability */



nav.primary {
	padding: 0;
	display: block;
	margin: 0;
	position: relative;
}

nav.primary ul {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-around;
}

nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
	transition: .2s ease-in;
}

nav.primary ul li a {
	font-family: "Outfit", sans-serif;
	color: #1f3b73;
	font-size: 18px;
	text-decoration: none;
	padding: 10px;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 500;
	cursor: pointer;
	text-shadow: 0 0 10px rgba(255,255,255,0.9);
}

nav.primary ul li a:hover {
	background: #1f3b73;
	color: #fff;
}
nav.primary ul li:hover a {
	background: #1f3b73;
	color: #fff;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
	
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	background:#c22026;
	
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
}

nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav.primary ul li:hover>ul {
	display: block;
	line-height: 18px;
	z-index: 100;
}

nav.primary ul ul li {
	display: block;
	float: none;
	width: 230px;
	position: relative;
	margin: 0;
}

/*===================== 
	content styles 
=======================*/

.hero-overlay {
	width: 35%;
	max-width: 500px;
	background:rgba(255,255,255,0.8);
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
}
.hero-overlay-top {
	width:100%;
	background:rgba(255,255,255,0.8);
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
	display: flex;
	justify-content: center;
	gap:20px;
	flex-wrap: wrap;
	padding:20px;
	margin:0;
	box-sizing: border-box;
}
.hero-overlay-top li {
	padding:0;
	margin:0;
	list-style: none;
}
.hero-overlay-top li a {
	font-family: "Outfit", sans-serif;
	transition: .2s ease-in;
	font-size:18px;
	font-weight:500;
	color:#c22026;	
}
.hero-overlay-top li a:hover {
	color:#1f3b73;	
}
.hero-overlay-bottom {
	padding:60px 20px;
	max-width: 400px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:40px 0;
	margin:0 auto;
}
.hero-overlay-bottom h1 {
	font-size:25px;
	font-weight:700;
	color:#000;
}
.hero-overlay-bottom h2 {
	font-size:18px;
	font-weight:500;
	color:#000;
}
.hero-btn-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px 0;
}
.hero-btn-cont-1 a {
	width: 48%;	
	display: block;
	max-width: 100%;
	margin:0;
	padding:40px 10px;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}
.hero-btn-cont-1 a:last-of-type {
	margin-right: 2%;
}

.hero-btn-cont-1 .butn-red-arrow {
	width: 100%;
	padding:0;
}
.hero-btn-cont-1 .butn-red-arrow > div {
	padding:40px 10px;
}
.home-banner-1 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap:0 20px;
	padding:60px 20px;
	box-sizing: border-box;
} 
.home-banner-1 h2 {
	font-size: 32px;
	text-align: center;
}
.wrap-home-about {
	width:100%;
	height: auto;
	display: flex;
	background: #1f3b73;
}
.home-about-left {
	width: 35%;
	max-width: 500px;
	background: #c22026;
}
.home-about-left img {
	width:100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	opacity: 0.3;
}
.home-about-right-1 {
	background:#1f3b73;
	position: relative;
	max-width: calc(100% - 500px);
	width: 100%;
	flex-grow: 1;
	padding:60px 0 60px 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.home-about-right-1:before {
	content: "";
	display: block;
	height: 100%;
	right:100%;
	width: 5vw;
	background:#1f3b73;
	position: absolute;
	top:0;
	clip-path: polygon(100% 0%,100% 0%,100% 100%,100% 100%,0% 50%);
}
.home-about-cont-1 {
	width:100%;
	max-width: 1100px;
	padding:20px;
	box-sizing: border-box;
}
.home-about-cont-1 h2 {
	font-size:30px;
	font-weight:700;
	color:#fff;
	line-height: 1;
}
.home-about-cont-1 h2 span {
	font-size:18px;
	font-weight:400;
	display: block;
}
.home-about-cont-1 p {
	font-size:18px;
	line-height: 1.4;
	padding:20px 0;
	font-weight:400;
	color:#fff;
}
.wrap-home-brands {
	width:100%;
	padding:80px 0;
}
.wrap-home-brands .container-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
	align-items: center;
}
.home-brand-info {
	width:45%;
}
.home-brand-info h2 {
	text-transform: uppercase;
}
.home-brand-img {
	width: 54%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
	align-items: center;
}
.home-brand-img img {
	width:auto;
	max-width: 49%;
	height: auto;
	object-fit: contain;
	object-position: center;
	display: block;
}
.wrap-home-loc {
	width: 100%;
	height: auto;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.45) 99.48%), url("../siteart/home-loc-bg-1.jpg");
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.45) 99.48%), url("../siteart/home-loc-bg-1.jpg");
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.45) 99.48%), url("../siteart/home-loc-bg-1.jpg");
	background-image: linear-gradient(180deg,rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.45) 99.48%), url("../siteart/home-loc-bg-1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 200px 40px 200px 0;
	box-sizing: border-box;
}
.home-loc-cont-outline {
	clip-path: polygon(100% 0%,calc(100% - 60px) 50%,100% 100%,0% 100%,0% 0%);
	background: #fff;
	border:2px solid #fff;
	border-left:0px;
	width:calc(50% + 150px);
}
.home-loc-cont-1 {
	clip-path: polygon(100% 0%,calc(100% - 60px) 50%,100% 100%,0% 100%,0% 0%);
	background: #c22026;
	width:100%;
	padding: 60px 80px 60px 20px;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
}
.home-loc-col-1 {
	width: 100%;
	max-width: 850px;
	padding: 0 20px;
	box-sizing: border-box;
}
.home-loc-col-1 h2 {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	padding-bottom: 20px;
}
.home-loc-info {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-loc-info h3 {
	font-size:18px;
	font-weight: 600;
	color:#fff;
}
.home-loc-info ul {
	padding:10px 0 20px 0;
	margin:0;
}
.home-loc-info ul li {
	padding:3px 0;
	margin:0;
	list-style: none;
	display: flex;
	gap:10px;
	font-size: 16px;
	color:#fff;
}
.home-loc-info ul li a {
	display: flex;
	gap:10px;
	color:#fff;
	transition: .2s ease-in;
}
.home-loc-info ul li a:hover {
	opacity: 0.7;
}
.home-loc-links {
	width: 220px;
}
.home-loc-map {
	width:calc(100% - 220px);
	min-height: 300px;
}
.home-loc-map iframe {
	width:100%;
	height: 100%;
}
.info-cont-blue {
	background: #1f3b73;
	position: relative;
	width: 50%;
	padding: 60px 60px 60px 5vw;
	box-sizing: border-box;
	color:#fff;
}
.info-cont-blue ul {
	padding:10px 0;
	margin:0;
}
.info-cont-blue ul li {
	list-style: none;
	padding:3px 0;
	margin:0;
	font-size: 18px;
	color:#fff;
}
.info-cont-blue ul li span {
	font-size: 20px;
	font-weight: 700;
}
.info-cont-blue ul li a {
	color:#fff;
	transition: .2s ease-in;
}
.info-cont-blue ul li a:hover {
	opacity: 0.7;
}
.info-cont-blue:before {
	content: "";
	display: block;
	height: 100%;
	left: 100%;
	width: 5vw;
	background: #1f3b73;
	position: absolute;
	top: 0;
	clip-path: polygon(0% 0%,0% 100%,100% 50%);
	z-index: 2;
}
.contact-map {
	padding: 60px 5vw 60px 80px;
	position: relative;
	z-index: 1;
	width: 50%;
	box-sizing: border-box;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
	min-height: 400px;
}
.content-image-cont {
	padding: 60px 5vw 60px 80px;
	position: relative;
	z-index: 1;
	width: 50%;
	box-sizing: border-box;
}
.content-image-cont img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	max-height: 450px;
}
.logo-slider img {
	width:100%;
	max-width: 200px;
	height: auto;
	max-height:70px;
	display: block;
	margin:0 auto;
	object-fit: contain;
	object-position: center;
	padding:0 15px;
	box-sizing: border-box;
}
.logo-slider .slick-dots {
	padding:40px 20px 20px 20px;
	box-sizing: border-box;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:5px;
}
.logo-slider .slick-track {
	display: flex;
	align-items: center;
}
.logo-slider .slick-dots li {
	padding:0;
	margin:0;
	width: 10px;
	height: 10px;
	background:#c22026;
	opacity: 0.7;
	list-style: none;
}
.logo-slider .slick-dots li.slick-active {
	opacity: 1;
}
.logo-slider .slick-dots li button {
	display: none;
}
.part-list-1 {
	padding:40px 0;
	display: flex;
	flex-wrap: wrap;
	marginb:0;
	gap:10px;
}
.part-list-1 li {
	padding:10px;
	background:rgba(0,0,0,0.1);
	font-size:20px;
	font-weight: 600;
	list-style: none;
	color:#1f3b73;
	flex-grow: 1;
}
.part-list-1 li ul {
	padding:0;
	margin:0;
}
.part-list-1 li ul li {
	padding:3px 0;
	margin:0;
	font-size: 18px;
	font-weight: 400;
	color:#000;
	background:rgba(0,0,0,0.0);
}
.wrap-service-slider {
	width: 100%;
	padding:60px 0;
	box-sizing: border-box;
	background:#1f3b73;
}
.wrap-service-slider h2 {
	padding-bottom: 20px;
}
.gallery-slider {
	display: flex!important;
	align-items: center;
	gap: 20px;
}
.gallery-slider .slick-track {
	display: flex!important;
	align-items: stretch;
}
.gallery-slider .slick-slide {
	background: #fff;
	margin: 0 10px;
	padding: 10px;
	height: auto;
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
}
.gallery-slider .slick-prev, .gallery-slider .slick-next {
	height: 30px;
	padding: 5px;
	background: #fff;
	color: #c22026;
	transition: .2s ease-in;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.gallery-slider .slick-prev:hover, .gallery-slider .slick-next:hover {
	opacity: 0.7;
}
.gallery-slider img {
	width: 100%;
	max-width: 400px;
	height: auto;
	max-height: 250px;
	display: block;
	margin: 0 auto;
	object-fit: contain;
	object-position: center;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.gallery-slider img:hover {
	opacity: 0.7;
	transition: .2s ease-in;
}
.gallery-slider p {
	font-size: 12px;
	text-align: center;
	padding-top:5px;
}
/*===================== 
	Form styles 
=======================*/

/* Containers */

.wrap-form {
	background-image: linear-gradient(rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 99.48%), url("../siteart/home-loc-bg-1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding:150px 20px;
	box-sizing: border-box;
	width: 100%;
}

.wrap-form form {
	border:2px solid #fff;
	background:#c22026;
	padding:60px;
	width: 100%;
	box-sizing: border-box;
}
.wrap-form form h2 {
	color:#fff;
	padding-bottom: 20px;
	display: block;
}
.form-info-cont p {
	font-size: 20px;
	margin: 10px 0 10px 0;
	color:#fff;
}
.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 16px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    outline:none;
	font-family: "Outfit", sans-serif;
    border:0px;
    color:#000; 
}

.select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0px!important;
    border-radius: 0px!important;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    position: relative;
}
.select-cont  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px!important;
    outline:none!important;
    font-size: 17px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.select-cont i {
    position: absolute;
    z-index: 1;
    right:0px;
}

.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 16px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    outline:none;
	font-family: "Outfit", sans-serif;
    border:0px;
    color:#000; 
	min-height: 120px;
}


.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}

.CaptchaWhatsThisPanel a, .CaptchaMessagePanel {color:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 

.clickshow {
	display: none;
}
.clickshow.open {
	display: block;
}
.clicktoshow.open {
	display: none;
}

/*===================== 
	slider styles 
=======================*/

.gallery-slider {
	display: flex!important;
	align-items: center;
	gap: 20px;
}
.gallery-slider .slick-track {
	display: flex!important;
	align-items: stretch;
}
.gallery-slider .slick-slide {
	background: #fff;
	margin: 0 10px;
	padding: 10px;
	height: auto;
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
}
.gallery-slider .slick-prev, .gallery-slider .slick-next {
	height: 30px;
	padding: 5px;
	background: #fff;
	color: #c22026;
	transition: .2s ease-in;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.gallery-slider .slick-prev:hover, .gallery-slider .slick-next:hover {
	opacity: 0.7;
}
.gallery-slider img {
	width: 100%;
	max-width: 400px;
	height: auto;
	max-height: 250px;
	display: block;
	margin: 0 auto;
	object-fit: contain;
	object-position: center;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.gallery-slider img:hover {
	opacity: 0.7;
	transition: .2s ease-in;
}
.gallery-slider p {
	font-size: 12px;
	text-align: center;
	padding-top:5px;
}


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
}

.wrap-content {
	padding:40px 0;
}
.container-1 {
	max-width: 1600px;
	margin: 0 auto;
	padding: 10px 20px;
	box-sizing: border-box;
}
.container-2 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 20px;
	box-sizing: border-box;
}

.container-inv {
	margin: 0 auto;
	padding:60px 10px;
	box-sizing: border-box;
}

.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-cont-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col-1-6 {
	width: 16%;
	box-sizing: border-box;
}

.col-1-5 {
	width: 20%;
	box-sizing: border-box;
}

.col-1-4 {
	width: 24%;
	box-sizing: border-box;
}

.col-1-3 {
	width: 33%;
	box-sizing: border-box;
}

.col-1-2 {
	width: 49%;
	box-sizing: border-box;
}

.col-2-3 {
	width: 65%;
	box-sizing: border-box;
}

.col-3-4 {
	width: 75%;
	box-sizing: border-box;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#1f3b73;
	padding:80px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap:20px;
}
.foot-logo-1 {
	width:100%;
	max-width:325px;
	display: block;
	margin:0 auto;
}
.foot-logo-1 img {
	width:100%;
	height: auto;
	display: block;
}
footer ul {
	padding:0;
	margin:0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px 10px;
}
footer ul li {
	padding:0;
	margin:0;
	list-style: none;
}
footer ul li a {
	font-size:16px;
	font-weight:400;
	color:#fff!important;
	transition: .2s ease-in;
}
footer ul li a:hover {
	opacity: 0.7;
}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1400px) {
	nav.primary ul li a {
		font-size: 1.3vw;
		padding: 10px .7vw;
	}
	.home-loc-cont-outline {
		width:95%;
		max-width: 900px;
	}
}
@media screen and (max-width: 1100px) {
	.home-brand-info {
		width:100%;
		order:2;
	}
	.home-brand-img {
		width:100%;
		order:1;
		justify-content: space-between;
	}
	.home-brand-img img {
		max-width:auto;
	}
}

@media screen and (max-width: 950px) {
	.head-logo-1 {
		width: 100%;
		max-width: 300px;
		padding-right:20px;
		box-sizing: border-box;
	}
	.hero-overlay {
		width: 100%;
		max-width: 100%;
	}
	
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} /* New class to help control screen width visability */
    
	#menu-button{ 
		display: block;
	}
	
    .menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
		cursor: pointer;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:35px;
        height: 27px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#000;
		border-radius: 3px;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#000;
		border-radius: 3px;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#000;
		border-radius: 3px;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    
	nav.mobile { /* this section is new updated position width and positioning*/
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #1f3b73;
		z-index: 500; 
		overflow:auto;
		max-height: 95vh;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-bottom: 1px solid #000;
		position:relative;
	}
    nav.mobile ul li:first-child {
		border-top: 1px solid #000;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		border-left:4px #333 solid;
		cursor: pointer;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #c22026 solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}
	
	.home-banner-1 h2 {
		font-size: 26px;
	}
	.wrap-home-about {
		flex-wrap: wrap;
	}
	.home-about-left {
		width: 100%;
		max-width: 100%;
	}
	.home-about-right-1 {
		background: #1f3b73;
		position: relative;
		width:100%;
		max-width: 100%;
		padding:40px 0px;
	}
	.home-about-right-1::before {
		content: "";
		display: block;
		height: 13vw;
		max-height: 60px;
		right: 0;
		width: 100%;
		top: auto;
		bottom:100%;
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	}
	.hero-overlay-bottom {
		max-width: 800px;
	}
	.home-about-left img {
		width: 100%;
		height: auto;
		display: block;
		object-fit: cover;
		object-position: bottom center;
		opacity: 0.3;
		max-height: 400px;
	}
	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 17px;
	}
	
	
}
@media screen and (max-width: 800px) {
	.wrap-home-loc {
		padding:200px 20px;
	}
	.home-loc-cont-outline {
		border-left:2px solid #fff;
		clip-path: polygon(0% 0%,100% 0%,100% 100%,50% calc(100% - 40px),0% 100%);
		width: 100%;
	}
	.home-loc-cont-1 {
		padding: 40px 20px 60px 20px;
		clip-path: polygon(0% 0%,100% 0%,100% 100%,50% calc(100% - 40px),0% 100%);
	}
	.home-loc-links {
		width: 100%;
	}
	.home-loc-map {
		width:100%;
	}
	.info-cont-blue {
	  width: 100%;
	  padding: 40px 20px;
	}
	.info-cont-blue::before {
		content: "";
		display: block;
		height: 13vw;
		max-height: 40px;
		left: 0px;
		width: 100%;
		top: 99.9%;
		clip-path: polygon(0% 0%,50% 100%,100% 0%);
	}
	.contact-map, .content-image-cont {
		padding: 40px 20px;
		width: 100%;
	}
	.wrap-form {
		padding: 100px 10px;
	}
	.wrap-form form {
		padding: 20px;
	}
	
}
@media screen and (max-width: 750px) {
	.col-1-2, .col-1-3 {
		width: 100%;
	}
	.content-image-cont img {
		max-height: 250px;
	}
}
@media screen and (max-width: 500px) {
	.header-text {
	  padding: 0px 20px 20px 20px;
	  font-size: 24px;
	}
	.hero-overlay-top li a {
		font-size: 16px;
	}
	.hero-overlay-bottom {
		padding:60px 20px;
		gap: 20px 0;
	}
	.hero-overlay-bottom h1 {
		font-size: 23px;
	}
	.hero-overlay-bottom h2 {
		font-size: 16px;
	}
	.butn-blue, .butn-red, .butn-red-arrow {
		font-size: 16px;
	}
	.home-banner-1 h2 {
		font-size: 22px;
	}
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 17px;
	}

	h5 {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	.home-brand-img img {
		max-width:100%;
	}
	.home-loc-col-1 h2 {
		font-size: 18px;
		padding-bottom: 10px;
		text-align: center;
	}
	.part-list-1 li {
		font-size:18px;
	}
	.part-list-1 li ul li {
		font-size: 16px;
	}
	
}

