.mtb-none {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.mb-none {
  margin-bottom: 0!important;
}
.mt-none {
  margin-top: 0!important;
}

.intro-image {
    outline: 4px solid #B42318;
    border: 15px solid white;
}
.well {
    border-radius: 0;
}



/*TABS - For Styles */
.sv-tabs ul.nav-tabs{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;    
    border: 0;
    flex-wrap: wrap; 
}
.sv-tabs ul.nav-tabs li{
    display: flex; 
    flex-direction: column;
    flex: 1 1 0%;
    min-width: 150px; 
    margin: 20px;      
     
}
.sv-tabs ul.nav-tabs li a{
    display: flex;
    justify-content: center;
    align-items: center;          
    padding: 15px;
    transition: all 0.35s ease-out;
    border-radius: 0;
    height: 100%;
    color: #fff;
    background: #2b5314;   
} 
.sv-tabs ul.nav-tabs li a:hover{
    background-color: #b42318 !important;   
   
} 
.sv-tabs ul.nav-tabs li.active a,
.sv-tabs ul.nav-tabs li:hover a{
    color: #fff;
}
.sv-tabs ul.nav-tabs li a {
  -webkit-tap-highlight-color: transparent;
}
.sv-tabs ul.nav-tabs li.active a{
    background-color: #b42318;   
}
.sv-tabs ul.nav-tabs {
  padding: 0 !important;
  margin: 0 !important;
}
.styles-colors {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding-top: 5px;
}
.style-hex {
  display: flex; 
  justify-content: center; 
  align-items: center;
  height: 100px; 
  width: 140px;   
  flex-wrap: wrap;
  text-align: center;
}
/* TABS - For Styles END */




/* LIST STYLE */
.company-list{
    list-style:none;
    margin:0;
    padding:0;
    text-transform: lowercase;
}
.company-list li::before{
    content:"\f00c";
    font-family:"Font Awesome 6 Pro";
    font-weight:900;         
    display:inline-block;
    margin-right:.5em;
    line-height:1;          
}
.company-list-white{
    color:#fff;
}
/* LIST STYLE END*/





/* Pulsating V4  */
.features-text-popup {
  position: relative;
  background: #fff;
  padding: 15px;
  width: auto;
  max-width: 850px;
  margin: 20px auto;
  transition: 1s all;
  overflow-y: auto;
  height: auto;
  max-height: calc(80vh - 20px);
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .features-text-popup {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pulsating-variant-v4.product-features .feature-img {
  position: relative;
  display: table;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .pulsating-variant-v4.product-features .feature-img {
    margin: 0;
  }
}
.pulsating-variant-v4.product-features .feature-show,
.pulsating-variant-v4.product-features .feature-dot {
  position: absolute;
  width: 40px;
  height: 40px;
}

.pulsating-variant-v4.product-features .feature-dot:before,
.pulsating-variant-v4.product-features .feature-dot:after,
.pulsating-variant-v4.product-features .feature-show {
  background-color: #2b5314;
  /* border-radius: 50%; */
}

.pulsating-variant-v4.product-features .feature-dot:before,
.pulsating-variant-v4.product-features .feature-dot:after {
  position: relative;
  content: "";
  display: block;
}

.pulsating-variant-v4.product-features .feature-dot:before {
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  animation: pulse-ring 3s cubic-bezier(0.1, 0.61, 0.255, 1) infinite;
}

.pulsating-variant-v4.product-features .feature-dot:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.pulsating-variant-v4.product-features .feature-dot span {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  left: 13px;
  line-height: 40px;
}

.pulsating-variant-v4.product-features .feature-show:before,
.pulsating-variant-v4.product-features .feature-show:after {
  display: none;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}





/* tabs for applications section  */
.featured-tabs .cycle-tab-container a {
  color: #212429;
}
.featured-tabs .nav-tabs {
  border: 0;
}
.featured-tabs .tab-pane {
    max-width: 100%;
}
.featured-tabs .fade {
  opacity: 0;
  transition: opacity 4s ease-in-out;
}
.featured-tabs .fade.active {
  opacity: 1;
}
.featured-tabs .cycle-tab-item {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    opacity: 0.5;
    transition: all 0.7s ease-out;
}
.featured-tabs .cycle-tab-item:hover,
.featured-tabs .cycle-tab-item.active{
  opacity: 1;
}
.featured-tabs .cycle-tab-item p{
  display: none;
  font-size: 18px;
}
.featured-tabs .cycle-tab-item.active p{
  display: block;
}
.featured-tabs .cycle-tab-item h4{
  font-size: 22px;
  line-height: 26px;
}
.featured-tabs .cycle-tab-item:before {
  display:block;
  content: '';
  border-left: solid 5px #ccc;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.featured-tabs .cycle-tab-item:hover:before{
  border-color: #212429;
}
.featured-tabs .cycle-tab-item:after {
  display:block;
  content: '';
  border-left: solid 5px #212429;
  border-radius: 3px;  
  transform: scaleY(0);  
  transition: transform 0ms ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.featured-tabs .cycle-tab-item.active:after { 
  transform: scaleY(1);
  transform-origin:  100% 0%; 
  transition: transform 9000ms ease-in;
}
.featured-tabs .nav-link:focus,
.featured-tabs .nav-link:hover,
.featured-tabs .cycle-tab-item.active a {
  border-color: transparent !important;
  color: #212429;
}
.featured-tabs .panel-group .panel {
    box-shadow: rgba(11, 26, 33, 0.08) 0px 3px 10px;
    border: 0;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
}
.featured-tabs .panel-default > .panel-heading {
    border: 0;
    background-color: #fff;    
    border-radius: 4px;
    padding: 0;
}
.featured-tabs .panel-default > .panel-heading .panel-title > a{
    color: #212429;
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
    display: block;
    position: relative;
}
.featured-tabs .panel-default > .panel-heading .panel-title .more-less {
    float: right;
    color: #212429;
    font-size: 12px;
    top: 50%;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
}
.featured-tabs .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding-bottom: 30px;
}
.featured-tabs .panel-default .panel-body p {
  font-size: 18px;
  margin-top: 20px;
}
.featured-tabs-02 .nav-tabs {
  border-bottom: 0;
  display: table;
  margin: 0 auto;
  background: #eee;
  border-radius: 4px;
  padding: 8px;
  position: relative;
}
.featured-tabs-02 .nav-tabs > li {
  margin: 0;
}
.featured-tabs-02 .nav-tabs > li a {
  min-width: 150px;
  text-align: center;
  border-radius: 4px!important;
  border: 0!important;
  padding: 20px 5px;
  color: #5A5A5A ;
  background: transparent !important;
  position: relative;
  z-index: 3;
}

.featured-tabs-02 .nav-tabs .active-indicator{
  background: #fff;
  position: absolute;
  z-index: 1;
  transition: transform 0.15s ease-in-out, width 0.1s ease-in-out;
  transition-delay: 0.1s;
  bottom: 8px;
  top: 8px;
  box-shadow: rgba(160, 161, 188, 0.35) 0px 3px 6px 1px;
  border: 0!important;
  border-radius: 4px;
  left: 7px;
  }

@media (max-width:767px){
  .featured-tabs-02 .featured-tabs-02-holder .nav-tabs span.active-indicator {
    display: none;
  }
  .featured-tabs-02 .featured-tabs-02-holder .nav-tabs > li {
      display: block;
      width: 100%;
  }
  .featured-tabs-02 .nav-tabs > li a {
      padding: 12px 5px;
  }
  .featured-tabs-02 .nav-tabs > li.active > a {
      background: #fff!important;
      border-radius: 4px !important;
  }
}
@media (min-width:768px){
  .featured-tabs-02 .nav-tabs > li a {
    min-width: 210px;
    padding: 24px 5px;
  }
}
@media (min-width:992px){
  .featured-tabs-02 .nav-tabs > li a {
    min-width: 240px;
  }
}
@media (max-width:768px){
  .featured-tabs-02 .tab-content {
    text-align: center;
  }
}
.featured-tabs-02 .nav-tabs > li a:hover {
  border: 0!important;
}
.featured-tabs-02 .nav-tabs > li.active > a {
  box-shadow: rgba(160, 161, 188, 0.35) 0px 3px 6px 1px;
  border: 0!important;
  color: #212429;
}
/* END - tabs for applications section  */







/* CSS For Quote Section */
.quote-section .qs-quote-block {
  background-image: url("../company/about-us/images/fence-company-paralax.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top right;
  min-height: 400px;
}
.quote-section .qs-quote-block .qs-text blockquote {
  color: #fff;
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-shadow: 2px 2px #000;
  padding: 10px 30px;
}
.quote-section .qs-quote-block .qs-text blockquote::before {
  position: absolute;
  font-size: 3em;
  line-height: 1;
  top: 0;
  left: 0;
  content: "\201C";
}
.quote-section .qs-quote-block .qs-text blockquote::after {
  position: absolute;
  float:right;
  font-size:3em;
  line-height: 1;
  right:2;
  bottom:7;
  content: "\201D";
}
.quote-section .qs-quote-block .qs-text cite {
  color: #fff;
  font-weight: 300;
  font-size: 21px;
  display: block;
  text-shadow: 1px 1px #000;
  position: relative;
  left: 200px;
}
@media (min-width: 768px) {
  .quote-section .qs-quote-block .qs-text blockquote {
    font-size: 25px;
  }
  .quote-section .qs-quote-block .qs-text blockquote::before {
    left: -10px;
  }
  .quote-section .qs-quote-block .qs-text cite {
    left: 250px;
  }
}
.blurb-holder {
  border: 1px solid transparent;
  transition: all 0.6s ease;
  background: transparent;
  padding: 10px;
  border-radius: 8px;
  overflow: hidden;
  max-width: 345px;
  margin: 0 auto;
}
.blurb-holder:hover {
  background: #fafafa;
  border-color: #1429a9;
}
.blurb-holder h4 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #161616;
  font-size: 20px;
  transition: all 0.6s ease;
}
.blurb-holder:hover h4 {
  color: #1429a9;
}
@media (min-width: 768px) {
  .blurb-holder {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .blurb-holder h4 {
    font-size: 24px;
  }
}
/* Paralax END*/

.clipped-image {
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 600px;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 3; /* Enforces 800x600 aspect ratio */
    object-position: top;
}