body {
  font-family: Arial,Helvetica,sans-serif;
}

.top-panel {
  background: url(../img/body_bg.png);
  padding: 10px;
  background-repeat: repeat;
  background-position: top center;
}

header {
  background-image: url(../img/header_bg.png);
  background-repeat: repeat;
  background-position: top center;
  padding: 15px 0 20px;
}

.top-xs-p,.email, .tel {
  font-size: 18px;
  color: #fff;
  font-weight: initial;
  font-style: normal;
}

.top-xs-p {
  font-size: 13px;
}

h1,h2,h3,h4.email, .tel {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.logo {
  margin-top: 10px;
}

header .fa {
  margin-right: 15px;
}

.txt-center {
  text-align: center;
}

.mobile-right {
  text-align: right;
}

.navbar-toggle {
  display: none;
}

.top-panel a {
  color: #fff;
}

.top-panel a:hover {
  color: #eeb314;
}

.out-line {
  outline: none;
}

.tel,.email,.nav-bottom {
  display: block;
  float: right;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover,a:focus {
  text-decoration: none;
  color: #eeb314;
}
/*
*  navigation
*/
.navbar-toggle:focus {
  outline: 0;
}

.navbar .container-fluid>.navbar-header {
  float: left;
  margin-right: 10px;
}

.navbar .navbar-nav {
  float: left;
  margin: 5px;
}

.nav>li>a {
  color: #fff;
  font-weight: 400;
}

.nav>li>a:hover {
  color: #eeb314;
}

.nav>li {
  float: left;
  list-style: none;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #ddd;
}
.nav-amp li {
  clear: both;
}

.navbar-default {
  position: relative;
  top: 20px;
}


main {
  background: url(../img/plane_img.jpg);
  padding: 30px;
  background-size: cover;
}

.box {
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  width: 100%;
}

.box:hover {
  background: #eeb314;
  transition: all 0.8s ease;
}

.box:hover .post_number {
  border: 4px solid #000;
  color: #000;
}

.box:hover h5 {
  color: #000;
}

.box:hover p {
  color: #000;
}
.box-1 {
    box-shadow: 0px 1px 4px 0px #949494;
    margin: 10px 0 30px 0;
}
.box-2{ padding: 20px;}
.pt {
  padding: 3px;
}
.img-lft{float: left;}

.post_number {
  transition: all 0.3s ease;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font: bold 25px/40px Arial,Helvetica,sans-serif;
  color: #efc709;
  border: 4px solid #e0a915;
  line-height: 32px;
}

.box h5 {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.box p {
  text-align: left;
  color: #fff;
  font: 16px/24px 'Open Sans',sans-serif;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

article {
  padding: 45px 0;
}

.thumb {
  display: block;
  padding: 4px;
  line-height: 20px;
  box-shadow: 5px 5px 3px rgba(0,0,0,0.055);
  border: 1px solid #ddd;
}

h5 {
  font: normal 12px/24px Open Sans;
  margin: 20px 0px 0px 0px;
  text-transform: uppercase;
  color: inherit;
}

p {
  font-size: 14px;
  color: #828387;
  line-height: 1.5;
  text-align: justify;
}

.h-height {
  min-height: 45px;
}

.hr {
  border-top: 1px solid #a0a0a0;
}

.align-left {
  float: left;
  margin: 0 10px 5px 0;
}

.p-left {
  text-align: left;
}

a.link-a {
  color: #eeb314;
  font-size: 12px;
}

a.link-a:hover {
  color: #000;
}

.spacer {
  height: 30px;
  clear: both;
}
.space {
  height: 15px;
  clear: both;
}

.breadcrumb {
  padding: 20px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ececec;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>.active {
  color: #777;
}

.breadcrumb>li+li:before {
  font-weight: 400;
  color: #000;
  content: " | ";
  padding: 0 5px;
}

.list-ul {
  list-style: none;
  font-size: 14px;
  color: #828387;
}

.list-ul li {
  margin: 15px;
}

.list-ul li:before {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 11px;
  font-style: normal;
  padding-right: 5px;
  color: #ffb400;
}
.y-color {
  font-size: 20px;
  color: #ffb400;
}
.testimonial p {
  font-size: 18px;
}
.description {
    color: #fff;
}
.align-left{float: left; margin: 0 10px 5px 0;}
.testimonial {
  border: 1px solid #c1c0bf;
  font-style: italic;
  font-family: Georgia,"Times New";
  padding: 30px;
  margin-bottom: 30px;
}

.large-text{
    font-size: 25px;
    font-family: Verdana, Geneva, sans-serif;
}

.middle-text{
    font-size: 17px;
    font-family: Verdana, Geneva, sans-serif;
}

.small-text{
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
}

.footer {
  background: url(../img/footer_widgets_bg.png);
  padding: 30px;
}

footer h4 {
  color: #fff;
}

footer p, footer a {
  color: #989898;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

footer a {
  font-style: italic;
}

footer a:hover {
  color: #fff;
}

.all_testi {
  padding: 2px 0 15px 35px;
  font-size: 12px;
  background: url(../img/all_testi_icon.png) 0 0 no-repeat;
  margin-bottom: 30px;
}

.all_testi a,.bottom-panel a {
  color: #eeb314;
}

.footer-social {
  display: inline-block;
}

.footer .social-media-widget {
  border-radius: 50%;
  display: block;
  font-size: 25px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: rgba(255,255,255,0.3);
  float: left;
  margin: 0 10px 10px 0;
}

.footer .social-media-widget:hover {
  background: #eeb314;
}

.bottom-panel {
  background: url(../img/body_bg.png);
  padding: 20px;
  background-repeat: repeat;
  background-position: top center;
  font-style: normal;
  color: #828387;
  font-size: 14px;
}

.navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navigation li {
  display: inline;
  margin: 10px;
}

.navigation li a {
  font-style: normal;
  color: #989898;
  font-size: 13px;
  font-weight: 900;
}

@media only screen and (max-width: 992px) {
  .h-height {
    min-height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-center {
    text-align: center;
  }

  .h-height {
    min-height: 0;
  }

  .top-xs-p {
    display: none;
  }

  .navbar-default {
    display: none;
  }


  .tel,.email,.nav-bottom {
    float: none;
    text-align: center;
  }

  .mobile-left {
    text-align: left;
  }
}

@media only screen and (max-width: 992px) and (min-width: 600px) {
  .box h5 {
    position: relative;
    top: 10px;
    left: -50px;
  }
}

@media only screen and (max-width: 600px) and (min-width: 450px) {
  .box h5 {
    position: relative;
    top: 10px;
    left: -30px;
  }
}
