.slider-title {
	font-family: "Arial Rounded MT Bold" !important;
	font-size:50px;
	color:#FFFFFF;
	width:100%;
	line-height:normal;
	text-align:left;
	text-shadow: 1px 1px 4px #000000;
}
.hero .hero-slide .header-content {
    top: 35%;
	margin:auto;
    width: 50%;
    padding: 0px 80px;
    position: absolute;
	text-align:left;
}
.slider-title span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
	line-height:30px !important;
	float:left;
	font-weight:lighter !important;
	text-shadow: 1px 1px 4px #000000;
    width: 500px;
	margin-top:10px;
}
.hero-text h2 {
  margin-bottom: 50px;
}

.hero-text .hero {
  position: relative;
}

.hero-text .hero .hero-slide a:hover span {
  color: #033a71;
}
.hero .hero-slide {
	background-color:#cccccc;
	border: solid 1px #cccccc;
	border-radius: 15px;
	overflow:hidden;
	display:block;
}
.hero .hero-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  z-index:-999999 !important;
}

.slide-content {
  padding: 10px 20px 10px 0;
}

.slide-content .h1 {
  font-size: 62px
}

.btn-primary {
  background-color: #e25872;
  border: #fff;
  border-radius: 0px;
  margin-top:40px;
  font-size:14px;
}
.btn-primary:hover {
  background-color: #000000;
  border: #fff;
  border-radius: 0px;
  margin-top:40px;
  font-size:14px;
}
/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes fadeInUpSD {
  0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/* Text Animation End **/

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  width: auto;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  outline: none;
}

.slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}

.slick-active button {
  background: #e45875;
}

/* Media Queries */

@media (max-width: 768px) {
.slider-title {
	font-family: "Arial Rounded MT Bold" !important;
	font-size:30px;
	color:#FFFFFF;
	width:100%;
	line-height:normal;
	text-align:center;
	text-shadow: 2px 2px 4px #000000;
	margin-bottom:20px !important;
}
.hero .hero-slide .header-content {
    top: 20%;
	margin:auto;
    width: 100%;
    padding: 0px 20px;
    position: absolute;
	text-align:center;
}
.slider-title span {
	font-family: sans-serif;
	font-size:16px;
	color:#FFFFFF;
	line-height:26px !important;
	float:none;
	font-weight:lighter !important;
	text-shadow: 1px 1px 4px #000000;
}
.hero .hero-slide {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin: auto;
    padding: 0px;
    float: left;
    margin-left: 0%;
}

.hero .hero-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  z-index:-999999 !important;
}
.slider-desktop {
	display:none !important;
}
.slick-dots {
	display:none !important;
}
}