.carousel-inner {
  max-height: 450px !important;
}

.hero_area {
  min-height: unset !important;
}

.me-2 {
  margin-right: .5rem !important;
}

.me-3 {
  margin-right: .3rem !important;
}

.about-our .content {
  margin: auto;
  width: 130px;
}

.service_container {
  margin-top: 27px;
  background: #126199;
  padding: 33px 0px;
}

.service_section {
  margin-top: 67px;
}

.service_section h2 {
  color: #f8f8f9;
}

.service_section .box .img-box {
  width: 100% !important;
  height: unset !important;
}
.team_section {
  color: #ffffff;
}
.about-our .second_block{
  text-align: left;
}
.team_section .box:hover .img-box img {
  fill: #ffffff;
  transform: scale(1.1);
}
.team_section .team_container .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 75px;
  height: 125px;
  margin-bottom: 15px;
  font-weight: 200;
  height: 200px;

}
.team_section .team_container .box .img-box img {
    border: unset !important;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.team_section .team_container .box:hover .img-box img {
  fill: #ffffff;
 transform: scale(1.1);
}
.team_section .team_container .box:hover .detail-box h5::before {
  display: block
}

.team_section .team_container .box:hover .detail-box p {
  color: #393a3c
}
.team_section .team_container .box {
  padding: 9px;
  background: none;
  margin-top: 5px;
}
.team_section .team_container .box .detail-box h5 {
  color: #ffffff;

}
.team_section .team_container .box .detail-box h5::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 75px;
  height: 2px;
  background-color: #00bbf0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.team_section .team_container .box .detail-box {
  margin: 0;
}
.team_section .img_block{
  padding-right: 0;
  padding-left: 0;
}
.team_section .team_container {
  padding: 40px 15px 0px 15px;
}
  .btn-box {
    display: flex;
    justify-content: center;
    margin-top: 45px;

    a {
      @include hero_btn($primary1, $white, 10px, 45px, 0);
    }
  }


.business_section .how_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 45px 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.business_section .how_container .box .detail-box h5 {
  font-weight: 700;
  position: relative
}

.business_section .how_container .box .detail-box h5::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 75px;
  height: 2px;
  background-color: #00bbf0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.business_section .how_container .box:hover .img-box img {
  fill: #ffffff;
 transform: scale(1.1);
}

.business_section .how_container .box:hover .detail-box h5::before {
  display: block
}

.business_section .how_container .box:hover .detail-box p {
  color: #393a3c
}

.first_slide .row{
  position: absolute;
  top: 0;
  height: 100%;
  align-items: center;
  background: #ffffffcc;

}
.first_slide .row img{
  padding: 0px 76px;
}
.first_slide .detail-box{
  color: #1b1464;
  padding-right: 20px;
}
.first_slide .detail-box h1{
  font-weight: bold;
  font-size: 40px;
}
.first_slide .detail-box p{
  font-size: 24px;
}
.carousel-inner{
  display: flex;
}
.carousel-item img{
  max-height: 100%;
  max-width: 100%;
}
.about-our .first_block{
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  width: 258px;
}
.activity .activity-item .activite-label::before {
  display: none;
}
.activity-item {
  border-bottom: solid #ccc 1px;
  margin-top: 20px;
}
.newicon {
  background: #F00;
  color: #FFF;
  font-size: 70%;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: text-top;
}
@media (max-width: 992px) {
  .about-our .content {
    width: auto;
    text-align: left;
    padding-left: 15px;
  }
  .carousel-item img{
    height: 345px;
    
  }
  .carousel-item .row img{
    height: auto;
    
  }
  .first_slide .detail-box h1{
    font-weight: bold;
    font-size: 30px;
  }
  .first_slide .detail-box p{
    font-size: 19px;
  }
  .first_slide .row img{
    padding: 0px 23px;
  }
}
@media (max-width: 800px) {
  .first_slide .row img{
    padding: 0px 0px;
  }
  .first_slide .detail-box h1{
    font-weight: bold;
    font-size: 26px;
  }
  .first_slide .detail-box p{
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .first_slide .detail-box h1{
    font-size: 1.5rem;
  }
  .first_slide .detail-box p{
    font-size: 12px;
  }
  
  
}