﻿/*===================== 
	Color information
	
	red #d31818
	grey #ececec
	-
		 
=======================*/
/*===================== 
	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: "Open Sans", sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 

.border-left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 35px;
}
.border-right {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 35px;
}
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
        font-size: 30px;
        font-weight: 700;
}
	h2 {
        font-size: 24px;
        font-weight: 700;
}
	h3 {
        font-size: 22px;
        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;
	}
.page-header {
	font-family: "Syne", sans-serif;
	color:#000;
	font-size:30px;
	margin-bottom:20px;
}

.content-cont p {
	line-height:1.5;
}
.content-cont p a {
	color:#d31818;
	font-weight: 600;
}
.content-cont p a:hover {
	color:#971111;
}
.text-red {
	color:#d31818;
}

/*===================== 
	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;
		}  
.red-btn-1 {
	position: relative;
	text-align: center;
	color:#fff!important;
	font-size:18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	padding:20px 70px;
	box-sizing: border-box;
	background:#d31818;
	border-top-left-radius:10px;
	border-bottom-left-radius:35px;
	display: block;
	max-width: 400px;
	width: 100%;
	transition: .2s ease-in;
	outline:0px;
	border:none;
	cursor: pointer;
}
.red-btn-1 i {
	position: absolute;
	left:25px;
	top:25%;
	font-size:30px;
	transition: .2s ease-in;
}
.red-btn-1:hover {
	background:#971111;
}
.red-btn-1:hover i {
	left:30px;
}
.red-btn-2 {
	position: relative;
	text-align: center;
	color:#fff!important;
	font-size:18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	padding:20px 70px;
	box-sizing: border-box;
	background:#d31818;
	border-top-left-radius:10px;
	border-bottom-left-radius:35px;
	border-top-right-radius:10px;
	border-bottom-right-radius:35px;
	display: block;
	max-width: 400px;
	width: 100%;
	transition: .2s ease-in;
	outline:0px;
	border:none;
	cursor: pointer;
}
.red-btn-2 i {
	position: absolute;
	left:25px;
	top:25%;
	font-size:30px;
	transition: .2s ease-in;
}
.red-btn-2:hover {
	background:#971111;
}
.red-btn-2:hover i {
	left:30px;
}
.text-link-ico-1 {
	display: inline-flex;
	font-size: 18px;
	color:#d31818!important;
	transition: .2s ease-in;
	align-items: center;
	gap:10px;
	margin:10px 0;
}
.text-link-ico-1 i {
	font-size: 20px;
}
.text-link-ico-1:hover {
	gap:15px;
	color:#971111!important;
}


/*===================== 
	header styles 
=======================*/

.home-page .header-wrap {
	background-color: transparent;
	border-bottom: 0px;
	padding-bottom: 80px;
  	margin-bottom: -92px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 55.96%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 55.96%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 55.96%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 55.96%,rgba(255,255,255,0.00) 100%);
	position: relative;
	z-index: 1;
}

.header-wrap {
	width: 100%;
	margin: 0;
	background-color: #fff;
	border-bottom:1px solid #000;
	}

header {
	margin: 0 auto;
	max-width: 1800px;
	width: 100%;
	padding:10px 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.head-logo-1 {
	width:25%;
	max-width: 380px;
}
.head-logo-1 img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.head-right-1 {	
	width:calc(100% - 400px);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap:20px;
}

.head-info {
	padding:0;
	margin:0;
	display: flex;
	gap:10px 15px;
}
.head-info li {
	padding:0;
	margin:0;
	list-style: none;
}
.head-info li a {
	font-family: "Open Sans", sans-serif;
	font-size:15px;
	font-weight: 500;
	color:#000;
	transition: .2s ease-in;
}
.head-info li a span {
	margin-left: 5px;
}
.head-info li a i {
	color:#d31818;
}
.head-info li a:hover {
	color:#971111;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;} 

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
		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: "Open Sans", sans-serif;
				color: #000;
				font-size: 16px;
				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 {
				background: #d31818;
				color:#fff;
				}
			nav.primary ul li:hover a {
				background: #d31818;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				padding:10px 15px;
				color:#fff;
				background: #d31818;
				display: block;
				text-align:left;
				white-space: nowrap;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				background: #000;
				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; 
	min-width: 200px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.wrap-hero {
	width: 100%;
	height: 37vw;
	min-height: 350px;
	max-height: calc(100vh - 435px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 160px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 40.93%,rgba(0,0,0,0.63) 75.65%), url(../siteart/hero-img-2.jpg);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 40.93%,rgba(0,0,0,0.63) 75.65%), url(../siteart/hero-img-2.jpg);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 40.93%,rgba(0,0,0,0.63) 75.65%), url(../siteart/hero-img-2.jpg);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 40.93%,rgba(0,0,0,0.63) 75.65%), url(../siteart/hero-img-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}
.wrap-hero .container-1 {
	position: relative;
	z-index: 2;
}
.wrap-hero .container-1 .sml-header {
	font-family: "Syne", sans-serif;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
	text-align: center;
	font-size:35px;
	font-weight: 600;
	display: block;
	margin: 0 auto;
}
.wrap-hero .container-1 .lg-header {
	font-family: "Open Sans", sans-serif;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
	text-align: center;
	font-size: 45px;
	font-weight: 700;
	display: block;
	margin: 0 auto 40px auto;
}
.hero-btn-cont {
	width:100%;
	max-width: 750px;
	margin:0 auto;
	display: flex;	
	justify-content: space-between;
}
.hero-btn-cont a {
	width:49%;
	max-width: 100%;
}
.hero-btn-cont a:last-of-type {
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-top-right-radius:10px;
	border-bottom-right-radius:35px;
}

.warp-hero-search {
	position: relative;
	overflow: hidden;
	margin-top:-90px;
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 10px solid #d31818;
}
.warp-hero-search:before {
	content: "";
	width: 120%;
	height: 300px;
	background: #fff;
	border-radius: 50%;
	left: -10%;
	top: 0;
	z-index: 3;
	position: absolute;
	display: block;
}
.warp-hero-search .container-1 {
	position: relative;
	z-index: 3;
}
.warp-hero-search .container-1 form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:20px 0;
}
.warp-hero-search .hero-search-cont-1-3 {
	width:32%;
}
.warp-hero-search .hero-search-cont-2-3 {
	width:66%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.warp-hero-search .hero-search-cont-1-2 {
	width:49%;
}
.warp-hero-search .container-1 form input {
	background:#fff;
    box-sizing: border-box;
    position: relative;
	border:1px solid #000;
    background-color:transparent;
    outline:none!important;
    font-size: 17px;
    font-weight: 400;
    padding:20px 15px;
    color:#000; 
}
.warp-hero-search .container-1 form .select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0px!important;
    border-radius: 0px;
    background:#fff;
    box-sizing: border-box;
    position: relative;
	border:1px solid #000;
}
.warp-hero-search .container-1 form .select-cont:nth-last-of-type(2) {
	border-bottom-left-radius: 35px;
}
.warp-hero-search .container-1 form .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;
    font-weight: 400;
    padding:20px 15px;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.warp-hero-search .select-cont i {
    position: absolute;
    z-index: 1;
    right:10px;
}
.warp-hero-search .keyword-search-row {
	display: flex;
	
}
.warp-hero-search .keyword-search-row input {
	width:calc(99% - 65px);
}
.warp-hero-search .keyword-search-row button {
	background:#d31818;
	color:#fff;
	font-size: 17px;
    padding:20px 15px;
	width: 60px;
	text-align: center;
	border-bottom-right-radius: 35px;
	border:1px solid #d31818;
	cursor: pointer;
	transition: .2s ease-in;
}
.warp-hero-search .keyword-search-row button:hover {
	background:#000;
	border:1px solid #000;
}


/*===================== 
	hero search styles 
=======================*/

/*  SEARCH SLIDER BARS
------------------------------------------------*/
.noUi-target{position:relative; direction:ltr}
.noUi-origin{position:absolute; right:0; top:0; left:0; bottom:0; border-radius:2px;}
.noUi-handle{position:relative; z-index:1}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position:absolute;}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper {top: -5px;}
.noUi-background{background: #ccc;}
.noUi-connect{border: 1px #ccc solid; background:#fff !important;}
.noUi-target{width:calc(100% - 15px); margin: 15px auto; /*margin: 15px auto 15px 0;*/}
.noUi-handle{position: relative; z-index: 1; background: #d31818 !important; border: 1px solid #fff; border-radius: 3px;}
.noUi-handle:after, .noUi-handle:before{content:""; display: block; position: absolute; height: 12px; width: 1px; background: #e8e7e6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background:#777;}
.example-val p{font-size:12px!important; font-weight:700; color:#000; font-family: "Open Sans", sans-serif;}
.example-val p span{font-weight:400;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content:'$'; padding-right:2px;}




.wrap-home-about {
	position: relative;
	overflow: hidden;
	margin-bottom:-90px;
	padding-top: 40px;
	padding-bottom: 80px;
}
.wrap-home-about:before {
	content: "";
	width: 120%;
	height: 300px;
	background: #fff;
	border-radius: 50%;
	left: -10%;
	bottom: 0;
	z-index: 3;
	position: absolute;
	display: block;
}
.wrap-home-about .container-2 {
	position: relative;
	z-index: 3;
}
.wrap-home-services {
	width:100%;
	background-image: url("../siteart/services-home-bg-img-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding: 150px 0 0 0;
	box-sizing: border-box;
	margin-bottom: 200px;
}
.wrap-home-services .container-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	bottom:-75px;
	gap:20px 0;
}
.home-serv-cont-1 {
	width:31%;
	background:#fff;
	border:1px solid #000;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top:20px;
}
.home-serv-cont-1 h3 {
	text-align: center;
	color:#d31818;
	font-family: "Syne", sans-serif;
	font-size:30px;
}
.home-serv-cont-1 img {
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
	object-position: center;
	max-height: 140px;
	max-width: 100%;
	margin: 20px auto;
	padding:10px;
	box-sizing: border-box;
}
.home-serv-cont-1 p {
	font-family: "Open Sans", sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000;
	padding:10px 20px 15px 20px;
	display: block;
	text-align: center;
	width:100%;
	box-sizing: border-box;
}
.home-serv-cont-1 a {
	text-align: center;
	color:#fff!important;
	font-size:18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	padding:20px;
	box-sizing: border-box;
	background:#d31818;
	display: block;
	width: 100%;
	transition: .2s ease-in;	
	border:1px solid #000;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
	border-top:0px;
}
.home-serv-cont-1 a:hover {
	background:#971111;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

.form-info-cont p {
	margin:20px 0;
	font-weight: 700;
	font-size: 20px;
	color:#d31818;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date {
	font-family: "Open Sans", sans-serif;
	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; 
}

.select-cont {
	font-family: "Open Sans", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0px;
    border-radius: 0px;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    position: relative;
	border:1px solid #000;
}
.select-cont  select {
	font-family: "Open Sans", sans-serif;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px;
    outline:none;
    font-size: 17px;
    font-weight: 400;
    padding:15px;
    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: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: "Open Sans", sans-serif;
    outline:none;
    border:1px solid #000;
}
.form-info-cont button {
	margin:0 auto;
}

.CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	layout styles 
=======================*/

.mobile-only {
	display: none;
}
.desktop-only {
	
}
.bottom-bg-1 {
	width: 100%;
	background-image: url("../siteart/services-home-bg-img-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	height: 28vw;
	box-sizing: border-box;
	min-height: 300px;
}
.wrap {
	width: 100%;
	margin: 0;
	}
.wrap-content	{
	width: 100%;
	margin: 0;
	padding-top:40px;
}

.container-1 {
	max-width: 1300px;
	margin: 0 auto;
	padding:10px 20px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 775px;
	margin: 0 auto;
	padding:10px 20px;
	box-sizing: border-box;
	}
.container-inv {
	padding:40PX 20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:40px 0;
}
.content-cont {
	position: relative;
	z-index: 3;
}
.border-top-1 {
	border-top: 10px solid #d31818;
	margin-top:40px;
}
.content-cont .page-header {
	width:100%;
}	
.content-cont ul {
	padding:10px 0 0 20px;
	margin:0;
}
.content-cont ul li {
	padding:8px 0;
	margin:0;
	font-weight: 600;
	font-size: 18px;
}
.contact-pg-list {
	padding:5px 0 10px 0!important;
	margin:0;
}
.contact-pg-list li {
	padding:5px 0;
	margin:0;
	list-style: none;
}
.contact-pg-list li a {
	color:#000;
	transition: .2s ease-in;
}
.contact-pg-list li a:hover {
	color:#d31818;
}
.content-img-fill img {
	min-width: auto;
	width:100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.content-color-fill {
	width:100%;
	padding:15px;
	box-sizing: border-box;
	background: #ececec;
	border-top-right-radius: 10px;
  	border-bottom-right-radius: 35px;
}
.content-map-fill {
	
}
.content-map-fill iframe {
	width:100%;
	height: 100%;
	min-height: 300px;
	
}

.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#ececec;
	}
.foot-cont-1 {
	margin: 0 auto;
	max-width: 1800px;
	width: 100%;
	padding:55px 20px 140px 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 0;
}
.foot-nav-1 {
	width:24%;
	max-width: 400px;

}
.foot-nav-flex-cont {
	display: flex;
	flex-wrap: wrap;
	gap:0 10%;
}
.foot-nav-1 h5 {
	font-family: "Syne", sans-serif;
	font-size:20px;
	color:#d31818;
	width: 100%;
	padding-bottom:10px;
}
.foot-nav-1 ul {
	padding:0;
	margin:0;
	height: 100%;

}
.foot-nav-1 ul li {
	padding:0;
	margin:0;
	list-style: none;
	line-height:30px;
	font-size:16px;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
}
.foot-nav-1 ul li a {
	color:#000;
	transition: .2s ease-in;
	white-space: nowrap;
}
.foot-nav-1 ul li a:hover {
	color: #d31818;
}
.foot-logo-1 {
	width:24%;
}

.foot-logo-1 img {
	width:100%;
	max-width: 380px;
	margin:0 auto;
	display: block;
}
.foot-logo-1 ul {
	display: none;
	justify-content: center;
	gap:15px;
	padding:20px 0 0 0;
	margin:0 auto;
}
.foot-logo-1 ul li {
	padding:0;
	margin:0;
	list-style: none;
}
.foot-logo-1 ul li a {
	font-size: 20px;
	font-weight: 500;
	color: #d31818;
	transition: .2s ease-in;
}
.foot-logo-1 ul li a:hover {
	color:#971111;
}
.foot-bottom-1 {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: -90px;
	padding-top: 69px;
}

.foot-bottom-1:before {
	content: "";
	width: 120%;
	height: 300px;
	background:#d31818;
	border-radius: 50%;
	left: -10%;
	top: 0;
	z-index: 3;
	position: absolute;
	display: block;
}
.foot-bottom-1 p {
	display: block;
	padding:0px 20px 80px 20px;;
	background:#d31818;
	width:100%;
	box-sizing: border-box;
	text-align: center;
	font-size:12px;
	font-weight:400;
	font-family: "Open Sans", sans-serif;
	position: relative;
	z-index: 4;
	color:#fff;
}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1600px)  {
	nav.primary ul li a {font-size: 15px;}
}

@media screen and (max-width: 1400px)  {
	.head-right-1 {
		width: 75%;
	}
	nav.primary ul li a {
		font-size: 1.1vw;
		padding: 10px .6vw;
	}
}

@media screen and (max-width: 1200px)  {
	.head-logo-1 {
		width:20%;
	}
	
	.head-right-1 {
		width: 80%;
	}
	nav.primary ul li a {
		font-size: 1.23vw;
		padding: 10px .6vw;
	}
}
@media screen and (max-width: 1000px)  {
	.foot-nav-1 {
		width:31%;
	}
	.foot-logo-1 {
		width:100%;
	}
	.col-1-2, .col-1-3, .col-2-3 {
		width:100%;
	}
	.mobile-only {
		display: block;
	}
	.desktop-only {
		display: none;
	}
	.content-color-fill, .border-right, .border-left {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 35px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 35px;
	}
	 
}

@media screen and (max-width: 930px)  {

	.home-page .header-wrap {
		background-color: #fff;
		border-bottom:1px solid #000;
		padding-bottom: 0px;
		margin-bottom: 0px;
		background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 64.25%,rgba(255,255,255,0.00) 100%);
		background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 64.25%,rgba(255,255,255,0.00) 100%);
		background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 64.25%,rgba(255,255,255,0.00) 100%);
		background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 64.25%,rgba(255,255,255,0.00) 100%);	
		position: relative;
    	z-index: 4;
	}
	.head-logo-1 {
		width: 100%;
		margin: 0 auto;
		padding:10px 0;
	}
	.head-right-1 {
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding:10px 0;
	}
	.head-info {
		gap:10px;
	}
	.head-info li a {
		font-size: 20px;
	}
	.head-info li a span {
	  display: none;
	}
	
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} /* New class to help control screen width visability */
    	
    .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;
		border-radius: 3px;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#000;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 3px;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#000;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
		border-radius: 3px;
    }

    .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: #000;
		z-index: 500; 
		overflow:auto;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
	}
    nav.mobile ul li:first-child {
		
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		font-family: "Open Sans", sans-serif;
		position: relative;
		display: block;
		font-size:18px;
		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:#272727;
		position: relative;
		display: block;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}


    

}
	
@media screen and (max-width: 750px)  {
	
	.wrap-hero {
		height: auto;
		min-height: 100%;
		max-height: 100%;
		padding-bottom: 140px;
		padding-top: 50px;
		background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.65) 40.93%,rgba(0,0,0,0.65) 75.65%), url(../siteart/hero-img-2.jpg);
		background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.65) 40.93%,rgba(0,0,0,0.65) 75.65%), url(../siteart/hero-img-2.jpg);
		background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.65) 40.93%,rgba(0,0,0,0.65) 75.65%), url(../siteart/hero-img-2.jpg);
		background-image: linear-gradient(180deg,rgba(0,0,0,0.65) 40.93%,rgba(0,0,0,0.65) 75.65%), url(../siteart/hero-img-2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.warp-hero-search::before, .wrap-home-about::before, .foot-bottom-1::before {
		border-radius: 45%;
	}
	.wrap-hero .container-1 .sml-header {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.wrap-hero .container-1 .lg-header {
		font-size: 35px;
	}
	.hero-btn-cont {
		flex-wrap: wrap;
		gap:20px;
	}
	.hero-btn-cont a {
		width:100%;
		border-top-left-radius:10px;
		border-bottom-left-radius:35px;
		border-top-right-radius:10px;
		border-bottom-right-radius:35px;
	}
	.hero-btn-cont a:last-of-type {
		border-top-left-radius:10px;
		border-bottom-left-radius:35px;
		border-top-right-radius:10px;
		border-bottom-right-radius:35px;
	}
	.warp-hero-search .hero-search-cont-1-3, .warp-hero-search .hero-search-cont-1-2, .warp-hero-search .hero-search-cont-2-3 {
	  width: 100%;
	}
	.warp-hero-search .container-1 form input {
		border-bottom-left-radius: 20px;
	}
	.warp-hero-search .container-1 form .select-cont:nth-last-of-type(2) {
		border-bottom-left-radius: 0px;
	}
	.warp-hero-search .keyword-search-row button {
		border-bottom-right-radius: 20px;
	}
	.warp-hero-search .container-1 form .select-cont select, .warp-hero-search .container-1 form input, .keyword-search-row button {
		font-size: 16px;
		padding: 15px;
	}
	.home-serv-cont-1 {
		width:100%;
	}
	.wrap-home-services {
	  padding: 50px 0 0 0;
	  margin-bottom: 170px;
	}
	.foot-nav-1 {
		display: none;
	}
	.foot-logo-1 ul {
		display: flex;
	}
	
}
