html {
  box-sizing: border-box;
  color: #666;
  overflow-x: hidden;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

section {
  padding: 40px 0;
}

body {
  font-family: "Roboto", sans-serif;
  color: #333;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.light-blue {
  color: #85C8FF;
}

.dropdown-menu {
  animation-duration: 0.8s;
  top: 43px;
  border-radius: 0;
  border: 0;
  border-top: 2px solid #233e8f;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #233e8f;
}

.dropdown-item .fa-angle-right {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.dropdown-item:hover .fa-angle-right {
  opacity: 1;
}

.dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.dropdown-item:last-child {
  border-bottom: 0;
}

h1, h2 {
  font-family: "Roboto", sans-serif;
}

.btn {
  background-color: #233e8f;
  border: 2px solid transparent;
  border-radius: 0;
  color: #ffffff;
  padding: 10px 25px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .btn {
    padding: 5px 15px;
  }
}
.btn:hover {
  color: #ffffff;
}

.blue-text {
  color: #42599E;
}

.top-nav {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .top-nav .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.top-nav .logo img {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top-nav .logo img {
    width: 90%;
  }
}
.top-nav .mobile {
  text-align: center;
}
.top-nav .mobile .emergency-number,
.top-nav .mobile .social-container {
  margin: 10px 0px;
}
@media (max-width: 420px) {
  .top-nav .mobile .emergency-number,
.top-nav .mobile .social-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .top-nav .mobile .emergency-number,
.top-nav .mobile .social-container {
    font-size: 16px;
  }
}
.top-nav .mobile > div {
  font-size: 18px;
}
@media (min-width: 768px) {
  .top-nav .mobile > div {
    font-size: 16px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .top-nav .mobile > div {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .top-nav .mobile > div {
    font-size: 18px;
  }
}
.top-nav .mobile > div .btn-primary {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .top-nav .mobile > div .btn-primary {
    margin-bottom: 0;
  }
}
.top-nav .emergency-number,
.top-nav .social-container {
  margin: 0 20px;
}
@media (max-width: 420px) {
  .top-nav .emergency-number,
.top-nav .social-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .top-nav .emergency-number,
.top-nav .social-container {
    font-size: 16px;
  }
}
.top-nav span {
  font-size: 18px;
}
@media (min-width: 768px) {
  .top-nav span {
    font-size: 16px;
    text-align: center;
  }
}
@media (min-width: 820px) {
  .top-nav span {
    font-size: 12px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .top-nav span {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .top-nav span {
    font-size: 18px;
  }
}
.top-nav span .btn-primary {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .top-nav span .btn-primary {
    margin-bottom: 0;
  }
}
.top-nav .phone-number {
  margin-left: 20px;
}
@media (min-width: 420px) {
  .top-nav .phone-number {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .top-nav .phone-number {
    margin-left: 0;
  }
}
.top-nav .social-container {
  font-size: 24px;
  position: relative;
  top: 2px;
  margin-right: 30px;
}
@media (max-width: 420px) {
  .top-nav .social-container a {
    margin: 0 15px;
    margin-left: 0;
  }
}
.top-nav a {
  color: #233e8f;
}
@media (min-width: 320px) and (max-width: 420px) {
  .top-nav .social-container,
.top-nav .emergency-number {
    margin-left: 0;
    margin-right: 0;
  }
}
.top-nav .fa-phone {
  transform: rotate(90deg);
  margin-right: 5px;
  color: #42599E;
}
.top-nav .mobile-text a {
  letter-spacing: 1px;
  font-size: 20px;
  color: #1E1E2A;
}
.top-nav .estimate-btn {
  background-color: #42599E;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 14px;
  position: relative;
}
.top-nav .estimate-btn:hover {
  background-color: #ffffff;
  color: #233e8f;
  border: 2px solid #233e8f;
}
@media (min-width: 768px) {
  .top-nav .estimate-btn {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .top-nav .container {
    max-width: 787px;
  }
}
@media (min-width: 922px) {
  .top-nav .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .top-nav .container {
    max-width: 1140px;
  }
}

.navbar {
  background-color: #233e8f;
}
.navbar svg {
  color: #ffffff;
}
.navbar .navbar-toggler i {
  color: #ffffff;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar .navbar-nav {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 810px) {
  .navbar .navbar-nav {
    width: auto;
  }
}
@media (max-width: 420px) {
  .navbar .navbar-nav {
    width: auto;
  }
}
.navbar .navbar-nav .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 5px 10px;
  font-size: 17px;
}
.navbar .navbar-nav .nav-link:hover {
  color: #ffffff;
}
@media (min-width: 1024px) and (max-width: 1360px) {
  .navbar .navbar-nav .nav-link {
    padding: 5px 8px !important;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .navbar .navbar-nav .nav-link {
    padding: 5px 4px;
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding: 5px 13px;
  }
}
.navbar .navbar-nav .dropdown-menu a {
  color: #233e8f !important;
  font-weight: 400;
}
.navbar .navbar-nav .dropdown-menu a:active {
  color: #ffffff !important;
  background-color: #233e8f;
}

.navbar-nav > .item {
  position: relative;
  text-align: center;
  transition-duration: 0.25s;
}

.navbar-nav > .item::after {
  background-color: #ffffff;
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  transition-duration: 0.25s;
  width: 100%;
}

.navbar-nav > .item > .link {
  cursor: pointer;
  display: inline-block;
}

.navbar-nav.-twitter > .item:hover::after,
.navbar-nav.-twitter > .item.-active::after {
  transform: scaleY(1);
}

.navbar-nav.-twitter > .item::after {
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.mini-sections > div {
  flex: 0 0 50%;
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .mini-sections > div {
    flex: 0 0 65%;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .mini-sections > div {
    flex: 0 0 50%;
  }
}

.mini-sections > .financing-text {
  flex: 0 0 50%;
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .mini-sections > .financing-text {
    flex: 0 0 65%;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .mini-sections > .financing-text {
    flex: 0 0 61%;
  }
}

.half-container {
  max-width: 730px;
}

.owl-carousel img {
  width: 150px !important;
}
@media (min-width: 320px) and (max-width: 375px) {
  .owl-carousel img {
    width: auto !important;
  }
}

footer .social-icons a:hover {
  text-decoration: none;
}
footer .service-container {
  border: 1px solid #fff;
}
@media (min-width: 320px) and (max-width: 420px) {
  footer .service-container {
    text-align: center;
  }
}
footer .top-footer {
  background-color: #262626;
  color: #ffffff;
  padding: 20px 0;
  padding-bottom: 30px;
}
footer .top-footer a {
  color: #ffffff;
}
footer .top-footer h2 {
  font-size: 36px;
}
@media (min-width: 320px) and (max-width: 375px) {
  footer .top-footer h2 {
    font-size: 23px;
  }
}
footer .top-footer img {
  width: 100%;
}
@media (min-width: 768px) {
  footer .top-footer img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer .top-footer img {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  footer .top-footer img {
    width: 100%;
  }
}
footer .service-area, footer .site-map {
  display: inline-block;
  padding-right: 30px;
  font-size: 15px;
}
footer .service-area:last-child, footer .site-map:last-child {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  footer .col-md-12 {
    text-align: center;
  }
}
footer .site-map {
  padding-right: 57px;
  padding-left: 40px;
  column-count: 2;
}
footer .site-map:last-child {
  padding: 0;
}
@media (min-width: 768px) {
  footer .site-map {
    column-count: 3;
  }
}
@media (min-width: 1024px) {
  footer .site-map {
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  footer .site-map {
    column-count: 2;
  }
}
@media (min-width: 320px) and (max-width: 420px) {
  footer .site-map {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 15px;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  footer .site-map {
    padding-right: 9px;
  }
}
footer .signup-form .form-group {
  margin: 0 auto;
}
footer .signup-form h3 {
  font-size: 23px;
  margin-top: 20px;
  font-weight: 700;
}
footer .signup-form input {
  border-radius: 0;
  padding: 5px 5px;
}
footer .signup-form input::placeholder {
  color: #333;
}
@media (min-width: 320px) and (max-width: 375px) {
  footer .signup-form label {
    width: 100%;
  }
}
footer .signup-form .signup-btn {
  background-color: #233e8f;
  padding: 4px 25px;
}
@media (min-width: 320px) and (max-width: 375px) {
  footer .signup-form .signup-btn {
    width: 100%;
  }
}
footer .bottom-footer {
  color: #B3B3B3;
  font-size: 15px;
  font-family: sans-serif;
  background-color: #1A1A1A;
  padding: 10px 0;
}
footer .bottom-footer a {
  color: #B3B3B3;
}

.iframe-container {
  width: 100%;
  height: auto;
}
.iframe-container iframe {
  width: 100%;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/page-banner-1.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}
.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/page-banner-2.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: 0 1px;
  }
}
@media screen and (min-width: 1024px) {
  .bgTwo {
    background-position: inherit;
  }
}
.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/page-banner-3.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bgThree {
    background-position: center;
  }
}
.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/page-banner-4.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bgFour {
    background-position: center;
  }
}
.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/page-banner-5.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgFive {
    background-position: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bgFive {
    background-position: center;
  }
}
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .img-banner {
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 100px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 120px 0 100px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 9 !important;
}

.internal-container {
  z-index: 99;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.background-container {
  background-image: url("../../images/inspections-bg_new.png");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.return-btn a:hover {
  color: #ffffff;
}

.modal-header h5 {
  color: #233e8f;
}

.modal form label {
  width: 100%;
}

.coming-soon {
  text-align: center;
  padding: 45px 0;
  margin: 65px 0;
  width: 100%;
}

.return-btn:hover {
  border: 2px solid #233e8f;
  color: #233e8f;
}

#accordion [data-toggle=collapse] .fa:before {
  content: "\f139";
}
#accordion [data-toggle=collapse].collapsed .fa:before {
  content: "\f13a";
}

.btn-link:hover {
  background-color: #748CAB;
  color: #ffffff;
}

#home_slideshow {
  height: auto;
}
@media (min-width: 320px) and (max-width: 768px) {
  #home_slideshow {
    height: auto;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  #home_slideshow {
    height: auto;
  }
}

.carousel-caption {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  position: absolute;
  z-index: 9;
  top: 25%;
  width: 44%;
  left: 21%;
}
.carousel-caption h1, .carousel-caption h2 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-caption h1, .carousel-caption h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .carousel-caption h1, .carousel-caption h2 {
    font-size: 23px;
  }
}
.carousel-caption p {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-caption p {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .carousel-caption p {
    font-size: 15px;
  }
}
.carousel-caption .btn {
  border-color: #85C8FF;
  background-color: #42599E;
}
.carousel-caption .btn:hover {
  background-color: #ffffff;
  color: #233e8f;
  border-color: #ffffff;
}
.carousel-caption .btn-secondary {
  background-color: transparent;
  border-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .carousel-caption {
    top: 7.5%;
    left: 8%;
    width: 56%;
  }
}
@media (max-width: 810px) {
  .carousel-caption {
    top: 5.5%;
    width: 70%;
  }
}
@media (max-width: 768px) {
  .carousel-caption {
    width: 75%;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .carousel-caption {
    top: 25%;
    left: 8%;
    width: 75%;
  }
}

.carousel-indicators li {
  border-radius: 50px;
  height: 15px;
  width: 15px;
  border: 3px solid #ffffff;
}
.carousel-indicators .active {
  background-color: #ffffff;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 28, 83, 0.7), transparent);
  z-index: 1;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.carousel-fade .carousel-inner img {
  -webkit-animation: zoom 40s;
  animation: zoom 40s;
}

.carousel {
  border-bottom: 8px solid #85C8FF;
}
.carousel p {
  font-weight: 300;
}

.about-us {
  background-image: url("../../images/home-bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 4em 0 5em 0;
}
.about-us h1 {
  font-family: "Poppins", sans-serif;
  color: #233e8f;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 375px) {
  .about-us h1 {
    font-size: 28px;
    letter-spacing: 2px;
  }
}
.about-us h2 {
  font-family: "Poppins", sans-serif;
}
.about-us .fa-check-circle {
  color: #233e8f;
}
.about-us .btn:hover {
  background-color: #85C8FF;
  color: #233e8f;
}
.about-us .col-xl-7 {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 20px;
  padding-top: 0;
}
.about-us li:nth-child(1) {
  margin-bottom: 10px;
}

.services {
  background-color: #1E1E2A;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}
.services h2 {
  font-weight: 600;
}
.services h1 {
  font-weight: 300;
  margin-bottom: 50px;
}
.services .card, .services .card-header {
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media (min-width: 320px) and (max-width: 420px) {
  .services .card, .services .card-header {
    border: 1px solid #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services .card {
    margin-bottom: 40px;
  }
}
.services .card p {
  font-size: 16px;
}
.services .card-header {
  padding: 0 15px;
  border-bottom: 0;
  border: 0;
}
@media (min-width: 320px) and (max-width: 420px) {
  .services .card-header {
    border: none;
  }
}
.services .card-header img {
  transition: all 0.2s ease-in;
}
.services .card-header .image-container {
  top: -15px;
  overflow: hidden;
  position: relative;
}
.services .card-header i {
  font-size: 40px;
  background-color: #233e8f;
  padding: 15px;
  padding-bottom: 0;
  border-radius: 50%;
  top: 100px;
  position: absolute;
  right: 25px;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .services .card-header i {
    top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services .card-header i {
    top: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services .card-header i {
    top: 160px;
  }
}
@media (min-width: 411px) and (max-width: 767px) {
  .services .card-header i {
    top: 165px;
  }
}
@media (max-width: 375px) {
  .services .card-header i {
    top: 150px;
  }
}
@media (max-width: 320px) {
  .services .card-header i {
    top: 130px;
  }
}
.services .card-body {
  padding-top: 15px;
  padding-bottom: 5px;
}
.services .card-body span {
  font-size: 23px;
  font-weight: 600;
}
.services .card-body p {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .services .card-body p {
    font-size: 15px;
  }
}
.services .card-footer {
  padding: 15px 1.25rem;
  background-color: #748CAB;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.services .card-footer a {
  color: #ffffff;
}
.services .card:hover img {
  transform: scale(1.3);
}
.services .card::before {
  position: absolute;
  height: 0;
  content: "";
  width: auto;
  opacity: 0.5;
  background-color: #748CAB;
  transition: all 0.5s ease-in-out;
}
.services .card:hover::before {
  height: 378px;
  z-index: -1;
  width: 253px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .services .card:hover::before {
    width: 330px;
  }
}
.services .card:hover i {
  background-color: #ffffff;
  color: #233e8f;
}
.services .card:hover .fas {
  background-color: transparent;
  color: #ffffff;
}
.services .card:hover .card-footer {
  background: #748CAB;
  color: #ffffff;
  text-decoration: none;
}
.services .card a {
  color: #ffffff;
}
.services .card a:hover {
  text-decoration: none;
}

.testimonials-form {
  background-image: url("../../images/quote-bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 45px 0;
}
.testimonials-form span {
  font-size: 21px;
  color: #233e8f;
  font-weight: 600;
}
.testimonials-form h2 {
  color: #233e8f;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 38px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .testimonials-form h2 {
    font-size: 30px;
  }
}
.testimonials-form .quote-background {
  background-color: #f7f7f7;
  padding: 15px;
  color: #233e8f;
  height: 250px;
}
.testimonials-form .quote-background img {
  width: 19%;
}
@media (min-width: 320px) and (max-width: 375px) {
  .testimonials-form .quote-background {
    height: 260px;
  }
}
.testimonials-form .quote-background p {
  color: #333;
}
.testimonials-form .quote-background span {
  font-size: 21px;
  font-weight: 700;
  color: #333;
}
.testimonials-form .quote-background .stars li {
  display: inline;
  color: gold;
}
.testimonials-form #quoteCarousel {
  border: 0;
}
.testimonials-form .carousel-control-next,
.testimonials-form .carousel-control-prev {
  position: relative;
  background-color: #233e8f;
  opacity: 1;
  display: inline-block;
  padding: 10px;
  height: 40px;
  width: 40px;
  margin-top: 39px;
}

.quote-form {
  background-image: url("../../images/quote-form-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px;
  color: #fff;
}
.quote-form h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .quote-form h2 {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .quote-form h2 {
    font-size: 26px;
  }
}
.quote-form label {
  width: 100%;
}
.quote-form label input {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #ffffff;
  color: #fff;
  padding: 0.8rem 0.8rem 0.8rem 1.8rem;
}
.quote-form label input:focus {
  background-color: transparent;
  color: #fff;
}
.quote-form label input::placeholder {
  color: #ffffff;
  font-weight: 700;
}
.quote-form .btn {
  background-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
  width: 100%;
  border: 5px solid rgba(255, 255, 255, 0.6);
}
.quote-form .btn:hover {
  background-color: transparent;
  border: 5px solid #ffffff;
  color: #ffffff;
}

.news-video {
  padding-bottom: 0;
}

.height-container {
  height: 55vh;
  padding-top: 250px;
}

.news1 {
  background-image: url("../../images/shingles-bg.jpg");
  background-attachment: fixed;
  color: #85C8FF;
  padding-right: 1rem;
  padding-bottom: 1.8rem;
}
.news1 .half-container {
  position: relative;
  z-index: 3;
}
.news1 h2 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.news1 span {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}
.news1 .news-item-container {
  border-left: 0;
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 25px;
}
.news1 .news-item-container .news-title {
  font-weight: 800;
  color: #333;
  font-family: "Poppins", sans-serif;
}
.news1 .news-item-container p {
  color: #666;
  font-size: 17px;
}
.news1 .news-item-container .read-more {
  color: #233e8f;
  font-weight: 700;
}
.news1 .img-container {
  height: 205px;
  overflow: hidden;
  width: 100%;
}

.pulse-play {
  position: absolute;
  z-index: 10;
  top: 228px;
  left: 58%;
  -webkit-transform: translateX(0%) translateY(-100%);
  transform: translateX(0%) translateY(-100%);
  box-sizing: content-box;
  display: block;
  width: 17px;
  height: 24px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@media (max-width: 420px) {
  .pulse-play {
    top: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pulse-play {
    top: 250px;
    left: 37%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pulse-play {
    top: 165px;
    left: 62%;
  }
}

.pulse-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 150px;
  height: 150px;
  background: #233e8f;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.pulse-play .fa-play {
  display: block;
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-size: 36px;
  left: -9px;
  top: -7px;
}

.pulse-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 150px;
  height: 150px;
  background: #233e8f;
  border-radius: 50%;
  transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.parallax {
  background-image: url("../../images/TKandTom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax .video-container {
  height: 395px;
}

.storm-damage {
  background-image: url("../../images/inspections-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 320px) and (max-width: 420px) {
  .storm-damage {
    background-position: bottom;
    background-size: contain;
  }
}
.storm-damage h1 {
  color: #233e8f;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 48px;
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 375px) {
  .storm-damage h1 {
    font-size: 36px;
  }
}
.storm-damage a {
  color: #ffffff;
}
.storm-damage .colored-container {
  background-color: #233e8f;
  box-shadow: 0 0 0 5px #ffffff, 0 0 0 15px #233e8f;
  padding: 20px;
  color: #ffffff;
}
.storm-damage .colored-container p {
  color: #ffffff;
}
.storm-damage .colored-container .white-btn {
  border: 2px solid #85C8FF;
  color: #ffffff;
  background-color: #1E1E2A;
}
.storm-damage .colored-container .white-btn:hover {
  background-color: #85C8FF;
  color: #ffffff;
}
.storm-damage .colored-container h1 {
  color: #ffffff;
}

.financing {
  background-image: url("../../images/about-image.png");
  background-color: #85C8FF;
  background-repeat: no-repeat;
  background-position: 580px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .financing {
    background-position: -200px;
  }
}
@media (min-width: 992px) and (max-width: 1475px) {
  .financing {
    background-position: 150px;
  }
}
.financing i {
  color: #85C8FF;
}
.financing .financing-text {
  background-color: rgba(30, 30, 42, 0.8);
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .financing .financing-text {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .financing .financing-text {
    clip-path: none;
  }
}
@media (max-width: 420px) {
  .financing .financing-text {
    clip-path: none;
  }
}
.financing .financing-text .row {
  position: relative;
  left: -170px;
}
@media (min-width: 1294px) {
  .financing .financing-text .row {
    left: -100px;
  }
}
@media (min-width: 768px) and (max-width: 1293px) {
  .financing .financing-text .row {
    left: 0;
  }
}
@media (max-width: 420px) {
  .financing .financing-text .row {
    left: 0;
  }
}
.financing .financing-text p {
  color: #ffffff;
}

.form-bg {
  background-image: url("../../images/form-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  color: #ffffff;
}
.form-bg form {
  background-color: rgba(255, 255, 255, 0.8);
  color: #233e8f;
  padding: 30px;
}
.form-bg form label {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 420px) {
  .inner-form {
    padding: 15px;
  }
}
.inner-form .blue-bg {
  background-color: #233e8f;
  padding: 20px;
}

#accordion hr {
  margin-bottom: 30px;
}
#accordion .card {
  border-radius: 0;
  margin-bottom: 30px;
}
#accordion .card:hover {
  cursor: pointer;
}
#accordion .card .qa-group {
  border-bottom: 1px solid #f2f2f2;
}
#accordion .card .qa-group:last-child {
  border-bottom: 0;
}
#accordion .card-header {
  background-color: #233e8f;
  color: #ffffff;
  border-radius: 0;
  cursor: pointer;
  border-bottom: none;
}
#accordion .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
  margin-top: 12px;
}
#accordion .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.team-card {
  border-radius: 0;
}
.team-card .card-header {
  padding: 50px;
  background: linear-gradient(90deg, #233e8f 0%, #6f87d0 100%);
  border-radius: 0;
}
.team-card .card-image-container {
  position: relative;
  top: -50px;
  border-radius: 100px;
  border: 5px solid #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  width: 87%;
  height: 200px;
  overflow: hidden;
  background-color: #e5e6e8;
}
.team-card .card-image-container img {
  width: 250px;
}
.team-card .card-image-container .card-img-top {
  width: 150px;
}
.team-card .card-text {
  transform: translateY(-15px);
}
.team-card .card-text h1 {
  font-size: 36px;
  color: #233e8f;
}
.team-card .card-text p {
  color: #748CAB;
}

.term-list {
  padding: 10px 0;
}
.term-list h1 {
  color: #233e8f;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.term-list hr {
  width: 100px;
  height: 5px;
  background-color: #42599E;
  border-top: 0;
  margin-top: 10px;
  margin-left: 0;
}
.term-list p {
  font-size: 16px;
}

.news-list .news-card {
  padding: 30px;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #233e8f;
  transition: transform 0.2s ease-in-out;
  background-color: #ffffff;
}
.news-list .news-card:hover {
  transform: translateY(-10px);
}
.news-list .news-card h2 {
  color: #233e8f;
  font-weight: 900;
}
.news-list .news-card .news-date {
  color: #666;
  font-size: 18px;
  font-weight: 200;
}
.news-list .news-card a {
  color: #42599E;
}

.cat-topic .active-topic {
  background-color: #ffffff;
  color: #233e8f;
  padding: 10px;
  font-weight: 900;
  margin: 0 10px;
}
.cat-topic a {
  color: #333;
  padding: 20px;
}

.photo-category .active-topic {
  background-color: #ffffff;
  border: 1px solid #233e8f;
  color: #233e8f;
}
.photo-category .active-topic a {
  color: #233e8f;
}

.news-card {
  padding: 30px;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-bottom: 5px solid #233e8f;
  margin-bottom: 30px;
}
.news-card h2 {
  color: #233e8f;
  font-weight: 900;
}
.news-card .news-date {
  color: #666;
  font-size: 18px;
  font-weight: 200;
}
.news-card a {
  color: #42599E;
}

.internal-services {
  color: #333;
}
.internal-services .card-body p {
  color: #333;
}
.internal-services .card {
  border: 1px solid #1E1E2A;
  background-color: #fff;
}
.internal-services .card::before {
  display: none;
}

.mission-card {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #233e8f;
  margin-bottom: 15px;
  padding: 30px;
}
.mission-card img {
  width: 100px;
}

.photo-gallery .image-container img {
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  width: 100%;
}

.service-detail h2 {
  color: #233e8f;
  text-transform: uppercase;
  font-weight: 900;
}
.service-detail img {
  border-radius: 5px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease-in;
  width: 50%;
  margin: 0 15px 15px 0;
}
.service-detail img:hover {
  transform: translateY(-10px);
}
@media (min-width: 320px) and (max-width: 768px) {
  .service-detail img {
    width: 100%;
  }
}

.roofing-text {
  margin: 10px 0;
}

.roofing-category {
  text-transform: uppercase;
  color: #233e8f;
  font-weight: 900;
}

.request-card {
  padding: 30px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  border-bottom: 5px solid #233e8f;
}
.request-card p {
  margin-bottom: 0;
  font-size: 28px;
  color: #233e8f;
}

.systems-container .card-header {
  padding: 0;
  height: 200px;
  overflow: hidden;
  border-radius: 0;
}
.systems-container .card {
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border-bottom: 5px solid #233e8f;
}
.systems-container .card h1 {
  color: #233e8f;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}
.systems-container .card a {
  color: #42599E;
}

.renovation-container .card-header {
  height: auto;
}

.text-wrap img {
  float: left;
  padding: 15px;
  padding-top: 0;
  width: 500px;
}
.text-wrap h2 {
  color: #233e8f;
  font-weight: 900;
}

.fa-dot-circle {
  color: #42599E;
}

.credential-title h1, .credential-title h2 {
  color: #233e8f;
}

.roofing-service .card-header {
  height: 120px;
}
.roofing-service .card-body h1 {
  color: #233e8f;
  font-size: 18px;
}

.photo-category-select {
  background: transparent;
  border: 0;
  border-bottom: 5px solid #233e8f;
}

.testimonials-card {
  margin-bottom: 20px;
}
.testimonials-card img {
  margin-top: -25px;
}
.testimonials-card i {
  color: gold;
}

.service-list {
  display: inline-grid;
}

.photo-gallery .image-container {
  height: 175px;
  overflow: hidden;
}

footer .portal-btn {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}
@media (min-width: 768px) {
  footer .portal-btn {
    text-align: end;
  }
}

.roofguard-slide .carousel-inner {
  height: 390px;
}

.roofguard-static .logo img {
  margin: 0 auto;
  margin-bottom: 55px;
}
.roofguard-static h2 {
  font-style: italic;
}
.roofguard-static h3 {
  color: #233e8f;
  font-weight: bold;
}
.roofguard-static ul {
  list-style-type: disc;
  list-style-position: inside;
}
.roofguard-static a {
  color: black;
}
.roofguard-static .enroll span {
  font-size: 22px;
}
.roofguard-static .enroll a {
  color: black;
}

.roofguard-gallery .card {
  background: #eee;
}
.roofguard-gallery .card .img-item {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .roofguard-gallery .card .img-item {
    height: 180px;
  }
}
.roofguard-gallery .card .img-item img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.home-spring-up {
  background-image: url("../../images/inspections-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 320px) and (max-width: 420px) {
  .home-spring-up {
    background-position: bottom;
    background-size: contain;
  }
}
.home-spring-up h1 {
  color: #233e8f;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 48px;
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 375px) {
  .home-spring-up h1 {
    font-size: 36px;
  }
}
.home-spring-up a {
  color: #000000;
  font-weight: bold;
}
.home-spring-up .colored-container {
  padding: 0px;
}
.home-spring-up .colored-container img {
  width: 70%;
}
.home-spring-up .colored-container p {
  color: #ffffff;
}
.home-spring-up .colored-container .white-btn {
  border: 2px solid #85C8FF;
  color: #ffffff;
  background-color: #1E1E2A;
}
.home-spring-up .colored-container .white-btn:hover {
  background-color: #85C8FF;
  color: #ffffff;
}
.home-spring-up .colored-container h1 {
  color: #ffffff;
}

.spring-get-up .card {
  background: #fffc;
}
.spring-get-up img {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .spring-get-up img {
    float: right;
    width: 40%;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.special-offers-page .card {
  border: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border-bottom: 5px solid #233e8f;
}
.special-offers-page .card h1 {
  color: #233e8f;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}
.special-offers-page .card-img {
  border-radius: 0;
  background: none;
  border: none;
}
.special-offers-page .card-img a {
  color: #42599E;
}
.special-offers-page .card-img img {
  width: 100%;
}

.special-offers-detail .card {
  background-color: #fffc;
}
@media (min-width: 768px) {
  .special-offers-detail img {
    float: right;
    width: 40%;
  }
}

.promotions-page .card {
  background-color: #fffc;
}
@media (min-width: 768px) {
  .promotions-page img {
    float: right;
    width: 40%;
  }
}

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