@charset "UTF-8";
html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1200px;
}

main {
  min-height: 71vh;
}

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

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

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

.h4 {
  font-size: 22px;
}

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

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
  }
}

.ddmg-sig {
  background-color: #000;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 100%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 545px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 845px;
  }
}

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

/* Image banner */
.img-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../img/photo-gallery-banner.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 50px 0 50px 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;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

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

.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: center;
}

.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: center;
}

.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: center;
}

.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: center;
}

.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: center;
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 37px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.inforequest-bg {
  background: url("../../images/info-request-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  main.logo-bg {
    background: url("../../images/logo-watermark.png") no-repeat left;
    background-position: left;
    background-size: 35%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 25%;
  }
}

.submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #2A4D8E;
  background: #2A4D8E;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
  font-size: 15px;
}
@media (min-width: 768px) {
  .btn-main {
    font-size: 17px;
  }
}
.btn-main:hover {
  background: #C3DEFE;
  border: 1px solid #1A1E67;
  color: #000 !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #fff;
  background: #a7c4e9;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding: 0.3rem 1rem;
}
.btn-main2:hover {
  background: #C3DEFE;
  border: 1px solid #C3DEFE;
  color: #fff;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #2A4D8E;
  background: #2A4D8E;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #C3DEFE;
  border: 1px solid #2A4D8E;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #2A4D8E;
  background: #2A4D8E;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #2A4D8E;
  border: 1px solid #2A4D8E;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #2A4D8E;
  background: #2A4D8E;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #C3DEFE;
  border: 1px solid #1A1E67;
  color: #000 !important;
  text-decoration: underline;
}

.button {
  height: 50px;
  width: 150px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}

.type1::after {
  content: "Learn More";
  height: 50px;
  width: 150px;
  background-color: #fff;
  color: #1A1E67;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(50px);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.type1::before {
  content: "Learn More";
  height: 50px;
  width: 150px;
  background-color: #1A1E67;
  color: #fff;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(0px) scale(1.2);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.type1:hover::after {
  transform: translateY(0) scale(1.2);
}
.type1:hover::before {
  transform: translateY(-50px) scale(0) rotate(120deg);
}

.news-home .button {
  position: relative;
  padding: 10px 20px;
  border: none;
  color: #1A1E67;
  cursor: pointer;
  transition: 0.3s;
  transition-delay: 0.3s;
  z-index: 0;
}
.news-home .button::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #1A1E67;
  right: -20px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
}
.news-home .button::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #1A1E67;
  left: -20px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
}
.news-home .button:hover {
  color: #fff;
  box-shadow: 10px 50px 50px rgba(52, 152, 219, 0.2);
}
.news-home .button:hover::after {
  z-index: -1;
  right: 0;
  width: 50%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
}
.news-home .button:hover::before {
  z-index: -1;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
}

.quote-home {
  /* Start Button 1 */
}
.quote-home button {
  padding: 15px 60px;
  background: transparent;
  border: 2px solid #2A4D8E;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  display: flex;
  overflow: hidden;
  transition: all 0.5s;
  text-transform: uppercase;
  z-index: 0;
}
.quote-home button span {
  transition: all 0.5s;
  z-index: -1;
}
.quote-home button span:nth-child(1), .quote-home button span:nth-child(2), .quote-home button span:nth-child(3), .quote-home button span:nth-child(4) {
  position: absolute;
  width: 100%;
  height: 16px;
  background-color: #2A4D8E;
}
.quote-home button span:nth-child(1) {
  top: -100%;
  left: 0%;
  right: 0;
}
.quote-home button span:nth-child(2) {
  top: 10px;
  right: 100%;
}
.quote-home button span:nth-child(3) {
  top: 20px;
  left: 100%;
  right: 0;
}
.quote-home button span:nth-child(4) {
  bottom: -100%;
  left: 0;
}
.quote-home button:hover {
  color: #fff;
}
.quote-home button:hover span:nth-child(1) {
  top: 0%;
}
.quote-home button:hover span:nth-child(2) {
  right: 0;
}
.quote-home button:hover span:nth-child(3) {
  left: 0;
}
.quote-home button:hover span:nth-child(4) {
  bottom: 0;
}

header {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  z-index: 2;
  position: relative;
}
header img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  header img {
    width: 65%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  header img {
    width: 63%;
  }
}
@media screen and (min-width: 1200px) {
  header img {
    width: 90%;
  }
}
header .header-contact .header-right {
  display: block;
}
@media (min-width: 768px) {
  header .header-contact .header-right {
    display: grid;
  }
}
header .header-contact .header-number {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  header .header-contact .header-number {
    margin-bottom: 0;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  header .header-contact .header-number {
    margin-bottom: 0;
    font-size: 18px;
  }
}
header .header-contact .header-number a {
  color: #1A1E67;
  font-size: 16px;
}
@media (min-width: 768px) {
  header .header-contact .header-number a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  header .header-contact .header-number a {
    font-size: 17px;
  }
}
header .header-contact .header-number a i {
  margin-right: 12px;
  color: #000;
}
@media (min-width: 768px) {
  header .header-contact .header-right .btn-main {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  header .header-contact .header-right .btn-main {
    font-size: 17px;
  }
}

.navbar {
  background-color: #1A1E67;
  z-index: 2;
}
.navbar .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  color: #fff;
  font-weight: inherit;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .navbar .nav-link {
    font-size: 15px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
@media (min-width: 994px) {
  .navbar .nav-link {
    font-size: 12px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .navbar .nav-link {
    font-size: 14px;
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }
}
@media (min-width: 1080px) {
  .navbar .nav-link {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    font-size: 15px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
.navbar .dropdown-menu {
  background-color: #1A1E67;
  border: 1px solid #757575;
}
.navbar .dropdown-menu li:hover {
  background-color: #fff;
}
.navbar .dropdown-menu a {
  color: #fff;
  text-transform: uppercase;
}
.navbar .dropdown-menu a:hover {
  background: #2A4D8E;
}

.slideshow-home {
  text-align: center;
}
.slideshow-home .carousel-indicators {
  bottom: 61%;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home a {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home a {
    top: 0px;
  }
}
.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 {
    padding-left: 15px;
    margin-top: -210px;
    text-align: left;
    width: 100%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    padding-left: 35px;
    margin-top: -280px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -390px;
    padding-left: 80px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -350px;
    padding-left: 95px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -480px;
    padding-left: 390px;
  }
}
.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%;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 358px;
    background: linear-gradient(50deg, rgba(0, 0, 0, 0.6) 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;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  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);
}

.home-video .carousel-inner {
  overflow: hidden;
  margin-bottom: -7px;
}
@media (min-width: 768px) {
  .home-video .carousel-inner {
    margin-bottom: -7px;
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .home-video .carousel-inner {
    margin-bottom: -7px;
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .home-video .carousel-inner {
    height: auto;
  }
}
@media (min-width: 1280px) {
  .home-video .carousel-inner {
    height: 720px;
  }
}
@media (min-width: 1366px) {
  .home-video .carousel-inner {
    height: 620px;
  }
}
@media (min-width: 1370px) {
  .home-video .carousel-inner {
    height: 710px;
  }
}
@media (min-width: 768px) {
  .home-video video {
    top: -50px;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .home-video video {
    top: -130px;
  }
}
@media (min-width: 1200px) {
  .home-video video {
    top: 0px;
  }
}
@media (min-width: 1366px) {
  .home-video video {
    top: -18px;
  }
}
@media (min-width: 1400px) {
  .home-video video {
    top: 0px;
  }
}
@media (min-width: 1600px) {
  .home-video video {
    top: -136px;
  }
}

.about-home {
  background-image: url(../../images/about-bg.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
  background-position: left;
}
@media (min-width: 768px) {
  .about-home {
    background-size: 70%;
  }
}
@media (min-width: 1024px) {
  .about-home {
    background-size: 60%;
  }
}
@media (min-width: 1200px) {
  .about-home {
    background-size: 30%;
  }
}

.service-blocks-wrapper {
  overflow: hidden;
}

/* ======================================== */
section {
  overflow: hidden;
  display: block;
  position: relative;
  background-size: cover !important;
  box-sizing: border-box !important;
}

.service-blocks-wrapper .service-blocks-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1s linear 0.8s;
  transition: opacity 0.8s ease, -webkit-transform 1s linear 0.8s;
  transition: opacity 0.8s ease, transform 1s linear 0.8s;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.transparency {
  opacity: 0;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

.service-blocks-wrapper .service-blocks-background.active-service-block {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.8s ease, -webkit-transform 10s linear 0s;
  transition: opacity 0.8s ease, transform 10s linear 0s;
  transition: opacity 0.8s ease, transform 10s linear 0s, -webkit-transform 10s linear 0s;
}

/* Larger image on hover */
.imageBlock1 {
  transition: all 0.8s ease;
  transition-property: all;
  -webkit-transition: all 0.8s ease;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: initial;
  background-image: url(../../images/focusarea/project-plan.jpg);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.imageBlock2 {
  background-image: url(../../img/focusarea/technical-support.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imageBlock3 {
  background-image: url(../../images/focusarea/truss-install.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imageBlock4 {
  background-image: url(../../images/focusarea/inspection.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imageBlock5 {
  background-image: url(../../images/focusarea/inspection.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imageBlock6 {
  background-image: url(../../images/focusarea/design-service.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imageBlock7 {
  background-image: url(../../images/focusarea/floor-trusses.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom !important;
}

.imageBlock8 {
  background-image: url(../../images/focusarea/quality-control.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.service-blocks-wrapper {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden !important;
}

.service-block-content {
  overflow: hidden;
  z-index: 3;
  height: 350px;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

.service-block-content:hover .service-block-blurb,
.service-block-content:hover .service-block-icon,
.service-block-content:focus .service-block-blurb,
.service-block-content:focus .service-block-icon {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  opacity: 1;
}

.service-block-content:hover .service-block-image.service-block-animate,
.service-block-content:focus .service-block-image.service-block-animate {
  transition: all 0.8s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.service-block-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*z-index: 1;*/
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

/* small image in box */
.bg-change1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/focusarea/project-plan.jpg");
  background-position: right;
}
@media (min-width: 768px) {
  .bg-change1 {
    background-position: right;
  }
}

.bg-change2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/focusarea/technical-support.jpg");
}

.bg-change3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/focusarea/truss-install.jpg");
}

.bg-change4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/focusarea/inspection.jpg");
}

.bg-change5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/focusarea/inspection.jpg");
}

.bg-change6 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/focusarea/design-service.jpg");
  filter: grayscale(87%);
}

.bg-change7 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/focusarea/floor-trusses.jpg");
}

.bg-change8 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/focusarea/quality-control.jpg");
}

.service-block-title {
  /*z-index:2;*/
  position: relative;
  opacity: 1;
  transition: opacity 0.8s ease;
  -webkit-transition: opacity 0.8s ease;
}

.service-block-title.no-icon {
  padding-top: 7rem;
  text-align: right;
}

.faded-service-title {
  opacity: 0.4;
  transition: opacity 0.8s ease;
  -webkit-transition: opacity 0.8s ease;
}

.service-block-title h2 {
  font-weight: 800;
  /* color:#414141; */
  text-transform: uppercase !important;
  line-height: 2.5;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  margin: 0 32px 0 45px;
  color: #000;
  transition: transform 0.5s;
  text-transform: capitalize;
}

.service-block-icon {
  /*z-index:2;*/
  position: relative;
  opacity: 0;
  color: white;
  margin-bottom: 1.5rem;
  transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
}

.service-block-blurb {
  /*z-index:2;*/
  position: relative;
  opacity: 0;
  color: #000;
  color: white;
  transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
}

/* end service block classes */
a:hover {
  text-decoration: none !important;
}

/* focus area titles */
.service_inner.type_one .content_inner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.service_inner.type_one .content_inner h2 {
  position: absolute;
  width: 240px;
  height: 44px;
  right: -30px;
  text-align: center;
  line-height: 44px;
  bottom: 0px;
  font-size: 22px;
  font-weight: normal;
  z-index: 0;
  opacity: 1;
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .service_inner.type_one .content_inner h2 {
    right: -20px;
  }
}
@media (min-width: 1200px) {
  .service_inner.type_one .content_inner h2 {
    right: -30px;
  }
}

.service_inner.type_one .content_inner h2 a {
  color: #252525;
}

.service_inner.type_one:hover .content_inner h2 {
  opacity: 0;
  transform: translateX(250px);
}

.service_inner.type_one .content_inner .r_more {
  position: absolute;
  width: 200px;
  height: 44px;
  right: 0px;
  text-align: center;
  line-height: 47px;
  bottom: 0px;
  font-size: 22px;
  font-weight: normal;
  z-index: 0;
  opacity: 0;
  transform: translateX(250px);
  color: #252525;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.service_inner.type_one .content_inner .r_more > div {
  padding: 111px;
  justify-content: center;
  display: grid;
  align-items: center;
}
.service_inner.type_one .content_inner .r_more i {
  font-size: 82px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.service_inner.type_one .content_inner .r_more svg {
  font-size: 82px;
  margin: 0 auto;
}
.service_inner.type_one .content_inner .r_more h3 {
  font-size: 23px;
  text-transform: uppercase;
}

.service_inner.type_one .content_inner .r_more::before {
  content: "";
  position: absolute;
  background-color: #00000082;
  width: 220px;
  height: 100%;
  top: 0;
  z-index: -10;
  left: 0;
  transform: skew(0deg);
}

.service_inner.type_one:hover .content_inner .r_more {
  opacity: 1;
  transform: translateX(0px);
  width: 100%;
  height: 350px;
  font-size: 14px;
  color: #fff;
}
.service_inner.type_one:hover .content_inner .r_more .list {
  line-height: 2;
  text-align: left;
}

.service_inner.type_one:hover .content_inner .r_more:before {
  width: 102%;
  transform: skew(0deg);
  background-color: #00000082;
}

@media (max-width: 768px) {
  .service_inner.type_one img {
    width: 100%;
  }
}
.service_inner.type_one .content_inner h2 {
  right: -31px;
  font-size: 18px;
  background: #dfefff;
}
@media (min-width: 768px) {
  .service_inner.type_one .content_inner h2 {
    right: -34px;
  }
}
@media (min-width: 1024px) {
  .service_inner.type_one .content_inner h2 {
    right: -34px;
  }
}
@media (min-width: 1200px) {
  .service_inner.type_one .content_inner h2 {
    right: -34px;
  }
}

.mini-sections .section-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1200px) {
  .mini-sections .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.mini-sections h2 {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 500;
}
.mini-sections .title {
  font-size: 13px;
}
.mini-sections p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mini-sections .news-home {
  background: #002D5A;
}
.mini-sections .news-home span {
  border-bottom: 2px solid #fff;
  display: block;
  margin: 0 75px;
}
.mini-sections .news-home .card {
  background-color: #fff;
  border: none;
}
.mini-sections .news-home h2 {
  color: #1A1E67;
}
.mini-sections .news-home h3 a {
  color: #000;
  font-size: 20px;
}
.mini-sections .news-home p {
  font-size: 17px;
  color: #000;
}
.mini-sections .news-home .news-home-item {
  padding-left: 35px;
}
.mini-sections .news-home .news-home-item .title:before {
  content: " ";
  background: #1A1E67;
  display: inline-block;
  position: absolute;
  left: 18px;
  width: 20px;
  height: 20px;
}
.mini-sections .news-home .news-home-item p a {
  color: #585858;
}
.mini-sections .quote-home {
  background: url(../../images/quote-bg.png);
  background-color: #2A4D8E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .mini-sections .quote-home {
    background-position: center;
  }
}
.mini-sections .quote-home .card {
  background: #ffffffbd;
  border: none;
}
.mini-sections .quote-home h2 {
  color: #1A1E67;
}

.quality-home {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0px, rgba(0, 0, 0, 0.2) 100%), url(../../images/quote-home.jpg) no-repeat;
  background-attachment: inherit;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
  .quality-home {
    background-attachment: fixed;
  }
}
.quality-home .quality-box {
  width: 100%;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .quality-home .quality-box {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .quality-home .quality-box {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .quality-home .quality-box {
    width: 25%;
  }
}
@media (min-width: 1500px) {
  .quality-home .quality-box {
    width: 25%;
  }
}
.quality-home .wow:nth-child(1) {
  animation-delay: 0s;
}
.quality-home .wow:nth-child(2) {
  animation-delay: 0.5s;
}
.quality-home .wow:nth-child(3) {
  animation-delay: 0.6s;
}
.quality-home .wow:nth-child(4) {
  animation-delay: 0.7s;
}
.quality-home .wow:nth-child(5) {
  animation-delay: 0.8s;
}
.quality-home .wow:nth-child(6) {
  animation-delay: 0.9s;
}
.quality-home .wow:nth-child(7) {
  animation-delay: 1s;
}
.quality-home .container-fluid {
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .quality-home .container-fluid {
    padding: 0px 15px;
  }
}
@media (min-width: 1200px) {
  .quality-home .container-fluid {
    padding: 0px 35px;
  }
}
@media (min-width: 1500px) {
  .quality-home .container-fluid {
    padding: 0px 115px;
  }
}
.quality-home .card {
  background: #ffffffde;
  text-align: center;
  height: auto;
}
@media (min-width: 768px) {
  .quality-home .card {
    height: 290px;
  }
}
@media (min-width: 1024px) {
  .quality-home .card {
    height: 340px;
  }
}
@media (min-width: 1080px) {
  .quality-home .card {
    height: 315px;
  }
}
@media (min-width: 1200px) {
  .quality-home .card {
    height: 380px;
  }
}
@media (min-width: 1500px) {
  .quality-home .card {
    height: 340px;
  }
}
.quality-home .card i {
  font-size: 52px;
  color: #1A1E67;
}
.quality-home .card h2 {
  font-size: 25px;
  color: #1A1E67;
}
.quality-home .card a {
  color: #2A4D8E;
}

.projects-home {
  background: #C3DEFE;
  background-image: url(../../images/project-bg.png);
  background-repeat: no-repeat;
  background-blend-mode: hard-light;
  background-size: cover;
  padding: 45px 0;
}
.projects-home .container-fluid {
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .projects-home .container-fluid {
    padding: 0px 15px;
  }
}
@media (min-width: 1024px) {
  .projects-home .container-fluid {
    padding: 0px 15px;
  }
}
@media (min-width: 1200px) {
  .projects-home .container-fluid {
    padding: 0px 45px;
  }
}
@media (min-width: 1500px) {
  .projects-home .container-fluid {
    padding: 0px 105px;
  }
}
.projects-home .project-name {
  color: #1A1E67;
}
.projects-home .thumbnail {
  position: relative;
  width: 100%;
  border-radius: 6%;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.35s ease;
  /* Hover transition */
}
.projects-home .thumbnail:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .projects-home .thumbnail:before {
    padding-bottom: 60%;
  }
}
@media (min-width: 1024px) {
  .projects-home .thumbnail:before {
    padding-bottom: 80%;
  }
}
@media (min-width: 1200px) {
  .projects-home .thumbnail:before {
    padding-bottom: 100%;
  }
}
.projects-home .thumbnail .thumbnail__container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projects-home .thumbnail .thumbnail__container .project-name {
  position: absolute;
  padding: 220px 28px;
  z-index: 2;
  color: white;
  text-shadow: 0 0 5px #000;
  text-align: center;
  font-size: 33px;
}
@media (min-width: 428px) {
  .projects-home .thumbnail .thumbnail__container .project-name {
    position: absolute;
    padding: 270px 28px;
    font-size: 33px;
  }
}
@media (min-width: 768px) {
  .projects-home .thumbnail .thumbnail__container .project-name {
    position: absolute;
    padding: 128px 63px;
    font-size: 23px;
  }
}
@media (min-width: 810px) {
  .projects-home .thumbnail .thumbnail__container .project-name {
    position: absolute;
    padding: 140px 71px;
    font-size: 23px;
  }
}
@media (min-width: 1024px) {
  .projects-home .thumbnail .thumbnail__container .project-name {
    padding: 112px 39px;
    font-size: 17px;
  }
}
@media (min-width: 1080px) {
  .projects-home .thumbnail .thumbnail__container .project-name {
    padding: 142px 39px;
    font-size: 17px;
  }
}
@media (min-width: 1180px) {
  .projects-home .thumbnail .thumbnail__container .project-name {
    padding: 152px 40px;
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .projects-home .thumbnail .thumbnail__container .project-name {
    padding: 174px 28px;
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .projects-home .thumbnail .thumbnail__container .project-name {
    padding: 189px 28px;
    font-size: 20px;
  }
}
@media (min-width: 1366px) {
  .projects-home .thumbnail .thumbnail__container .project-name {
    padding: 224px 39px;
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .projects-home .thumbnail .thumbnail__container .project-name {
    padding: 215px 28px;
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .projects-home .thumbnail .thumbnail__container .project-name {
    padding: 223px 34px;
    font-size: 27px;
  }
}
@media (min-width: 1700px) {
  .projects-home .thumbnail .thumbnail__container .project-name {
    padding: 253px 34px;
    font-size: 27px;
  }
}
@media (min-width: 1800px) {
  .projects-home .thumbnail .thumbnail__container .project-name {
    padding: 269px 40px;
    font-size: 30px;
  }
}
.projects-home .thumbnail .thumbnail__img {
  flex: 4 0 auto;
  background-position: center;
  background-size: cover;
  transform: scale(1.2);
  transition: transform 0.35s ease;
  /* Hover transition */
}
.projects-home .thumbnail .thumbnail__img:before, .projects-home .thumbnail .thumbnail__img:after {
  position: absolute;
}
.projects-home .thumbnail .thumbnail__img::before {
  top: 50%;
  left: 50%;
  z-index: 10;
  color: #F8F8F8;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 2;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #F8F8F8 0%, #F8F8F8 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 45% 3%;
  transform: translate(-50%, -50%);
  transition: opacity 0.35s linear, transform 0.35s ease;
}
.projects-home .thumbnail .thumbnail__img:after {
  content: "";
  top: 0;
  left: 0;
  width: 230%;
  height: 150%;
  background-color: #0A0E59;
  opacity: 0.7;
  transition: opacity 0.35s linear;
  rotate: 140deg;
}
@media (min-width: 768px) {
  .projects-home .thumbnail .thumbnail__img:after {
    rotate: 150deg;
    width: 230%;
    height: 360%;
  }
}
@media (min-width: 1024px) {
  .projects-home .thumbnail .thumbnail__img:after {
    rotate: 150deg;
    width: 240%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .projects-home .thumbnail .thumbnail__img:after {
    rotate: 140deg;
    width: 230%;
    height: 120%;
  }
}
.projects-home .thumbnail .thumbnail__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 0;
  background-color: #2A4D8E;
  overflow: hidden;
  transition: flex-grow 0.35s ease;
  /* Hover transition */
}
.projects-home .thumbnail .thumbnail__caption {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.5) translateY(100%);
  transition: opacity 0.35s linear, transform 0.35s ease;
  /* Hover transition */
}
@media (min-width: 1024px) {
  .projects-home .thumbnail .thumbnail__caption {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .projects-home .thumbnail .thumbnail__caption {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .projects-home .thumbnail .thumbnail__caption {
    font-size: 22px;
  }
}
.projects-home .thumbnail:hover {
  box-shadow: 0 20px 15px -8px rgba(0, 0, 0, 0.8);
}
.projects-home .thumbnail:hover .project-name {
  display: none;
}
.projects-home .thumbnail:hover .thumbnail__img {
  transform: scale(1);
}
.projects-home .thumbnail:hover .thumbnail__img:before {
  opacity: 0;
  transform: translate(-50%, -500%) scale(0.5);
}
.projects-home .thumbnail:hover .thumbnail__img:after {
  opacity: 0;
}
.projects-home .thumbnail:hover .thumbnail__content {
  flex-grow: 1;
}
.projects-home .thumbnail:hover .thumbnail__caption {
  transform: scale(1);
  opacity: 1;
}

.truss-install-home {
  background: url(../../images/truss-install-bg.jpg) no-repeat;
  border-image: fill 1 linear-gradient(30deg, rgba(0, 0, 0, 0.4) 0px, rgba(0, 0, 0, 0.4) 100%);
  background-size: cover;
  background-position: center;
}
.truss-install-home h2 {
  color: white;
}
.truss-install-home .truss-text p {
  color: white;
}

.architect-eng {
  background: aliceblue;
}
.architect-eng h2 {
  color: #1A1E67;
}

.icons-phrase {
  background: linear-gradient(30deg, rgba(2, 50, 107, 0.7) 0px, rgba(2, 50, 107, 0.7) 100%), url(../../images/phrase-icons-bg.png);
  background-size: cover;
}
.icons-phrase .card {
  background: none;
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 0;
}
.icons-phrase .card i {
  font-size: 60px;
  justify-content: center;
  display: flex;
  margin-bottom: 10px;
}
.icons-phrase .card h2 {
  font-size: 22px;
}

footer {
  background: #0e0e35;
}
footer .footer-left img {
  width: 60%;
  margin: 0 auto;
}
footer .footer-left .address, footer .footer-left .phone-social {
  color: white;
  font-size: 16px;
  margin-top: 10px;
}
footer .footer-left .phone-social a {
  color: white;
}
footer .footer-left .phone-social i, footer .footer-left .phone-social svg {
  color: white;
  font-size: 28px;
}
footer ul {
  columns: 1;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  list-style: none;
}
@media (min-width: 768px) {
  footer ul {
    columns: 2;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  footer ul {
    columns: 2;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  footer ul {
    columns: 2;
    text-align: left;
    margin-top: 20px;
  }
}
footer ul a {
  color: #fff;
}
footer ul a:hover {
  color: #fff;
}
footer .footer-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-right img {
  width: 20%;
  height: 40px;
}
@media (min-width: 768px) {
  footer .footer-right img {
    width: 25%;
    height: 50px;
  }
}
@media (min-width: 1024px) {
  footer .footer-right img {
    width: 41%;
    height: 70px;
  }
}
@media (min-width: 1180px) {
  footer .footer-right img {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  footer .footer-right img {
    width: 28%;
  }
}
footer .footer-right .img-three {
  height: auto;
  width: 18%;
}
@media (min-width: 768px) {
  footer .footer-right .img-three {
    width: 16%;
  }
}
@media (min-width: 1024px) {
  footer .footer-right .img-three {
    width: 27%;
  }
}
@media (min-width: 1180px) {
  footer .footer-right .img-three {
    width: 18%;
  }
}
@media (min-width: 1200px) {
  footer .footer-right .img-three {
    width: 17%;
  }
}

.desktop_4 .btn-box {
  position: absolute;
  top: 50%;
  left: 18%;
  transform: translate(-50%, -50%);
  display: none;
}
.desktop_4 .project {
  height: 200px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.desktop_4 .project:hover .btn-box {
  display: block;
}
@media (min-width: 768px) {
  .desktop_4 .project {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .desktop_4 .project {
    width: auto;
  }
}
.desktop_4 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 25px;
}
.desktop_4 .portfolio {
  display: inline-block;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 700px;
  overflow-y: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.desktop_4 button {
  cursor: pointer;
}
.desktop_4 img {
  cursor: pointer;
}
.desktop_4 img:hover {
  transform: scale(1.02);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}
.desktop_4 .overlay {
  position: fixed;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(71, 69, 69, 0.7);
  height: 100%;
  width: 100%;
  max-height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: none;
}
.desktop_4 .overlay-inner {
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  opacity: 1;
  width: fit-content;
  max-width: 50%;
  max-height: 85;
}
.desktop_4 .overlay-inner .hdImgs {
  width: fit-content;
  height: calc(85% - 55px);
  display: flex;
}
.desktop_4 .overlay-inner img {
  max-height: 100%;
  max-width: 100%;
  transform: none;
}
.desktop_4 .close {
  position: absolute;
  top: 3px;
  right: 10px;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  color: #474545;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.desktop_4 .project-image {
  height: 200px;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.desktop_4 .project.first-project {
  display: inline-block;
}
.desktop_4 .cat-box {
  border-bottom: 3px solid #2A4D8E;
}
@media (min-width: 1024px) {
  .desktop_4 .cat-box {
    border-left: 3px solid #2A4D8E;
    border-bottom: none;
  }
}
.desktop_4 .text-blk.optionsText {
  font-size: 20px;
  font-weight: 800;
  line-height: 34px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.desktop_4 .text-blk.active {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #03a9f4;
}
.desktop_4 .text-blk.list {
  font-size: 20px;
  line-height: 34px;
  cursor: pointer;
  margin-left: 0px;
  margin-right: 20px;
}
.desktop_4 .text-blk.all {
  margin-right: 10px;
  margin-left: 0px;
}
.desktop_4 .project-image.one {
  border-radius: 6px;
}
.desktop_4 .project-image.two {
  border-radius: 6px;
}
.desktop_4 .project-image.three {
  border-radius: 6px;
}

/*------- Team -------*/
.team .slick-list {
  margin: 0px -15px;
}
.team .slick-slide {
  outline: none;
}
.team .team_slick .slick-next {
  background: #F2F7F7;
  color: #6E7A7A;
  width: 25px;
  height: 25px;
  right: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  top: unset;
}

.team_construction {
  position: relative;
}
.team_construction .team_construction_inner {
  margin-bottom: 50px;
}
.team_construction .team_construction_inner .img-card {
  height: 370px;
  overflow: hidden;
}
.team_construction .team_construction_inner .img-card img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.team_construction .team_construction_inner > a {
  position: relative;
  display: block;
}
.team_construction .team_construction_inner > a::before {
  content: "";
  position: absolute;
  background: #1A1E67;
  opacity: 0.7;
  left: 0;
  top: 0;
  z-index: 1;
  transition: transform 0.5s ease-in;
  height: 100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  pointer-events: none;
}
.team_construction .team_construction_inner .team-box__info {
  padding: 28px 0 4px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 80%;
  margin: -60px auto 0 auto;
}
.team_construction .team_construction_inner .team-box__info a {
  color: #042650;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.team_construction .team_construction_inner .team-box__info p {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}
.team_construction:hover .team_construction_inner a::before {
  transform: scaleY(1);
}
.team_construction:hover .team_construction_inner .team-box__info {
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(0px);
}
.team_construction:hover .team_hover_content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.owl_team .team_construction_inner {
  margin-bottom: 0px;
}
.owl_team .owl-item.active.center .team_construction_inner a::before {
  transform: scaleY(1);
}
.owl_team .owl-item.active.center .team_construction_inner .team-box__info {
  opacity: 0;
}
.owl_team .owl-item.active.center .team_hover_content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.team_construction_inner > a > img {
  transition: all 0.4s ease;
}

.team_hover_content {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  transition-delay: 0.2s;
  width: 100%;
  padding: 40px 40px 60px 40px;
}
.team_hover_content h2 {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.team_hover_content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-bottom: 13px;
  line-height: 28px;
}

.speakers-social-lists-simple {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.speakers-social-lists-simple > li {
  display: inline-block;
}
.speakers-social-lists-simple > li:not(:last-child) {
  margin-right: 5px;
}
.speakers-social-lists-simple > li > a {
  color: #ffffff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.speakers-social-lists-simple > li:hover a {
  background-color: var(--second-color);
}

.about-us-page .title {
  font-size: 30px;
  font-weight: light;
}
.about-us-page img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-us-page img {
    float: right;
    width: 30%;
    margin-left: 10px;
    margin-bottom: 0;
  }
}

.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 80rem;
}
.wrapper .box {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.wrapper .box:hover .front {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.wrapper .box:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.wrapper .box:hover .back a {
  color: white;
  text-transform: uppercase;
}
.wrapper .box .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.wrapper .box .back p {
  font-size: 22px;
}
.wrapper .box .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.wrapper .front {
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}
.wrapper .front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0.75;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}
.wrapper .front .inner p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .wrapper .front .inner p {
    font-size: 2rem;
  }
}
.wrapper .front .inner p:after {
  content: "";
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.75rem;
}
.wrapper .front .inner .mobile-read {
  top: 66%;
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  color: white;
}
.wrapper .front .inner span {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat";
  font-weight: 300;
}
.wrapper .back {
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
  background: #cedce7;
  background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper .inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}

.service-detail-page .card {
  background: #eee;
  padding: 10px;
}
.service-detail-page .text-wrap .service-name {
  padding: 10px;
  background: #2A4D8E;
  margin-bottom: 10px;
}
.service-detail-page .text-wrap a {
  color: white;
}
.service-detail-page .text-wrap .service-select {
  color: black;
  background: #C3DEFE;
}

.our-process-page {
  counter-reset: my-sec-counter;
  padding-top: 105px;
}
.our-process-page .process .card {
  user-select: none;
  text-align: center;
  position: relative;
  padding: 15px 35px;
  transition: 0.4s ease-in-out;
  background: #1A1E67;
  margin-bottom: 100px;
}
.our-process-page .process__number {
  font-size: 90px;
  -webkit-text-stroke: 1px white;
  display: block;
  color: transparent;
  font-weight: 700;
}
.our-process-page .process__number:before {
  position: relative;
  top: -76px;
  color: transparent;
  font-size: 100px;
  -webkit-text-stroke: 3px #000;
  counter-increment: my-sec-counter;
  content: counters(my-sec-counter, ".", decimal-leading-zero);
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  transition-delay: 0.1s;
  background: #C3DEFE;
  border-radius: 10%;
  padding: 0px 20px;
}
.our-process-page .process__title {
  display: block;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 25px;
  color: white;
  text-transform: uppercase;
  margin-top: -40px;
}
.our-process-page .process__subtitle {
  display: block;
  font-size: 20px;
  color: white;
  margin-top: 30px;
  line-height: 1.5;
}

.projects-page .wrap {
  margin: 50px auto 0 auto;
  width: 100%;
  display: flex;
  align-items: space-around;
  max-width: 1200px;
}
.projects-page .tile {
  width: 100%;
  height: 380px;
  margin-bottom: 10px;
  background-color: #99aeff;
  display: inline-block;
  background-size: cover;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
  overflow: hidden;
  color: white;
}
.projects-page .tile img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s ease-out;
  object-fit: cover;
}
.projects-page .tile .text {
  position: absolute;
  padding: 30px;
  height: calc(100% - 0px);
  width: 100%;
  background: #0003;
}
.projects-page .tile .cat-name {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.projects-page .tile a {
  font-weight: 100;
  margin: 20px 0 0 0;
  font-style: italic;
}
@media (min-width: 1200px) {
  .projects-page .tile a {
    transform: translateX(200px);
  }
}
.projects-page .tile p {
  font-weight: 300;
  margin: 20px 0 0 0;
  line-height: 25px;
  transform: translateX(-200px);
  transition-delay: 0.2s;
}
.projects-page .tile:hover {
  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
  transform: scale(1.05);
}
.projects-page .tile:hover img {
  opacity: 0.2;
}
.projects-page .tile:hover .animate-text {
  transform: translateX(0);
  opacity: 1;
}
.projects-page .animate-text {
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
@media (min-width: 1200px) {
  .projects-page .animate-text {
    opacity: 0;
  }
}
@media (max-width: 1000px) {
  .projects-page .wrap {
    flex-direction: column;
    width: 400px;
  }
}

.project-detail-page .title {
  font-size: 1.5rem;
  font-weight: normal;
}
.project-detail-page .card {
  background: #eee;
}
.project-detail-page .main-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .project-detail-page .main-img img {
    float: right;
    width: 40%;
  }
}
.project-detail-page .gallery-item {
  overflow: hidden;
  height: 200px;
}
.project-detail-page .gallery-item img, .project-detail-page .gallery-item iframe {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.project-detail-page .gallery-vid iframe {
  width: 100%;
}

.photo-gallery-page .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .photo-gallery-page .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .photo-gallery-page .card-columns {
    column-count: 3;
  }
}
.photo-gallery-page .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.photo-gallery-page .cat-topic a {
  color: #fff;
  background-color: #2A4D8E;
  border: 2px solid #2A4D8E;
  padding: 15px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
  white-space: normal;
}
.photo-gallery-page .cat-topic a:hover {
  text-decoration: none;
}
.photo-gallery-page .cat-topic a.active-topic {
  background-color: #C3DEFE;
  border: 2px solid #1A1E67;
  color: #fff;
}
.photo-gallery-page .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.photo-gallery-page .cat-topic-single {
  background: #1A1E67;
  padding: 20px;
  display: inline-block;
}
.photo-gallery-page .cat-topic-single .h4 {
  font-size: 1rem;
  margin-bottom: 0px;
  color: #fff;
}

.video-bottom {
  padding: 25px 0;
  overflow: hidden;
  height: 160px;
}
@media (min-width: 768px) {
  .video-bottom {
    height: 270px;
    padding: 135px 0;
  }
}
@media (min-width: 1300px) {
  .video-bottom {
    height: 330px;
  }
}
.video-bottom video {
  margin-top: -60px;
}
@media (min-width: 768px) {
  .video-bottom video {
    margin-top: -265px;
  }
}
@media (min-width: 1200px) {
  .video-bottom video {
    margin-top: -435px;
  }
}

.our-pages img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .our-pages img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 40%;
  }
}
@media (min-width: 768px) {
  .our-pages img {
    width: 30%;
  }
}

.img-bottom {
  background-image: linear-gradient(30deg, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0.2) 100%), url(../../images/truss-install-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 135px 0;
}

.team-page .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team-page .cat-topic a {
  color: #fff;
  background-color: #1A1E67;
  border: 2px solid #1A1E67;
  padding: 15px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
  white-space: normal;
}
.team-page .cat-topic a:hover {
  text-decoration: none;
}
.team-page .cat-topic a.active-topic {
  background-color: #C3DEFE;
  border: 2px solid #1A1E67;
  color: #1A1E67;
}
.team-page .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.team-page .cat-topic-single {
  background: #1A1E67;
  padding: 20px;
  display: inline-block;
}
.team-page .cat-topic-single .h4 {
  font-size: 1rem;
  margin-bottom: 0px;
  color: #fff;
}

.our-team .img-item {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .our-team .img-item {
    overflow: hidden;
    height: 380px;
    margin-bottom: 0;
  }
}
.our-team .img-item img {
  width: 100%;
}
@media (min-width: 768px) {
  .our-team .img-item img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
.our-team .animate_line {
  position: relative;
  z-index: 0;
}
.our-team .animate_line .wt-icon-box-wraper {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
}
@media (min-width: 768px) {
  .our-team .animate_line .wt-icon-box-wraper {
    height: 519px;
  }
}
.our-team .animate_line:after, .our-team .animate_line:before {
  content: "";
  height: 4px;
  width: 0px;
  position: absolute;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.our-team .animate_line:after {
  left: 7px;
  bottom: 5px;
}
.our-team .animate_line:before {
  right: 7px;
  top: 5px;
}
.our-team .animate_line:hover:after {
  width: 50%;
  height: 50%;
  border-right: 2px solid #2A4D8E;
  border-top: 2px solid #2A4D8E;
  background: #2A4D8E;
}
.our-team .animate_line:hover:before {
  width: 50%;
  height: 50%;
  border-left: 2px solid #2A4D8E;
  border-bottom: 2px solid #2A4D8E;
  background: #2A4D8E;
}
.our-team .animate_line:hover .icon-content .wt-tilte a {
  color: #2A4D8E;
}
.our-team .animate_line:hover .icon-content p {
  color: #2A4D8E;
}
.our-team .icon-content {
  padding: 20px 30px;
}
.our-team .icon-content .wt-tilte a {
  color: black;
}
.our-team .icon-content .team-one__sub-title {
  color: #1A1E67;
  font-size: 17px;
}
.our-team .icon-content .read-more {
  color: #1A1E67;
}
.our-team .icon-content .read-more svg {
  height: 0.9em;
}
@media only screen and (max-width: 767px) {
  .our-team .animate_line:after {
    bottom: 2px;
  }
  .our-team .animate_line:before {
    top: 2px;
  }
}

.team-detail .card {
  background: #eee;
}
.team-detail .card .team-details__top-name {
  font-size: 28px;
}
.team-detail .team-img {
  overflow: hidden;
  height: 370px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .team-detail .team-img {
    float: right;
    width: 60%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .team-detail .team-img img {
    width: 50%;
    float: right;
  }
}

.news-page .card-columns {
  column-gap: 1rem;
}
.news-page .card {
  background: #eee;
}
.news-page .card .news-title {
  font-size: 28px;
}
.news-page .service-box {
  border-radius: 0px;
  background-color: #1A1E67;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
  padding: 40px;
  margin: 0;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 0;
  height: 370px;
}
.news-page .service-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.news-page .service-box .service-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #E4E4E4;
  margin-bottom: 40px;
  padding-bottom: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.news-page .service-box .service-content .service-box_icon i {
  color: #1A1E67;
  font-size: 50px;
}
.news-page .service-box .box-title {
  margin-bottom: 0px;
  font-size: 25px;
}
.news-page .service-box .box-title a {
  color: #2A4D8E;
}
.news-page .service-box .line-btn {
  color: #1A1E67;
}
.news-page .service-box .line-btn:before {
  background-color: #2A4D8E;
}
.news-page .service-box .service-box-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.12;
}
.news-page .service-box:hover:before {
  width: 0;
}
.news-page .service-box:hover .box-title a {
  color: white;
}
.news-page .service-box:hover .service-content {
  border-color: white;
}
.news-page .service-box:hover p {
  color: white;
}
.news-page .service-box:hover .service-box_icon i {
  color: white;
}
.news-page .service-box:hover .line-btn {
  color: #fff;
}
.news-page .service-box:hover .line-btn:before {
  background-color: #fff;
}
.news-page .service-box.style2 {
  box-shadow: 0px 10px 20px 0px rgba(0, 80, 154, 0.11);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news-page .service-box.style2 {
    margin-bottom: 20px;
  }
}
.news-page .service-box_text {
  margin-bottom: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 26px;
}
.news-page .service-item_text {
  margin-bottom: 20px;
}

.news-detail-page .card {
  background: #eee;
}
.news-detail-page .card .title {
  font-size: 25px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .news-detail-page img {
    float: right;
    width: 30%;
    margin-left: 10px;
    margin-bottom: 0;
  }
}

.career-page .card {
  background: #C3DEFE;
}
.career-page .card .career-title {
  font-size: 25px;
}
.career-page .card .btn-main:hover {
  background: white;
}

.submit-background {
  background: url(../../images/submit-bg.jpg);
  background-size: cover;
  background-position: bottom;
}
.submit-background .card {
  background: #fffc;
}

.resource-page .cat-name {
  font-size: 22px;
}
.resource-page .card {
  border: 1px solid #1A1E67;
}
.resource-page .card-header {
  background: #C3DEFE;
}
.resource-page .card-header:before {
  content: "➕";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #000;
  float: right;
  margin-left: 5px;
  background-image: linear-gradient(to right, black 0, black 12ch, black 12ch, black 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.resource-page .accordion-body {
  background: #eee;
  padding: 15px;
}
.resource-page .panel {
  padding: 0 18px;
  background-color: white;
  height: auto;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.resource-page .active:before {
  content: "➖";
  /* Unicode character for "minus" sign (-) */
  fill: #000;
}

.build-green img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .build-green img {
    float: right;
    margin-left: 10px;
    width: 40%;
  }
}

.build-img-bottom {
  background-image: linear-gradient(30deg, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0.2) 100%), url(../../images/build-img-bottom.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 135px 0;
}

.buy-american img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .buy-american img {
    float: right;
    margin-left: 10px;
    width: 40%;
  }
}

.info-request .card {
  background: #ffffffdb;
}
.info-request .info-title {
  font-size: 35px;
}
.info-request textarea {
  height: 200px;
}

.map iframe {
  margin-bottom: 15px;
}

.contact-us-page {
  background: url(../../images/contact-bg-page.jpg);
  background-size: cover;
}
.contact-us-page .padding-top {
  padding-top: 20%;
}
@media (min-width: 768px) {
  .contact-us-page .padding-top {
    padding-top: 10%;
  }
}
.contact-us-page .card {
  background-color: #fffc;
}
.contact-us-page .card .contact-form-title {
  font-size: 32px;
  text-align: center;
}
.contact-us-page .card .via-email {
  font-size: 20px;
}
.contact-us-page .card a {
  color: #2A4D8E;
  font-size: 18px;
}
.contact-us-page .card textarea {
  height: 200px;
}
.contact-us-page .card .submit-btn {
  font-size: 20px;
}

.map iframe {
  margin-bottom: -6px;
}

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