/*  SAM's Styles */
.btn-primary {
    border-color: #43c8f3;
    background-color: #43c8f3; }
  .btn-primary:hover {
    border-color: #434343;
    background-color: #434343; }
.text-primary {
  color: #43c8f3;
}
p.lead{
    font-style: italic;
    font-size: 1.3em;
    color: #43c8f3 !important;
}
/* Testimonials */
.testimonial-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;
}
.testimonial-photo {
  margin-right:12px;
}
.testimonial-wrapper h4 {
  margin-bottom:20px;
}
.testimonial-stars {
  display:block;
  margin:auto;
  margin-bottom:20px;
  width:100px;
}
.testimonial-disclaimer {
  margin-top:40px;
  font-size:.85em;
  color:#aaa;
  text-align:center;
}

.testimonials-titlebox {
  margin:10px 0 60px 0;
  padding:32px 20px 16px;
  background-color:#43c8f3;
  border-radius:8px;
  border:3px solid #43c8f3;
  box-shadow: 0 0 40px rgba(0,0,0,0.22);
  text-align:center;
}

/* Edits on Dec 14, 2021 */
.fitvid{
  overflow: hidden;
}
.fitvid video{
  position: absolute;
  z-index: 0;
  object-fit:cover;
  height: 100% !important;
  width: 100% !important;
}

.faq-accordian{
  overflow: hidden;
}
.faq-accordian .hide-initially{
  height: 0;
  transform: scaleY(0);    
  transform-origin: top;
  transition: transform 0.25s ease;
}
.faq-accordian .hide-initially.show-more-faqs{
  height: auto;
  transform: scaleY(1);
}
.show-hide-more-faqs.hide-this-button{
  display: none !important;
}
.badges-carousel-wrapper .carousel-cell .img-fluid {
    max-width: 70% !important;
}
@media only screen and (max-width: 992px){
    .hero.vh-75{
        height: 40vh !important;
    }
}
@media only screen and (max-width: 640px){
    .hero.vh-75{
        height: 35vh !important;
    }
    .hero.vh-75 .h-caption{
        padding-top: 50px;
    }
}
.portfolio-filter li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  display: block;
  padding: 10px 15px;
  font-weight: bold;
}
.portfolio-filter li > a:focus,
.portfolio-filter li > a:hover {
  border-color: #eee #eee #ddd;
  text-decoration: none;
  background-color: #eee;
}
.gallery-img-wrapper .g-img{
    height: 300px;
    width: 100%;
    display: block;
    overflow: hidden;
    border: 5px solid #242424;
}
@media only screen and (max-width: 640px){
  .gallery-img-wrapper .g-img{
    height: auto;
  }
}
.gallery-img-wrapper .g-img img {
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 1;
}
.gallery-img-wrapper .g-img:hover{
    opacity: 1;
}
.gallery-img-wrapper .g-img:hover > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
.aluminum-faq-accordian .accordion-button:focus {
  box-shadow: none;
  border: 0;
}
/* Edits on Dec 14, 2021 Ends */

/* Edits on Nov 10, 2022 */

.faq-accordion-holder .accordion-header{
    margin-top: 0;
    border-bottom: 1px solid #dee2e6 !important;
}
.accordion-button,
.faq-accordion-holder .accordion-header button {
    font-size: 14px;
    font-weight: bold;
}
.faq-accordion-holder .accordion-header .accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.accordion-button::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.faq-accordion-holder .accordion-header .accordion-button:not(.collapsed) {
  color: #010202;
  background-color: transparent;
}
.faq-accordion-holder .accordion-item {
  background-color: #fff;
  border: 0;
  margin-bottom: 10px;
}

/* Same aspect ration Image and Video in single row */

.img-vid-same-ratio-16-9{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}
.img-vid-same-ratio-16-9 img,
.img-vid-same-ratio-16-9 iframe{
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
}


.invisible-heading {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}


