/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  /* padding-bottom: 3rem; */
  color: #5a5a5a;
}


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

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

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

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

/* 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 <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


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

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

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

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

.call-action-landing {
  background-color: #1863AB;
}

.call-action-landing p {
  color: #fff;
}

.nav-white {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
  background-color: #fff !important;
  padding: 0px;
}

.footer-widget {
  /* background: #232323;
  color: #fff; */
  font-size: 14px;
  line-height: 1.75;
}

.wgs-title {
  color: #1e7dd8;
}

.contact-border {
  border: 2px solid #fff;
  color: #fff;
}

.text-justify {
  text-align: justify;
}

.line-height-ul li {
  line-height: 40px;
}

.fn12 {
  font-size: 12px;
}

.fn20 {
  font-size: 20px;
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
}

.social li a {
  color: var(--bs-secondary-color) !important
}

.social li {
  display: inline-block;
  margin-left: 15px
}

.social li:first-child {
  margin-left: 0
}

.cursor-pointer {
  cursor: pointer;
}

.address-details {
  list-style: none;
  padding: 0;
}

.address-details li {
  line-height: 30px;
}

.address-details li a {
  margin-left: 10px;
  text-decoration: none;
}

.fn-1rem {
  font-size: 1rem;
}

.fn-1-5rem {
  font-size: 1.5rem;
}

.portfolio-container a {
  text-decoration: none;
}

.p-1-5 {
  padding: 1.5rem;
}

/* Material url */
#materialUrlContainer {
  background-color: #1e7dd8;
}

.material-url h3 {
  color: #fff;
}

.material-url a {
  display: block;
  background-color: transparent;
  border-radius: 0.25rem;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.material-url a:hover {
  text-decoration: underline;
  font-weight: 500;
}

#categoryBlogUrl a:hover {
  font-weight: 500;
  text-decoration: underline;
}

#cashewTable {
  width: 100%;
}

#cashewTable tr:hover {
  background-color: #D6EEEE;
}

#cashewTable,
#cashewTable th,
#cashewTable td {
  border: 1px solid #DDD;
  border-collapse: collapse;
}

#cashewTable th,
#cashewTable td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #DDD;
}

.blogSection a {
  text-decoration: none;
  color: unset;
}

.responsive-banner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 1.4rem;
}

.responsive-banner-img {
  width: 100%;
  height: auto;
  min-height: 220px;
  max-height: 400px;
  /*object-fit: cover;*/
}

/* @media (max-width: 768px) {
  .responsive-banner-img {
      min-height: 200px;
  }
} */

.banner-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8);
  padding: 0 1rem;
}
