html {
  background-color: white;
  margin-top: 0 !important; }
  html p {
    font-size: 18px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #74747B;
    line-height: 150%; }
  html h1 {
    font-size: 36px;
    font-family: Georgia, serif;
    color: black; }
  html h2 {
    font-size: 24px;
    font-family: Georgia, serif;
    color: black; }
  html h3 {
    font-size: 18px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: black; }
  html a, html a * {
    color: #004C97; }
    html a:hover, html a *:hover {
      color: black; }
  html a.nat-btn {
    background-color: #004C97;
    font-size: 18px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    letter-spacing: 4px;
    transition: all ease 0.5s;
    text-decoration: none !important;
    padding: 10px 20px;
    white-space: nowrap; }
    html a.nat-btn:hover {
      background-color: #888B8D; }
    html a.nat-btn.w-border {
      border: 1px solid white; }
      html a.nat-btn.w-border:hover {
        background-color: white; }
        html a.nat-btn.w-border:hover.bg-blue {
          color: #004C97; }
li{
    font-size: 18px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #74747B;
    line-height: 150%;
}

header .back-bar {
  height: 20px;
  width: 100%;
  background-color: #888B8D;
  display: flex;
  align-items: center; }
  header .back-bar a {
    font-size: 10px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    letter-spacing: 4px;
    color: white;
    text-transform: uppercase; }
    @media screen and (min-width: 1200px) {
      header .back-bar a {
        margin-left: 60px; } }
  @media screen and (max-width: 400px) {
    header .back-bar {
      height: auto;
      padding-top: 3px;
      padding-bottom: 3px;
      text-align: center; } }
header .top-menu {
	background-color: #F2F2F2;
  height: 100px;
  display: flex;
  align-items: center; }
  header .top-menu .custom-logo {
    width: 246px;
    height: auto; }
  header .top-menu a:not(.custom-logo-link) {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #004C97;
    text-transform: uppercase; }
  header .top-menu .top-menu-links {
    display: flex;
    align-items: center;
    justify-content: space-around; }
    @media screen and (max-width: 991px) {
      header .top-menu .top-menu-links {
        display: none; } }
  @media screen and (max-width: 767px) {
    header .top-menu {
      height: auto;
      padding-top: 10px;
      padding-bottom: 10px; }
      header .top-menu .col-12 {
        text-align: center; }
        header .top-menu .col-12:first-child {
          padding-bottom: 10px; } }
header .main-menu {
  height: 40px;
  background-color: #269988;
  width: 100%; }
  @media screen and (max-width: 991px) {
    header .main-menu .container {
      max-width: none; } }
  header .main-menu .container, header .main-menu .row, header .main-menu .menu-main-menu-container {
    height: 100%; }
  header .main-menu .menu-toggle-button {
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px; }
    @media screen and (max-width: 991px) {
      header .main-menu .menu-toggle-button {
        display: flex; } }
  header .main-menu ul#menu-main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    height: 100%; }
    header .main-menu ul#menu-main-menu > li {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 991px) {
        header .main-menu ul#menu-main-menu > li {
          height: auto;
          flex-direction: column; } }
      header .main-menu ul#menu-main-menu > li:hover {
        background-color: #888B8D; }
        header .main-menu ul#menu-main-menu > li:hover .sub-menu {
          display: block;
          position: absolute;
          z-index: 100; }
    header .main-menu ul#menu-main-menu li {
      list-style-type: none;
      position: relative; }
      header .main-menu ul#menu-main-menu li a {
        font-size: 16px;
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        color: white;
        letter-spacing: 4px;
        text-transform: uppercase;
        padding: 0 2vw; }
      header .main-menu ul#menu-main-menu li .sub-menu {
        display: none;
        background-color: #888B8D;
        left: 0;
        top: calc(100%);
        padding: 0; }
        @media screen and (min-width: 991px) {
          header .main-menu ul#menu-main-menu li .sub-menu {
            box-shadow: 0 0 24px 6px rgba(0, 0, 0, 0.15); } }
        header .main-menu ul#menu-main-menu li .sub-menu li {
          padding-bottom: 7px;
          padding-top: 7px;
          display: flex; }
          header .main-menu ul#menu-main-menu li .sub-menu li:hover {
            background-color: #269988; }
          header .main-menu ul#menu-main-menu li .sub-menu li a {
            width: 100%; }
            @media screen and (max-width: 991px) {
              header .main-menu ul#menu-main-menu li .sub-menu li a {
                text-align: center; } }
        header .main-menu ul#menu-main-menu li .sub-menu a {
          font-size: 13px; }
          @media screen and (min-width: 992px) {
            header .main-menu ul#menu-main-menu li .sub-menu a {
              white-space: nowrap; } }
    @media screen and (max-width: 991px) {
      header .main-menu ul#menu-main-menu {
        display: none;
        width: 100%; }
        header .main-menu ul#menu-main-menu.menu-open {
          display: block;
          position: absolute;
          z-index: 100; }
        header .main-menu ul#menu-main-menu li {
          background-color: #269988;
          padding-top: 5px;
          padding-bottom: 5px; }
          header .main-menu ul#menu-main-menu li.clicked-once > a {
            font-weight: bold;
            text-decoration: none; }
          header .main-menu ul#menu-main-menu li.clicked-once > ul.sub-menu {
            display: block;
            position: static;
            background-color: #888B8D; }
            header .main-menu ul#menu-main-menu li.clicked-once > ul.sub-menu li {
              background-color: #888B8D; } }
  @media screen and (max-width: 991px) {
    header .main-menu .menu-main-menu-container {
      position: absolute;
      width: 100%;
      left: 0; } }

main .animator {
  width: 100%;
  background-size: cover;
  background: url(/wp-content/uploads/2019/07/banner-bg-new.jpg) no-repeat 40% 0; }
  main .animator .container .col-12 {
    max-height: 600px;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px; }
  @media screen and (max-width: 1200px) {
    main .animator .container {
      width: 100%;
      max-width: none; }
      main .animator .container .col-12 {
        padding: 0; } }
main .content {
  background-color: #F2F2F2;
  padding-top: 75px;
  padding-bottom: 50px; }
  main .content iframe {
    width: 100%; }
  main .content .post-container {
    margin-bottom: 20px; }
    main .content .post-container h2, main .content .post-container p {
      margin-bottom: 4px; }

footer .footer-top {
  background-size: cover;
  background: #F2F2F2 url(/wp-content/uploads/2019/08/swoosh-3440x1440.jpg) no-repeat 50% 0%;
  padding: 100px 0; }
  footer .footer-top h2 {
    margin-bottom: 25px; }
  footer .footer-top h2, footer .footer-top p {
    text-align: center;
    color: white; }
  footer .footer-top .carousel-item.active, footer .footer-top .carousel-item-next, footer .footer-top .carousel-item-prev {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  footer .footer-top .arrows {
    display: flex;
    align-items: center;
    justify-content: center; }
    footer .footer-top .arrows .prev-arrow img, footer .footer-top .arrows .next-arrow img {
      height: 50px;
      width: 50px;
      margin-left: 15px;
      margin-right: 15px;
      cursor: pointer; }
footer .footer-middle {
  width: 100%;
  background-color: #004C97;
  padding-top: 25px;
  padding-bottom: 25px; }
  footer .footer-middle * {
    color: white; }
  footer .footer-middle h2 {
    padding-right: 3vw; }
  footer .footer-middle ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none; }
    footer .footer-middle ul li {
      font-family: "Roboto", Helvetica, Arial, sans-serif; }
  footer .footer-middle .btn-col {
    padding-top: 10px; }
  @media screen and (max-width: 991px) {
    footer .footer-middle .col-12 {
      padding-bottom: 25px;
      text-align: center; } }
footer .footer-bottom {
  width: 100%;
  background-color: #F2F2F2;
  padding-top: 25px;
  padding-bottom: 25px; }
  footer .footer-bottom ul {
    padding: 0;
    list-style-type: none; }
    footer .footer-bottom ul li a {
      color: #74747B;
      font-size: 14px;
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      letter-spacing: 4px;
      text-transform: uppercase; }
  footer .footer-bottom .disclaimer-row {
    padding-top: 10px; }
    footer .footer-bottom .disclaimer-row * {
      color: #74747B; }
  footer .footer-bottom .social-icons {
    display: flex;
    align-items: center;
    justify-content: space-evenly; }
    footer .footer-bottom .social-icons img {
      height: 25px;
      width: 25px; }
  @media screen and (max-width: 991px) {
    footer .footer-bottom .col-12 {
      padding-bottom: 25px;
      text-align: center; } }
footer .copyright {
  letter-spacing: 4px;
  font-size: 13.5px; }

@media screen and (min-width: 1230px) {
  .container {
    max-width: 1230px; } }

.nf-form-cont .nf-form-fields-required {
  display: none; }
.nf-form-cont .submit-wrap input {
  background-color: #004C97;
  border: 1px solid #004C97;
  padding: 10px 20px;
  font-size: 18px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  transition: all ease 0.5s;
  cursor: pointer; }
  .nf-form-cont .submit-wrap input:hover {
    background-color: white;
    color: #004C97; }

.template-interior_sub_page main .animator, .template- main .animator {
  background-position: 40% 50%; }
  .template-interior_sub_page main .animator .col-12, .template- main .animator .col-12 {
    max-height: 300px;
    overflow-y: hidden;
    display: flex;
    align-items: center; }

.gallery .content .col-lg-8 {
  margin: 0 !important;
  flex: 0 0 100% !important;
  max-width: 100% !important; }

.hidden-search-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 148000;
  max-height: 100px; }
  .hidden-search-box.visible {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .hidden-search-box input {
    width: 100% !important;
    font-size: 42px !important;
    padding-left: 5% !important;
    color: #74747B; }
  .hidden-search-box .search-results {
    width: 100%; }
    .hidden-search-box .search-results .search-result-item {
      color: #74747B !important;
      border-bottom: 1px solid #888B8D;
      background-color: white;
      font-size: 18px;
      padding: 5px 5%; }

.overlay {
  z-index: 99000;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  background: black;
  opacity: 0.7;
  transition: all ease 0.25s; }
  .overlay.show {
    display: block; }

nav.navigation.pagination h2 {
  display: none; }
nav.navigation.pagination .nav-links > * {
  padding-left: 5px;
  padding-right: 5px; }
  nav.navigation.pagination .nav-links > *:first-child {
    padding-left: 0; }

p.breadcrumbs {
  margin-top: 10px;
  margin-bottom: 0;
  height: auto !important;
  max-height: none !important;
  text-align: center;
  width: 100%; }
  p.breadcrumbs span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4px; }

#lightbox.lightbox .lb-outerContainer {
  width: 50% !important;
  height: auto !important;
  overflow-x: hidden !important; }
  #lightbox.lightbox .lb-outerContainer img {
    height: auto !important;
    max-width: 100%; }

@media screen and (max-width: 991px) {
header .main-menu ul#menu-main-menu > li.menu-item.menu-item-has-children:after {
        background-image: url(/wp-content/uploads/icon-arrow-left.svg);
    content: '';
    position: absolute;
    right: 15px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    transform: rotate(270deg);
    background-position: center;
    background-size: contain;
    z-index: 50000;
    transition: all ease 0.4s;
}
	
	header .main-menu ul#menu-main-menu > li.menu-item.menu-item-has-children.clicked-once:after {
    top: 5px;
    transform: rotate(180deg);
}
}

/*# sourceMappingURL=style.css.map */
