/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
  background: url("../img/hero-bg.644438028f55.jpg") top center;
  background-size: cover;
}

#hero:before {
  content: "";
  background: rgba(15, 175, 204, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 125px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 600;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

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

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #bfbfbf;
}

#hero .btn-get-started:hover {
  background: #bfbfbf;
  color: #fff;
  text-decoration: none;
}

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

@media (max-width: 768px) {
  #hero {
    height: 100vh;
    margin-bottom: 60px;
  }
  #hero h2 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
  position: relative;
  background: #fff;
  padding-bottom: 120px;
}

.icon-boxes h2 {
  position: relative;
  color: #000000;
  font-weight: 550px;
  margin-top: -35px;
  padding-bottom: 25px;
}

.icon-boxes p {
  position: relative;
  color: #000000;
  /*font-weight: 550;*/
}

.icon-boxes .icon-box {
  padding: 15px 0px;
  width: 400px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  line-height: 70px;
}

.icon-boxes .title h4 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  color: #0e879a;
}

.icon-boxes .icon-box .play i {
  font-size: 50px;
  color: #0e879a;
}

.icon-boxes .icon-box .play a:hover {
  background: none;
}

.icon-boxes .icon-box .play a:hover i {
  color: #0fafcc;
}

.icon-boxes .icon-box-stop {
  padding-top: 10px;
  top: 60%;
  right: 0px;
  width: 200px;
  height: 70px;
  position: absolute;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.icon-boxes .icon-box-stop .play i {
  font-size: 50px;
  color: #f51a5b;
}

.icon-boxes .icon-box-stop .play a:hover {
  background: none;
}

.icon-boxes .icon-box-stop .play a:hover i {
  color: #bfbfbf;
}
