﻿/*===================== 
	Color information
	
	- Yellow #f3c239
	- Dk Yellow #c59d2f
	- Grey #595959
	-
	-
	-
		 
=======================*/
/*===================== 
	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: "Aldrich", 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: "Roboto Slab", serif;
        font-size: 30px;
        font-weight: 700;
}
	h2 {
		font-family: "Roboto Slab", serif;
        font-size: 28px;
        font-weight: 700;
}
	h3 {
		font-family: "Roboto Slab", serif;
        font-size: 24px;
        font-weight: 700;
}
	h4 {
		font-family: "Roboto Slab", serif;
        font-size: 20px;
        font-weight: 700;
}
	h5 {
		font-family: "Roboto Slab", serif;
        font-size: 18px;
        font-weight: 700;
}
	h6 {}

p {
    font-size: 18px;
	margin: 0;
	}
.text-center {
	text-align: center;
}
.bold {
    font-weight: bold;
	}

.page-header {
	font-family: "Roboto Slab", serif;
	font-size: 30px;
	font-weight: 400;
	padding-bottom:40px;
	display: inline-block;
	text-transform: uppercase;
}
.page-header span {
	font-weight: 800;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  
.yellow-btn {
	display: inline-block;
	font-family: "Aldrich", sans-serif;
	padding:15px 20px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	transition: .2s ease-in;
	color:#000!important;
	background:#f3c239;
	border:1px solid #f3c239;
	outline: none;
	cursor: pointer;
}
.yellow-btn:hover {
	color:#f3c239!important;
	background:#000;
}
.black-btn {
	display: inline-block;
	font-family: "Aldrich", sans-serif;
	padding:15px 20px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	transition: .2s ease-in;
	color:#fff;
	background:#000;
	border:1px solid #f3c239;
	outline: none;
	cursor: pointer;
}
.black-btn:hover {
	color:#000!important;
	background:#595959!important;
}
.white-btn {
	display: inline-block;
	font-family: "Aldrich", sans-serif;
	padding:15px 20px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	transition: .2s ease-in;
	color:#000!important;
	background:#fff;
	border:1px solid #000;
	outline: none;
	cursor: pointer;
}
.white-btn:hover {
	background:#595959;
}
.text-link-yellow {
	color:#f3c239!important;
	transition: .2s ease-in;
}
.text-link-yellow:hover {
	color:#c59d2f!important;	
}
.text-link-black {
	color:#000!important;
	transition: .2s ease-in;
}
.text-link-yellow:hover {
	color:#c59d2f!important;	
}


/*===================== 
	header styles 
=======================*/

.head-search {
	width:100%;
	background:#595959;
	display: none;
}
.head-search .container-1 {
	padding:40px 20px;
}
.head-search form {
	width: 100%;
	margin:0 auto;
	padding:0;
	border-radius:0px;
	display: flex;
	justify-content: space-between;
	background-color: transparent;
	box-sizing: border-box;
	gap:10px;
	background: #fff;
}
.head-search form input {
	font-size: 16px;
	padding:20px;
	border:0px !important;
	outline:none;
	background:#fff !important;
	color: #000 !important;
	border-radius: 0px!important;
	font-family: "Aldrich", sans-serif;
	width: 100%;
	height: auto !important;
	line-height: normal !important;
}
.head-search form button {
	font-size: 20px;
	padding:10px 10px 10px 40px;
	border:0px;
	outline:none;
	background:#f3c239;
	color: #000;
	transition:.2s ease-in;
	border-radius:0px !important;
	cursor: pointer;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,60px 100%);
	width: 120px;
	box-sizing: border-box;
}
.head-search form button:hover {
	background:#000;
	color:#fff;
}

.header-wrap {
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	background:#f3c239;
	position: relative;
	z-index: 5;
}

header {
	width:100%;
	display: flex;
	align-items: center;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
	}
.header-cont {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: -15px;
	min-height: 80px;
	padding-right: 60px;
	box-sizing: border-box;
}
.header-cont:after {
	position: absolute;
	content:"";
	width:100%;
	display: block;
	top:0;
	left:0;
	height: 100%;
	clip-path: polygon(0% 0%,100% 0%,calc(100% - 60px) 100%,0% 100%);
	background:#fff;
	z-index: 1;
}
.head-logo-1 {
	position: relative;
	z-index: 2;
	width:17%;
	max-width: 300px;
	padding:10px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
}
.head-logo-1 img {
	width:100%;
	max-width: 300px;
	height: auto;
	display: block;
}
.head-info {
	width: auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding:10px 20px;
}
.head-info ul {
	padding:0;
	margin:0;
	display: flex;
	align-items: center;
	gap:10px;
}
.head-info ul li {
	padding:0;
	margin:0;	
	list-style: none;
}
.head-info ul li a {
	font-size:20px;
	color:#000;
	transition: .2s ease-in;
}
.head-info ul li a:hover {
	color:#fff;
}



/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;}


nav.primary {
	width:100%;
	padding:0;
	display:block;
	margin:0;
	position:relative;
	z-index: 2;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
		}
	nav.primary > ul {
        display: flex;
		align-items: center;
		justify-content: center;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			transition: .2s ease-in;
			}
			nav.primary ul li a {
				font-family: "Aldrich", 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: 600;
				cursor: pointer;
				white-space: nowrap;
				}	
			nav.primary ul li a:hover {
				background: #f3c239;
				}
			nav.primary ul li:hover a {
				background: #f3c239;
				}
			nav.primary ul li a.search-toggle:hover {
				background: #fff;
				color:#c59d2f;
			}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				background: #f3c239;
				display: block;
				text-align:left;
				text-transform: capitalize;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background: #c59d2f;
				color:#fff;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
	width:100%;
	position: relative;
	background:#f3c239;
}
.wrap-hero img {
	width:100%;
	height: 50vw;
	display: block;
	min-height: 450px;
	max-height: 80vh;
	object-fit: cover;
	object-position: center;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,140px 100%,0% calc(100% - 160px));
}
.hero-overlay {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	padding:40px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:40px 0;
}
.hero-overlay h1 {
	font-family: "Roboto Slab", serif;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
	font-weight:bold;
	font-size:65px;
	text-align: center;
	line-height: 1;
}
.hero-overlay h1 span {
	font-size:45px;
}

.hero-btn-cont {
	width:100%;
	margin:0 auto;
	max-width: 775px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
}
.hero-btn-cont a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
.hero-btn-cont a span { 
	position: relative;
	z-index: 2;
	padding:20px;
	width: 100%;
	box-sizing: border-box;	
	color:#fff!important;
}
.hero-btn-cont a svg {
	top:0;
	left:0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.hero-btn-cont .left-btn {
	text-align: right;
	width:34%;
}
.hero-btn-cont .left-btn .svg-btn {
	fill: #000;
	stroke: #f3c136;
	stroke-width:2px;
	transition: .2s ease-in;
}
.hero-btn-cont .left-btn .svg-btn  {
	fill: #000;
	stroke: #f3c136;
	stroke-width:2px;
}
.hero-btn-cont .center-btn {
	width:28%;
	text-align: center;
	transition: .2s ease-in;
}
.hero-btn-cont .center-btn .svg-btn {
	fill: #000;
	stroke: #f3c136;
	stroke-width:2px;
}
.hero-btn-cont .right-btn {
	width:34%;
}
.hero-btn-cont .right-btn .svg-btn {
	fill: #f2c133;
	stroke: #000;
	stroke-width:2px;
	width:35%;
	transition: .2s ease-in;
}
.hero-btn-cont a.right-btn span {
	color:#000!important;
}
.hero-btn-cont a:hover .svg-btn {
	fill: #fff;
	stroke: #000;
}
.hero-btn-cont a:hover span {
	color:#000!important;
}
.hero-btn-cont .svg-btn.mob-only {
	display: none;
}
.hero-banner {
	width:100%;
	background:#f3c239;
}
.hero-banner .container-1 {
	padding:60px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap:20px;
}
.hero-banner .container-1 h2 {
	font-size:27px;
	font-weight:bold;
}
.wrap-cat {
	width:100%;
}
.wrap-cat .container-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding:80px 20px;
	gap: 40px 0;
}
.wrap-cat .container-1 a {
	width:19%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap:10px;
}
.wrap-cat .container-1 a img {
	width: 100%;
	max-width: 230px;
    height: 100%;
	max-height: 180px;
    display: block;
    margin: 0 auto;
	object-fit: contain;
    object-position: bottom;
	transition: .2s ease-in;
}
.wrap-cat .container-1 a:first-of-type h2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	background:#f3c239;	
	color:#000;
	clip-path: polygon(50px 0%,100% 0%,100% 100%,0% 100%,0% 50px);
}
.wrap-cat .container-1 a h2 span {
	font-size: 22px;
}
.wrap-cat .container-1 a h2 {
	font-family: "Aldrich", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding:20px 10px;
	width:100%;
	background:#000;
	border:1px solid #f3c239;
	text-align: center;
	font-size: 16px;
	box-sizing: border-box;
	color:#fff;
	transition: .2s ease-in;
}
.wrap-cat .container-1 a:hover:first-of-type h2 {
	background:#c59d2f;
	color:#fff;
}
.wrap-cat .container-1 a:hover h2 {
	background:#f3c239;
}
.wrap-cat .container-1 a:hover img {
	transform: translatey(-5px);
	filter: grayscale(80%);
}
.wrap-about {
	width:100%;
	background-color: #f3c239;
	padding:300px 20px;
	box-sizing: border-box;
	position: relative;
}
.wrap-about:after {
	position: absolute;
	left:0;
	top:0;
	content:"";
	z-index: 1;
	width:100%;
	height: 100%;
	background:url("../siteart/home-about-bg-1.jpg");
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 140px),calc(100% - 160px) 100%,0% 100%);
}
.wrap-about .container-2 {
	padding:60px;
	color:#fff;
	background:rgba(0,0,0,0.6);
	position: relative;
	z-index: 2;
}
.wrap-about .container-2 h2 {
	font-size: 35px;
	font-weight: bold;
	padding-bottom:40px;
	display: block;
	text-shadow: 0 0 5px #000;
}
.wrap-about .container-2 h2 span {
	font-weight:400;
}
.wrap-about .container-2 p {
	font-size: 16px;
	font-weight:400;
	line-height: 1.4;
	text-shadow: 0 0 5px #000;
}
.wrap-service {
	width:100%;
	background-color: #f3c239;
	clip-path: polygon(0% 0%,100% 0%,100% 100%,140px 100%,0% calc(100% - 160px));
}
.wrap-service .container-1 {
	padding:100px 20px 240px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:80px 0;
}
.wrap-service .container-1 h2 {
	display: block;
	width:100%;
	padding-bottom:60px;
	font-size:30px;
	font-weight: 800;
	text-align: center;
}
.wrap-service .container-1 h2 span {
	font-weight: 400;
}
.home-service-cont {
	width:31%;
	background: #fff;
	position: relative;
	padding-bottom:50px;
}
.home-service-cont img {
	width: 100%;
	height: auto;
	display: block;
}
.home-service-cont h3 {
	padding:30px 30px 5px 30px;
	font-size: 24px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.home-service-cont p {
	padding:5px 30px;
	font-size: 14px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.home-service-cont a {
	position: absolute;
	z-index: 1;
	bottom:-30px;
	right:0;
	text-align: right;
	width:95%;
	max-width: 250px;
	transition: .2s ease-in;
}
.home-service-cont a span {
	position: relative;
	z-index: 2;
	padding:20px 40px 20px 20px;
	width: 100%;
	box-sizing: border-box;	
	color:#f3c239!important;
	display: block;
	transition: .2s ease-in;
}
.home-service-cont a svg {
	top:0;
	left:0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.home-service-cont a .svg-btn {
	fill: #000;
	stroke: #000;
    stroke-width: 2px;
	transition: .2s ease-in;
}
.home-service-cont a:hover {
	transform: translatey(-2px);
}
.home-service-cont a:hover .svg-btn {
	fill: #fff;
	stroke: #000;
}
.home-service-cont a:hover span {
	color:#000!important;
}
.wrap-testimonial {
	width:100%;
}
.wrap-testimonial .container-1 {
	padding:100px 20px;
}
.wrap-testimonial .container-1 h2 {
	display: block;
	width:100%;
	padding-bottom:60px;
	font-size:30px;
	font-weight: 800;
	text-align: center;
}
.wrap-testimonial .container-1 h2 span {
	font-weight: 400;
}
.testimonial-slider .slick-dots  {
	display: flex;
	justify-content: center;
	margin:20px auto 0 auto;
	gap:5px;
	padding:0;
}
.testimonial-slider .slick-dots li {
	padding:0;
	margin:0;
	list-style: none;
	width:8px;
	height: 8px;
	border-radius: 10px;
	background: #000;
}
.testimonial-slider .slick-dots li.slick-active {
	background: #f3c239;
}
.testimonial-slider .slick-dots li button {
	display: none;
}
.testimonial-slider .slick-slide {
	padding:15px!important;
	box-sizing: border-box;
	margin:0 auto;
}
.test-slide {
	padding: 60px 30px;
	background: #fff;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
}
.test-title {
	padding-bottom:20px;
}
.test-title i {
	font-size: 15px;
	color:#f3c239;
}
.test-title p .lg-text {
	font-size:20px;
	font-weight: 500;
	font-family: "Roboto Slab", serif;
	padding-top:5px;
	display: inline-block;
}
.test-slide p {
	font-size: 18px;
}
.service-pg-info {
	position: relative;
}
.service-pg-info .container-1 {
	align-items: stretch!important;
}
.service-pg-info:after {
	content: "";
	position: absolute;
	bottom:0;
	left:0;
	width:140px;
	height: 160px;
	background:#fff;
	clip-path: polygon(0% 0%,0% 100%,100% 100%);
	display: block;
}
.service-pg-cont {
	width:24%;
	background:#fff;
}
.service-pg-cont img {
	width: 100%;
	height: auto;
	max-height: 300px;
	object-fit: cover;
	object-position: center;
	display: block;
}
.service-pg-cont h3 {
	padding:30px 30px 5px 30px;
	font-size: 24px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.service-pg-cont p {
	padding:5px 30px 30px 30px;
	font-size: 14px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.contact-pb-list {
	padding:10px 0;
	margin: 0;
}
.contact-pb-list li {
	padding:0 0 15px 0;
	margin:0;
	list-style: none;
	font-size:20px;
	display: block;
}
.contact-pb-list li a {
	color:#fff;
	transition: .2s ease-in;
}
.contact-pb-list li a:hover {
	color:#f3c239;
}
.contact-pb-list li span {
	font-weight: 800;
	border-bottom: 1px solid #fff;
	display: block;
}
.contact-map iframe {
	width:100%;
	height: 500px;
	border:0px;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}
.form-info-cont p {
	font-size: 18px;
	margin:20px 0 5px;
	display: inline-block;
	font-weight: bold;
}
.form-info-cont input, .form-info-cont date {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    outline:none;
    border:1px solid #000;
    color:#000; 
	font-family: "Aldrich", sans-serif;
}

.select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0px!important;
    border-radius: 0px!important;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    position: relative;
}
.select-cont  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px!important;
    outline:none!important;
    font-size: 17px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.select-cont i {
    position: absolute;
    z-index: 1;
    right:0px;
}

.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: "Aldrich", sans-serif;
    outline:none;
    border:0px;
	border:1px solid #000;
}


.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 



/*===================== 
	banner styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	width:100%;
	max-width: 1600px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
	}
.container-2 {
	width:100%;
	max-width: 800px;
	margin: 0 auto;
	padding:20px;
	box-sizing: border-box;
	}
.container-inv {
	width:100%;
	margin: 0 auto;
	padding:60px 10px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.col-1 { width: 100%; box-sizing:border-box;}	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 32.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;}

.wrap-content {
	width:100%;
	position: relative;
	padding: 150px 20px;
	background-color:#f3c239;
	box-sizing: border-box;
}
.content-bg {
	position: absolute;
	top:0;
	left:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 1;
	background-color:#000;
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 140px), calc(100% - 160px) 100%, 0% 100%);
}
.wrap-content .container-1, .wrap-content .container-2 {
	padding: 60px;
    position: relative;
    z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:40px 0;
}
.wrap-content p {
	line-height: 1.5;
}
.content-w-bg-img .container-1, .content-w-bg-img .container-2 {
	color: #fff;
    background: rgba(0, 0, 0, 0.8);
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.content-images {
	width:100%;
	clip-path: polygon(calc(100% - 60px) 0%,100% 60px,100% calc(100% - 60px),calc(100% - 60px) 100%,0% 100%,0% 0%);
	height: auto;
	display: block;
}


/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#f3c239;
	}
.foot-top {
	width:100%;
	background:#000;
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 140px), calc(100% - 160px) 100%, 0% 100%);
}
.foot-top .container-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:100px 20px;
	gap:60px 0;
}
.foot-nav {
	width:calc(100% - 400px);
	display: flex;
	justify-content: space-between;
	gap:40px;
}
.foot-nav-col {
}
.foot-nav-col p {
	font-family: "Roboto Slab", serif;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	padding-bottom:20px;
	box-sizing: border-box;
}
.foot-nav-col ul {
	padding:0;
	margin:0;
}
.foot-nav-col ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.foot-nav-col ul li a {
	font-family: "Aldrich", sans-serif;
	font-weight: 400;
	font-size:18px;
	color:#fff;
	line-height: 1.5;
	transition: .2s ease-in;
}
.foot-nav-col ul li a:hover {
	color:#f3c239;
}
.foot-map {
	width:45%;
}
.foot-map iframe {
	width:100%;
	height: 100%;
	min-height: 400px;
}

.foot-logo-1 {
	width:100%;
	max-width: 240px;
}
.foot-logo-1 img {
	width:100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.foot-bottom {
	width:100%;
}
.foot-bottom .container-1 {
	padding:50px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap:10px;
}
.foot-bottom .container-1 a {
	font-size:20px;
	color:#000;
	transition: .2s ease-in;
}
.foot-bottom .container-1 a:hover {
	color:#fff;
}

/*========================== 
	  Responsive styles 
============================*/


@media screen and (max-width: 1300px)  {
	.head-info {
  		width: auto;
	}
	nav.primary ul li a {
		font-size: 1.3vw;
		padding: 10px .7vw;
	}
	.wrap-cat .container-1 a {
    	width: 32%;
	}
}

@media screen and (max-width: 1100px)  {
	.foot-nav {
		width:100%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.foot-map {
		width:100%;
	}
}

@media screen and (max-width: 1000px)  {
	.head-logo-1 {
	  width: 100%;
	  max-width: 100%;
	  justify-content: flex-start;
	}
	.head-info ul {
		display: none;
	}

	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    
	nav.primary{display:none;}
    .mobile-nav-cont-1 { 
		display:block;
		position: relative;
    	z-index: 4;
	}
    
	#menu-button { 
		display: flex;
		gap:20px;
	}
	#menu-button .search-toggle  { 
		font-size: 28px;
		color: #000;
		padding-top: 3px;
		cursor: pointer;
	}
    .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:#000;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#000;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#000;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    
	nav.mobile { /* this section is new updated position width and positioning*/
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #000;
		z-index: 500; 
		overflow:auto;
		padding-top: 20px;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		font-family: "Aldrich", sans-serif;
		position: relative;
		display: block;
		font-size:16px;
		padding:10px 20px;
		color: #fff;
		text-decoration: none;
		width:100%;
		box-sizing: border-box;
		border-left:5px solid #000;
		cursor: pointer;
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:5px solid #f3c239;
	}

	/* 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;
		text-decoration: none;
		border-left:5px solid #444;
	}
	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;
		text-decoration: none;
		border-left:5px solid #555;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

    
	.hero-overlay h1 {
		font-size:6vw;
	}
	.hero-overlay h1 span {
		font-size:4vw;
	}
	.hero-btn-cont .svg-btn.desk-only {
		display: none;
	}
	.hero-btn-cont .svg-btn.mob-only {
		display: block;
	}
	.hero-btn-cont .left-btn, .hero-btn-cont .center-btn {
		width:49%;
		text-align: center;
	}
	.hero-btn-cont .right-btn {
		width:65%;
		margin:0 auto;
		text-align: center;
	}
	.wrap-hero img {
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100px 100%, 0% calc(100% - 120px));
	}
	.foot-top .container-1 {
    	justify-content: center;
	}
	.foot-nav {
		width:100%;
	}
	.foot-bottom .container-1 {
		justify-content: center;
	}
	
	.content-bg {
		clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 100px), calc(100% - 120px) 100%, 0% 100%);
	}
	.wrap-content .container-1, .wrap-content .container-2 {
		padding: 40px 20px;
	}
	.content-images {
		clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 60px),calc(100% - 60px) 100%,60px 100%,0% calc(100% - 60px));
	}
	.col-1-2, .col-1-3 {
		width:100%;
	}
	.service-pg-cont {
		width:49%;
	}
	.service-pg-info::after {
	  width: 100px;
	  height: 120px;
	}
	.contact-map iframe {
		height: 300px;
	}

}
@media screen and (max-width: 850px)  {
	.home-service-cont {
		width:100%;
	}
	.home-service-cont img {
		object-fit: cover;
		object-position: center;
		max-height: 40vw;
		min-height: 100px;
	}
	
}

@media screen and (max-width: 760px)  {
	.wrap-cat .container-1 a {
    	width: 49%;
	}
	.wrap-cat .container-1 a {
		order:1;	
	}
	.wrap-cat .container-1 a:first-of-type {
		order:2;
	}
	.wrap-cat .container-1 a:first-of-type h2 {
		clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 50px),calc(100% - 50px) 100%,0% 100%);
	}
}
@media screen and (max-width: 600px)  {
	.white-btn, .black-btn, .yellow-btn, .hero-btn-cont a {
		font-size: 16px;
	}
	.wrap-about {
		padding:0;
	}
	.wrap-about:after {
		clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 100px),calc(100% - 120px) 100%,0% 100%);
	}
	.wrap-about .container-2 {
		clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 100px),calc(100% - 120px) 100%,0% 100%);
		padding:120px 20px;
	}
	.wrap-about .container-2 h2 {
		font-size: 30px;
		text-align: center;
	}
	.wrap-service {
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100px 100%, 0% calc(100% - 120px));
	}
	.wrap-cat .container-1 a h2 {
		padding: 15px 5px;
		font-size: 14px;
	}
	.foot-nav-col {
		display: none;
	}
	.foot-top {
		clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 100px), calc(100% - 120px) 100%, 0% 100%);
	}
    .foot-top .container-1 {
        padding:60px 20px 80px 20px;
    }	
	.foot-bottom .container-1 {
        padding:40px 20px;
    }
	.wrap-content {
		padding: 40px 10px 100px 10px;
	}
	.service-pg-cont {
		width:100%;
	}
}
@media screen and (max-width: 470px)  {
	.white-btn, .black-btn, .yellow-btn, .hero-btn-cont a {
		font-size: 14px;
	}
	.hero-btn-cont a span {
    	padding: 15px 10px;
	}
	.hero-banner .container-1 h2 {
		font-size:24px;
	}
	.wrap-cat .container-1 a h2 {
		font-size: 12px;
	}
	.wrap-cat .container-1 a h2 span {
		font-size: 16px;
	}
	.wrap-service .container-1 h2 {
		padding-bottom: 40px;
		font-size: 24px;
	}
	.home-service-cont h3, .service-pg-cont h3 {
		padding:30px 15px 5px 15px;
		font-size: 20px;
	}
	.service-pg-cont p {
		padding:5px 15px 20px 15px;
	}
	.home-service-cont p {
		padding:5px 15px;
	}
	.wrap-cat .container-1 a h2 {
		padding: 10px 5px;
		font-size: 12px;
	}
	.page-header {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.wrap-content p {
		font-size: 16px;
	}
}
	
