.footer-link a {
  color: #f5821f;
}
.footer-menu-list {
  margin-top: 20px;
}
.footer-menu-list ul li {
  list-style-type: none;
  font-size: 17px !important;
  font-weight: 400 !important;
}
.footer-menu-list ul {
  text-align: left !important;
}
.footer-menu-list .menu-footer-menu-container {
  text-align: left;
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  .col.centered-text ul li,
  .wpb_column.centered-text ul li {
    text-align: center;
  }
}

.count-last-column .nectar-split-heading {
  margin-bottom: 0px;
}
.home-counter .wpb_wrapper > div {
  margin-bottom: 0px;
}
img.img-with-animation.footer-logo-column-image.skip-lazy.nectar-lazy.loaded {
  height: 130px;
  object-fit: contain;
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  img.img-with-animation.footer-logo-column-image.skip-lazy.nectar-lazy.loaded {
    height: 70px;
  }
}
.av-services p {
  color: #ffffff;
}

.txt-white {
  color: #ffffff;
}
body #footer-outer .row {
  padding: 25px 0;
}
.service-box .vc_column-inner:hover {
  border: 3px solid #f5821f !important;
  /* background-color: #333333; */
}
.service-box .hover-wrap-inner.img-loaded {
  height: 150px;
  width: 150px;
}
.trusted-img
  .hover-wrap-inner.img-loaded
  img.img-with-animation.skip-lazy.nectar-lazy.loaded {
  width: 300px;
}

/* featured post slider */
#carousel-545 .owl-nav {
  display: flex;
  justify-content: end;
  margin-bottom: 25px;
}
#carousel-545 button.owl-next,
#carousel-545 button.owl-prev {
  font-size: 50px !important;
  color: #fff;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #f5821f !important;
  /* text-decoration: none; */
}
#carousel-545 img.carousel-image.owl-lazy {
  width: 100%;
  height: 400px;
  object-fit: cover;
  opacity: 0.7 !important;
  border-radius: 10px;
  transition: transform 0.6s cubic-bezier(0.24, 1, 0.3, 1),
    opacity 0.55s ease 0.25s;
  /* overflow: hidden; */
}
#carousel-545 img.carousel-image.owl-lazy:hover {
  opacity: 1 !important;
  transform: scale(1.13);
  -webkit-transform: scale(1.13);
}
#carousel-545 .linked-image-wrapper {
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}
#carousel-545 .linked-image-wrapper:hover {
  border-bottom: 10px solid #f5821f;
}
#carousel-545 h4 {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  margin-top: 15px;
}
/* Full-width container */
.max-container {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

/* Slider overflow hidden to handle slides moving out of view */
.slider-overflow {
  overflow-x: hidden;
  position: relative;
  width: 100vw;
}

/* Outer slider container */
.slider-outer {
  position: relative;
  width: 100%;
}

/* Slider holding all slides */
.slider {
  position: relative;
  width: max-content;
  font-size: 0;
  transition: transform 0.5s ease-in-out;
}

/* Individual slides */
.slide {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 10px;
  width: 100vw;
  box-sizing: border-box;
}

/* Content inside the slides */
.slide-content {
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive Adjustments */

/* Larger screens (desktops) */
@media (min-width: 1024px) {
  .slide {
    width: 50vw !important;
  }

  .slide-content {
    font-size: 18px;
  }
}

/* Medium screens (tablets) */
@media (min-width: 768px) and (max-width: 1023px) {
  .slide {
    width: 50vw !important;
  }

  .slide-content {
    font-size: 16px;
  }
}

/* Small screens (phones) */
@media (max-width: 767px) {
  .slide {
    width: 100vw !important;
  }

  .slide-content {
    font-size: 14px;
  }
}

.slide img {
  height: 350px !important;
  width: 100%;
}

button.next,
button.prev {
  font-size: 40px;
  border: none;
  background: none;
}
.featured-project-slider {
  background-color: #999595;
}
/* CONTACT FORM */
input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
span.select2-selection.select2-selection--single {
  border-radius: 8px !important;
  border-color: #e9e9e9 !important;
}
input[type="email"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  font-size: 13px;
}
.forminator-row {
  margin-bottom: 15px !important;
}
.forminator-col,
.forminator-row.forminator-no-margin,
.forminator-field-address .forminator-row:last-child {
  margin-bottom: 0px !important;
}
span.select2-selection__placeholder {
  font-size: 13px !important;
  /* padding: 9px !important; */
}
.forminator-ui.forminator-custom-form[data-design="default"]
  select.forminator-select2
  + .forminator-select
  .selection
  span[role="combobox"].select2-selection--single
  .select2-selection__arrow {
  width: 30px !important;
  height: 30px !important;
}
.fancy-select-wrap {
  padding-top: 0px !important;
}
.select2-selection__rendered {
  padding: 6px 9px !important;
}
.forminator-error-message {
  font-size: 13px;
  color: red;
  margin: 0 !important;
}
button.forminator-button.forminator-button-submit.submit-btn {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 15px !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  background-color: #f5821f;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  div#name-1 .forminator-field:first-child,
  div#address-1-city,
  div#address-1-zip {
    margin-bottom: 15px !important;
  }
}
.nectar-view-indicator .color-circle {
  background-color: #f5821f !important;
}

.services-page-box .nectar-fancy-box:after {
  height: 10px;
}
.services-page-box .vc_do_custom_heading {
  text-transform: uppercase !important;
}
.services-page-box .nectar-fancy-box.using-img {
  height: 400px;
}

.service-box img.img-with-animation.skip-lazy.nectar-lazy.loaded {
  filter: grey;
  -webkit-filter: grayscale(1) brightness(1.4);
}
.service-box:hover img.img-with-animation.skip-lazy.nectar-lazy.loaded {
  filter: none;
  -webkit-filter: none;
}

.home-video .nectar-video-box .nectar_video_lightbox {
  left: 0%;
}
.home-video .nectar_video_lightbox svg {
  width: 25px;
  height: 25px;
}

.item-has-submenu a.nectar-menu-item-with-icon {
  flex-direction: row-reverse;
  justify-content: space-between;
}

ul.menu li.menu-item a {
  font-size: 25px !important;
  line-height: 43px !important;
}
ul.menu span.menu-title-text {
  font-size: 25px;
}
ul.sub-menu li.menu-item a {
  font-size: 20px !important;
  line-height: 22px !important;
}
.footer-menu-list ul.menu li.menu-item a {
  font-size: 16px !important;
  line-height: 30px !important;
}
@media only screen and (max-width: 999px) {
  .home-video .nectar-video-box .nectar_video_lightbox {
    left: 50%;
  }
  body
    #slide-out-widget-area
    .inner-wrap
    > .inner
    .off-canvas-menu-container
    li
    > a {
    font-size: 20px !important;
    padding: 5px 0;
  }
  ul.menu span.menu-title-text {
    font-size: 20px;
  }
  .home-video .inner-wrap.img-loaded {
    height: 300px;
  }
}

.play-btn-ring1 {
  background-color: transparent;
  border: 5px solid #f5821f96;
  height: 125%;
  position: absolute;
  width: 125%;
  top: -13%;
  padding: 10px;
  z-index: 0;
  left: -13%;
  border-radius: 50%;
  animation: pulse-rotate-border 3s infinite ease-in-out;
}
.play-btn-ring2 {
  background-color: transparent;
  border: 2px solid #f5821f;
  height: 200%;
  position: absolute;
  width: 200%;
  top: -50%;
  z-index: 0;
  left: -50%;
  border-radius: 50%;
  animation: pulse-rotate-border 3s infinite ease-in-out;
}
@keyframes pulse-rotate-border {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: scale(1.1) rotate(180deg);
    opacity: 0.7;
  }
  100% {
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }
}
.count-number h2 span.inner {
  /* font-family: "Petrona", serif !important; */
  font-family: "Roboto", serif !important;
  font-weight: 700;
  font-style: normal !important;
}
/* body, body h2{
    font-family: 'Urbanist';
  } */
i.fa.fa-phone-square,
i.fa.fa-plug,
i.fa.fa-pencil-square,
i.fa.fa-users,
i.fa.fa-video-camera {
  filter: grey;
  -webkit-filter: grayscale(1) brightness(1.4);
}
.service-box:hover i.fa.fa-phone-square,
.service-box:hover i.fa.fa-plug,
.service-box:hover i.fa.fa-pencil-square,
.service-box:hover i.fa.fa-users,
.service-box:hover i.fa.fa-video-camera {
  filter: none;
  -webkit-filter: none;
}
header#top {
  background-color: #00000057;
}
#header-outer #logo {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 999px) {
  .rapid-development-boxes {
    margin-bottom: 25px !important;
  }
  header#top {
    margin-top: -12px;
  }
  #header-outer #logo {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
div#portfolio-back {
  margin-bottom: 1em;
}
.portfolio-manufacturer-list strong {
  margin-bottom: 1em;
}
.portfolio-manufacturer-list a {
  margin-top: 0px !important;
}
.portfolio-manufacturer-list a:hover {
  color: #f5821f;
}
.portfolio-manufacturer-list a::after {
  content: none !important;
}
.portfolio-manufacturer-list a::before {
  height: 2px !important;
  width: 15px !important;
  background-color: #f5821f !important;
  content: "" !important;
  transform: unset !important;
}
.portfolio-template-default .sfsiaftrpstwpr {
    display: none;
}
.home span.meta-category a {
    color: #4b565c !important;
}
/* home logo slider */
.raymond-james .image-container, 
.lakeland .image-container, 
.advent-image-container,
.am-image-container,
.dunedin-image-container,
.fsu-image-container,
.usf-image-container,
.usf-health-image-container{
  position: relative;
  display: inline-block;
}

.raymond-james .hidden-image, 
.lakeland .hidden-image,
.advent-hidden-image,
.am-hidden-image,
.dunedin-hidden-image,
.fsu-hidden-image,
.usf-hidden-image,
.usf-health-hidden-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: ease-in-out 0.2s;
  /* transition: opacity 0.3s ease-in-out; */
}

.raymond-james .image-container:hover .hidden-image, 
.lakeland .image-container:hover .hidden-image,
.advent-image-container:hover .advent-hidden-image,
.am-image-container:hover .am-hidden-image,
.dunedin-image-container:hover  .dunedin-hidden-image,
.fsu-image-container:hover .fsu-hidden-image,
.usf-image-container:hover .usf-hidden-image,
.usf-health-image-container:hover .usf-health-hidden-image{
  transition: ease-in-out 0.2s;
  opacity: 1;
}
.lakeland .image-container:hover img:first-child,
.raymond-james .image-container:hover img:first-child,
.advent-image-container:hover img:first-child,
.am-image-container:hover img:first-child,
.dunedin-image-container:hover img:first-child,
.fsu-image-container:hover img:first-child,
.usf-image-container:hover img:first-child,
.usf-health-image-container:hover img:first-child {
  opacity: 0;
  transition: ease-in-out 0.2s;
}
.home-logo-slider-img .carousel-item {
  text-align: center;
}