﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	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;
}
.list-top-section .list-listings-count {
	color: #27729F!important;}
/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
}

h2 {
	font-size: 28px;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
}

h3 {
	font-size: 24px;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
}

h4 {
	font-size: 20px;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
}

h5 {
	font-size: 18px;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
}

h6 {}

p {
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	margin: 0;
}

.bold {
	font-weight: bold;
}
.header-txt {
	font-size:35px;
	font-weight:400;
	color:#0207c5;
}
.header-txt span {
	font-weight:700;
}
.sub-header-txt {
	font-size:25px;
	font-weight:600;
}
.text-center {
	text-align: center;
}

/*===================== 
	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;
}
.btn-yellow {
	display: block;
	width:100%;
	max-width: 150px;
	background:#EAFB15;
	color:#0207c5!important;
	text-align: center;
	padding:15px;
	font-family: "Outfit", sans-serif;
	font-size:16px;
	font-weight:500;
	cursor: pointer;
	transition: .2s ease-in;
	box-sizing: border-box;
	outline: none;
	border:0px;
}
.btn-yellow:hover {
	background:#fff;
}
.btn-blue {
	display: block;
	width:100%;
	max-width: 150px;
	background:#0207c5;
	color:#fff!important;
	text-align: center;
	padding:15px;
	font-family: "Outfit", sans-serif;
	font-size:16px;
	font-weight:500;
	cursor: pointer;
	transition: .2s ease-in;
	box-sizing: border-box;
	outline: none;
	border:0px;
}
.btn-blue:hover {
	background:#000;
}
.ico-btn {
	position: relative;
	padding-right: 40px;
	padding-left: 40px;
	display: flex;
	align-items: center;
	max-width: 100%;
	justify-content: center;
	outline: none;
	border:0px;
}
.ico-btn i {
	position: absolute;
	right:10px;
	z-index: 1;
	font-size:30px;
	color:#EAFB15;
}
.btn-white {
	display: block;
	width:100%;
	max-width: 150px;
	background:#fff;
	border:2px solid #0207c5;
	color:#0207c5!important;
	text-align: center;
	padding:15px;
	font-family: "Outfit", sans-serif;
	font-size:16px;
	font-weight:500;
	cursor: pointer;
	transition: .2s ease-in;
	box-sizing: border-box;
	outline: none;
}
.btn-white2 {
	display: block;
	width:100%;
	max-width: 300px;
	background:#fff;
	border:2px solid #0207c5;
	color:#0207c5!important;
	text-align: center;
	padding:15px;
	font-family: "Outfit", sans-serif;
	font-size:22px;
	font-weight:500;
	cursor: pointer;
	transition: .2s ease-in;
	box-sizing: border-box;
	outline: none;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:70px;
}
.btn-white:hover {
	background:#0207c5;
	color:#fff!important;
}
.btn-white2:hover {
	background:#0207c5;
	color:#fff!important;
}
.btn-white-no-out {
	display: block;
	width:100%;
	max-width: 150px;
	background:#fff;
	color:#0207c5!important;
	text-align: center;
	padding:15px;
	font-family: "Outfit", sans-serif;
	font-size:16px;
	font-weight:500;
	cursor: pointer;
	transition: .2s ease-in;
	box-sizing: border-box;
	outline: none;
}
.btn-white-no-out:hover {
	background:#000;
	color:#fff!important;
}
.text-link-blue {
	color:#0207c5!important;
	font-weight: 600;
	transition: .2s ease-in;
}
.text-link:hover {
	opacity: 0.7;
}


/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 5;

}
.home .header-wrap {
	position: absolute;
	top:0;

}

.head-search {
	background:#c7c7c5;
    width: 100%;
    position: relative;
    left: 0;
    top: 100%;
    display: none;
	padding:10px 20px;
	z-index: 5;
	box-sizing: border-box;
}
.head-search form {
    width:100%;
    display: flex;
    background: #fff;
	max-width: 800px;
    padding:20px;
    box-sizing: border-box;
	border-radius: 20px;
	margin:0 auto;
}
.head-search input {
    background:none;
    border:0px!important;
    outline:none!important;
    padding:0px;
    margin:0;
    font-family: "Outfit", sans-serif;
    width:100%;
    font-size: 16px;
}
.head-search button {
    background:none;
    border:0px!important;
    outline:none!important;
    padding:0px;
    margin:0; 
    font-size: 20px;
    cursor: pointer;
}
.top-head {
	width:100%;
	background:#000;
	position: relative;
  	z-index: 3;
}
.top-head .container-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-info {
	display: flex;
	gap:0 20px;
}
.head-info ul {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	padding:0;
	margin:0;
}
.head-info ul li {
	padding:0;
	margin:0;
	list-style: none;
	font-family: "Outfit", sans-serif;
	color:#fff;
	font-size:22px;
	font-weight:600;
}
.head-info ul li a {
	color:#fff;
	transition: .2s ease-in;
}
.head-info ul li i, .head-info ul li span {
	color:#EAFB15;
}
.head-info ul li a:hover {
	opacity: 0.7;
}
.head-info ul li a:hover i {
	color:#fff;
}
.head-soc {
	padding:0;
	margin:0;
	display: flex;
	gap:10px;
}
.head-soc li {
	padding:0;
	margin:0;
	list-style: none;
}
.head-soc li a {
	color:#fff;
	transition: .2s ease-in;
	font-size:22px;
}
.head-soc li a:hover {
	opacity: 0.7;
}


header {
	width:100%;
	display: flex;
	justify-content: space-between;
	gap:0 20px;
	box-sizing: border-box;
}
.head-logo-1 {
	padding:0 0 0 5vw;
}
.head-logo-1 a {
	padding: 0 0 0 20px;
	display: block;
}
.head-logo-1 img {
	width:100%;
	max-width: 155px;
	height: auto;
	display: block;
}
.head-btn-yellow {
	width: 10%;
	max-width: 100px;
	max-height: 100px;
	display: flex;
	height: 9vw;
}
.head-btn-yellow .togglesearch {
	width:100%;
	height: 100%;
	background:#EAFB15;
	color:#000;
	font-size:27px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:10px;
	box-sizing: border-box;
	transition: .2s ease-in;
	border-bottom-left-radius: 40px;
	cursor: pointer;
}
.head-btn-yellow .togglesearch:hover {
	background:#0207c5;
	color:#fff;
}


/*===================== 
	nav styles 
=======================*/

#menu-button {
	display: none;
}

nav.mobile {
	display: none;
}



nav.primary {
	padding: 0;
	display: block;
	margin: 0;
	position: relative;
	align-self: center;
}
nav.primary ul {
	margin: 0 auto;
	padding: 0;
}
nav.primary > ul {
	display: flex;
}

nav.primary ul li {
	display:block;
	margin: 0;
	list-style-type: none;
	transition: .2s ease-in;
}

nav.primary ul li a {
	color: #000;
	font-size: 17px;
	font-family: "Outfit", sans-serif;
	text-decoration: none;
	padding:15px 20px;
	display: block;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 600;
	background:#EAFB15;
	cursor: pointer;
	white-space: nowrap;
}
nav.primary ul li.blue-bg a {
	background:#0207c5;
	color:#fff;
}
nav.primary > ul > li:first-of-type a {
	border-bottom-left-radius: 30px;
}
nav.primary > ul > li:last-of-type a {
	border-bottom-right-radius: 30px;
}

nav.primary ul li a:hover {
	background: #000;
	color: #fff;
}
nav.primary ul li:hover a {
	background: #000;
	color: #fff;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
	color: #fff;
	background: #000;
	padding:20px;
	text-align: left;
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	background:#0207c5;
	color:#fff;
}
nav.primary ul li li:hover a {
	background:#0207c5;
	color:#fff;
}
nav.primary ul li li li a {
	background: #0207c5;
}
nav.primary ul li li li a:hover {
	color: #EAFB15;
	background: #000;
}
/* 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: auto;
	min-width: 150px;
	position: relative;
	margin: 0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
	width:100%;
	position: relative;
	z-index: 1;
}
.hero-overlay {
	position: absolute;
	z-index: 3;
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	padding-top: 100px;
  	box-sizing: border-box;
	background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 21.76%,rgba(0,0,0,0.70) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 21.76%,rgba(0,0,0,0.70) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 21.76%,rgba(0,0,0,0.70) 100%);
	background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 21.76%,rgba(0,0,0,0.70) 100%);
}
.hero-overlay .container-1 {
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.hero-overlay .container-1 h1 {
	font-family: "Outfit", sans-serif;
	font-size:50px;
	font-weight: 800;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,1);
	max-width: 1000px;
}
.hero-overlay .container-1 h1 span {
	font-size:30px;
	font-weight: 400;	
}

.hero-slider {
	z-index: 1;
	width: 100%;
	height: 50vw;
	max-height: calc(100vh - 220px);
	min-height: 550px;
}
.hero-slider img {
	width: 100%;
	height: 50vw;
	max-height: calc(100vh - 220px);
	min-height: 550px;
	object-fit: cover;
	object-position: center bottom;
}
.hero-video {
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left:0;
	top:0;
	overflow: hidden;
}
.hero-video video {
	width:100%;
	height: 100%;
	object-fit: cover;
  object-position: center center;
}
.wrap-hero-cta {
	width:100%;
	background:#c7c7c5;
	position: relative;
	z-index: 2;
}
.wrap-hero-cta .container-2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	top:-45px;
}
.wrap-hero-cta .container-2 a {
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
	display: flex;
	flex-direction: column;
	width:32.33%;
	padding:30px 20px;
	box-sizing: border-box;
	align-items: center;
	transition: .2s ease-in;
}
.wrap-hero-cta .container-2 a:nth-of-type(1) {
	background: #fff;
	border-bottom-left-radius:100px;
	border-top-left-radius:100px;
	padding-left:40px;
}
.wrap-hero-cta .container-2 a:nth-of-type(2) {
	background: #EAFB15;
	justify-content: center;
}
.wrap-hero-cta .container-2 a:nth-of-type(3) {
	background: #EAFB15;
	border-bottom-right-radius:100px;
	border-top-right-radius:100px;
	padding-right:40px;
	justify-content: center;
}
.wrap-hero-cta .container-2 p {
	font-family: "Outfit", sans-serif;
	font-size:18px;
	color:#000;
	text-align: left;
	font-weight:400;
	width: 100%;
	transition: .2s ease-in;
}
.wrap-hero-cta .container-2 img {
	width:100%;
	max-width: 190px;
	display: block;
	padding-top:5px;
	transition: .2s ease-in;
}
.wrap-hero-cta .container-2 .lg-text {
	font-size:30px;
	font-weight:800;
	color:#000;
}
.wrap-hero-cta .container-2 a:hover {
	background:#000;
}
.wrap-hero-cta .container-2 a:hover p {
	color:#fff;
}
.wrap-hero-cta .container-2 a:hover img {
	filter: brightness(0) invert(1);
}
.wrap-cat-cta {
	width:100%;
	background: #fff;
}
.wrap-cat-cta .container-1 {
	padding:80px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap:20px 1.25%;
}
.wrap-cat-cta .container-1 .header-txt {
	display: block;
	width:100%;
	padding-bottom: 30px;
}

.wrap-cat-cont {
	width:19%;
}
.wrap-cat-cont.brand-pg-cat-1 {
	width: 30%;
	margin: 0 auto;
	height: auto;
    display: flex;
    flex-direction: column;
}
.wrap-cat-cont.brand-pg-cat-2 {
	width: 45%;
	margin: 0 auto;
	height: auto;
    display: flex;
    flex-direction: column;
}
.wrap-cat-cont img {
	width: 100%;
	max-width: 600px;
	height:auto;
	display: block;
	margin: 0 auto -45px auto;
	position: relative;
	z-index: 1;
	object-fit: contain;
	object-position: center bottom;
	padding: 0 0px;
	border-top-left-radius:40px;
	border-top-right-radius:40px;
	box-sizing: border-box;
	transition: .2s ease-in;
}
.wrap-cat-info {
	background:#0207c5;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	padding:75px 20px 35px 20px;
}
.wrap-cat-info2 {
	background:#0207c5;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	padding:75px 20px 35px 20px;
}
.brand-pg-cat-1 .wrap-cat-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-grow: 1;
	gap:5px 0;
}
.brand-pg-cat-2 .wrap-cat-info2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-grow: 1;
	gap:5px 0;
}
.wrap-cat-info h2 {
	color:#fff;
	width:100%;
	font-size:20px;
	font-weight:700;
	text-align: center;
	padding-bottom:20px;
}
.wrap-cat-info2 h2 {
	color:#fff;
	width:100%;
	font-size:22px;
	font-weight:700;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
}
.wrap-cat-info a {
	width:100%;
	max-width: 100%;
}
.wrap-cat-info2 a {
	width:100%;
	max-width: 100%;
}
.brand-pg-cat-1 .wrap-cat-info a {
	width:49%;
}
.brand-pg-cat-2 .wrap-cat-info2 a {
	width:49%;
}
.wrap-cat-cont:hover img {
	transform: translatey(10px);
}
.wrap-home-about {
	width:100%;
	box-sizing: border-box;
	padding:100px 0 100px calc(5% + 20px);
}
.home-about-cont {
	width:100%;
	background: #fff;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
}
.home-about-left {
	width: 45%;
	padding:40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:15px;
}
.home-about-left h2 {
	font-size:35px;
	font-weight:700;
	color:#0207c5;
	text-align: center;
}
.home-about-left h3 {
	font-size:20px;
	font-weight:400;
	color:#0207c5;
	text-align: center;
}
.home-about-left p {
	font-size:18px;
	font-weight:400;
	color:#000;
}
.home-btn-cont {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:10px;
}
.home-btn-cont a {
	width: auto;
	max-width: 100%;
	flex-grow: 1;
}
.home-about-right {
	width: 55%;
}
.home-about-right img {
	width: 100%;
	height: 100%;
	max-height: 600px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.wrap-bottom-info {
	
}
.wrap-bottom-info .container-1 {
	padding:80px 20px 0 20px;
}
.wrap-bottom-info .container-1 .header-txt {
	display: block;
	width:100%;
	padding-bottom: 60px;
}
.bottom-info-cont {
	width: 100%;
	background: #fff;
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
	padding: 60px 40px 320px 40px;
	box-sizing: border-box;
	margin-bottom: -320px;
	gap:30px 0;
}
.bottom-info-col {
	width:32.33%;
	max-width: 450px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap:10px;
	text-align: center;
}
.bottom-info-col h3 {
	font-size:30px;
	font-weight:700;
}
.bottom-info-col p {
	font-size:18px;
	font-weight:400;
}
.bottom-info-imgbg {
	width:100%;
	max-height: 850px;
	height: auto;
	min-height:300px;
	display: block;
	position: relative;
	z-index: 2;
	object-fit: cover;
	object-position: top center;
}

.wrap-content {
	width:100%;
	padding:20px 15px 0 15px;
	box-sizing: border-box;
	position: relative;
  	z-index: 2;
}
.wrap-content .container-1 {
	border-radius: 40px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
	background: #fff;
	padding:40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
}

.wrap-content .container-1 p {
	padding:20px 0 40px 0;
}
.info-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
	padding:30px 0;
}
.info-cont > div {
	padding:15px;
	box-sizing: border-box;
	background:#0207c5;
	border-radius: 40px;
	text-align: center;
	color:#fff;
}
.info-cont p {
	padding:0!important;
}
.info-cont a {
	color:#fff!important;
}
.info-cont a:hover {
	color:#fff!important;
	opacity: 0.7;
}
.info-cont  h3 {
	padding-bottom:15px;
}
.info-cont ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px 0;
	padding-top:20px;
}
.info-cont ul li {
	font-size:18px;
	font-weight: 700;
	padding:0 5px;
	border-right:1px solid #fff;
	list-style: none;
}
.info-cont ul li:last-of-type {
	border-right:0px;
}
.info-cont img {
	width:100%;
	height: auto;
	display: block;
	margin:10px auto;
}
.content-img-right {
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-bottom-right-radius: 40px;
	border-top-right-radius: 40px;
}
.divider-1 {
	width:100%;
	height: 5px;
	background:#0207c5;
	margin:20px 0;
}
.warp-banner {
	width: 100%;
	position: relative;
	padding: 300px 0 220px 0;
	box-sizing: border-box;
	margin-top: -150px;
	text-shadow: 0 0 5px rgba(255,255,255,0.7);
	background-color: #fff;
}
.warp-banner .container-1, .warp-banner .container-2 {
	position: relative;
	z-index: 2;
	text-align: center;
}
.warp-banner p {
	padding:20px 0;
}
.banner-btn-cont {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	justify-content: center;
}
.banner-btn-cont a {
	width:auto;
	max-width: 100%;
}
.banner-bg-img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	filter:grayscale(100%);
	opacity: 0.10;
}
.map-cont iframe {
	width:100%;
	height: 100%;
	min-height: 400px;
}
.wrap-cat-hero {
	width: 100%;
  position: relative;
  z-index: 1;
}
.cat-hero-overlay {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	align-items: center;
	height: 30vw;
	min-height: 500px;
	padding-top: 100px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.3);
}
.cat-hero-overlay .container-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:20px 40px;
}
.cat-hero-logo {
	width:100%;
	max-width: 400px;
}
.cat-hero-logo img {
	width:100%;
	height: auto;
	display: block;
}

.image-white {
	filter: brightness(0) invert(1);
}
.cat-hero-header {
	color:#fff;
	padding-left:20px;
	border-left: 1px solid #fff;
}
.cat-hero-header h1 {
	font-family: "Outfit", sans-serif;
	font-size: 50px;
	font-weight: 800;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,1);
	text-transform: uppercase;
}
.cat-hero-header h2 {
	font-family: "Outfit", sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,1);
}
.cat-hero-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.cat-hero-nav {
	width:100%;
	padding:40px 0;
	background:#c7c7c5;
	margin-bottom: 50px;
}
.cat-hero-nav .container-1 {
	display: flex;
	gap:20px;
}
.brand-cont-1 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.brand-cont-1 a {
	width:19%;
	padding: 15px;
	box-sizing: border-box;
	border:1px solid #0207c5;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:20px;
	transition: .2s ease-in;
	margin:.5%;
}
.brand-cont-1 a img {
	width: 100%;
	max-width: 200px;
	height: 100%;
	max-height: 80px;
	display: block;
	margin:0 auto;
	object-fit: contain;
	object-position: center;
}
.brand-cont-1 a h2 {
	text-align: center;
	color: #0207c5;
	font-size:18px;
	font-weight: 600;
}
.brand-cont-1 a:hover {
	border:1px solid #EAFB15;
}
.brand-cont-1 a:hover img {
	opacity: 0.7;
}
.brand-cont-1 a:hover h2 {
	color:#000;
}


/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	Form styles 
=======================*/

/* Containers */



.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;
}

.form-section-header {
	font-size:25px;
	font-weight: 700;
	color:#0207c5;
}
/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}
.form-radio-btn {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  gap: 10px 20px;
  margin: 0 0 15px 0;
}
.radio-cont-1 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.form-radio-btn p {
	padding:0!important;
}
.form-radio-btn input {
  padding: 0!important;
  margin: 0!important;
}
.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;
    border:1px solid #000;
	border-radius: 10px;
    color:#000; 
	font-family: "Outfit", sans-serif;
}

.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;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Roboto', sans-serif;
    outline:none;
    border:1px solid #000;
	border-radius: 10px;
}


.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
}


.container-1 {
	width:90%;
	margin: 0 auto;
	padding: 10px 20px;
	box-sizing: border-box;
}
.container-2 {
	width:100%;
	max-width:1100px;
	margin: 0 auto;
	padding: 10px 20px;
	box-sizing: border-box;
}
.container-inv {
	margin: 0 auto;
	padding:40px 0 60px 0;
	box-sizing: border-box;
}

.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.col-1 {
	width: 100%;
	box-sizing: border-box;
}
.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:#c7c7c5;
	border-bottom:50px solid #000;
}
footer .container-2 {
	z-index: 2;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding:0 20px;
}
.foot-logo {
	width:100%;
	max-width:270px;
	padding:40px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:50px;
	margin:-50px 0 -50px 0;
	position: relative;
	z-index: 1;
	background:#0207c5;
	border-top-right-radius: 40px;
}
.foot-logo img {
	max-width: 185px;
	width:100%;
	height: auto;
	display: block;
}
.foot-logo ul {
	display: flex;
	justify-content: center;
	gap:10px;
	flex-wrap: wrap;
	padding:0;
	margin:0 auto;
}
.foot-logo ul li {
	padding:0;
	margin: 0;
	list-style: none;
}
.foot-logo ul li a {
	color:#EAFB15;
	font-size:30px;
	transition: .2s ease-in;
}
.foot-logo ul li a:hover {
	color:#fff;
}
.foot-nav {
	width:100%;
	max-width: 650px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:40px 0 40px 40px;
	box-sizing: border-box;
}
.foot-nav p {
	font-family: "Outfit", sans-serif;
	font-size:22px;
	font-weight:700;
	color:#0207c5;
	padding-bottom: 20px;
}
.foot-nav ul {
	padding:0;
	margin:0;
}
.foot-nav ul li {
	font-family: "Outfit", sans-serif;
	padding:0;
	margin:0;
	font-size:18px;
	font-weight: 400;
	color:#000;
	list-style: none;
	line-height: 35px;
}
.foot-nav ul li a {
	color:#000;
	transition: .2s ease-in;
}
.foot-nav ul li a:hover {
	color:#fff;
}


/*========================== 
	  Responsive styles 
============================*/


@media screen and (max-width: 1500px) {
	.head-logo-1 {
		padding:0;
	}
	.container-1 {
		width:100%;
	}
	.wrap-home-about {
		padding:80px 0 80px 20px;
	}
}
@media screen and (max-width: 1400px) {
	nav.primary ul li a {
		font-size: 1.2vw;
		padding: 15px 1.1vw;
	}
}
@media screen and (max-width: 1250px) {
	.home-about-left {
		width: 60%;
	}
	.home-about-right {
		width: 40%;
	}
	.wrap-cat-cont.brand-pg-cat-1 {
	  width: 45%;
	  margin: 0 auto;
	}
	.wrap-cat-cont.brand-pg-cat-2 {
	  width: 45%;
	  margin: 0 auto;
	}
	
}
@media screen and (max-width: 1000px) {
	
	.head-info ul li {
	  font-size: 18px;
	}
	header {
		padding-right: 20px;
		align-items: flex-start;
	}
	.head-logo-1 a {
	  padding: 15px 0 0 20px;
	}
	.head-logo-1 img {
	  max-width: 120px;
	
	}
	.head-btn-yellow {
		width: auto;
		max-width:100%;
		max-height: 140px;
		display: flex;
		height: 100%;
		box-sizing: border-box;
		position: relative;
    	z-index: 10;
	}
	.head-btn-yellow .togglesearch {
		border-bottom-left-radius: 20px;
		padding:15px;
	}
    .head-btn-yellow .togglesearch:hover {
		background:#EAFB15;
		color:#0207c5;
	}

	/*==============================
		Mobile Nav Styles			
	================================*/


	nav.primary{display:none;}
    .mobile-nav-cont-1 {
        display: block;
		position: absolute;
		top: 0;
		z-index: 2;
		right: 0;
		width: 100%;
		max-width: 400px;
    }
	.mobile_top {
		display: none;
	}
	#menu-button{ 
		display: block;
	}
	.menu-toggle {
		width:100%;
		height: 100%;
		background:#EAFB15;
		color:#000;
		font-size:30px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding:15px;
		box-sizing: border-box;
		transition: .2s ease-in;
		border-bottom-right-radius: 20px;
		cursor: pointer;
		gap:13px;
    }
     .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;
        height: 5px;
		border-radius: 3px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#000;
        height: 5px;
		border-radius: 3px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#000;
        height: 5px;
		border-radius: 3px;
        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 {
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #0207c5;
		z-index: 500; 
		overflow:auto;
		padding:100px 0 30px 0;
		border-bottom-left-radius: 20px;
		max-height: 98vh;
    	box-sizing: border-box;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
        font-family: "Outfit", sans-serif;
		position: relative;
		display: block;
		font-size:17px;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		text-transform: uppercase;
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
	}

	/* 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 25px;
		color: #fff;
		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: #4a4a4a;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #fff;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}
	
	
	.wrap-hero-cta .container-2 {
		flex-wrap: wrap;
		position: static;
		top:0;
		gap:20px;
		padding:30px 20px;
	}
	.wrap-hero-cta .container-2 a {
		width:100%;
		padding:20px;
		justify-content: center;
	}
	.wrap-hero-cta .container-2 a:nth-of-type(1) {
		border-bottom-left-radius:0;
		border-top-left-radius:30px;
		border-top-right-radius:30px;
		padding-left:20px;
		padding-top:30px;
	}
	.wrap-hero-cta .container-2 a:nth-of-type(3) {
		border-bottom-right-radius:30px;
		border-bottom-left-radius:30px;
		border-top-right-radius:0;
		padding-right:20px;
		padding-bottom:30px;
	}
	.hero-overlay .container-1 h1 {
		font-size:5vw;
	}
	.hero-overlay .container-1 h1 span {
		font-size: 3.5vw;
	}
	.wrap-cat-cont {
	  width: 32.33%;
	  margin: 0 auto;
	}
	.home-about-cont {
		border-bottom-left-radius: 30px;
		border-top-left-radius: 30px;
	}
	.home-about-left {
		width: 100%;
		order: 2;
		padding: 20px;
	}
	.home-about-right {
		width: 100%;
		order: 1;
	}
	.home-about-right img {
		height: 60vw;
		max-height: 400px;
		border-top-left-radius: 30px;
	}
	.bottom-info-col {
		width: 100%;
		max-width: 500px;
	}
	.bottom-info-cont {
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
		padding: 40px 15px 320px 15px;
		margin-bottom: -290px;
	}

	.col-1-2 {
		width:100%;
	}
	.col-1-4 {
		width:49%;
	}
	.wrap-content .container-1 {
		border-radius: 30px;
		padding: 20px;
	}
	.info-cont > div {
		padding: 10px;
		border-radius: 30px;
	}
	.content-img-right {
		width: 100%;
		height: 100%;
		min-height: 300px;
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
		border-top-right-radius: 0;
	}
	.cat-hero-overlay .container-1 {
	  flex-wrap: wrap;
	}
	.cat-hero-header {
		padding-left: 0px;
		padding-top: 20px;
		border-left: 0px;
		border-top: 1px solid #fff;
		text-align: center;
	}
	.cat-hero-header h1 {
		font-size: 5vw;
	}
	.cat-hero-header h2 {
		font-size: 3vw;
	}
	.brand-pg-cat-1 .wrap-cat-info a {
	  width: 100%;
	}
	.brand-pg-cat-2 .wrap-cat-info2 a {
	  width: 100%;
	}
	.brand-cont-1 a {
		width:24%;
	}
	.brand-cont-3 a {
		width:24%;
	}
}
@media screen and (max-width: 800px) { 
	.foot-nav {
		display: none;
	}
	.foot-logo {
		max-width: 100%;
	}
	.col-1-4 {
		width:100%;
	}
	.warp-banner {
		padding:250px 0 150px 0;
		margin-top: -150px;
	}
	.brand-cont-1 a {
		width:32.33%;
	}
	
}

@media screen and (max-width: 700px) { 
	.hero-video {
		display: none;
	}
	.top-head {
		display: none;
	}
	.mobile_top {
		font-family: "Outfit", sans-serif;
		display: flex;
		font-size: 17px;
		padding: 10px 20px;
		background: #000;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 20px;
	}
	.mobile_top a {
		color:#fff;
	}
	.mobile_top a i {
		color:#EAFB15;
	}
	.mobile_top a:hover, .mobile_top a:hover i {
		color:#fff;
		opacity: 0.7;
	}
	.mobile-nav-cont-1 {
		max-width: 100%;
    }
	.wrap-cat-cont.brand-pg-cat-1 {
	  width: 49%;
	  margin: 0 auto;
	}
	.wrap-cat-cont.brand-pg-cat-2 {
	  width: 90%;
	  margin: 0 auto;
	}
	nav.mobile {
		border-bottom-right-radius: 20px;
  	}
	.hero-overlay {
		background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.40) 21.76%,rgba(0,0,0,0.40) 100%);
		background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.40) 21.76%,rgba(0,0,0,0.40) 100%);
		background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.40) 21.76%,rgba(0,0,0,0.40) 100%);
		background-image: linear-gradient(90deg,rgba(0,0,0,0.40) 21.76%,rgba(0,0,0,0.40) 100%);
	}
	.hero-overlay .container-1 {
	  text-align: right;
	  padding: 60px 10px;
	}
	.hero-slider {
		min-height: 400px;
	}
	.hero-slider img {
		min-height: 400px;
		object-position: center;
	}
	.cat-hero-overlay {
	  min-height: 400px;
	  padding-top: 100px;
	}
	.wrap-cat-cont {
	  width: 49%;
	  margin: 0 auto;
	}
	.wrap-cat-info {
	  border-bottom-left-radius: 20px;
	  border-bottom-right-radius: 20px;
	  padding: 50px 20px 35px 20px;
	}
	.wrap-cat-info2 {
	  border-bottom-left-radius: 40px;
	  border-bottom-right-radius: 40px;
	  padding: 50px 20px 35px 20px;
	}
	.wrap-cat-info h2 {
	  font-size: 18px;
	  padding-bottom: 10px;
	}
	.wrap-cat-info2 h2 {
	  font-size: 22px;
	  padding-bottom: 0px;
	  padding-top: 25px;
	}
	.btn-yellow, .btn-white, .btn-blue, .btn-white-no-out {
		padding:10px;
		font-size:14px;
	}
	.btn-white2{
		padding:10px;
		font-size:20px;
		max-width:90%;
	}
	.home-btn-cont a {
		width:100%;
	}

	.header-txt, .home-about-left h2 {
	  font-size: 28px;
	}
	.sub-header-txt {
	  font-size: 18px;
	}
	.home-about-left h3 {
		font-size: 18px;
	}
	.home-about-left p, p {
		font-size: 15px;
	}
		.bottom-info-col h3 {
	  font-size: 18px;
	}
	.bottom-info-col p {
	  font-size: 15px;
	}
	.hero-overlay .container-1 h1 {
		font-size: 26px;
	}
	.hero-overlay .container-1 h1 span {
		font-size: 18px;
		display: block;
	}
	
	.col-1-3 {
		width:100%;
	}
	.cat-hero-nav .container-1 {
		gap: 10px;
		flex-wrap: wrap;
	}
	.cat-hero-nav {
		padding: 10px 0;
	}
	.cat-hero-header h1 {
		font-size: 20px;
	}
	.cat-hero-header h2 {
		font-size: 16px;
	}
	.brand-cont-1 a {
		width:49%;
	}
}
