/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {

}


#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}


#hero .carousel-fade {
  overflow: hidden;
}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}
/*.carousel-indicators{
  width: 3%;
 height: 50%;
 display: table-cell;
 vertical-align: middle;
 float: none;
 margin-left: 0%;
 margin-right: 0%;
 }*/
#hero .carousel-indicators li {
background-color: black;
}
.carousel-indicators li.active {
 background-color: black;
}

/* hero1 section*/

.hero1 {
  width: 100%;
  height: 100vh;
  background: url(../img/hero1-bg.png) top center no-repeat;
  background-size: cover;
}

.hero1 h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.hero1 h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero1 .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero1 .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero1 .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero1 .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero1 .hero1-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero1 {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero1 {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero1 .hero1-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero1 .hero1-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero1 {
    text-align: center;
  }
  .hero1 h1 {
    font-size: 32px;
  }
  .hero1 h2 {
    font-size: 24px;
  }
  .hero1 .hero1-img img {
    width: 100%;
  }
}

.header.header-scrolled .sai {
  color: #012970;
}



.wrapper{
    width: 100%;
}

.carousel{
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}
.owl-dots{
    text-align: center;
    margin-top: 40px;
}
.owl-dot{
    height: 15px;
    width: 45px;
    margin: 0 5px;
    outline: none;
    border-radius: 14px;
    border: 2px solid #0072bc!important;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover{
    background: #0072bc!important;
  }

