<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Home page and general styling */
body, html{
  overflow-x:hidden;
  /* background-color: #FCFCFC; */
  font-family: 'Montserrat', sans-serif;
}
/* body {
  font-family: 'Open Sans';
} */
main {
  min-height: 71vh;
}
.g-recaptcha {
  transform:scale(0.75);
  transform-origin:0 0;
}
/* @media (min-width:320px) {
  .g-recaptcha {
    transform:scale(0.40);
    transform-origin:0 0;
  }
} */
@media (min-width:374px) {
  .g-recaptcha {
    transform:scale(0.80);
    transform-origin:0 0;
  }
}
@media (min-width:768px) {
  .g-recaptcha {
    transform:scale(0.97);
    transform-origin:0 0;
  }
}
.sr-only {
  border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
    -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;  /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;  
}

p{
  font-size: 16px;
  font-weight: 400;
}

h1{
  font-family: 'Montserrat', sans-serif;
  /* font-family: 'Open Sans'; */
  font-weight: 600;
  font-size:40px;
}

h2{
  font-family: 'Montserrat', sans-serif;
  /* font-family: 'Open Sans'; */
  font-weight: 500;
  font-size:35px;
}

h3{
  font-family: 'Montserrat', sans-serif;
  /* font-family: 'Open Sans'; */
  font-size:28px;
  font-weight: 600;
}

h4{
  font-family: 'Montserrat', sans-serif;
  /* font-family: 'Open Sans'; */
  font-size:19px;
  font-weight: 600;
}

.service-card{
  background-color: rgba(127, 156, 185, .1);
  border-radius:0;
}

.nav-link{
  font-size:16px;
  /* font-weight: 500; */
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color:white;
}

.nav-link:focus{
color:white;
}

.nav-link:hover{
  text-decoration: underline 1px solid white ;
  color:white;
  text-underline-offset: 5px;
}

.nav-width{
  max-width: 1500px;
}

.nav-dropdown{
background-color:#0E57A1;
}

.dropdown-item{
color:white;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
}

.dropdown-menu{
top:44px;
}

.dropdown-item:hover{
  text-decoration: none;
  background-color: #f8f9fa;
  font-weight:300;
}

@media screen and (max-width: 992px){
  .dropdown-menu {
      background-color: rgba(0, 0, 0, 0);
      text-align: center;
      border: 0;
  }

  .dropdown-item:hover{
    background-color: rgba(0, 0, 0, 0);
    color:white;
    text-decoration: underline 1px solid;
  }

}

/* Slideshow */
.carousel-caption {
  background: #00000085;
  width: 100%;
  left: 0;
  bottom: 0;
}
.slideshow-home .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text {
    margin-top: -110px;
    text-align: left;
    width: 100%;
    position: absolute;
    justify-content: center;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    margin-top: -130px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -140px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -160px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -174px;
  }
}
.slideshow-home .slider-text h1 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 0px;
  margin-left: 0;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text h1 {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text h1 {
    font-size: 35px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text h1 {
    font-size: 50px;
  }
}
.slideshow-home .slider-text p {
  color: #000;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text p {
    font-size: 18px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text p {
    font-size: 22px;
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 358px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0px, rgba(0, 0, 0, 0) 80%);
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.blue-nav{
  /* background-color: #1270CD; */
  background: #0E57A1;
  border-bottom:3px solid #005eac;
}

.aerial-background{
  background:url(images/aerial-1.jpg);
  /* height:650px; */
  /* height:450px; */
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.42);
  background-position: center;
}

.blue-box{
  width:1300px;
  border-radius: 10px;
  min-height:215px;
  background-color: rgba(18, 112, 205, .8);
  margin: 30px 0px;
}

.link-1{
color:#384c6c;
}

.link-1:hover{
/* text-decoration: underline 3px solid #0184f0; */
text-decoration: none;
color:white;
/* text-underline-offset: 3px; */
}

.white-txt{
  color:white !important;
}

.blue-txt{
color:#0E57A1;
}

.navy-txt{
  color:#384c6c;
}

.about-txt{
  font-weight: 500;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.focus-area h2 {
  font-size: 19px;
}
.focus-area .photo-box {
  overflow: hidden;
  height: 200px;
}
.focus-area .photo-box img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media (min-width:768px) {
  .focus-area .photo-box {
    overflow: hidden;
    height: 200px;
  }
}
@media (min-width:1024px) {
  .focus-area .photo-box {
    overflow: hidden;
    height: 150px;
  }
}


.testimonial-section{
  background-color: rgba(202, 231, 255, .96);
}

.testimonial-card{
border-radius: 10px;
background-color: white;
/* width:210px; */
/* height:210px; */
box-shadow: 8px 9px 5px 0px rgba(0,0,0,0.09);
-webkit-box-shadow: 8px 9px 5px 0px rgba(0,0,0,0.09);
-moz-box-shadow: 8px 9px 5px 0px rgba(0,0,0,0.09);
height: 100%;
}

.test-card-txt p{
color:#4e575d !important;
}

.home-parallax{
background:url(images/aerial-parallax.jpg);
min-height:500px;
/* height:650px; */
background-repeat: no-repeat;
background-size: cover;
/* box-shadow: inset 0 0 0 1000px rgba(0,0,0,.42); */
background-position: center;
background-attachment: fixed;  
}

footer{
  background: #1a1a1c;
}

.footer-nav a{
  color:white !important;
  text-decoration: none;
  white-space: nowrap;
}

.footer-nav a:hover{
  color:white !important;
  text-decoration: underline 1px solid;
}

footer ul{
list-style-type:none;
}

.no-underline:hover{
  text-decoration: none;
}

.foot-txt{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size:12px;
}

footer .footer-nav {
  columns: 1;
  font-size: 0.8rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer .footer-nav {
    columns: 4;
    text-align: center;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  footer .footer-nav {
    columns: 4;
    text-align: left;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  footer .footer-nav {
    columns: 4;
    text-align: left;
    margin-top: 0;
  } 
}


.bottom{
  background-color: #2E2E30;
  color:#a3a3a3;
}

.bottom a{
  color:#a3a3a3;
}

.quote-request{
  background-color: rgb(14, 87, 161, 0.8);
  width:800px;
  /* height:250px; */
  border-radius: 20px;
  border-bottom:3px solid #005eac78;
  border-right:3px solid #005eac78;
  transition: scale ease-in-out 0.2s;
}

/* .quote-request:hover{
  scale:1.01;
} */

.input{
  background-color: rgba(255, 255, 255,.95);  
  border-radius: 8px;
  border:none;
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
  width:91.5%;
  text-align: left;
  box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 20%);
}

.text-box{
width:100%;
}

@media screen and (min-width:992px){
.text-box{
  width:98%;
}
}

.submit-btn{
  font-family: 'Montserrat', sans-serif;
  padding:5px 10px;
  background-color: #707078;
  max-width: 300px;
  color:white !important;
  font-weight: 500;
  border-radius: 20px;
  transition:background-color 0.2s ease-in-out;
  /* border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 0;
  border-left: 0; */
  border: 1px solid #fff;
  font-size: 15px;
  white-space: nowrap;

}

.submit-btn:hover{
  background-color: #0E57A1;
  color:white;
  text-decoration: none;
  border: 1px solid #fff;
  /* border-bottom: 3px solid #1161b1;
  border-right: 3px solid #1161b1; */
  transition:all .2s ease-in-out;
  cursor: pointer;
}

.submit-btn:active{
  border:0px;
  color:white;
  border: 1px solid #3f3f43;
}

.submit-btn:visited{
color:white;
}

.active-submit-btn{
  background-color: #0E57A1;
  /* border-bottom: 3px solid #1161b1;
  border-right: 3px solid #1161b1; */
  border: 1px solid #fff;

}

  .top-btn{
    font-family: 'Montserrat', sans-serif;
    padding:5px 15px;
    background-color: #0E57A1;
    max-width: 300px;
    color:white;
    font-weight: 500;
    border-radius: 20px;
    transition:background-color 0.2s ease-in-out;
    /* border-bottom: 3px solid #0276d6;
    border-right: 3px solid #0276d6; */
    border: 1px solid #0E57A1;
  }

  .top-btn:hover{
    background-color: #005da9;
    color:white;
    text-decoration: none;
    /* border-bottom: 3px solid #034b86e0;
    border-right: 3px solid #034b86e0; */
    transition:border 0.2s ease-in-out;
    border: 1px solid #0E57A1;
  }

  .top-btn:active{
    border:0px;
    color:white;
    border-right: 0px solid #0e65bde1;
    border-bottom: 0px solid #0e65bde1;
  }

  .top-btn:visited{ 
    color:white;
  }

@media screen and (max-width:318px){
  .quote-btn-margin{
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
}

.services-page h2 {
  font-size: 28px;
}


.service-card {
  display: block;
  position: relative;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background: rgb(202 231 255);
  /* max-height: 220px; */
  height:100%;
  border:none;
}

.card-img{
  padding-bottom: 5px;
  border-radius:0;
}

.service-card:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -31px;
  background: linear-gradient(135deg, #364a60, #384c6c);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-out;
}

.service-card:hover:before {
  transform: scale(28);
}

.service-card:hover .small-desc {
  transition: all 0.5s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.service-card:hover .link-1{
  transition: all 0.5s ease-out;
  color: #ffffff !important;
}

.btn-2{
  font-family: 'Montserrat', sans-serif;
  padding:5px 10px;
  background-color: #67676b;
  max-width: 300px;
  color:white;
  font-weight: 600;
  border-radius: 20px;
  transition:background-color 0.2s ease-in-out;
  border-bottom: 3px solid #57575d;
  border-right: 3px solid #57575d;
}

.name-plate{
  font-weight:400;
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
}

.navbar-toggler{
  color:white;
}

.card-txt{
text-transform: uppercase;
}

/* image banners */
/* .one-banner {
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),  url(images/slide-img-1.jpg);
  background-position: center;
  height:200px;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
}
.two-banner {
  background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),  url(images/imgbanner_install.jpg);
}
.three-banner {
  background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),  url(images/imgbanner_electrical.jpg);
}
.four-banner {
  background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),  url(images/imgbanner_electric.jpg);
}
.five-banner {
  background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),  url(images/imgbanner_plumbing2.jpg);
} */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;

}

@media (min-width:768px) {
  .one-banner {
    background-attachment: fixed;
    background-position: top -340px center;
  }
}
/* End of image banners styling */

/* Pierce Page */
.pierce-img{
  width:100%;
  /* max-width: 275px; */
  height: 100%;
  object-fit: cover;
}

.pierce-img img{
  object-fit: cover;
}
.pierce-gal .photo {
  overflow: hidden;
  height: auto;
}
.pierce-gal img {
  min-width:100%;
  min-height: 100%;
  object-fit: cover;
}
.pierce-logo img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

@media (min-width:768px) {
  .pierce-gal .photo {
    overflow: hidden;
    height: 200px;
  }
  .pierce-logo img {
    width: 20%;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width:1024px) {
  .pierce-gal .photo {
    overflow: hidden;
    height: 150px;
  }
}

/* Spreadmaster Gallery */
.spreadmaster-gal .photo {
  overflow: hidden;
  height: auto;
}
.spreadmaster-gal img {
  min-width:100%;
  min-height: 100%;
  object-fit: cover;
}

@media (min-width:768px) {
  .spreadmaster-gal .photo {
    overflow: hidden;
    height: 200px;
  }
}
@media (min-width:1024px) {
  .spreadmaster-gal .photo {
    overflow: hidden;
    height: 150px;
  }
}

.gallery-hover{
  transition: scale 0.2s ease-in-out;
}

.gallery-hover:hover{
  scale:1.01;
}

.vid-gal-back{
  /* background-color: rgb(195 228 255); */
  background-image: url(../../images/backgrounds/background-stay-informed.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.6);
  background-position: center ;
  background-repeat: no-repeat;
  width: 100%;
  background-attachment: fixed;
  min-height:60vh;
}

 .vid-container {
  position: relative;
  overflow: hidden;
  /* width: 95%; */
  width: 98%;
  padding-top: 56.25%; 
} 

.video-page-item iframe {
  width: 100%;
  height: 200px !important;
}

.vid-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* End of Pierce Page */

/* Service Page Styling */
.service-interior-card{
  background-color: rgba(202, 231, 255, .65);
  border: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border-radius: 5px;
  margin: 10px 0px;
  height:100%;
}

.service-page .service-photo {
  overflow: hidden;
  height: auto;
}

.service-interior-card img{
  width:100%;
}

@media (min-width:768px) {
  .service-photo img {
    overflow: hidden;
    height: 200px;
  }
}
@media (min-width:1024px) {
  .service-photo img {
    overflow: hidden;
    height: 200px;
  }
}
/* End Service Page Styling */

/* Gallery Styling */
.gallery-img{
  width:100%;
}

.gallery-img img{
  width: 180px;
  height: 140px;
  object-fit: cover;
}

@media screen and (max-width:576px){
  .gallery-img img{
    min-width: 140px;
    height:100px;
  }
}

@media screen and (max-width:300px){
  .gallery-img img{
    min-width: 130px;
    height:100px;
  }
}



.photo-flex{
text-align: center;
margin-bottom: 10px;
flex-direction: row;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.history h2 {
  font-size: 19px;
  font-weight: 600;
}

.hist-gal-back{
  /* background-color: rgba(202, 231, 255, .96); */
  background-color: rgba(202, 231, 255, .66);
  /* border-radius: 5px; */
}

.off-white{
  background-color: #FCFCFC;
}

/* New Timeline */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.hist-gal-back .history-photo {
  overflow: hidden;
  height: auto;
}
.history-photo img {
  min-width:100%;
  min-height: 100%;
  object-fit: cover;
}

@media (min-width:768px) {
  .hist-gal-back .history-photo {
    overflow: hidden;
    height: 200px;
  }
}
@media (min-width:1024px) {
  .hist-gal-back .history-photo {
    overflow: hidden;
    height: 150px;
  }
}

/* Contact Us Page */
.contact-us-map iframe {
  height: 200px;
}
@media (min-width:768px) {
  .contact-us-map iframe {
    height: 330px;
  }
}

/* -------------------------------- 

xnugget info 

-------------------------------- */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #718ca1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #718ca1;
}

/* -------------------------------- 

Main components 

-------------------------------- */
/* header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #303e49;
}
header h1 {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }
  header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
} */

#cd-timeline {
  position: relative;
  padding: 2em 0;
  /* margin-top: 2em;
  margin-bottom: 2em; */
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
 .icon-hist {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color:white;
  font-size: 30px;
}
.cd-timeline-img.cd-picture {
  background: #1270CD;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}


.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
 
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 2rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.water-background{
  background-image: url(../../images/backgrounds/water-ripple-low-op.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* box-shadow: inset 0 0 0 1000px rgba(18, 112, 205,.2); */
}

.abstract-background{
  background-image: url(../../images/backgrounds/abstract-low-op.jpg);
  background-repeat: repeat;
  box-shadow: inset 0 0 0 1000px rgba(230, 230, 230, 0.3);
  background-attachment: fixed;
}
.quote-bg{
  background-image: url(../../images/backgrounds/background-stay-informed.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  /* box-shadow: inset 0 0 0 1000px rgba(18, 112, 205,.2); */
}

/* End of History Page Styling */

/* Testimonial Page Styling */
.client_rating{
  list-style-type: none;
}

.fa-star{
  color:yellow;
}

.testimonialswrp {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 600px;
}
.testimonial-interior-card{
  background-color:rgba(202, 231, 255, .65);
  border:0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.testimonial-card a:hover {
  text-decoration: none;
}
.test-source-logo{
  max-width:100px
}

.modal-content{
    background-color: rgba(202, 231, 255, .95);
    border: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.modal-btn{
  background-color: #707078;
  color: white;
  font-family: 'Montserrat', sans-serif;
  border-bottom:3px solid #636369;
    border-right: 3px solid #636369;
}

.modal-btn:hover{
  border-bottom: 3px solid #3f3f43;
  border-right: 3px solid #3f3f43;
  cursor: pointer;
}

/* @media screen and (max-width:360px){
  .g-recaptcha {
    transform: scale(0.80);
  }
}

@media screen and (max-width:310px){
  .g-recaptcha {
    transform: scale(0.70);
  }
} */

.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  /* color: #9e9e9e; */
  display: inline-block;
  /* font-family: 'Roboto', Arial, sans-serif; */
  font-size: 16px;
  margin: 30px 10px 10px;
  /* max-width: 310px;
  min-width: 250px; */
  height:100%;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: rgba(202, 231, 255, .85);
  border-radius: 5px;
  border-top: 5px solid #384c6c;
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 9% 10% 12%;
}

.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #384c6c;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: white;
  content: "\f10d";
  font-family: 'Font Awesome 5 Pro';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
  font-weight: 900;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}

.testimonials-page{
  background-image:url(../../images/backgrounds/test-background-low-op.png) ;
  background-size: cover;
  background-position: center;
}
.testimonials-page h2, .testimonials-page h3 {
  font-size: 19px;
  font-weight: lighter;
  opacity: 0.5;
}
/* End of Testimonial Page Styling */

/* Application Form Styling */
.app-form-background{
  background-color: rgba(202, 231, 255, .95);
  border: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border-radius: 5px;
}

.form-background-img{
  background-image: url(../../images/backgrounds/background-stay-informed.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.6);
  background-position: center ;
  background-repeat: no-repeat;
  width: 100%;
  background-attachment: fixed;
  min-height:75vh;
}

.blue-heading{
  color:#384c6c;
}

.my-form{
  margin:80px 0px;
}

/* End of Application Form Styling */

/* Literature Page Styling */
.accordion-header{
  background-color: #1270CD;
}

.accordion-body-blue{
  background-color: #ffffff;
}
/* End of Literature Page Styling */

.no-bullets{
  list-style-type: none;
}

/* End of home page and general styling */


/*Error Template Styles*/
#errTitle{
    font-size:20px;
    font-weight:bold;
    margin: 0 10 0 0;
    padding: 0 0 0 0px;
  }
  
  .errSmall{font-size:8pt;}
  
  #errFooter{
    margin: 0;
    font-size:9px;
    color:#CCCCCC;
  }
  
  #errBlock{
    margin: 0 auto;
    width: 350px;
    font-family: courier;
    font-size:12px;
    color: #003366;
    border:1px solid #003366;
    background-color:#FFFFFF;
  }
/*//End of Error Template Styles*/

/* Break Point for all screens Larger than 100px -- This is for all Screen Sizes */
@media screen and  (min-width: 100px){

}

/* Break Point for all screens Larger than 768px -- LARGER THAN MOBILE */
@media screen and  (min-width: 768px){
  .container-fluid{
    padding:0;
  }
  .navbar{
    border-radius: 0;
  }

}
/* Break Point for all screens Larger than 992px -- LARGER THAN TABLET */
@media screen and (min-width: 992px){

}

/* Break Point for all screens Larger than 1200px -- EVERYTHING ON DESKTOPS */
@media screen and (min-width: 1200px){

}


</pre></body></html>