.mb30{
  margin-bottom: 30px;
}
.title h2{
  font-weight:800;
  display: inline-block;
  border-bottom: 2px solid #073333;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
h4.strong-title{
  font-weight:600;
  font-size:15px;
}

.front-service .item-content h2 {
  font-weight: 600;
}
.front-service .item-content .btn, .main-slider .carousel .carousel-content .btn{
  background: #068a8a;
  color: #fff;
}
.front-service .item-content .btn:hover, .main-slider .carousel .carousel-content .btn:hover{
  background: #073333 !important;
  border:1px solid #073333;
}
.front-service .item-icon a{
  width: 100px;
  height: 100px;
  font-size: 50px;
  line-height: 110px;
  background: #fff;
  border:none;
  border-radius: 50%;
  color: #9b9b9b;
}




@media screen and (max-width: 1200px) {
  .main-slider .item{
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .application-list ul{
    margin-bottom: 0;
  }
   .top-bar .text-right,  .top-bar {
     text-align: center;
   }
  .logo-wrap{
    text-align: center;
  }
  .main-slider .item{
    height: 400px;
  }
}