body {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px/1.4em;
	padding-top: 4.5rem;
	background-color: #f8f5f2;
	position: relative;
}

html, body {
	overflow-x: hidden;
}

.navbar-toggler {
	background: #EE843B;
	color: white;
	border: none;
	padding: 12px;
}

.navbar-light .navbar-toggler-icon {
	background-image:
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255,255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link
	{
	color: #EE843B;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #EE843B;
}

.navbar-light .navbar-nav .nav-link {
	color: #383C42;
}

/** buttons ***/
.btn-round0 {
	border-radius: 0 !important;
}

.btn-unified {
	color: #fff;
	background-color: rgba(238, 132, 59, 1);
	border-color: rgba(238, 132, 59, 1)
}

.btn-unified.focus, .btn-unified:focus {
	color: #fff;
	background-color: rgba(56, 60, 66, 1);
	border-color: rgba(56, 60, 66, 1)
}

.btn-unified:hover {
	color: #fff;
	background-color: rgba(56, 60, 66, 1);
	border-color: rgba(56, 60, 66, 1)
}

.btn-unified.active, .btn-unified:active, .open>.dropdown-toggle.btn-unified
	{
	color: #fff;
	background-color: rgba(56, 60, 66, 1);
	border-color: rgba(56, 60, 66, 1)
}

.btn-unified.active.focus, .btn-unified.active:focus, .btn-unified.active:hover,
	.btn-unified:active.focus, .btn-unified:active:focus, .btn-unified:active:hover,
	.open>.dropdown-toggle.btn-unified.focus, .open>.dropdown-toggle.btn-unified:focus,
	.open>.dropdown-toggle.btn-unified:hover {
	color: #fff;
	background-color: rgba(56, 60, 66, 1);
	border-color: rgba(56, 60, 66, 1)
}

.btn-unified.active, .btn-unified:active, .open>.dropdown-toggle.btn-unified
	{
	background-image: none
}

/* .btn-unified.disabled.focus, .btn-unified.disabled:focus, .btn-unified.disabled:hover,
	.btn-unified[disabled].focus, .btn-unified[disabled]:focus,
	.btn-unified[disabled]:hover, fieldset[disabled] .btn-unified.focus,
	fieldset[disabled] .btn-unified:focus, fieldset[disabled] .btn-unified:hover
	{
	background-color: #c785c7;
	border-color: #c785c7;
}
 */
.btn-round20 {
	border-radius: 20px;
}

.btn-border2 {
	border-width: 2px;
}

.btn-outline-unified-white {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1)
}

.btn-outline-unified-white:hover {
	color: rgba(238, 132, 59, 1);
	background-color: white;
	border-color: white;
}

.btn-outline-unified-white.focus, .btn-outline-unified-white:focus {
	box-shadow: 0 0 0 .2rem rgba(238, 132, 59, .5)
}

.btn-outline-unified-white.disabled, .btn-outline-unified-white:disabled
	{
	color: white;
	background-color: transparent
}

.btn-outline-unified-white:not(:disabled):not(.disabled).active,
	.btn-outline-unified-white:not(:disabled):not(.disabled):active, .show>.btn-outline-unified-white.dropdown-toggle
	{
	color: rgba(238, 132, 59, 1);
	background-color: white;
	border-color: white;
}

.btn-outline-unified-white:not(:disabled):not(.disabled).active:focus,
	.btn-outline-unified-white:not(:disabled):not(.disabled):active:focus,
	.show>.btn-outline-unified-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(238, 132, 59, .5)
}
/** finish buttons **/
@media ( max-width : 767px) {
	#getFreeEstimateHeaderA {
		/* margin-left: .5rem !important; */
		margin-top: 10px;
		width: 100%;
	}
	#videoContainerDiv h1 {
		text-align: center !important;
	}
}

@media ( min-width : 767px) {
	.footer-contact, .footer-hours, .footer-resources {
		border-left: 1px solid white;
	}
}

#footer {
	bottom: auto;
	/* position: absolute; */
}

#resourcesFooterUl {
	padding-left: 0 !important;
}

.orangeBackground {
	background-color: rgba(238, 132, 59, 1);
	color: white;
}

.greyBackground {
	background-color: rgba(56, 60, 66, 1);
	color: white;
}

.callDiv, .messageDiv {
	width: 62px;
	height: 62px;
	display: inline-block;
	border-radius: 50px;
	box-shadow: 0px 0px 2px #888;
	padding: 0.95em;
	z-index: 50;
}

.callDiv img, .messageDiv img {
	width: 30px;
	height: 30px;
}

.fixed-bottom {
	left: auto;
	bottom: 10px;
	right: 10px;
}

/* h1 {
	font-size: 45px
} */

/****** home - video ******/
#videoDiv {
	position: relative;
	background-color: black;
	/* height: 85vh; */
	min-height: 25rem;
	width: 100%;
	/* overflow: hidden; */
	display: inline-block;
}

#videoDiv video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	z-index: 0;
    opacity: 0.5;
	/* -ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%); */
}

#videoDiv .container {
	position: relative;
	z-index: 2;
}

#videoDiv .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}

/****** end home video **********/
.homeA {
	font-size: 20px !important;
	font-weight: 700;
	/* font-variant-caps: all-petite-caps; */
}

.whiteUnderlineA {
	color: white;
	text-decoration: underline;
}

.whiteUnderlineA:hover {
	color: white;
	text-decoration: underline;
}

.whiteNonUnderlineA, .whiteNonUnderlineA:hover {
	color: white;
	text-decoration: none;
}

/* html,body{height: 100%}
.parallax {
  The image used
background-image: url('../images/CCTV.jpg');
  Set a specific height
  height: 100%;

  Create the parallax scrolling effect
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;

} */
.twoImages {
	padding: 0;
	margin: 0;
}

.twoImages .col-md-6 {
	padding: 0;
	margin: 0;
}

.parallax {
	/* Full height */
	height: 100%;
	/* Create the parallax scrolling effect */
	/*background-attachment: fixed;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#parallaxCCTVDiv {
	/* The image used */
	background-image: url('../images/CCTV.jpg');
}

#parallaxTrustDiv, #parallaxQualityDiv {
	/* The image used */
	background-image: url('../images/You Can Trust Us image.jpg');
}

#youCanTrustUsDiv h2, #ourQualityDiv h2 {
	font-family: normal normal normal 32px/ 1.4em helvetica-w01-bold,
		helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif
}

.w-55 {
	width: 55% !important;
}

.text-orange {
	color: rgba(238, 132, 59, 1);
}

.whiteBackground {
	background-color: white;
}

#happyCustomersDiv img {
	width: 95%;
	height: 6em;
}

/****** home services ******/

/****** end home services*****/
.btnAFont8Em {
	font-size: 0.8em
}

.servicesHexP {
	font-size: 15.5px;
	line-height: 1.25;
}

.hex-grid__content h6 {
	font-size: 17px;
}

@media ( max-width : 767px) {
	#videoDiv {
		height: 100% !important
	}
	#videoDiv .display-4 {
		font-size: 2.5rem !important;
	}
	/* #videoDiv .col-12{
		margin-bottom: 1em !important;
	} */
	#homeVideoCallUsDiv, #homeVideoContactUsDiv {
		margin-bottom: 0 !important;
	}
	#videoContainerDiv {
		padding: 20px !important;
		padding-bottom: 0 !important;
	}
	/* #homeSafetyProdsVideoDiv {
		overflow: hidden;
	} */
	#safetyProductW55H2Div, #ourServicesW55H2Div {
		padding: 0 !important;
		width: 90% !important
	}
	#safetyProductW55H2Div .display-4, #ourServicesW55H2Div .display-4 {
		font-size: 2.5rem !important;
	}
	.homeA {
		width: 75% !important;
	}
	#rowServicesHomeVideoDiv {
		margin: 0 !important;
	}
	#whoWeAreH1.display-4 {
		font-size: 2rem !important;
		font-weight: 600 !important;
	}
	#moreButtonHomeA {
		font-size: 15px !important;
	}
	#whoWeAreContainerImageDiv {
		height: 300px;
	}
	#trustUsH1 {
		position: absolute;
		top: 50%;
		/* left: 50%; */
		transform: translate(10%, -20%);
		font-size: 2.5rem !important
	}
	#qualityH1 {
		position: relative;
		top: 50%;
		left: 49%;
		transform: translate(-50%, -50%);
		font-size: 2.5rem !important;
	}
	#trustUsContainerDiv {
		height: 45vh
	}
	#qualityContainerDiv {
		height: 300px
	}
	#happyCustomersH2, #partnerSupplierH2, #contactH2 {
		font-size: 2rem !important;
	}
	.slick-prev {
		left: -65px !important;
	}
	.slick-next {
		right: -65px !important;
	}
	#surveyRequestH1 {
		font-size: 1.5rem
	}
	#moreButtonHomeAContainerDiv {
		text-align: center !important;
	}
	#aboutUnifiedH1 {
		font-size: 2.5rem !important;
		font-weight: 800 !important;
	}
	#ourServicesH1 {
		font-size: 2.5rem !important;
		font-weight: 800 !important;
	}
	.aboutP, .contactP {
		text-align: unset !important;
	}
	#contactInfoContainerDiv p {
		text-align: center !important;
	}
    .fixed-bottom {
        text-align: center !important;
        left: 50%;
        align-items: center;
        transform: translate(-50%, 0%);
    }
    .callDiv, .messageDiv {
        width: 100px;
        display: table-cell;
    }
    .callDiv {
        border-radius: 50px 0px 0px 50px;
        background-color: rgb(99, 201, 86);
    }
	.messageDiv {
		border-radius: 0px 50px 50px 0px;
	}
}

@media ( min-width :768px) {
	#trustUsContainerDiv {
		height: 45vh
	}
	#qualityContainerDiv {
		height: 300px
	}
	#trustUsH1 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#qualityH1 {
		position: relative;
		top: 50%;
		left: 49%;
		transform: translate(-50%, -50%);
	}
	#whoWeAreContainerImageDiv {
		height: 500px;
	}
	#homeVideoCallUsDiv {
		margin-right: 0 !important;
		margin-left: 2rem !important;
	}
	#homeSafetyProdsVideoDiv {
		width: 75% !important;
		overflow: hidden;
	}
	#safetyProductW55H2Div, #ourServicesW55H2Div {
		padding: 1.5rem !important;
		width: 75% !important
	}
	#safetyProductW55H2Div .display-4, #ourServicesW55H2Div .display-4,
		#partneringSuppliersDiv .display-4 {
		font-size: 2.5rem !important;
	}
	#ourServicesH1 {
		font-size: 5rem !important;
	}
}

@media screen and ( min-width :768px) and (max-width:991px) {
	#videoDiv {
		height: 55vh !important
	}
	#whoWeAreH1, #aboutUnifiedH1, #ourServicesH1, #contactH2 {
		font-size: 2.5rem !important;
	}
	.servicesHexP {
		font-size: 16px;
	}
	.hex-grid__content h6 {
		font-size: 18px !important;
	}
	.slick-prev {
		left: -60px !important;
	}
	.slick-next {
		right: -60px !important;
	}
	#surveyRequestH1 {
		font-size: 2rem
	}
	#getFreeEstimateHeaderA {
		/* margin-left: .5rem !important; */
		margin-top: 10px;
		width: 100%;
	}
	#qualityH1, #trustUsH1 {
		font-size: 2.5rem !important;
	}
	#trustUsH1 {
		left: 48%;
	}
}

@media ( min-width :992px) {
	#homeSafetyProdsVideoDiv {
		width: 50% !important;
		overflow: hidden;
	}
	#ourServicesH1 {
		font-size: 6rem !important;
	}
	#trustUsContainerDiv {
		height: 80vh;
	}
	#qualityContainerDiv {
		height: 550px
	}
	#videoDiv {
		height: 75vh !important
	}
	.nav-item {
		margin-left: 4px !important;
	}
}

@media ( min-width :1200px) {
	#videoDiv {
		height: 670px !important
	}
}
@media ( min-width :992px) and (max-width:1199.5px) {
	#videoDiv {
		height: 550px !important
	}
}
@media ( min-width :768px) and (max-width:991.5px) {
	#videoDiv {
		height: 550px !important
	}
	#videoDiv video {
		width: 130% !important;
	}
}

@media (min-width:380px) and (max-width:767.5px){
	#videoDiv video {
		left: 50% !important;
   		width: 305vw !important;
    	height: 85vh !important;
    	transform:translateX(-50%);
	}
	#videoDiv {
	height: 100% !important;
	}
}
@media (max-width:380px){
	#videoDiv video {
		left: 50% !important;
		top :-15% !important;
   		width: 1200px !important;
    	height: 85vh !important;
    	transform:translateX(-50%);
	}
	#videoDiv {
	height: 140% !important;
	}

	#videoDiv .display-4 {
    font-size: 1.5rem !important;
    font-weight: bolder;
}
}

@media ( min-width :1200px) and ( max-width :1400px) {
	.nav-item {
		margin-left: 10px !important;
	}
}

@media ( min-width :1400px) {
	.nav-item {
		margin-left: 25px !important;
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	#navbarSupportedContent {
		margin-left: 0 !important;
	}
	#getFreeEstimateHeaderA {
		width: 110px;
		padding: 0 !important;
		padding-top: 1.6em !important;
		padding-bottom: 1.5em !important;
	}
}

@media ( min-width :1200px) {
	#homeSafetyProdsVideoDiv {
		width: 50% !important;
		overflow: hidden;
	}
	#safetyProductW55H2Div, #ourServicesW55H2Div {
		padding: 3rem !important;
		width: 55% !important
	}
	#safetyProductW55H2Div .display-4, #ourServicesW55H2Div .display-4,
		#partneringSuppliersDiv .display-4 {
		font-size: 3.5rem !important;
	}
}

@media ( min-width :401px) and (max-width:767px) {
	.servicesHexP {
		font-size: 17px;
	}
	.hex-grid__content h6 {
		font-size: 18px !important;
	}
}

@media ( max-width :400px) {
	.servicesHexP {
		font-size: 13px;
		margin-top: 5px !important;
	}
	.hex-grid__content h6 {
		font-size: 14px !important;
	}
}

#getFreeEstimateDiv, #contactUsSpan {
	margin-top: -135px; /* Size of fixed header */
	padding-bottom: 115px;
	display: block;
}

/****************** Slides *************************/
.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
	left: -100px;
}

.slick-next {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
	right: -100px;
}

.hex-grid__content a, footer a {
	color: white !important;
}

.hex-grid__content:hover {
	background: #ed792c;
}
/* .hex-grid__content:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
} */
.hex-grid__content:hover img, .hex-grid__content:hover h6 {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/*.hex-grid__content:hover {
   box-shadow: 0 0 1000px rgba(100,0,0,1);
  top:-4px !important;

}*/

.hex-grid__content a:hover, .footer-contact a:hover {
	color: white;
	text-decoration: none !important;
}

.display-1 {
	line-height: 0.9 !important;
}

@media ( min-width : 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .4rem;
	}
}

