@charset "utf-8";

												/* ALL PAGES -- ALL PAGES */
												/* ALL PAGES -- ALL PAGES */
												/* ALL PAGES -- ALL PAGES */




/* COLOURS */
/* COLOURS */
/* COLOURS */




/*
--blue: #518EAC;
--darkgrey: #141414;
--mediumgrey: #7C7C7C;
--grey: #282828;
--green: #6BC458;
--orange: #FF8F71;
--purple: #BA274A;
--red: #FF0000;
--white: #F5F5F5;
*/




/* BODY */
/* BODY */
/* BODY */




body {
	height: 100vh;
	width: 100%;
	overflow-x: hidden !important;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	background-color: #141414;
}

a:hover {
 cursor:pointer;
}

.break {
	flex-basis: 100%;
	height: 0;
}

.break-2 {
	flex-basis: 100%;
	height: 0;
	margin: 0;
	border-bottom: 5px solid #282828;
}


/* TYPOGRAPHY */
/* TYPOGRAPHY */
/* TYPOGRAPHY */




@font-face {
	font-family: "Avenir";
	src: url("../avenir_pro_light.ttf");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Avenir";
	src: url("../avenir_pro_light_italic.ttf");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: "Avenir";
	src: url("../avenir_pro.ttf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Avenir";
	src: url("../avenir_pro_bold.ttf");
	font-weight: 800;
	font-style: normal;
}

h1 {
font-family: 'avenir';
font-size: 84px;
color: #518eac;
font-weight: 700;
line-height: 1.2;
margin: 0;
padding: 0;
}

@media screen and (max-width:1400px) {
	h1 {
		font-size: 450%;
	}
}

@media screen and (max-width:1200px) {
	h1 {
		font-size: 60px;
	}
}

@media screen and (max-width:1000px) {
	h1 {
		font-size: 48px;
	}
}

h2 {
font-family: 'avenir';
font-weight: 400;
color: #282828;
font-size: 42px;
padding: 0;
line-height: 1.5;
}

h3 {
font-family: 'avenir';
font-weight: 400;
color: #282828;
font-size: 18px;
padding: 0;
line-height: 1.5;
}

h4 {
font-family: 'avenir';
font-weight: 400;
line-height: 1.5;
}

h5 {
font-family: 'avenir';
font-weight: 400;
line-height: 1.5;
}

h6 {
font-family: 'avenir';
font-weight: 400;
line-height: 1.5;
}

a {
font-family: 'avenir';
font-weight: 400;
margin: 0;
text-decoration: none;
color: #F5F5F5;
}

p {
font-family: 'avenir';
color: #282828;
font-weight: 100;
font-size: 18px;
margin: 27px 0 0 0;
padding: 0;
line-height: 1.5;
}




/* BUTTONS */
/* BUTTONS */
/* BUTTONS */




.red {
	display: block;
	cursor: pointer;
	width: 225px;
	margin-top: 50px;
	background-color: #BA274A;
	font-size: 18px;
	padding: 12px;
	border-radius: 15px;
	border: 2px solid #F5F5F5;
	text-align: center;
	transition: background-color 150ms;
}
.red a {
	color: #F5F5F5;
	text-decoration: none;
	text-align: center;
	margin: auto;
}
.red:hover {
	background-color: #6BC458;
}

.clear {
	display: block;
	cursor: pointer;
	width: 225px;
	margin-top: 50px;
	background-color: transparent;
	font-size: 18px;
	padding: 12px;
	border-radius: 15px;
	border: 2px solid #F5F5F5;
	text-align: center;
	transition: background-color 150ms;
}
.clear a {
	color: #F5F5F5;
	text-decoration: none;
	text-align: center;
	margin: auto;
}
.clear:hover {
	background-color: #6BC458;
	border: 2px solid #F5F5F5;
}
.clear:hover a {
	color: #F5F5F5;
}




/* NAV */
/* NAV */
/* NAV */




nav {
	position: fixed;
	z-index: 1000;
	width: 100%;
	display: flex;
	justify-content:space-between;
	align-items: center;
	height: 50px;
	background-color: #141414;
}
.nav-links {
	display: flex;
	gap: 40px;
	margin-right: 6%;
}
.nav-links a {
	color: #518EAC;
	text-decoration: none;
	font-size: 14px;
	font-weight: 100;
}
.nav-links a:hover {
	color: #6BC458;
}
.nav-links a:active {
	color: #BA274A;
}
.nav-links li {
	list-style: none;
}

.sub-menu-services {
	display: none;
}

.sub-menu-services li {
	margin: 20px 0 20px 0;
}

@media screen and (max-width:900px) {
	.sub-menu-services li {
		display: none;
	}
}

.nav-links li:hover .sub-menu-services {
	display: block;
	position: absolute;
	background-color: #141414;	
	margin: 0 0 10px -40px;
	padding: 15px 40px 15px 0;
}

.burger {
	display: none;
	cursor: pointer;
}
.burger div {
	width: 20px;
	height: 2px;
	background-color: #518EAC;
	margin: 5px;
	margin-right: 30px;
	transition: all 0.6s ease;
}
.phone-link a {
	color: #F5F5F5;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}
.logo {
	margin-left: 6%;
}

/* RESPONSE ELEMENT TO NAV MENU */

@media screen and (max-width:900px) {
	.nav-links {
		position: absolute;
		gap: 0;
		right: -6%;
		height: 80vh;
		top: 10vh;
		background-color: #141414;
		opacity: 0.98;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		justify-content: space-around;
		transform: translateX(100%);
		transition: transform 0.1s ease-in;
	}
	.nav-links a {
		font-size: 24px;
	}
	.burger {
		display: block;
	}
	.phone {
		display: none;
	}
.nav-active {
	transform: translateX(0%);
}
.toggle .line1{
	transform: rotate(-45deg) translate(-5px, 5px) ;
}
.toggle .line2{
	opacity: 0;
}
.toggle .line3{
	transform: rotate(45deg) translate(-5px,-5px) ;
}
}
@keyframes navLinkFade {
		from {
			opacity: 0;
			transform: translateX(0px);
		}to{
			opacity: 1;
			transform: translateX(0px);
		}
	}




/* FOOTER */
/* FOOTER */
/* FOOTER */




.footer {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	min-height: 500px;
	background-color: #141414;
	padding: 60px 6% 100px 6%;
}
.footer-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.footer-content h5 {
	font-size: 42px;
	color: #F5F5F5;
}

.contact-details {
	width: 100%;
	display: flex;	
	flex-wrap: wrap;
	margin-top: -60px;
	margin-bottom: 100px;
}
.phone-button {
	position: relative;
	margin-right: 100px;
}
.phone-icon {
	position: absolute;
	top: 32px;
	right: -45px;
	transform: rotate(10deg)
}
.email-button {
	position: relative;
	margin-right: 100px;
}
.email-icon {
	position: absolute;
	top: 34px;
	right: -41px;
	transform: rotate(10deg)
}

.footer-items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;

}
.socials-icons {
	display: flex;	
	flex-wrap: wrap;
	gap: 20px;
	min-width: 50%;
	padding-top: 90px;
	margin-bottom: 100px;
	margin-right: auto;
	position: relative;
}
.follow {
	position: absolute;
	top: -12px;
}
.follow h5 {
	color: #7C7C7C;
	font-size: 32px;
	margin: 20px 0;
	padding: 0;
}
.company-details {
	display: flex;	
	flex-wrap: wrap;
	gap: 100px;
	min-width: 50%;
	margin-bottom: 0;
	position: relative;
}
.altitude-details {
	position: relative;
	max-width: 300px;
	padding-top:70px;
}
.altitude-details h6 {
	color: #7C7C7C;
	font-size: 24px;
	margin: 36px 0 0 0;
	padding: 0;

}
.altitude-details p {
	color: #7C7C7C;
	font-size: 14px;
	margin: 21px 0 0 0;
}
.altitude-details a {
	display: block;
	color: #7C7C7C;
	text-decoration: none;
	margin: 21px 0 0 0;
	font-size: 14px;
	font-weight: 100;
}.altitude-details a:hover {
	color: #6BC458;
}
.altitude-details img {
	position: absolute;
	top: 0;
}
.dynetic-details {
	position: relative;
	max-width: 300px;	
	padding-top:70px;
}
.dynetic-details p {
	color: #7C7C7C;
	font-size: 14px;
	margin: 21px 0 0 0;
}
.dynetic-details img {
	position: absolute;
	top: 7px;
}




												/* INDEX PAGE -- INDEX PAGE */
												/* INDEX PAGE -- INDEX PAGE */
												/* INDEX PAGE -- INDEX PAGE */




.home-page {
	background-color: #141414;
}


/* INDEX HERO - INDEX HERO */
/* INDEX HERO - INDEX HERO */
/* INDEX HERO - INDEX HERO */


.home-hero-container {
	width: 88%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 6% 0 6%;
	z-index: 0;
}

.home-hero-container video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	top: 0;
	left:0;
	z-index: -1;
}

.home-hero-container img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 100%;
	height: 100vh;
	opacity: 0;
	max-width: 100%;
	object-fit: cover;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
}

.home-hero-content {
	width: 100%;
	max-width: 2000px;
	z-index: 500;
}

.home-hero-title h1 {
	color: #F5F5F5;
	text-shadow: 1px 1px #282828;
}
.home-hero-para p {
	color: #F5F5F5;
	font-size: 32px;
	text-shadow: 1px 1px #282828;
	margin-top: 30px;
	padding: 0px;

}

/* RESPONSE ELEMENT TO HERO IMAGE / VIDEO */

@media screen and (max-width:1200px) {
	.home-hero-container img { opacity: 1; }
	.home-hero-container video { opacity: 0; }	
}

/* RESPONSE ELEMENT TO HERO TEXT / CTA */

@media screen and (max-width:1400px) {
	.cta {
		margin-top: 60px;
	}
}
@media screen and (max-width:1200px) {
	.cta {
		margin-top: 40px;
	}
}
@media screen and (max-width:1000px) {
	.cta {
		margin-top: 30px;
	}
}
@media screen and (max-width:800px) {
	.home-hero-title {
		max-width: 380px;
	}
}
@media screen and (max-width:600px) {
	.home-hero-para {
		max-width: 280px;
	}
}


/* INDEX ONE - INDEX ONE */
/* INDEX ONE - INDEX ONE */
/* INDEX ONE - INDEX ONE */


.our-permit-container {
	background-color: #141414;
	z-index: 150;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 50px 6%;
}

.our-permit-content {
	max-width: 2000px;
	margin: 0 auto;
}

.our-permit {
	max-width: 640px;
	display: flex;
	margin: 0 0 150px 0;	
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #7C7C7C;
}

.our-permit h2 {
	max-width: 640px;
	margin: 0;
	color: #F5F5F5;
	font-size: 36px;
}

.our-permit-content p {
	max-width: 640px;
	margin: 0;
	color: #F5F5F5;
	font-size: 24px;
	font-weight: 400;
}


/* INDEX TWO - INDEX TWO */
/* INDEX TWO - INDEX TWO */
/* INDEX TWO - INDEX TWO */


.worked-with-container {
	background-color: #141414;
	z-index: 150;
	width: 88%;
	display: block;
	position: relative;
	padding: 0 6% 100px 6%;
}

.worked-with-content {
	max-width: 2000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.client-logo {
	display: flex;
	justify-content: center;
	align-content: center;
	margin: 0;
	aspect-ratio: 2.9/2;
	width: 48%;
	padding: 1%;
}

@media screen and (min-width:600px) {
	.client-logo {
		width: 31%;
	}
}

@media screen and (min-width:900px) {
	.client-logo {
		width: 23%;
	}
}

@media screen and (min-width:1300px) {
	.client-logo {
		width: 18%;
	}
}

@media screen and (min-width:1800px) {
	.client-logo {
		width: 10.5%;
	}
}

.bbc-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-BBC.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.itv-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-ITV.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.betty-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-Betty-TV-grey.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.windfall-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-Windfall-Films.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.academy-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-Academy-Films.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.fast-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-Fast-and-Furious-Live.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.bowmer-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-Bowmer-and-Kirkland.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.dstl-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-DSTL.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.garden-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-The-Garden-Productions-Ltd-.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.rare-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-Rare-TV-grey.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.riffraff-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-Riff-Raff-Films.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.ramsay-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-Studio-Ramsay-grey.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.alton-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-Alton-Towers.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.salvation-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-The-Salvation-Army.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.ab-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-Above-and-Beyond-Partners.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}

.imeche-logo {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-have-worked-with-the-Institute-of-Mechanical-Engineers.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 80%;
	height: 80%;
}


/* INDEX THREE -- INDEX THREE */
/* INDEX THREE -- INDEX THREE */
/* INDEX THREE -- INDEX THREE */


.showreel-container {
	background-color: #141414;
	z-index: 150;
	width: 88%;
	display: block;
	position: relative;
	padding: 0 6% 50px 6%;
}

.showreel-inner-container {
	max-width: 2000px;
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 100px 0 150px 0;
	border-top: 5px solid #282828;
	border-bottom: 5px solid #282828;
}

.showreel-inner-container h2 {
	color: #F5F5F5;
	margin-bottom: 50px;
}

.showreel-content {
	width: 100%;	
	display: block;
}

@media screen and (min-width: 1100px) {
	.showreel-content {
		display: flex;
		flex-direction: row-reverse;
	}
}

.showreel-description {
	width: 100%;
	padding: 0;
}

@media screen and (min-width: 1100px) {
	.showreel-description {
		width: 30%;
		padding-right: 50px;
	}
}

.showreel-description p {
	color: #7C7C7C;
	max-width: 500px;
}

.showreel-youtube {
	width: 100%;
	margin: 50px 0;
}

@media screen and (min-width: 1100px) {
	.showreel-youtube {
		width: 70%;
		display: flex;
		margin-top: 27px;
		margin-bottom: 0;
	}
}

  .youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    width: 100%;
    background: #000;
    margin: 5px;
  }
  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }
  .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }
  .youtube-player img:hover {
    -webkit-filter: brightness(50%);
  }
  .youtube-player .play {
    height: 120px;
    width: 120px;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    background: url("../Images/SVG/YouTube play.svg") no-repeat;
    cursor: pointer;
	filter: drop-shadow(5px 5px 5px #141414);
}


/* INDEX FOUR -- INDEX FOUR */
/* INDEX FOUR -- INDEX FOUR */
/* INDEX FOUR -- INDEX FOUR */


.services-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	min-height: 500px;
	background-color: #141414;
	padding: 100px 6% 50px 6%;
}

.service-container-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-container-content h2 {
	color: #F5F5F5;
	width: 100%;
	margin: 0 0 100px 0;
}

.service-item {
	width: 100%;
	height: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: stretch;
	border-style: none;
	margin-bottom: 100px;
}

@media screen and (min-width: 650px) {
	.service-item {
		width: 48%;
	}
}

@media screen and (min-width: 1200px) {
	.service-item {
		width: 22.5%;
	}
}

.service-item h3 {
	color: #F5F5F5;
	width: 275px;
	font-size: 32px;
	margin: 30px 0 0 0;	
}

.service-item p {
	color: #7C7C7C;
	width: 275px;
	margin: 20px 0 0 0;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
	.service-item p {
		width: 200px;
	}
}


.filming-slant {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-FILMING.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 100%;
	transition: background-image 150ms;
	margin: 0;
	padding: 0;
}

.filming-slant:hover {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-FILMING-RO.png");
}

.photos-slant {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-PHOTOGRAPHY-RO.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 100%;
	transition: background-image 150ms;
	margin: 0;
	padding: 0;
}

.photos-slant:hover {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-PHOTOGRAPHY.png");
}

.fpv-slant {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-FPV-FILMING-RO.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 100%;
	transition: background-image 150ms;
	margin: 0;
	padding: 0;
}

.fpv-slant:hover {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-FPV-FILMING.png");
}

.custom-slant {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-CUSTOM-RO.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 100%;
	transition: background-image 150ms;
	margin: 0;
	padding: 0;
}

.custom-slant:hover {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-CUSTOM.png");
}


/* INDEX FIVE -- INDEX FIVE */
/* INDEX FIVE -- INDEX FIVE */
/* INDEX FIVE -- INDEX FIVE */

.drone-show-banner {
	background-image: url("../Images/JPEG/Altitude Aerial Photography Ltd also offer drone show services for up to 500 drones or more - narrow.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 100%;
	display: block;
	height: 600px;
}

@media screen and (min-width: 1200px) {
	.drone-show-banner {
	background-image: url("../Images/JPEG/Altitude Aerial Photography Ltd also offer drone show services for up to 500 drones or more.jpg");
	}
}

.drone-show-container {
	position: relative;
	z-index: 950;
	width: 88%;
	display: block;
	background-color: #141414;
	padding: 150px 6% 150px 6%;
}

.drone-show-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.drone-show-content h2 {
	color: #F5F5F5;
	width: 100%;
	margin: 0 0 100px 0;
}

.drone-show-inner {
	width: 100%;
	max-width: 2000px;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
	.drone-show-inner {
		display: block;
	}
}

.drone-show-feature {
	display: inline-flex;
	align-items: center;
	width: 250px;
	height: 100%;
	margin: 0 100px 50px 0;
}

@media screen and (max-width: 1200px) {
	.drone-show-feature {
	width: 100%;
	margin: 0 0 50px 0;
	}
}

.drone-show-feature p {
	font-weight: 400;
	font-size: 22px;
	width: 250px;
	color: #F5F5F5;
	margin-left: 20px;
	padding: 0;
}

.one-hundred {
	background-image: url("../Images/SVG/Altitude Aerial Photography small drone shows.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 150px;
	padding: 0;
	
}

.three-hundred {
	background-image: url("../Images/SVG/Altitude Aerial Photography medium drone shows.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 150px;
	padding: 0;
}

.five-hundred {
	background-image: url("../Images/SVG/Altitude Aerial Photography large drone shows.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 150px;
	padding: 0;
}

.trusted-service-container {
	background-image: url("../Images/JPEG/Altitude Aerial Photography Ltd offer professional PHOTOGRAPHY dark.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	display: block;
	background-color: #141414;
	padding: 180px 6% 150px 6%;
}

@media screen and (min-width: 1200px) {
	.trusted-service-container {
	background-image: url("../Images/JPEG/Altitude Aerial Photography Ltd offer professional PHOTOGRAPHY dark - wide.jpg");
	}
}

.trusted-service-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.trusted-service-content h2 {
	color: #F5F5F5;
	width: 100%;
	margin: 0 0 100px 0;
}

.trusted-service-inner {
	width: 100%;
	max-width: 2000px;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
	.trusted-service-inner {
		display: block;
	}
}

.quality-feature {
	display: inline-flex;
	align-items: center;
	width: 250px;
	height: 100%;
	margin: 0 100px 50px 0;
}

@media screen and (max-width: 1200px) {
	.quality-feature {
	width: 100%;
	margin: 0 0 50px 0;
	}
}

.quality-feature p {
	font-weight: 400;
	font-size: 22px;
	width: 250px;
	color: #F5F5F5;
	margin-left: 20px;
	padding: 0;
}

.experienced {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd are highly experienced at providing an excellent service - white.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 150px;
	padding: 0;
	
}

.caa-licensed {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd are fully licensed experienced and registered with the UK Civil Aviation Authority - white.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 150px;
	padding: 0;
}

.fully-insured {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd are fully insured with ten million pounds of public liability cover - white.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 150px;
	padding: 0;
}


/* INDEX SIX -- INDEX SIX */
/* INDEX SIX -- INDEX SIX */
/* INDEX SIX -- INDEX SIX */


.benefits-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	min-height: 500px;
	background-color: #141414;
	padding: 100px 6% 50px 6%;
}

.benefits-container-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.benefits-container-content h2 {
	color: #F5F5F5;
	margin-bottom: 50px;
}

.benefits-container-inner {
	width: 100%;
	max-width: 2000px;
	margin: 0 0 50px 0;
	padding: 0;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
}

.benefits-item {
	width: 100%;
	height: auto;
	display: inline-flex;
	flex-wrap: wrap;
	align-content: flex-start;
	border-style: none;
	margin: 50px 0 50px 0;
	padding: 0;
}

@media screen and (min-width: 600px) {
	.benefits-item {
		width: 48%;
	}
}

@media screen and (min-width: 1200px) {
	.benefits-item {
		width: 22.5%;
	}
}

.benefits-item h3 {
	color: #F5F5F5;
	font-size: 32px;
	margin: 10px 0 0 0;
}

.benefits-item h4 {
	color: #F5F5F5;
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.benefits-item p {
	color: #7C7C7C;
	margin: 20px 0 0 0;
	padding: 0;
	width: 275px;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.benefits-item p {
		width: 220px;
	}
}

@media screen and (min-width: 600px) and (max-width: 750px) {
	.benefits-item p {
		width: 220px;
	}
}
.safe-hands {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd have a permit for operation that allows them to fly in built up areas.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.quality {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd offer a vast range of cameras and lenses to choose from v3.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.location {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd have an advanced permit for operation that allows them to fly anywhere in the United Kingdom.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.all-day {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd are able to fly their drones day or night with their advanced permit.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}


/* INDEX SEVEN -- INDEX SEVEN */
/* INDEX SEVEN -- INDEX SEVEN */
/* INDEX SEVEN -- INDEX SEVEN */


.client-testimonials-container {
	background-image: url("../Images/JPEG/Altitude Aerial Photography Ltd offer professional FILMING.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	display: block;
	background-color: #141414;
	padding: 150px 6% 50px 6%;
}

.client-testimonials-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.client-testimonials-content h2 {
	color: #F5F5F5;
	width: 100%;
	margin: 0 0 80px 0;
}

.client-testimonials-inner {
	width: 100%;
	max-width: 2000px;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
	.client-testimonials-inner {
		display: block;
	}
}

.client-testimonial {
	width: 45%;
	margin: 0 5% 100px 0;
}

@media screen and (max-width: 1200px) {
	.client-testimonial {
	width: 100%;
	margin: 0 0 100px 0;
	}
}

.client-testimonial p {
	font-weight: 400;
	font-size: 22px;
	color: #F5F5F5;
}




												/* SERVICES PAGE -- SERVICES PAGE */
												/* SERVICES PAGE -- SERVICES PAGE */
												/* SERVICES PAGE -- SERVICES PAGE */




.services-page {
	background-color: #141414;
}


/* SERVICES HERO - SERVICES HERO */
/* SERVICES HERO - SERVICES HERO */
/* SERVICES HERO - SERVICES HERO */


.services-hero-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 0px 6%;
}

.services-hero-container p {
	max-width: 800px;
	color: #7C7C7C;
}

.services-hero-container h2 {
	color: #F5F5F5;
}

.services-hero-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	padding-bottom: 150px;
	border-bottom: 5px solid #282828;
}


/* SERVICES ONE - SERVICES ONE */
/* SERVICES ONE - SERVICES ONE */
/* SERVICES ONE - SERVICES ONE */


.services-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	min-height: 500px;
	background-color: #141414;
	padding: 100px 6% 50px 6%;
}

.service-container-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-container-content h2 {
	color: #F5F5F5;
	width: 100%;
	margin: 0 0 100px 0;
}

.service-item {
	width: 100%;
	height: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: stretch;
	border-style: none;
	margin-bottom: 100px;
}

@media screen and (min-width: 650px) {
	.service-item {
		width: 48%;
	}
}

@media screen and (min-width: 1200px) {
	.service-item {
		width: 22.5%;
	}
}

.service-item h3 {
	color: #F5F5F5;
	width: 275px;
	font-size: 32px;
	margin: 30px 0 0 0;	
}

.service-item p {
	color: #7C7C7C;
	width: 275px;
	margin: 20px 0 0 0;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
	.service-item p {
		width: 200px;
	}
}


.filming-slant {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-FILMING.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 100%;
	transition: background-image 150ms;
	margin: 0;
	padding: 0;
}

.filming-slant:hover {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-FILMING-RO.png");
}

.photos-slant {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-PHOTOGRAPHY-RO.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 100%;
	transition: background-image 150ms;
	margin: 0;
	padding: 0;
}

.photos-slant:hover {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-PHOTOGRAPHY.png");
}

.fpv-slant {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-FPV-FILMING-RO.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 100%;
	transition: background-image 150ms;
	margin: 0;
	padding: 0;
}

.fpv-slant:hover {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-FPV-FILMING.png");
}

.custom-slant {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-CUSTOM-RO.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 100%;
	transition: background-image 150ms;
	margin: 0;
	padding: 0;
}

.custom-slant:hover {
	background-image: url("../Images/PNG/Altitude-Aerial-Photography-Ltd-offer-professional-broadcast-quality-CUSTOM.png");
}


/* SERVICES TWO - SERVICES TWO */
/* SERVICES TWO - SERVICES TWO */
/* SERVICES TWO - SERVICES TWO */


.our-permit-container-services {
	z-index: 150;
	width: 88%;
	display: block;
	position: relative;
	padding: 0 6% 150px 6%;
}

.our-permit-content-services {
	max-width: 2000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	border-top: 5px solid #282828;
	padding-top: 150px;
}

.our-permit-services {
	max-width: 640px;
	display: flex;
	margin: 0 0 50px 0;	
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #7C7C7C;
}

.our-permit-services h2 {
	max-width: 800px;
	margin: 0;
	color: #F5F5F5;
	font-size: 36px;
}

.our-permit-content-services h3 {
	max-width: 800px;
	color: #518EAC;
	font-size: 32px;
	margin-top: 50px;
}

.our-permit-content-services p {
	max-width: 800px;
	color: #7C7C7C;
}

.bullet-three {
	list-style: circle;
	list-style-position: outside;
	font-family: 'avenir';
	color: #7C7C7C;
	max-width: 700px;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.5;	
}

.our-permit-inner-left {
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.our-permit-inner-left {
	width: 48%; 
	margin-right: 2%;
	padding: 0;
	}
}

.our-permit-inner-right {
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.our-permit-inner-right {
	width: 48%; 
	margin-left: 2%;
	padding: 0;
	}
}


/* SERVICES THREE - SERVICES THREE */
/* SERVICES THREE - SERVICES THREE */
/* SERVICES THREE - SERVICES THREE */


.services-full-width-image-one {
background-image: url("../Images/JPEG/The City of London at night shot from our Canon C70.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position:center;
align-content: center;
border-style: none;
width: 100%;
height: 600px;
}


/* SERVICES FOUR - SERVICES FOUR */
/* SERVICES FOUR - SERVICES FOUR */
/* SERVICES FOUR - SERVICES FOUR */


.get-the-most-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 0px 6% 0px 6%;
}

.get-the-most-container p {
	max-width: 800px;
	color: #7C7C7C;
}

.get-the-most-container h2 {
	max-width: 800px;
	margin: 150px 0 50px 0;
	color: #F5F5F5;
}

.get-the-most-container h3 {
	max-width: 800px;
	color: #518EAC;
	font-size: 32px;
	margin-top: 50px;
}

.get-the-most-container-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 150px 0;
	border-bottom: 5px solid #282828;
}

.get-the-most-inner-left {
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.get-the-most-inner-left {
	width: 48%; 
	margin-right: 2%;
	padding: 0;
	}
}

.get-the-most-inner-right {
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.get-the-most-inner-right {
	width: 48%; 
	margin-left: 2%;
	padding: 0;
	}
}

.get-the-most-conclusion {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	padding: 0;
}


												/* FILMING PAGE - FILMING PAGE */
												/* FILMING PAGE - FILMING PAGE */
												/* FILMING PAGE - FILMING PAGE */




.filming-page {
	background-color: #141414;
}

/* FILMING HERO - FILMING HERO */
/* FILMING HERO - FILMING HERO */
/* FILMING HERO - FILMING HERO */

.filming-hero-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 0px 6%;
}

.filming-hero-container p {
	max-width: 800px;
	color: #7C7C7C;
}

.filming-hero-container h2 {
	color: #F5F5F5;
}

.filming-hero-container h3 {
	color: #7C7C7C;
	font-size: 32px;
	margin: 27px 0 0 0;
}

.filming-hero-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	padding-bottom: 150px;
}

/* FILMING ONE - FILMING ONE */
/* FILMING ONE - FILMING ONE */
/* FILMING ONE - FILMING ONE */


.filming-full-width-image-one {
background-image: url("../Images/JPEG/Savoy Court in London shot on our Canon C70 for The Savoy TV series from Studio Ramsay.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position:center;
align-content: center;
border-style: none;
width: 100%;
height: 600px;
}


/* FILMING TWO - FILMING TWO */
/* FILMING TWO - FILMING TWO */
/* FILMING TWO - FILMING TWO */


.filming-services-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	min-height: 500px;
	background-color: #141414;
	padding: 150px 6% 0 6%;
}

.filming-service-container-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
}

.filming-service-container-content h2 {
	color: #F5F5F5;
	width: 100%;
	margin: 0;
}

.filming-service-sub-section {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 150px 0 150px 0;
}

.filming-service-sub-section h3 {
	color: #F5F5F5;
	font-size: 32px;
	margin: 50px 0 0 0;	
}

.filming-service-sub-section h4 {
	color: #F5F5F5;
	font-size: 24px;
	margin: 30px 0 0 0;	
}

.filming-service-sub-section p {
	color: #7C7C7C;
	max-width: 800px;
	margin: 20px 0 0 0;
}

.filming-service-sub-left {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.filming-service-sub-left {
	width: 48%; 
	margin-right: 2%;
	padding: 0;
	}
}

.filming-service-sub-right {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.filming-service-sub-right {
	width: 48%; 
	margin-left: 2%;
	padding: 0;
	}
}

.filming-level-one-icon {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd level one filming services.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}

.filming-level-two-icon {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd level two filming services.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}

.filming-level-three-icon {
	background-image: url("../Images/SVG/Calculator icon.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}


/* FILMING THREE - FILMING THREE */
/* FILMING THREE - FILMING THREE */
/* FILMING THREE - FILMING THREE */


.filming-full-width-image-two {
background-image: url("../Images/JPEG/Altitude-Aerial-Photography-Ltd-showreel-background-rollover-light.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position:center;
align-content: center;
border-style: none;
width: 100%;
height: 600px;
}




												/* PHOTOGRAPHY PAGE - PHOTOGRAPHY PAGE */
												/* PHOTOGRAPHY PAGE - PHOTOGRAPHY PAGE */
												/* PHOTOGRAPHY PAGE - PHOTOGRAPHY PAGE */




.photos-page {
	background-color: #141414;
}

/* PHOTOS HERO - PHOTOS HERO */
/* PHOTOS HERO - PHOTOS HERO */
/* PHOTOS HERO - PHOTOS HERO */

.photos-hero-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 0px 6%;
}

.photos-hero-container p {
	max-width: 800px;
	color: #7C7C7C;
}

.photos-hero-container h2 {
	color: #F5F5F5;
}

.photos-hero-container h3 {
	color: #7C7C7C;
	font-size: 32px;
	margin: 27px 0 0 0;
}

.photos-hero-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	padding-bottom: 150px;
}

/* PHOTOS ONE - PHOTOS ONE */
/* PHOTOS ONE - PHOTOS ONE */
/* PHOTOS ONE - PHOTOS ONE */


.photos-full-width-image-one {
background-image: url("../Images/JPEG/St Ives' RNLI Lifeboat, photographed by Altitude Aerial Photography Ltd.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position:center;
align-content: center;
border-style: none;
width: 100%;
height: 600px;
}


/* PHOTOS TWO - PHOTOS TWO */
/* PHOTOS TWO - PHOTOS TWO */
/* PHOTOS TWO - PHOTOS TWO */


.photos-services-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	min-height: 500px;
	background-color: #141414;
	padding: 150px 6% 0 6%;
}

.photos-service-container-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
}

.photos-service-container-content h2 {
	color: #F5F5F5;
	width: 100%;
	margin: 0;
}

.photos-service-sub-section {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 150px 0 150px 0;
}

.photos-service-sub-section h3 {
	color: #F5F5F5;
	font-size: 32px;
	margin: 50px 0 0 0;	
}

.photos-service-sub-section h4 {
	color: #F5F5F5;
	font-size: 24px;
	margin: 30px 0 0 0;	
}

.photos-service-sub-section p {
	color: #7C7C7C;
	max-width: 800px;
	margin: 20px 0 0 0;
}

.photos-service-sub-left {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.photos-service-sub-left {
	width: 48%; 
	margin-right: 2%;
	padding: 0;
	}
}

.photos-service-sub-right {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.photos-service-sub-right {
	width: 48%; 
	margin-left: 2%;
	padding: 0;
	}
}

.photos-level-one-icon {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd offer drones with fixed cameras capable of shooting high quality imagery.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}

.photos-level-two-icon {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd offer drones with small SLR cameras capable of shooting high quality imagery.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}

.photos-level-three-icon {
	background-image: url("../Images/SVG/Calculator icon.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}


/* PHOTOS THREE - PHOTOS THREE */
/* PHOTOS THREE - PHOTOS THREE */
/* PHOTOS THREE - PHOTOS THREE */


.photos-full-width-image-two {
background-image: url("../Images/JPEG/Woking railway station shot using a Canon 5Dmk4 and 50mm lens by Altitude Aerial Photography Ltd.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position:center;
align-content: center;
border-style: none;
width: 100%;
height: 600px;
}




												/* FPV PAGE - FPV PAGE */
												/* FPV PAGE - FPV PAGE */
												/* FPV PAGE - FPV PAGE */




.fpv-page {
	background-color: #141414;
}

/* FPV HERO - FPV HERO */
/* FPV HERO - FPV HERO */
/* FPV HERO - FPV HERO */

.fpv-hero-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 0px 6%;
}

.fpv-hero-container p {
	max-width: 800px;
	color: #7C7C7C;
}

.fpv-hero-container h2 {
	color: #F5F5F5;
}

.fpv-hero-container h3 {
	color: #7C7C7C;
	font-size: 32px;
	margin: 27px 0 0 0;
}

.fpv-hero-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	padding-bottom: 150px;
}

/* FPV ONE - FPV ONE */
/* FPV ONE - FPV ONE */
/* FPV ONE - FPV ONE */


.fpv-full-width-image-one {
background-image: url("../Images/JPEG/Virgin Media 02 advert that Altitude Aerial Photography Ltd provided FPV filming for.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position:center;
align-content: center;
border-style: none;
width: 100%;
height: 600px;
}


/* FPV TWO - FPV TWO */
/* FPV TWO - FPV TWO */
/* FPV TWO - FPV TWO */


.fpv-services-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	min-height: 500px;
	background-color: #141414;
	padding: 150px 6% 0 6%;
}

.fpv-service-container-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
}

.fpv-service-container-content h2 {
	color: #F5F5F5;
	width: 100%;
	margin: 0;
}

.fpv-service-sub-section {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 150px 0 150px 0;
}

.fpv-service-sub-section h3 {
	color: #F5F5F5;
	font-size: 32px;
	margin: 50px 0 0 0;	
}

.fpv-service-sub-section h4 {
	color: #F5F5F5;
	font-size: 24px;
	margin: 30px 0 0 0;	
}

.fpv-service-sub-section p {
	color: #7C7C7C;
	max-width: 800px;
	margin: 20px 0 0 0;
}

.fpv-service-sub-left {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.fpv-service-sub-left {
	width: 48%; 
	margin-right: 2%;
	padding: 0;
	}
}

.fpv-service-sub-right {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.fpv-service-sub-right {
	width: 48%; 
	margin-left: 2%;
	padding: 0;
	}
}

.fpv-level-one-icon {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd offer professional action filming services from the ground and drones.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}

.fpv-level-two-icon {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd offer drones capable of high agility filming.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}

.fpv-level-three-icon {
	background-image: url("../Images/SVG/Calculator icon.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}


/* FPV THREE - FPV THREE */
/* FPV THREE - FPV THREE */
/* FPV THREE - FPV THREE */


.fpv-full-width-image-two {
background-image: url("../Images/JPEG/Altitude Aerial Photography Ltd offer professional FPV.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position:center;
align-content: center;
border-style: none;
width: 100%;
height: 600px;
}





												/* CUSTOM PAGE - CUSTOM PAGE */
												/* CUSTOM PAGE - CUSTOM PAGE */
												/* CUSTOM PAGE - CUSTOM PAGE */





.custom-page {
	background-color: #141414;
}

/* CUSTOM HERO - CUSTOM HERO */
/* CUSTOM HERO - CUSTOM HERO */
/* CUSTOM HERO - CUSTOM HERO */

.custom-hero-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 0px 6%;
}

.custom-hero-container p {
	max-width: 800px;
	color: #7C7C7C;
}

.custom-hero-container h2 {
	color: #F5F5F5;
}

.custom-hero-container h3 {
	color: #7C7C7C;
	font-size: 32px;
	margin: 27px 0 0 0;
}

.custom-hero-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	padding-bottom: 150px;
}

/* CUSTOM ONE - CUSTOM ONE */
/* CUSTOM ONE - CUSTOM ONE */
/* CUSTOM ONE - CUSTOM ONE */


.custom-full-width-image-one {
background-image: url("../Images/JPEG/A radio controlled missile made by Altitude Aerial Photography Ltd with the stars of Fast and Furious Live.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position:center;
align-content: center;
border-style: none;
width: 100%;
height: 600px;
}


/* CUSTOM TWO - CUSTOM TWO */
/* CUSTOM TWO - CUSTOM TWO */
/* CUSTOM TWO - CUSTOM TWO */


.custom-services-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	min-height: 500px;
	background-color: #141414;
	padding: 150px 6% 0 6%;
}

.custom-service-container-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
}

.custom-service-container-content h2 {
	color: #F5F5F5;
	width: 100%;
	margin: 0;
}

.custom-service-sub-section {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 150px 0 150px 0;
}

.custom-service-sub-section h3 {
	color: #F5F5F5;
	font-size: 32px;
	margin: 50px 0 0 0;	
}

.custom-service-sub-section h4 {
	color: #F5F5F5;
	font-size: 24px;
	margin: 30px 0 0 0;	
}

.custom-service-sub-section p {
	color: #7C7C7C;
	max-width: 800px;
	margin: 20px 0 0 0;
}

.custom-service-sub-left {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.custom-service-sub-left {
	width: 48%; 
	margin-right: 2%;
	padding: 0;
	}
}

.custom-service-sub-right {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.custom-service-sub-right {
	width: 48%; 
	margin-left: 2%;
	padding: 0;
	}
}

.custom-level-one-icon {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd have a range of flying lights.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}

.custom-level-two-icon {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd offer professional remotely piloted vehicle design and construction for tv and film.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}

.custom-level-three-icon {
	background-image: url("../Images/SVG/Calculator icon.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}


/* CUSTOM THREE - CUSTOM THREE */
/* CUSTOM THREE - CUSTOM THREE */
/* CUSTOM THREE - CUSTOM THREE */


.custom-full-width-image-two {
background-image: url("../Images/JPEG/Altitude Aerial Photography Ltd flying for BT with Jess Glynne.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position:center;
align-content: center;
border-style: none;
width: 100%;
height: 600px;
}




												/* DRONE SHOW PAGE - DRONE SHOW PAGE */
												/* DRONE SHOW PAGE - DRONE SHOW PAGE */
												/* DRONE SHOW PAGE - DRONE SHOW PAGE */





.drone-show-page {
	background-color: #141414;
}

/* DRONE SHOW HERO - DRONE SHOW HERO */
/* DRONE SHOW HERO - DRONE SHOW HERO */
/* DRONE SHOW HERO - DRONE SHOW HERO */

.drone-show-hero-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 0px 6%;
}

.drone-show-hero-container p {
	max-width: 800px;
	color: #7C7C7C;
}

.drone-show-hero-container h2 {
	color: #F5F5F5;
}

.drone-show-hero-container h3 {
	color: #7C7C7C;
	font-size: 32px;
	margin: 27px 0 0 0;
}

.drone-show-hero-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	padding-bottom: 150px;
}

/* DRONE SHOW ONE - DRONE SHOW ONE */
/* DRONE SHOW ONE - DRONE SHOW ONE */
/* DRONE SHOW ONE - DRONE SHOW ONE */


.drone-show-full-width-image-one {
background-image: url("../Images/JPEG/Altitude Aerial Photography Ltd logo made from 100 flying drones mobile version.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position:center;
align-content: center;
border-style: none;
width: 100%;
height: 450px;
}

@media screen and (min-width: 1200px) {
	.drone-show-full-width-image-one {
	background-image: url("../Images/JPEG/Altitude Aerial Photography Ltd logo made from 100 flying drones.jpg");
	height: 600px;
	}
}


/* DRONE SHOW TWO - DRONE SHOW TWO */
/* DRONE SHOW TWO - DRONE SHOW TWO */
/* DRONE SHOW TWO - DRONE SHOW TWO */


.drone-show-services-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	min-height: 500px;
	background-color: #141414;
	padding: 150px 6% 0 6%;
}

.drone-show-service-container-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
}

.drone-show-service-container-content h2 {
	color: #F5F5F5;
	width: 100%;
	margin: 0;
}

.drone-show-service-sub-section {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 150px 0 150px 0;
}

.drone-show-service-sub-section h3 {
	color: #F5F5F5;
	font-size: 32px;
	margin: 50px 0 0 0;	
}

.drone-show-service-sub-section h4 {
	color: #F5F5F5;
	font-size: 24px;
	margin: 30px 0 0 0;	
}

.drone-show-service-sub-section p {
	color: #7C7C7C;
	max-width: 800px;
	margin: 20px 0 0 0;
}

.drone-show-service-sub-left {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.drone-show-service-sub-left {
	width: 48%; 
	margin-right: 2%;
	padding: 0;
	}
}

.drone-show-service-sub-right {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.drone-show-service-sub-right {
	width: 48%; 
	margin-left: 2%;
	padding: 0;
	}
}

.drone-show-level-one-icon {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd offer an entertainment drone and model aircraft service.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}

.drone-show-level-two-icon {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd offer full drone show services.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}

/*
.drone-show-level-three-icon {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd offer professional remotely piloted vehicle design and construction for tv and film.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}
*/

.drone-show-level-four-icon {
	background-image: url("../Images/SVG/Calculator icon.svg");	
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	height: 125px;
	margin: 0;
	padding: 0;
}


/* DRONE SHOW THREE - DRONE SHOW THREE */
/* DRONE SHOW THREE - DRONE SHOW THREE */
/* DRONE SHOW THREE - DRONE SHOW THREE */


.drone-show-full-width-image-two {
background-image: url("../Images/JPEG/Altitude Aerial Photography Ltd provide aerobatic night displays with model helicopters - narrow.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position:center;
align-content: center;
border-style: none;
width: 100%;
height: 600px;
}

@media screen and (min-width: 1200px) {
	.drone-show-full-width-image-two {
	background-image: url("../Images/JPEG/Altitude Aerial Photography Ltd provide aerobatic night displays with model helicopters.jpg");
	}
}




												/* OUR WORK PAGE -- OUR WORK PAGE */
												/* OUR WORK PAGE -- OUR WORK PAGE */
												/* OUR WORK PAGE -- OUR WORK PAGE */




.our-work-page {
	background-color: #141414;
}

/* OUR WORK HERO - OUR WORK HERO */
/* OUR WORK HERO - OUR WORK HERO */
/* OUR WORK HERO - OUR WORK HERO */

.our-work-hero-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.our-work-hero-container p {
	max-width: 800px;
	color: #7C7C7C;
}

.our-work-hero-container h2 {
	font-size: 24px;
	color: #F5F5F5;
}

.our-work-hero-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}


/* OUR WORK ONE - OUR WORK ONE */
/* OUR WORK ONE - OUR WORK ONE */
/* OUR WORK ONE - OUR WORK ONE */


.our-work-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	min-height: 500px;
	padding: 0 6% 0 6%;
}

.our-work-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	padding-top: 150px;
	padding-bottom: 50px;
	border-top: 5px solid #282828;	
	border-bottom: 5px solid #282828;
}

.our-work-inner {
	width: 100%;
	max-width: 2000px;
	margin: 0;
	padding: 0;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
}

.work-example {
	width: 100%;
	height: auto;
	display: inline-flex;
	flex-wrap: wrap;
	align-content: flex-start;
	border-style: none;
	margin: 0 0 100px 0;
	padding: 0;
}

@media screen and (min-width: 600px) {
	.work-example {
		width: 48%;
	}
}

@media screen and (min-width: 1200px) {
	.work-example {
		width: 22.5%;
	}
}

.work-example h3 {
	color: #F5F5F5;
	font-size: 18px;
	margin: 20px 0 0 0;
}

.work-example p {
	color: #7C7C7C;
	margin: 20px 0 0 0;
}

.work-thumbnail {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 2px solid #282828;
}

.work-thumbnail:hover {
	border: 2px solid #F5F5F5;
}



												/* FAQs PAGE -- FAQs PAGE */
												/* FAQs PAGE -- FAQs PAGE */
												/* FAQs PAGE -- FAQs PAGE */




.faqs-page {
	background-color: #F5F5F5;
}

/* FAQs HERO - FAQs HERO */
/* FAQs HERO - FAQs HERO */
/* FAQs HERO - FAQs HERO */

.faqs-hero-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.faqs-hero-container p {
	max-width: 800px;
}

.faqs-hero-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}


/* FAQs ONE - FAQs ONE */
/* FAQs ONE - FAQs ONE */
/* FAQs ONE - FAQs ONE */


.faqs-questions-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	min-height: 500px;
	padding: 0 6% 0 6%;
}

.faqs-questions-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.faqs-questions-inner {
	width: 100%;
	max-width: 2000px;
	margin: 0 0 50px 0;
	padding: 0;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
}

.question-item {
	width: 100%;
	height: auto;
	display: inline-flex;
	flex-wrap: wrap;
	align-content: flex-start;
	border-style: none;
	margin: 0 0 100px 0;
	padding: 0;
}

@media screen and (min-width: 600px) {
	.question-item {
		width: 48%;
	}
}

@media screen and (min-width: 1200px) {
	.question-item {
		width: 22.5%;
	}
}

.question-item h3 {
	color: #282828;
	font-weight: 700;
	font-size: 18px;
	margin: 20px 0 0 0;
}

.question-item p {
	color: #282828;
	margin: 20px 0 0 0;
	padding: 0;
	width: 90%;
}

@media screen and (max-width: 600px) {
	.question-item p {
		width: 100%;
	}
}

.how-high-can-you-fly {
	background-image: url("../images/SVG/Altitude Aerial Photography Ltd have a permit for operation that allows them to fly up to 400ft.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.how-far-can-you-fly {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd can fly up to a maximum of 500m from the pilot.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.how-fast-can-you-fly {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd offer drones capable of high agility filming.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.where-can-you-fly {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd have an advanced permit for operation that allows them to fly anywhere in the United Kingdom.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.can-you-fly-in-cities {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd have a permit for operation that allows them to fly in built up areas.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.can-you-fly-at-night {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd are able to fly their drones day or night with their advanced permit.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.can-you-fly-in-rain {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd don't recommend flying in the rain.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.can-you-fly-in-wind {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd don't recommend flying in strong wind.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.can-you-fly-at-events {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd have a permit to fly as close as 50m to uninvolved people and assemblies.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.are-you-insured {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd are fully insured with ten million pounds of public liability cover.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.are-you-licensed {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd are fully licensed experienced and registered with the UK Civil Aviation Authority.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}

.what-cameras {
	background-image: url("../Images/SVG/Altitude Aerial Photography Ltd offer a vast range of cameras and lenses to choose from.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	aspect-ratio: 1/1;
	width: 30%;
	margin: 0;
	padding: 0;
}




												/* CONTACT PAGE -- CONTACT PAGE */
												/* CONTACT PAGE -- CONTACT PAGE */
												/* CONTACT PAGE -- CONTACT PAGE */




.contact-page {
	background-color: #141414;
}


/* CONTACT FORM - CONTACT FORM */
/* CONTACT FORM - CONTACT FORM */
/* CONTACT FORM - CONTACT FORM */


.contact-form {
	background-image: url("../Images/JPEG/Altitude Aerial Photography Ltd flying one of their larger drones from the Helipad over St Georges Hospital for 24 Hours in A and E.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:left;
	z-index: 150;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}
.contact-form-content {
	max-width: 2000px;
	margin: 0 auto;
}
.contact-form-content p {
	max-width: 800px;
}

#contactform {
	margin-top: 100px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #518EAC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #518EAC;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #518EAC;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #518EAC;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #518EAC;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #518EAC;
}

.title-box {
	display: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

.small-box {
	display: flex;
	outline: none;
	font-family: "Avenir";
	color: #282828;
	cursor: pointer;
	margin: 30px 0 0 0;
	padding: 12px 0;
	width: 100%;
	max-width: 1200px;
	font-size: 18px;
	border: none;
	border-bottom: 2px solid #7C7C7C;
	background-color: transparent;
	transition: border-bottom 150ms;
}
.small-box:hover {
	border-bottom: 2px solid #6BC458;	
}
.small-box:checked {
	border-bottom: 2px solid #6BC458;	
}
.small-box:active {
	border-bottom: 2px solid #6BC458;	
}

.large-box {
	display: flex;
	outline: none;
	font-family: "Avenir";
	color: #282828;
	cursor: pointer;
	margin: 30px 0 0 0;
	padding: 12px 0;
	width: 100%;
	max-width: 1200px;
	font-size: 18px;
	border: none;
	border-bottom: 2px solid #7C7C7C;
	background-color: transparent;
	transition: border-bottom 150ms;
}
.large-box:hover {
	border-bottom: 2px solid #6BC458;	
}
.large-box:checked {
	border-bottom: 2px solid #6BC458;	
}
.large-box:active {
	border-bottom: 2px solid #6BC458;	
}

.checkbox:empty {
	cursor: pointer;	
	margin: 50px 0 0 0;
	height: 20px;
	width: 20px;
	margin-right: 10px;	
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid #7C7C7C;
    border-radius: 4px;
    outline: none;
    transition-duration: 150ms;
    background-color: transparent;
}

.checkbox:hover {
    border: 2px solid #6BC458;
}

.checkbox:checked {
    border: 2px solid #6BC458;
    background-color: #6BC458;
	content: url("../Images/SVG/confirmation tick.svg");
}

label {
	font-family: "Avenir";
	color: #518eac;
	font-size: 18px;
}

.g-recaptcha {
	display: flex;
	margin: 30px 0 0 0;
	color: #F5F5F5;
	cursor: pointer;
	width: 225px;
	margin-top: 50px;
	background-color: #BA274A;
	font-size: 18px;
	padding: 12px;
	border-radius: 15px;
	border: 1px solid #F5F5F5;
	justify-content: center;
	transition: background-color 150ms;
}

.g-recaptcha:hover {
	background-color: #6BC458;
}


/* CONTACT ONE - CONTACT ONE */
/* CONTACT ONE - CONTACT ONE */
/* CONTACT ONE - CONTACT ONE */


.contact-elements {
	z-index: 950;
	width: 88%;
	display: block;
	background-color: #141414;
	padding: 90px 6% 150px 6%;
}

.contact-elements h2 {
	color: #F5F5F5;
}

.contact-elements h3 {
	color: #F5F5F5;
	font-size: 20px;
}

.contact-elements p {
	color: #7C7C7C;
}

.contact-elements-wide {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto 50px auto;
}

.contact-elements-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.contact-elements-items-one {
	display: block;
	min-width: 40%;
	max-width: 300px;
	margin-bottom: 0;
	position: relative;
}

.contact-elements-items-two {
	display: block;
	min-width: 60%;
	max-width: 600px;
	margin-bottom: 0;
	position: relative;
}


/* CONTACT TWO - CONTACT TWO */
/* CONTACT TWO - CONTACT TWO */
/* CONTACT TWO - CONTACT TWO */

.contact-image-container {
	background-image: url("../Images/JPEG/Altitude Aerial Photography Ltd offer professional FILMING.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	min-height: 450px;
	display: block;
	background-color: #141414;
	padding: 180px 6% 150px 6%;
}

.contact-image-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.contact-image-content h2 {
	color: #F5F5F5;
	width: 100%;
	margin: 0 0 100px 0;
}



												/* CONTACT RESULT PAGE -- CONTACT RESULT PAGE */
												/* CONTACT RESULT PAGE -- CONTACT RESULT PAGE */
												/* CONTACT RESULT PAGE -- CONTACT RESULT PAGE */




.contact-outcome {
	background-color: #282828;
}

.hero-contact-outcome {
	z-index: 950;
	background-color: #F5F5F5;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 0 6%;
}

.hero-contact-outcome-content {
	max-width: 2000px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.hero-contact-outcome-content-sub {
	max-width: 800px;
}

.status-msg p {
	font-color: #BA274A;
}




												/* PRIVACY POLICY PAGE -- PRIVACY POLICY PAGE */
												/* PRIVACY POLICY PAGE -- PRIVACY POLICY PAGE */
												/* PRIVACY POLICY PAGE -- PRIVACY POLICY PAGE */

												/* TCS PAGE -- TCS PAGE */
												/* TCS PAGE -- TCS PAGE */
												/* TCS PAGE -- TCS PAGE */




.numbered {
	list-style: decimal-leading-zero;
	list-style-position: outside;
	font-family: 'avenir';
	color: #282828;
	font-weight: 100;
	font-size: 18px;
	margin: 27px 0 0 -10px;
	line-height: 1.5;
}

.bullet-one {
	list-style: disc;
	list-style-position: outside;
	font-family: 'avenir';
	color: #282828;
	font-weight: 100;
	font-size: 18px;
	margin: 0 0 0 -20px;
	line-height: 1.5;	
}

.bullet-two {
	list-style: circle;
	list-style-position: outside;
	font-family: 'avenir';
	color: #282828;
	font-weight: 100;
	font-size: 18px;
	margin: 0 0 0 15px;
	line-height: 1.5;
}

.privacy-policy-page {
	background-color: #282828;
}

.privacy-policy-page h2 {
	margin: 63px 0 0 0;
}

.privacy-policy-page h3 {
	margin: 27px 0 0 0;
	font-weight: 700;	
}

.hero-privacy-policy {
	z-index: 950;
	background-color: #F5F5F5;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 0 6%;
}

.hero-privacy-policy-content {
	max-width: 2000px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.hero-privacy-policy-content-sub {
	max-width: 800px;
}

.terms-and-conditions-page {
	background-color: #282828;
}

.terms-and-conditions-page h2 {
	margin: 63px 0 0 0;
}

.terms-and-conditions-page h3 {
	margin: 27px 0 0 0;
	font-weight: 700;
}

.hero-terms-conditions {
	z-index: 950;
	background-color: #F5F5F5;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 0 6%;
}

.hero-terms-conditions-content {
	max-width: 2000px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.hero-terms-conditions-content-sub {
	max-width: 800px;
}




												/* ERROR PAGE -- ERROR PAGE */
												/* ERROR PAGE -- ERROR PAGE */
												/* ERROR PAGE -- ERROR PAGE */




.error-page {
	background-color: #141414;
}

/* ERROR HERO - ERROR HERO */
/* ERROR HERO - ERROR HERO */
/* ERROR HERO - ERROR HERO */


.error-hero-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.error-hero-container p {
	max-width: 800px;
	color: #7C7C7C;
}

.error-hero-container h2 {
	font-size: 24px;
	color: #F5F5F5;
}

.error-hero-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}



