.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: #2b6196; 
    
} 
.sv-tabs ul.nav-tabs li a:hover{
    background-color: #bf0a30 !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*/




.br-40, .br40 {
  border-radius: 40px;
}



/* about us section */
.about-us h2 span.over {
	color: #EFC031;
	display: table;
	margin-bottom: 15px;
}
.about-us .about-us-content {
	position: relative;
	z-index: 1;
}
.about-us .about-us-img {
	margin-bottom: 50px;
}
.about-us .counter-wrap .counter-item {
	position: relative;
	padding-left: 85px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.about-us .counter-wrap .counter-item .counter-item-icon {
	position: absolute;
	width: 70px;
	left: 0;
	top: 0;
}
@media (min-width: 768px) {
	.about-us .counter-wrap .counter-item {
		padding-left: 100px;
		margin-top: 0;
		margin-bottom: 50px;
	}
	.about-us .counter-wrap .counter-item:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.about-us .about-us-img {
		margin-bottom: 0;
	}
	
	.about-us .counter-wrap .counter-item .counter-item-icon {
		width: 90px;
	}
}

.animate-shapes {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.above-flag{
  position:relative;
  z-index:2;
}
.shape-left-01 {
  position: absolute;
  top: -80px;
  left: -400px;
}
.shape-left-02 {
  position: absolute;
  top: 180px;
  left: -250px;
}
.shape-right {
  position: absolute;
  bottom: -80px;
  right: -200px;
}
@media (min-width: 768px){
    .shape-left-01 {
      left: -200px;
    }
    .shape-left-02 {
      left: -50px;
    }
    .shape-right {
      right: -200px;
    }
}
.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.about-us-holder .shape-right {
  top: -20px;
  bottom: auto;
}

.about-us-holder .shape-left-01 {
  left: -50px;
  top: 20px;
}

.about-us-holder .shape-left-02 {
  top: 100px;
  left: -200px;
  right: auto;
}


.well {
  padding: 30px;
  border-radius: 0px;
}

.well.bg-gray {
  border: none !important;
}


.intro-container {
  max-width: 1600px;
}


.benefits-well {
  background: #2b6196;
  padding: 5px 0px;
  margin: 10px 0px;
  
}


#accordion-CV i.fa-chevron-down {
  transition: transform 0.3s ease !important;
}


#accordion-CV .rotate {
  transform: rotate(180deg) !important;
}




  @media (max-width: 767px) {
    .bg-img-section.fill {
      background-attachment: scroll;
    }
    .neg-cr-margin {
      margin-top: -10px;
    }
  }



  

a.white-link {
  color: #fff !important;
  transition: all .7s ease-in;
}

a.white-link:hover,
a.white-link:focus {
  color: #bf0a30 !important;
}

a.white-link:visited {
  color: #fff !important;
}

a.white-link[aria-expanded="true"],
a.white-link:not(.collapsed) {
  color: #fff !important;
}



.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;
}


/* LIST STYLE */
.company-list{
    list-style:none;
    margin:0;
    padding:0;
    text-transform: capitalize;
}
.company-list li {
  position: relative;
  padding-left: 26px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4
}

.company-list li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 4px;  
  color: #fff;
}
.company-list-white{
    color:#fff;
}

/* LIST STYLE END*/



.breadcrumb-nav a {color: #fff;}
.breadcrumb-nav a:hover {color: #ffd800;}



/* Materialls-process */

.pv15 {
    position: relative;
}

.pv15 .pv15-each {
    max-width: 275px;
    margin: auto;
    display: block;
    position: relative;
}


.pv15 .pv15-each:not(.mb-none) {
    margin-bottom: 60px;
}

.pv15 .pv15-each p {
    margin-bottom: 32px;
}

.pv15 .pv15e-img {
    margin-bottom: 24px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #2b6196;
    transition: .7s;
    max-width: 220px;
    margin: auto;
}

.pv15 .pv15e-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pv15 .pv15-each h4 {
    margin-bottom: 24px;
    color: #212121;
}

.pv15 .pv15-each .btn-primary {
    margin: 0;
    transition: .7s;
}

.pv15 .pv15-each:hover .pv15e-img {
    border: 4px solid #2b6196;
}

.pv15 .pv15-each:hover .btn-primary {
    border-color: #2b6196;
    background: #2b6196;
}

@media (min-width: 992px) {
    .pv15 .pv15-each {
        margin: 0;
    }

    .pv15 .pv15-each.centered {
        margin: 0 auto;
    }

    .pv15 .pv15-each .pv15e-arrow{
 position: absolute;
        left: 90%;
        top: 20%;
        width: 0%;
        max-width: fit-content;
        overflow: hidden;
        z-index: -1;
        animation: growAnimation 8s infinite linear;
        animation-delay: var(--delay);
    }
   .pv15 .pv15-each .pv15e-arrow::before {
    content: url("data:image/svg+xml,<svg width='200' height='20' viewBox='0 0 231 20' fill='none' xmlns='http://www.w3.org/2000/svg'><line x1='16' y1='9.9126' x2='216' y2='9.9126' stroke='%232b6196' stroke-dasharray='4 4'/><path d='M230.092 9.87538L216.043 18.3208L215.754 1.93077L230.092 9.87538Z' fill='%232b6196'/><circle cx='8.5' cy='9.9126' r='7' stroke='%232b6196' stroke-width='3'/></svg>");
    overflow: hidden;
}


    .pv15 .pv15-each.right {
        margin-left: auto;
    }

}


@keyframes growAnimation {
    0%{
        width: 0%;
        transform: translateX(0px)
    }

    50%{
        width: 100%;
        transform: translateX(10px);
    }

     100%{
        width: 0%;
        transform: translateX(0px)
    }
}




.tsr-moving-dot-parent{
    position: absolute;
    inset: 0;
    opacity: 0;
}
.tsr-moving-dot {
    position: absolute;
    width: 136px;
    height: 180px;
    -webkit-animation: bounce-yy 8s infinite linear;
    animation: bounce-yy 8s infinite linear;
    z-index: 0;
}

.tsr-moving-dot::before {
    position: absolute;
    inset: 0;
    content: "";
    background-image: url("../images/dots.png");
}

.tsr-moving-dot.horizontal::before {
    transform: rotate(90deg);
}

@-webkit-keyframes bounce-yy {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-yy {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .tsr-moving-dot-parent{
        opacity: 1;
    }
    
}

/* Materialls-process END*/



.black-image-overlay-30{
    position:relative;               
    display:inline-block;  
           
}

.black-image-overlay-30::before{
    content:'';
    position:absolute;
    inset:0;                          
    background:#000;                
    opacity:.15;                      
    pointer-events:none;             
}



/* GATE ANIMATIONS */
.gates-item {
  position: relative;
}

.gates-item img {
  transition: all 0.7s ease-in-out;
}

.gates-item .on-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}

.gates-item:hover .on-hover {
  opacity: 1;
  visibility: visible;
}

.gates-item:hover > img {
  opacity: 0;
  visibility: hidden;
}

  .pointer-anchor{position:relative;}

  .scroll-pointer{
    position:absolute;
    bottom:-28rem;     /* adjust until it lines up */
    left:0;
    font-size:4rem;
    opacity:0;
    transform:translateX(-40vw);   /* always hidden to the left */
    transition:opacity .3s ease;
    z-index:1000;
  }
  
  @media (max-width:1200px){
    .scroll-pointer{bottom:-23rem;}   /* lift it on smaller screens */
  }
  @media (max-width:991px){
    .scroll-pointer{bottom:-18.5rem;}   /* lift it on smaller screens */
  }

  @media (max-width:767px){
    .scroll-pointer{display: none;}   /* lift it on smaller screens */
  }
  
  .scroll-pointer.move{
    opacity:1;
    animation:pointerSlide 1.2s forwards ease-out;
  }
  
  @keyframes pointerSlide{
    from{transform:translateX(-40vw);}
    to  {transform:translateX(6rem);}   /* stop 60 px inside the row */
  }


  .scroll-pointer i{position:relative;}

.scroll-pointer::before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:110%;
  height:70%;
  border-radius:10%;
  background:currentColor;
  transform:translate(-50%,-50%) scale(0);
  opacity:.4;
  animation:pointerPulse 1s infinite;
}

@keyframes pointerPulse{
  0%  {transform:translate(-50%,-50%) scale(0);   opacity:.4;}
  100%{transform:translate(-50%,-50%) scale(2);   opacity:0;}
}

@media(max-width:768px){
  .scroll-pointer::before{
    animation:pointerPulseMobile 1s infinite;
  }
  @keyframes pointerPulseMobile{
    0%  {transform:translate(-50%,-50%) scale(0);   opacity:.4;}
    100%{transform:translate(-50%,-50%) scale(1.4); opacity:0;}
  }
}
/* GATE ANIMATIONS END*/

.sbs-table,
.sbs-table > thead > tr > th,
.sbs-table > tbody > tr > td {
  background:#2b6196;
  color:#fff;
  border-color:#fff;
  padding:14px 18px;      /* combine here */
  font-size:16px;
  line-height:1.4;
}

.sbs-table > thead > tr > th {
  font-weight:600;
  text-transform:uppercase;
}

.sbs-check { color:#ffd800; }

.sbs-table a {
  color:#fff;                
  transition:color .3s ease;  
  text-decoration:none;       
}

.sbs-table a:visited { color:#fff; } 

.sbs-table a:hover,
.sbs-table a:focus {
  color:#ffd800;             
}

.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 */



/* HeadShots-M1-Variant */
.headshots-m1-variant .m1-container-blue, .headshots-m1-variant .m1-container-red{
    --overlap:30px;                   
    border-radius:20px 20px 0 0;
    padding-top:var(--overlap);
    overflow:visible;    
    transition:background-color .5s ease;
}


.headshots-m1-variant .m1-container-blue{   
    background:#2b6196;                  
}
.headshots-m1-variant .m1-container-red{
    background:#bf0a30;
}
.headshots-m1-variant .m1-container-blue:hover{
    background:#bf0a30;               
}
.headshots-m1-variant .m1-container-red:hover{
    background:#2b6196;               
}

/* the head‑shot itself */
.headshots-m1-variant .m1-container-blue img,
.headshots-m1-variant .m1-container-red  img{
    display:block;
    width:100%;
    height:auto;
    margin-top:-50px;   /* or calc(-1 * var(--overlap)) */
}


.headshots-m1-variant .m1-container-blue + h4{
    border-top:4px solid #2b6196; 
    margin-top: 4px;  
    padding-top:4px;               
    display:block;                 
}

.headshots-m1-variant .m1-container-red + h4{
    border-top:4px solid #bf0a30;   
    margin-top: 4px; 
    padding-top:4px;
    display:block;
}

/* HeadShots-M-Variant-end*/



/* ──────────  COMPANY‑GLAMOUR SCOPE  ────────── */
.company-glamour .gap-center {            /* overrides .row defaults */
  margin: 0;                              /* erase −15 px side margins */
}
.company-glamour .gap-center > [class*="col-"] {
  padding: 0;                             /* kill Bootstrap gutter */
}
.company-glamour .gap-center > [class*="col-"]:not(:last-child) {
  margin-right: 5px;                      /* single 5 px gap in the middle */
}

/* image wrapper */
.company-glamour .img-wrapper {
  position: relative;
  overflow: hidden;                       /* hide zoom overflow */
}
.company-glamour .img-wrapper img {
  width: 100%;
  display: block;
  transition: transform .4s ease;
}

/* overlay layer */
.company-glamour .img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(43, 97, 150, .6);      /* #2b6196 @ 60 % */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .4s ease;
}
.company-glamour .img-overlay h3 {
  color: #fff;
  margin: 0;
}

/* hover effects */
.company-glamour .img-wrapper:hover img {
  transform: scale(1.05);                 /* slight zoom */
}
.company-glamour .img-wrapper:hover .img-overlay {
  opacity: 1;
}

@media (max-width: 767px) {
  .company-glamour .gap-center {          /* keep flex, but allow wrapping */
    flex-wrap: wrap;
  }

  /* make each column full‑width on small screens */
  .company-glamour .gap-center > [class*="col-"] {
    flex: 0 0 100%;                       /* replaces 50 % cols */
    width: 100%;
  }

  /* vertical 5 px gap between stacked images */
  .company-glamour .gap-center > [class*="col-"]:not(:last-child) {
    margin-right: 0;                      /* kill side gap */
    margin-bottom: 5px;                   /* vertical spacing */
  }
}