@charset "utf-8";
/* CSS Document */

/* global styles */

body {
	background-color: #323232;
	color: #fff;
	font-family: "Fira Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 100px 0 0 0;
}

a , a i {
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

/* header */

.header {
	background-color: #323232;
	color: #fff;
	left: 0;
	min-height: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5000;
}
.header .logobox {
	background-color: #000;
	float: left;
	width: 50%;
}
.header .logobox a {
	float: right;
}
.header .logobox .pegasus {
	height: 60px;
	margin:  20px 0;
	width: auto;
}
.header .logobox .logo {
	height: 20px;
	margin:  40px 50px 40px 10px;
	width: auto;
}
.header .navigation ul {
	float: left;
	list-style: none;
	margin: 40px 0 28px 37px;
	padding: 0;
}
.header .navigation ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
}
.header .navigation ul li:last-child {
	padding-left: 13px;
}
.header .navigation ul li .phone {
	font-weight: normal;
}
.header .navigation ul li a {
	color: #fff;
	padding: 0 13px;
}
.header .navigation ul li a:hover {
	color: #2E8E2E;
	text-decoration: none;
}
.header .navigation ul li a i {
	color: #2E8E2E;
}
.header .navigation ul li a:hover i {
	color: #FFF;
}

/* hero image slider */

.hero {
	height: 850px;
	height: 82vh;
	width: 100%;
}

/* title image box */

.titleimg {
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	display: table;
	height: 300px;
	width: 100%;
}
.titleimg.profile {
	background-image: url('/uploads/stockimg-13.jpg');
}
.titleimg.manned-guarding {
	background-image: url('/uploads/stockimg-06.jpg');
}
.titleimg.mobile-patrols {
	background-image: url('/uploads/stockimg-08.jpg');
}
.titleimg.alarm-response {
	background-image: url('/uploads/stockimg-04.jpg');
}
.titleimg .titlebox {
    display: table-cell;
	height: 200px;
    vertical-align: middle;
}
.titleimg .titlebox h1 {
	font-size: 60px;
	font-weight: bold;
	/*line-height: 25px;*/
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* homepage text section */

.hometext {
	background-color: #fff;
	color: #000;
	padding: 30px 0;
}
.hometext h1 , .hometext h2 {
	color: #323232;
	font-weight: bold;
	text-align: center;
}
.hometext p {
	font-size: 18px;
}
.hometext p a {
	background-color: #71C471;
	border: 1px solid #2E8E2E;
	border-radius: 3px;
	color: #323232;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
    line-height: 30px;
    padding: 0 25px;
}
.hometext p a:hover {
	background-color: #999999;
	border: 1px solid #323232;
	color: #2E8E2E;
	text-decoration: none;
}

/* main text section */

.maintext {
	background-color: #fff;
	color: #000;
	padding: 30px 0;
}
.maintext h1 {
	color: #323232;
	font-weight: bold;
	text-align: center;
}
.maintext h2 {
	color: #323232;
	font-weight: bold;
	text-align: center;
}
.maintext p {
	font-size: 14px;
}
.maintext ul {
	color: #323232;
	font-size: 16px;
	font-weight: bold;
	list-style: none;
}
.maintext ul li:before {
	color: #323232;
    content: '\f138';
	font-family: 'FontAwesome';
    margin: 0 5px 0 -40px;
}
.backbutton {
	background-color: #71C471;
    border: 1px solid #2E8E2E;
    border-radius: 3px;
    color: #323232;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 25px;
}
.backbutton:hover {
	background-color: #999999;
    border: 1px solid #323232;
    color: #2E8E2E;
    text-decoration: none;
}
.manned-services {
	display: block;
	margin: auto;
	padding: 0 0 0 20px;
	text-align: center;
}
.manned-services li:before {
    content: '' !important;
    margin: 0px 5px 0px -25px;
}
.manned-services li a {
	background-color: #71C471;
    border: 1px solid #2E8E2E;
    border-radius: 3px;
    color: #323232;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    width: 300px;

}
.manned-services li a:hover {
	background-color: #999999;
    border: 1px solid #323232;
    color: #2E8E2E;
    text-decoration: none;
}

/* image links */

.imagelinks {
	background-color: #2E8E2E;
	padding: 50px 0;
}
.imagelinks .linkbox {
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px;
	display: table;
	height: 245px;
	text-align: center;
	width: 100%;
}
.imagelinks .linkbox.link01 {
	background-image: url('/uploads/stockimg-07.jpg');
}
.imagelinks .linkbox.link02 {
	background-image: url('/uploads/stockimg-09.jpg');
}
.imagelinks .linkbox.link03 {
	background-image: url('/uploads/stockimg-01.jpg');
}
.imagelinks .linkbox .title {
    display: table-cell;
	height: 245px;
    vertical-align: middle;
}
.imagelinks .linkbox .title h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 25px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.imagelinks .linkbox .title .readmore {
	background-color: #fff;
	background-color: rgba(255,255,255,.75);
	border: 1px solid #fff;
	border-radius: 3px;
	color: #323232;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: auto;
	text-transform: lowercase;
	width: 200px;
}
.imagelinks .linkbox .title .readmore:hover {
	background-color: #323232;
	background-color: rgba(50,50,50,.75);
	border: 1px solid #323232;
	color: #2E8E2E;
	text-decoration: none;
}

/* testimonials */

.test-head {
	font-size: 24px !important;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}
.test-from {
	font-size: 18px !important;
	font-style: italic;
}

/* enquiry form */

.form-control {
	background-color: #71C471;
	border: 1px solid #2E8E2E;
	border-radius: 3px;
	box-shadow: none;
	color: #000;
	margin-bottom: 10px;
}
.form-control:focus {
	background-color: #999999;
	border: 1px solid #323232;
	box-shadow: none;
	color: #2E8E2E;
}
.btn-submit {
	background-color: #999999;
	border: 1px solid #323232;
	border-radius: 3px;
	box-shadow: none;
	color: #2E8E2E;
	display: block;
	height: 30px;
	margin: auto;
	text-transform: uppercase;
	width: 150px;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.btn-submit:hover {
	background-color: #000;
	border: 1px solid #000;
	-webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.enquiry-link {
	background-color: #71C471;
	border: 1px solid #2E8E2E;
	border-radius: 3px;
	box-shadow: none;
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: auto;
	margin-bottom: 25px;
	padding: 5px 0;
	text-align: center;
}
.enquiry-link:hover {
	background-color: #999999;
	border: 1px solid #323232;
	color: #2E8E2E;
	text-decoration: none;
}

/* footer */

.footer {
	font-size: 18px;
	padding: 30px 0;
	text-align: center;
}
.footer a , .footer strong {
	color: #2E8E2E;
	font-weight: bold;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
}
.footer .footerlogos , .footer .footernav {
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
}
.footer .footerlogos li , .footer .footernav li {
	display: inline-block;
	padding: 0 15px;
}
.footer .footerlogos li img {
	height: auto;
	max-height: 90px;
	max-width: 90px;
	width: auto;
}
.footer .social {
	color: #fff;
	font-size: 24px;
	margin: 0 15px;
}
.footer .social:hover {
	color: #2E8E2E;
}

/* responsive stuff */

@media screen and (max-width: 1260px) {
  .header .logobox {
	width: auto;
  }
  .galleria-theme-hero .galleria-info-title {
    font: bold 65px/65px "Fira Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  }
}
@media screen and (max-width: 1080px) {
  .header .logobox .pegasus {
    height: 60px;
    margin: 20px -10px 20px 10px;
  }
  .header .logobox .logo {
    margin: 40px 20px;
  }
  .header .navigation ul {
    margin: 40px 0 40px 7px;
  }
  .galleria-theme-hero .galleria-info-title {
    font: bold 65px/65px "Fira Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  }
}
@media screen and (max-width: 970px) {
  body {
	font-family: "Fira Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 120px 0 0 0;
  }
  .header .logobox {
	width: 100%;
  }
  .header .logobox a {
  	float: left;
    text-align: center;
    width: 100%;
  }
  .header .logobox .pegasus {
    height: 40px;
    margin: 10px 5px;
  }
  .header .logobox .logo {
    margin: 20px 0;
  }
  .header .navigation ul {
    margin: 20px 0 20px 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
	.link01 , .link02 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 500px) {
  .galleria-theme-hero .galleria-info-title , .titleimg .titlebox h1 {
    font: bold 45px/45px "Fira Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  .header .navigation ul li {
    font-size: 15px;
    line-height: 20px;
  }
  .header .navigation ul li a {
    padding: 0px 8px;
  }
  .footer .footerlogos li img {
    max-height: 60px;
    max-width: 60px;
  }
  .footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .galleria-theme-hero .galleria-info-title , .titleimg .titlebox h1 {
    font: bold 35px/35px "Fira Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  .header .logobox .logo {
  	height: auto;
  	width: 80%;
  }
  .navigation ul {
    margin: 10px 0px !important;
  }
  .header .navigation ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .header .navigation ul li a {
    padding: 0px 8px;
  }
}