/*==========================================================
	Custom Styles Airserve
 ==========================================================*/

body {
	font-family: 'Rajdhani', sans-serif;
	color: #2a2f3b;
}
.wrapper {
	position: relative;
}
.wrapper.container-fluid {
	padding: 0;
}
/*.landing-header {
	position: relative;
	height: 100vh;
	z-index: 11;
} */
.navigation {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	z-index: 19;
}
.fixed-header-bg {
	background: #fff;
}
.black {
	color: #000 !important;
}
.as-menu {
	margin-top: 0;
	margin-bottom: 0;
}
.as-logo {
	padding: 20px 0;
}
.nav-item a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
	cursor: pointer;
	font-weight: 500 !important;
	letter-spacing: 1px;
}
.nav-item a:before {
	position: absolute;
	top: 0;
	left: -20px;
	content: url('../images/menu-before.png');
	opacity: 0;
	-webkit-transition: all 0.23s ease-in-out !important;
	-o-transition: all 0.23s ease-in-out !important;
	transition: all 0.23s ease-in-out !important;
}
.nav-item.active a:before,
.nav-item:hover a:before,
.nav-item a.active:before {
	opacity: 1;
}

/*==========================================================
	Mobile menu
 ==========================================================*/

 .mobile-menu {
	display: none;
	position: relative;
	top: 0;
	padding: 0 10px;
	background-color: #ffffff;
	width: 100%;
}
.mobile-menu .nav-item {
	padding: 10px;
	text-align: center;
}
.hamburger { display: none; }
.hamburger {
	width: 30px;
	height: 25px;
	position: absolute;
	right: 35px;
	top: 45px;
	z-index: 999;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.hamburger span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #ffffff;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2),
.hamburger span:nth-child(3) { top: 10px; }
.hamburger span:nth-child(4) { top: 20px; }
.hamburger.open span:nth-child(1) { top: 10px; width: 0; left: 50%; }
.hamburger.open span:nth-child(4) { top: 10px; width: 0; left: 50%; }

.hamburger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile-menu { margin-bottom: 15px; padding: 0; }
.mobile-menu li { list-style: none; }
.mobile-menu li a {
	border-bottom: 1px dotted #555555;
	position: relative;
	display: block;
	padding: 10px 30px;
	font-size: 14px;
	color: #999999;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	text-align: left;
}
/*.header-section {
	background: url('../images/header-bg.png');
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100vh;
} */
.header-section section {
	width: 65%;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.as-main-heading {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 300;
}
.as-main-excerpt {
	color: #fff;
	font-size: 24px;
	width: 50%;
	margin: 0 auto;
}

.header-section .first,
.header-section .second,
.header-section .third,
.header-section .fourth {
	position: absolute;
	left: 0;
	right: 0;
	animation-duration: 12s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.header-section .first{
	animation-name: anim-1;
}

.header-section .second{
	animation-name: anim-2;
}

.header-section .third{
	animation-name: anim-3;
}

.header-section .fourth{
	animation-name: anim-4;
}

@keyframes anim-1 {
	0%, 8% { opacity: 0; top: 80%; }
  8%,24% { bottom: 5%; top: 80%; opacity: 1; }
  28%, 100% { bottom: 30%; top: 25%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 28% { opacity: 0; top: 80%; }
  42%, 53% { bottom: 5%; top: 80%; opacity: 1; }
  58%, 100% { bottom: 30%; top: 25%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 59% { opacity: 0; top: 80%; }
  62%, 76% { bottom: 5%; top: 80%; opacity: 1; }
  80%, 100% { bottom: 30%; top: 25%; opacity: 0; }
}

@keyframes anim-4 {
	0%, 80% { opacity: 0; top: 80%; }
  81%, 94% { bottom: 5%; top: 80%; opacity: 1; }
  96%,100% { bottom: 30%; top: 25%; opacity: 0; }
}

.scroll-anim {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #00dfff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #00dfff;
  opacity: 0.7;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

/*==========================================================
	Services on home page
 ==========================================================*/

.as-service {
	background-color: #edfdff;
	padding: 100px 0;
}
.as-main-heading,
.service-head,
.as-solutions-head,
.as-specials-head,
.as-works-head,
.team-head {
	text-transform: uppercase;
	font-size: 54px;
	font-weight: 400;
	text-align: center;
}
.as-service-sec {
	margin-bottom: 100px;
}
.service-tile {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding: 80px 0;
}
.service-tile {
	font-size: 16px;
	font-weight: 500;
}
.drone-image-1 {
	margin-bottom: -330px;
}
.drone-image-1 img {
	margin: 0 auto;
	display: block;
}
.service-excerpt {
	font-weight: 600;
}

/*==========================================================
	How it works
 ==========================================================*/
.as-works {
	background-color: #2a2f3b;
	padding: 100px 0;
}
.as-works-head {
	color: #fff;
	padding-top: 220px;
	padding-bottom: 80px;
}
.work-excerpt {
    color: #fff;
    padding: 60px 60px 86px;
    background-image: url(../images/work-excerpt.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 20px;
    box-sizing: border-box;
}
.work-list{
	padding-left: 70px;
}
.work-list-item {
	color: #fff;
}
.work-list-item {
	margin-bottom: 30px;
}
.work-list-item .media-body p {
	font-size: 14px;
}
.plane-img {
	position: relative;
}
.plane-img:after {
    content: '';
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    background-image: linear-gradient(#00dfff 33%, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 2px 20px;
    background-repeat: repeat;
    width: 1.4px;
    height: 100%;
}
.plane-img:after {
	left: 50%;
}
.plane-img {
	width: 60px;
	margin-bottom: 40px;
	text-align: center;
}

/*==========================================================
	Our Solutions
 ==========================================================*/

.as-solutions {
	padding: 100px 0;
}
.as-solutions-head {
	margin-bottom: 20px;
}
.as-solutions-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 60px;
	text-align: center;
}
.solution-section {
	height: 720px;
}
.soltn-heading {
	font-size: 35px;
	text-transform: uppercase;
}
.solution-sec-2 ul {
	list-style-type: none;
}
.solution-sec-2 ul li {
	position: relative;
	font-size: 12px;
    padding-left: 20px;
}
.solution-sec-2 ul li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: black;
	border-radius: 50%;
}
.solution-section-inner {
	max-width: 1170px !important;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.solution-sec-1 {
	background: url('../images/solution-bg1.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.solution-sec-2 {
	background: url('../images/solution-bg2.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.solution-sec-3 {
	background: url('../images/solution-bg3.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.solution-sec-4 {
	background: url('../images/solution-bg4.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.solution-tile {
	position: absolute;
	bottom: 0;
	width: 410px;
	padding: 60px 50px;
	background-color: #fff;
}
.solution-tile1,
.solution-tile3 {
	left: 0;
}
.solution-tile2,
.solution-tile4 {
	right: 0;
}
.soltn-excerpt {
	display: block;
	color: #2a2f3b;
	font-weight: 500;
}
.soltn-excerpt p {
	font-size: 12px;
}

/*==========================================================
	Our Story || Out Values
 ==========================================================*/
.our-story {
	padding: 40px;
	padding-left: 380px;
	color: #fff;
	padding-top: 100px;
    padding-bottom: 100px;
}
.story-head,
.values-head {
	color: #00dfff;
	text-transform: uppercase;
	font-size: 45px;
	margin-bottom: 60px;
}
.values-head,.story-head {
	padding-left: 40px;
}
.story-excerpt {
    padding: 75px 50px 100px;
    background: url(../images/work-excerpt.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 430px;
}
.our-story-values {
	overflow: hidden;
    background: #2a2f3b;
}

.our-values-bg { background-color: #1a1e26; }
.our-story-bg { background-color: #2a2f3b; }
.our-values {
	padding: 100px;
	color: #fff;
}
.our-story-values .row .col-lg-6 {
	padding: 0;
}
.values-list-group {
	list-style-type: none;
	margin-bottom: 0;
}
.values-list-group li {
	margin-bottom: 25px;
}
.values-list-group li:last-child {
	margin-bottom: 21px;
}
.values-list-group li b {
	color: #00dfff;
	font-size: 24px;
	margin-right: 20px;
}
/*==========================================================
	why airserve
 ==========================================================*/

.as-specials {
	padding: 100px 0;
	background-color: #edfdff;
}
.as-special-inner {
	margin: 0 auto;
}
.as-specials-img img{
	margin-left: -400px;
}
.as-specials-content {
	padding: 80px 0;
}
.as-special-tile {
	margin-bottom: 80px;
}
.as-special-tile .media-body h5 {
	font-weight: 700;
}
.special-content p {
	font-size: 18px;
	font-weight: 500;
}



/*==========================================================
	Team
 ==========================================================*/
 .our-news{
	background-color: #2a2f3b; 
	width: 100%;
}
.news-head{
	color: #00dfff;
	text-align: center;
	text-transform: uppercase;
	padding:50px;
}
.slideshow-container {
 width: 100%;
	position: relative; 
	display: flex;
	justify-content: center;
  }
  
  /* Hide the images by default */
  .newsSlide {
	display: none; 
	width: 45vw;
	height: 80vh;
  }
  .newsSlide img{
 max-height: 80vh; 
 max-width: 45vw;
 display: block;
  margin-left: auto;
  margin-right: auto; 
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  }
  /* Next & previous buttons */
  .prev, .next {

	 cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	margin-top: -22px;
	padding: 16px; 
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	background-color: #00dfff; 
  }
  
  .prev{ 
	left: 5%; 
  }
  /* Position the "next button" to the right */
  .next {
	right: 5%;
	border-radius: 3px 0 0 3px;

  }
  
  /* On hover, add a black background color with a little bit see-through */
  /* .prev:hover, .next:hover {
	background-color: #00dfff; 
  } */
  
  /* Caption text */
  .text {
	color: #00dfff;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
	background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }
  
  @keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }
/* .team-head {
	margin-bottom: 40px;
}
.team-member .media-body h5 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.team-member .media-body p {
	font-size: 16px;
	font-weight: 500;
	color: #2a2f3b;
} */


/*==========================================================
	Footer
 ==========================================================*/

.as-contact {
	padding: 100px 0;
	background-color: #edfdff;
}
#form {
	margin: 0 80px;
}
.contact-form h4 {
	font-size: 40px;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
#form input {
	border: 1px solid #00dfff;
	padding: 18px;
	margin: 20px 40px;
}
#submit {
	display: flex;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2a2f3b;
  font-weight: 600;
  font-size: 20px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #2a2f3b;
  font-weight: 600;
  font-size: 20px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #2a2f3b;
  font-weight: 600;
  font-size: 20px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #2a2f3b;
  font-weight: 600;
  font-size: 20px;
}
.btn-submit {
	background-color: #00dfff;
	padding: 10px 30px 10px 60px;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-top: 20px;
	border-radius: 1px;
	position: relative;
}
.btn-submit:before {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/paper-plane.png);
	background-size: cover;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/*==========================================================
	Footer
 ==========================================================*/

.footer {
	background-color: #111419;
	color: #fff;
}
.footer-inner {
	padding: 100px 0;
	width: 70%;
	margin: 0 auto;
}
.footer-inner h5 {
	font-weight: 600;
}
.airserve ul {
	list-style-type: none;
	padding-left: 0;
}
.footer-menu li{
	padding-bottom: 10px;
	padding-left: 30px;
}
.footer-menu li a, .reachus h5, .footer-socials a,.copyright{
	font-size:13px;
}
ul.links {
	padding: 0;
}
ul.links li {
	list-style-type: none;
}
ul.links li a {
	text-decoration: none;
	color: #fff;
}
.contact {
	margin-top: 32px;
}
.footer-socials a {
	text-decoration: none;
	color: #fff;
	padding-right: 20px;
}
.reachus span {
	display: block;
	padding-bottom: 8px;
}
.footer-menu a {
	color: #fff;
	text-decoration: none;
}

.something {
background-color: black !important;
outline: 1px solid red !important;
color: green !important;

}
video#myVideo {
display: block;
width: 100%;
}
.copyright-excerpt{font-size:12px;}

/** {
	background-color: black !important;
	outline: 1px solid red;
	color: green;
}*/