@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400&display=swap');
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #a5a2a2;
	line-height: 1.5em;
}
p {
	margin-top: 0px;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 0;
}
a, a:active, a:focus {
   outline: 0 /* Stop dotted lines around clicked links */;
}
/* To allow padding within divs */
.pure-g > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Ensure images will scale properly and responsively */
img {
	max-width: 100%;
	height: auto;
	display: block;
	width: auto; /* For IE8 */
}
/* Apply class to images that require text-align center */
img.centre, .centrephotos img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h1, h2, h3, h4, h5 {
	margin-top: 0px;
}
.textbox, .menucont, .footerinner, .homefaqs {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px;
}
/* Link transitions */
a:link, #mainmenu li, .gridphoto img, .portfoliocaption, .recentsocial img, .gridphoto p.btn, .tabsection, .iconbarcont img:hover, .homeportfolio img, #footer img, .newsteaserheading {
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	/* Stop flickering in Chrome */
	-webkit-backface-visibility: hidden;
}
a:link.btn, a:visited.btn, p.btn, .btn {
	display: inline-block;
	border-radius: 0px;
	padding: 5px 10px;
	border: 1px solid #fc8908;
	color: #FFF !important;
	text-decoration: none;
	background-color: #fc8908;
	text-transform: uppercase;
}
a:hover.btn, p.btn:hover {
	color: #fc8908 !important;
	background-color: transparent;
	border-radius: 100px;
}
.headline, .headline a:link, .headline a:visited, .headline a:hover {
	font-weight: 400;
	font-size: 40px;
	margin-top: 0px;
	color: #FFF;
	line-height: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
}
.subheadingone {
	font-weight: 300;
	font-size: 32px;
	margin-top: 0px;
	color: #FFF;
	line-height: 1.3em;
}
.subheadingtwo {
	font-weight: 300;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 15px;
	color: #FFF;
	line-height: 1.3em;
}
#header, .contentcontainer, #footer, .hometextboxcont {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 30px;
	z-index: 10;
}
#header {
	z-index: 200;
	background-color: #FFFF00;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
}
#homemenucont {
	height: 100vh;
	z-index: 100;
}
#header #mainmenu a:link, #header #mainmenu a:visited {
	color: #FFF;
}
#footer a:link {
	padding: 5px;
}
#footer a:hover {
	color: #FFF;
}
#footer .footermainlinks a:link, #footer .footermainlinks a:visited {
	color: #FFF;
	text-transform: uppercase;
	white-space: nowrap;
}
#footer .footermainlinks a:hover {
	color: #fc8908;
}
#footer img {
	margin: 0 auto;
	max-width: 40px;
	display: inline-block;
}
#footer img:hover, .recentsocial img:hover {
	opacity: 0.7;
}
.footercontact {
	color: #fc8908;
}
.videocaptions {
	max-width: 1000px;
	margin: 200px auto 700px auto;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
}
.videocaptions h3 {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 56px;
	margin-bottom: 60px;
	line-height: 1.1em;
	padding: 0px 10px;
}
.videocaptions p {
	font-size: 24px;
	color: #FFF;
	max-width: 450px;
	margin: 0 auto;
	padding: 0px 10px;
}
.logo {
	height: 50px;
}
.contentleft {
	padding-right: 30px;
}
.contentright {
	padding-left: 30px;
}
#homevideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}
.homenewsheadline {
	text-align: center;
}
.iconbarcont {
	background-color: #0a0a0a;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.iconbar {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	text-transform: uppercase;
}
.iconbar > div {
	padding-top: 10px;
	padding-bottom: 10px;
}
.iconbar a:link, .iconbar a:visited {
	text-decoration: none;
	color: #fc8908;
}
.iconbarcont img {
	display: block;
	margin: 0 auto;
	padding: 0px 30px 10px 30px;
}
.iconbarcont img:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.homeportfoliocont {
	padding: 50px 20px 50px 20px;
	margin: 0 auto;
	background-color: #666666;
}
.homeportfoliocont h2 {
	font-weight: 400;
	font-size: 40px;
	margin-top: 0px;
	color: #000;
	line-height: 1.3em;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 10px;
}
.homeportfolioinner {
	max-width: 1600px;
	margin: 0 auto;
}
.portfolioinner {
	padding: 0px 55px;
}
.homeportfolio {
	overflow: hidden;
	position: relative;
	border: 20px solid #CCC;
}
.homeportfolio img {
	width: 100%;
	transform-origin: top center;
}
.homeportfolio img:hover {
	transform-origin: top center;
	transform: scale(1.2, 1.2);
}
.portfoliotitle {
	position: absolute;
	bottom: 20px;
	left: 0px;
	pointer-events: none;
	z-index: 2;
	padding: 5px 20px;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.9);
	width: 100%;
}
#content {
	background-color: #0a0a0a;
}
#content a:link, #content a:visited, .footerinner a:link, .footerinner a:visited {
	color: #fc8908;
}
.headerimage img {
	width: 100%;
}
.textlight, .textdark {
	padding-top: 50px;
	padding-bottom: 50px;
}
.textlight {
	background-color: #FFF;
	color: #888 !important;
}
.textlight h1, .textlight h2, .textlight h1.headline a:link, .textlight h1.headline a:visited, .textlight h1.headline a:hover, .textlight h2.headline a:link, .textlight h2.headline a:visited, .textlight h2.headline a:hover {
	color: #000 !important;
}
.textdark {
	background-color: #0a0a0a;
	color: #a5a2a2 !important;
}
.textdark h1, .textdark h2, .textdark h1.headline a:link, .textdark h1.headline a:visited, .textdark h1.headline a:hover, .textdark h2.headline a:link, .textdark h2.headline a:visited, .textdark h2.headline a:hover {
	color: #FFF !important;
}
.hometextboxcont {
	
}
.hometextbox {
	text-align: center;
}
.hometextblock {
	background-color: #FFF;
	color: #000;
}
.hometextblockcont {
	background-color: #FFF;
}
#footer {
	background-color: #0a0a0a;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #FFF;
}
#cookiebarcont {
	background-color: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 20px;
	max-width: 300px;
}
#cookiebarcont a:link, #cookiebarcont a:visited {
	color: #fc8908;
	text-decoration: none;
}
#cookiebarcont a:link.cookieaccept, #cookiebarcont a:visited.cookieaccept {
	color: #009966;
	background-image: url('../images/icon_tick.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px
}
#cookiebarcont a:hover.cookieaccept {
	color: #FFF:
}

/* Placement of next and prev carousel buttons */
.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 36% !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url('/images/nav-icon.png') no-repeat 0 0;
  left: 33px
}
.owl-carousel .next-slide{
  background: url('/images/nav-icon.png') no-repeat -24px 0px;
  right: 33px
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}   
/* End */

.pageheading {
	text-align: center;
	background-color: #FFF;
	padding: 40px;
}
.pageheading h1 {
	color: #000;
	margin-bottom: 0px;
}
.bodyheader {
	background-repeat: no-repeat;
	background-position:  center;
	background-size: cover;
	background-attachment: fixed
}
.boximage {
	min-height: 350px;
	background-attachment: fixed;
	background-position:  center;
	background-repeat: no-repeat;
	background-size: cover
}
.boximagetwo {
	background-position: -600px center;
}
.boxtext {
	padding: 40px 80px;
}
.prlx {
	margin-top: 300px;
}
.servicesheaderimage {
	display: none;
}
.homefaqscont, .homefaqs {
	padding-top: 0px;
	padding-bottom: 0px;
}

.homefaqs > div {
	padding-top: 50px;
	padding-bottom: 50px;
}
.homefaqleft {
	background-image:url('../images/question-mark-large.png');
	background-position: center -30px;
	background-repeat: no-repeat;
	background-size: 156px 233px
}
.teamprofile {
	padding: 20px;
}
.teamphoto {
	background-position:  center;
	background-size: cover;
	margin-right: 20px
}

/* Accordion */
.accordion, .accordiontwo {
	overflow: hidden;
}
a:link.accordion-section-title, a:visited.accordion-section-title {
	color: #999 !important;
}
.accordion-section {
	padding: 10px 0px;
	margin-bottom: 0px;
	font-size: 20px;
}
.accordion-section-content {
	margin-top: 10px;
	display: none;
}
.arrowdown {
	background-image: url('../images/down-arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	text-decoration: none !important;
	display: block
}
.accordion-section .active {
	background-image: url('../images/up-arrow.png') !important;
}
.accordion-section td {
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
/* End of accordion styles */

.tablecont {
	background:#EEE;
	padding:20px;
	margin-bottom:20px
}
.portfoliotable {
	color: #000;
}
.breadcrumb {
	margin:10px 0px;
	color: #000;
}
.photoportouter {
	background-color: #111;
}
.photofoliocont {
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 15px;
}
.photofolio {
	padding: 30px;
}
.profiletitle {
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
	color:#666;
}


/* News blog css */
.newsteaser {
	border-right: 40px solid #fff;
	margin-bottom: 40px;
}
.newsteaser img {
	margin-bottom: 20px;
}
.newsteaserimage {
	background-position:  center;
	background-size: cover
}
a:link.newsteaserheading, a:visited.newsteaserheading {
	color: #000 !important;
	font-size: 26px;
	text-decoration: none;
}
a:hover.newsteaserheading {
	text-decoration: underline;
}
.dateposted {
	font-size: 14px;
	background-color: #EEE;
	padding: 10px;
	color: #000;
}
.recentposts {
	margin-bottom: 40px;
	padding: 0px 20px;
}
#content .recentposts a:hover {
	color: #FFF;
}
.recentpostsheading {
	font-weight: 300;
	font-size: 28px;
}
.recentsocial img {
	max-width: 40px;
}
.recentposts ul {
	padding-left: 0px;
	list-style-type: none;
}
/* End */
.otherwebsites {
	text-align: center;
}
.boxed {
	margin-bottom: 25px;
	background-color: #0a0a0a;
	color: #a5a2a2 !important;
	padding: 25px;
}
.boxed h1, .boxed h2, .boxed h1.headline a:link, .boxed h1.headline a:visited, .boxed h1.headline a:hover, .boxed h2.headline a:link, .boxed h2.headline a:visited, .boxed h2.headline a:hover {
	color: #FFF !important;
}

.footerblog {
	margin: 20px 0px;
	border-top: 1px solid #a5a2a2;
border-bottom: 1px solid #a5a2a2;
padding-bottom: 20px;
padding-top: 20px;
}
.footerblog h3 {
	margin: 0px 0px 5px 0px;
}