body {
  font-family: 'Open Sans';
  font-size: 13px;
  background-color: #003a70;
  line-height: 1.65em;
}

h3 {
  line-height: 1.1em;
  margin-bottom: 8px;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

section {
  padding: 3rem 0;
}

section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

.btn-xl {
  padding: 0.7rem 1.75rem;
  font-size: 1.25rem;
}

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  font-family: 'Open Sans';
}

#mainNav .navbar-brand {
  color: #fff;
}

#mainNav .navbar-nav {
  margin-top: 1rem;
  letter-spacing: 0.0625rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #18BC9C;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #18BC9C;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 2em;
    -webkit-transition: font-size 0.3s;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
    background: #18BC9C;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: #18BC9C;
  }
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column {
      margin: 0;
      margin-bottom: 20px;
      width: 100%;
  }
}


#navbarResponsive .pb-3, 
#navbarResponsive .py-3 {
  padding-bottom: 0 !important;
}

#navbarResponsive .pt-3, 
#navbarResponsive .py-3 {
  padding-top: 0 !important;
}


/*******/

.margin-top-50 {
  margin: 50px 0 0 0;
}

.margin-bottom-50 {
  margin: 0 0 50px 0;
}

/*******/

.container {
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 50px;
  clear: both;
}

.container_wrap {
  clear: both;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
}

.enquire-today-padding {
  padding: 0 50px 30px;
}

#top {
  overflow-x: hidden;
}

#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
  color: #fff;
}

#top .sub_menu>ul, #top .sub_menu>ul>li {
  background: transparent;
}

#header_meta {
  background-color: #003a70;
  min-height: 30px;
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;  
}

#header_meta .container {
  min-height: 30px;
  /* position: fixed; */
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media only screen and (max-width: 767px) {
  #header_meta .sub_menu > ul > li {
      float: none;
      display: inline-block;
      padding: 0 10px;
  }
}

header {
  position: relative;
  width: 100%;
  overflow: hidden;
}

header img {
  width: 100%;
  height: auto;
}

header .caption {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

header .caption .title-caption {
  margin-top: 16rem;
}

header .caption .title-caption h1 {
  font-size: 40px;
  font-weight: 700;
  color: #003a70;
  margin-bottom: 1em;
}

#products h2 {
  font-size: 40px;
  font-weight: 700;
  color: #003a70;
  margin-bottom: 1em;
}

#products h3 {
  font-weight: 700;
}

.btn-cta {  
  font-size: 30px;
  border-radius: 14px;
  padding: 8px 60px;
}

.btn-blue {
  color: #fff !important;
  background: #003a70;
}

.btn-white {
  color: #003a70 !important;
  background: #fff;
}

.text-section {
  font-size: 22px;
  line-height: 30px;
}

.bg-white {
  background: #fff;
}

.text-blue {
  color: #003a70;
}

.products-row img {
  width: 80%;
  padding: 6px;
}

.products-hr {
  border-top: 4px solid;
  width: 160px;
}

section h1 {
  font-size: 40px;
  font-weight: 700;
  color: #003a70;
  margin-bottom: 0.8em;
}

#contact label {
  color: #fff;
}

ul {
  list-style: none outside;
  margin-left: 7px;
}

#contact ul {
  margin-left: 0;
  padding: 0;
}

#contact .help-block {
  margin: 0.4em 0;
}

.sub_menu {
  float: left;
  z-index: 2;
  font-size: 11px;
  line-height: 30px;
  position: relative;
  top: 10px;
  padding-right: 10px;
}

.sub_menu>ul {
  float: left;
  margin: 0;
  padding: 0;
}

.sub_menu li {
  float: left;
  margin: 0;
  position: relative;
  padding: 0 10px;
  border-right-style: solid;
  border-right-width: 1px;
  line-height: 10px;
}

.sub_menu>ul>li:first-child {
  padding-left: 0;
}

.sub_menu>ul>li:last-child {
  border: 0;
  padding-right: 0;
}

#header_meta #avia2-menu a {
  font-size: 10px !important;
  font-weight: 400 !important;
}

.fixed-top {
  top: 30px;
}

.phone-info {
  float: right;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 20px;
  padding: 5px 0;
}

.phone-info span {
  display: inline-block;
  line-height: 1em;
}

/* ********** */

a:hover, a:focus, a:visited {
  outline: 0;
  text-decoration: underline;
}

a {
  text-decoration: none;
  outline: 0;
  max-width: 100%;
  max-width: none\9;
}

body.open_sans {
  font-family: 'Open Sans','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
}
#footer a {
  font-size: 13px;
  line-height: 21.45px;
}

.responsive .container {
  max-width: 1310px;
}

p a, p a:visited {
  line-height: inherit;
}

p {
  margin: 1.4em 0;
}

div .av_one_third {
  margin-left: 6%;
  width: 29.333333333333332%;
}

div .flex_column {
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
}

.footer_color, .footer_color div, .footer_color header, .footer_color main, .footer_color aside, .footer_color footer, .footer_color article, .footer_color nav, .footer_color section, .footer_color span, .footer_color applet, .footer_color object, .footer_color iframe, .footer_color h1, .footer_color h2, .footer_color h3, .footer_color h4, .footer_color h5, .footer_color h6, .footer_color p, .footer_color blockquote, .footer_color pre, .footer_color a, .footer_color abbr, .footer_color acronym, .footer_color address, .footer_color big, .footer_color cite, .footer_color code, .footer_color del, .footer_color dfn, .footer_color em, .footer_color img, .footer_color ins, .footer_color kbd, .footer_color q, .footer_color s, .footer_color samp, .footer_color small, .footer_color strike, .footer_color strong, .footer_color sub, .footer_color sup, .footer_color tt, .footer_color var, .footer_color b, .footer_color u, .footer_color i, .footer_color center, .footer_color dl, .footer_color dt, .footer_color dd, .footer_color ol, .footer_color ul, .footer_color li, .footer_color fieldset, .footer_color form, .footer_color label, .footer_color legend, .footer_color table, .footer_color caption, .footer_color tbody, .footer_color tfoot, .footer_color thead, .footer_color tr, .footer_color th, .footer_color td, .footer_color article, .footer_color aside, .footer_color canvas, .footer_color details, .footer_color embed, .footer_color figure, .footer_color fieldset, .footer_color figcaption, .footer_color footer, .footer_color header, .footer_color hgroup, .footer_color menu, .footer_color nav, .footer_color output, .footer_color ruby, .footer_color section, .footer_color summary, .footer_color time, .footer_color mark, .footer_color audio, .footer_color video, #top .footer_color .pullquote_boxed, .responsive #top .footer_color .avia-testimonial, .responsive #top.avia-blank #main .footer_color.container_wrap:first-child, #top .footer_color.fullsize .template-blog .post_delimiter, .footer_color .related_posts.av-related-style-full a {
    border-color: #003a70;
}

.footer_color a, .footer_color .widget_first, .footer_color strong, .footer_color b, .footer_color b a, .footer_color strong a, .footer_color #js_sort_items a:hover, .footer_color #js_sort_items a.active_sort, .footer_color .av-sort-by-term a.active_sort, .footer_color .special_amp, .footer_color .taglist a.activeFilter, .footer_color #commentform .required, #top .footer_color .av-no-color.av-icon-style-border a.av-icon-char, .html_elegant-blog #top .footer_color .blog-categories a, .html_elegant-blog #top .footer_color .blog-categories a:hover {
  color: #fff;
}

.footer_color {
  background-color: #003a70;
  color: #ddd;
}

#footer {
  padding: 0 0 5px;
  z-index: 1;
}

.flex_column .widget .widgettitle, .content .widget .widgettitle {
  margin-top: .85em;
}

#footer .flex_column.av_one_third:nth-child(1) {
  width: 40%;
}

#footer .flex_column.av_one_third:nth-child(2) {
  width: 20%;
}

#footer .flex_column.av_one_third:nth-child(3) {
  width: 20%;
}

body div .first, body div .no_margin {
  margin-left: 0;
}

body .unit.alpha, body .units.alpha, body div .first {
  margin-left: 0;
  clear: left;
}

.widget {
  clear: both;
  position: relative;
  padding: 30px 0 30px 0;
  float: none;
}

.widgettitle {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14.3px;
  color: #919191;
}

#footer .flex_column.av_one_third:nth-child(2) {
  width: 20%;
}

.flex_column .widget:first-child, .content .widget:first-child {
  padding-top: 0;
  border-top: 0;
}

#footer .widget {
  padding: 0;
  margin: 30px 0 30px 0;
  overflow: hidden;
}

#footer img {
  margin: 0;
}

.products-row p {
  font-weight: bold;
  margin: 10px 0 30px;
}


/****************/

@media only screen and (max-width: 767px) {
  .container {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }

  .sub_menu, 
  .sub_menu > ul {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: static;
  }

  .sub_menu > ul > li {
    float: none;
    display: inline-block;
    padding: 0 10px;
  }

  .phone-info {
    text-align: center;
    float: none;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 20px;
    padding: 5px 0;
  }
  
  .phone-info span {
    display: inline-block;
    line-height: 1em;
  }

  .btn-cta {
    padding: 8px 40px;
  }

  #footer .flex_column {
    margin: 0;
    margin-bottom: 0;
    width: 100% !important;
  }

  #footer .widget {
    margin: 0;
  }  

}

/** **** **/

@media (max-width: 1280px) {
  
  header .caption .title-caption {
    margin-top: 10rem;
  } 
  
}

@media (max-width: 1024px) {
  
  header .caption .title-caption {
    margin-top: 8rem;
  } 
  
}

@media (max-width: 900px) {  
  
  header .caption .title-caption {
    margin-top: 6rem;
  }  

}

@media (max-width: 767px) {  
  
  header .caption .title-caption {
    margin-top: 4rem;
  }  

}

@media (max-width: 600px) {  
  
  header .caption .title-caption {
    margin-top: 2rem;
  }

  .btn-cta {
    font-size: 20px;
}

}

@media (max-width: 480px) {
  
  header .caption .title-caption {
    margin-top: 2rem;
    
  }

  p {
    font-size: 80%;
    margin: 0.4em 0 1.4em;
  }

  section {
    padding: 2rem 0;
  }

  header .caption .title-caption h1 {
    font-size: 2.25rem;
    margin-bottom: 0.5em;
  }
  
  section h2 {
    font-size: 1.25rem;
  }
  .btn-cta {
    font-size: 20px;
  }

  header img {
    width: 124%;
  }
  
}