﻿/*===================== 
	Color information
	
	-
	- orange #ca3b2a
    - lt grey #efefef
    - dk grey #2b2b2b
	-
	-
		 
=======================*/
/*===================== 
	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-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-center {
    text-align: center;

}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #2b2b2b; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #000;
		}  

.font-link {
    color:#ca3b2a!important;
    font-weight: 600;
    transition: .2s ease-in;
}
.font-link:hover {
    color:rgba(161,47,33,1.00)!important;
}

.red-text-link {
    font-family: "Montserrat", sans-serif;
    color:#ca3b2a!important;
    font-size: 20px;
    font-weight: 600;
    transition: .2s ease-in;
}
.red-text-link:hover {
    opacity: 0.8;
}
.red-btn-1 {
    font-family: "Montserrat", sans-serif;
    color:#fff!important;
    background:#ca3b2a;
    font-size: 20px;
    font-weight: 400;
    transition: .2s ease-in;
    padding:15px;
    text-align: center;
    border:0px;
    outline: none;
    cursor: pointer;
}
.red-btn-1:hover {
    background:rgba(161,47,33,1.00);
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	}

header {
	margin: 0 auto;
	width:100%;
    display: flex;
    align-items: flex-start;
	}

.head-logo-1 {
   background:#fff; 
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.16);
    padding: 25px 65px;
    border-bottom-right-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.head-logo-1 img {
    max-width: 100%;
    height: auto;
    display: block;
}
.head-right {
    flex-grow: 1;
}
.head-top {
    width:100%;
    background:#efefef;
}
.head-top ul {
    max-width: 1400px;
    width:100%;
    display: flex;
    padding:20px;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: center;
    gap:0 40px;
    margin:0 auto;
}
.head-top ul li {
    padding: 0;
    margin:0;
    list-style: none;
}
.head-top ul li a {
    font-size: 18px;
    color:#2b2b2b;
    transition: .2s ease-in;
}
.head-top ul li a i {
    color:#ca3b2a;
    transition: .2s ease-in;
}
.head-top ul li a:hover i {
    color:#2b2b2b;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
    width:100%;
    background:#ca3b2a;
	}
	nav.primary > ul {
		margin:0 auto!important; 
		padding:0;
        max-width: 1400px;
        width:100%;
        display: flex;
        box-sizing: border-box;
        justify-content: flex-end;
        align-items: center;
		}
    nav.primary ul {
        margin:0;
        padding:0;
    }
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
                font-family: "Montserrat", sans-serif;
				color: #fff;
				font-size: 18px;
				text-decoration: none;
				padding: 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;
				}	
			nav.primary ul li a:hover {
				background: #2b2b2b;
            }
            nav.primary ul li:hover a {
				background: #2b2b2b;
            }
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				padding:20px;
				color:#fff;
				background: #2b2b2b;
				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 { 
                color:#ca3b2a;
			}
/* 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; 
	min-width: 150px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.wrap-hero {
    width: 100%;
    height: 50vw;
    max-height: calc(100vh - 390px);
    min-height: 470px;
    background-image: url(../siteart/hero-bg-1.jpg), -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: url(../siteart/hero-bg-1.jpg), -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: url(../siteart/hero-bg-1.jpg), -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: url(../siteart/hero-bg-1.jpg), linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-overlay {
    text-align: center;
    padding:90px 5px 0 5px;
    box-sizing: border-box;
}
.hero-overlay h1 {
    color:#fff;
    font-family: "Montserrat", sans-serif;
    padding:0;
    text-shadow: 0 0 25px rgba(0,0,0,0.9);
    font-size:50px;
    font-weight: 700;
}
.hero-overlay h1 span {
    font-size:40px;
}
.wrap-cat {
    width:100%;
    background:#efefef;
    padding-bottom:65px;
    display: flex;
}
.cat-col-1 {
    flex-grow: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.cat-col-1:after {
    content:"";
    background:#fff;
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.16);
    width:100%;
    height: 55%;
    bottom:0;
    position: absolute;
    z-index: 1;
}
.cat-cont-1 {
    position: relative;
    z-index: 2;
    width:100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    padding:20px 40px 20px 20px;
    box-sizing: border-box;
    gap:20px 0;
}
.cat-cont-1 a {
    width:23%;
    position: relative;
}
.cat-cont-1 a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding:5px;
    box-sizing: border-box;
    transition: .2s ease-in;
    position: relative;
    z-index: 2;
}
.cat-cont-1 a h2 {
    text-align: center;
    color:#ca3b2a;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    transition: .2s ease-in;
    position: relative;
    z-index: 2;
}
.cat-cont-1 a h2 span {
    font-size: 16px;
    font-weight: 500;
}
.cat-cont-1 a:hover img {
    filter: grayscale(1) brightness(1.3);
    transform: translateY(-10px);
}
.cat-cont-1 a:hover h2 {
    color:#2b2b2b;
}
.cat-search {
    background:#2b2b2b;
    border-top-left-radius: 100px;
    padding:110px 40px 75px 40px;
    box-sizing: border-box;
    position: relative;
    margin-top: -90px;
    z-index: 1;
}
.cat-search h2  {
    color:#fff;
    font-size: 24px;
    text-align: center;
    padding-bottom:50px;
    white-space: nowrap;
}
.cat-search form {
    max-width: 325px;
    width:100%;
    display: flex;
    background:#fff;
}
.cat-search form input {
    font-family: "Montserrat", sans-serif;
    width:100%;
    font-size: 18px;
    padding:15px 20px;
    color:#2b2b2b;
    border:0px;
    outline: none;
}
.cat-search form button {
    background: #ca3b2a;
    color:#fff;
    font-size: 22px;
    border:0px;
    outline: none;
    padding:15px;
    cursor: pointer;
    transition: .2s ease-in;
}
.cat-search form button:hover {
    background:#fff;
    color:#ca3b2a;
}
.wrap-brand {
    padding: 80px 0 100px 0;
}
.wrap-brand-header {
    text-align: center;
    font-size: 40px;
    font-weight:700;
    color:#ca3b2a;
    padding-bottom: 40px;
}
.brand-cont-1 {
    max-width: 1400px;
    padding:20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0;
    margin:0 auto;
}
.brand-cont-1 a {
    background:#fff;
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.16);
    width:23%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px;
    box-sizing: border-box;
}
.brand-cont-1 a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
}
.brand-cont-2 {
    max-width: 1400px;
    background:#fff;
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.16);
    padding:20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0;
    margin:0 auto;
}
.brand-cont-2 a {
    width:15%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px;
    box-sizing: border-box;
}
.brand-cont-2 a img {
    max-width: 100%;
    max-height: 100px;
    height: auto;
    display: block;
    margin:0 auto;
}
.wrap-home-about {
    display: flex;
    flex-wrap: wrap;
    margin: 120px 0 0 0;
}
.home-about-left {
    width:35%;
    padding: 65px;
    box-sizing: border-box;
    border-top-right-radius: 100px;
    background:#2b2b2b;
    margin-top:-95px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.home-about-left h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color:#fff;
}
.home-about-left h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color:#fff;
}
.home-about-left p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color:#fff;
    line-height: 1.4;
    padding:20px 0;
}
.home-about-right {
    width:65%;
}
.home-about-right img {
    width:100%;
    height: 100%;
    max-height: 650px;
    object-fit: cover;
    object-position:center;
    display: block;
}

.wrap-home-service {
    background:#efefef;
    padding:120px 20px;
    width: 100%;
    box-sizing: border-box;
}
.home-service-cont-1 {
    max-width: 1400px;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.16);
}
.home-service-cont-left {
    width:50%;
}
.home-service-cont-left img {
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.home-service-cont-right {
    width:50%;
    padding:55px;
    box-sizing: border-box;
    background:#fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-service-cont-right h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color:#ca3b2a;
    text-align: center;
    width: 100%;
}
.home-service-cont-right p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    width: 100%;
    padding:30px 0 45px 0;
}
.home-service-cont-right .red-btn-1 {
    width:48%;
    box-sizing: border-box;
}
.wrap-content {
    padding:100px 0 50px 0;
    width:100%;
}
.wrap-content h1 {
    text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #ca3b2a;
  padding-bottom: 40px;
}

.wrap-content-2-col {
    background:#efefef;
    padding:120px 20px;
    width: 100%;
    box-sizing: border-box;
}
.content-2-col-cont-1 {
    max-width: 1400px;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.16);
}
.content-2-col-full {
    width:100%;
    padding:55px;
    box-sizing: border-box;
    background:#fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-2-col-left {
    width:50%;
    padding:55px;
    box-sizing: border-box;
    background:#fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-2-col-left h2, .content-2-col-full h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color:#ca3b2a;
    text-align: center;
    width: 100%;
}
.content-2-col-left p, .content-2-col-full p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    width: 100%;
    padding:30px 0 45px 0;
}
.content-2-col-right {
    width:50%;
    padding:55px;
    box-sizing: border-box;
    background:#2b2b2b;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.location-cont-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:40px 0;
    gap:30px 0;
}

.location-col-1 {
    background: #fff;
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.16);
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    gap:20px 0;
}

.location-col-1 h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    width:100%;
}
.location-row-1 {
    width:50%;
}
.location-col-1 h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color:#ca3b2a;
}
.location-col-1 ul {
    padding:0;
    margin:0;
}
.location-col-1 ul li {
    padding:5px 0;
    margin:0;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    list-style: none;
}
.location-col-1 ul li a {
    color:#2b2b2b;
    transition: .2s ease-in;
}
.location-col-1 ul li a:hover {
    color:#000;
}
.location-col-1 .red-btn-1 {
    width:100%;
}

.location-col-1 iframe {
    width:100%;
    height: 100%;
    min-height: 400px;
}
.rating i {
    color:#ca3b2a;
}
.customer-name {
    font-size: 20px;
    font-weight: 600;
}
.customer-comment {
    font-weight: 400;
    color:#2b2b2b;
}
.customer-name span {
    font-weight: 400;
}
.position-cont-1 {
    display: flex;
    flex-wrap: wrap;
    margin:40px 0;
    gap:30px 2.6%;
}
.position-cont {
    background: #fff;
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.16);
    width: 23%;
    padding: 20px;
    box-sizing: border-box;
}
.position-cont h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    width:100%;
    padding:10px 0;
}
.position-cont h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#ca3b2a;
}
.position-cont img {
    max-width: 100%;
    height: auto;
    margin:0 auto;
    display: block;
    width: 100%;
}

.about-img-cont-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
    padding:20px 0;
    gap:20px 0;
}
.about-img-1 {
    width:32%;
}
.about-img-1 img {
    max-width: 100%;
    width:100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */


.custom-form {
    width:100%;
}
.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 p {
    padding:10px 0 5px 0!important;
    font-size: 22px;
    font-weight: 700;
}
.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 20px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
.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: 20px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: "Montserrat", sans-serif;
}

select {
	margin:0;
	padding:0;
}
.form-inline .red-btn-1 {
    margin:20px auto;
    display: block;
    max-width: 200px;
    width:100%;
}



.CaptchaImage {
  max-width: 100%;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 




/*===================== 
	banner styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1400px;
    width:100%;
	margin: 0 auto;
	padding:10px 20px;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1400px;
    width:100%;
	margin: 0 auto;
	padding:100px 20px 120px 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%;
    display: flex;
    justify-content: flex-end;
    background:#2b2b2b;
	}
.foot-left {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: calc(50% + 280px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10vw 60px 20px;
  box-sizing: border-box;
    gap:20px;
}

.foot-nav-cont-1 h4 {
    font-family: "Montserrat", sans-serif;
    font-size:18px;
    font-weight:700;
    color:#ca3b2a;
}
.foot-nav-cont-1 ul {
    padding:10px 0;
    margin:0;
}
.foot-nav-cont-1 ul li {
    font-family: "Montserrat", sans-serif;
    font-size:18px;
    line-height: 1.5;
    font-weight:600;
    color:#fff;
    padding:0;
    margin:0;
    list-style: none;
}
.foot-nav-cont-1 ul li a {
    color:#fff;
    transition: .2s ease-in;
}
.foot-nav-cont-1 ul li a:hover {
    color:rgba(216,216,216,1.00);
}

.foot-right {
    background: #ca3b2a;
    border-top-left-radius: 100px;
    padding: 110px 95px 75px 95px;
    box-sizing: border-box;
    position: relative;
    margin-top: -90px;
    z-index: 1;
    text-align: center;
}
.foot-logo img {
    max-width: 100%;
    width: 100;
    height: auto;
    display: block;
    margin:0 auto 20px auto;
}
.foot-right a {
    color:#fff;
    font-size:35px;
    transition: .2s ease-in;
}
.foot-right a:hover {
    color:rgba(216,216,216,1.00);
}
.foot-bottom {
    display: none;
}


/*========================== 
	  Responsive styles 
============================*/


@media screen and (max-width: 1350px)  {
    .head-logo-1 {
        padding: 25px 65px 25px 25px;
    }
    nav.primary ul li a {
        padding: 20px 1.2vw;
		font-size: 16px;
    }
    .home-about-left {
        width: 500px;
    }
    .home-about-right {
      width: calc(100% - 500px);
    }
    
    
}
@media screen and (max-width: 1200px)  {
    .cat-cont-1 a {
        width: 48%;
        box-sizing: border-box;
    }
	nav.primary ul li a {
		font-size: 14px;
    }
	
    .cat-cont-1 a h2 {
        padding-bottom:10px;
    }
    .cat-cont-1 a:after {
        content:"";
        background:#fff;
        box-shadow: 0 0 12px 2px rgba(0,0,0,0.16);
        width:100%;
        height: 55%;
        bottom:0;
        position: absolute;
        z-index: 1;
    }
    .cat-col-1:after {
        display: none;
    }
    .position-cont-1 {
        gap:30px 2.0%;
    }
    .position-cont {
        width: 32%;
    }
    
}
@media screen and (max-width: 1050px)  {

	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} 
    
	#menu-button {
		width: 100%;
		display: flex;
        background:#ca3b2a;
        justify-content: flex-end;
        align-items: center;
		position: relative;
		z-index: 20;
        padding:10px 20px;
        box-sizing: border-box;
	}

	.menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
    }
     .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:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#fff;
        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 {
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #ca3b2a;
		z-index: 50; 
		overflow:auto;
        padding:65px 0 20px 0;
	}



	/* 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;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		text-align: center;
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li a {
		
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		color: #ccc;
		text-decoration: none;
        background:#2b2b2b;
	}
	nav.mobile ul li li a:hover {
        
    }

	/* THIRD LEVEL */
	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);}
    
    .location-col-1 {
        width:100%;
    }
    .about-img-1 {
        width:100%;
    }

}

@media screen and (max-width: 870px)  {
    .home-about-left {
        width: 100%;
        order:2;
    }
    .home-about-right {
      width: 100%;
        order:1;
    }
    .home-service-cont-left {
        width:100%;
    }
    .home-service-cont-right {
        width:100%;
    }
    
}
@media screen and (max-width: 800px)  {
    
    .wrap-cat {
        flex-wrap: wrap;
    }
    .cat-col-1 {
        width:100%;
        order:2;
    }
    .cat-search {
        width:100%;
        padding: 40px 20px 20px 20px;
        box-sizing: border-box;
        order:1;
        border-top-left-radius: 60px;
    }
    .cat-search form {
        max-width: 100%;
    }
    .cat-search h2 {
        padding-bottom: 10px;
        white-space: normal;
    }
    .brand-cont-1 a {
        width: 48%;
        min-height: 150px;
    }
    .brand-cont-2 a {
      width: 32%;
      margin: 0 auto;
    }
    
}

@media screen and (max-width: 750px)  {
    .header-wrap {
        background:#ca3b2a;
        padding:35px 0;
    }
    .head-top {
        display: none;
    }
    .head-logo-1 img {
      max-width: 100px;
    }
    .head-logo-1 {
        padding: 25px 45px 25px 35px;
    }
    .hero-overlay h1 {
        font-size:30px;
    }
    .hero-overlay h1 span {
        font-size:22px;
    }
    .wrap-hero {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url(../siteart/hero-bg-1.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url(../siteart/hero-bg-1.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url(../siteart/hero-bg-1.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%), url(../siteart/hero-bg-1.jpg);
    }
    .wrap-home-about {
      margin:0;
    }
    .home-about-left {
        padding: 40px 20px;
        border-top-right-radius: 60px;
        margin-top: -50px;
    }
    footer {
        flex-wrap: wrap;
    }
    .foot-left {
        display: none;
    }
    .foot-right {
         width:100%;  
        border-top-left-radius: 60px;
        margin-top: -45px;
    }
    .foot-bottom {
        width: 100%;
        padding:50px 20px;
        display: flex;
        flex-wrap: wrap;
        gap:20px 10px;
        justify-content: space-between;
    }

    .foot-bottom ul {
        padding:0;
        margin: 0;
    }
    .foot-bottom ul li {
        padding:5px 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .foot-bottom ul li a {
       font-family: "Montserrat", sans-serif;
        font-size:18px;
        font-weight:400;
        color:#fff;
        transition: .2s ease-in;
    }
    .foot-bottom ul li a:hover {
        color:rgba(216,216,216,1.00);
    }
    .container-inv {
	    padding:50px 20px 50px 20px;
	}
    .position-cont-1 {
        gap:30px 0;
        justify-content: space-between;
    }
    .position-cont {
        width: 49%;
    }
    .position-cont h2 {
      font-size: 20px;
    }
    .content-2-col-full {
      padding: 40px 20px;
    }
    
}

@media screen and (max-width: 580px)  {
    .cat-cont-1 a {
        width: 100%;
    }
    .brand-cont-1 a {
        width: 100%;
        
    }
    .brand-cont-2 a {
      width: 49%;
    }
    .wrap-brand-header {
      font-size: 35px;
    }
    .home-about-left h2 {
        font-size: 24px;
    }
    .home-about-left h3 {
        font-size: 20px;
    }
    .home-about-left p {
        font-size: 16px;
    }
    .red-text-link {
        font-size: 18px;   
    }
    .home-service-cont-right h2 {
      font-size: 30px;
    }
    .home-service-cont-right p {
      font-size: 16px;
    }
    .home-service-cont-right .red-btn-1 {
      width: 100%;
        margin-bottom:20px;
    }
    .red-btn-1 {
         font-size: 18px;   
    }
    .location-row-1 {
        width:100%;
    }
    
    
}
	
