.x-fence {
    border-bottom: 1px solid rgba(45, 53, 139, .5);
    margin-bottom: 20px;
}

.featured-list-1 {  list-style-type:none; }
.featured-list-1 li {  
    background-image: URL(../images/bullet-01.png);
    background-repeat:no-repeat;
    background-position:0 16px;
    padding-left:50px;
  }
  .featured-list-1 h4 {  
    margin:0;
    padding-top:12px;
  }
  .featured-list-1 li {  
    border-top: 1px dotted #ccc;
  }
  .featured-list-1 li:first-of-type {  border-top: none;
  }

  .bg-highlight {
    background-color: rgba(245, 40, 145, .25);
  }


.process-wrapper .process-single-item {
  position: relative;
  margin-bottom: 80px;
}
.process-wrapper .process-single-item-holder {
  display: table;
  width: 100%;
}
.process-wrapper .process-single-item .process-icon {
    position: relative;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 2.1875rem 0 rgba(119, 119, 120, 0.13);
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.process-wrapper .process-content {
   position: relative;
   padding-top: 6px;
}
.process-wrapper .process-content p {
    font-size: 13px;
    line-height: 1.6;
}
@media (min-width:768px){
  .process-wrapper .process-single-item .process-icon {
      width: 140px;
      height: 140px;
  }
  .process-wrapper .process-content p {
      font-size: 16px;
  }
}
.process-wrapper .process-single-item svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 80%;
}
.process-wrapper .process-image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width:992px){
  .process-wrapper .process-image {
      max-width: 100%;
      margin-top: 70px;
  }
}
@media (min-width:1200px){
  .process-wrapper .process-image {
      margin-top: 0;
  }
}


/* FAQ Fixes */
.section-faqs {
    background-color: #f3f3f3;
  }
  .faq-accordian{
    overflow: hidden;
  }
  .faq-accordian .hide-initially{
    height: 0;
    transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0.25s ease;
  }
  .faq-accordian .panel:nth-child(5){
    margin-bottom: 12px;
  }
  .faq-accordian .hide-initially.show-more-faqs{
    height: auto;
    margin-top: 12px;
    transform: scaleY(1);
  }
  .show-hide-more-faqs.hide-this-button{
    display: none !important;
  }
  .section-faqs .faqs-wrapper .faq-more-btn{
    margin-top: 16px;
  }
  .section-faqs .faqs-wrapper .faq-more-btn a{
    display: block;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .faqs-wrapper .panel,
  .faqs-wrapper .panel-default > .panel-heading {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
  }
  .faqs-wrapper .panel-title,
  .faqs-wrapper .panel-title a {
    position: relative;
  }
  .faqs-wrapper .panel-title a {
    padding: 25px 50px;
    background-color: #fff;
    border: 1px solid #f2f6f9;
    display: block;
  }
  .faqs-wrapper .panel-title:before {
    content: "\f059";
    font-family: "FontAwesome";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 1;
  }
  
  .faqs-wrapper .panel-title a:before,
  .faqs-wrapper .panel-title a:after {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background-color: #000;
    transition: transform 0.35s ease-in-out;
    height: 1px;
    width: 20px;
    right: 13px;
  }
  
  .faqs-wrapper .panel-title a.collapsed:before {
    transform: rotate(90deg);
  }
  
  .faqs-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #fff;
    border: 1px solid #f2f6f9;
  }
  .faqs-wrapper .panel-group .panel + .panel {
    margin-top: 12px;
  }


/* ----------------- */
/* Social Media Varient 1 */

.social-media-variant h2 {
	font-size: 46px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-bottom: 20px;
}
.social-media-variant h2 .over {
	font-size: 26px;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 10px;
}
.social-media-variant .pl-0 {
	padding-left: 0;
}
.social-media-variant .pr-0 {
	padding-right: 0;
}
.social-media-variant .sm-blurb {
	padding: 20px;
}
.social-media-variant .sm-blurb p {
	opacity: 0.5;
}
.social-media-variant .sm-container {
	width: 100%;
	display: block;
}
@media (min-width: 1450px) {
  .social-media-variant .sm-container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.social-media-variant .mytable .col-6 {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.social-media-variant .mytable .col-6 {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}	
}
.social-media-variant-v1 .sm-widget-list{
	display: block;
	width: 100%;
}
.social-media-variant-v1 .sm-widget-list .sm-widget {
	display: table;
	float: left;
	height: 360px;
	width: 50%;
	position: relative;
	opacity: 1;
	transition: all 0.7s ease-out;
	z-index: 1;
}
.social-media-variant .sm-widget-list .widget-img {
  	display: block;
  	overflow: hidden;
}
.social-media-variant .sm-widget-list .widget-img img {
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  position: relative;
}
@media (min-width: 1200px) {
	.social-media-variant-v1 .sm-widget-list{
		display: table;
		max-width: 540px;
		float: right;
	}
	.social-media-variant-v1 .sm-widget-list .sm-widget {
		width: 270px;
		float: left;
	}
}
.social-media-variant .sm-widget-list .sm-widget span,
.social-media-variant .sm-widget-list .sm-widget img {
	position: relative;
	z-index: 3;
}
.social-media-variant-v1 .sm-widget-list .sm-widget span {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 105px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}
.social-media-variant .sm-widget-list .fb-widget{
	background: #37579A;
}
.social-media-variant .sm-widget-list .insta-widget{
	background: linear-gradient(222deg, #3344E3 4.24%, #FF5778 52.12%, #FFB424 98.5%);
}
.social-media-variant .sm-widget-list .tiktok-widget{
	background: #2F2E30;
}
.social-media-variant .sm-widget-list .fb-widget:hover{
	background: #4E71BB;
}
.social-media-variant .sm-widget-list .insta-widget:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	transition: all 0.7s ease-out;
	opacity: 0;
	background: linear-gradient(222deg, #5767F9 4.24%, #FF7A94 52.12%, #FFC24D 98.5%);
}
.social-media-variant .sm-widget-list .insta-widget:hover:after {
	opacity: 1;
}
.social-media-variant .sm-widget-list .tiktok-widget:hover{
	background: #49484A;
}

/* Social Media Varient 1 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;
  }
}
/* .features-text-popup img {
  max-width: 100%;
} */

.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: #d8232a;
  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);
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.f-hr {
  border: none;
  height: 2px;
  background: linear-gradient(to right, rgba(50, 168, 82, 0), #007CBB, rgba(50, 168, 82, 0));
  margin: 20px 0;
  display: block;
}

/* CONTAINER-FLUID */
  @media (max-width: 768px) {
    .container-fluid .row [class*='col-'] {
      padding-left: 0;
      padding-right: 0;
    }
    
    .container-fluid p,
    .container-fluid h1,
    .container-fluid h2,
    .container-fluid .lead {
      padding-left: 15px !important;
      padding-right: 15px !important;
      margin-left: 15px !important;
      margin-right: 15px !important;
    }
  }




/* .mfp-close-btn-in .mfp-close {
  background: #d8232a;
  opacity: 1;
  color: #fff !important;
  font-size: 32px;
} */

/* Pulsating V4 END  */


/* Response Page */
.response-wrapper {
    margin: 10px 0 60px 0;
    padding: 32px 20px 16px;
    background-color: #FFF;
    border-radius: 8px;
    border: 3px solid #FFF;
    box-shadow: 0 0 40px rgba(0,0,0,0.22);
    text-align: center;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
    min-height: 320px;
  }
  
  .response-wrapper:hover {
    background-color: #f1f1f1; /* Very light grey color on hover */
  }
  
  
  .response-titlebox {
    margin:10px 0 60px 0;
    padding:32px 20px 16px;
    background-color:#2D358B;
    border-radius:8px;
    border:3px solid #2D358B;
    box-shadow: 0 0 40px rgba(0,0,0,0.22);
    text-align:center;
  }
  
  .response-photo {
    margin-right:12px;
  }
  .response-wrapper h4 {
    margin-bottom:20px;
  }
  .response-stars {
    display:block;
    margin:auto;
    margin-bottom:20px;
    width:100px;
  }
  .response-disclaimer {
    margin-top:40px;
    font-size:.85em;
    color:#aaa;
    text-align:center;
  }
  @media (max-width: 767px) {
    .fafa-padding-left {
        padding-left: 10px;
    }
  }
/* response page END */

/* response page v2 */
.thank-you div.well.well-white {
    border-top-left-radius: 0; 
    border-top-right-radius: 0;
}
.thank-you hr {
    border-top: 1px solid #3879b7;
}
.thank-you img {
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px;
}




/*TABS - For Styles */


.sv-tabs ul.nav-tabs{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;    
    border: 0;
    flex-wrap: wrap; 
}
/* @media (max-width: 991px) {
  .sv-tabs ul.nav-tabs {
      gap: 0; 
  }
} */
.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: #3879b7; 
    
} 
.sv-tabs ul.nav-tabs li a:hover{
    background-color: red !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: #000;
    
}

/* .sv-tabs ul.nav-tabs li:hover:not(.active) a{
    background-color: red !important;
    
} */

.sv-tabs ul.nav-tabs {
  padding: 0 !important;
  margin: 0 !important;
}
/* TABS - For Styles END */




/* 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;
}
/* .quote-section .qs-quote-block .qs-text cite::before {
  content: "\2014 \2009";
  float: left;
  padding: 15px 10px 0 0;
} */
@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*/




