.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: 0;
    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;
  }
  
  .section-faqs .faqs-wrapper .panel-title a:before,
  .section-faqs .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: 0;
}

.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: #6A2720;
  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: 0px;
    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:0px;
    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*/


/* hero-v24*/

.hero-variant.hero-v24 p {
    font-size: 22px;
}
  .banner-filter-hero {
  /* height:100%; */
  width:100%;
  background-color:rgba(0,0,0,.5);
  padding:70px 70px 0 70px;
  border-radius: 0px;  
}
@media (min-width: 1200px) {
    .banner-filter-hero {
  max-height: 800px;
}
}
/* Media query for mobile devices */
@media (max-width: 768px) {
    .banner-filter-hero {
      padding: 0px;
    }
  }

.hero-v24 {
  background: linear-gradient(to bottom, #c7c7c7 0%, #ffffff 10%), #F5F6F8;
  border: 1px solid #d2d2d2;
  border-radius: 0px;
  position: relative;
  
}

@media (min-width: 1200px) {
  .hero-v24 {  
  max-height: 800px;
}
}

.hero-v24 .hv24-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0px;
}

.hero-v24:after {
  position: absolute;
  content: '';
  left: -2px;
  right: -2px;
  background: #E2E4E5;
  top: -40px;
  height: 150px;
  z-index: -1;
}

.hero-v24:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 200px;
  background: #F5F6F8;
  z-index: -1;
}

.hero-v24 .item .caption-holder {
  position: relative;
}

.hero-v24 .item .caption-holder .btn:hover,
.hero-v24 .item .caption-holder .btn:focus {
  border-color: #000;
}

.hero-v24 .table-cell {
  position: relative;
  z-index: 1;
}


.fa-lines-container {
  position: absolute;
  width: 850px;
  height: 550px;
  margin: 50px auto;
  text-align: center;
  line-height: 550px;
  pointer-events: none;
  z-index: -0;
}

.fa-lines {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  position: absolute;
  width: 800px;
  height: 480px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: transparent;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  opacity: .7;
}

.fa-lines-top-left {
  top: -450px;
  left: -400px;
}

.fa-lines-bottom-right {
  bottom: -240px;
  right: -240px;
}

.fa-lines-container.fa-lines {
  border: none;
}

.fa-lines.ring1 {
  transform: translate(-50%, -50%) rotate(0deg);
  animation: rotate-slow 50s linear infinite;
}

.fa-lines.ring2 {
  transform: translate(-50%, -50%) rotate(20deg);
  animation: rotate-slow 55s linear infinite;
}

.fa-lines.ring3 {
  transform: translate(-50%, -50%) rotate(40deg);
  animation: rotate-slow 60s linear infinite;
}

.hero-v24 .carousel .carousel-indicator {
  position: absolute;
  left: 3px;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@media (min-width: 992px) {
  .hero-v24 .carousel .carousel-indicator {
    left: -80px;
  }

  .hero-v24 .caption-holder {
    padding-top: 0px;
    ;
  }

  .hero-v24 .ci-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}

.hero-v24 .carousel .carousel-indicator .carousel-indicators {
  position: absolute;
  right: auto;
  left: 0;
  width: auto;
  height: auto !important;
  top: 50%;
  bottom: inherit;
  margin: 0;
  padding: 30px 0;
  display: block;
  transform: translateY(-50%);
}

.hero-v24 .carousel .carousel-indicators li {
  display: block;
  height: 40px;
  width: 5px;
  margin: 10px 5px;
  border: 0;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0px;
  background: #d0d0d0;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: .7s;
}

.hero-v24 .carousel .carousel-indicators li:hover,
.hero-v24 .carousel .carousel-indicators li.active {
  opacity: 1;
  background: #6A2720;
}

@media only screen and (max-width: 991px) {
  .hero-v24 .carousel .carousel-indicator {
    right: auto;
    left: 0;
    top: auto;
    bottom: -85px;
    width: 100%;
    z-index: 2;
    height: auto;
  }

  .hero-v24 .carousel .carousel-indicator .carousel-indicators {
    width: 100%;
    padding-bottom: 40px;
    display: block;
    transform: inherit;
    flex: inherit;
    top: auto;
    bottom: 0;
    text-align: center;
    transform: translateY(0%);
  }

  .hero-v24 .carousel .carousel-indicator .carousel-indicators li {
    display: inline-block !important;
    margin: 0 4px;
    height: 4px;
    width: 40px;
  }
}

.hero-v24 .carousel .slider-img {
  position: relative;
  padding: 30px 0;
}

.hero-v24 .carousel .slider-img img {
  border: 1px solid #6A2720;
  border-radius: 0px;
  /* border-radius: 0px 69px 98px 98px; */
  box-shadow: 0px 4px 15px 0px #00000040;
  position: relative;
  transition: all 0.3s ease-out;
}



.hero-image-empire-netting {
    background:url('../images/empire-netting-company-hero.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:0% center;
}

@media (max-width: 767px) {
   .hero-image-empire-netting {
    background:url('../images/empire-netting-company-hero-mobile.jpg');    
    background-position:100% center;
} 
}

/* Bootstrap Fade In out Animation */
/* YOUR CSS simplified */
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}

/*Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* SLIDE ANIMATIONS */

.slide-up {
  opacity: 0;
  -webkit-animation: slide-up 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: var(--delay);
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(60px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-in {
  opacity: 0;
  -webkit-animation: slide-in 2s cubic-bezier(0.4, 0, 0.2, 1) 500ms forwards;
}
@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(40%) scale(0.6);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes slide-in {
  0% {
    transform: translateX(40%) scale(0.6);
    opacity: 0;
  }

  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}

@keyframes rotate-slow {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


@media (min-width: 992px) {
  .hero-v24 .carousel {
    min-height: 65vh;
  }

}

/* hero-v24 END*/
/* em map  */
.em-map {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; /* ← pushes the SVG (and dots) down inside the flex‐box */
  overflow: visible !important;
  max-width: 100%;
  transition: 0.7s;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .em-map {
    display: block; /* override flex on sm and xs */
  }
}

.em-map .em-animation {
  position: relative;
}

.em-map .em-dot {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  max-width: 10px;
}

.em-map .em-info h4 {
  font-size: 22px;
  color: #212121;
  text-align: center;
}
@media (max-width: 991px) {
  .em-map .em-info h4 {
    font-size: 22px;
    color: #222;
    text-align: left;
    white-space: nowrap !important;
  }
}
@media (max-width: 767px) {
  .em-map .em-info h4 {
    font-size: 16px;
    color: #222;
    text-align: center;
    white-space: nowrap !important;
  }
}

.em-map .em-bottom {
  left: 50%;
  top: 100%;
}

.em-map .em-info.active {
  opacity: 1;
  z-index: 4;
}

.em-map .em-close-icon {
  background-color: #6a2720;
  color: #fff;
  font-size: 28px;
  padding: 14px 20px;
  max-width: fit-content;
  cursor: pointer;
  transition: 0.7s;
}

.em-map .em-close-icon:hover {
  opacity: 0.8;
}

.em-map .em-info {
  min-width: 275px;
  position: fixed;
  background-color: #fff;
  inset: 0;
  opacity: 0;
  z-index: -1;
  height: 100vh;
}

.em-map .em-box {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 20px;
  transform: translateY(-50%);
}

.em-map .em-info img {
  width: 100%;
  object-fit: cover;
  height: 264px;
  border-radius: 20px;
  transform: 0.7s;
}

.em-map .em-animation .em-animation svg {
  position: relative;
  z-index: 2;
}

.cls-1 {
  fill: #ccc;
  transition: 0.7s;
}

.cls-2 {
  fill: #ccc;
  transition: 0.7s;
}

.cls-3 {
  fill: #ccc;
  transition: 0.7s;
}

.cls-4 {
  fill: #ccc;
}

.cls-5 {
  fill: #848484;
}

.cls-6 {
  fill: #999;
}

.cls-1 {
  fill: #661414;
}

.cls-2 {
  fill: #b32424;
}

.cls-4 {
  fill: #6e1616;
}

.em-map .em-state {
  opacity: 0;
  transition: 0.7s;
}

.em-map .em-state.active,
.em-map .em-state.is-hovered {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .em-map .em-dot {
    max-width: 14px;
  }
}

@media screen and (min-width: 992px) {
  .em-map .em-info {
    max-width: 400px;
    position: absolute;
    height: auto;
    background-color: transparent;
    top: 20%;
    width: 100%;
    bottom: unset;
  }

  /* I HID THE LINES THAT POINT FROM THE MAP TO THE IMAGE */
  .em-map .em-line {
    position: absolute;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 1px;
    background: #fff;
    z-index: 3;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .em-map .em-box {
    position: static;
    transform: none;
    padding: 0px;
    border-radius: 20px;
  }

  .em-map .em-dot {
    max-width: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .em-map .em-info {
    max-width: 524px;
  }

  .em-map .em-info h4 {
    font-size: 22px;
  }
}

/* FIX FOR CROPPING ISSUE ON DESKTOP */
@media screen and (min-width: 992px) {
  .hero-map-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }

  .em-map svg {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
/* ADDED: fixed position for all .em-info boxes */
.em-map .em-info {
  position: absolute !important;
  bottom: 45% !important; /* adjust as needed */
  left: 50% !important; /* centers horizontally */
  transform: translateX(-50%) !important;
}

/* the invisible “shield” should not block pointer-events */
.em-map .em-info {
  pointer-events: none;
}

/* but when it’s active, we still want the close-button & the box inside to be clickable */
.em-map .em-info.active .em-close-icon,
.em-map .em-info.active .em-box {
  pointer-events: auto;
}

/* 1) Base (mobile-first) */
.em-map .em-info {
  min-width: 275px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  inset: auto;
  height: auto;
  width: auto;
  background: transparent;
  padding: 2px;
  transform: none;
  pointer-events: none;
}

/* 2) Desktop version */
@media (min-width: 992px) {
  .em-map .em-info {
    position: absolute !important;
    bottom: 45% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: transparent;
    max-width: 500px;
    height: auto;
    width: 100%;
  }
}

@media (max-width: 991px) {
  /* 1) push the map SVG + dots down without moving the whole section */
  .em-map .em-animation {
    padding-top: 100px !important;
  }

  /* 2) pull the info-image up so it doesn’t cover the map */
  .em-map .em-info .em-box {
    margin-top: -365px !important;
    transform: none !important;
  }
}
@media (max-width: 991px) {
  /* nudge the entire section down */
  .em-map {
    margin-top: 260px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* move the entire info‐box up */
  .em-map .em-info {
    bottom: 55% !important;
  }

  .em-map .em-info .em-box {
    margin-top: -50px !important;
  }
}
@media (max-width: 991px) {
  .em-map .em-info img {
    /* keep your size rules */
    width: 90vw !important;
    max-width: 550px !important;
    height: 200px !important;

    /* ADDED: true centering */
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
  }
}

/* —————— Disable all those 0.7s transitions —————— */
.em-map,
.em-map .em-animation,
.em-map .em-info,
.em-map .em-info .em-box,
.em-map .em-close-icon,
.em-map .em-state,
.em-map .em-dot,
.em-map .cls-1,
.em-map .cls-2,
.em-map .cls-3 {
  transition: none !important;
}

/* Also stop the image from animating */
.em-map .em-info img {
  transition: none !important;
}

@media (max-width: 767px) {
  /* reset the section’s top margin so the image stays put */
  .em-map {
    padding-top: 50px !important;
  }

  /* then nudge only the SVG/map up */
  .em-map .em-animation {
    padding-top: 0px !important; /* adjust this value to taste */
  }
}



/* em map end */


.image-filter {
        position: relative;
        overflow: hidden;
    }

    .image-filter img {
        transition: filter 0.3s ease;
    }

    .image-filter:hover img {
        filter: brightness(80%);
    }


/* Service list */

    .services-v47 .sv47e-svg-content {
  position: absolute;
  width: 100%;
  top: -70px;
  left: 0;
}

.services-v47 .sv47e-svg-content {
  display: none;
}


.services-v47 .sv47-each .sv47e-icon{
    width: 50px;
    height: 50px;
    border-radius: 0;
    background : #6A2720;
    position: absolute;
    z-index: 2;
    top: -16%;
    left: 40px;
}
.services-v47 .sv47-each .sv47e-icon i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}
.services-v47 .sv47e-svg-content svg {
  position: absolute;
  width: 100%;
                fill : #6A2720;
                z-index: 1;
}
.services-v47 .sv47e-svg-content svg.top-svg{
    fill: #6A2720;
}
/* @media only screen and (max-width: 992px) {
  .services-v47 .sv47e-svg-content svg {
    transform: scale(1.7);
  }
} */
.services-v47 .sv47e-svg-content svg.bottom-svg {
  position: absolute;
}
.services-v47 .sv47e-svg-content svg.bottom-svgw {
  position: absolute;
}
.services-v47 .sv47-each{
    overflow: hidden;
    margin-bottom: 32px;
    border-radius: 0px;
    transition: all 0.3s ease-out;
    background: #fff;
    display: block;
    box-shadow: 0px 1px 21px 0px rgba(186, 186, 186, 0.4);

}
.services-v47 .sv47e-text{
    position: relative;
    transform: translateY(10px);
    transition: 0.4s;
    background: #fff;
}
.services-v47 .sv47-each:hover .sv47e-text{
    transform: translateY(-12%);
}
.services-v47 .sv47-each .sv47e-text p.link{
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s;
    font-weight: 500;
}
.services-v47 .sv47-each:hover .sv47e-text p.link{
    opacity: 1;
    transform: translateY(10px);
}

@media  (min-width: 768px) {
    .services-v47 .sv47e-svg-content {
  top: -72px;
}
    .services-v47 .sv47e-svg-content {
  display: block;
}
.services-v47 .sv47e-svg-content svg.bottom-svgw {
  top: 16px;
}
.services-v47 .sv47e-svg-content svg.bottom-svg {
  top: 8px;
}
.services-v47 .sv47-each .sv47e-icon{
    width: 70px;
    height: 70px;
    top: -60px;
}
.services-v47 .sv47-each .sv47e-icon i{
    font-size: 32px;
}
}


/* Service list end */




/* trust */

/* === Trust Row (Flex) === */
.trust-flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;    /* keeps cards equal height */
  text-align: center;
}

/* 3-up layout with a true 10px gap using calc() */
.trust-flex-row > div {
  position: relative;
  width: calc((100% - 20px) / 3);  /* 2 gaps of 10px across 3 items */
  margin-right: 10px;
  margin-bottom: 10px;
  min-height: 200px;               /* ensures consistent card height */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;                   /* makes well fill correctly */
  align-items: stretch;
}

/* kill the trailing margin every 3rd card */
.trust-flex-row > div:nth-child(3n) {
  margin-right: 0;
}

.trust-well {
  display: flex;
  flex-direction: column; 
  justify-content: flex-start;  /* ⬅️ top-align content */
  align-items: center;          /* ⬅️ center horizontally */
  text-align: center;           /* center text inside */
  flex: 1;
  margin: 10px;
  padding: 16px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.trust-well > * + * { 
  margin-top: 8px; 
}

/* Icon tweaks */
.trust-well i, .trust-border-well i {
  font-size: 36px;
  margin-bottom: 8px;  
  color: #6A2720;
}



/* === Background images per tile === */
.trust-flex-1 { background-image: url('/images/trust/backstop-sports-arena-contractor.jpg'); }
.trust-flex-2 { background-image: url('/images/trust/shade-structure-sports-arena-developer.jpg'); }
.trust-flex-3 { background-image: url('/images/trust/dugout-structure-developer.jpg'); }

/* === Responsive: 2-up on tablets === */
@media (max-width: 991px) {
  .trust-flex-row > div {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .trust-flex-row > div:nth-child(2n) { margin-right: 0; }
  .trust-flex-row > div:nth-child(3n) { margin-right: 10px; } /* undo the 3-up rule */
}

/* === Responsive: 1-up on phones === */
@media (max-width: 767px) {
  .trust-flex-row > div {
    width: 100%;
    margin-right: 0;
  }
}

.trust-empire h2, .trust-empire h3  {
    padding-bottom: 20px;
    text-transform: capitalize;
}



/* trust END*/


.trust-border-well {
    background: #fff;
    padding: 20px;
    border: 6px solid #6A2720;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.35);
}






/* Home Page Intro Section */


/* Remove borders from panels */
/* Buttons */
.section-faqs .faqs-wrapper.HomeIntroDropDowns .faq-more-btn{
  margin-top: 16px;
}
.section-faqs .faqs-wrapper.HomeIntroDropDowns .faq-more-btn a{
  display: block;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* Panels: clean slate + no borders */
.faqs-wrapper.HomeIntroDropDowns .panel,
.faqs-wrapper.HomeIntroDropDowns .panel-default > .panel-heading {
  padding: 0;
  background-color: transparent;
  border: 0 !important;
  border-radius: 0;
}
.faqs-wrapper.HomeIntroDropDowns .panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: transparent;
  border: 0 !important;
}

/* Spacing between items */
.faqs-wrapper.HomeIntroDropDowns .panel-group .panel + .panel {
  margin-top: 12px;
}

/* Title/trigger base */
.faqs-wrapper.HomeIntroDropDowns .panel-title,
.faqs-wrapper.HomeIntroDropDowns .panel-title a {
  position: relative;
}
.faqs-wrapper.HomeIntroDropDowns .panel-title a {
  padding: 25px 50px; /* keep room on left for the icon */
  background-color: transparent;
  border: 0 !important;  /* remove inner border */
  display: block;
  font-size: 28px;
}

/* Remove the old question mark on the left */
.faqs-wrapper.HomeIntroDropDowns .panel-title:before {
  content: none !important;
}

/* Kill the old plus/minus bars on the right */
.faqs-wrapper.HomeIntroDropDowns .panel-title a:after {
  content: none !important;
  background: none !important;
  width: 0;
  height: 0;
}

/* Add left arrow icon (FontAwesome \f061) and animate it */
.faqs-wrapper.HomeIntroDropDowns .panel-title a::before {
  content: "\f061";
  font-family: "FontAwesome";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 20px;
  line-height: 1;
  transition: transform 0.35s ease-in-out;
}

/* Rotate arrow down when expanded */
.faqs-wrapper.HomeIntroDropDowns .panel-title a:not(.collapsed)::before {
  transform: translateY(-50%) rotate(90deg);
}



.home-intro-v1 img {
    border: 2px solid #6A2720;
     box-shadow: 0 0 12px rgba(0,0,0,0.25);
}



.VerticalHomeImagePlacement {
    position: absolute;
    right: 15px;
    top: 160px;
}


img.RickwoodWidth {
    max-width: 400px;
}


.VerticalHomeImagePlacement img {
    max-width: 280px;
}

@media (max-width: 1200px) {

    img.RickwoodWidth {
    max-width: 350px;
}

.VerticalHomeImagePlacement {
    position: absolute;
    right: 5px;
    top: 160px;
}
}

@media (max-width: 991px) {
    img.RickwoodWidth {
    max-width: 100%;
}
.VerticalHomeImagePlacement img {
    max-width: 320px;
}
.VerticalHomeImagePlacement {
    position: absolute;
    right: 5px;
    top: 100px;
}
}

@media (max-width: 767px) { 

.VerticalHomeImagePlacement {
    display: none;
}
}


/* Home Page Intro Section END*/


/* SERVICE LIST */
/* Section shell */
.CoreOffering {
  position: relative;
  overflow: hidden; /* keep the band tidy inside the section */
}

/* Full-bleed wrapper that holds the two rows */
.CoreOffering .co-band {
  position: relative;
  width: 100vw;           /* stretch edge-to-edge */
  left: 50%;
  margin-left: -50vw;     /* full-bleed trick */
  z-index: 0;
}

/* The background image itself: fixed 800px tall, centered vertically */
.CoreOffering .co-band::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 800px;
  transform: translateY(-50%);
  /* 👇 semi-transparent black overlay + image */
  background:
    linear-gradient(0deg, rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
    url('/images/sandhills-global-youth-complex-sports-field-contractor.jpg') center center / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}


/* Content sits above the band */
.CoreOffering .co-band .container {
  position: relative;
  z-index: 1;
  padding-top: 24px;      /* small reveal of image above row 1 */
  padding-bottom: 24px;   /* small reveal of image below row 2 */
}

/* Exactly ~80px of JUST background image between the rows */
.CoreOffering .co-band .row + .row {
  margin-top: 80px;
}

/* Card (well) look to match your intro images */
.CoreOffering .co-well {
  background: #fff;
  border: 2px solid #6A2720;
  box-shadow: 0 0 12px rgba(0,0,0,0.25);
  margin-bottom: 32px;
}

.CoreOffering .co-img { border-bottom: 4px solid #6A2720; }
.CoreOffering .co-img img { display: block; width: 100%; height: auto; }

.CoreOffering .co-body { padding: 24px 24px 0px; }
.CoreOffering .co-body h3 { margin: 0 0 6px; }
.CoreOffering .co-body p  { margin: 0 0 10px; }
.CoreOffering .co-body ul { margin: 0 0 18px; padding-left: 18px; }

/* Optional: slight breathing tweaks on smaller screens */
@media (max-width: 991px) {
  .CoreOffering .co-band .container { padding-top: 20px; padding-bottom: 20px; }
}
@media (max-width: 767px) {
  .CoreOffering .co-band .container { padding-top: 24px; padding-bottom: 24px; }
}




/* READ MORE — text only, centered, with FA down arrow */
.CoreOffering .co-read-toggle{
  display:inline-flex;
  align-items:center;
  text-decoration:none; /* no underline on the link itself */
}

/* Underline ONLY the text on hover/focus */
.CoreOffering .co-read-toggle:hover .co-read-label,
.CoreOffering .co-read-toggle:focus .co-read-label{
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #6A2720;
}

/* Arrow icon (Font Awesome), not underlined */
.CoreOffering .co-read-toggle::after{
  content:"\f063"; /* arrow-down; use \f078 for chevron-down if you prefer */
  font-family:"Font Awesome 6 Sharp";
  font-size:16px;
  margin-left:6px;
  position:relative;
  top:1px;
  color:#6A2720;
  transition:transform .25s ease;}

.CoreOffering .co-read-toggle .co-read-label {
  font-size: 18px;       
  line-height: 1.3;  
}

/* Flip arrow when open */
.CoreOffering .co-read-toggle:not(.collapsed)::after{
  transform:rotate(180deg);
}




/* SERVICE LIST END*/



/* WHO WE SERVE */

/* Section background + overlay */
/* Section shell */
.WhoWeServe{
  position: relative;
  padding: 0 0 80px;      /* space below for the wells */
  overflow: hidden;
}

/* The 800px banner area for your H2 */
.WhoWeServe .wws-hero{
  height: 800px;          /* <- exact banner height */
  display: flex;
  align-items: center;    /* center H2 vertically */
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;             /* above the overlay */
}

/* The overlay + bg IMAGE clipped to 800px */
.WhoWeServe::before{
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 400px;          /* <- overlay is clipped here */
  background:
    linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
    url('/images/sports-field-padding-construction-hero.jpg')
      center / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

/* Keep everything else above the overlay */
.WhoWeServe .container{ position: relative; z-index: 1; }

/* Title legibility on dark bg */
.WhoWeServe h2{
    padding-top: 40px;
  color:#fff;
  margin-bottom: 28px;
}

/* Wells */
.WhoWeServe .wws-well{
  background:#fff;
  border:2px solid #6A2720;
  box-shadow:0 0 12px rgba(0,0,0,0.25);
  margin: 22px 0;
}

/* Horizontal layout */
.WhoWeServe .wws-inner{
  display:flex;
  align-items:stretch;
}
.WhoWeServe .wws-inner.is-reversed{
  flex-direction: row-reverse;
}

/* Image panel */
.WhoWeServe .wws-img{
  flex:0 0 42%;
  min-height: 220px;  
  aspect-ratio: 4 / 3;
}
.WhoWeServe .wws-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Text panel */
.WhoWeServe .wws-body{
  flex:1;
  padding:22px 26px;
}
.WhoWeServe .wws-body h3{ margin-top:0; margin-bottom:10px; }
.WhoWeServe .wws-body p.lead{ margin-bottom:12px; }

/* Responsive: stack on small screens */
@media (max-width: 991px){
  .WhoWeServe .wws-inner,
  .WhoWeServe .wws-inner.is-reversed{
    flex-direction: column;
  }
  .WhoWeServe .wws-img{ flex-basis:auto; min-height:180px; }
  .WhoWeServe .wws-body{ padding:18px 20px; }
}


/* WHO WE SERVE END*/


/* FAQ VARIANT */
 .faq-v10 .panel-default {
   display: block;
   border-color: transparent;
   box-shadow: none;
   text-align: left;
 }



 .faq-v10 .panel-default a {
   display: block;
   cursor: pointer;
   position: relative;
   line-height: 20px;
   font-weight: 400;
   letter-spacing: .025em;
   transition: 0.4s;
   padding: 24px 32px 24px 24px;
 }



 .faq-v10 .panel-default .panel-title a:hover {
   color: #6A2720;
 }

 .faq-v10 .panel-default .panel-title a .panel-default-arrow:after {
   opacity: 0;
   visibility: hidden;
 }

 .faq-v10 .panel-default .panel-title a.collapsed .panel-default-arrow:after {
   opacity: 1;
   visibility: visible;
 }

 .faq-v10 .panel-default .panel-heading {
   padding: 0;


 }



 .faq-v10 .panel-default:not(:last-child) .panel-collapse {
   border-bottom: 1px solid #CDCCCB;
 }



 .faq-v10 .panel-default:not(:last-child) .panel-title {
   margin-bottom: 0;
   border-bottom: 1px solid #CDCCCB;
 }



 .faq-v10 .panel-default .panel-heading,
 .panel-default .panel-title a,
 .panel-default .panel-collapse {
   background: transparent;
 }



 .faq-v10 .panel-default .panel-default-arrow {

   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   z-index: 2;
   width: 28px;
   background: transparent;
   transition: 0.4s;
 }



 .faq-v10 .panel-default .panel-default-arrow::before,

 .faq-v10 .panel-default .panel-default-arrow::after {

   content: '';
   position: absolute;
   top: 50%;
   z-index: 4;
   transform: translate(50%, -50%);
   background-color: #CDCCCB;
 }



 .faq-v10 .panel-default .panel-default-arrow::before {

   width: 16px;
   height: 2px;
   right: 50%;
 }



 .faq-v10 .panel-default .panel-default-arrow::after {
   width: 2px;
   height: 16px;
   right: 50%;
 }



 .faq-v10 .panel-default .panel-collapse p {
   padding: 24px 4px 0px;
 }



 .faq-v10 .panel-default a:focus {
   color: #000;
 }

.faq-v10 .panel-default .panel-title a {
   position: relative;
}



.faq-v10 .panel-default .panel-title a:after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
}

.faq-v10 .panel-default .panel-title a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #ccc;
}

 .faq-v10 .panel-default .panel-title a::before {
   position: absolute;
   top: 50%;
   left: 0;
   content: '';
   width: 10px;
   height: 10px;
   border-radius: 0;
   background: #6A2720;
   transform: translate3d(0, -50%, 0);
 }



 .faq-v10 .panel-default .panel-title a.collapsed::before {
   background: #e1e1e1;
 }



 @media (min-width: 992px) {



   .faq-v10 .panel-default .panel-title a {
     padding: 24px;
   }

 }

 /* FAQ VARIANT END*/



 /* TESTIMONIALS */

.testimonials-v2 .section-title {
    text-align: center;
}

.testimonials-v2 .tv2-avatar{
    box-shadow: rgba(153, 153, 153, 0.2) 0px 7px 29px 0px;
    border: 8px solid #fff;
    display: inline-block;
}

.testimonials-v2 .tv2-avatar-wrapper{
    text-align: center;
}
.testimonials-v2 .tv2-name{
    text-align: center;
}
.testimonials-v2 .tv2-list {
    padding: 40px 80px 40px 80px;
    background: #fff;
    box-shadow: rgba(153, 153, 153, 0.2) 0px 7px 29px 0px;
}

.testimonials-v2 .tv2-each {
    margin: 0 10px;
}

.testimonials-v2 .tv2-quote {
    position: relative;
    padding-top: 68px;
    margin-top: 48px;
    border-top: 1px solid #6A2720;
}

.testimonials-v2 .tv2-icon {
   font-size: 24px;
   padding: 8px 16px;
   display: inline-block;
   position: absolute;
   left: 50%;
   top: 0;
   transform: translate(-50%, -50%);
}

.testimonials-v2 p{
    margin-bottom: 0;
    text-align: center;
}

.testimonials-v2 .tv2-dots {
    text-align: center;
}
.testimonials-v2 .tv2-dots ul {
    display: inline-block;
    color: transparent;
    list-style: none;
    padding: 0;
 }
 .testimonials-v2 .tv2-dots ul li{
   display: inline;
   margin: 0 5px;
 }
 .testimonials-v2 .tv2-dots ul li button{
   background: #6A2720;
   border: none;
   outline: none;
   width: 12px;
   height: 12px;
   padding: 0;
 }
 .testimonials-v2 .tv2-dots ul li.slick-active button{
    background: #222;
  }

  @media screen and (min-width: 992px) {
    .testimonials-v2 .tv2-quote {
        border-top: none;
        border-left: 1px solid #6A2720;
        padding-left: 68px;
        padding-top: 40px;
        margin-top: 0;
     }
     .testimonials-v2 .tv2-dots ul {
        padding-left: 68px;
     }
     .testimonials-v2 .tv2-dots,
     .testimonials-v2 .tv2-name,
     .testimonials-v2 p{
        text-align: start;
    }
    .testimonials-v2 .tv2-avatar-wrapper{
        padding-top:24px;
    }
    .testimonials-v2 .tv2-name{
        padding-top:24px;
    }
     .testimonials-v2 .tv2-icon {
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%);
     }
}

@media (min-width:1200px){
    .testimonials-v2 .tv2-avatar-wrapper{
        padding-top:12px;
    }
}

 .testimonials-v2 .tv2-dots .slick-dots li button:before {
  content: "";
  display: none; /* kills the built-in dot/number */
}
.testimonials-v2 .tv2-dots .slick-dots li button {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  background: #6A2720;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
/* active state */
.testimonials-v2 .tv2-dots .slick-dots li.slick-active button {
  background: #222;
}

  /* TESTIMONIALS END*/


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


