/**
* Scott Doucet - v4.9.2
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0563bb;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0563bb;
}

.portfolio-details .portfolio-info {
  padding: 20px;
  box-shadow: 0px 0 30px rgba(40, 47, 53, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-shadow: 4px 4px 4px #000;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  text-shadow: 4px 4px 4px #000;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio-labels {
  font-size: 28px;
  color: rgb(255, 255, 255);
  text-shadow: 4px 4px 4px #000;
}

.portfolio-labels-small {
  font-size: 18px;
  color: rgb(251, 255, 0);
  text-shadow: 2px 2px 2px #000;
}

.intro {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

p {
  font-size: 16px;
}

hr {
  width: 50%;
  margin: auto;
}

.footer-text-2 {
  color: #000000 !important;
}

.send-btn {
  background-color: #154f85 !important;
}

.send-btn a:hover {
  color: #59ff00;
}

.red-letter {
  color: red;
  font-style: bolder;
  font-size: 20px;
}

.hero-text {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.white-text {
  color: #cccaca;
}

.ds {
  font-size: 22px;
  font-weight: 500;
  color: #033361;
}

.sub-title {
  font-size: 19px;
  font-weight: 500;
  color: #000000;
}

.sub-title2 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion-header {
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-shadow-black {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

/* Space on index page for Learn More */
.more {
  padding-top: 500px;
}

/* Modify container-fluid with padding left & right */

.container-fluid {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media (max-width: 1024px) {
  .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: 100% !important;
    display: block !important;
  }
}

/* Container width change */

.container {
  max-width: 1400px !important;
}

/* New Carousel on Index page */

/* Ensure the carousel is 1920px wide and 400px high */
/* .carousel {
  max-width: 1920px;
  height: 400px;
  margin: auto;
} */

/* Make sure images fit the carousel */
/* .carousel-item {
  height: 400px;
} */

/* .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }  */
/* Ensure images fill the space */
