@import url("https://use.typekit.net/mkk8hqd.css");
html {
  margin: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.page-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.page-loader img {
  position: relative;
  width: 200px;
}

.zoominout {
  width: 0;
  height: 0;
}

.teal-bg {
  background: #164A6A;
  fill: #164A6A;
}

.blue-bg {
  background: #116EB2;
  fill: #116EB2;
}

.yellow-bg {
  background: #ECA840;
  fill: #ECA840;
}

.black-bg {
  background: #000000;
  fill: #000000;
}

.white-bg {
  background: #fff;
  fill: #fff;
}

.white {
  color: #fff;
}
.white a {
  color: #fff !important;
}

.black {
  color: #000000;
}
.black a {
  color: #fff !important;
}

.teal {
  color: #164A6A;
}
.teal a {
  color: #164A6A !important;
}

.blue {
  color: #116EB2;
}
.blue a {
  color: #116EB2 !important;
}

.yellow {
  color: #ECA840;
}
.yellow a {
  color: #ECA840 !important;
}

body {
  margin: 0px;
  width: 100%;
  height: auto;
  font-weight: 400;
  color: #555;
  font-size: 20px;
}

.noscroll {
  overflow: hidden;
}

* {
  font-family: "hypatia-sans-pro", sans-serif;
  line-height: 1.3;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

b, strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

b i {
  font-style: italic;
  font-weight: 700;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.grid-text p:has(img) {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "hypatia-sans-pro", sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #164A6A;
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 600;
  color: #164A6A;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 600;
  color: #164A6A;
  text-transform: uppercase;
}

h4 {
  font-size: 25px;
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 600;
  color: #164A6A;
  text-transform: uppercase;
}

h5 {
  font-size: 22px;
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 600;
  color: #164A6A;
  text-transform: uppercase;
}

h6 {
  font-size: 20px;
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 600;
  color: #164A6A;
  text-transform: uppercase;
}

.animate {
  visibility: hidden;
}

.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

section {
  position: relative;
  height: auto;
}

.section-wrap {
  overflow: hidden;
}

.button, .contact-form-btn.nf-element {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  min-width: 180px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  border: none;
  border-radius: 25px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.button::before, .contact-form-btn.nf-element::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  transition: 0.3s ease-in-out;
}
.button::after, .contact-form-btn.nf-element::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}

.teal-btn {
  background: #164A6A;
  color: #fff;
}
.teal-btn:hover {
  border-radius: 0;
}
.teal-btn:hover::before {
  height: 50%;
  background: #ECA840;
  z-index: -1;
}
.teal-btn:hover::after {
  height: 50%;
  background: #ECA840;
  z-index: -1;
}

.blue-btn {
  background: #116EB2;
  color: #fff;
}
.blue-btn:hover {
  background: #164A6A;
  border-radius: 0;
}
.blue-btn:hover::before {
  height: 50%;
  background: #164A6A;
  z-index: -1;
}
.blue-btn:hover::after {
  height: 50%;
  background: #164A6A;
  z-index: -1;
}

.yellow-btn {
  background: #ECA840;
  color: #fff;
}
.yellow-btn:hover {
  border-radius: 0;
}
.yellow-btn:hover::before {
  height: 50%;
  background: #116EB2;
  z-index: -1;
}
.yellow-btn:hover::after {
  height: 50%;
  background: #116EB2;
  z-index: -1;
}

.nf-form-content input[type=submit] {
  background: #ECA840 !important;
  color: #fff !important;
}
.nf-form-content input[type=submit]:hover {
  background: #164A6A !important;
  cursor: pointer;
}

.hidden {
  display: none;
}

.hide {
  visibility: hidden !important;
}

.page-content-wrap {
  display: flex;
  flex-direction: column;
  margin: 150px 5% 50px;
}
.page-content-wrap p {
  margin-top: 0;
}
.page-content-wrap a {
  color: #116EB2;
  font-weight: bold;
}
.page-content-wrap a:hover {
  color: #ECA840;
}

.page-title {
  margin: 0;
}

.small-text span {
  font-size: 16px !important;
}

/* ---------------------------------------------- /*
 * Pagination
/* ---------------------------------------------- */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.pagination div, .page-numbers {
  position: relative;
  display: inline-flex;
  margin: 3px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #116EB2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}

.pagination .number, .page-numbers .number {
  position: absolute;
}

.page-numbers.dots {
  top: -20px;
}

.pagination div:hover, .page-numbers:hover {
  color: #fff;
  background: #ECA840;
}

.pagination .current, .page-numbers.current {
  background: #ECA840;
  color: #fff;
}

.pagination-arrows {
  margin: 3px;
  text-decoration: none;
  width: auto;
  color: #555 !important;
  background: transparent !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.pagination-arrows:hover {
  color: #0078de !important;
}

.animsition-overlay-slide {
  position: fixed;
  z-index: 110 !important;
  background-color: #ddd;
}

/* ---------------------------------------------- /*
 * Owl Carousel
/* ---------------------------------------------- */
.carousel-wrap {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}

.owl-carousel {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.owl-carousel .owl-item {
  position: relative;
  display: block;
  float: left;
  height: 100%;
}

.owl-carousel .owl-item .item {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.owl-nav.disabled, .owl-dots.disabled {
  display: none;
}

.owl-nav button {
  position: absolute;
  background: none;
  border: 0;
  color: #116EB2;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.owl-nav button:hover {
  color: #ECA840;
  cursor: pointer;
}

.owl-prev {
  left: 0px;
}

.owl-next {
  right: 0px;
}

.owl-dots {
  width: 100%;
  text-align: center;
}

.owl-dot {
  border: 2px solid #ffffff;
  width: 15px;
  height: 15px;
  background-color: #116EB2;
  margin: 5px;
  border-radius: 50%;
  padding: 0;
}

.owl-dot.active {
  background-color: #ECA840;
}

/* ---------------------------------------------- /*
 * Header
/* ---------------------------------------------- */
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  background: #fff;
}
header a {
  color: #164A6A;
  display: flex;
}

.header-bar {
  background: #164A6A;
  padding: 10px 5%;
  color: #fff;
  text-align: right;
}
.header-bar .contact-info {
  position: relative;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.header-bar .contact-info a {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.header-bar .contact-info li {
  list-style: none;
  display: inline-flex;
  margin: 0 10px;
}
.header-bar .contact-info li:last-child {
  margin-right: 0;
}
.header-bar .contact-info li i {
  padding-right: 10px;
}

.header {
  position: fixed !important;
}

.header-nav {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin: 0;
  height: 100%;
}

.inner-header {
  position: relative;
  height: auto;
  margin: auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 5%;
}

#logo {
  position: relative;
  margin: 10px 0;
  height: auto;
  width: 130px;
  z-index: 10;
  left: 0;
  top: 0px;
}

.logo {
  width: 100px !important;
}

#logo img {
  width: 100%;
}

.fa-search {
  font-size: 26px;
}

.social-media {
  padding: 0;
  margin: 0;
  color: #fff;
}

.social-media li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}

.social-media .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #193d71;
  border-radius: 50%;
}

.social-media li a {
  color: #fff;
  font-size: 18px;
}

.main {
  position: relative;
  overflow: hidden;
}

/* ---------------------------------------------- /*
 * Menu
/* ---------------------------------------------- */
.menu-logo {
  width: 150px;
  margin: 40px 0 30px;
}

.menu-spacing {
  margin-top: 30px !important;
}

nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

#main-nav {
  display: flex;
  justify-content: flex-end;
  padding: 0 5%;
}
#main-nav ul {
  padding: 0;
}
#main-nav ul li {
  list-style: none;
  display: inline-block;
  margin: 10px;
}
#main-nav ul li:last-child {
  margin-right: 0;
}
#main-nav ul li a, #main-nav ul li .nav-title {
  color: #164A6A;
  font-weight: bold;
}
#main-nav ul li a:hover, #main-nav ul li .nav-title:hover {
  color: #116EB2;
  cursor: pointer;
}
#main-nav ul li .sub-menu {
  display: none;
  position: absolute;
  padding: 29px 0 0;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
#main-nav ul li .sub-menu li {
  margin: 0;
  padding: 10px;
  background-color: #164A6A;
  display: block;
}
#main-nav ul li .sub-menu li a {
  color: #ffffff;
  padding: 5px 10px;
}
#main-nav ul li .sub-menu li a:hover {
  color: #ECA840;
}

.sub-menu-style {
  padding: 22px 0 0 !important;
}

#menu-wrap {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  right: -100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #164A6A;
  transition: 0.5s ease-in-out;
  overflow-y: scroll;
}
#menu-wrap h3 {
  color: #fff;
  font-weight: 100;
  font-size: 30px;
  margin-bottom: 10px;
}
#menu-wrap .social-icons-wrap a {
  color: #fff;
}
#menu-wrap .social-icons-wrap a:hover {
  color: #164A6A;
}

.menu-slide {
  right: 0 !important;
}

.inner-menu-wrap {
  position: relative;
  text-align: left;
  width: 100%;
  display: none;
  margin: auto;
  padding: 20% 15%;
}

.menu-show {
  display: block;
}

.mobile-menu {
  padding: 0;
  display: none;
}
.mobile-menu li {
  position: relative;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: left;
  left: 100px;
  opacity: 0;
  text-align: left;
}
.mobile-menu li a {
  position: relative;
  color: #fff;
  list-style: none;
  font-size: 25px;
}
.mobile-menu li a:hover {
  font-weight: 700;
}
.mobile-menu li .nav-title {
  position: relative;
  color: #fff;
  list-style: none;
  font-size: 25px;
}

.mobile-menu .sub-menu {
  padding: 0;
}
.mobile-menu .sub-menu li {
  padding: 0;
  margin-left: 30px;
}

#nav-icon {
  width: 40px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: rotate(0deg) translate(0, -50%);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 10;
  display: none;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #164A6A;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg) translate(0, -50%);
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 2px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 12px;
}

#nav-icon span:nth-child(4) {
  top: 22px;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.current-menu-item a,
.current-page-ancestor a,
.current-post-ancestor a {
  font-weight: bold;
}

/* ---------------------------------------------- /*
 * Search Bar
/* ---------------------------------------------- */
.close-search {
  position: absolute;
  top: 10%;
  right: 20%;
}
.close-search:hover {
  cursor: pointer;
}

#main-search {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
  display: none;
  text-align: center;
  border-bottom: 5px solid #ccc;
  background-color: #fff;
  padding-top: 100px;
  z-index: 10;
}

.inner-search {
  width: 100%;
  min-height: 100%;
}

#search-input {
  width: 100%;
  padding: 10px;
  height: 50px;
  font-size: 16px;
}

/* ---------------------------------------------- /*
 * Content
/* ---------------------------------------------- */
.homepage-content-wrap a:hover .background-img img {
  scale: 1.1;
}
.homepage-content-wrap a:hover .hp-bg-colour {
  opacity: 0.2 !important;
}
.homepage-content-wrap .background-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.homepage-content-wrap .background-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.homepage-content-wrap .hp-bg-colour {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.homepage-content-wrap .hp-logo {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
}
.homepage-content-wrap .hp-logo img {
  width: 100%;
}
.homepage-content-wrap .hp-grid {
  min-height: 100vh;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}
.homepage-content-wrap .hp-grid .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.homepage-content-wrap .hp-grid .grid-item .option-section-wrap {
  position: relative;
  max-width: 300px;
  text-align: center;
}
.homepage-content-wrap .hp-grid .grid-item .option-section-wrap h2 {
  color: #fff;
}

/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */
footer {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  font-weight: 700;
  color: #ECA840;
}
footer h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-inner {
  padding: 50px 5%;
  margin: auto;
  width: 100%;
}

.terms {
  margin: 0 auto;
  padding: 0;
  display: inline-flex;
  font-size: 14px;
  text-align: center;
}
.terms li {
  margin: 0 10px;
  list-style: none;
}

.site-info {
  grid-gap: 0 4%;
  margin: 20px auto;
}
.site-info .copyright {
  text-align: left;
  font-size: 14px;
  width: 100%;
  padding-left: 10%;
}
.site-info .designedby {
  text-align: right;
  padding-right: 10%;
  font-size: 12px;
  width: 100%;
}

.footer-grid {
  margin: auto;
  grid-gap: 30px 6%;
}

.footer-logo {
  width: 200px;
  margin-bottom: 30px;
}

.footer-btn-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.social-links ul {
  padding: 0;
  margin: 0;
}

.social-links ul li {
  display: inline;
  margin-right: 10px;
}

.social-links ul li .fa-brands {
  font-size: 26px;
}

.disclaimer {
  text-align: center;
}
.disclaimer a {
  color: #fff;
  font-size: 12px;
}

.error-msg {
  position: relative;
  text-align: center;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------------------------------------------- /*
 * CONTACT PAGE ===== Contact Form
/* ---------------------------------------------- */
#contact-page .project-img {
  min-height: 450px;
}

.dcm-contact-form {
  font-size: initial;
}

.contact-grid {
  grid-template-columns: 20% 80%;
  width: 50%;
}

.fa-map-marked-alt, .fa-phone, .fa-fax {
  font-size: 30px;
}

.wpcf7-form-control-wrap .form-input {
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  text-indent: 10px;
  border: 1px solid #fff;
}

.wpcf7-form-control-wrap select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-indent: 10px;
}

.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 10px !important;
  font-size: 16px; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box;
  border-color: #ccc;
  height: 150px;
  text-indent: 0px !important;
}

.wpcf7-not-valid-tip {
  font-size: 16px !important;
  color: #fff;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 53px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  font-weight: 400;
  background-color: #f4f4f4;
  background-image: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  text-align: center;
  color: #f00;
  border: none !important;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border: none !important;
}

div.wpcf7-mail-sent-ok {
  text-align: center;
  border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
}

.submit-btn {
  position: relative;
  padding: 10px;
  font-size: 15px;
  width: 150px;
  color: #fff;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  background: #193d71;
  border: 0;
}

.submit-btn:hover {
  background: #ffed00;
  color: #193d71;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

/* ---------------------------------------------- /*
 * Animation
/* ---------------------------------------------- */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
.nf-form-fields-required {
  display: none;
}

/* ---------------------------------------------- /*
 * Responsive
/* ---------------------------------------------- */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #nav-icon {
    display: block;
  }
  nav, .header-bar {
    display: none;
  }
  .mobile-menu a:hover {
    color: #ECA840;
  }
  .mobile-menu .sub-menu {
    display: none;
  }
  #logo {
    margin: 10px 0;
    width: 80px;
  }
  .logo {
    width: 60px !important;
  }
  .contact-info {
    font-size: 18px;
  }
  .page-content-wrap {
    margin: 80px 5% 50px;
  }
  .copyright, .designedby {
    text-align: center !important;
    padding: 0 !important;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .homepage-content-wrap .hp-grid {
    grid-template-columns: auto;
  }
  .homepage-content-wrap .hp-logo {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 769px) and (max-width: 999px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 17px;
  }
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1441px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1800px) {
  .content-wrap, .footer-inner, .site-info, .inner-header, .header-bar .contact-info {
    max-width: 1440px;
    margin: auto;
  }
  .footer-inner, .site-info {
    padding: 50px 0;
  }
  .inner-header, #main-nav, .site-info .copyright, .site-info .designedby {
    padding: 0;
  }
	.section-wrap {
		 margin-bottom: 50px;
	 }
}/*# sourceMappingURL=styles.css.map */