.padding-top-30 {
  padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
  }
.padding-left-30{
  padding-left: 30px;  
}
.margin-left-30{
  margin-left: 30px !important;
}
.font26{
  font-size: 26px;
  line-height: 39px;
}
.font-large {
  font-size: 18px;
  font-weight: 600;
  color: #403f3f !important;
}

.font-h4{
  font-weight: 600;
  line-height: 1.4;
}

.text-underline {
  text-decoration: underline;
}

.features-area .item .icon .mki {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #232323;
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .banner-area img {
    display: none;
  }
}

@media (max-width: 992px) {
  nav.navbar .navbar-brand img.logo {
    height: 30px;
    width: 97px;

  }
}
