﻿/*===================== 
	Color information
	
	orange #ff6600
    lt grey #f8f8f8
    grey #2f2f2f
	-
		 
=======================*/
/*===================== 
	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: 'Montserrat', 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-family: 'Heebo', sans-serif;
        font-size: 30px;
        font-weight: 700;
}
	h2 {
        font-family: 'Heebo', sans-serif;
        font-size: 28px;
        font-weight: 700;
}
	h3 {
        font-family: 'Heebo', sans-serif;
        font-size: 24px;
        font-weight: 700;
}
	h4 {
        font-family: 'Heebo', sans-serif;
        font-size: 20px;
        font-weight: 700;
}
	h5 {
        font-family: 'Heebo', sans-serif;
        font-size: 18px;
        font-weight: 700;
}
	h6 {}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
	margin: 0;
	}
.content-bullets li {
    font-size: 18px;
    font-weight: 600;
}

.bold {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

.btn-1 {
    color:#fff!important;
    background:#ff6600;
    padding:10px 15px;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    cursor: pointer;
    outline:none;
    border:1px solid #ff6600;
    transition: .2s ease-in;
    margin:25px 0;
    display: inline-block;
}
.btn-1:hover {
    color:#ff6600!important;
    background:#fff;
}

/*===================== 
	header styles 
=======================*/

.head-search {
    width:100%;
    background:#f8f8f8;
    padding:20px 0;
    display: none;
}
.head-search p {
    font-size: 20px;
    padding-bottom:15px;
}

.header-wrap {
	width: 100%;
	margin: 0;
    border-bottom:1px solid rgba(0,0,0,0.1);
	}
.top-head {
    width:100%;
    background:#000;
}
.top-head .container-1 {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    padding:0px 20px;
	}
.head-info ul {
    padding:0 20px;
    margin:0;
    display: flex;
    gap:20px;
}
.head-info ul li {
    padding:0;
    margin:0;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.head-info ul li span {
    color:#ff6600;
    font-weight: 700;
}
.head-info ul li a {
    color:#fff;
    font-weight: 400;
    transition: .2s ease-in;
}
.head-info ul li a:hover {
    color:#ff6600;
}

.head-social {
    padding:15px;
    background:#ff6600;
}
.head-social ul {
    padding:0;
    margin:0;
    display: flex;
    gap:10px;
}
.head-social ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.head-social ul li a {
    font-size: 16px;
    color:#2f2f2f;
    transition: .2s ease-in;
}
.head-social ul li a:hover {
    color:#fff;
}
header {
	margin: 0 auto;
	max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:30px 20px!important;
	}
.head-logo-1 img {
	max-width: 225px;
	height: auto;
	display: block;
}


/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;} 

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
        align-items: center;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
                font-family: 'Heebo', sans-serif;
				color: #000;
				font-size: 17px;
				text-decoration: none;
				padding:10px;
				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: 700;
				}	
			nav.primary ul li a:hover {
				color:#ff6600;
				}
            nav.primary ul li a.toggle-search {
                font-size: 30px;
                color:#ff6600;
            }
            nav.primary ul li a.toggle-search:hover {
                color:#000;
            }
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px;
				color:#fff;
				background: #2f2f2f;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
			nav.primary ul li li li a { 
				color:#000;
				background: #f8f8f8;
			}
            nav.primary ul li li li a:hover { 
			}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
    z-index: 300;
}

nav.primary ul ul ul {
    position: absolute; 
    left: 0;
    top:100%; 
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}
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 
=======================*/

.wrap-sub-cat {
    width:100%;
    clip-path: polygon(0% 0%,100% 0%,100% 77%,0% 100%);
    background:#f8f8f8;
    padding:50px 0 150px 0;
    position: relative;
    z-index: 2;
}
.wrap-sub-cat .container-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    gap:20px;
}

.sub-cat-img {
    margin-bottom: -30px;
}
.wrap-sub-cat .container-1 a:nth-child(1) .sub-cat-img {
    padding:0 0 0 55px;
}
.wrap-sub-cat .container-1 a:nth-child(2) .sub-cat-img {
    padding:0 0 0 40px;
}
.wrap-sub-cat .container-1 a:nth-child(3) .sub-cat-img {
    padding:0 0 0 65px;
}
.wrap-sub-cat .container-1 a:nth-child(4) .sub-cat-img {
    padding:0 0 0 25px;
}
.wrap-sub-cat .container-1 a img {
    max-width: 100%;
    width:100%;
    height: auto;
    display: block;
    transition: .2s ease-in;
    position: relative;
    z-index: 1;
}
.wrap-sub-cat .container-1 a .lg-txt {
    font-size: 30px;
    font-weight: 900;
    font-family: 'Heebo', sans-serif;
    color:#ff6600;
    text-align: left;
    transition: .2s ease-in;
    position: relative;
    z-index: 2;
}
.wrap-sub-cat .container-1 a .mid-txt {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Heebo', sans-serif;
    text-align: left;
    color:#000;
    transition: .2s ease-in;
    position: relative;
    z-index: 2;
}
.wrap-sub-cat .container-1 a .sml-txt {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color:#000;
    transition: .2s ease-in;
    position: relative;
    z-index: 2;
}
.wrap-sub-cat .container-1 a:hover img {
    transform: translate(-2px, 4px);
}
.wrap-sub-cat .container-1 a:hover .lg-txt {
    color:#000;
    transform: scale(1.2) translate(17px, 0px);
}
.wrap-sub-cat .container-1 a:hover .mid-txt  {
    transform: translate(0px, 3px);
    color:#ff6600;
}
.wrap-sub-cat .container-1 a:hover .sml-txt  {
    color:#ff6600;
}
.wrap-about-home {
    width:100%;
    margin:0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-top: -100px;
}
.content-col-left {
    width:50%;
    padding: 150px 0 100px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.content-left-cont-1 {
    max-width: 700px;
    width:100%;
    padding:20px 60px 20px 20px;
    box-sizing: border-box;
}
.content-left-cont-1 .sml-txt {
    font-size: 30px;
}
.content-left-cont-1 h1 {
    font-size: 30px;
    color:#ff6600;
    padding-bottom: 20px;
}
.content-col-right {
    width:50%;
    display: flex;
    align-items: center;
    background:#2f2f2f;
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 95%);
    padding: 100px 0 130px 0;
}
.content-right-cont-1 {
    max-width: 700px;
    width:100%;
    padding:20px 20px 20px 60px;
    box-sizing: border-box;
}
.right-cont-sml-1 {
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.right-cont-sml-1 p {
    font-size: 24px;
    font-weight: 600;
    color:#fff;
    text-align: center;
    padding:0  0 20px 0;
}
.wrap-bottom-bg {
    width:100%;
    clip-path: polygon(0% 0%,100% 13%,100% 100%,0% 100%);
    background:#f8f8f8;
    padding:150px 0 100px 0;
    margin-top:50px;
}
.wrap-bottom-bg .container-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-loc-cont-1 {
    width:100%;
    max-width: 500px;
}
.home-loc-col-1 {
    width:50%;
}
.wrap-bottom-bg .lg-txt {
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color:#000;
    width:100%;
}
.home-loc-cont-1 .md-txt {
    font-family: 'Montserrat', sans-serif;
   font-size: 17px;
    font-weight: 800;
    color:#ff6600;
    padding:30px 0 10px 0;
}
.home-loc-cont-1 ul {
    padding:0;
    margin:0;
}
.home-loc-cont-1 ul li {
    font-family: 'Montserrat', sans-serif;
    padding:5px 0;
    margin:0;
    list-style: none;
    color:#000;
    font-size: 17px;
    font-weight: 400;
}
.home-loc-cont-1 ul li a {
    color:#000;
}
.home-loc-cont-1 ul li a:hover {
    color:#ff6600;
}
.home-map {
    width:calc(100% - 540px);
    min-height: 350px;
    margin-top: -60px;
}

.content-head {
    width: 100%;
    clip-path: polygon(0% 0%,100% 0%,100% 77%,0% 100%);
    background: #f8f8f8;
    padding: 30px 0 100px 0;  
    position: relative;
    z-index: 2;
}
.bread-crumb-1 {
    padding:20px 0 40px 0;
}
.bread-crumb-1 ul {
    padding:0;
    margin:0;
    display: flex;
    flex-wrap: wrap;
    gap:5px;
}
.bread-crumb-1 ul li {
    padding:0 5px;
    margin:0;
    list-style-type: "/";
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color:#ff6600;
}
.bread-crumb-1 ul li:first-child {
    list-style: none;
    padding:0 5px 0 0;
}
.bread-crumb-1 ul li a {
    color:#000;
    font-weight: 700;
}
.bread-crumb-1 ul li a:hover {
    color:#ff6600;
}

.content-head img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
}
.content-head .lg-txt {
    font-size: 30px;
    font-weight: 900;
    color:#ff6600;
}
.content-head .sml-txt {
    padding:20px 0 0 0;
    max-width: 1000px;
}
.wrap-inv-sub-cat-1 {
    width:100%;
    padding:50px 0;
}
.wrap-inv-sub-cat-1 .container-1 {
    display: flex;
    flex-wrap: wrap;
    gap:3.5%;
}

.inv-sub-cat-cont-1 {
    margin:20px 0;
    background:#2f2f2f;
    width:31%;
    padding:5px 5px 40px 5px;
    box-sizing: border-box;
    clip-path: polygon(0% 0%,100% 0%,100% 95%,0% 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inv-sub-img-cont-1 {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#fff;
}
.inv-sub-img-cont-1 img {
    max-width: 100%;
    height: auto;
    display: block;
}
.inv-sub-img-cont-2 img {
    width:100%;
    height: auto;
    display: block;
}
.inv-sub-info-1 {
    padding:30px 20px 10px 20px;
    box-sizing: border-box;
}
.inv-sub-info-1 .lg-txt {
    font-size: 30px;
    text-transform: uppercase;
    padding:0 0 10px 0;
    font-weight: 900;
    font-family: 'Heebo', sans-serif;
    color:#ff6600;
}
.inv-sub-info-1 .sml-txt {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color:#fff;
}
.sub-cat-row-1 {
    position: relative;
}
.inv-sub-info-2 {
    padding: 30px 20px 10px 20px;
    box-sizing: border-box;
    position: absolute;
    bottom:0;
}
.inv-sub-info-2 .lg-txt {
    font-size: 30px;
    text-transform: uppercase;
    padding:0 0 10px 0;
    font-weight: 900;
    font-family: 'Heebo', sans-serif;
    color:#fff;
    text-shadow: 0 0 10px rgba(0,0,0,1.0);
    line-height: 1;
}

.inv-btn-cont-1, .inv-btn-cont-2 {
    padding:0 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inv-btn-cont-1 .btn-1 {
    display: block;
    width:48%;
    box-sizing: border-box;
    text-align: center;
}
.inv-btn-cont-2 .btn-1 {
    display: block;
    width:100%;
    box-sizing: border-box;
    text-align: center;
}

.loc-col-1 {
    
}
.loc-col-1 .md-txt {
    font-family: 'Montserrat', sans-serif;
   font-size: 17px;
    font-weight: 800;
    color:#ff6600;
    padding:30px 0 10px 0;
}
.loc-col-1 ul {
    padding:0;
    margin:0;
}
.loc-col-1 ul li {
    font-family: 'Montserrat', sans-serif;
    padding:5px 0;
    margin:0;
    list-style: none;
    color:#000;
    font-size: 17px;
    font-weight: 400;
}
.loc-col-1 ul li a {
    color:#000;
}
.loc-col-1 ul li a:hover {
    color:#ff6600;
}
.loc-map-col-1 {
    width:100%;
    height: 250px;
    padding:20px 0 0 0;
}
.container-dept-cont {
    max-width: 1400px;
	margin: 0 auto;
	padding:10px 20px;
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap:3.5%;
}
.dept-contact {
    margin: 20px 0;
    width: 31%;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
}
.dept-contact-crop {
    background: #fff;
    padding: 10px 20px 40px 20px;
    box-sizing: border-box;
    clip-path: polygon(0% 0%,100% 0%,100% 95%,0% 100%);
}
.dept-contact .lg-txt {
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    font-weight: 900;
    font-family: 'Heebo', sans-serif;
    color: #ff6600;
    display: inline-block;
}
.dept-contact .sml-txt span {
    font-weight: 700;
    padding:10px 0;
    display: inline-block;
}
.dept-contact .sml-txt {
    font-size: 18px;
    padding:0 0 5px 0;
    display: inline-block;
}
.award-cont-1 {
    margin:40px auto;
    max-width: 350px;
}
.award-cont-1 img {
    max-width: 100%;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
    margin:0 auto 20px auto;
}
.award-cont-1 p {
    color:#fff;
    text-align: center;
    font-size: 16px;
}


/*===================== 
	slideshow styles 
=======================*/

.wrap-hero-slider {
    width:100%;
    height: auto;
    position: relative;
}
/* Dots */
.wrap-hero-slider .slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.wrap-hero-slider .slick-dots
{
    position: absolute;
    right: calc(50% - 700px);
    display: block;
    top:20%;
    z-index: 200;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.wrap-hero-slider .slick-dots li
{

    width: 20px;
    height: 20px;
    background:#fff;
    margin: 8px 0;
    padding: 0;

    cursor: pointer;
}
.wrap-hero-slider .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;
    background:#fff;
    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.wrap-hero-slider .slick-dots li button:hover, .wrap-hero-slider .slick-dots li button:focus
{
    outline: none;
}
.wrap-hero-slider .slick-dots li button:hover:before, .wrap-hero-slider .slick-dots li button:focus:before
{
    opacity: 1;
}
.wrap-hero-slider .slick-dots li button:before
{

    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;


    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wrap-hero-slider .slick-dots li.slick-active
{
    background:#ff6600
}
.slider-hero {
    width: 100%;
    max-height: 42vw;
    min-height: 300px;
    height: calc(100vh - 360px);
    overflow: hidden;
}
.slider-hero img {
    width:100%;
    max-height: 42vw;
    min-height: 300px;
    height: calc(100vh - 360px);
    object-fit: cover;
}
.hero-overlay {
    width:100%;
    clip-path: polygon(0% 0%,100% 23%,100% 100%,0% 100%);
    background:rgba(0,0,0,0.4);
    position: absolute;
    bottom:0px;
    left:0;
    padding:50px 0 50px 0;
}
.hero-overlay .lg-txt {
    font-family: 'Heebo', sans-serif;
    color:#fff;
    font-size: 66px;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(0,0,0,1.0);
}
.hero-overlay .sml-txt {
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
    text-shadow: 0 0 20px rgba(0,0,0,1.0);
}

.wrap-brand-slider {
    width:100%;
    padding:40px 0;
}
.wrap-brand-slider .container-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrap-brand-slider .container-1 p {
    font-family: 'Heebo', sans-serif;
    font-size: 36px;
    line-height: 38px;
    font-weight: 900;
    color:#000;
}
.slider-brand {
    width:calc(100% - 250px);
    padding:0 20px;
    box-sizing: border-box;
}
.slider-brand img {
    max-width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}
.slider-brand .slick-prev {
    position: absolute;
    left:0px;
    font-size: 50px;
    top:calc(50% - 30px);
    color:#000;
}
.slider-brand .slick-next {
    position: absolute;
    right:0px;
    font-size: 50px;
    top:calc(50% - 30px);
    color:#000;
}
.slider-brand a{
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    padding:20px;
    box-sizing: border-box;
}


/*===================== 
	Form styles 
=======================*/

/* Containers */

.form-white {
    padding:40px 0;
}
.form-white h3 {
    color:#ff6600;
}
.form-white p, .form-white .CaptchaMessagePanel, .form-white .CaptchaWhatsThisPanel a {
    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[type="text"] , .form-info-cont date, .form-info-cont select, .form-info-cont input[type="text"]:not([class^="Mui"]) {
	font-family: 'Montserrat', sans-serif;
    width: 100%;
	display: block;
	padding: 15px;
    font-weight: 400;
	font-size: 17px;
	margin:  0 0 25px 0;
	box-sizing: border-box;
    color:#2f2f2f;
    border:1px solid #fff;
    outline:none;
    background:#fff;
    border-radius: 0px;
    height: auto;
    line-height: normal;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}
.form-info-cont .btn-1 {
    width:100%;
    display: block;
    margin:  0 0 15px 0;
    padding: 15px;
}

.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-weight: 400;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 25px 0;
	font-family: 'Montserrat', sans-serif;
    border:0px;
    outline:none;
    background:#fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}

select {
	margin:0;
	padding:0;
}



.form-inline .btn-1 {
    margin:20px auto;
    display: block;
    max-width: 200px;
    text-align: center;
}

.CaptchaImage {
  max-width: 100%;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
    padding:60px 0;
	}

.container-1 {
	max-width: 1400px;
	margin: 0 auto;
	padding:10px 20px;
	box-sizing: border-box;
	}

.container-2 {
	max-width: 800px;
	margin: 0 auto;
	padding:10px 20px;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1400px;
	margin: 0 auto;
	padding:50px 20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.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:#2f2f2f;
    padding:50px 0;
	}
footer .container-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
	
.foot-soc p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#fff;
    padding:0 0 15px 0;
}
.foot-soc ul {
    display: flex;
    gap:10px;
    flex-wrap: wrap;
    padding:0;
    margin:0;
}
.foot-soc ul li {
    padding:0;
    margin:0;
    list-style: none;
}
.foot-soc ul li a {
    font-size:26px;
    color:#ff6600;
}
.foot-logo-1 img {
    max-width: 100%;
    widows: 100%;
    height: auto;
    display: block;
}


/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1440px)  {
    .wrap-hero-slider .slick-dots {
        right: 20px;
    }
}

@media screen and (max-width: 1270px)  {
    nav.primary ul li a {
        font-size: 1.25vw;
        padding:10px 8px;
    }
    .head-logo-1 img {
      max-width: 170px;
    }
    .top-head .container-1 {
      justify-content: space-between;
      padding: 0px;
    }
    .wrap-sub-cat .container-1 a {
        margin:20px auto;
    }
    .inv-sub-cat-cont-1 {
      width: 48%;
    }
    .wrap-inv-sub-cat-1 .container-1 {
      gap: 4%;
    }
    .container-dept-cont {
        gap:4%;
    }
    .dept-contact {
        width: 48%;
        order:2;
    }
}

@media screen and (max-width: 940px)  {
    .head-info ul li {
      font-size: 14px;        
    }
    header {
      justify-content: center;
    }
    .head-logo-1 img {
      max-width: 270px;   
        width: 100%;
    }
    
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;}
    
	#menu-button{ 
		width: 100%;
		display: flex;
        justify-content: flex-end;
        align-items: center;
        gap:30px;
		position: relative;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #2f2f2f;
        padding:20px;
        box-sizing: border-box;
	}
    #menu-button .menu-toggle {
        position:relative;
        width:35px;
        height:30px;
        display: block;
    }
    #menu-button .menu-toggle span {
        width:100%;
        background:#f8f8f8;
        height: 4px;
        display: block;
        position: relative;
        border-radius: 2px;
        transition: .2s ease-in;
    }
    #menu-button .menu-toggle span:before {
        width:100%;
        background:#f8f8f8;
        content:"";
        height: 4px;
        position: absolute;
        display: block;
        left:0;
        top:13px;
        border-radius: 2px;
        transition: .2s ease-in;
    }
    #menu-button .menu-toggle span:after {
        width:100%;
        background:#f8f8f8;
        content:"";
        height: 4px;
        position: absolute;
        left:0;
        top:26px;
        display: block;
        border-radius: 2px;
        transition: .2s ease-in;
    }
    #menu-button .menu-toggle.open span {
        transform: translateY(13px);
        height: 2px;
    }
    #menu-button .menu-toggle.open span:before {
        transform: translateY(-27px);
        height: 2px;
    }
    #menu-button .menu-toggle.open span:after {
        transform: translateY(-13px);
    }
    #menu-button .toggle-search {
        font-size: 30px;
        color:#ff6600;
    }
	nav.mobile {
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #f8f8f8;
		z-index: 500; 
        box-shadow:0px 7px 11px -1px rgba(0,0,0,0.2);
	}


	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}



	/* 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 {
		position: relative;
		display: block;
		font-size:17px;
        text-align: center;
		padding:10px 20px;
        box-sizing: border-box;
		color: #000;
		text-decoration: none;
        text-transform: uppercase;
	}
	nav.mobile ul li a:hover {
        color:#ff6600;
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		color: #ccc;
		text-decoration: none;
	}

	/* 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;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}


    nav.mobile ul.mobile-contact {
		padding:10px 0;
        border-top:1px solid #2f2f2f;
        border-bottom:1px solid #2f2f2f;
        background: #fff;
        display: none;
        flex-wrap: wrap;  
	}
    nav.mobile ul.mobile-contact li {
		width:auto;
        margin:0 auto;
	}
    .hero-overlay {
      padding: 6% 0 7% 0;
    }
    .hero-overlay .lg-txt {
        font-size: 6vw;
    }
    .hero-overlay .sml-txt {
        font-size: 3vw;
    }
    .wrap-sub-cat {
      clip-path: polygon(0% 0%,100% 0%,100% 95%,0% 100%);
      padding: 50px 0 70px 0;
    }
    .wrap-about-home {
      margin-top: 0px;
    }
    .content-col-left {
        width: 100%;
        display: block;
    }
    .content-left-cont-1, .content-right-cont-1 {
      max-width: 100%;
        padding:20px;
    }
    .content-col-right {
      width: 100%;
      clip-path: polygon(0% 5%,100% 0%,100% 100%,0% 95%);
      padding: 100px 0 100px 0;
        justify-content: center;
    }
    .wrap-bottom-bg {
      clip-path: polygon(0% 0%,100% 5%,100% 100%,0% 100%);
    }
    .content-head {
      clip-path: polygon(0% 0%,100% 0%,100% 90%,0% 100%);
    }
    .home-loc-cont-1 {
      order:3;
        max-width: 100%;
    }
    .wrap-bottom-bg .lg-txt {
        order:1;
        padding:0 0 20px 0;
    }
    .home-map {
        width: 100%;
        order:2;
        margin-top: 0;
        padding-bottom: 20px;
    }
    


}
@media screen and (max-width: 740px)  {

    .col-1-4, .col-1-2 {
        width:100%;
    }
    .header-wrap {
      display: flex;
        justify-content: space-between;
        border-bottom: 0px;
    }
    .top-head .container-1 {
      height: 100%;
    }
    .head-info {
        display: none;
    }
    .top-head {
      width: auto;
      background: none;
        order: 2;
    }
    .head-social {
      padding:10px 30px;
      height: 100%;
        box-sizing: border-box;
    }
    .head-social ul {
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 100%;
    }
    .head-social ul li a {
      font-size: 18px;
    }
    header {
        order: 1;
    }
    nav.mobile ul.mobile-contact {
        display: flex;
	}
    .wrap-hero-slider .slick-dots {
        display: none;
    }
    .wrap-brand-slider .container-1 {
      flex-wrap: wrap;
      justify-content: center;
    }
    .wrap-brand-slider .container-1 p {
      font-size: 30px;
        padding:0 0 20px 0;
    }
    .wrap-brand-slider .container-1 p span {
      display: none;
    }
    .slider-brand {
      width: 100%;
    }
    .home-loc-col-1 {
      width: 100%;
    }
    footer .container-1 {
        flex-direction: column;
        gap:40px;
    }
    .foot-logo-1 {
        order:1;
    }
    .foot-soc {
        order: 2;
    }
    .foot-soc ul {
      justify-content: center;
    }
    .slider-hero, .slider-hero img {
        min-height: 42vw;
    }
    .inv-sub-cat-cont-1 {
      width: 100%;
      padding: 5px 5px 40px 5px;
      clip-path: polygon(0% 0%,100% 0%,100% 95%,0% 100%);
    }
    .dept-contact {
        width: 100%;
    }
    
}
@media screen and (max-width: 410px)  {
    .inv-btn-cont-1 .btn-1 { 
      width: 100%;
    }
}

