/* GLOBAL STYLES
 * Padding below the footer and lighter body text
* -------------------------------------------------- */

body {
 
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 747px;
  margin-bottom: 60px;
}
.carousel-caption {
  z-index: 10; /* Since positioning the image, we need to help out the caption */
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 747px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 747px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.text-muted {
  color: #c3c3c3;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 50px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    border-radius: 4px; /* The navbar becomes detached from the top, so we round the corners */
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    /* margin-top: 120px; */
  }
}

@media (min-width: 768px){
  .lead {
    font-size: 18px;
   }
.navbar-wrapper {
    margin-top: 0px !important;
}
}
.navbar-nav>li>a {
 font-size: 16px;
}
.navbar{
  margin-bottom: 0px !important;
}
.navbar-brand{
  height: 64px;
}

.nav>li>a {
  padding: 22px 26px !important;
}
input.me-2{
  width: 60%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.spacing{
  margin-bottom: 3rem;
}
.spacing_1{
  margin: 6.5rem 21rem 7rem
}
.p_bg{
  background: #f3f3f3;
  border-radius:5px;
}
.nav_bg{
  background-color: #21499d;
  border-color:#21499d;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #092e7c !important;
}
.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}
.navbar-inverse .navbar-nav>.open>a{
  color: #fff;
  background-color: #092e7c !important;
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #092e7c;
}
.dropdown-menu li a{
  height: 45px;
  line-height: 45px;
  color: #fff;
}    
.dropdown-menu{
  background-color: #092e7c;
}
.btnsearch{
  background-color: #092e7c;
  border: 0px;
  color: #fff;
  padding: 18px 31px;
  border-radius: 5px;
  font-size: 29px;
}
.mu-service-content-single {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px 10px;
  width: 100%;
}
.mu-service-content-single:hover{
background-color: #21499d;
color: #fff;
}
.h1, h1 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.h2, h2 {
  font-size: 30px;
  color: #333;
}
.headline-title{
  font-size: 24px;
}
.aircraft_bg{
  background: url(../images/aircraft_bg.png) no-repeat center;
}
.mu-service-icon-box {
  font-size: 30px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  line-height: 75px;
}

.mu-resume-btn, .mu-service-icon-box {
  border: 2px solid #737373;
  color: #737373;
}
.featurette-heading{
  color: #fff;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.suspension:hover{
  background-color: #f0f0f0;
 border-radius: 5px;
}
.company_bg{
  background-color: #21499d;
  padding:20px;
}
.footer_bg{
  background-color: #21499d;
}
footer{
  color: #fff;
  padding: 3rem 0;
  font-size: 16px;
}
.pull-right a{color: #fff;}
.bottom-t{
  text-align: center;
}
@media (max-width: 767px){
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    }

    .double_sp{
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }
}
.jumbotron{
  background: url(../images/ck.jpg);
  border-radius: 0px !important;
  padding-top: 88px;
  padding-bottom: 88px;
}

.jumbotron h1{
  color: #fff;
}
.jumbotron p{
  color: #fff;
}
.container-fluid {
  padding-right: 0px !important;
  padding-left:0px !important;
  margin-right: auto;
  margin-left: auto;
}
.starter-template h1{
  text-align: center;
}
.starter-template p{
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}
.starter-template1 p{
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}
.col-lg-4.suspension {
  text-align: center;
}
.col-lg-4.suspension1 {
  text-align: center;
}


h1{
  text-align: center;
}
.jumbotron p {
 text-align: center;
}
p.center{
  text-align: center;
}
.double_sp{
  padding-top: 50px;
  padding-bottom: 50px;
}