.c-slider-container {
  width: 100%;
}

.c-slider {
  width: 100%;
}

.c-lottie-slide {
  display:flex;
  justify-content:center;
  align-items:baseline; 
}
@media (min-width: 992px) {
   .c-lottie-slide {
    display:block;
  }
}

/** updates for Home page **/
.c-slide-inner-1 {
    width: 100%;
    background-color: rgba(121, 67, 153, 1.0);
    padding: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.c-slide-text-container-1 {
    display: table;
    order: 1;
    padding: 40px 09% 40px 12% !important;
}

.c-image-1 img {
   -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMxNiIgaGVpZ2h0PSI2MDAiIHZpZXdCb3g9IjAgMCAxMzE2IDYwMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTY0Ljc5NDUgMTY2LjkxMUMxNDQuMDU4IDcwLjI3ODIgMjI4Ljk0OSAxNy41MzM0IDI5MC41NzIgMEgxMzE2VjYwMEgxMjIuMDRDLTIwLjc3OTggNDgwLjUyNyAtMzYuMDg2IDI4OS44OTcgNjQuNzk0NSAxNjYuOTExWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMxNiIgaGVpZ2h0PSI2MDAiIHZpZXdCb3g9IjAgMCAxMzE2IDYwMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTY0Ljc5NDUgMTY2LjkxMUMxNDQuMDU4IDcwLjI3ODIgMjI4Ljk0OSAxNy41MzM0IDI5MC41NzIgMEgxMzE2VjYwMEgxMjIuMDRDLTIwLjc3OTggNDgwLjUyNyAtMzYuMDg2IDI4OS44OTcgNjQuNzk0NSAxNjYuOTExWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
}

.c-slider .slick-dots {
    position: static;
    margin-top: -30px !important;
}

h1 {font-size:50px; padding-bottom:10px; !important}
h2 {font-size:50px; font-weight:700; color:#ffffff; padding-bottom:10px; !important}

@media (max-width: 1440px) {
    .c-slide-text-container-1 {
        padding: 40px 6% 40px 8% !important;
    }
}

@media (max-width: 1024px) {
    .c-slide-text-container-1 {
        padding: 30px 4% 30px 5% !important;
    }
}

 @media (max-width: 768px) {   
   .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
} 
@media (max-width: 767px) {
    .c-slide-text-container-1 {
        padding: 20px 20px 20px 20px !important;
    }
.c-image-container-1 {
        height: 350px !important;
    } 
}

/** end **/


.slick-slide.hidden {
  display: none !important;
}

{# THIS IS THE SLICK SLIDER CSS FOR FUNCTIONALITY #}
.c-slider .slick-dots li {
  width: 30px;
  height: 4px;
  border-radius: 0;
}

.c-slider .slick-dots li.is-selected { 
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.c-slider .slick-dots {
  position: static;
  margin-top: 25px;
}

.c-slider .slick-arrow:focus{ outline: none;}
.c-slider .slick-arrow:hover{ opacity:0.4;}

.c-slider button.slick-prev,
.c-slider button.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  border-radius: 0;
  background: transparent;
}


.c-slider button.slick-prev { 
  left: -60px; 
  transform: rotate(45deg);
}
.c-slider button.slick-next { 
  right: -60px; 
  transform: rotate(-135deg);
}

.c-slider button.slick-prev svg,
.c-slider button.slick-next svg {
  display: none; 
}
    
