﻿/*===================== 
	Color information
	
	red #9a2122
    grey #555555
    lt grey #dadada
	-
		 
=======================*/
/*===================== 
	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-family: 'Montserrat', sans-serif;
    font-size: 18px;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}

.title-black {
    font-family: 'Montserrat', sans-serif;
    color:#000;
    font-size: 30px;
    font-weight: 800;
    display: block; 
}
.title-black span {
    font-family: 'Cookie', cursive;
    color:#000;
    font-weight: 500;
}
.title-white {
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.7);
    font-size: 30px;
    font-weight: 800;
    display: block; 
}
.title-white span {
    font-family: 'Cookie', cursive;
    color:#fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.7);
    font-weight: 500;
}
.red-font {
    color:#9a2122;
}



/*===================== 
	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:#555555;
		}  

.btn-black {
    border-radius: 50px;
    padding:15px 20px;
    background:#000;
    color:#fff!important;  
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    outline: 1px solid #fff!important;
    outline-offset: 0px;
    border: 0px;
    cursor: pointer;
    transition: .2s ease-in;
    text-align: center;
    display: inline-block;
    margin:10px 0;
    box-sizing: border-box;
}
.btn-black span {
    font-family: 'Cookie', cursive;
    font-weight: 400;
}
.btn-black:hover {
    background:#555555;
    outline-offset: -5px;
    outline: 1px solid #fff!important;
    color:#fff!important;
}
.btn-red {
    border-radius: 50px;
    padding:15px 20px;
    background:#9a2122;
    color:#fff!important;  
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    outline: 1px solid #fff!important;
    outline-offset: 0px;
    border: 0px;
    cursor: pointer;
    transition: .2s ease-in;
    text-align: center;
    display: inline-block;
    margin:10px 0;
    box-sizing: border-box;
}
.btn-red span {
    font-family: 'Cookie', cursive;
    font-weight: 400;
}
.btn-red:hover {
    background:#555555;
    outline-offset: -5px;
    outline: 1px solid #fff!important;
    color:#fff!important;
}

.text-link-white {
    font-weight: 600;
    color:#fff!important;
    transition: .2s ease-in;
    margin: 2px 0;
    display: inline-block;
}
.text-link-white:hover {
    opacity: 0.7;
}
.text-link-black {
    font-weight: 600;
    color:#000!important;
    transition: .2s ease-in;
    margin: 2px 0;
    display: inline-block;
}
.text-link-black:hover {
    opacity: 0.7;
}


/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
    background:#dadada;
	}
.home-page .header-wrap {
	width: 100%;
	margin: 0;
    background:rgba(255,255,255,0.75);
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
	}

header {
	margin: 0 auto;
	width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.head-logo-1 {
    padding: 15px 10px 15px 30px;
    max-width: 230px;
    width: 15%;
    box-sizing: border-box;
}
.head-logo-1 img {
    width:100%;
	height: auto;
	display: block;
}
.header-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: auto;
    max-width: 83%;
    align-items: flex-end;
}
.head-info {    
    padding:25px 30px 25px 10px;
    margin:0;
    display: flex;
    justify-content: flex-end;
    gap:20px;
}
.head-info li { 
    padding:0;
    margin:0;
    list-style: none;
}
.head-info li a { 
    padding:0;
    margin:0;
    font-size: 18px;
    font-weight: 400;
    color:#000;
    font-family: 'Montserrat', sans-serif;
    transition: .2s ease-in;
}
.head-info li a i { 
    font-size: 20px;
}
.head-info li a:hover { 
    color:#9a2122;
}
    
.mobile-head-info {
    display: none;
}


/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;}

nav.primary {
	display:block;
	margin:0;
	position:relative;
    background:#9a2122;
    border:1px solid #fff;
    border-right:0px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding:0 20px;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
        justify-content: flex-end;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
            transition: .2s ease-in;
			}
			nav.primary ul li a {
                font-family: 'Montserrat', sans-serif;
				color: #fff;
				font-size: 15px;
				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:#dadada;
				}
            nav.primary ul li:hover a {
				color:#dadada;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				padding:10px 0;
				color:#000!important;
				background: #fff;
				display: block;
				text-align:center;
				
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
                color:#9a2122!important;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background:#fff;
    padding:0 25px;
    min-width: 162px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}
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; 
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
    width: 100%;
    position: relative;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.64) 0%,rgba(0,0,0,0.00) 57.52%,rgba(0,0,0,0.00) 100%), url("/siteart/hero-bg-1.jpg");
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.64) 0%,rgba(0,0,0,0.00) 57.52%,rgba(0,0,0,0.00) 100%), url("/siteart/hero-bg-1.jpg");
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.64) 0%,rgba(0,0,0,0.00) 57.52%,rgba(0,0,0,0.00) 100%), url("/siteart/hero-bg-1.jpg");
    background-image: linear-gradient(90deg,rgba(0,0,0,0.64) 0%,rgba(0,0,0,0.00) 57.52%,rgba(0,0,0,0.00) 100%), url("/siteart/hero-bg-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
    min-height: 600px;
    padding-top:100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.wrap-hero .container-1 {
    display: flex;
}
.hero-overlay-1 .large-text {
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.7);
    font-size: 78px;
    font-weight: 800;
    display: block;
    text-align: center;
}
.hero-overlay-1 .large-text .font-2 {
    font-family: 'Cookie', cursive;
    color:#fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.7);
    font-size: 96px;
    font-weight: 500;
}
.hero-overlay-1 .sml-text {
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.7);
    font-size: 51px;
    font-weight: 800;
    display: block;
    text-align: center;
}
.hero-overlay-1 .sml-text .font-2 {
    font-family: 'Cookie', cursive;
    color:#fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.7);
    font-size: 55px;
    font-weight: 500;
}
.hero-overlay-1 h2 {
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.7);
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
}
.hero-overlay-1 form {
    background: #fff;
    border: 1px solid #9a2122;
    display: flex;
    align-items: center;
    border-radius: 50px;
    max-width: 580px;
    margin: 40px auto;
    padding-right: 20px;
    box-sizing: border-box;
}
.hero-overlay-1 form .red-btn-search-1 {
    border-radius: 50px;
    padding:20px 25px;
    background:#9a2122;
    color:#fff;  
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    outline: 1px solid #fff;
    outline-offset: -5px;
    display: flex;
    align-items: center;
    border: 0px;
    cursor: pointer;
    transition: .2s ease-in;
}
.hero-overlay-1 form .red-btn-search-1 span {
    font-family: 'Cookie', cursive;
    margin-right:2px;
    font-weight: 400;
}
.hero-overlay-1 form .red-btn-search-1 i {
    font-size:35px;
    margin-left:20px;
}
.hero-overlay-1 form .red-btn-search-1:hover {
    border-radius: 50px;
    background:#555555;
    color:#fff; 
    outline: 2px solid #fff;
    outline-offset: 0px;
}
.hero-overlay-1 form input {
    font-size: 18px;
    padding:10px;
    margin-left:20px;
    border:0px;
    outline:none;
    width:100%;
}
.hero-overlay-1 form .search-ico-1 {
    border:0px;
    outline:none;
    background:none;
    font-size: 25px;
    color: #000;
    transition: .2s ease-in;
    cursor: pointer;
}
.hero-overlay-1 form .search-ico-1:hover {
    color: #555555;
}

.hero-bottom-link {
    position: absolute;
    width: 100%;
    padding: 5px 20px 0px 20px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
    text-align: center;
    bottom: 0;
    line-height: 1px;
}
.hero-bottom-link a {
    font-size: 50px;
    color:#dadada;
    transition: .2s ease-in;
}
.hero-bottom-link a:hover {
    color:#fff;
}

.hero-banner-1 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 70px solid #555555;
}

.hero-banner-info {
	width:35%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:20px;
	padding:40px 20px;
	box-sizing: border-box;
}
.hero-banner-info img {
	width:100%;
	max-width: 200px;
	display: block;
	margin:0 auto;
}
.hero-banner-info h2 {
	text-align: center;
	font-size:35px;
	font-weight: 700;
}
.hero-banner-slider {
	width:65%;
	padding:40px 20px;
	box-sizing: border-box;
	background:#638c1c;
}
.hero-banner-slider .slick-track {
	display: flex;
}
.hero-banner-slider .slick-slide {
	height: auto!important;
}
.hero-banner-slider img {
	width:100%;
	display: block;
	max-width: 400px;
	object-fit: contain;
	object-position: center;
	margin:0 auto;
}
.hero-banner-slider a {
	background:#fff;
	padding:20px 40px;
	border-radius:50px;
	border:1px solid #555555;
	width:98%;
	margin:0 auto;
	display: block;
	box-sizing: border-box;
	transition: .2s ease-in;
	text-align: center;
	height: 100%;
}
.hero-banner-slider a img:hover {
	opacity: 0.7;
}
.hero-banner-slider .slick-dots {
    display: flex;
    justify-content: center;
    padding:0;
    margin:30px 0 0 0;
    gap:15px;
    width:100%;
}
.hero-banner-slider .slick-dots li {
    list-style: none;
    display: block;
    width:10px;
    height: 10px;
    border-radius: 15px;
    background:#555555;
}
.hero-banner-slider .slick-dots li.slick-active {
    background:#dadada;
}
.hero-banner-slider .slick-dots li button {
    display: none;
}

.wrap-category {
    width:100%;
    padding:140px 0;
}
.wrap-2-col {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col-left {
    width:50%;
    display: flex;
    justify-content: flex-end;
}
.cont-left-1 {
    width:100%;
    max-width: 750px;
    padding:0 50px 0 30px;
    box-sizing: border-box;
}
.wrap-category .cont-left-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:50px 0;
}
.wrap-category .cont-left-1 h2 {
    width:100%;
}
.wrap-category .cont-left-1 a {
    width:47%;
    margin:0 0 20px 0;
}
.wrap-category .cont-left-1 a img {
   max-width: 100%;
    height: auto;
    display: block;
    margin:0 auto 10px auto;
    transition: .2s ease-in;
}
.wrap-category .cont-left-1 a h3 {
    border-radius: 50px;
    padding:15px 20px;
    background:#9a2122;
    color:#fff;  
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    outline: 1px solid #fff;
    outline-offset: 0px;
    border: 0px;
    cursor: pointer;
    transition: .2s ease-in;
    width:100%;
    text-align: center;
    box-sizing: border-box;
    
}
.wrap-category .cont-left-1 a:hover img {
    filter: invert(33%) sepia(9%) saturate(18%) hue-rotate(325deg) brightness(92%) contrast(86%);
}
.wrap-category .cont-left-1 a:hover h3 {
    outline-offset: -5px;
    background:#555555;
}
.wrap-category .title-black {
    width:100%;
}
.col-right {
    width:50%;
}
.banner-right {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../siteart/home-banner-1.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../siteart/home-banner-1.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../siteart/home-banner-1.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%), url(../siteart/home-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    display: flex;
    align-items: center;
}
.cont-right-1 {
    width:100%;
    max-width: 750px;
    padding:0 30px 0 50px;
    box-sizing: border-box;
}
.banner-right .cont-right-1 {
    text-align: center;
}
.banner-right .cont-right-1 .btn-black {
    max-width: 250px;
    width: 100%;
    margin:20px auto 10px auto;
    display: block;
}
.wrap-home-about {
    border-top: 70px solid #555555;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.33) 100%), url(../siteart/about-home-bg-1.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.33) 100%), url(../siteart/about-home-bg-1.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.33) 100%), url(../siteart/about-home-bg-1.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.33) 100%), url(../siteart/about-home-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top:50px;
    background-attachment: fixed;
}
.wrap-home-about .container-1 .title-white {
    text-align: center;
    padding-bottom:20px;
}
.home-brand-cont {
    background:#fff;
    padding:30px 60px;
    border-radius: 100px;
    border:1px solid #555555;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width:100%;
    box-sizing: border-box;
    gap:30px 0;
}
.home-brand-cont a {
    width:14%;
    transition: .2s ease-in;
}
.home-brand-cont img {
    width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
	object-fit: contain;
	object-position: center;
	max-height: 200px;
}
.home-brand-cont a:hover {
    opacity: 0.7;
}
.home-brand-cont-mobile {
    background:#fff;
    padding:30px;
    border-radius: 100px;
    border:1px solid #555555;
    display: none!important;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
    box-sizing: border-box;
}
.home-brand-cont-mobile img {
    max-width: 300px;
    width:80%;
    height: auto;
    display: block;
    margin:0 auto;
}
.home-brand-cont-mobile .slick-track {
    display: flex;
    align-items: center;
}
.home-brand-cont-mobile .slick-dots {
    display: flex;
    justify-content: center;
    padding:0;
    margin:30px 0 0 0;
    gap:15px;
    width:100%;
}
.home-brand-cont-mobile .slick-dots li {
    list-style: none;
    display: block;
    width:10px;
    height: 10px;
    border-radius: 15px;
    background:#555555;
}
.home-brand-cont-mobile .slick-dots li.slick-active {
    background:#dadada;
}
.home-brand-cont-mobile .slick-dots li button {
    display: none;
}
.home-about-cont {
    width:100%;
    background:rgba(0,0,0,0.5);
    margin-top:150px;
    padding:60px 0;
}
.home-about-cont p {
    color:#fff;
    padding:20px 0;
}
.wrap-banner {
    padding:120px 30px;
    width:100%;
    box-sizing: border-box;
}
.service-banner {
    background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.58) 2.07%,rgba(0,0,0,0.50) 48.70%,rgba(0,0,0,0.00) 100%), url(../siteart/home-service-banner-1.jpg);
    background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0.58) 2.07%,rgba(0,0,0,0.50) 48.70%,rgba(0,0,0,0.00) 100%), url(../siteart/home-service-banner-1.jpg);
    background-image: -o-linear-gradient(180deg,rgba(0,0,0,0.58) 2.07%,rgba(0,0,0,0.50) 48.70%,rgba(0,0,0,0.00) 100%), url(../siteart/home-service-banner-1.jpg);
    background-image: linear-gradient(270deg,rgba(0,0,0,0.58) 2.07%,rgba(0,0,0,0.50) 48.70%,rgba(0,0,0,0.00) 100%), url(../siteart/home-service-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 50px;
    box-sizing: border-box;
}
.banner-cont-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    gap:40px 0;
    padding: 100px 30px;
}
.banner-cont-1 h2 {
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.7);
    font-size: 33px;
    font-weight: 800;
    text-align: center;
    display: block;
}
.banner-cont-1 h2 span {
    font-size: 25px;
    font-weight: 400;
    display: block;
}
.banner-cont-1 h3 {
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.7);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;  
}
.banner-cont-1 .btn-red {
    max-width: 300px;
    width:100%;
}
.wrap-content {
    padding:40px 0;
}
.wrap-content .btn-black, .wrap-content .btn-red {
    margin-right:20px;
}
.gallery-1 {
    
}
.gallery-1 .slick-track > div {
    height: 500px;
}
.gallery-1 .slick-track > div img {
    object-fit: contain;
    object-position: center;
    height: 100%;
    margin:0 auto;
}
.gallery-1  .slick-dots {
    display: flex;
    justify-content: center;
    padding:0;
    margin:30px 0 0 0;
    gap:15px;
    width:100%;
}
.gallery-1  .slick-dots li {
    list-style: none;
    display: block;
    width:10px;
    height: 10px;
    border-radius: 15px;
    background:#555555;
}
.gallery-1  .slick-dots li.slick-active {
    background:#dadada;
}
.gallery-1  .slick-dots li button {
    display: none;
}
.image-cont {
    display: flex;
    gap:20px;
    flex-wrap: wrap;
    padding-bottom:40px;
}
.img-cont-col-1 {
    padding:10px;
    margin: 0 auto;
}
.img-cont-col-1 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.img-cont-col-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding:10px 0;
    text-align: center;
}
.location-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:40px 0;
    gap:40px 0;
}
.location-col {
    width:49%;
    padding:20px;
    border:1px solid #000;
    background:#fff;
    box-sizing: border-box;
    border-radius: 30px;
}
.location-col h2 {
    font-size: 24px;
}
.location-col ul {
    padding:0;
    margin:0;
}
.location-col ul li {
    padding:10px 0;
    margin:0;
    list-style: none;
    font-size: 20px;
    color:#000;
}
.location-col ul li a {
    font-size: 20px;
    color:#000;
    transition: .2s ease-in;
}
.location-col ul li a:hover {
    opacity: 0.7;
}
.wrap-contactform {
    background:rgba(0,0,0,0.06);
    padding:50px 0;
}

/*===================== 
	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;
}
.thank-you-cont-1 {
	width:100%;
	box-sizing: border-box;
	padding-bottom:250px;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}
.form-info-cont select {
    cursor: pointer;
}
.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 25px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    border:1px solid #000;
    border-radius: 50px;
    background:#fff;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 15px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 25px;
	font-size: 17px;
	min-height: 200px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Montserrat', sans-serif;
    border:1px solid #000;
    border-radius: 50px;
}

select {
	margin:0;
	padding:0;
}
.form-button {
    
}
.form-button button {
 max-width: 300px;
    width:100%;
    display: block;
    margin:0 auto;
}

.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: 1500px;
    width:100%;
	margin: 0 auto;
	padding:10px 30px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 900px;
    width:100%;
	margin: 0 auto;
	padding:10px 30px;
	box-sizing: border-box;
	}
.container-inv {
	max-width: 1500px;
    width:100%;
	margin: 0 auto;
	padding:50px 30px;
	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;
    flex-wrap: wrap;
	}
.foot-left {
    background:#dadada;
    width:calc(50% - 430px);
    display: flex;
    justify-content: center;
}
.foot-left-cont-1 {
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:15px;
    padding:30px;
    box-sizing: border-box;
}
.foot-logo img {
    max-width: 230px;
    width:100%;
	height: auto;
	display: block;
    margin:0 auto;
}
.foot-d-location ul {
    padding:0;
    margin:0;
}
.foot-d-location ul li {
    padding:0 0 10px 0;
    margin:0;
    list-style: none;
    text-align: center;
}
.foot-d-location ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color:#000;
    transition: .2s ease-in;
}
.foot-d-location ul li a i {
    font-size: 20px;
}
.foot-d-location ul li a:hover {
    opacity: 0.7;
}

.foot-m-location {
    display: none;
}
.foot-m-location h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color:#000;
    padding-bottom:10px;
}
.foot-m-location ul {
    padding:0;
    margin:0;
}
.foot-m-location ul li {
    padding:0 0 10px 0;
    margin:0;
    list-style: none;
    text-align: center;
}
.foot-m-location ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color:#000;
    transition: .2s ease-in;
}
.foot-m-location ul li a i {
    font-size: 20px;
}
.foot-m-location ul li a:hover {
    opacity: 0.7;
}

.foot-right {
    width:calc(50% + 430px);
    background:#555555;
}
.foot-right-cont-1 {
    max-width: 1180px;
    padding:60px 30px;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.foot-nav-col-1 {
    padding:30px;
}
.foot-nav-col-1 h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color:#fff;
    width: 100%;
}
.foot-nav-col-1 ul {
    padding:0;
    margni:0;
}
.foot-nav-col-1 ul li {
    padding:0;
    margni:0;
    list-style: none;
}
.foot-nav-col-1 ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    line-height: 35px;
    transition: .2s ease-in;
}
.foot-nav-col-1 ul li a.bold {
    font-weight: 700;
}
.foot-nav-col-1 ul li a:hover {
    opacity: 0.7;
}
.foot-nav-2-col {
    display: flex;
    gap:0 50px;
}


/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width: 1625px)  {
    nav.primary ul li a {
      color: #fff;
      font-size: .9vw;
      text-decoration: none;
      padding: 10px .5vw;
    }
}

@media screen and (max-width: 1550px)  {

    .foot-left {
      width: 250px;
    }
    .foot-right {
      width: calc(100% - 250px);
    }
    .foot-right-cont-1 {
      justify-content: center;
    }
    .foot-nav-col-1 {
      padding: 30px 15px;
    }
    
}
@media screen and (max-width: 1100px)  {

    .head-logo-1 {
      padding: 15px 10px 15px 30px;
      max-width: 150px;
      width: auto;
    }
    .header-right {
      width: calc(100% - 200px);
      max-width: 100%;
    }
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;}
	
    #menu-button {
		display: flex;
        justify-content: space-between;
        padding:20px 30px;
	}
     .menu-toggle {
        display: flex;
        gap:10px;
        align-items: center;
    }
	.menu-text {
		color: #000;
		text-decoration: none;
		text-align: left;
		font-weight: 500;
        font-size: 16px;
	}
    .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:30px;
        height: 22px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#000;
        border-radius: 10px;
        height: 4px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#000;
        border-radius: 10px;
        height: 4px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#000;
        border-radius: 10px;
        height: 4px;
        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: #555555;
		z-index: 500; 
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 500;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
        font-family: 'Montserrat', sans-serif;
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #fff;
		text-decoration: none;
        text-align: center;
        
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	
    .wrap-hero {
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%), url("/siteart/hero-bg-1.jpg");
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%), url("/siteart/hero-bg-1.jpg");
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%), url("/siteart/hero-bg-1.jpg");
    background-image: linear-gradient(90deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.60) 100%), url("/siteart/hero-bg-1.jpg");
    }

	.wrap-hero .hero-overlay-1 {
      margin:0 auto;
    }
    .wrap-category {
      padding: 60px 0;
    }
    .col-left, .col-right {
      width: 100%;
    }
    .cont-left-1, .cont-right-1 {
        max-width: 100%;
        padding: 30px;
    }
    .banner-right {
        border-radius: 50px;
        width: calc(100% - 60px);
        margin: 0 auto;
        padding: 50px 0;
    }
    .home-brand-cont a {
        width: 28%;
        margin: 0 auto;
    }
    .foot-left {
      width:100%;
    }
    .foot-right {
      width:100%;
    }

}
@media screen and (max-width: 1080px)  {
	.hero-banner-info {
		width:100%;
	}
	.hero-banner-slider {
		width:100%;
	}
}

@media screen and (max-width: 825px)  {
    .mobile-head-info {    
        padding:5px 30px 5px 10px;
        margin:0;
        display: flex;
        justify-content: flex-end;
        gap:20px;
    }
    .mobile-head-info li { 
        padding:0;
        margin:0;
        list-style: none;
    }
    .mobile-head-info li a { 
        padding:0;
        margin:0;
        font-size: 20px;
        color:#9a2122;
        transition: .2s ease-in;
    }
    .mobile-head-info li a:hover { 
        color:#000000;
    }
    .head-info {
        display: none;
    } 
    .service-banner {
        background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.50) 2.07%,rgba(0,0,0,0.50) 48.70%,rgba(0,0,0,0.50) 100%), url(../siteart/home-service-banner-1.jpg);
        background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0.50) 2.07%,rgba(0,0,0,0.50) 48.70%,rgba(0,0,0,0.50) 100%), url(../siteart/home-service-banner-1.jpg);
        background-image: -o-linear-gradient(180deg,rgba(0,0,0,0.50) 2.07%,rgba(0,0,0,0.50) 48.70%,rgba(0,0,0,0.50) 100%), url(../siteart/home-service-banner-1.jpg);
        background-image: linear-gradient(270deg,rgba(0,0,0,0.50) 2.07%,rgba(0,0,0,0.50) 48.70%,rgba(0,0,0,0.50) 100%), url(../siteart/home-service-banner-1.jpg);
    }
    .banner-cont-1 {
        width: 100%;
        padding:50px 0;
    }
    .foot-right {
      display: none;
    }
    .foot-d-location {
        display: none;
    }
    .foot-m-location {
        display: block;
    }
    .gallery-1 .slick-track > div {
      height: 61vw;
    }
    .location-col {
        width: 100%;
    }
    
}
@media screen and (max-width: 760px)  {
    .wrap-hero {
        height: 100%;
    }
    .hero-overlay-1 .large-text {
        font-size: 10vw;
    }
    .hero-overlay-1 .large-text .font-2 {
        font-size: 11vw;
    }
    .hero-overlay-1 .sml-text {
        font-size: 6.5vw;
    }
    .hero-overlay-1 .sml-text .font-2 {
        font-size: 7vw;
    }
    .hero-overlay-1 h2 {
        padding:20px 0;
        font-size: 20px;   
    }
    .hero-overlay-1 form .red-btn-search-1 {
        border-radius: 50px;
        padding: 15px 20px;
        background: #9a2122;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
    }
    .hero-overlay-1 form input {
        font-size: 14px;
        margin-left: 2px;
    }
    .hero-overlay-1 form .search-ico-1 {
        font-size: 14px;
    }
    .hero-overlay-1 form .red-btn-search-1 i {
      font-size: 22px;
        margin-left: 6px;
    }
}
@media screen and (max-width: 700px)  {
    .title-black, .title-white {
        font-size: 30px;
    }
    .wrap-category .cont-left-1 a {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .wrap-category .cont-left-1 a h3 {
        width:58%;
    }
    .wrap-category .cont-left-1 a img {
        width:40%;
        margin:0;
        
    }
    .home-brand-cont-mobile {
        display: block!important;
    }
    .home-brand-cont {
        display: none;
    }
    .thank-you-cont-1 {
        padding-bottom:50px;
    }
    
    

}
@media screen and (max-width: 500px)  {
    .wrap-category .cont-left-1 a h3 {
        font-size:4vw;
    }
    .title-black, .title-white {
        font-size: 20px;
    }
    .wrap-content h2, .form-container h2 {
        font-size: 18px;
    }
    .btn-black, .btn-red {
        font-size: 16px;
    }
    .banner-cont-1 h2 {
        font-size: 25px;
    }
    .banner-cont-1 h2 span {
        font-size: 18px;
    }
    .banner-cont-1 h3 {
        font-size: 16px; 
    }
    
}
    
    
    


	
