<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  !margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 0rem;
  z-index: 10;
}

.banner-text-h{
  color:#132D5B;
  font-weight: 600;
}
.banner-text-p {
  color:#212529;
}
.content{
  overflow: auto;
}
.content img{
  max-width: 100%;
  height: auto;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{
  font-size:1.15rem;
}

.bg-gray{
  background-color:#EFEFEF;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: auto;
}

.product.carousel .carousel-item{
  height:520px;
}

.product.carousel .carousel-item img{
  height:400px;
}

.product .carousel-control-next, .product .carousel-control-prev{
  color:#000;
}
.product .carousel-indicators [data-bs-target]{
  height:90px;
  width: 90px;
  text-indent:3px;
  opacity:1;
  border:0;
  margin:3px 6px;
}
.product .carousel-indicators [data-bs-target] img{
  max-height: 100%;
  max-width: 100%;

}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap &lt;hr&gt; more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    !margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

#child optgroup{
  display: none;
}

.left-box .nav-link:hover{
  -webkit-transition: all ease .6s;
  -moz-transition: all ease .6s;
  -ms-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
  background-color: #00A2E9;
  color:#fff;
}

.bd-placeholder-img{
  max-width: 100%;
  margin: auto;
  display: block;
}</pre></body></html>