@charset "utf-8";
/* CSS Document */

/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}

.width {width: 1400px; margin: 0 auto; max-width: 90%;}
.wrapper-width {width: 90%; margin: 0 auto; max-width: 1200px; }

/**SCROLL UP BUTTON**/
.cd-top {
  display: inline-block;
  outline: none; /* Remove outline */
  border: none; /* Remove borders */
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff!important;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #383838 /*black*/ url(../siteart/scroll-to-top.svg) no-repeat center 50%;
  visibility: hidden;
  border-radius: 100px;
  opacity: 0;
  padding:5px; /* Some padding */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius:5px;
  border: .5px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity .3s 0s, visibility 0s .5s;
  -moz-transition: opacity .3s 0s, visibility 0s .5s;
  transition: opacity .3s 0s, visibility 0s .5s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .5s 0s, visibility 0s 0s;
  -moz-transition: opacity .5s 0s, visibility 0s 0s;
  transition: opacity .5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
.cd-top:hover {
  background-color: #2F2F2F;
}

.cathero {position: relative; background: #e6e6e6; padding: 2.5px;}
.cathero img {width: 100%; height: auto;}


/***************************  HEADER STYLES  *************************************/
header {
	width: 100%;
	display: flex;
	background: #e6e6e6 url('/siteart/hdr-skew.png') no-repeat;
	background-position: 20vw 0;
	background-size: cover;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
	border-bottom: 1px solid #ddd;
}

a#logo {
	width: 25%;
	margin: 15px 0 10px 0;
	text-align: center;
}

a#logo img {
	max-width: 140px;
	height: auto;
}

header p {
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 40px 0 0;
}

header p a {
	color: #fff;
	font-weight: 600;
}

.mobile-bg {
	width: 75%;
	padding-right: 3%;
    display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
    margin: 0 auto;
}

/*********************  HOMEPAGE STYLES **************************************/
.homepage-hero {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: url('/siteart/main-hero.jpg') no-repeat center;
	background-size: cover;
	padding: 90px 5%;
	height: 550px;
}

.homepage-hero h1 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	line-height: 42px;
	font-weight: 900;
	text-shadow: 5px 5px 18px #222222;
    -webkit-text-shadow: 5px 5px 18px #222222;
    -moz-text-shadow: 5px 5px 18px #222222;
    -ms-text-shadow: 5px 5px 18px #222222;
}

.homepage-hero h1 span {
	color: #b01116;
}

.homepage-hero.hdr {
	height: 300px;
}

/* zoom quick links styles */
.cta-quicklinks {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.zoom-container {
	width: 25%;
	/*height: 150px;*/
	padding: 5em 0;
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	background: url('/siteart/quicklinks-bg.png') repeat;
	border-left: 1px solid #999;
}
.zoom-container:nth-child(1) {border-left: none;}

.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-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;
	background: rgba(0, 0, 0, .70)

}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	-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;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	background: rgba(0, 0, 0, .15);
}

.zoom-container .zoom-caption:hover {
	background: rgba(221, 221, 221, .55);
}

.zoom-container .zoom-caption h3 {
	position: absolute;
	word-break: normal;
	left: 0;
	right: 0;
	top: 35%;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ddd;
	letter-spacing: 1px;
	font-weight:600;
	padding: 10px;
	text-transform: uppercase;
	text-shadow: 2px 2px 8px #222222;
    -webkit-text-shadow: 2px 2px 8px #222222;
    -moz-text-shadow: 2px 2px 8px #222222;
    -ms-text-shadow: 2px 2px 8px #222222;
	-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;
}

.zoom-container .zoom-caption h3 .fas {
	color: #ddd;
}

.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	background: rgba(0, 0, 0, .5);
}

.zoom-container:hover .zoom-caption h3 {
	color: #fff;
}

/* welcome section starts */
.welcome-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #b01116;
	padding: 4.5em 0;
	color: #fff;
	position: relative;
	z-index: 2;
	margin-bottom: 5em;
}

.welcome-wrapper:after {
    content: '';
    background: #b01116;
    display: block;
    width: 100%;
	overflow: hidden;
    height: 135px;
    left: 0;
    position: absolute;
	z-index: 1;
    right: 0;
    bottom: -65px;
    transform: skewY(4deg);
}

.welcome-wrapper h1 {display: block; text-align: center; margin-bottom: 2em; padding-bottom: 1.5em; border-bottom: 1px solid #000; font-weight: 500; font-size: 32px;}
.welcome-wrapper h1 span {color: #000; font-weight: 800;}

.welcome-wrapper h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 24px;
}

.welcome-wrapper h2 span {
	color: #000;
	font-size: 16px;
	font-weight: 900;
	display: block;
}

.welcome-wrapper p {position: relative; z-index: 3;}

.welcome-wrapper i#welcome-arrow {
	color: #000;
	font-size: 60px;
	position: absolute;
	margin: 50px 0 0 0;
	z-index: 3;
}

/*.slant-it {	
    bottom: -200px;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #b01116;
    z-index: 2;
    height: 200px;
    transform-origin: top left;
    transform: skew(25deg, 0deg);
    background-clip: border-box;
}*/

/* what we do section starts */
.what-we-do-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding: 5em 3% 2.5em 3%;
	background: #fff;
}

.what-we-do-wrapper h2 {
	text-transform: uppercase;
	font-weight: 500;
}

.what-we-do-wrapper h2 span {
	font-weight: 900;
}

.what-we-do-wrapper ul {
	width: 100%;
	column-count: 3;
	display: inline-block;
	margin: 30px 0;
}

.what-we-do-wrapper ul li {
	background: #e6e6e6;
	padding: 1em;
	border-radius: 8px;
	font-weight: 500;
	margin-bottom: 10px;
}

.what-we-do-wrapper ul li:hover {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}

/* homepage testimonials starts */
.testimonials-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 13em 0;
	background: url('/siteart/testimonials-bg.png') repeat;
	position: relative;
}

.testimonials-wrapper .wrapper-width {
	display: inline-block;
}

.testimonial {
	padding: 5%;
	background: #000;
	color: #fff;
	width: 55%;
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.testimonial .fas {
	color: #b01116;
}

.testimonial p strong {
	font-size: 18px;
	margin-bottom: 15px;
	display: block;
}

.testimonial p span {
	font-size: 13px;
	font-weight: 500;
	margin-top: 15px;
}

	/* Next & previous buttons */
	 .testimonials-wrapper .prev, .testimonials-wrapper .next {
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  padding: 50px;
	  margin-top: -60px;
	  color: #b01116;
	  font-weight: bold;
	  font-size: 30px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
	}

		/* Position the "next button" to the right */
		.testimonials-wrapper .next {
		  right: 0;
		  border-radius: 3px 0 0 3px;
		}

		.testimonials-wrapper .prev:hover, .testimonials-wrapper .next:hover {
			opacity: 0.9;
			color: #474747;
		}

		/* Fading animation */
		.fade {
		  -webkit-animation-name: fade;
		  -webkit-animation-duration: 1.5s;
		  animation-name: fade;
		  animation-duration: 1.5s;
		}

		@-webkit-keyframes fade {
		  from {opacity: .4} 
		  to {opacity: 1}
		}

		@keyframes fade {
		  from {opacity: .4} 
		  to {opacity: 1}
		} 


/*********************  OUR WORK STYLES **************************************/
/* media gallery section starts */
.media-wrapper {
	width: 100%;
	display: inline-block;
	background: #f5f5f5;
	border: 1px solid #cacaca;
	margin: 50px 0;
}

.media-wrapper h1 {
	padding: 1em;
	font-size: 20px;
	background: #000;
	border-bottom: 5px solid #b01116;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}



/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
.page-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	background: #e6e6e6;
}

.page-wrapper .title {
	width: 100%;
    padding: 5.5em 5%;
    text-align: center;
    background: url("/siteart/quicklinks-bg.png") repeat center;
}

.page-wrapper .title h1 {
	text-transform: uppercase;
	color: #e6e6e6;
	letter-spacing: 1px;
	display: block;
	font-size: 36px;
	text-shadow: 5px 5px 18px #222222;
    -webkit-text-shadow: 5px 5px 18px #222222;
    -moz-text-shadow: 5px 5px 18px #222222;
    -ms-text-shadow: 5px 5px 18px #222222;
}

.page-wrapper h2 {
	padding: 10px;
}

.page-wrapper h2 .fas {
	padding: 5px;
	font-size: 24px;
	vertical-align: bottom;
}

.page-wrapper p {
	padding: 1.5em;
}

.contact-info {
	width: 100%;
	display: inline-block;
	margin: 15px 0;
}

.contact-info .left {
	float: left;
	width: 32.25%;
	text-align: center;
	border: 1px solid #ddd;
	margin: .5%;
	background: #fff;
}

.contact-info .left p {
	line-height: 26px;
	font-size: 16px;
	padding: 2em 1em;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.contact-info .left a {
	color: #1b2754;
	text-decoration: underline;
}

.contact-info .left p a:hover {
	color: #2a2a2a;
	text-decoration: none;
}

.contact-info .left h2 {
	line-height: 30px;
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .75px;
	border-bottom: 5px solid #b01116;
	text-transform: uppercase;
}

/* thank you page styles */
p#thankyou {
	width: 100%;
	background: rgba(255,255,255,.85);
	display: inline-block;
	font-size: 18px;
	margin: 0 auto;
	line-height: 26px;
	padding: 3rem;
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;*/
	border: 2px solid #eeeeee;
	font-weight: 500;
	color: #000;
}

p#thankyou a {
	text-decoration: none;
	color: #b01116;
}

p#thankyou a:hover {
	color: #000;
	text-decoration: underline;
}

p#thankyou .fas {margin-right: 10px;}


/*********************  SERVICES STYLES **************************************/
.page-wrapper ul.services {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	line-height: 22px;
	margin-bottom: 15px;
}

.page-wrapper ul.services li {
	padding: 8px;
	border-bottom: 1px solid #c0c0c0;
	font-weight: 500;
}

/*********************  FOOTER STYLES **************************************/
footer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	background: #b01116;
	text-align: center;
}

footer .col a:hover {
	color: #ddd;
}

footer .col a {
	color: #fff;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

footer .col {
	width: calc(33.33% - 2em);
	padding: 5.5em 0;
	line-height: 24px;
	letter-spacing: 1px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

footer .col h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 2px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
}

footer .col p {
	font-size: 12px;
}

footer .col a#cta-btn {
	width: 100%;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	color: #fff;
	background: #000;
	margin-top: 20px;
	font-size: 12px;
}

footer .col a#cta-btn:hover {
	background: #e6e6e6;
	color: #000;
	font-weight: 900;
}

footer .col strong {
	color: #000;
}

footer .col strong:hover:after {
	content: ' \00BB';
	margin-left: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #000;
	padding: 1.5em 5%;
}

.site-host p {
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .5px;
	font-size: 9px; 
	line-height: 20px;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}



/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1460px) {
/* HEADER */
	header {background: #e6e6e6;}
	.mobile-bg {background: #b01116;}
}

@media screen and (max-width: 1100px) {	
/* HEADER */
	.mobile-bg {background: none; align-items: center;}
	header p {display: none;}
	a#logo {margin: 15px 3% 5px 3%;}
	a#logo img {max-width: 100px;}
	
/* HOMEPAGE */
	.homepage-hero {height: 420px;}
	.welcome-wrapper h1 {font-size: 28px;}
	.zoom-container:nth-child(3) {border-left: none;}
	.zoom-container {width: 50%; padding: 4em 0;}
	.testimonial {width: 75%;}
	.what-we-do-wrapper ul {column-count: 2;}
	
	.cta-quicklinks {border-bottom: none;}
	.zoom-container {border-bottom: 1px solid #999;}
}

@media screen and (max-width: 800px) {
/* PAGES */
	.contact-info .left {float: none; width: 100%;}
	
/* FOOTER */
	footer {padding-top: 2em;}
	footer .col {float: none; width: 100%; padding: 1.5em 0; margin: 0 auto;}
	.site-host {margin-top: 2em;}
}

@media screen and (max-width: 700px) {
/* HOMEPAGE */
	a#logo {margin: 15px 30px 5px 30px;}
	.homepage-hero {height: 260px!important; padding: 85px 5%;}
	.homepage-hero h1 {font-size: 24px; line-height: 30px;}
	.welcome-wrapper h2 {font-size: 20px;}
	.zoom-container {height: 125px; padding: 2em 0;}
	.zoom-container .zoom-caption h3 {top: 35%; font-size: 12px;}
	.what-we-do-wrapper ul li {font-size: 14px;}
	.welcome-wrapper h1 {font-size: 24px;}
	.testimonial {width: 70%; max-width: 350px;}
	.testimonial p strong {font-size: 12px;}
	
/* PAGES */
	.page-wrapper .title h1 {font-size: 26px;}
	.page-wrapper .title {padding: 3.5em;}
	.testimonials-wrapper {padding: 12em 0;}
	.testimonials-wrapper .prev, .testimonials-wrapper .next {padding: 50px 10px;}
	.contact-info .left p {padding: 1em;}
	.page-wrapper iframe {height: 250px!important;}
}

@media screen and (max-width: 450px) {
/* HOMEPAGE */
	a#logo {margin: 15px 30px 5px 30px;}
	.welcome-wrapper {padding: 3.5em 5% 4.5em 5%;}
	.homepage-hero {height: 250px!important; padding: 65px 40px;}
	.zoom-container {width: 100%; padding: .5em 0; height: 100px; border-left: none;}
	.what-we-do-wrapper ul {column-count: 1; margin: 20px 0;}
	.testimonial {font-size: 15px;}
	.homepage-hero.hdr {height: 220px!important;}
	
/* CONTACT PAGE */
	.contact-info .left p {font-size: 14px;}
}
