html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: 300;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: -0.25px;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

a:hover,
a:focus {
  color: #666;
  text-decoration: none;
}

.division {
  position: relative;
}

.wide-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wide-60 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.wide-40 {
  padding-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-50 {
  padding-top: 50px;
}

.pc-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.bg-blue {
  background-color: rgba(6, 82, 122, 0.82);
}

h5.h5-sm {
  font-size: 1.1875rem;
}

h3.h3-md {
  font-size: 2.625rem;
}

p.p-lg {
  font-size: 1.25rem;
}

.btn-blue {
  color: #fff !important;
  background-color: #00a3c8;
  border-color: #00a3c8;
}

.blue-hover:hover,
.blue-hover:focus {
  color: #fff !important;
  background-color: #0e8eab;
  border-color: #0e8eab;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h1,
.section-title h3 {
  line-height: 1.1;
  margin-bottom: 20px;
}

.section-title p {
  color: #888;
  padding: 0 20%;
  margin-bottom: 0;
}

.txt-block h3.h3-md {
  margin-bottom: 30px;
}

.txt-block h5.h5-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blue-color,
.blue-color h1,
.blue-color h2,
.blue-color h3,
.blue-color h4,
.blue-color h5,
.blue-color h6,
.blue-color p,
.blue-color a,
.blue-color li,
.blue-color i,
.blue-color span {
  color: #00a3c8;
}

.steelblue-color,
.steelblue-color h1,
.steelblue-color h2,
.steelblue-color h3,
.steelblue-color h4,
.steelblue-color h5,
.steelblue-color h6,
.steelblue-color p,
.steelblue-color a,
.steelblue-color li,
.steelblue-color i,
.steelblue-color span {
  color: #004861;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.headtoppart {
  display: block;
  width: 100%;
  height: 40px;
  min-width: 320px;
}

.headertopleft {
  width: 50%;
  float: left;
  padding-left: 15px;
}

.address span,
.address a {
  color: #fff;
  font-size: 13px;
  line-height: 40px;
}

.address i {
  position: relative;
  color: #fff;
  font-size: 11px;
  top: -1px;
  margin-right: 7px;
  margin-left: 5px;
}

.section-id {
  display: inline-block;
  min-height: 12px;
  margin-bottom: 12px;
}

.info-4-img img {
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.service-box {
  background: #fff;
  border: 1px solid #dfe7ec;
  border-radius: 10px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.service-box h5 {
  margin-bottom: 14px;
}

.service-box p:last-child,
.service-box ul:last-child {
  margin-bottom: 0;
}

.sbox-7 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.45s ease-in-out;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.sbox-7:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}

.sbox-7 h5 {
  line-height: 1.1;
  margin-bottom: 10px;
}

.sbox-7 p {
  line-height: 1.5;
  margin-bottom: 0;
}

.footer {
  background: #f5f8fb;
  border-top: 1px solid #dce6ed;
}

.bottom-footer {
  padding-top: 10px;
}

p.footer-copyright {
  font-size: 0.95rem;
  margin-bottom: 0;
  color: #5b6d78;
}

p.footer-copyright span {
  font-weight: 400;
  color: #004861;
}

@media (max-width: 991.98px) {
  .wide-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wide-60 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .pc-30 {
    padding-right: 0;
    padding-left: 0;
  }

  .section-title {
    margin-bottom: 50px;
  }

  .section-title p {
    padding: 0 5%;
  }

  h3.h3-md {
    font-size: 2.125rem;
  }

  p.p-lg {
    font-size: 1.133rem;
  }

  .headertopleft {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767.98px) {

  .wide-100,
  .wide-60 {
    padding-top: 64px;
  }

  .wide-100 {
    padding-bottom: 64px;
  }

  .wide-60 {
    padding-bottom: 32px;
  }

  .pt-50 {
    padding-top: 30px;
  }

  h3.h3-md {
    font-size: 1.9rem;
  }

  h5.h5-sm {
    font-size: 1.1rem;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .section-title p {
    padding: 0;
    font-size: 1rem;
  }

  .service-box,
  .sbox-7 {
    padding: 22px;
  }
}

.sbox-7>p {
  color: #666 !important;
}