@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
*{
	margin: 0 auto;
	padding: 0;
}
/*common styles*/
body{
	font-family: 'Montserrat', sans-serif;
}
a, a:hover, a:focus{
	text-decoration: none;
}

ul{
	list-style: none;
}
/*header styles*/
.navbar-brand img{
    margin-top: -15px;
    width:225px;
}
.aero-bk{
    background: #242c36;
}
.navbar-default{
    background: none;
    border: 0 none;
    padding: 10px 0;
    margin: 0;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #fff;
}
.carousel-caption{
    bottom: 35%;
}
.carousel-caption p{
    font-size: 16px !important;
}
.nav li a{
    padding: 25px 35px;
    font-size: 12px;
    font-weight: 700;
}
.carousel-indicators{
    bottom: 90px;
}
.areo-contact-menu{
    border: 1px solid #fff;
    padding: 10px 30px !important;
    margin-top: 13px;
}
.aero-social {
    position: absolute;
    left: -145px;
    top: 20px;
}
.aero-social a{
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
}
.verticalTxt_lr {

    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: top left;

}
.aero-verticul{
    position: absolute;
    left: 7%;
    z-index: 9999;
    top: 75%;
    color: #fff;
    font-size: 12px;
}
.aero-verticul_1{
    position: absolute;
    left: 7%;
    z-index: 9999;
    top: 30%;
    color: #fff;
    font-size: 12px;
}
.aero-drone {
  color: #fff;
}

/*products section*/

.aero-products h4{
    box-shadow: 0px 0px 20px 2px #ccc;
    margin-top: 0;
    padding: 35px 0;
    text-align: center;
    font-size: 16px;
}
.common-padding {
    padding: 75px 0
}
/*.border-left, .border-right{
    border: 1px solid #000;
}
*/
.border-line {
  display: block;
  text-align: center;
  position: relative;
}
.border-line:after {
  content: "";
  width: 150px;
  position: absolute;
  left: -80px;
  top: 50%;
  height: 2px;
  background: #242c36;
  z-index: -1;

}
.border-line:before {
  content: "";
  width: 150px;
  position: absolute;
  right: -80px;
  top: 50%;
  height: 2px;
  background: #242c36;
  z-index: -1;
}
.border-line1:after {
  content: "";
  width: 150px;
  position: absolute;
  left: -160px;
  top: 50%;
  height: 2px;
  background: #242c36;
  z-index: -1;

}
.border-line1:before {
  content: "";
  width: 150px;
  position: absolute;
  right: -160px;
  top: 50%;
  height:2px;
  background: #242c36;
  z-index: -1;
}
.border-line-1:after {
  content: "";
  width: 150px;
  position: absolute;
  left: -70px;
  top: 50%;
  height: 1px;
  background: #fff;

}
.border-line-1:before {
  content: "";
  width: 150px;
  position: absolute;
  right: -70px;
  top: 50%;
  height: 1px;
  background: #fff;
 
}
h3{color: #242c36;font-weight:600;}
.border h4{
  font-size: 16px;
  /*color: #242c36;*/
}
.btn-dark{
    background: #242c36;
    color: #fff !important;
    padding: 10px 110px;
    font-weight: 600;
    box-shadow: 0px 0px 20px 2px #ccc
}
.btn:hover{color: #fff;}

/*contact form*/
.aero_contact .md-input {

    position: relative;

    margin-bottom: 30px;

}

.aero_contact .md-input .md-form-control {
        font-size: 16px;
        padding: 10px 10px 10px 5px;
        display: block;
        border: none;
        border-bottom: 2px solid #242c36;
        box-shadow: none;
        width: 100%;
    }

   .aero_contact .md-input label {
         font-style: italic;
        color: rgba(0, 0, 0, 0.5);
        color: #242c36;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 10px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

   .aero_contact .md-input .bar:before {
        left: 50%;
    }

   .aero_contact .md-input .bar:after {
       right: 50%;
    }

   .aero_contact .md-input .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
    }

   .aero_contact .md-input .md-form-control:focus ~ label, .aero_contact .md-input .md-form-control:valid ~ label {
    top: -15px;
    font-size: 14px;
    color: #183D5D;
}

.aero_contact .md-input .bar:before, .aero_contact .md-input .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #2f333e;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.aero_contact .md-input .md-form-control:focus ~ .bar:before, .aero_contact .md-input .md-form-control:focus ~ .bar:after {
    width: 50%;
}

.aero_contact .md-input .md-form-control:focus{
    outline: none;
}

.aero_contact form{
    width: 70%;
}

.aero_contact{padding-bottom: 70px;}
.lets-fly{
  position: relative;
}
.lets-fly h2{
  position: absolute;
  top: 40%;
  left: 43%;
  color: #fff;
  font-size:50px;
}
/*footer*/
footer{
  background: #242c36;
  padding: 25px 0;
  color: #fff;
  box-shadow: 0 -5px 5px -5px #242c36;
}
footer ul li a, footer p{
  color: #fff;
  font-size: 12px;
  line-height: 27px;
}
address{
  font-size: 11px;
  line-height: 23px
}
footer .btn-primary{
  background: #fff;
  color: #2d98d6;
  padding: 7px 16px;
}
footer .form-control{
  background: none;
}
footer .form-control:focus{
  box-shadow: none;
  border-color: #fff;
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1, .carousel-showmanymoveone .cloneditem-2, .carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left, .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right, .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left, .carousel-showmanymoveone .carousel-inner > .prev.right, .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right, .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left, .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left, .carousel-showmanymoveone .carousel-inner > .item.prev.right, .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left, .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right, .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left, .carousel-showmanymoveone .carousel-inner > .prev.right, .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2, .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right, .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left, .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left, .carousel-showmanymoveone .carousel-inner > .item.prev.right, .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}


@media only screen and (min-width: 768px) {
  .logo {
    margin: 28px;
    float: left;
  }
}

body{
  overflow-x: hidden;
}
.aero-services .carousel{
  margin-right: -230px;
}
.aero-services .carousel img{
  box-shadow: 0px 0px 20px 2px #ccc;
}
.arrow i{
  font-size: 20px;
}
.arrow a{
  padding: 15px;
  box-shadow: 0px 0px 20px 2px #ccc;
  border-radius: 100%;
  text-align: center;
  margin: 0 7px;
}
.aero-services{
  padding-top: 40px;
}
.service_img{
  position: relative;
}
.item h4{
  position: absolute;
  top: 40px;
  left: 50px;
  color: #fff;
  font-weight: 700;
}
.learn-more{
  position: absolute;
  bottom: 30px;
  color: #fff;
  left:40%;
}
.learn-more:after {
  content: "";
    width: 100px;
    position: absolute;
    left: -110px;
    top: 50%;
    height: 2px;
    background: #fff;

}

/*media queries*/
@media screen and (max-width: 767px){
  .aero_contact form{
    width: 100%;
  }
  .aero-services .carousel{
    margin-right: 0;
  }
}

.aero-serv{
    background:url(../../images/aeroserv.jpg) no-repeat;
    background-size:cover;
    min-height:300px;
}

.aero-serv h3{
    color:#fff;
    padding-top:120px;
    font-size:24px;
}

.aero-serv-dark-left{
    background:#242c36;
    min-height:530px;
}

.aero-serv-dark-left img{
   padding:70px 50px;
}

.aero-serv-dark-right{
     background:url(../../images/aeroservbgliner.jpg) #fff no-repeat;

}

.aero-serv-dark-right-content{
    padding:25px 50px;
}

.aero-serv-dark-right-content h4{
font-size:24px;
}

.aero-serv-dark p{
    line-height:30px;
    font-size:16px;
}

.aero-serv-dark li{
    line-height:35px;
}

.aero-serv-dark2 .aero-serv-dark-left{
    background:#fff;
    min-height:530px;
}

.aero-serv-dark2 .aero-serv-dark-left img{
   padding:0px;
}

.aero-serv-dark2 .aero-serv-dark-right{
     background:url(../../images/liner2.png) #242c36 no-repeat;

}

.aero-serv-dark2 .aero-serv-dark-right-content{
    padding:25px 50px;
}

.aero-serv-dark2 .aero-serv-dark-right-content h4{
font-size:24px;
color:#fff;
}


.aero-serv-dark2 .aero-serv-dark-right-content p,.aero-serv-dark2 .aero-serv-dark-right-content li{
color:#fff;
}





.aero-serv-light{
      background:#ecf1f1;
}

.aero-serv-light-left{
    background:url(../../images/liner.png)#ecf1f1 no-repeat;
    min-height:530px;
   
}

.aero-serv-dark-light img{
   padding:70px 50px;
}

.aero-serv-light-right{
     background:#ecf1f1;

}

.aero-serv-light-right-content{
    padding:25px 50px;
}

.aero-serv-light-left h4{
font-size:24px;
 padding-top:75px;
 padding-left:50px;
}

.aero-serv-light p{
    line-height:30px;
    font-size:16px;
}

.aero-serv-light li{
    line-height:35px;
}

.aero-prod{
    background:url(../../images/aeroprod.jpg) no-repeat;
    background-size:cover;
    min-height:300px;
}

.aero-prod h3,.aero-cont h3,.aero-about h3{
    color:#fff;
    padding-top:120px;
    font-size:24px;
}

.productsdro h3{
    padding-top:25px;
}

.productsdro{
    padding:50px 10px;
}

.productsdro p img{
    display:inline-block;
}

.productsdro p{
    padding:5px 5px;
}

.container .map {
  width: 45%;
  float: left;
}
.container .contact-form {
  width: 53%;
  margin-left: 2%;
  float: left;
}
.container .contact-form .title {
  font-size: 2.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #242424;
  margin: 5% 8%;
}
.container .contact-form .subtitle {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 4% 5% 8%;
}
.container .contact-form input,
.container .contact-form textarea {
  width: 400px;
  padding: 3%;
  margin: 2% 8%;
  color: #242424;
  border: 1px solid #B7B7B7;
}
.container .contact-form input::placeholder,
.container .contact-form textarea::placeholder {
  color: #242424;
}
.container .contact-form .btn-send {
  background: #242c36;
  width: 180px;
  height: 60px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 2% 8%;
  border: none;
}

.map h6{
    font-size:16px;
    line-height:30px;
}

.aero-cont{
    background:url(../../images/aerocont.jpg) no-repeat;
    background-size:cover;
    min-height:300px;
}

.aero-about{
    background:url(../../images/aeroabout.jpg) no-repeat;
    background-size:cover;
    min-height:300px;
}


.team{
    padding:75px 0;
}
.team h6.description{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
}
.team .profile{
	margin-top: 25px;
      box-shadow: 0px 0px 20px 2px #ccc;
    padding: 15px;
}
.team .profile h1{
	font-weight: normal;
	font-size: 20px;
	margin:10px 0 0 0;
}
.team .profile h2{
	font-size: 14px;
	font-weight: lighter;
	margin-top: 5px;
}
.team .profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
}
.team .profile .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.team .img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.team .profile .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.team .img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.team .img-box ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #242c36;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.team .img-box a{
	color:#fff;
}
.team .img-box:hover:after{
	opacity: 1;
}
.team .img-box:hover ul{
	opacity: 1;
}
.team .img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.team .img-box a:hover li{
	border-color: #fff;
	color: #88C425;
}


.team li{
    line-height:40px;
}

.team p{
    line-height:26px;
    font-size:15px;
}

@media screen and (max-width: 767px){
  .aero-social{
    left: 0;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    margin-top: 35px;
  }
  .navbar-default{
    margin-bottom: 20px;
  }
  .navbar-default .navbar-toggle{
    border: 0 none;
    margin-top: 20px;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: none;
  }
  .navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
  }
  .lets-fly h2{
    left: 25%;
    top: 25%;
  }
  .container .contact-form, .container .map{
    float: none;
    width: 100%;
  }
  .container .contact-form input, .container .contact-form textarea{
    margin: 2% 0%;
  }
}