@charset "utf-8";
@media only screen and (max-width: 1500px) {
.col {
	margin: 1.2% !important;
}
.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
	width: 47.3% !important;
}
}
@media (max-width: 1850px) {
	/*
	.inner_image { right: -180px !important; }
	*/
}
@media (max-width: 1750px) {
	.inner_image .badge { display: none !important; }
	.span_1_of_3 { width: 49.8% !important; }
	.span_1_of_3:nth-of-type(3) { display: none !important; } 
	.span_1_of_3:nth-of-type(6) { display: none !important; } 
	.col h1 { font-size: 1.7vw !important; }
}
@media (max-width: 1520px) {
	.inner_text h1 { font-size: 4.35vw !important; line-height: 6.2vw !important; }
	.inner_text span { font-size: 4.35vw !important; }
	.inner_text h2 { font-size: 2.75vw !important; }
	/*
	.fullsize { height: 47.8vw !important; }
	.inner_image { right: -90px !important; }
	.inner_image img { width: 48vw !important; height: 47.8vw !important; }
	.inner_image-sub .badge { display: none !important; }
	*/
}
@media (max-width: 1450px) {
	.header .nav { top: 3.0vw !important; }
	.header .nav li a { font-size: 13px !important; }
	.header .nav li a::after { font-size: 11px !important; }
	.header .nav li .button a { font-size: 13px !important; }
	.header .nav li .button a::after { font-size: 11px !important; }
}
@media (max-width: 1280px) {
	.header .nav { top: 2.8vw !important; }
	.header .nav li a { font-size: 13px !important; }
	.header .nav li a::after { font-size: 11px !important; }
	.header .nav li .button a { font-size: 11px !important; display: none !important; }
	.header .nav li .button a::after { font-size: 10px !important; }
	.inner_text .quick_search { display: none !important; }
}
::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
 background-color: #919191;
}
::-webkit-scrollbar {
 width: 10px;
 background-color: rgba(255,255,255,0.0);
}
::-webkit-scrollbar-thumb {
 background-color: #343434;
}
.green-tick-list ul {
	list-style-type: none !important;
	margin-left: -14px !important;
}
.open-20-darkgrey {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #575757;
    line-height: 40px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.2px;
}
.open-14-black {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #323232;
    line-height: 23px;
    font-weight: 400;
    text-decoration: none;
}
.caption-icon {
    font-family: 'Material Icons';
    font-size: 25px;
    color: red;
    text-decoration: none;
}
a.underline-link {
	text-decoration: underline !important;
	padding-top: 20px;
}
.ticks:before {
	font: normal 900 25px/30px 'Material Icons';
	content: '\E5CA';
	color: #4CDDB2;
	padding-right: 15px;
	padding-left: 6px;
	vertical-align: -6px;
}
.grey {
	color: #666 !important;
	letter-spacing: 0.2px !important;
}
.green-tick-list li:before {
	font: normal 900 25px/30px 'Material Icons';
	content: '\E5CA';
	color: #5ACF5A;
	padding-right: 15px;
	vertical-align: -6px;
}
.green-tick-list li {
	font: normal 400 17px/30px 'Open Sans', sans-serif;
	color: #616d75;
	text-decoration: none;
	letter-spacing: -0.75px;
	list-style: none !important;
	list-style-type: none !important;
}
.poppins-25-white {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	color: #ffffff;
	line-height: 34px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: -0.5px;
}
.open-15-lightblue {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #8bbbe1;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
}
.sop img {
	filter: alpha(opacity=100);
	opacity: 1;
	transition: 0.2s;
	border: solid 1px #e3e3e3;
}
.sop img:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.overlay2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0, 97, 166, 0.8);
}
.overlay-container {
	position: relative;
	width: 100%;
}
.overlay-container:hover .overlay2 {
	opacity: 1;
}
.image2 {
	display: block;
	width: 100%;
	height: auto;
}
.overlay-text {
	font: normal 600 1.3vw/1.5vw 'Poppins', sans-serif;
	text-align: center;
	text-decoration: none;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.testimonials {
	background-color: rgba(0, 97, 166, 0.8);
	padding: 20px;
	border-radius: 4px;
}
.testimonials h1 {
	font: normal 700 24px/32px 'Poppins', sans-serif;
	color: white;
	text-decoration: none;
	margin: 0;
}
.testimonials h2 {
	font: normal 400 16px/24px 'Open Sans', sans-serif;
	font-style: italic;
	color: white;
	text-decoration: none;
	margin: 0;
	margin-top: 10px;
}
.testimonials h3 {
	font: normal 400 14px 'Open Sans', sans-serif;
	color: white;
	text-decoration: none;
	margin: 0 0 8px 0;
}
.testimonials .stars:after {
	font: normal normal 22px 'Material Icons';
	color: #FFC33B;
	content: '\E838';
	display: inline-block;
	padding-top: 6px;
}
.testimonials2 {
	border: 1.5px solid #EDEDEE;
	padding: 20px;
	border-radius: 4px;
}
.testimonials2 h1 {
	font: normal 700 18px/26px 'Poppins', sans-serif;
	color: #303030;
	text-decoration: none;
	margin: 0;
}
.testimonials2 h2 {
	font: normal 400 13px/23px 'Open Sans', sans-serif;
	font-style: italic;
	color: #303030;
	text-decoration: none;
	margin: 0;
	margin-top: 10px;
}
.testimonials2 h3 {
	font: normal 400 16px 'Open Sans', sans-serif;
	color: #0061A6;
	text-decoration: none;
	margin: 0 0 8px 0;
}
.testimonials2 .stars:after {
	font: normal normal 18px 'Material Icons';
	color: #FFC33B;
	content: '\E838';
	display: inline-block;
	padding-top: 6px;
}
.portfolio {
	background-color: #0061A7;
	padding: 20px 30px 20px 20px;
	position: relative;
}
.portfolio h1 {
	font: normal 700 30px/30px 'Poppins', sans-serif;
	color: white;
	text-decoration: none;
	margin: 0;
}
.portfolio h2 {
	font: normal 400 16px/24px 'Open Sans', sans-serif;
	font-style: italic;
	color: white;
	text-decoration: none;
	margin: 0;
	margin-top: 10px;
}
.portfolio .stars:after {
	font: normal normal 22px 'Material Icons';
	color: #FFC33B;
	content: '\E838';
	display: inline-block;
}
h1 {
	font: normal 400 40px/58px 'Poppins', sans-serif;
	color: #4b4b4b;
	text-decoration: none;
}
p {
	font: normal 400 16px/ 32px 'Open Sans', sans-serif;
	color: #60666a;
	text-decoration: none;
}
.caption {
	font: normal 400 15px 'Open Sans', sans-serif;
	color: #707070;
	text-decoration: none;
	display: block;
}
.caption:before {
	font: normal normal 28px Material Icons;
	display: inline-block;
	content: '\E83A';
	color: #F1C359;
	padding-right: 16px;
	vertical-align: -8px;
}
.top {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	margin-bottom: 11vw;
}
/* Banner */
.fullsize {
	width: 100%;
	display: block;
	height: 530px;
	position: relative;
	overflow: hidden;
	z-index: 300;
	background-image: url(images/security-companies/security-companies.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}
.fullsize::after {
	position: absolute;
	content: " ";
	background-image: url(images/security-companies/security_companies.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 32px;
	width: 100%;
	left: 0;
	bottom: 0;
}
.scrollable {
	width: 2000px;
	height: 552px;
	position: absolute !important;
	left: 0;
}
.scrollable .slide {
	position: relative;
	width: 2000px;
	height: 552px;
	left: 0;
}
.scrollable .slide > img {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
.inner_text {
	position: absolute;
	top: 75px;
	right: 6.5vw;
	width: auto;
	height: 400px;
	padding: 0px;
	z-index: 200;
	text-align: left;
}
.inner_text h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 76px;
	text-decoration: none;
	margin: 0;
	padding: 0 0 30px 0;
}
.inner_text h1 span {
	color: #ffbe31;
}
.inner_text h2 {
	font-family: 'Kalam', cursive;
	font-size: 30px;
	color: #ffbe31;
	font-weight: 300;
	line-height: 45px;
	text-decoration: none;
	-webkit-transform: rotate(-1deg);
	margin: 0;
	padding: 0 0 20px 0;
}
.inner_text h3 {
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	color: #ffa820;
	font-weight: 400;
	line-height: 25px;
	text-decoration: none;
	letter-spacing: 3px;
	margin: 0;
	padding: 0 0 30px 0;
}
.inner_image {
	position: absolute;
	width: 1000px;
	height: auto;
	right: 1000px;
}
.inner_image img {
	right: 0;
	top: 0;
}
.inner_text .link {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: -1px;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease;
	padding-bottom: 18px;
}
.inner_text .link:hover {
	color: #ffbe31;
	padding-left: 20px;
	transition: all 0.3s ease;
}
.inner_text .link::before {
	content: '\E0B2';
	font-family: 'Material Icons', sans-serif;
	padding-right: 20px;
	display: inline-block;
	color: #ffbe31;
	vertical-align: -9px;
	-webkit-transform: rotate(45deg) !important;
}
.inner_image .badge {
	position: absolute;
	width: 240px;
	height: 195px;
	left: 50%;
	margin-left: -430px;
	top: 180px;
	z-index: 500;
	border-radius: 200px;
	background-color: #ed1c24;
	padding-top: 55px;
}
.inner_image .badge h2 {
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	color: #ffb9bc;
	text-decoration: none;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0;
}
.inner_image .badge h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 36px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0.5px;
	margin: 0;
}
/* Sub Banner */

.fullsize2 {
	width: 100%;
	height: 839px;
	position: relative;
	overflow: hidden;
	z-index: 300;
}
.scrollable2 {
	width: 2000px;
	height: 839px;
	position: absolute !important;
	left: 50%;
	margin-left: -1050px;
}
.scrollable2 .slide2 {
	position: relative;
	width: 2000px;
	height: 839px;
	left: 0;
}
.scrollable2 .slide2 > img {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
.scrollable-lrg {
	width: 1100px;
	height: auto;
}
.scrollable-lrg .slide-lrg {
	position: relative;
	width: 1100px;
	height: auto;
	left: 0;
}
.scrollable-lrg .slide-lrg > img {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}

.fullsize3 {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
	z-index: 300;
}
.scrollable3 {
	width: 2000px;
	height: 200px;
	position: absolute !important;
	left: 50%;
	margin-left: -1050px;
}
.scrollable3 .slide3 {
	position: relative;
	width: 2000px;
	height: 200px;
	left: 0;
}
.scrollable3 .slide3 > img {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
.inner_text3 {
	position: absolute;
	width: 1100px;
	height: 200px;
	left: 50%;
	margin-left: -550px;
	z-index: 1000;
	margin-top: -70px;
}
/* Sub Banner */
.fullsize-sub {
	width: 100%;
	height: 425px;
	position: relative;
	overflow: hidden;
}
.scrollable-sub {
	width: 2000px;
	height: 425px;
	position: absolute;
	left: 50%;
	margin-left: -1000px;
}
.scrollable-sub .slide-sub {
	position: relative;
	width: 2000px;
	height: 425px;
}
.scrollable-sub .slide-sub > img {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
.inner_text-sub {
	position: absolute;
	width: 1100px;
	height: 425px;
	left: 50%;
	margin-left: -550px;
	z-index: 1000;
}
.banner-heading {
	font-family: 'Poppins', sans-serif;
	font-size: 53px;
	color: #FFFFFF;
	font-weight: 600;
	line-height: 88px;
	text-decoration: none;
	margin: 0;
	padding: 11px 24px;
	background-color: rgba(3,106,173,1);
}
.google-colours {
	background-image: url(images/portfolio/security-company_marketing.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 8px;
	width: 100%;
	display: block;
}
/* Group Nav */
.group_nav {
	display: block;
	left: 0;
	width: 100%;
	height: 45px;
	background-color: #0e79bf;
	z-index: 400;
}
.group_nav .bread {
	position: absolute;
	top: 5px;
	left: 3.8vw;
	width: auto;
	height: 45px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 34px;
}
.group_nav .bread a {
	text-decoration: none;
	color: #FFFFFF;
}
.group_nav .bread a:hover {
	color: #ffd74e;
}
.group_nav .buttons {
	position: absolute;
	top: 5px;
	right: 30px;
	width: auto;
	height: 45px;
}
.group_nav .buttons a {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	padding: 11px 17px 13px 17px;
	margin: 0 3px 0 0;
	border-radius: 3px 3px 0px 0px;
	background-color: #3fd76d;
}
/* Header */

.header {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 11vw;
	background-color: #0061a8;
	z-index: 400;
}
.header .logo {
	position: absolute;
	top: 2.6vw;
	left: 2.7vw;
	width: 308px;
	height: 96px;
	transition: all 0.2s ease;
}
.header .logo img {
	float: left;
	width: 16.9vw;
	height: 4.795vw;
}
.header .logo:hover {
	opacity: 0.8;
	transition: all 0.2s ease;
}
.header .nav {
	position: absolute;
	width: auto;
	height: auto;
	top: 3.8vw;
	right: 1vw;
}
.header .nav .links {
	display: inline-block;
	list-style: none;
}
.header .nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}
.header .nav li {
	float: left;
	padding-right: 2vw;
	list-style-type: none !important;
}
.header .nav li .button a {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: -0.5px;
	transition: all 0.2s ease;
	list-style-type: none !important;
	border: 1px solid #ffd031;
	border-radius: 200px;
	padding: 15px 18px 15px 22px;
}
.header .nav li .button a:hover {
	color: #FFFFFF !important;
	border: 1px solid #ffd031;
	border-radius: 200px;
	padding: 15px 18px 15px 22px;
	background-color: #ffd031;
}
.header .nav li .button a::after {
	content: '\E0B2';
	font-family: 'Material Icons', sans-serif;
	font-size: 13px;
	padding-left: 17px;
	color: #ffd031;
	display: inline-block;
	vertical-align: 5px;
	-webkit-transform: rotate(45deg) !important;
}
.header .nav li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 55px;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: -0.5px;
	transition: all 0.2s ease;
	list-style-type: none !important;
}
.header .nav li a::after {
	content: '\E0B2';
	font-family: 'Material Icons', sans-serif;
	font-size: 13px;
	padding-left: 17px;
	color: #ffd74e;
	display: inline-block;
	vertical-align: 5px;
	-webkit-transform: rotate(45deg) !important;
}
.header .nav li a:hover {
	color: #ffd74e;
	transition: all 0.2s ease;
	cursor: pointer;
}
/* Home Page Horizontal */
.horizontal-home {
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.horizontal-home .image {
	display: inline-block;
	left: 0;
	max-width: 57.2%;
	width: auto;
	height: 700px;
	vertical-align: top;
	float: left;
}
.horizontal-home .text {
	display: inline-block;
	left: 0;
	width: 820px;
	height: 700px;
	text-align: left;
	background-color: #0e79bf;
	vertical-align: top;
	float: left;
}
.horizontal-home .text > table {
	padding: 80px 0 0 86px;
}
.horizontal-home .text::after {
	content: ' ';
	position: absolute;
	left: 480px;
	width: 392px;
	height: 336px;
	margin-top: -242px;
	background-image: url(images/security-companies/security-installation_companies.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.horizontal-home .link {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: -1px;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 0 0 20px 14px;
}
.horizontal-home .link:hover {
	color: #ffcc1f;
	padding-left: 34px;
	transition: all 0.3s ease;
}
.horizontal-home .link::before {
	content: '\E0B2';
	font-family: 'Material Icons', sans-serif;
	color: #ffcc1f;
	padding-right: 20px;
	display: inline-block;
	vertical-align: -9px;
	-webkit-transform: rotate(45deg);
}
/* Section 5 */
.section-5 {
	clear: both;
	padding: 0px;
	margin: 0px;
}
#resource {
	background-image: url(images/security-marketing_company/nsr_security-marketing.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0180c3;
}
#exhibitions {
	background-image: url(images/security-marketing_company/nsr-security-marketing.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0180c3;
}
#recruitment {
	background-image: url(images/security-marketing_company/nsr-security_marketing.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0180c3;
}
#reviews {
	background-image: url(images/security-marketing_company/nsr_marketing.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0180c3;
}
#fire-risk {
	background-image: url(images/security-marketing_company/nsr-marketing.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0180c3;
}
.col-5 {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	height: 19vw !important;
	margin: 1% 0 2.2% 0.9%;
	background-size: 108%;
	transition: all 0.3s ease;
}
.col-5:hover {
	background-size: 115%;
	transition: all 0.3s ease;
}
.col-5 .logo {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
}
.col-5 .logo img {
	display: block;
	margin-top: 6vw;
	max-width: 50%;
	width: 50%;
	height: auto !important;
}
.col-5 .logo:hover ~ .background {
	background-size: 120%;
}
.col-5 .background {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.4;
	background-size: 100%;
}
/*  GROUPING  */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 */
}
/* GRID OF FIVE */
.span_5_of_5 {
	width: 100%;
	background-color: #195a0a;
}
.span_4_of_5 {
	width: 79.37%;
}
.span_3_of_5 {
	width: 59.19%;
}
.span_2_of_5 {
	width: 39.11%;
}
.span_1_of_5 {
	width: 18.93%;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col2 {
	display: block;
	float: left;
	margin: 0% 0 0% 0%;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	height: 348.5px;
}
.col2 .icon {
	display: block;
	width: 100%;
	height: 85px;
	margin: 36px 0 25px 0;
	top: 0;
}
.col2 .icon img {
}
.col2 h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4vw;
	color: #343434;
	font-weight: 400;
	line-height: 38px;
	text-decoration: none;
	margin: 0 0 40px 0;
}
.col2 h1 a {
	color: #343434;
	text-decoration: none;
	transition: all 0.2s ease;
}
.col2 h1 a:hover {
	color: #ff9c27;
	transition: all 0.2s ease;
}
.col2 .button {
	font-family: 'Asap', sans-serif;
	font-size: 0.72vw;
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
	border-radius: 200px;
	background-color: #ff9c27;
	padding: 16px 23px;
	transition: all 0.2s ease;
}
.col2 .button:hover {
	transition: all 0.2s ease;
	background-color: #0e79bf;
}
.col2:first-child {
	margin-left: 0;
}
.bottom {
	border-bottom: 1px solid #eaeaea;
}
/*  GROUPING  */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 */
}
/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.43%;
}
.span_1_of_3 {
	width: 33.12%;
}
/* Horizontal - Image Right */
.horizontal-right {
	position: relative;
	width: 100%;
	min-height: 817px;
	height: auto;
	background-color: #ecf7ff;
}
.horizontal-right .image {
	display: inline-block;
	position: absolute;
	background-color: #0e79bf;
	right: 0;
	float: right;
	width: 40%;
	height: 100%;
	text-align: left;
	overflow: hidden;
}
.horizontal-right .image .top {
	display: block;
	height: 700px;
	overflow: hidden;
	margin: 0;
}
.horizontal-right .image .bottom {
	position: absolute;
	width: 100%;
	display: block;
	height: 117px;
	background-color: #00599a;
	z-index: 600;
	bottom: 0;
}
.horizontal-right .image .bottom .icon {
	display: inline-block;
	vertical-align: top;
	top: 0;
	left: 0;
	width: 68px;
	height: 68px;
	border: 2px solid #FFFFFF;
	border-radius: 200px;
	text-align: center;
	line-height: 68px;
	margin: 21px 20px 24px 27px;
}
.horizontal-right .image .bottom .quote {
	display: inline-block;
	vertical-align: top;
	left: 0;
	top: 0;
	height: 117px;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
	padding: 27px 0 0 0;
}
.horizontal-right .image .bottom .quote .link {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: -1px;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 11px 0 0 0;
}
.horizontal-right .image .bottom .quote .link:hover {
	color: #ffcc1f;
	padding-left: 20px;
	transition: all 0.3s ease;
}
.horizontal-right .image .bottom .quote .link::before {
	content: '\E0B2';
	font-family: 'Material Icons', sans-serif;
	color: #ffcc1f;
	padding-right: 20px;
	display: inline-block;
	vertical-align: -9px;
	-webkit-transform: rotate(45deg);
}
.horizontal-right .text {
	display: inline-block;
	left: 50%;
	min-height: 700px;
	height: auto;
	width: 600px;
	margin-left: -450px;
	text-align: left;
}
.horizontal-right .text > table {
	padding: 64px 0 64px 0;
}
/* Extra Icon Text Boxes */

.icon-box {
	width: 465px;
	height: auto;
	margin-top: 70px;
}
.icon-box .icon {
	display: block;
	top: 0;
	left: 0;
	width: 53px;
	height: 53px;
	border: 2px solid #0f75bc;
	border-radius: 200px;
	text-align: center;
	line-height: 53px;
	margin-bottom: 20px;
}
.icon-box h1 {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #1d3544;
	line-height: 44px;
	text-decoration: none;
	padding-bottom: 24px;
	margin-bottom: 32px;
}
.icon-box h1::after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 69px;
	width: 65px;
	height: 1px;
	border-bottom: 1px solid #0f75bc;
}
.icon-box h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #616d75;
	line-height: 30px;
	text-align: justify;
	text-decoration: none;
}
/* Fonts */

.kalam-42-yellow {
	font-family: 'Kalam', cursive;
	font-size: 42px;
	color: #ffd74e;
	font-weight: 300;
	line-height: 54px;
	text-decoration: none;
	-webkit-transform: rotate(-1deg);
}
.montserrat-20-blueheader {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 400;
	padding: 11px 11px 11px 11px;
	line-height: 28px;
	text-decoration: none;
	background-color: #1B7ECE;
	border-radius: 3px;
}
.montserrat-48-white {
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 600;
	line-height: 68px;
	text-decoration: none;
}
.montserrat-50-white {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 71px;
	text-decoration: none;
}
.montserrat-52-black {
	font-family: 'Montserrat', sans-serif;
	font-size: 52px;
	color: #364046;
	font-weight: 400;
	line-height: 70px;
	text-decoration: none;
}
.montserrat-68-white {
	font-family: 'Montserrat', sans-serif;
	font-size: 68px;
	color: #FFFFFF;
	font-weight: 600;
	line-height: 93px;
	text-decoration: none;
}
.line-back {
	background-image: url(images/line-back.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#darkblue {
}
#darkblue::after {
	position: absolute;
	content: " ";
	background-image: url(images/security-companies/security_companies.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 32px;
	width: 100%;
	left: 0;
	margin-top: 909px;
}
.rob-18-white-gap {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	line-height: 32px;
}
a {
	text-decoration: none;
}
.rob-48-blue {
	font-family: Roboto, sans-serif;
	font-size: 48px;
	font-style: normal;
	line-height: normal;
	font-weight: 100;
	font-variant: normal;
	color: #1678BC;
	text-decoration: none;
}
.line-blue-bottom {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1678BC;
	border-right-color: #1678BC;
	border-bottom-color: #1678BC;
	border-left-color: #1678BC;
}
.rob-18-blue {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	color: #1678BC;
	text-decoration: none;
}
.rob-26-blue {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 500;
	font-variant: normal;
	color: #1678BC;
	text-decoration: none;
}
li {
	text-align: left !important;
	list-style-type: circle;
}
/* Form Elements */

#v7_design select, #v7_design option {
	height: 50px;
	width: 440px;
	padding-left: 25px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #222;
	background-color: rgb(255, 255, 255);
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	border: none;
	line-height: 50px;
	vertical-align: middle;
}
#dropdown {
	height: 50px;
	width: 420px;
	padding-left: 13px;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #222;
	background-color: rgba(255, 255, 255, 0.7);
	border: none;
}
textarea {
	padding-top: 1px;
}
input[type="text"] {
	height: 50px;
	width: 190px;
	padding-left: 13px;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #222222;
	border: none;
	background-color: rgba(255, 255, 255, 0.7);
}
#v7_design input[type="submit"] {
	display: block;
	width: 400px;
	height: 50px;
	border: none;
	padding: 0;
	margin: 0;
	color: #FFF;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	vertical-align: middle;
}
.rounded-button-blue {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 50px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	height: 50px;
	width: auto;
	text-align: left;
	border: 1px solid #2C9EDC;
	padding-left: 30px;
	color: #FFF;
	-webkit-border-radius: 300px !important;
	-moz-border-radius: 300px;
	border-radius: 300px;
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	-ms-transition: All 0.7s ease;
	background-image: url(images/images-security/security-installers.png);
	background-repeat: no-repeat;
	background-position: 100% 18px;
}
.rounded-button-blue:hover {
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	-ms-transition: All 0.7s ease;
	transition: All 0.7s ease;
	background-repeat: no-repeat;
	background-color: rgba(34, 34, 34, 0.6);
	cursor: pointer;
}
/*
nav a:hover,
nav a:focus {
	outline: none;
}

.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

*/
.search-rounded {
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
}
.rounded-green2 {
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	background-color: #8BC53E;
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	-ms-transition: All 0.7s ease;
	transition: All 0.7s ease;
}
.rounded-green2:hover {
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	background-color: #80B537;
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	-ms-transition: All 0.7s ease;
	transition: All 0.7s ease;
	cursor: Pointer;
}
.lato-22-grey {
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	font-weight: 300;
	color: #666;
	text-decoration: none;
}
.lato-20-white {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
}
.lato-25-white {
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	line-height: 40px;
}
.lato-30-white {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	line-height: 40px;
}
.lato-25-grey {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
}
.lato-23-white {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.lato-23-gold {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #E5CB84;
	text-decoration: none;
}
.merriweather-23-gold {
	font-family: 'Merriweather', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #E5CB84;
	text-decoration: none;
}
.lato-25-white-justify {
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	line-height: 40px;
	text-align: justify;
}
.lato-20-blue-bold {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #2C9EDC;
	text-decoration: none;
}
.lato-18-blue {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #2C9EDC;
	text-decoration: none;
}
.header-shadow {
	-moz-box-shadow: 0px 3px 11px 0px #4a4a4a;
	-webkit-box-shadow: 0px 3px 11px 0px #4a4a4a;
	box-shadow: 0px 3px 11px 0px #4a4a4a;/* Alas, box-shadow is not fully supported by IE < 9 */
}
.lato-42-white {
	font-family: 'Lato', sans-serid;
	font-size: 42px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
}
.lato-35-white {
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	line-height: 55px;
}
.lato-35-blue-bold {
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 600;
	color: #2C9EDC;
	text-decoration: none;
	line-height: 55px;
}
.lato-20-lightblue {
	font-family: 'Lato', sans-serid;
	font-size: 20px;
	font-weight: normal;
	color: #ade7ff;
	text-decoration: none;
}
.lato-18-white {
	font-family: 'Lato', sans-serid;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.lato-18-grey {
	font-family: 'Lato', sans-serid;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.mainback {
	background-image: url(images/security/security2ireland.png);
	background-repeat: repeat-y;
}
.bluegradient {
	background-image: url(images/security/security7ireland.png);
	background-repeat: repeat-x;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.small-gap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
	text-decoration: none;
}
.smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.arial-14-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	text-decoration: none;
}
.subblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00365B;
	text-decoration: none;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.transwhiteback {
	background-image: url(images/security/ireland5security.png);
	background-repeat: repeat;
}
.whiteunderline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bluesml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006DB5;
}
.smallblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00365B;
	text-decoration: none;
}
.thickblueborder {
	border: medium solid #0069AF;
}
.blue-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006DB5;
	text-decoration: none;
}
.whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.securitygroups {
	background-image: url(images/security/security-alarms.png);
	background-repeat: repeat-y;
}
.greyline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bluebottom {
	background-image: url(images/security/security_installations.png);
	background-repeat: repeat-x;
}
.sidegrey {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ECE9D8;
}
.orange14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}
.underlineorange {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
.roboto-18-white {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
	text-align: justify;
	line-height: normal;
}
.roboto-16-blue {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 16px;
	color: #006DB5;
	text-decoration: none;
	font-weight: 300;
}
.roboto-40-white {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 40px;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
}
.roboto-30-white {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 30px;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
}
.roboto-24-white {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 300;
}
.roboto-12-blue {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 12px;
	color: #00365e;
	text-decoration: none;
	font-weight: 300;
	font-style: italic;
}
.roboto-12-white {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 300;
	font-style: italic;
}
.roboto-12-mediumwhite {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 500;
}
.roboto-14-white {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 500;
}
.roboto-12-grey {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 12px;
	color: #9a9999;
	text-decoration: none;
	font-weight: 300;
}
.roboto-12-black {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 12px;
	color: #4b4b4b;
	text-decoration: none;
	font-weight: 300;
	line-height: 20px;
}
.roboto-20-black {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 20px;
	color: #2a2a2a;
	text-decoration: none;
	font-weight: normal;
}
.roboto-20-white {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.roboto-18-black {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	font-weight: 300;
	line-height: normal;
}
.roboto-44-blue {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 44px;
	color: #0061a8;
	text-decoration: none;
	font-weight: 300;
}
.roboto-30-blue {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 36px;
	color: #0061a8;
	text-decoration: none;
	font-weight: 300;
	line-height: normal;
}
.border-blue {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0061A8;
	border-bottom-color: #0061A8;
}
.testimonial-back {
	background-image: url(images/testimonials/bristol-cctv-installer.png);
	background-repeat: no-repeat;
}
.roboto-44-grey {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 44px;
	color: #676767;
	text-decoration: none;
	font-weight: 300;
}
.roboto-44-boldblue {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 44px;
	color: #0061a8;
	text-decoration: none;
	font-weight: 900;
}
.rounded-box {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.asap-12-black {
	font-family: 'Asap', Arial, Helvetica;
	font-size: 12px;
	color: #232323;
	text-decoration: none;
	font-weight: 400;
}
.asap-20-blue {
	font-family: 'Asap', Arial, Helvetica;
	font-size: 20px;
	color: #1b80c6;
	text-decoration: none;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 3px;
}
.asap-20-lightblue {
	font-family: 'Asap', Arial, Helvetica;
	font-size: 20px;
	color: #5fc2f8;
	text-decoration: none;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 3px;
}
a.top-link {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 300;
	font-style: italic;
	line-height: 40px;
	display: block;
	height: 40px;
	width: 100%;
	background-color: #2c9edb;
	border-right: solid 1px #0061a8;
}
a.top-link:hover {
	background-color: #FFFFFF;
	color: #00365e;
}
a.green-link {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 300;
	font-style: italic;
	line-height: 40px;
	display: block;
	height: 40px;
	width: 100%;
	background-color: #009900;
	border-right: solid 1px #0061a8;
}
a.green-link:hover {
	background-color: #FFFFFF;
	color: #00365e;
}
a.orange-link {
	font-family: 'Roboto', Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 300;
	font-style: italic;
	line-height: 40px;
	display: block;
	height: 40px;
	width: 100%;
	background-color: #ff9900;
	border-right: solid 1px #0061a8;
}
a.orange-link:hover {
	background-color: #FFFFFF;
	color: #00365e;
}
a.nav-link {
	font-family: 'Asap', Arial, Helvetica;
	font-size: 12px;
	color: #232323;
	text-decoration: none;
	font-weight: 400;
	line-height: 42px;
	display: block;
	height: 42px;
	width: 100%;
}
a.nav-link:hover {
	background-color: #FFFFFF;
}
.ease {
	-webkit-transition: All 0.9s ease;
	-moz-transition: All 0.9s ease;
	-o-transition: All 0.9s ease;
	-ms-transition: All 0.9s ease;
	transition: All 0.9s ease;
}
.arial-12-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.arial-12-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	text-decoration: none;
}
.arial-12-lightgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	line-height: 20px;
	text-decoration: none;
}
.arial-12-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004f89;
	text-decoration: none;
}
.arial-12-lightblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0061a8;
	text-decoration: none;
}
.arial-12-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
#top-notch {
	position: relative;
	width: 1100px;
	height: auto;
	margin: -38px auto 0 auto;
	visibility: visible;
	z-index: 1000000;
}
#top-notch img {
	z-index: 1;
}
#full-size {
	width: 100%;
	position: relative;
	height: 345px;
	text-align: center;
	overflow: hidden;
}
#full-size img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -951px;
}
.green-button {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 35px;
	text-decoration: none;
	font-weight: 700;
	display: block;
	height: 35px;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #3bc928;
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	-ms-transition: All 0.7s ease;
}
a.green-button:hover {
	color: #FFFFFF;
	background-color: #0061a8;
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	-ms-transition: All 0.7s ease;
}
.nav-greyborder {
	border: 1px solid #c1c1c1;
}
.nav-greyline {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #383838;
	text-decoration: none;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	padding-left: 10px;
}
.roboto-14-nav {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #383838;
	text-decoration: none;
	font-weight: 300;
	padding-left: 10px;
}
.open-14-nav {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	padding-left: 16px;
}
.open-16-darkgreybold {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #282828;
	line-height: 28px;
	text-decoration: none;
	font-weight: 600;
}
.open-16-darkgrey {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #616d75;
	line-height: 28px;
	text-decoration: none;
	font-weight: 400;
}
.open-20-lightblue {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #dcf1ff;
	text-decoration: none;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: -0.75px;
}
.open-24-darkgrey {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #616d75;
	text-decoration: none;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -0.75px;
}
.open-26-lightblue {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	color: #cbecff;
	text-decoration: none;
	font-weight: 300;
	line-height: 40px;
}
.open-22-darkblue {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #00599a;
	text-decoration: none;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: -0.75px;
}
.open-48-darkgrey {
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	color: #1d3544;
	text-decoration: none;
	font-weight: 700;
	line-height: 55px;
}
.open-48-darkgreylight {
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	color: #1d3544;
	text-decoration: none;
	font-weight: 600;
	line-height: 68px;
	letter-spacing: -0.75px;
}
.arial-11-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.arial-11-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0061a8;
	text-decoration: none;
}
.condensed-30-blue {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #0061a8;
	text-decoration: none;
	line-height: 32px;
	font-weight: 900;
}
.condensed-48-blue {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 48px;
	color: #0061a8;
	text-decoration: none;
	line-height: 45px;
	font-weight: 900;
}
.condensed-16-blue {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #0061a8;
	text-decoration: none;
	line-height: 18px;
	font-weight: 900;
}
.condensed-14-blue {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #0061a8;
	text-decoration: none;
	line-height: 20px;
	font-weight: 400;
}
.slab-18-grey {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	color: #8f8f8f;
	text-decoration: none;
	line-height: 24px;
	font-weight: 300;
}
.profile-box {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #0061a8;
}
.border-box {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c2c2c2;
}
.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
}
.downloads-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}
.rounded-image {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.open-12-blackbold {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #2d2b2b;
	font-weight: 700;
	text-decoration: none;
}
.open-12-white {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
}
.roboto-14-grey {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #5e5e5e;
	font-weight: 300;
	line-height: 26px;
	text-decoration: none;
	text-align: left;
}
.roboto-14-lightblue {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #3A61A8;
	font-weight: 300;
	line-height: 26px;
	text-decoration: none;
	text-align: left;
}
.roboto-14-blue {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #3A61A8;
	font-weight: 300;
	line-height: normal;
	text-decoration: none;
}
.undderline-blue {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0061A8;
}
#top-notch2 {
	position: relative;
	width: 1000px;
	height: auto;
	visibility: visible;
	z-index: 1000000;
	margin-top: -150px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: -300px;
}
#img-map {
	position: relative;
	width: 1243px;
	height: auto;
	visibility: visible;
	z-index: 0;
	margin-top: -150px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: -30px;
}
.rounded-green {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #390;
}
.rounded-blue {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #0467FB;
}
.rounded-red {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #FA5610;
}
.rounded-border-grey {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CACACA;
}
.rounded-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rounded-lightblue {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #0CF;
}
select {
	height: 30px;
	width: 239px;
	background-color: #0061a8;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #FFF;
}
#choose select {
	height: 54px;
	width: 270px;
	padding-left: 25px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #222;
	background-color: #FFFFFF;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	border: none;
	line-height: 48px;
}
.rounded-grey {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #999;
}
.rounded-navigation {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #eeeeee;
}
.lato-14-grey {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	-ms-transition: All 0.7s ease;
}
.lato-12-blue {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #004F89;
	text-decoration: none;
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	-ms-transition: All 0.7s ease;
}
.lato-14-white-justify {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	-ms-transition: All 0.7s ease;
	text-align: justify;
}
.lato-14-grey-justify {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	-ms-transition: All 0.7s ease;
	text-align: justify;
}
.lato-14-grey:hover {
	height: 50px;
	color: #0E79BF;
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	-ms-transition: All 0.7s ease;
	cursor: Pointer;
}
.circle-blue {
	border: 2px solid #0f75bc;
	border-radius: 200px;
}
.circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background-color: #0061A8;
}
.header-button {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 40px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	-ms-transition: All 0.7s ease;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	color: #fff;
	font-weight: normal;
}
.header-button:hover {
	background-color: rgba(255,255,255, 0.2);
	-webkit-transition: All 0.9s ease;
	-moz-transition: All 0.9s ease;
	-o-transition: All 0.9s ease;
	-ms-transition: All 0.9s ease;
	cursor: pointer;
}
.merriweather-20-white {
	font-family: 'Merriweather', serif;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}
.merriweather-25-white {
	font-family: 'Merriweather', serif;
	font-size: 25px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}
.underline-yellow {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffc004;
}
.arial-13-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: 200;
	color: #EFEFEF;
	text-decoration: none;
}
.arial-13-darkgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: 200;
	color: #333;
	text-decoration: none;
}
.underline-light-blue {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #2f9cdb;
}
.underline-dark-blue {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #004F89;
}
.rob-18-blue {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	color: #1678BC;
	text-decoration: none;
}
.bg-health {
	background-color: #eeeeee;
	background-image: url(images/images-security/sectors/healthcare/security-installation-companies.png);
	background-repeat: no-repeat;
	background-position: left;
}
.rob-16-grey {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	color: #666;
	text-decoration: none;
}
.asap-18-blue {
	font-family: 'Asap', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #1678BC;
	text-decoration: none;
}
.asap-18-darkgrey {
	font-family: 'Asap', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #656565;
	line-height: 26px;
	text-decoration: none;
}
.rounded-circle {
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
}
.rounded-bottom {
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
.rounded-top {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.revi a {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.revi a {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.drop_cont {
	display: block;
	height: 17px;
	position: relative;
	padding: 11.5px 0;
}
.nav_drop {
	font-family: Roboto, sans-serif;
	width: 1000px;
	height: auto;
	position: absolute;
	top: 40px;
	left: -608px;
	background: #fff;
}
.drop_cont .nav_drop {
	display: none;
}
.drop_cont:hover .nav_drop {
	display: block;
}
.nav_drop a {
	color: #333;
}
.nav_drop:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.nav_drop .nav_column {
	box-sizing: border-box;
	width: 249px;
	padding: 16px;
	border-right: 1px solid #ccc;
	float: left;
	height: 100%;
}
.nav_drop .nav_column:last-of-type {
	border-right: none;
}
.nav_drop h2 {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}
.nav_drop ul {
	margin: 0;
	padding: 0;
}
.nav_drop li {
	list-style-type: none;
	display: block;
	padding: 5px;
	margin: 0 10px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 25px;
	font-size: 14px;
}
.nav_drop li a {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-decoration: none;
	transition: background-color 1s linear;
	transition: color 1s linear;
}
.nav_drop li a:hover {
	background: #0061a8;
	color: #fff;
}
.buttonnew {
	display: block;
	height: 40px;
	width: 100%;
	webkit-border-radius: 2px 2px 2px 2px;
	moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	background-color: #25333b;
	line-height: 40px;
	font-weight: 300;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
a.buttonnew:hover {
	background-color: #007eca;
	color: #FFFFFF;
}
input[type=submit] {
	display: block !important;
	border: none !important;
	width: 30% !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #25333b !important;
	line-height: 50px !important;
	font-weight: 300 !important;
	border-radius: 4px !important;
	cursor: pointer !important;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.col {
	display: block;
	float: left;
	height: auto;
	margin: 1% 0 0.3% 1.4%;
	padding-bottom: 2%;
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid #CCC;
	transition: all 0.3s ease;
}
.col h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	color: #363f46;
	line-height: 45px;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: -2px;
	transition: all 0.2s ease;
	margin: 0 0 5% 0;
}
.col h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #0573ba;
	line-height: 28px;
	text-decoration: none;
	font-weight: 400;
	transition: all 0.2s ease;
	margin: 0;
}
.black:hover {
	transition: all 0.3s ease;
	border: 1px solid #FFF;
	outline: 10px solid #3a7cec;
}
.lightblue:hover {
	transition: all 0.3s ease;
	border: 1px solid #FFF;
	outline: 10px solid #3fcbf9;
}
.lightgreen:hover {
	transition: all 0.4s ease;
	border: 1px solid #FFF;
	outline: 10px solid #2ad4a2;
}
.green:hover {
	transition: all 0.4s ease;
	border: 1px solid #FFF;
	outline: 10px solid #4bcc4c;
}
.darkgreen:hover {
	transition: all 0.3s ease;
	border: 1px solid #FFF;
	outline: 10px solid #149859;
}
.orange:hover {
	transition: all 0.3s ease;
	border: 1px solid #FFF;
	outline: 10px solid #ec810f;
}
.purple:hover {
	transition: all 0.3s ease;
	border: 1px solid #FFF;
	outline: 10px solid #a44ec8;
}
.darkblue:hover {
	transition: all 0.3s ease;
	border: 1px solid #FFF;
	outline: 10px solid #3d72c1;
}
.pink:hover {
	transition: all 0.3s ease;
	border: 1px solid #FFF;
	outline: 10px solid #df78de;
}
.gold:hover {
	transition: all 0.3s ease;
	border: 1px solid #FFF;
	outline: 10px solid #fab207;
}
.blue2:hover {
	transition: all 0.3s ease;
	border: 1px solid #FFF;
	outline: 10px solid #0686dc;
}
.green2:hover {
	transition: all 0.3s ease;
	border: 1px solid #FFF;
	outline: 10px solid #2abc76;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 */
}
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 73.92%;
}
.span_2_of_4 {
	width: 48.55%;
}
.span_1_of_4 {
	width: 23.17%;
}
.poppins-32-darkgrey {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	color: #4b4b4b;
	line-height: 56px;
	text-decoration: none;
	font-weight: 400;
	letter-spacing: 0.2px;
}
.poppins-15-blue {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #2f92ed;
	line-height: 25px;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 2px;
}
.poppins-40-darkgrey {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	color: #1d3544;
	line-height: 56px;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: -1px;
}
.open-14-blue {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #006eae;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
}
.poppins-15-black {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 2px;
}
.montserrat-10-white {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #c4dff1;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
}
.poppins-24-white {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 38px;
	text-decoration: none;
	font-weight: 400;
}
.open-13-lightblue {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #e1f1fa;
	line-height: 28px;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 1px;
}
.open-13-grey {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #707070;
	text-decoration: none;
}
.poppins-55-darkgrey {
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	color: #1d3544;
	line-height: 75px;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: -1px;
}
.open-16-grey {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #60666a;
	line-height: 32px;
	font-weight: 400;
	text-decoration: none;
}
.open-20-grey {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #60666a;
	line-height: 38px;
	font-weight: 400;
	text-decoration: none;
}
/* Buttons */
.orange-button {
	border: 2px solid orange;
	padding: 16px 24px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: orange;
	border-radius: 200px;
	text-decoration: none;
	margin-left: -7px;
	transition: all 0.3s ease;
}
.orange-button::after {
	content: '\E5CC';
	font-family: 'Material Icons';
	font-size: 22px;
	display: inline-block;
	vertical-align: -6px;
	padding-left: 15px;
	transition: all 0.3s ease;
}
.orange-button:hover {
	background-color: orange;
	color: white;
}
.orange-button:hover::after {
	padding-left: 30px;
	transition: all 0.3s ease;
}
.flip-container {
	perspective: 1000px;
	cursor: pointer;
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}
.flip-container, .front, .back {
	width: 345px;
	height: 400px;
}
.flipper {
	transition: 1s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	z-index: 2;
	transform: rotateY(20deg);
}
.back {
	transform: rotateY(180deg);
}
.flip-container {
	perspective: 1000px;
	cursor: pointer;
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}
.flip-container, .front1, .back1 {
	width: 345px;
	height: 400px;
}
.flipper {
	transition: 1s;
	transform-style: preserve-3d;
	position: relative;
}
.front1, .back1 {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front1 {
	z-index: 2;
	transform: rotateY(360deg);
}
.back1 {
	transform: rotateY(180deg);
}
.timeline {
	position: sticky;
	width: 59px;
	height: 54px;
	border-radius: 200px;
	margin: 0 auto;
	top: 350px;
}
.network-reach {
	padding: 45px 40px;
	border: dashed 3px #2686C8;
}
.network-reach h1 {	
	margin: 18px 0 0 0;
	font: normal 900 40px/40px 'Poppins', sans-serif;
	color: #2686C8;
	text-decoration: none;
}
.network-reach p {	
	font: normal 600 13px/25px 'Poppins', sans-serif;
	color: #4b4b4b;
	text-decoration: none;
	letter-spacing: 1px;
}
.network-reach hr {	
	width: 100%;
	border: 0;
    height: 1px;
    background: #c7c7c7;
    background-image: linear-gradient(to right, #c7c7c7, #c7c7c7, #c7c7c7);
}
.resource2:before {
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(images/security-marketing_company/security-marketing-company.png);
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 26px;
	height: 26px;
	display: inline-block;
	content: "";
	vertical-align: -6px;
}
.recruitment2:before {
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(images/security-marketing_company/security-marketing_company.png);
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 26px;
	height: 26px;
	display: inline-block;
	content: "";
	vertical-align: -6px;
}
.reviews2:before {
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(images/security-marketing_company/security_marketing-company.png);
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 26px;
	height: 26px;
	display: inline-block;
	content: "";
	vertical-align: -6px;
}
.exhibitions2:before {
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(images/security-marketing_company/security_marketing_company.png);
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 26px;
	height: 26px;
	display: inline-block;
	content: "";
	vertical-align: -6px;
}
.firerisk2:before {
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(images/security-marketing_company/marketing-company.png);
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 26px;
	height: 26px;
	display: inline-block;
	content: "";
	vertical-align: -6px;
}