.leisure {
  padding: 70px 30px;
  position: relative;
  background: #fff;
}
.sp-tg {
  margin-bottom: 15px;
}
.sp-tg span {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #2e718d;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  background: rgba(46, 113, 141, 0.1);
  padding: 5px 20px;
  border-radius: 50px;
  padding-top: 7px;
}
.rev-slider-head{
  text-align: center;
}
.rev-slider-head h2 {
  margin-bottom: 12px;
  font-family: "Abril Fatface", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.tl-1,
.tl-3 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #333;
}
.tl-2 {
  display: inline-block;
  height: 12px;
  margin: 0px 5px;
  position: relative;
  top: 0;
  width: 12px;
  border: 1px solid #f26f21;
  border-radius: 50px;
}

.choose-us-item {
  border: 1px solid rgba(28, 28, 28, 0.12);
  border-radius: 10px;
  padding: 30px 25px;
  position: relative;
  transition: all 0.3s;
  min-height: 340px;
  margin: 10px 0;
  background-color: rgba(46, 113, 141, 0.1);
}

.devider {
  height: 1px;
  background-color: rgba(28, 28, 28, 0.12);
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
}
.choose-us-img {
  border: 1px solid rgba(28, 28, 28, 0.12);
  border-radius: 10px;
  padding: 12px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  transition: all 0.3s;
  left: 0;
  height: 95px;
  width: 95px;
}

.choose-us-img img {
  height: auto;
}

.choose-us-content {
  margin-top: 35px;
  margin-top: 10px;
}

.choose-us-content h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Noto Sans JP", Sans-serif;
  font-weight: 700;
}

.choose-us-content h3 a {
  font-size: 26px;
  line-height: 58px;
  color: #1A2D6D;
  font-weight: 500;
}

.choose-us-content h3 a i {
  font-size: 20px;
  margin-left: 3px;
}

.choose-us-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  color: #212529;
  margin-bottom: 0;
}

.choose-us-item:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.choose-us-item:hover .choose-us-img {
  left: 35%;
}

.choose-us-content h3 a:hover {
  color: #1D92CD;
}

.choose-us-item:hover .devider {
  background: #fff;
}

.choose-us-item:hover .choose-us-content h3,
.choose-us-item:hover .choose-us-content p {
  color: #fff;
}

.choose-us-item .hover-box {
  border-radius: 10px 0 0 10px;
}

.choose-us-item .hover-box4 {
  border-radius: 0 10px 10px 0;
}

.bor-line {
  width: 40px;
  height: 3px !important;
  margin: 10px 0;
  opacity: 1;
  border: none;
  background-color: #266c89 !important;
  transition: all 0.3s;
}

.choose-us-item:hover .bor-line {
  width: 100px;
  background: #fff !important;
}

.choose-us-item:hover .choose-us-content a {
  color: #cc8c18;
}

.choose-us-content a:hover {
  color: #fff;
}

.choose-us-content a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #fff;
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.choose-us-content a:hover::after {
  width: 100%;
  left: 0;
}
.choose-us-content a:hover{
  color: #fff !important;
}
.choose-us-item:hover {
  background: #2b718f;
  -webkit-transition-delay: 0.115s;
  transition-delay: 0.115s;
}