@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;800&display=swap");

.bg-c-242424 {
  background-color: #242424;
}

.color-c-242424 {
  color: #242424;
}

.btn-outline-c-242424 {
  border-color: #242424;
}

.btn-outline-c-242424:hover {
  border-color: #242424;
  background-color: #242424;
}

.bg-c-444444 {
  background-color: #444444;
}

.color-c-444444 {
  color: #444444;
}

.btn-outline-c-444444 {
  border-color: #444444;
}

.btn-outline-c-444444:hover {
  border-color: #444444;
  background-color: #444444;
}

.bg-c-43c8f3 {
  background-color: #43c8f3;
}

.color-c-43c8f3 {
  color: #43c8f3;
}

.btn-outline-c-43c8f3 {
  border-color: #43c8f3;
}

.btn-outline-c-43c8f3:hover {
  border-color: #43c8f3;
  background-color: #43c8f3;
}

.bg-c-ffffff {
  background-color: #ffffff;
}

.color-c-ffffff {
  color: #ffffff;
}

.btn-outline-c-ffffff {
  border-color: #ffffff;
}

.btn-outline-c-ffffff:hover {
  border-color: #ffffff;
  background-color: #ffffff;
}

.bg-c-2c51ac {
  background-color: #2c51ac;
}

.color-c-2c51ac {
  color: #2c51ac;
}

.btn-outline-c-2c51ac {
  border-color: #2c51ac;
}

.btn-outline-c-2c51ac:hover {
  border-color: #2c51ac;
  background-color: #2c51ac;
}

.bg-c-fafafa {
  background-color: #fafafa;
}

.color-c-fafafa {
  color: #fafafa;
}

.btn-outline-c-fafafa {
  border-color: #fafafa;
}

.btn-outline-c-fafafa:hover {
  border-color: #fafafa;
  background-color: #fafafa;
}

.bg-c-b9b9b9 {
  background-color: #b9b9b9;
}

.color-c-b9b9b9 {
  color: #b9b9b9;
}

.btn-outline-c-b9b9b9 {
  border-color: #b9b9b9;
}

.btn-outline-c-b9b9b9:hover {
  border-color: #b9b9b9;
  background-color: #b9b9b9;
}

.bg-c-8c8c8c {
  background-color: #8c8c8c;
}

.color-c-8c8c8c {
  color: #8c8c8c;
}

.btn-outline-c-8c8c8c {
  border-color: #8c8c8c;
}

.btn-outline-c-8c8c8c:hover {
  border-color: #8c8c8c;
  background-color: #8c8c8c;
}

.bg-c-000000 {
  background-color: #000000;
}

.color-c-000000 {
  color: #000000;
}

.btn-outline-c-000000 {
  border-color: #000000;
}

.btn-outline-c-000000:hover {
  border-color: #000000;
  background-color: #000000;
}

body {
  color: #444444;
  font-family: "Mukta", sans-serif;
}
body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: color 0.35s ease-out, opacity 0.35s ease-out;
}
a:hover {
  color: inherit;
  opacity: 0.8;
}

@media (min-width: 1200px) {
  .col-xl-20 {
    max-width: 20%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}
h2 {
  font-size: 2.5rem;
}
h4 span {
  font-size: 0.6em;
  display: block;
  color: #ccc;
}

header {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 8;
}
header a.logo img {
  max-width: 90px;
}
header .menuicon-hcinfo .menuicon a {
  height: 40px;
  display: block;
  position: relative;
}
header .menuicon-hcinfo .menuicon a span {
  width: 35px;
  height: 3px;
  display: block;
  position: relative;
  background-color: #ffffff;
  top: 0;
  transition: height 0.15s ease-out;
}
header .menuicon-hcinfo .menuicon a span:before,
header .menuicon-hcinfo .menuicon a span:after {
  position: absolute;
  height: 3px;
  background-color: #ffffff;
  content: "";
  left: 0;
  right: 0;
  transform-origin: center;
  transition: transform 0.5s ease-out;
}
header .menuicon-hcinfo .menuicon a span:before {
  top: 10px;
}
header .menuicon-hcinfo .menuicon a span:after {
  bottom: -20px;
}
header .menuicon-hcinfo .menuicon a div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  color: #ffffff;
  text-transform: uppercase;
}
header .menuicon-hcinfo .menuicon.active a span {
  height: 0;
}
header .menuicon-hcinfo .menuicon.active a span:before {
  transform: rotate(45deg);
}
header .menuicon-hcinfo .menuicon.active a span:after {
  transform: rotate(-45deg);
  top: 10px;
}
header .menuicon-hcinfo .hcinfo span {
  letter-spacing: 1px;
}

.navigation-overlay {
  visibility: hidden;
  opacity: 0;
  background-color: #000000;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
}
.navigation-overlay.active {
  visibility: visible;
  opacity: 0.9;
}

.navigation {
  position: fixed;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 7;
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.navigation .nano-content {
  padding: 100px 0;
}
.navigation ul {
  opacity: 0.4;
  visibility: hidden;
  transform-origin: 50% 0;
  transform: translateY(-10%) rotateX(35deg);
  transition: transform 0.5s, opacity 0.5s;
}
.navigation ul li {
  display: block;
  margin: 15px 0;
}
.navigation ul li a {
  color: #ffffff;
  font-size: 41px;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 575px) {
  .navigation ul li a {
    font-size: 32px;
  }
}
.navigation ul li ul {
  display: none;
}
.navigation ul li ul li a {
  font-size: 24px;
}
@media (max-width: 575px) {
  .navigation ul li ul li a {
    font-size: 20px;
  }
}
.navigation.active {
  visibility: visible;
  height: auto;
  bottom: 0;
}
.navigation.active ul {
  transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.navigation.close ul {
  opacity: 0;
  transform: translateY(10%) rotateX(0);
}

.hero .h-caption p,
.hero .h-caption h1 {
  margin: 0;
}

.hero .h-caption p {
  font-size: 2em;
}
@media (max-width: 575px) {
  .hero .h-caption p {
    font-size: 1.4em;
  }
}

.hero .h-caption h1 {
  font-size: 6.3em;
}
@media (max-width: 991px) {
  .hero .h-caption h1 {
    font-size: 5em;
  }
}
@media (max-width: 575px) {
  .hero .h-caption h1 {
    font-size: 3em;
  }
}

.section-header .sh-content p:last-child {
  margin-bottom: 0;
}

.f-carousel {
  padding-top: 4px;
  background-color: #242424;
}
.f-carousel .carousel-cell {
  padding-left: 2px;
  padding-right: 2px;
  height: 50vh;
}
.f-carousel .carousel-cell:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  transition: background-color 0.5s ease-out;
}
.f-carousel .carousel-cell.active:after {
  background-color: rgba(0, 0, 0, 0.55);
}
@media (max-width: 991px) {
  .f-carousel .carousel-cell {
    height: 40vh;
  }
}
.f-carousel .carousel-cell .bb-box {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: 2;
}
.f-carousel .carousel-cell .cc-caption {
  opacity: 0.7;
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  z-index: 2;
}
.f-carousel .carousel-cell .cc-caption .cc-wrapper {
  max-width: 200px;
}
.f-carousel .carousel-cell .cc-caption .cc-title {
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}
.f-carousel .carousel-cell .cc-caption .cc-title:before {
  width: 50px;
  height: 3px;
  background-color: #43c8f3;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.f-carousel .carousel-cell .cc-caption .cc-description p {
  margin-bottom: 20px;
}
.f-carousel .carousel-cell .cc-caption .cc-cta {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}
.f-carousel .carousel-cell.active .cc-caption {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.f-carousel .carousel-cell.active .cc-caption .cc-cta {
  opacity: 1;
  visibility: visible;
}
.f-carousel .flickity-prev-next-button {
  height: 32px;
  width: 32px;
  background-color: #242424;
  box-shadow: none;
}
.f-carousel .flickity-prev-next-button:before {
  position: absolute;
  content: "";
  outline: 10px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background-color: rgba(255, 255, 255, 0.15);
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.f-carousel .flickity-prev-next-button svg {
  height: 12px;
  width: 12px;
  fill: #43c8f3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.f-carousel .flickity-prev-next-button.flickity-prev-next-button.previous {
  left: 15px;
}
.f-carousel .flickity-prev-next-button.flickity-prev-next-button.next {
  right: 15px;
}
.f-carousel .flickity-page-dots {
  bottom: 30px;
}
.f-carousel .flickity-page-dots .dot {
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 8px;
  position: relative;
}
.f-carousel .flickity-page-dots .dot::before {
  display: block;
  position: relative;
  content: "";
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  transform: translate(-3px, -3px);
  border-radius: 50%;
  border: 1px solid #43c8f3;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease-out, visibility 0.35s ease-out;
}
.f-carousel .flickity-page-dots .dot:hover,
.f-carousel .flickity-page-dots .dot.is-selected {
  background-color: #43c8f3;
}
.f-carousel .flickity-page-dots .dot:hover:before,
.f-carousel .flickity-page-dots .dot.is-selected:before {
  opacity: 1;
  visibility: visible;
}
.f-carousel.fc-5col {
  padding-bottom: 60px;
}
.f-carousel.fc-5col .cc-caption {
  padding-bottom: 60px;
}
.f-carousel.fc-5col .flickity-page-dots {
  bottom: -35px;
}

.f-carousel.fc-3col {
  padding-bottom: 60px;
}
.f-carousel.fc-3col .cc-caption {
  padding-bottom: 60px;
}
.f-carousel.fc-3col .flickity-page-dots {
  bottom: -35px;
}

.topBottom-rightLeftCorner:before,
.topBottom-rightLeftCorner:after,
.topBottom-rightLeftCorner > span:before,
.topBottom-rightLeftCorner > span:after {
  content: "";
  position: absolute;
}

.topBottom-rightLeftCorner:before {
  border-top: 1px solid #43c8f3;
  left: 100%;
  right: 0;
  top: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-duration: 500ms;
  transition-delay: 0s;
}

.f-carousel .carousel-cell.active .topBottom-rightLeftCorner:before {
  left: 0%;
}

.f-carousel
  .carousel-cell.active:not(:hover)
  .topBottom-rightLeftCorner:before {
  transition-delay: 0s;
}

.topBottom-rightLeftCorner:before,
.topBottom-rightLeftCorner:after,
.topBottom-rightLeftCorner > span:before,
.topBottom-rightLeftCorner > span:after {
  content: "";
  position: absolute;
}

.topBottom-rightLeftCorner span:after {
  border-right: 1px solid #43c8f3;
  top: 0;
  bottom: 100%;
  right: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-duration: 500ms;
  transition-delay: 0s;
}

.f-carousel .carousel-cell.active .topBottom-rightLeftCorner span:after {
  bottom: 0%;
}

.f-carousel
  .carousel-cell.active:not(:hover)
  .topBottom-rightLeftCorner
  span:after {
  transition-delay: 0s;
}

.topBottom-rightLeftCorner:before,
.topBottom-rightLeftCorner:after,
.topBottom-rightLeftCorner > span:before,
.topBottom-rightLeftCorner > span:after {
  content: "";
  position: absolute;
}

.topBottom-rightLeftCorner:after {
  border-bottom: 1px solid #43c8f3;
  left: 0;
  right: 100%;
  bottom: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-duration: 500ms;
  transition-delay: 0s;
}

.f-carousel .carousel-cell.active .topBottom-rightLeftCorner:after {
  right: 0%;
}

.f-carousel .carousel-cell.active:not(:hover) .topBottom-rightLeftCorner:after {
  transition-delay: 0s;
}

.topBottom-rightLeftCorner:before,
.topBottom-rightLeftCorner:after,
.topBottom-rightLeftCorner > span:before,
.topBottom-rightLeftCorner > span:after {
  content: "";
  position: absolute;
}

.topBottom-rightLeftCorner span:before {
  border-left: 1px solid #43c8f3;
  top: 100%;
  bottom: 0;
  left: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-duration: 500ms;
  transition-delay: 0s;
}

.f-carousel .carousel-cell.active .topBottom-rightLeftCorner span:before {
  top: 0%;
}

.f-carousel
  .carousel-cell.active:not(:hover)
  .topBottom-rightLeftCorner
  span:before {
  transition-delay: 0s;
}

.cursor {
  position: fixed;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition: all 0.25s ease-out;
  pointer-events: none;
  z-index: 1000;
  transform: translate(-50%, -50%);
}
.cursor:after {
  position: absolute;
  content: "";
  background-color: #43c8f3;
  height: 4px;
  width: 4px;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  transform: translate(-50%, -50%);
}
.cursor.anchor-cursor {
  height: 40px;
  width: 40px;
  background-color: rgba(67, 200, 243, 0.27);
  border: 0;
}
.cursor.anchor-cursor:after {
  opacity: 0;
}
.cursor.carousel-cursor {
  height: 50px;
  width: 50px;
  background-color: #43c8f3;
  border: 0;
}
.cursor.carousel-cursor:before {
  position: absolute;
  content: "swipe";
  text-transform: uppercase;
  color: #ffffff;
  top: 50%;
  left: 50%;
  font-size: 12px;
  transform: translate(-50%, -50%);
  letter-spacing: 0.5px;
}
@media (hover: none) {
  .cursor {
    display: none !important;
  }
}

.footer .socials ul {
  margin-left: -10px;
  margin-right: -10px;
}
.footer .socials ul li {
  display: inline-block;
  padding-left: 10px;
  padding-left: 10px;
}
.footer .socials ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #242424;
  background-color: #43c8f3;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}

.footer .flinks ul li {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  color: #ffffff;
}
.footer .flinks ul li a {
  color: #43c8f3;
  font-size: 0.85rem;
  letter-spacing: 0.75px;
}
@media (max-width: 575px) {
  .footer .flinks ul li a {
    letter-spacing: 0;
    font-size: 0.65rem;
  }
}

.fence-tab-wrap .nav-tabs {
  border-bottom: 0;
}
.fence-tab-wrap .nav-tabs .nav-item .nav-link {
  transition: background-color 0.25s ease-out;
  color: #ffffff;
}
.fence-tab-wrap .nav-tabs .nav-item .nav-link span {
  transition: color 0.15s ease-out;
}
.fence-tab-wrap .nav-tabs .nav-item .nav-link:hover,
.fence-tab-wrap .nav-tabs .nav-item .nav-link:focus,
.fence-tab-wrap .nav-tabs .nav-item .nav-link.active {
  background-color: #43c8f3;
}
.fence-tab-wrap .nav-tabs .nav-item .nav-link:hover span,
.fence-tab-wrap .nav-tabs .nav-item .nav-link:focus span,
.fence-tab-wrap .nav-tabs .nav-item .nav-link.active span {
  color: #000000;
}
@media only screen and (max-width: 980px) {
  .fence-tab-wrap .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .fence-tab-wrap .nav-tabs .nav-item {
    width: 100%;
    float: none;
    border-left: 1px solid #dee2e6 !important;
  }
  .fence-tab-wrap .nav-tabs .nav-item .nav-link {
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .fence-tab-wrap .fence-tab-image img {
    max-height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.fence-tab-wrap .features-list li {
  padding-left: 45px;
}
.fence-tab-wrap .features-list li span {
  left: 0;
  width: 35px;
}
.fence-tab-wrap .features-list li span img {
  border-color: #434343 !important;
}
.fence-tab-wrap .features-list li .features-list-text p {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .fence-tab-wrap .fence-tab-content {
    padding: 5px;
  }
}

.font-sm {
  font-size: 14px;
}

.ls-1 {
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .mt-xs-4 {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .product-details .product-detail-img img {
    width: 100%;
    max-height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .product-details .product-detail-img img {
    width: 100%;
    max-height: 30 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.products-details-content .product-rating .p-rating-widget {
  width: 25%;
  float: left;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.products-details-content .product-rating .p-rating-widget:after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #eaeaea;
  right: -1px;
  top: 35px;
  bottom: 35px;
}

.products-details-content .product-rating .p-rating-widget:last-child::after {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .products-details-content .product-rating .p-rating-widget {
    width: 50%;
  }
  .products-details-content
    .product-rating
    .p-rating-widget:nth-child(2)::after {
    display: none;
  }
}

.cta-section .cta-text {
  padding-left: 90px;
}
.cta-section .cta-text .cta-quote-icon {
  top: 15px;
  left: 0;
  width: 60px;
}
.cta-section .cta-text p {
  margin-bottom: 0;
}

.fence-link a:hover,
.cta-link a:hover {
  color: #ffffff;
}

.fence-link a {
  position: relative;
}
.fence-link a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 250px;
  height: 91px;
  background: url(../images/arrow.png) no-repeat;
  background-size: cover;
  right: 100%;
  top: -45px;
}
@media only screen and (max-width: 767px) {
  .fence-link a:before {
    display: none;
  }
}

.faq-accordian .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: none;
  border-bottom: 1px solid #dee2e6 !important;
}

.faq-accordian .accordion-button:not(.collapsed) {
  color: #000000 !important;
}

.next-widget .next-icon {
  border-bottom: 3px solid #43c8f3;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .fence-gallery .sl-img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/* Temproraty Fence - Accessories */
.accessories-listings .row [class*="col-"] {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .accessories-listings .row [class*="col-"]:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .accessories-listings .row [class*="col-"]:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .accessories-listings .row [class*="col-"]:nth-child(4n + 1) {
    clear: left;
  }
}
.accessories-listings .al-item {
  position: relative;
  padding-bottom: 66.78082192%;
  height: 0;
}
.accessories-listings .al-item + h3 {
  color: #444;
  font-size: 20px;
}
.accessories-listings .al-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #6a7579;
}

.accessories-listings .al-item img.ai-img_hover {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.65s ease-out, opacity 0.65s ease-out;
}

.accessories-listings .al-item:hover img.ai-img_hover {
  visibility: visible;
  opacity: 1;
}

.accordion.explore .accordion-header a {
  font-size: 20px;
}
.accordion.explore .accordion-header a:hover {
  color: #43c8f3;
  opacity: 0.7;
}
.accordion.explore .accordion-header a i {
  font-size: 14px;
  margin-left: 3px;
}
.accordion.explore .accordion-header a[aria-expanded="true"] i:before {
  content: "\f077";
}
.accordion.explore .accordion-header a[aria-expanded="false"] i:before {
  content: "\f078";
}

/* Flickity Min height for Badges */
.badges-carousel .flickity-viewport {
  min-height: 153px;
}
.iframe-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iframe-container-50h {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.iframe-container-50h iframe {
  border: 0;
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.form-content {
  height: 50px;
  border: 1px #acacac solid;
  width: 100%;
  color: #acacac;
  padding-left: 10px;
  margin-bottom: 10px;
}

textarea.form-content {
  border: 1px #acacac solid;
  width: 100%;
  color: #acacac;
  padding-left: 10px;
  height: 100px;
}

select.form-content {
  width: 100%;
  border: 1px #acacac solid;
  height: 50px;
}

/* Landing Page Styles Pulled over from old site */
/* ### Banner Section ### */
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}
.banner-filter {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
}
.banner p {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}
/*needed for legacy code on o9ld sites */
.img-responsive {
  width: 100%;
  height: auto;
}

.btn-open-blue {
  border: 2px solid #2ea3f2;
  color: #2ea3f2;
  padding: 4px 6px;
  font-weight: bold;
}
.btn-open-bright-blue:hover {
  background: #434343;
  border-color: #434343;
  color: #fff;
}
a {
  color: #2ea3f2;
}

.btn,
.btn-lg,
.btn-open,
.btn-open-bright-blue,
.btn-open-blue {
  display: inline-block;
  border-radius: 0;
  padding: 1em 3em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 2.5em 0;
}
.btn-primary,
.btn-blue {
  background: #2c51ac;
  border: 1px solid #2c51ac;
  color: #fff;
}
.btn-secondary,
.btn-bright-blue {
  background: #2ea3f2;
  border: 1px solid #2ea3f2;
  color: #fff;
}
.btn-gray {
  background: #434343;
  border: 1px solid #434343;
  color: #fff;
}
.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #434343;
}
.btn-white-on-blue {
  background: #fff;
  border: 1px solid #fff;
  color: #43c8f3;
  font-weight: 800 !important;
  font-size: 1.1em;
}
.btn-white2 {
  background: #fff;
  border: 1px solid #fff;
  color: #434343;
  font-weight: bold;
  margin-top: 15px;
}
.bg-primary,
.bg-blue {
  background: #43c8f3;
}
.bg-secondary,
.bg-bright-blue {
  background: #2ea3f2;
}
.bg-dark {
  background: #222;
}
.bg-gray {
  background: #434343;
}
.bg-alt,
.section-light-border {
  background: #f3f3f3;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.over {
  font-size: 0.5em;
  letter-spacing: 3px;
}
.text-primary {
  color: #43c8f3;
}

/* 30 May 2023 about us new */
.about-us {
  max-width: 1125px;
  margin: auto;
  position: relative;
}

.au-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000040;
  z-index: 9;
  display: none;
}

.au-overlay.open {
  display: block;
}

.about-us .au-image {
  position: relative;
  background: #312f92;
  height: 480px;
  width: 355px;
  margin: auto;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}

.about-us .au-image .aui-popup-caption {
  opacity: 0;
  position: fixed;
  visibility: hidden;
  max-width: 1125px;
  background: #fff !important;
  z-index: 10;
  padding: 80px 35px;
  overflow: hidden;
  overflow-y: auto;

  width: 100%;
  height: 100dvh;
  height: 100svh;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  min-height: 500px;
  cursor: unset;
  transition: opacity 0.4s ease-in-out;
}

.about-us .au-image.open .aui-popup-caption {
  opacity: 1;
  visibility: visible;
  /* transition:  visibility 0.4s ease-in-out; */
}

.about-us .au-image:not(.open) .aui-popup-caption {
  transition: opacity 0.4s ease-in-out;
}

.about-us .au-image .aui-popup-caption .auic-description-more {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.about-us
  .au-image
  .aui-popup-caption
  .auic-description-more
  + .aui-btn.btn-read {
  display: block;
}

.about-us .au-image .aui-popup-caption .aui-btn.btn-read {
  display: none;
}

.about-us .au-image .aui-popup-caption .auic-description-more p {
  overflow: hidden;
}

.about-us .au-image .aui-popup-caption .auic-description-more.active {
  grid-template-rows: 1fr;
}

.about-us .au-image .aui-popup-caption .aui-btn.btn-read img {
  transition: transform 0.35s ease;
}

.about-us .au-image .aui-popup-caption .aui-btn.btn-read.active img {
  transform: rotate(180deg);
}

.about-us .au-image .aui-popup-caption .auic-description.open {
  display: grid;
  grid-template-rows: 1fr;
}

.about-us .col-lg-4:nth-child(even) .au-image {
  background: #43c8f3;
}

/* .about-us .col-lg-4:nth-child(3) .au-image {
  background: #052C65;
}

.about-us .col-lg-4:nth-child(4) .au-image {
  background: #8BAD4B;
}

.about-us .col-lg-4:nth-child(5) .au-image {
  background: #7C7C7C;
}

.about-us .col-lg-4:nth-child(6) .au-image {
  background: #569AFE;
}

.about-us .col-lg-4:nth-child(7) .au-image {
  background: #817996;
}

.about-us .col-lg-4:nth-child(8) .au-image {
  background: #B6D4FE;
}

.about-us .col-lg-4:nth-child(9) .au-image {
  background: #549383;
} */

.about-us .au-image a {
  cursor: pointer;
}

.about-us .au-image.static {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us .au-image.open .aui-caption {
  display: none;
}

.about-us .au-image.open .aui-popup-caption img {
  height: 430px;
  margin-bottom: 20px;
}

.about-us .au-image.open .aui-btn img {
  height: unset;
}

.about-us .au-image.open .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #242424;
}

.about-us .au-image.open .btn-close img {
  margin: 0;
}

.about-us .au-image.open .aui-overlay {
  display: none;
}

.about-us .au-image .aui-caption {
  position: absolute;
  bottom: 18px;
  left: 22px;
  color: #fff;
  z-index: 3;
  transition: all 0.4s ease-in-out;
}

.about-us .au-image:hover .aui-caption {
  bottom: 38px;
}

.about-us .au-image .aui-caption h4,
.about-us .au-image .aui-popup-caption h4 span {
  font-size: 20px;
  line-height: 135%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.about-us .au-image .aui-popup-caption h4 {
  margin-bottom: 14px;
}

.about-us .au-image .aui-popup-caption p {
  font-size: 16px;
  line-height: 169%;
  margin-bottom: 20px;
}

.about-us .au-image .aui-caption .auic-bar {
  width: 60px;
  height: 5px;
  background: #fff;
}

.about-us .au-image .aui-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.04) 0%,
    rgba(0, 0, 0, 0.56) 100%
  );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.about-us .au-image .aui-caption h2,
.about-us .au-image .aui-popup-caption h2 {
  font-size: 50px;
  line-height: 136%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.about-us .au-image .aui-popup-caption h2 {
  font-size: 40px;
}

.about-us .au-image img {
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.about-us .au-image > img {
  transform: translateX(30px);
}

.about-us .au-image:hover > img {
  transform: translateX(0);
}

.scroll-reveal {
  visibility: hidden;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media screen and (min-width: 768px) {
  .about-us .au-image.open .aui-popup-caption {
    padding: 35px;
  }

  .about-us .au-image.open .aui-popup-caption {
    left: 50%;
    top: 20%;
    max-height: 100dvh;
    max-height: 100svh;
    max-height: 100vh;
    height: unset;
    transform: translate(-50%, -20%);
  }
}

@media screen and (min-width: 992px) {
  .about-us .au-image.open img {
    height: 430px;
  }
}

.custom-border::before,
.custom-border::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px; /* Adjust the height of the border as needed */
  background-color: white;
  z-index: 1;
}

.custom-border::before {
  top: 0;
}

.custom-border::after {
  bottom: 0;
}

.navigation li.hasDropdown > ul {
  display: none;
}



.tab-pane.fade.show { opacity: 1 !important; }

.fence-tab-wrap .tab-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* On larger screens, bump it up slightly for breathing room */
@media (min-width: 992px) {
  .fence-tab-wrap .tab-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.fence-tab-wrap .tab-content {
  padding-inline: 1.5rem;   /* your edge padding */
  overflow: hidden;         /* clips row negative margins */
  border-radius: 8px;       /* optional polish */
}
@media (min-width: 992px){
  .fence-tab-wrap .tab-content { padding-inline: 3rem; }
}
