/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero_test {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
  background: url("../img/mv_03_2.jpg") center center;
  background-size: cover;
  position: relative;
  margin-bottom: -90px;
	 padding: 280px 0 0 0;
}

#hero_test:before {
  content: "";

  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_test .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_test h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
}

#hero_test p {
  font-weight: 400;
  margin-bottom: 30px;
	font-size: 22px;
 color: #fff;
	width: 100%;
}
#hero_test.afs_detail{
   color: #fff;
  font-weight: bold;
  margin-bottom: 100px;
	font-size: 10px;

}

#hero_test .carousel-control-prev, #hero_test .carousel-control-next {
  width: 10%;
}

#hero_test .carousel-control-next-icon, #hero_test .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero_test .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 #f6b024;
}

#hero_test .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero_test p {
    width: 100%;
  }
  #hero_test .carousel-control-prev, #hero_test .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero_test {
    height: 100vh;
    margin-bottom: 60px;
  }
  #hero_test h2 {
    font-size: 28px;
  }
	#hero_test p {
		font-size: 16px;
		line-height: 2em;
	}
}

#hero_test .icon-boxes {
	
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  #hero_test .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}

/*--------------------------------------------------------------
# Hero2 Section
--------------------------------------------------------------*/
#hero_test2 {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  background: url("../img/mv_03_6.jpg") center center;
  background-size: cover;
  position: relative;
  margin-bottom: -90px;
	 padding: 300px 0 0 0;
}

#hero_test2:before {
  content: "";

  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_test2 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_test2 h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero_test2 p {
  font-weight: 400;
  margin-bottom: 30px;
	font-size: 22px;
 color: #fff;
	width: 100%;
}
#hero_test2.afs_detail{
   color: #fff;
  font-weight: bold;
  margin-bottom: 100px;
	font-size: 10px;

}

#hero_test2 .carousel-control-prev, #hero_test .carousel-control-next {
  width: 10%;
}

#hero_test2 .carousel-control-next-icon, #hero_test .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero_test2 .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 #f6b024;
}

#hero_test2 .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero_test2 p {
    width: 100%;
  }
  #hero_test2 .carousel-control-prev, #hero_test2 .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero_test2 {
    height: 100vh;
    margin-bottom: 60px;
  }
  #hero_test2 h2 {
    font-size: 28px;
  }
	#hero_test2 p {
		font-size: 16px;
		line-height: 2em;
	}
}

#hero_test2 .icon-boxes {
	
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  #hero_test2 .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
  padding-top: 0;
}

.icon-boxes .icon-box {
  padding: 30px 10px;
  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;
	  text-align: center;
}

.icon-boxes .icon {
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align: center;
	color: #2F5477;
}

.icon-boxes .icon i {
  font-size: 45px;
  line-height: 1;
  color: #2F5477;
	text-align: center;
	margin: 0 auto;
}
.icon-boxes p{
	font-size: 18px;
	
}

.icon-boxes .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
	color: #2F5477;
}

.icon-boxes .title a {
  color: #2F5477;
}

.icon-boxes .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #777777;
}
.icon-box .detail{
	margin-top: 5px;
	font-size: 12px;
	width: 100%;
	text-align: left;

}
.icon-box:hover {
  background: #87BBD1;
}
.icon-box p:hover{
color: #fff;
}
.icon-boxes:hover .icon {
  color: #fff;
}
@media screen and (min-width:600px) {
	.hero .sp_bottom{
		margin-bottom: 50px;
	}}
@media screen and (max-width:600px) {
	.icon-boxes .icon-box{
		width: 100%;
	}
}