/* ==========================================================================
  $Works
========================================================================== */
.section {
  padding: 100px 0;
}


.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  min-height: 550px;
  overflow: hidden;
  position: relative;
  visibility: hidden;
  border-radius: 15px;
  margin-right: 10px;
}
  .work .overlay {
    background: rgba(66,96,111, 0.7);
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5 {
    color: #fff;
    margin: 0;
    opacity: 1; 
    margin-bottom: 5px;
    -moz-transform: translate3d(0, 300%, 0);
    -ms-transform: translate3d(0, 300%, 0);
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0); }
  .work p {
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    margin: 0;
    opacity: 0;
    text-align: center;
    height: 150px;
    width: 100%;
    -moz-transform: translate3d(0, 400%, 0);
    -ms-transform: translate3d(0, 400%, 0);
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0); }

.work-box img {
  max-height: 350px;
  max-width: 350px;
  object-fit: fill;
  }

.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.work-box:hover .overlay {
  opacity: 1; }
.work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
.work-box:hover .overlay h5 {
    opacity: 0;
    -moz-transform: translate3d(0, -400%, 0);
    -ms-transform: translate3d(0, -400%, 0);
    -webkit-transform: translate3d(0, -400%, 0);
    transform: translate3d(0, -400%, 0);}


/* ==========================================================================
	$Teams
========================================================================== */
.person {
  text-align: left;
padding-left: 10px;
padding-right: 10px;
    background-color: #fbfbfb;
}

.person h3 {
     color: black !important;
}

.person-right {
    background-color: #fbfbfb;
   
  text-align: right;
padding-left: 10px;
padding-right: 10px;
}
  .person-content {
    padding-top: 20px;
    /*text-align: left; */
    }
  .person h4 {
    font-weight: 400; }
  .person h5 {
    color: #7BC3B7;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px; }

  .img-responsive {
      max-width: 100%;
    }



.social-icons, .footer .footer-share {
  margin-top: 30px; }
  .social-icons li, .footer .footer-share li {
    float: left; }
  .social-icons a, .footer .footer-share a {
    border: 1px solid #7BC3B7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px; }
    .social-icons a:hover, .footer .footer-share a:hover {
      background-color: #42606F;
      border-color: #42606F;
      color: #fff; }


.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated {
  visibility: visible; }

.scroll-container {
    height: 500px;
    width: 100%;
    position:relative;
    margin: inherit;
    margin-bottom: 30px;
}

.scrolling-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 5;
  height: 100%;
    margin-bottom: 20px;
  width: 100%;
  
}

.card {
 
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

  flex: 0 0 auto;
  min-height: 250px;
  width: 100%;
  background: white;
  position: relative;
  margin-bottom: 1rem;
}

.overlay-caption {
    padding: 30px;
}

.overlay-header{
    position: relative;
    display:flex;
    padding: 10px 1rem;
    background: linear-gradient(230deg, #0a0350 0%, #551F44 30%, #C02C3A 110%);
    color: white;
    overflow: hidden;
}


.active-product-header::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(45deg, #0a0350 0%, #551F44 30%, #C02C3A 110%);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 0;
}


.active-product-header:hover::before {
    opacity: 1;
}

.overlay-header > * {
    position: relative;
    z-index: 1;
}

.feature-overlay-header{
    display:flex;
    min-height: 2.5rem;
    margin-bottom: 1rem;
}

.overlay-header img {
    display: inline-block;
    align-items:center;
    height: 2.5rem;
}

.feature-overlay-header i {
    display: inline-block;
    align-items:center;
    line-height: 2.5rem;
}

.overlay-header i {
    display: inline-block;
    align-items:center;
    line-height: 2.5rem;
    width: 2.6rem;
}

.pricing-overlay-caption
{
  padding: 30px;
  text-align: center;
}

.pricing-old {
  text-decoration: line-through;
  font-size: 10px;
  padding-left: 5px;
}

.overlay-header h4 {
    display: inline-block;
    line-height: 2.5rem;
    padding-left: 1rem;
    margin: 0;
    color: white;
}


.feature-overlay-header h4 {
    display: inline-block;
    line-height: 2.5rem;
    padding-left: 1rem;
    margin: 0;
}


.feature-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

    flex: 0 0 auto;
    min-height: 250px;
    /*border-radius: 15px;*/
    background: #fbf7f4;
    position: relative;
    margin-bottom: 1rem;
}

@media screen and (max-width: 900px) {
		.feature-card {
      width: 100%;
    }
	}

	@media screen and (min-width: 900px) {
		.feature-card {
      width: 32%;
    }
	}

  @media screen and (max-width: 900px) {
		.pricing-card {
      width: 100%;
    }
	}

	@media screen and (min-width: 900px) {
		.pricing-card {
      width: 28%;
    }
	}

  .pricing-card {
 
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

  flex: 0 0 auto;
  min-height: 300px;
  background: white;
  position: relative;
  margin-bottom: 1rem;
}
  


.row-custom {
    height: 100%;
}

.client {
    margin: auto;
  width: 200px;
  height: 150px;
  text-align: left;
padding-left: 10px;
padding-right: 10px;
    background: white;
     display: flex;
  justify-content: center;
      align-items: center;
}

.client img {
    width: 150px;
}

.client-grayscale {
    filter: grayscale(100%) invert(100%);
}

.col-overwrite {
    padding: 0 !important;
}


/* Style the navbar */
#navbar {
  line-height: 0;
  background-color: #333;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1000;
}

/* Navbar links */
#navbar a {
  color: #f2f2f2;
  text-decoration: none;
  border-bottom: none;
}

#navbar .logo {
  height: 2rem;
  margin: 0.5rem;
  float: left;
}

#navbar .company-stack {
  display: flex;
  margin-top: 0.25rem;
  padding-left: 5px;
}

#navbar .company-stack .current-comp {
  margin-top: 0.8rem;
  line-height: 1.25rem;
  font-size: 20px;
  margin-right: 0.65rem;
}

#navbar .other-comp {
  color: gray;
  margin-top: 1.05rem;
  line-height: 1.25rem;
  font-size: 20px;
  float: right;
}

#navbar .other-comp:hover {
  color: lightgray;
}

.inner-buttons a {
  text-decoration: none;
  border: 1px white solid;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-top: 0.5rem;
}

.inner-buttons .highlight {
  background-color: white;
  color: #333;
}

.inner-buttons .offset {
  background: linear-gradient(230deg, #0a0350 0%, #551F44 30%, #C02C3A 110%);
  color: white;
  cursor: pointer;
}

.inner-buttons .offset-consulting {
  background: linear-gradient(230deg, #2B2747, #42606F 30%, #7BC3B7 100%);
  color: white;
}

.inner-buttons a:hover {
  color: white !important;
}

.inner-buttons .highlight:hover {
  color: black !important;
}

/* Faq */

.faq {
      margin: auto;
    }

    .faq-item {
      border-bottom: 1px solid #ccc;
      padding: 10px 0;
    }

    .faq-item input {
      display: none !important;
    }

    .faq-item label {
      display: block;
      font-weight: bold;
      cursor: pointer;
      position: relative;
      padding-right: 20px;
    }

    .faq-item label::after {
      content: '+';
      position: absolute;
      right: 0;
      transition: transform 0.3s ease;
    }

    .faq-item input:checked + label::after {
      content: '-';
    }

    .faq-item .answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
    }

    .faq-item input:checked ~ .answer {
      max-height: 1200px; /* adjust as needed */
      margin-top: 10px;
    }

/* back navigation */
.nav-back-button {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.nav-back-button a {
  text-decoration: none;
  border-bottom: none;
}

.nav-back-button a:hover {
  color: #551F44;
}