@charset "utf-8";
/***** BEGIN RESET *****/

* {

    border:0;
    margin:0;
    padding:0;
}

body {
	-webkit-text-size-adjust: none;
	background:#fff;
	overflow-x:hidden;
	color:#000;
	line-height:1!important;
	font-family: "Outfit", sans-serif;
}

/*============================
ALL PAGES
============================*/
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

.wrap {width:95%;margin:0 auto;max-width:1400px;}

.smwrap {width:95%;margin:0 auto;max-width:1200px;}

h1, h2, h3, h4, h5 {font-family: "Outfit", sans-serif;text-transform:uppercase;}

a {
	text-decoration: none;
}
.butn-orange {
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	color: #000 !important;
	font-size: 16px;
	letter-spacing: 2px;
	font-family: "Outfit", sans-serif;
	transition: .2s ease-in;
	border:0px;
	cursor: pointer;
	outline:none;
	background:#fe771c;
}
.butn-orange:hover {
	color:#fff!important;
	background:#121212;
}
.buton-cont-1 {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
.buton-cont-1 a {
	flex-grow: 1;
} 
.col-1-2 {
	width: 49%!important;
}

/***** END RESET *****/

/*====================hover easing style

-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;

======================================*/

/*============================
HEADER
============================*/
header {
	width: 100%;
}
.tophead {
	width: 100%;
	background: #121212;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 2.5%;
	box-sizing: border-box;
}
.tophead p {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 4px;
	
}
.tophead p a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 4px;
}
.tophead p a i {
	color: #fe771c
}
.middlehead {
	width: 100%;
	background:#282828;
}
.mainlogo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1600px;
	padding:15px 20px;
	box-sizing: border-box;
	margin:0 auto;
	gap:10px;
}
.center-logo {
	width: 50%;
	max-width:180px;
}
.logo-left {
	width: 25%;
	max-width: 125px;
}
.logo-right {
	width: 25%;
	max-width: 125px;
	display: flex;
	justify-content: flex-end;
}
.logo-right img {
	width: 100%;
	max-width: 80px;
	display: block;
	height: auto;
	margin-left: 2%;
}
.logo-left img {
	width: auto;
	max-width: 100%;
	display: block;
	height: auto;
}
.center-logo img {
	width: auto;
	max-width: 100%;
	display: block;
	height: auto;
}

/*============================
VIEW
============================*/

.negmarg {width:100%;position:relative;z-index:2;margin-top:-100px}
.invbutton {width:100%;background:rgba(0,0,0,.70);border-top:1px solid #fff;padding:20px 0;}

.invbutton:hover {background:rgba(255,54,0,0.70)}

.invbutton:hover h2 .fa {color:#212121}

.invbutton h2 {width:100%;text-align:center;color:#fff;font-size:35px;font-weight:bold;}
.smtxt {font-size:18px;font-weight:600;}
.invbutton h2 .fa {color:#fe771c;font-size:25px;}
.invbutton h2 .fa-arrow-circle-right {margin-right:50px}
.invbutton h2 .fa-arrow-circle-left {margin-left:50px;}

/*============================
Hero Section
============================*/

.wrap-hero {
	height: calc(100vh - 450px);
	background: #000;
	overflow: hidden;
	position: relative;
	min-height: 300px !important;
}
.hero-wrap {
    height: calc(100vh - 350px);
    background: #000;
    overflow: hidden;
    position: relative;
    min-height: 600px !important
}
#myVideo {
    position: absolute;
    min-width: 100%;
    min-height: 100% !important;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}
.wrap-hero img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	top: 0;
	left: 0;
	z-index: 1;
}
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	padding: 20px 20px 160px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.10) 33.68%,rgba(0,0,0,0.75) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.10) 33.68%,rgba(0,0,0,0.75) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.10) 33.68%,rgba(0,0,0,0.75) 99.48%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.10) 33.68%,rgba(0,0,0,0.75) 99.48%);
}
.hero-overlay h1 {
	font-size: 40px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	line-height: 1.3;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.hero-overlay h1 span {
	display: block;
	font-size: 30px;
	font-weight: 500;
}

.hero-cta {
	background:#282828;	
	width: 100%;
	padding:0px 20px;
	box-sizing: border-box;
}
.hero-cta .smwrap {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
	z-index: 4;
	top: -60px;
	gap:20px 0;
}
.hero-cta a {
	width: 40%;
	height: 250px;
	position: relative;
	display: block;
	background:#000;
}
.hero-cta a img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .2s ease-in;
}
.hero-cta a h2 {
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom:40px;
	display: block;
	text-align: center;
	background:rgba(0,0,0,1);
	padding:10px;
	font-size: 26px;
	color:#fff;
	font-weight:700;
	font-family: "Outfit", sans-serif;
	box-sizing: border-box;
	transition: .2s ease-in;
}
.hero-cta a:hover img {
	filter: grayscale(.9);
	opacity: 0.7;
}
.hero-cta a:hover h2 {
	background:rgba(0,0,0,0.4);
	padding:20px 10px;
}

.home-page-img-gallery {
	border-top: 10px solid #fe771c;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.home-page-img-gallery img {
	height: 25vw;
	display: block;
	object-fit: cover;
	object-position: center;
	min-height: 250px;
}

/*============================
WELCOME
============================*/

.welcome {width:100%;background:#fff;padding:60px 0;}

.about-cont-sml {
	width: 100%;
	max-width: 800px;
	margin:0 auto;
	padding:40px 20px;
	box-sizing: border-box;
}

.welcome h2 span {width:100%;text-align:center;color:#000;font-size:22px;letter-spacing:8px;margin-bottom:5px;display: block;}
.welcome h2 {width:100%;text-align:center;color:#000;font-size:45px;}
.welcome p {width:100%;text-align:center;color:#000;font-size:18px;line-height:32px;margin:50px 0 0;}

.home-brands {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-brand-header {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 25px;
	background:#000;
	display: block;
	padding:40px 20px;
	box-sizing: border-box;
}
.home-brands a {
	width: 50%;
	display: block;
	position: relative;
}
.home-brands a .bg-img-1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
}
.brand-overlay {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 30vw;
	max-height: 450px;
	display: flex;
	flex-direction: column;
	gap:10px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding:20px;
	box-sizing: border-box;
	background:rgba(0,0,0,0.6);
	transition: .2s ease-in;
}
.brand-overlay img {
	width: 100%;
	max-width: 150px;
}
.brand-overlay h2 {
	text-align: center;
	font-size:30px;
	letter-spacing: 5px;
	font-weight:700;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.brand-overlay p {
	text-align: center;
	font-size:18px;
	font-weight:400;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.home-brands a:hover .brand-overlay  {
	background:rgba(0,0,0,0.8);
}
.testimonnial-cont {
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(254,119,28,0.80) 0%,rgba(254,119,28,0.80) 100%), url("../siteart/construction.jpg");
	background-image: -moz-linear-gradient(270deg,rgba(254,119,28,0.80) 0%,rgba(254,119,28,0.80) 100%), url("../siteart/construction.jpg");
	background-image: -o-linear-gradient(270deg,rgba(254,119,28,0.80) 0%,rgba(254,119,28,0.80) 100%), url("../siteart/construction.jpg");
	background-image: linear-gradient(180deg,rgba(254,119,28,0.80) 0%,rgba(254,119,28,0.80) 100%), url("../siteart/construction.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-color: rgba(254,119,28,0.80);
	padding:80px 0;
}
.testimonial-slider {
	width: 95%;
	margin: 0 auto;
	max-width: 1400px;
}
.testimonial-slider .slick-track {
	display: flex;
	align-items: stretch;
	gap:20px;
}
.review-cont-1 {
	background:#ffff;
	padding:10px;
	box-sizing: border-box;
	display: flex!important;
	flex-direction: column;
	gap:20px;
	justify-content: space-between;
	height: auto !important;
}
.review-cont-1 img {
	width: 100%;
	max-width: 20px;
	display: block;
}
.review-stars {
	display: flex;
	gap:2px;
	font-size: 12px;
	color:#ff8000;
	padding-top: 10px;
}
.review-cont-1 .lg-text {
	font-size: 16px;
	font-weight: 700;
}
.review-cont-1 .sml-text {
	font-size: 14px;
}
.home-locations {
	width: 100%;
	padding:60px 0;
	background: #1e1e1e;
}
.home-locations .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px 0;
}
.loc-info-cont-1 {
	width:40%;
	background:#fff;
	padding:40px 20px;
	box-sizing: border-box;
}
.loc-info-cont-1 h2 {
	font-size:30px;
	letter-spacing: 5px;
	font-weight:700;
	color:#000;
	padding-bottom: 10px;
}
.loc-info-cont-1 ul {
	padding:10px 0;
	margin:0;
}
.loc-info-cont-1 ul li {
	padding:5px 0;
	margin:0;
	list-style: none;
	font-size:18px;
	line-height: 1.2;
}
.loc-info-cont-1 ul li span {
	font-weight: 700;
}
.loc-info-cont-1 ul li a {
	color:#000;
	font-weight: 700;
}
.loc-info-cont-1 ul li a:hover {
	color:#fe771c;
}
.loc-info-map-1 {
	width: 59%;
}
.loc-info-map-1 iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
}
.about-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:20px 0;
}
.about-info-cont-1 {
	width: 64%;
}
.about-test-cont-1 {
	width: 100%;
	margin-top: 40px;
}
.about-test-cont-1 .review-cont-1 {
	align-items: center;
	background:#1e1e1e;
	color:#fff;
	text-align: center;
}
.gallery-wrap {
	width: 100%;
	padding:60px 20px;
	box-sizing: border-box;
	background: #1e1e1e;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.gallery img {
	width: auto;
	max-width: calc(25% - 15px);
	height: auto;
	object-fit: cover;
	object-position: center;
	flex-grow: 1;
	cursor: pointer;
	transition: .2s ease-in;
}
.gallery img:hover {
	opacity: 0.7;
}
.form-cont-1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:20px 0;
}
.form-cont-header {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 24px !important;
	color: #000;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1.5 !important;
	font-weight: 600;
}
.form-info {
	width: 39%;
	padding:40px 20px;
	background:#fff;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.form-info h2 {
	font-size: 30px;
	letter-spacing: 5px;
	font-weight: 700;
	color: #000;
	padding-bottom: 10px;
}
.form-info ul {
	padding:10px 0;
	margin:0;
}
.form-info ul li {
	padding:5px 0;
	margin:0;
	list-style: none;
	font-size:18px;
	color:#000;
	line-height: 1.2;
}
.form-info ul li span {
	font-weight: 700;
}
.form-info ul li a {
	color:#000;
	font-weight: 700;
}
.form-info ul li a:hover {
	color:#fe771c;
}
.form-info-map-1 {
	width: 59%;
}
.form-info-map-1 iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
}
.form-img-1 {
	width:59%;
	position: relative;
}
.form-img-1 img {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

/*============================
search
============================*/
.search {width:100%;background:url("../siteart/construction.jpg");background-size:cover;background-attachment:fixed;}
.orangeoverlay {width:100%;background:rgba(254,119,28,0.80);padding:90px 0;}
.search h2 {width:100%;text-align:center;color:#000;font-size:25px;letter-spacing:5px;margin-bottom:30px;}
.searchbox {width:25%;padding:5px;box-sizing:border-box;}
.fullsearchbox {width:100%;padding:5px;box-sizing:border-box;}
.detailed-form {
	width:100%;
	
	color: #fff;
	padding:20px 0;
	background:url(../siteart/topography.png) repeat;
	font-family: "Outfit", sans-serif;
	font-weight:500;
}
.detailed-search {
	display: flex;
	flex-wrap: wrap;
}

.detailed-search select, .detailed-search input[type="text"] {
    width: 100%;
	padding: 13px !important;
	font-size: 14px;
	background-color: #fff;
	color: #000;
	box-sizing: border-box;
	border: 1px solid #000!important;
	font-family: "Outfit", sans-serif;
	line-height: normal !important;
	height: auto !important;
	border-radius: 0px;
}


.detailed-search input[type="submit"] {
	text-transform:uppercase;
	font-size: 16px;
	font-weight:bold;
    width: 100%;
  	background: #1e1e1e;
	box-sizing:border-box; 
    color: #fff;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;
	letter-spacing:2px;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	margin-top:0px;
	padding:12px 10px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.detailed-search input[type="submit"]:hover {
background:#121212
}

/*============================
footer
============================*/
.scrolls {width:100%;background:#fff;padding:5px 0;}
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	background:#121212
}
 
.scrolling{
    width:100%;
    height:92px;
}

.fb {width:100%;background:#fe771c;border-bottom:5px solid #fff;}
.fb h2 {width:100%;text-align:center;color:#000;font-size:30px;letter-spacing:3px;padding:30px 0;}
.fb:hover {background:#121212}
.fb h2 i {color:#121212;}
.fb:hover h2 i {color:#fe771c}
.fb:hover h2 {color:#fe771c}

footer {width:100%;background:#fff;}
.footnav {width:100%;}
.footnav nav.primary {background:#1e1e1e;border-bottom:1px solid #fff;}

.footnav nav.primary ul li a {padding-top:30px;padding-bottom:30px;color:#fff!important;}
.footlogo {width:100%;padding:30px 0;}
.footlogo img {margin:0 auto;display:block;width:100%;max-width:250px;}

.bottomfoot {width:100%;padding:10px 2.5%;box-sizing:border-box;background:#121212;}
.bottomfoot p {width:50%;color:#aaa;font-size:10px;text-transform:uppercase;letter-spacing:3px;padding:5px 0;font-weight:700;}
/*============================
SUB PAGES
============================*/
.submain {width:100%;background:#fff;padding:50px 0;}

.subtitle {width:100%;background:url("../siteart/construction.jpg");background-size:cover;background-attachment:fixed;}
.subtitle h2 {width:100%;background:rgba(18,18,18,0.80);padding:60px 2.5%;box-sizing:border-box;color:#fff;font-size:40px; letter-spacing:5px;text-align:center;font-family: "Outfit", sans-serif;}
.subtitle h1 {width:100%;background:rgba(18,18,18,0.80);padding:60px 2.5%;box-sizing:border-box;color:#fff;font-size:40px; letter-spacing:5px;text-align:center;font-family: "Outfit", sans-serif;}
.submain p {font-size:18px;line-height:32px;}
/*==================================
FORMS
==================================*/

#quotes {
width:100%;
display:block;
margin:20px auto;
font-size:16px;
color:#000;
}

#quotes tbody {width:100%;}

#quotes tr {
width:50%;

padding:7px;
box-sizing:border-box;
}


#quotes td {
width:100%;

font-size:14px;
}

#quotes td p {
font-size:14px;	
}


.fulltd2 {
width:100%!important;
max-width:500px!important;
display:block!important;
margin:0 auto!important;	
}



#quotes input {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
	font-weight:300;
	color:#000;
	font-size:12px;
}

#quotes textarea {
	padding:12px 10px;
	border:1px solid #b4b4b4;
	font-weight:300;
	color:#000;
	font-size:12px;
	background:#fff;
	box-sizing:border-box;
}

#quotes .CaptchaMessagePanel {
color:#000;
}

#quotes .CaptchaWhatsThisPanel a {
color:#000;	
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#quotes select {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
	font-weight:300;
	color:#000;
	font-size:12px;
	width:100%;
}
   
#quotes input  {
    width:100%;
}
 
#quotes input.larger  {
    width:100%;
}

#quotes textarea {
    width:100%;
    height:85px;
}


#quotes input.checkbox {
    padding:0; 
    border:0;
    margin:5px 10px 5px 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#quotes p {
	text-align:left;
	
	width:auto;
}

#quotes input.radio {
    padding:0; 
    border:0;
    margin:0 3px 0 15px;
    width:15px;
    height:15px;
    display:inline;
 }

#quotes input.radio:focus,
#quotes input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 

#quotes input.button,
#quotes input.button:focus {
    width:300px; 
    margin:0;
    padding:20px 5px;
    background:#000;
	 font-weight:600;
	 font-size:14px;
	text-transform:uppercase;
	border-radius:0px;
	border-bottom:none!important;
	line-height:14px;
	letter-spacing:2px;
	text-align:center;
	border:0!important;
    color:#fff;
	margin-top:10px;
}
#quotes input.button:hover {
	background:#aaa;
}

#quotes label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#quotes label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 
#quotes .fulltd {
width:100%!important;
margin-right:0;	
}


/*===================== 
	Form styles 
=======================*/

/* Containers */

.form-wrap {
	background:#1e1e1e;
	padding:60px 0;
}
.form-wrap .smwrap {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.form-wrap h2 {
	padding-bottom: 20px;
}
.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 {
	font-size: 18px;
	padding: 20px 0 10px 0;
	display: block;
	font-weight: 600;
}
/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date {
	width: 100%;
	font-family: "Outfit", sans-serif;
	display: block;
	padding: 15px;
	font-size: 16px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    outline:none;
    border:1px solid #000;
    color:#000; 
}

.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%;
	font-family: "Outfit", sans-serif;
	display: block;
	padding: 15px;
	font-size: 16px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
    outline:none;
    border:1px solid #000;
}
.form-info-cont button {
	margin:0 auto;
	display: block;
	width: 100%;
	max-width: 300px;
}

#CaptchaImage {
  max-width: 100%;
}
.CaptchaWhatsThisPanel input {
    margin:0 auto;
}
.CaptchaAnswer {
	border:1px solid #000;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*==============================================
================================================
RESPONSIVE
================================================
==============================================*/

@media screen and (max-width: 1000px) {
	.home-brands a {
		width:100%;
	}
	.loc-info-cont-1 {
		width: 100%;
		padding:20px;
		order:2;
	}
	.loc-info-map-1 {
		width: 100%;	
		order:1;
	}
	.brand-overlay {
		height: auto;
		padding: 40px 20px 50px 20px;
	}
	.brand-overlay img {
		margin: 0 auto!important;
	}
	.brand-overlay h2 {
		font-size: 22px;
	}
	.brand-overlay p {
		font-size: 16px;
	}
	.about-info-cont-1 {
		width: 100%;
	}
	.gallery img {
  		max-width: calc(50% - 10px);
	}
	.form-img-1 {
		width: 100%;
		order:1;
		min-height: 40vw;
	}
	.about-info-cont-1 {
		order:2;
	}
	.form-info {
		width:100%;
		order:2;
	}
	.form-info-map-1 {
		order:3;
	}
}
@media screen and (max-width: 850px) {
	.searchbox {width:50%;}
	.about-info-cont-1 {
		width: 100%;
	}
	.col-1-2 {
		width: 100%!important;
	}
}
@media screen and (max-width: 735px) {
	.invbutton h2 .fa {display:none;}
	.smtxt {width:100%;text-align:center;}
	.hero-overlay h1 {
		font-size: 5vw;
	}
	.hero-overlay h1 span {
	  font-size: 4vw;
	}
	.hero-cta a {
		width: 100%;
  		height:40vw;
	}
	#myVideo {
		display: none;	
	}
}
@media screen and (max-width: 600px) { 
	.mainlogo .logo-left {
		position: static;
		padding:10px 0;
	}
	.hero-cta a h2 {
		bottom: 10%;
		font-size: 16px;
	}
}
@media screen and (max-width: 500px) { 
	.searchbox {width:100%;}
	.tophead p a {font-size:12px}
	.welcome h1 {font-size:40px;}
	.fb h2 {font-size:24px;}
	
	.bottomfoot p {width:100%;text-align:center!important;}
	
	#quotes tr {width:100%;}
	.orangeoverlay {padding:40px 0;}
	.hero-overlay {
		justify-content: center;
		padding: 20px 20px 80px 20px;
		background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 33.68%,rgba(0,0,0,0.75) 99.48%);
		
	}
}



