/* Common General Styles go here*/

/* Small Desktop and Laptop 13 Inch
======================================================================== */
@media only screen and (max-width : 1440px) {
	.as-specials-img img { margin-left: -204px; }
	.our-story { padding-left: 180px; }
	.header-section section { width: 86%; }
	.as-main-heading { font-size: 50px; }
}

/* Small Desktop and Laptop 13 Inch
======================================================================== */
@media only screen and (max-width : 1280px) {
	.as-main-heading {
    font-size: 48px;}
}
/* Laptop 15 Inch
======================================================================== */
@media only screen and (max-width : 1536px) {
	.as-main-heading {
    font-size: 44px;}
}


/* Small Desktop Resolution and iPad Landscape
======================================================================== */
@media only screen
and (min-width : 960px)
and (max-width : 1024px) {
	.hamburger { display: block;}
	.mobile-menu .nav-item a {
    	color: #000;
    }
	.navbar { display: none; }
	.as-specials-img img {
 	   margin-left: -65px;
 	   width: 340px;
	}
	.as-main-heading {
		font-size: 30px;
	}
	.as-main-excerpt {
    	font-size: 16px;
    	width: 65%;
	}
	.work-excerpt {
		padding: 40px 15px 35px;
	}
	.story-excerpt {
		padding: 40px 25px 65px;
		width: 345px;
	}
	.our-story {
    	padding-left: 120px;
    	padding-top: 65px;
    	padding-bottom: 135px;
	}
	.our-values {
		padding: 62px;
	    padding-left: 40px;
	}
	.values-list-group li {
    	margin-bottom: 10px;
	}
	#form input {
		margin: 20px 32px;
	}


}

/* Small Desktop
======================================================================== */
@media only screen
and (max-width : 959px ) {}
/* iPad Portrait
======================================================================== */
@media only screen
and (min-width: 768px)
and (max-width: 959px) {
	.hamburger { display: block;}
	.navbar { display: none; }
	.nav-item a { color: #000; }

}

/* iPhone X (Portrait)
======================================================================== */
@media only screen
    and (device-width : 375px)
    and (device-height : 812px)
    and (-webkit-device-pixel-ratio : 3) { }

/* iPhone X (Landscape)
======================================================================== */
@media only screen
    and (device-width : 812px)
    and (device-height : 375px)
    and (-webkit-device-pixel-ratio : 3) {
		.as-main-heading { margin-top:60px; }
		.as-solutions-head { margin-top: 50px;}
	}


	/* iPhone 5s(landscape)
======================================================================== */
@media only screen
and (min-width: 480px)
and (max-width: 768px) {
	.hamburger { display: block;}
	.mobile-menu .nav-item a {
    	color: #000;
    }
	.navbar { display: none; }
	.nav-item a { color: #000; }
	.as-specials-img img { margin-left: -55px; }
	ul.links { margin-bottom: 40px;	}
	.contact { margin-top: 20px; margin-bottom: 40px; }
	.as-main-heading {
    	margin-top: 50px;
    	font-size: 27px;
	}
	.as-main-excerpt { font-size: 16px;	}
	.drone-image-1 img { width: 100%; }
	.header-section section { width: 100%;}
	.as-solutions-head { margin-top: 30px;}
	.work-excerpt {
		padding: 66px 40px 48px;
		font-size: 20px;
		width: 420px;
		margin: 0 auto 80px;
	}
	.airserve .col-md-6 {
		margin-bottom: 40px;
	}
}

/* Smartphones and iPhone 4s(landscape)
======================================================================== */
@media only screen
and (min-width: 320px)
and (max-width: 480px) {
	@keyframes anim-1 {
		0%, 8% { opacity: 0; top: 80%; }
		8%,24% { top: 30%; opacity: 1; }
		28%, 100% { top: 1%; opacity: 0; }
	}

	@keyframes anim-2 {
		0%, 28% { opacity: 0; top: 80%; }
		36%, 53% {  top: 30%; opacity: 1; }
		58%, 100% { top: 1%; opacity: 0; }
	}

	@keyframes anim-3 {
		0%, 59% { opacity: 0; top: 80%; }
		65%, 76% { top: 30%; opacity: 1; }
		80%, 100% {  top: 1%; opacity: 0; }
	}

	@keyframes anim-4 {
		0%, 80% { opacity: 0; top: 80%; }
		86%, 94% { top: 30%; opacity: 1; }
		96%,100% {top: 1%; opacity: 0; }
	}
	.hamburger { 
		display: block;
		right: 30px;
		top: 30px;}
	.as-logo img {
		width: 80px;
    	margin-left: 20px;
    }
    .mobile-menu .nav-item a {
    	color: #000;
    }
	.navbar { display: none; }
	.nav-item a { color: #000 !important; }
	.drone-image-1 img { width: 100%; }
	.drone-image-1 { margin-top: -100px; }
	ul.links { margin-bottom: 40px; }
	.as-solutions-head {
		margin: 60px 0 30px 0;
	}
	.service-head, .as-solutions-head, .as-specials-head, .testimonials-head,.team-head {
		font-size: 40px;
	}
	.header-section section {
		width: 90%;
		margin: 0 auto;
	}
	.as-specials-img img {
    	margin-left: -40px;
    	width: 300px;
	}
	.service-tile {	padding: 40px 0; }
	.as-main-heading { font-size: 14px; }
	.as-main-excerpt { font-size: 12px; }
	.solution-section { height: 500px; }
	.solution-tile {
		width: 300px;
		padding: 30px;
	}
	.solution-tile h2 { font-size: 30px; }
	.soltn-excerpt {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.as-services-inner h1.service-heading-2 {
		font-size: 32px;
	}
	.header-section section { top: 65%;	}

	video#myVideo {
		display: block;
		width: 100%;
		height: 80vh;
		object-fit: cover;
	}
	.scroll-anim {
		top: 84%;
	}
	.work-excerpt {
		padding: 35px 32px 65px;
		font-size: 13px;
		width: 300px;
		margin: 0 auto 80px;
	}
	.our-story {
    	padding-left: 75px;
	}
	.story-excerpt {
		padding: 23px 33px 5px;
		width: 280px;
		font-size: 15px;
		margin: 0 auto;
	}
	.our-values {
    	background-color: #1a1e26;
    	padding: 100px 40px;
	}
	.values-list-group li b {
    	font-size: 18px;
    	margin-right: 12px;
	}
	.values-list-group li {
		margin-bottom: 15px;
		font-size: 13px;
	}
	.special-content {
		padding: 0 10px;
	}
	#form {
    	margin: 0;
	}
	.footer-menu li {
		padding-left: 0;
	}
	.airserve .col-lg-3 {
		margin-bottom: 40px;
	}
	.work-list {
    	padding-left: 15px;
	}
	.our-team .row {
		padding: 0 10px;
	}
}


/* Smartphones and iPhone 4s(Portrait)
======================================================================== */
@media only screen
and (min-width: 320px)
and (max-width: 375px) {
	.as-main-heading { font-size: 14px; }
	.as-main-excerpt { font-size: 12px; }
	.header-section section { top: 65%;	}
}

/* Smartphones  and iPhone 4s (portrait)
======================================================================== */
@media only screen
and (max-width : 320px) {
	.hamburger { display: block;}
	.navbar { display: none; }
	.nav-item a { color: #000; }
	.as-specials-img img { margin-left: -40px; width: 270px; }
	.as-main-heading { font-size: 11px; }
	.as-main-excerpt { font-size: 12px; }
	.header-section section { top: 65%;	}

	video#myVideo {
		display: block;
		width: 100%;
		height: 50vh;
		object-fit: cover;
	}
	.our-story {
    	padding-left: 22px;
	}
	.values-head {
    padding-left: 0;
	}
	.contact-form h4 { width: 80%; }

}