

/* * * * * * GLOBALS * * * * * */
#wpadminbar {
  display: none !important;
}
body {
  font-family: Roboto, sans-serif;;
}h1, h1 a {
  color: #0e4daa;
  font-family: Monda, sans-serif;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.27em;
  margin: 25px 0;
  font-weight: bold;
  text-transform: uppercase;
}h2 {
  color: #0e4daa;
  font-family: Monda, sans-serif;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 2rem;
  margin: 25px 0;
  font-weight: bold;
  text-transform: uppercase;
}h3 {
  color: #0e4daa;
  font-family: Monda, sans-serif;
  font-weight: normal;
  font-size: 1.3em;
  line-height: 2rem;
  margin: 25px 0;
  font-weight: bold;
  text-transform: uppercase;
}h4 {
  font-family: Monda, sans-serif;
  font-weight: normal;
  color: #0e4daa;
  font-size: 1.2em;
  line-height: 2rem;
  margin: 25px 0;
  font-weight: bold;
  text-transform: uppercase;
}p {
  font-family: Roboto, sans-serif;;
  font-weight: lighter;
  color: #777777;
  font-size: 17px;
  margin: 18px 0;
}ul {
  list-style-type: none;
  margin: 0;
}.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}.row.full {
  margin: 0 auto; 
  max-width: 100% !important;
  width: 100%;
}.strip-padding{
  padding:0 !important;
}.bg-blue{
  background: #011c44;
}.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4{
  color: #FFFFFF;
}.bg-blue p {
  color: #FFFFFF;
}.bg-blue p > strong {
  color: #ffffff;
}.box-padding {
  padding: 4% 9%;
}.center-item{
  display: flex;
  align-content: center;
  justify-content: center;
}.contain-to-grid {
  background: none !important;
}.contain-to-grid .top-bar {
  max-width: 75em;
}.content-wrapper{
  background-color: #f1f1f1;
}.has-light-shadow{
  box-shadow: 0px 7px 45px 2px rgba(0, 0, 0, 0.25);
}.has-dark-shadow{
  box-shadow: 0px 7px 25px 10px rgba(0, 0, 0, 0.28);
}.page-wrapper {
  max-width: 75rem;
  clear: both;
}.small-margin-top{
  margin-top: 3%;
}.scrollfade {
  opacity: 0;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
}.scrollfade.complete{
  opacity:1;
}.from-bottom.scrollfade {
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}.from-bottom.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-left.scrollfade {
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}.from-left.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.will-fade{
  opacity:0;
}

/* * * * * * HEADER STYLES * * * * * */

.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 99;
}.header-wrapper.home {
  display: block;
  float:left;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 999;
}.header-inner-wrapper {
  width: 100%;
  float: left;
  background: #ffffff;
}.header-wrapper.inner-header::after {
  background: transparent url("images/commercial-inner-header-bg.png") no-repeat top left;
  content: "";
  height: 100%;
  left: 0px;
  position:absolute;
  top: 0px;
  width: 100%;
  z-index:-1;
  animation-name: fadeIn;
  animation-duration: 4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 4s;
}.header-wrapper .navigation-wrapper {
  position: relative;
  padding-top: 40px;
  opacity: 0;
}.header-company-title a {
  font-family: Monda, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.5rem;
  color: #0e4daa;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  width: 100%;
  text-align: left;
  margin: 0px 0 10px 0;
}.header-company-serviceorder {
  color: #011c44;
  font-family: Monda, sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}.header-phone{
  opacity: 0;
}.header-phone a{
  position: relative;
  max-width: 300px;
  top: 52px;
}.header-phone a span {
  color: #0e4daa;
  border: 3px solid #0e4daa;
  box-shadow: none;
  font-family: Monda, sans-serif;
  font-weight: bold;
  border-radius: 20px;
  padding: 12px 15px;
  white-space: nowrap;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}.header-phone a span:hover{
  background: #0e4daa;
  box-shadow: 0px 7px 45px 2px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}.logo-wrapper {
  opacity: 0;
}.social-icons{
  margin-top:50px;
}.social-icons a{
  color: #0e4daa;
  font-size: 1em !important;
  margin: 0 20px 0 0;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}.social-icons a:hover{
  color: #011c44;
}

/* * * * * * NAVIGATIONAL STYLES * * * * * */

/* Navigational Menu */

.top-bar,
.top-bar-section ul li,
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:hover:not(.button) {
  background: none;
}.top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  background: none;   
}.top-bar-section .has-dropdown.not-click >.dropdown{
  opacity: 0;
  box-shadow: 0;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}.top-bar-section .has-dropdown.not-click:hover>.dropdown{
  opacity: 1;
  box-shadow: 0px 7px 25px 10px rgba(0, 0, 0, 0.28);
}
.top-bar-section .has-dropdown>a:after{
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.top-bar-section .has-dropdown:hover>a:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
/* Single item dropdown menu (Service Areas) style */
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a{
  border-radius: 20px !important;
}
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a:hover:not(.button) {
  border-radius: 20px !important;
}
/* Navigation Link Default Styles */

.top-bar .name {
  background: #0e4daa;
}.top-bar-section .dropdown {
  left: 0;
  top: auto;
  background: #0e4daa;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}.top-bar-section .has-dropdown > a {
  padding: 0 19px !important;
}.top-bar-section .has-dropdown > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #0e4daa transparent transparent transparent;
  border-top-style: solid;
  margin-top: -2.5px;
  left: 0;
  margin: auto;
  right: 0;
  top: 38px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}.top-bar-section ul li > a,
 .top-bar-section li:not(.has-form) a:not(.button) {
  color: #0e4daa;
  border-radius: 20px;
  font-family: Monda, sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px; 
  border: 3px solid transparent;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}.top-bar-section ul > li:not(:last-child) {
  margin: 0 18px 0 0;
}.navigation-wrapper, 
 .top-bar ul {
  padding: 0;
}

/* Navigation Link Active/Hover Styles */

.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  border-radius: 20px;
  color: #011c44;
  padding: 0 10px;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li,
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a,
.top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:not(.button) {
  background: none;
  border: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown{
  border-radius: 0 0px 20px 20px;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown,
.top-bar-section ul li.active:hover:not(.has-form) ul.dropdown {
  border-radius: 20px;
  overflow: hidden;
}.top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
  background: #ffffff !important;
  color: #0e4daa;
  border-radius: 0 0 0 0 !important;
}.top-bar-section ul li:not(.has-form) ul.dropdown li a,
 .top-bar-section ul li:hover:not(.has-form) ul.dropdown li a {
  border: none;
  border-radius: 0;
  font-size: 13px;
  line-height: 40px;
}.top-bar-section ul li.has-dropdown:hover:not(.has-form) > a:not(.button) {
  border-radius: 20px 20px 0 0;
  border-bottom: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a:hover:not(.button),
 .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:hover:not(.button) {
  background: #ffffff;
  border: none;
  border-radius: 0;
  color: #0e4daa;
  box-shadow: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li{
  box-shadow: none;
}.top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:not(.button){
  box-shadow: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a {
  border-radius: 20px 20px 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a:hover:not(.button) {
  border-radius: 20px 20px 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a {
  border-radius: 0 0 20px 20px;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a:hover:not(.button) {
  border-radius: 0 0 20px 20px;
}.top-bar.expanded .toggle-topbar a {
  color: #0e4daa;
}.top-bar-section .has-dropdown.moved > .dropdown {
  background: #0e4daa;
}

/* * * * * * SLIDER STYLES * * * * * */

.slick-background-wrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100% !important;
  height: 100vh;
}.slick-background-wrapper::before {
  content: "";
  background: -webkit-linear-gradient(-36deg, #ffffff, #ffffff, #0e4daa, #ffffff);
  background: -moz-linear-gradient(-36deg, #ffffff, #ffffff, #0e4daa, #ffffff);
  background: -ms-linear-gradient(-36deg, #ffffff, #ffffff, #0e4daa, #ffffff);
  background: -o-linear-gradient(-36deg, #ffffff, #ffffff, #0e4daa, #ffffff);
  background: linear-gradient(150deg, #ffffff, #ffffff, #0e4daa, #ffffff);
  height: 200vh;
  left: -127.5vw;
  position: absolute;
  top: 0px;
  width: 170vw;
  opacity: 0.7;
  z-index: 1;
  animation-name: fadeIn;
  animation-duration: 4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 4s;
}.slick-dots {
  position: absolute;
  bottom: 22vh;
  left: 10vw;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  opacity: 0;
  list-style: none;
  text-align: center;
  z-index: 9999;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  transition-delay: 1.5s;
}.slick-dots.complete{
  opacity: 1;
  bottom: 25vh;
}.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
  text-align: center;
  opacity: 1;
  color: transparent;
  border: 2px solid #0e4daa;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0e4daa;
  background: #0e4daa;
}.slick-dotted.slick-slider {
  margin-bottom: 0px;
}.slick-slide img {
  height: 100vh;
  width: 100vw;
}.slick-track {
  opacity:0;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  transition-delay: 1.5s;
}.slick-track.complete{
  opacity: 1;
}.slider-content{
  padding-top: 25vh;
  left: 150px;
  position: relative;
  bottom: -30px;
  opacity: 0;
  width:78%;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  transition-delay: 1.5s;
}.slider-content.complete {
  bottom: 0;
  opacity: 1;
}.slider-content p {
  line-height: 0.7em;
}.slider-content p:nth-of-type(1) {
  color: #0e4daa;
  font-family: Monda, sans-serif;
  font-weight: normal;
  font-size: 5em;
  text-transform: uppercase;
}.slider-content p:nth-of-type(2) {
  color: #ffffff;
  font-size: 5em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 3px;
  padding-left: 5%;
}.slider-content a {
  float: left;
  margin-left: 14%;
  width: 300px;
}.slider-details-btn {
  background: #0e4daa;
  color: #ffffff;
  width: 300px;
  float: left;
  border-radius: 50px;
  padding: 15px 50px 15px 50px;
  font-family: Monda, sans-serif;
  font-size: 17px;
  font-weight: lighter;
  letter-spacing: 1px;
  white-space: nowrap;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}.slider-details-btn i.fa.fa-long-arrow-right{
  position: relative;
  margin-left: 0;
  top: 1px;
  opacity: 0;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}.slider-content a:hover .slider-details-btn i.fa.fa-long-arrow-right{
  margin-left: 5px;
  opacity: 1;
}.slider-details-btn span {
  position: relative;
  left: 13px;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}.slider-content a:hover .slider-details-btn span {
  left: -3px;
}a.inner-cta {
    display: inline-block;
}.slider-details {
  height: 94vh;
  width: 100%;
}.slider-wrapper{
  opacity: 0;
}.arrow-wrapper {
  position: absolute;
  bottom: -25px;
  z-index: 9;
}.arrow {
  opacity: 0;
  width: 55px;
  height: 55px;
  background: #0e4daa;
  border-radius: 50%;
  position: relative;
  bottom: -30px;
  cursor: pointer;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  transition-delay: 1.5s;
}.arrow.complete{
  opacity: 1;
  bottom: 0;
}.arrow-wrapper i.fa.fa-long-arrow-up {
  color: #ffffff;
  transform: rotate(180deg);
  position: relative;
  top: 12px;
  font-size: 20px;
  -webkit-animation: up-down 800ms ease infinite alternate; 
  animation: up-down 800ms ease infinite alternate;
}

/* * * * * * FOR PAGES * * * * * */

main.main-wrapper.inner-page{
  padding-top: 45px;
}.main-wrapper ul li {
  color: #777777;
}.main-wrapper ol li {
  color: #777777;
}.service-items a {
  color: #0e4daa;
}.service-items a i.fa.fa-long-arrow-right{
  position: relative;
  top: 1px;
  left:0;
  opacity: 0;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}.service-items a:hover i.fa.fa-long-arrow-right{
  left: 5px;
  opacity: 1;
}

/* Home Page */

.home-bg-img{
  background: url("images/commercial-home-img-01.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
}.stacked-img-wrapper {
  max-width: 751px;
  z-index:99;
}.stacked-img {
  margin-top: 15%;
}.stacked-img img{
  box-shadow: box-shadow: 0px 0px 79px 3px rgba(0, 0, 0, 0.48);
}
.stacked-img::before {
  content: "";
  background: #0e4daa;
  box-shadow: 0px 0px 79px 3px rgba(0, 0, 0, 0.48);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -2;
  opacity: 0;
  left: 10%;
  top: 30%;
  transform: rotate(-15deg);
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
  transition-delay: 1.2s;
}.stacked-img::after {
  content: "";
  background: #011c44;
  box-shadow: 0px 0px 79px 3px rgba(0, 0, 0, 0.48);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  right: 0;
  bottom: 10%;
  transform: rotate(25deg);
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  -webkit-transition: all 800ms ease;
  transition: all 1200ms ease;
  transition-delay: 1.2s;
}.stacked-img.complete::before {
  left: -25px;
  opacity: 1;
  top: 50px;
  transform: rotate(0deg);
}.stacked-img.complete::after {
  right: -25px;
  bottom: -25px;
  opacity: 1;
  transform: rotate(0deg);
}

/* About Page */

.about-bg-img-01{
  background: url("images/general-about-img-01.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  opacity: 0;
}.about-bg-img-02{
  background: url("images/general-about-img-02.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  box-shadow: 0px 6px 34px 12px rgba(0, 0, 0, 0.28);
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  transition-delay: 1.2s;
}.about-bg-img-03{
  background: url("images/general-about-img-03.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
}

/* Contact Page */

.contact-info p {
  font-size: 21px;
  margin: 20px 0;
}p.contact-email.email{
  margin: 0 0 50px 0;
}.contactForm  {
  margin-top: 20px;
}.contactForm  label{
  font-weight: bold;
  display: block;
}.contactForm input {
  width: 100%;
  padding: 3px;
  margin-bottom: 24px;
}.contactForm textarea {
  width: 100%;
  height: 147px;
}.contactForm .captchaRefresh {
  vertical-align: top;
}.contactForm .captchaWrapper {
  margin-top: 10px;
}.contactForm .submitWrapper {
  text-align: center;
  margin-top: 30px;
}.contactForm .submitWrapper span.submit {
  background-color: #011c44;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: Monda, sans-serif;
  padding: 9px 20px;
  max-width: 440px;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}.contactForm .submitWrapper span.submit:hover {
  background-color: #0e4daa;
}.emailConfirmation {
  margin: 0 auto;
}.emailConfirmation h1 {
  color: #00CC00;
}img#captchaImage {
  width: calc(100% - 25%);
  float: right;
}img.captchaRefresh {
  width: calc(100% - 75%);
  float: left;
}::-webkit-input-placeholder { 
  font-family: Monda, sans-serif;
  color: #a1a1a1;
  padding-left: 10px;
}
::-moz-placeholder { 
  font-family: Monda, sans-serif;
  color: #a1a1a1;
  padding-left: 10px;
}
:-ms-input-placeholder { 
  font-family: Monda, sans-serif;
  color: #a1a1a1;
  padding-left: 10px;
}
:-moz-placeholder { 
  font-family: Monda, sans-serif;
  color: #a1a1a1;
  padding-left: 10px;
}:focus::-webkit-input-placeholder { 
  font-family:;
  color: #0e4daa;
}
:focus::-moz-placeholder { 
  color: #0e4daa;
}
:focus:-ms-input-placeholder { 
  color: #0e4daa;
}
:focus:-moz-placeholder { 
  color: #0e4daa;
}

/* * * * * * FOOTER * * * * * */


.back-to-top {
  background: #0e4daa;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  right: 5%;
  cursor: pointer;
}.back-to-top i.fa.fa-long-arrow-up {
  color: #ffffff;
  font-size: 20px;
  position: relative;
  left: 23px;
  top: 16px;
  -webkit-animation: up-down 800ms ease infinite alternate; 
  animation: up-down 800ms ease infinite alternate;
}.disclaimer {
  padding: 30px 0;
  background-color: #011c44;
}.footer-holder.scrollfade.complete >.disclaimer::before{
  width: 100%;
}.disclaimer p{
  color: #ffffff;
  font-size:13px;
}.footer-wrapper {
  width: 100%;
  min-height:300px;
  padding: 40px 0 40px 0;
  font-family: Monda, sans-serif;
}.footer-wrapper h1 {
  display: none;
}.footer-inner-wrapper {
  margin: 0 auto;
  padding: 25px 0 0 0;
}.footer-inner-wrapper h1 {
  padding: 0 0 25px 0;
}footer.footer-wrapper .content-wrapper {
  padding: 80px 0;
}.footer-btn {
  background: #0e4daa;
  box-shadow: none;
  float: left;
  width: 300px;
  border-radius: 50px;
  padding: 15px 50px 15px 50px;
  font-family: Monda, sans-serif;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 1px;
  white-space: nowrap;
  opacity: 0;
  color: #ffffff;
  transition-delay: 2000ms;
  transition-duration: 800ms;
  transition-property: opacity;
  transition-timing-function: ease;
}.pipe-wrapper.scrollfade.complete .footer-btn{
  opacity: 1;
}.pipe-holder {
  position: relative;
  top: 45px;
  margin: 0 7px;
}.pipe-wrapper a {
  float: left;
  margin-left: 16%;
  position: relative;
  width: 300px;
}.pipe-wrapper a span.footer-btn span{
  position: relative;
  left: 13px;
  transition-duration: 800ms;
  transition-timing-function: ease;
}.pipe-wrapper a:hover span.footer-btn span{
  position: relative;
  left: -2px;
}.pipe-wrapper a .footer-btn i.fa.fa-long-arrow-right {
  position: relative;
  margin-left: 0px;
  top: 1px;
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: ease;
}.pipe-wrapper a:hover .footer-btn i.fa.fa-long-arrow-right {
  margin-left: 5px;
  opacity: 1;
}.hours-availability {
  margin:20px 0;
}.hours-availability p {
  color: #0e4daa;
  font-family: Monda, sans-serif;
  font-weight: normal;
  line-height: 5px;
  text-align: center;
}.hours-availability p:nth-child(1) {
  font-weight: bold;
  font-size: 23px;
}.hours-availability p:nth-child(2){
  font-size: 18px;
  text-transform: uppercase;
}.pipe-wrapper .hours-availability-wrapper:nth-child(1){
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 300ms;
  transition-property: opacity;
}.pipe-wrapper .hours-availability-wrapper:nth-child(2){
  opacity: 0;
  transition-delay: 1450ms;
  transition-duration: 300ms;
  transition-property: opacity;
}.pipe-wrapper.scrollfade.complete .hours-availability-wrapper:nth-child(1){
  opacity: 1;
}.pipe-wrapper.scrollfade.complete .hours-availability-wrapper:nth-child(2){
  opacity: 1;
}span.pipe-one {
  height: 8px;
  background-color: #011c44;
  width: 0;
  display: inline-block;
  margin-left:25px;
  border-radius: 20px 0 0 20px;
  transition-delay: 500ms;
  transition-duration: 300ms;
  transition-property: width;
}span.pipe-one::after {
  width: 8px;
  height: 0;
  display: inline-block;
  content: "";
  position: relative;
  border-radius: 0 20px 20px 20px;
  left: 100%;
  box-shadow: 0px 7px 45px 2px rgba(0, 0, 0, 0.25);
  background-color: #011c44;
  transition-delay: 900ms;
  transition-duration: 150ms;
  transition-property: height;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-one{
  width: 95%;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-one::after{
  height: 65px;
}span.pipe-two {
  height: 8px;
  width: 0;
  background-color: #011c44;
  display: inline-block;
  border-radius: 20px;
  transition-delay: 1700ms;
  transition-duration: 300ms;
  transition-property: width;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-two{
  width: 100%;
}

/* * * * * * ANIMATIONS * * * * * */

  @keyframes up-down {
    0% {
      top: 12px;
    }
    100% {
      top: 18px;
    }
}

/*CUSTOM CSS START*/


.logo-wrapper img {
    width: 15vw;
}.top-bar {
  display: inline-block;
}.logo-wrapper h1 {
    margin: 10px 0;
}.landing-page-button-wrapper a {
    background: #1a3256;
}.top-section {
    background: #f1f1f1;
}
.header-badges {
    top: 13vh;
    opacity: 0;
    }
/* Badges CSS */
.simple-badge {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  color: #011c44;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  border-top: 3px solid #011c44;
  padding-top: 6px;
}.simple-badge  * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}.simple-badge .badge-heading,
.simple-badge .badge-subheading {
  margin: 0;
  line-height: 1em;
}.simple-badge .badge-heading {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  display:block;
  color: #011c44;
}.simple-badge .badge-subheading {
  line-height: 0.5em;
  font-weight: 400;
  display: table;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 10px;
}.simple-badge .badge-subheading:before,
.simple-badge .badge-subheading:after {
  position: absolute;
  height: 3px;
  content: '';
  background: #011c44;
  width: 1000%;
  top: 50%;
}.simple-badge .badge-subheading:before {
  left: -1000%;
}.simple-badge .badge-subheading:after {
  right: -1000%;
}
/* End of Badges CSS */            
/*CUSTOM CSS END*/



@media screen and (max-width: 1650px){
.slick-background-wrapper::before{
  width: 190vw;   
}
.top-bar-section ul li > a, .top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0 9px;
}.top-bar-section .has-dropdown > a {
  padding: 0 9px !important;
}.top-bar-section ul li:hover:not(.has-form) > a{
  padding: 0 9px;
}
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
.box-padding {
  padding: 4%;
}.footer-btn{
  padding: 15px 27px;
}.header-inner-wrapper {
  padding: 5px 2%;
  float: left;
}.pipe-holder{
  margin: 0 22px;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-one{
  width: 98%;
  margin-left: 44px;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-one::after{
  height: 50px;
}.slick-background-wrapper::before{
  left: -129vw;
  height: 183vh;
}.slider-content p:nth-of-type(1) {
  font-size: 4em;
}.slider-content p:nth-of-type(2) {
  font-size: 4em;
}.slider-details-btn {
  padding: 15px 30px;
  max-width: 260px;
}.slick-dots {
  bottom: 15vh;
}.slick-dots.complete{
  bottom: 21vh;
}.top-bar-section ul li > a, .top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 10px;
  padding: 0 7px;
}.top-bar-section ul > li:not(:last-child) {
  margin: 0 5px 0 0;
}.top-bar-section .has-dropdown > a {
  padding: 0 7px !important;
}.top-bar-section ul li:hover:not(.has-form) > a{
  padding: 0 7px;
}.top-bar-section ul li:not(.has-form) ul.dropdown li a, .top-bar-section ul li:hover:not(.has-form) ul.dropdown li a{
  line-height: 30px;
}
  @keyframes up-down {
    0% {
      top: 15px;
    }
    100% {
      top: 21px;
    }
  }
}
@media screen and (max-width: 1024px) {
footer.footer-wrapper .content-wrapper {
  padding: 10px 0 50px 0;
}.footer-btn{
  float: none;
}.mobile-navigation  {
  background:#0e4daa;
  display: block;
  font-family: Monda, sans-serif;
  font-size: 18px;
  right: 0px;
  line-height: 58px;
  position: absolute;
  text-transform: uppercase;
  top: 0px;
  vertical-align: top;
  width: auto;
  z-index: 999;
}.mobile-navigation .fa {
  color: #ffffff;
  font-size: 32px;
  line-height: 58px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
  width: 58px;
}header.header-wrapper .navigation-wrapper{
  opacity: 1;
  position: absolute;
  width: 100%;
}.header-inner-wrapper {
  padding: 0px 2%;
}.header-phone a span{
  background: #0e4daa;
  color: #ffffff;
}.pipe-wrapper a{
  width: 215px;
  float: none;
  margin: 0;
}.slick-background-wrapper::before{
  width: 228vw;
  transform: none;
}.slider-content {
  padding-top: 15vh;
  left: 100px;
}.slider-content a{
  width: 215px;
}.slider-content p:nth-of-type(1){
  font-size: 3em;
}.slider-content p:nth-of-type(2){
  font-size: 3em;
}.slider-details {
  height: 75.5vh;
}.slider-details-btn {
  color: #ffffff;
  padding: 12px 20px;
  position: relative;
  top: 0px;
  margin-left: 0;
  font-size: 12px;
  width: 225px;
}.slider-details-btn span{
  left: 9px;
}.slick-dots{
  display: none !important;
}.slick-list::before {
  content: none;
}.slick-slide{
  height: 300vh;
}.stacked-img {
  margin-top: 5%;
}.stacked-img::before{
  content: none;
}.stacked-img::after{
  content: none;
}
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  border: none;
  border-radius: 0px;
  color: #ffffff;
  box-shadow: none;
}
.top-bar-section ul li > a, 
.top-bar-section ul li > a:hover, 
.top-bar-section .has-dropdown > a, 
.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  background: #0e4daa;
  border: none;
  border-radius: 0 0 0 0;
  line-height: 65px;
  text-align: center;
}.top-bar-section li:not(.has-form) a:hover:not(.button) {
  border-color: transparent;
  background: #0e4daa !important;
  color: #ffffff;
}.top-bar-section ul > li:not(:last-child) {
  margin: 0;
}.top-bar-section ul li:hover:not(.has-form) > a, .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button){
  background: #0e4daa;
  border: none;
  border-color: transparent;
  color: #ffffff;
}.top-bar-section li.active:not(.has-form) a:not(.button){
  border: none;
  border-radius: 0 0 0 0;
}.top-bar-section ul li.has-dropdown:hover:not(.has-form) > a:not(.button){
  border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a {
  border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a:hover:not(.button) {
  border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a{
  border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a:hover:not(.button) {
  border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown, .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown{
  border-radius: 0;
}.top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
  background: #ffffff !important;
  color: #0e4daa;
  border-radius: 0 0 0 0 !important;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a:hover:not(.button),
 .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:hover:not(.button) {
  background: #ffffff !important;
  border: none;
  border-radius: 0;
  color: #0e4daa;
  box-shadow: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li{
  height: 40px;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a{
  line-height: 40px;
}.top-bar-section .dropdown{
  left: 100%;
  top: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}.top-bar-section .has-dropdown.not-click >.dropdown{
  opacity: 1;
}
.top-bar .toggle-topbar.menu-icon {
  left:0;
}.top-bar .toggle-topbar.menu-icon a{
  color: #ffffff;
}.top-bar .toggle-topbar.menu-icon a span::after{
  box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
  left: 65px;
}.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
}.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 65px;
  text-align:center;
  color: #ffffff;
}.top-bar-section li:not(.has-form):not(.button)::after,
.top-bar-section li:hover:not(.has-form):not(.button)::after{
  display:none !important;
}.top-bar-section {
  background: #0e4daa;
  width: 100vw;
}.top-bar .top-bar-section ul li:not(.dropdown){
  height: 65px;
}.top-bar-section .has-dropdown.moved>.dropdown {
  left: unset;
}.top-bar-section .has-dropdown.moved>.dropdown a{
  color:white;
}.top-bar-section .dropdown::before{
  display:none;
}.top-bar-section .has-dropdown .dropdown {
  left: 100%;
  top:0px;
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
}.top-bar-section .has-dropdown:hover .dropdown {
  top:0px;
}.top-bar-section .has-dropdown>a:after {
  top: 43% !important;
}.top-bar.expanded .title-area{
  background: #ffffff;
}.top-bar-section .has-dropdown > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #0e4daa !important;
  border-top-style: solid;
  margin-top: 0px;
  left: auto;
  right: 0;
  top: 50%;
  margin-right: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}.top-bar-section .has-dropdown:hover>a:after {
  -ms-transform: none;
  -webkit-transform: none;
}/* Single item dropdown menu (Service Areas) style */
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a{
  border-radius: 0px !important;
}
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a:hover:not(.button) {
  border-radius: 0px !important;
}.fullwidth-navigation {
  background: #0e4daa;
  position: absolute;
  top:0;
  z-index: 997;
}.fullwidth-navigation .top-bar {
  padding-top: 8%;
  height: 100%;
}.fullwidth-navigation .title-area {
  display: none !important;
}.fullwidth-navigation .top-bar-section ul {
  position: relative;
  right:0;
  width:100%;
  z-index: 997;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
  box-shadow:none;
  left: 100%;
}.top-bar-section .has-dropdown.not-click >.dropdown{
  opacity: 1;
  box-shadow: 0;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}.footer-btn{
  transition-delay: 300ms;
  transition-duration: 800ms;
}.pipe-wrapper .hours-availability-wrapper:nth-child(1){
  transition-delay: 100ms;
  transition-duration: 300ms;
  transition-property: opacity;
}.pipe-wrapper .hours-availability-wrapper:nth-child(2){
  transition-delay: 200ms;
  transition-duration: 300ms;
  transition-property: opacity;
}
}
@media screen and (max-width: 768px) {
h2{
  font-size: 1.3em;
}.arrow{
  height: 40px;
  width: 40px;
}.arrow-wrapper i.fa.fa-long-arrow-up {
  top: 10px;
  font-size: 16px;
}.box-padding {
  padding: 4% 2%;
}.footer-btn {
  padding: 15px 30px;
  font-size: 14px;
}.header-company-title a{
  font-size: 0.8em;
}.header-phone a span {
  color: #ffffff;
  background: #0e4daa;
  border: none;
  font-family: Monda, sans-serif;
  font-weight: bold;
  width: 100%;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 12px 15px;
  position: fixed;
  white-space: nowrap;
  left: 0;
  bottom: 0;
  top: auto;
  text-align: center;
  z-index:9999;
}.pipe-wrapper a {
  margin-left: 0;
}.pipe-wrapper a span.footer-btn span{
  left: 12px;
}.slick-background-wrapper::before{
  height: 98vh;
}.slider-content{
  left: 0;
  padding-top: 5vh;
}.slider-content p:nth-of-type(1){
  font-size: 2em;
}.slider-content p:nth-of-type(2){
  font-size: 2em;
}.slider-details {
  height: 50vh;
}.slider-details-btn{
  width: 200px;
}.slick-list::before {
  content: none;
}.slick-slide {
  height: 100%;
}.slick-slide img {
  height: auto;
  width: 100vw;
  position: relative;
  top: 0;
}.social-icons {
  margin-bottom: 10px;
}
  @keyframes up-down {
    0% {
      top: 5px;
    }
    100% {
      top: 10px;
    }
  }
}
@media screen and (max-width: 767px) {
.slick-background-wrapper::before {
  height: 70vh;
}.slider-content p:nth-of-type(1) {
  font-size: 1.6em;
  display: inline-block;
}.slider-content p:nth-of-type(2) {
  font-size: 1.6em;
  display: inline-block;
}.slider-content {
  left: 0;
  padding-top: 0;
  width: 100%;
}.slider-details {
  height: auto;
}.header-inner-wrapper {
  padding: 0px 2% 12% 0;
}.logo-wrapper img {
    width: 60vw;
}
  @keyframes up-down {
    0% {
      top: 5px;
    }
    100% {
      top: 10px;
    }
  }
}
