.section-bg-6, .section-bg-7{
    background-color: white;
}
.btn-primary{
    background:var(--ltn__secondary-color);
}
.home_feature_card{
    height:350px;
    display: flex;
}
.slick-slide-arrow-1 .slick-arrow{
    background: #3c53a4 !important;
}
.bg-image{
    background-size: contain !important;
}
.slick-dots{
    display: none !important;
}

.bg_secondary{
    background: var(--ltn__secondary-color);
}

.bg_primary{
    background: #cc0014;
}

/* Gallery LightBox Start */
.lightbox-gallery {
  overflow-x: hidden;
}
.lightbox-gallery p {
  color: #fff;
}
.lightbox-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .lightbox-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}
.lightbox-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}
.lightbox-gallery .intro p {
  margin-bottom: 0;
}
.text-20{
    font-size: 20px;
}
.lightbox-gallery .photos {
  padding-bottom: 20px;
}
.lightbox-gallery .item {
  padding-bottom: 30px;
}
/* Gallery LightBox End */

@media only screen and (max-width: 767px) {

}