body {
  font-family: 'Montserrat', sans-serif;
}

section.hero-slider {
  position: relative;
  z-index: 99;
  padding: 0 0 50px;
}
section.hero-slider .row {
  align-items: center;
}

section.hero-slider::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 48%,
    rgba(132, 175, 241, 1) 100%
  );
  right: 0%;
  top: 0;
  position: absolute;
  z-index: -1;
}

.hero-content {
  padding: 10% 10% 2% 10%;
}

.slick-active .hero-title {
  animation: fadeInRight 1s;
}
.slick-active .hero-paragraph {
  animation: fadeInLeft 1.2s;
}
.hero-paragraph {
  margin: 30px 0 0 0;
}
h3.hero-title {
  font-size: 30px;
  color: #062238;
}

p.hero-paragraph {
  font-size: 30px;
  font-weight: bold;
}

ul.hero-paragraph {
  font-size: 20px;
}

.hero-image img {
  max-width: 100%;
}
.slick-active .hero-image,
.slick-active a.hero-btn {
  /* animation: fadeInUp 1.5s; */
  animation: fadeIn 2s;
}
a.hero-btn:hover,
a.hero-btn {
  display: inline-block;
  background: #17a2b8;
  padding: 10px 20px;
  color: #000;
  margin: 30px 0 0 0;
  font-size: 20px;
  border-radius: 7px;
  font-weight: bold;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeIn {
  0% { 
    opacity: 0; 
  }
  100% { 
    opacity: 1; 
  }
}

/* dot control */
ul.slick-dots {
  margin-left:0px;
  text-align: center;
  list-style: none !important;
}

ul.slick-dots li {
  display: inline-block;
  margin: 0 5px !important;
  width: 10px;
  height: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}

ul.slick-dots li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #74a9f8;
}

ul.slick-dots li.slick-active:before {
  background: #122060;
}

ul {
  list-style: none;
  padding: 0 !important;
}

.prev-arrow{
  position: absolute;
  bottom: 40%;
  left: 0;

}

.prev-arrow span{
  color:#FFF;
  font-size:3rem;
}

.prev-arrow button{
  background: rgba(255, 255, 255, 0.1);
  width: 52px;
  height: 87.5px;
  padding: 10px;
  border: none;
  border-radius:3px;
  cursor:pointer;
  transform-origin: center center;
  animation: fadeInUp 1s;
}

.prev-arrow button:focus{
  outline:none;
  box-shadow:none;
}

.prev-arrow button:hover{
  background: rgba(116,169,248, 0.1);
}

.next-arrow{
  position: absolute;
  bottom: 40%;
  right: 0;

}

.next-arrow span{
  color:#FFF;
  font-size:3rem;
}

.next-arrow button{
  background: rgba(255, 255, 255, 0.1);
  width: 52px;
  height: 87.5px;
  padding: 10px;
  border: none;
  border-radius:3px;
  cursor:pointer;
  transform-origin: center center;
  animation: fadeInUp 1s;
}

.next-arrow button:focus{
  outline:none;
  box-shadow:none;
}


.next-arrow button:hover{
  background: rgba(116,169,248, 0.1);
}

@media (max-width: 1027px) {


  .prev-arrow{
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;

  }
  .next-arrow{
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 0;
    transform-origin: center center;
  }
}

@media all and (max-width:480px) {
  .hero-container{
    padding-top: 0px;
  }
  .slider-item{
    padding: top 50px !important;
  }
  h3.hero-title {
    font-size: 30px;
    color: #062238;
  }
  
  p.hero-paragraph {
    font-size: 30px;
    font-weight: bold;
  }
  
  ul.hero-paragraph {
    font-size: 20px;
  }
  
  .hero-image img {
    max-width: 100%;
  }
  .slick-active .hero-image,
  .slick-active a.hero-btn {
    /* animation: fadeInUp 1.5s; */
  }
  a.hero-btn:hover,
  a.hero-btn {
    display: inline-block;
    background: #17a2b8;
    padding: 10px 20px;
    color: #000;
    margin: 30px 0 0 0;
    font-size: 20px;
    border-radius: 7px;
    font-weight: bold;
  }
  /* dot control */
  ul.slick-dots {
    text-align: center;
    list-style: none !important;
  }

  ul.slick-dots li {
    display: inline-block;
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
  }

  ul.slick-dots li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #74a9f8;
  }

  ul.slick-dots li.slick-active:before {
    background: #122060;
  }

  ul {
    list-style: none;
    padding: 0 !important;
  }


}



@media all and (max-width: 991px) {
  .hero-content {
    padding: 0 5%;
  }
  section.hero-slider {
    margin-bottom: 30px;
    padding: 30px 0;
  }
  .slick-track {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  section.hero-slider .row .col-lg-6 {
    margin: 0 0 30px;
  }
}

@media all and (max-width: 765px) {
  #carouselExampleIndicators {
    padding-top: 0px !important;
  }
}
