/*****************************************/
/*     Start your custom style here      */
/*****************************************/
/* FADE IN ANIMATIONS */

/* FADE IN */

/* .fade-in {
  opacity: 0 !important;
  transform: translate(0, 0);
  transition: all 2s;
}

.fade-in.view-effect {
  opacity: 1 !important;
  transform: translate(0, 0);
} */


/* FADE IN FROM BOTTOM */

/* .fade-bottom {
  opacity: 0 !important;
  transform: translate(0, 10vh);
  transition: all 2s;
}

.fade-bottom.view-effect {
  opacity: 1 !important;
  transform: translate(0, 0);
} */

/* FADE IN FROM LEFT */

/* .fade-left {
  opacity: 0 !important;
  transform: translate(-10vh, 0vh);
  transition: all 2s;
}

.fade-left.view-effect {
  opacity: 1 !important;
  transform: translate(0, 0);
} */

/* FADE IN FROM RIGHT */

/* .fade-right {
  opacity: 0 !important;
  transform: translate(10vh, 0vh);
  transition: all 2s;
}

.fade-right.view-effect {
  opacity: 1 !important;
  transform: translate(0, 0); */
}

/* FADE IN ONLY */

/* .fade-in-section {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
} */

.p-same-margin p { margin: 0.7rem 0 }

.border-right-light { border-right: 1px solid #d3d3d3 }

.list-border-bottom-light.sr-cards-pricing-01 .card-inner ul li { border-bottom: 1px solid #e5e7ea; }

.strong { font-weight: bolder; }
/* .text-darklight { color: #999999 } */

h5, .h5 { text-transform: uppercase }

.accordion_header h6 {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  color: #005;
}

.report-samples .sr-cards-filter-02-filter button { 
  background-color: #D3D3D3;
  margin: 0.2rem;
  padding: 0.2rem 1.5rem;
}

.report-samples .sr-cards-filter-02-filter button:hover { 
  background-color: #fff;
}

.report-samples .sr-cards-filter-02-filter button.active {
  background-color: #000055;
  color: #fff !important;
}

.report-samples .item-card p {
  border: 1px solid #D3D3D3;
  padding: 1rem;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.report-samples .flex-nowrap {
  flex-wrap: wrap !important;
}

.report-samples .sr-cards-filter-02-item a:hover .item-card p {
  border: none;
}


@media (max-width: 768px) {
  .report-samples .item-card p {
    min-height: 12rem;
    border: none;
  }
  .report-samples div.item-card {
    border: 1px solid #d3d3d3;
    margin: 1rem 0 1rem;
  }
  
}

@media (min-width: 768px) {
  .sr-justify-around  .row { justify-content: space-around; }
  
  .sr-justify-around .col-md-4,
  .sr-justify-around .col-lg-4 {
   -ms-flex: 0 0 32%;
   flex: 0 0 32%;
   max-width: 32%;
  }
  
  .same-height .col-md-4,
  .same-height .col-lg-4 {
   min-height: 20rem;
  }
}
ul.sr-feature-check {
  list-style-type: none;
  padding: 0.5rem 0 0 0;
}

ul.sr-feature-check > li {
  position: relative;
  padding: 0 0 2.25rem 3.5rem;
}

ul.sr-feature-check > li:before {
  content: '\f00c';
  font-family: fontawesome;
  font-size: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  line-height: 2.5rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: -0.5rem;
  border-radius: 50%;
  background-color: #003D77;
  color: #FFFFFF;
}

.border-primary {
  border-color: #008080 !important;
}

.sr-cards-grid-02 .card { padding: 1.5rem !important }

.sr-tabs-accordion-01 .accordion_header {
  border: 0;
  border-top: 0 !important;
  border-bottom: 1px solid #999 !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important; 
}

.btn, .btn-wrapper .cta_button, .btn-wrapper .cta-button, .btn-wrapper input[type="submit"], .btn-wrapper input[type="button"], input[type="submit"], input[type="button"] {
/*   min-height: auto !important; */
  padding: 0.75rem 1.375rem !important;
  
}

.sr-tabs-accordion-01 .accordion_group { background-color: transparent !important }

.bg-primary.border-primary.hs-accordion__item-icon { border-color: #008080 !important; background-color: #008080 !important; }

.sr-tabs-accordion-01 .accordion_content {
  border: 0 !important; 
}

.sr-cards-testimonial-slider-01 .author-name, .sr-cards-testimonial-slider-01 .author-title,
.sr-cards-testimonial-slider-01 .author-details h6 { color: #fff }

.sr-cards-testimonial-slider-01 .slickSliderItem { background-color: transparent !important }
.sr-cards-testimonial-slider-01 .slickSliderItem .sr-cards-testimonial-slider-01-content { background-color: #003D77 !important; color: #fff; }

.slick-dots { padding: 0 }

.container-shadow,
blockquote {
  background-color: #F7F7F8;
  border-radius: 5px;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 3px 4px 0 rgb(0 0 0 / 16%);
  box-shadow: 0px 3px 4px 0 rgb(0 0 0 / 16%);
}

blockquote { 
  margin: 1rem 0 1.5rem;
  padding: 1.6rem;
}

cite {
 display: block;
 margin: 0.5rem 0;
 font-size: .9rem;
 font-weight: bold; 
}

.container-shadow .sr-spacer-top-25 { }

.no-row-gap .sr-row { row-gap: 0rem }

.no-spacer-bottom .sr-spacer-bottom-75 { padding-bottom: 0 }