body,
html {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}
body {
  margin: 0;
  padding: 0;
}
.no-padding {
  padding: 0;
}
.main-container {
  margin: 0 100px;
}
.header {
  background: #fff;
  margin-top: -80px;
  margin-bottom: -80px;
}
.top-header {
  background: #053d64;
  height: 90px;
  padding: 15px 80px;
}
.top-header .p-style {
  color: #fff;
  font-size: 12px;
  text-align: right;
}
.section-body {
  margin: 0;
  padding: 0;
}
.footer {
  margin: 0px;
  padding: 0;
  height: 60px;
  background: #032169;
}
.navbar-default {
  background-color: #fff !important;
  border-color: #fff !important;
  margin: 80px !important;
  position: relative;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  height: 30px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0px;
  margin-left: -4px !important;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.banner-section {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
.banner-section .carousel-indicators .active {
  width: 71px;
  height: 7px;
  margin: 0;
  background-color: #fff;
}
.banner-section .carousel-indicators li {
  display: inline-block;
  width: 71px;
  height: 6px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
p {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #7c7c7c;
}
.text-padding {
  padding: 0 50px;
}
.intro-section {
  height: 100%;
  padding-top: 150px;
  text-align: center;
  background: #fff;
}
.about-section {
  height: auto;
  padding: 70px 0;
  background: #eee;
}
.why-section {
  height: auto;
  padding-top: 50px;
  text-align: center;
  background: #fff;
}
.why-section img {
  padding-top: 30px;
}
.why-section h4 {
  padding-top: 40px;
  float: left;
}
.services-section {
  height: auto;
  padding-top: 50px;
  text-align: center;
  background: #fff;
  padding-bottom: 50px;
}
.services-section li {
  text-align: left;
  color: #7c7c7c;
  font-size: 12px;
}
.work-section {
  height: auto;
  padding-top: 50px;
  text-align: center;
  background: #eee;
  padding-bottom: 70px;
}
.work-section p {
  text-align: justify;
}
.work-section h4 {
  text-align: left;
}
.contact-section {
  height: auto;
  padding-top: 50px;
  text-align: center;
  background: #eee;
  padding-bottom: 50px;
}
.footer {
  height: auto;
  background: #002c57;
  text-align: center;
  padding: 20px 0 10px;
}
.footer p {
  color: #fff;
}
/* media queries */
@media only screen and (max-width: 1016px) {
  .no-display {
    display: none;
  }
  .top-header {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .top-header {
    height: auto;
  }
  .top-header .p-style {
    text-align: center;
  }
  .top-header .block-center {
    margin: auto !important;
    display: block !important;
  }
}
@media screen and (max-width: 798px) and (min-width: 768px) {
  .header {
    margin-left: -32px;
  }
}
