/*----------------------------------------------------
CUSTOM STYLE
---------------------------------------------------- */

.navbar-default .navbar-toggle {
  border-color: #00A1FF !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #00A1FF !important;
}
.text-green {
  color:#00C944 !important;
}
.text-blue {
  color:#00A1FF !important;
}
.text-white {
  color:#fff !important;
}
.text-dark {
  color:#343a40 !important;
}
.text-black {
  color:#000 !important;
}
.gray-bg {
  background-color: #f1f1f1;
}
@media (max-width: 767px){
  .hide_mobile, #get_started {
    display: none !important;
  }
}

/* Header btn */

.header_btn {
  padding: 8px;
  border: 2px solid #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  overflow: hidden;
}

.header_btn i {
  padding-right: 14px;
  font-size: 24px;
}

.header_btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  z-index: -1;
}

.header_btn:hover {
  color: #00A1FF;
}

.header_btn:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/*Services*/

.service_feature {
  margin-bottom: 25px;
}
.service_feature .media .media-body h4 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  /*font-weight: bold;*/
  color: #222222;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  padding-bottom: 20px;
}
.service_feature .media .media-body p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  color: #696969;
}
.service_feature .media .media-left {
  padding-right: 35px;
}
.service_feature .media .media-left i {
  font-size: 25px;
  color: #00FE54;
}
.service_feature:last-child  {
  margin-bottom: 0px;
}
/*.service_feature:first-child {
  margin-top: 20px;
}*/
@media (max-width: 991px){
  .service_feature:first-child {
    margin-top: 75px;
  }
  .service_feature{
      max-width: 360px;
      margin: 0px auto 10px;
  }
}

/*Benefits*/

.benef_bg {
  background: url('../img/footer-bg.jpg') no-repeat scroll center center;
  background-size: cover;
  position: relative;
  background-image: -moz-linear-gradient(150deg, #00A1FF 0%, #00C944 100%);
  background-image: -webkit-linear-gradient(150deg, #00A1FF 0%, #00C944 100%);
  background-image: -ms-linear-gradient(150deg, #00A1FF 0%, #00C944 100%);
  opacity: .80;
  color:#fff;
}
.benefit-list li{
  margin-bottom: 15px;
}

/*Footer*/

.footer-bg {
  background: url('../img/footer-bg.jpg') no-repeat scroll center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px){
  .contact-box {
    padding: 10px !important;
  }
}