body {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.52857143;
  color: #999999 !important;
  }
.pannel.p1 {
  background-image: url('/images/Header.jpg');
  background-repeat: no-repeat;
  height: 429px;
}
.pannel {
  background-size: cover;
  padding: 30px 0;
  position: relative;
}
.pannel.p3 {
  background-color: #ECECEA;
}
.pannel.p4 {
  background-image: url('/images/Middle.jpg');
  background-repeat: no-repeat;
  min-height: 595px;
}
.pannel.p4 p {
  text-shadow: 1px 1px #000;
}
.pannel.p5 {
  background-image: url('/images/pannel-5-bg.png');
  background-repeat: no-repeat;
  height: 592px;
  font-weight: bold;
}
.pannel.p6 {
  background-image: url('/images/Footer.jpg');
  background-repeat: no-repeat;
  padding-bottom: 0;
  height: 800px;
}
.pannel.grey-bg {
  background-color: #ececea;
}
div.footer {
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #666;
}
.pannel.footer2 {
  background-image: url('/images/footer2.png');
  background-repeat: no-repeat;
  padding-bottom: 0;
  height: 430px;
}
.mobile-bg {
  background-color: rgba(0, 102, 102, 0.7);
  border-radius: 25px;
  border: solid 1px black;
  height: 100%;
  padding: 10px 20px;
}
.t-white,
.t-white p,
.t-white h2,
.t-white ul,
.t-white a {
  color: white;
}
.t-brand {
  color: #317182;
}
.pannel h5,
div.pannel h4 {
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  ul.services li {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  ul.services li {
    margin: 5px 0;
  }
}
.heading {
  border-bottom: solid 1px white;
  position: relative;
}
div.pannel .heading h4 {
  letter-spacing: 1px;
}
.navbar {
  font-size: 14px;
}
p {
  margin-bottom: 20px;
}
.navbar-collapse.in ul li.hidden-collapse {
  display: none;
}
div.navbar-collapse.in {
  border: none;
  box-shadow: none;
  float: right;
  margin-right: 10px;
}
.navbar-toggle .icon-bar {
  background-color: #717171;
}
img.img-bordered {
  border: 1px solid #999;
}
img.bottom-logo {
  position: absolute;
  bottom: 30px;
}
