
h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0 0 15px;
  color: #000000;
}
@media (max-width: 991px) {
  h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0 0 15px;
  color: #3d4c58;
}

h5.h-white,
h6.h-white {
  color: #fff;
}


/*-----  3.6 Services            --------*/
.service-card:hover .service-card-icon {
  transform: scale(1.1);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}

/*-------- 1.4 Buttons           --------*/
button:focus,
.btn:focus,
button:active:focus,
.btn:active:focus,
button.active:focus,
.btn.active:focus,
button.focus,
.btn.focus,
button:active.focus,
.btn:active.focus,
button.active.focus,
.btn.active.focus {
  outline: 0;
  outline: none;
}
button:hover,
.btn:hover,
button:focus,
.btn:focus,
button.focus,
.btn.focus {
  outline: 0;
  outline: none;
}
button:active,
.btn:active,
button.active,
.btn.active {
  outline: 0;
  outline: none;
}
.btn {
  padding: 11px 30px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  height: auto;
  background-color: #4ba0e8;
  color: #ffffff;
  border-radius: 23.5px;
  border: 0;
  vertical-align: top;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 12px;
    line-height: 17px;
    padding: 10px 20px;
  }
}
.btn.focus,
.btn:focus {
  background-color: #4ba0e8;
  color: #ffffff;
}
.btn:hover,
.btn.active,
.btn:active {
  background: #4ba0e8;
  color: #ffffff;
}
.btn:focus {
  outline: 0;
}
.btn:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-10deg);
}
.btn:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-10deg);
}
.btn:hover {
  cursor: pointer;
}
.btn:hover:before {
  transform: translateX(300px) skewX(-10deg);
  opacity: 0.6;
  transition: .7s;
}
.btn:hover:after {
  transform: translateX(300px) skewX(-10deg);
  opacity: 1;
  transition: .7s;
}
.btn span {
  display: inline-block;
  vertical-align: middle;
}
.btn [class*='icon'] {
  display: inline-block;
  vertical-align: sub;
  padding-right: 8px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .btn [class*='icon'] {
    font-size: 12px;
  }
}
.btn.text-left {
  text-align: left;
}
.btn.text-right {
  text-align: right;
}
.btn-border {
  background-color: transparent;
  color: #000000;
  line-height: 21px;
  border: 2px solid #4ba0e8;
}
.btn-sm {
  padding: 10px 26px;
  font-size: 17px;
  line-height: 23px;
  border-radius: 21px;
}
.btn-wide {
  min-width: 264px;
}
.btn-lg {
  padding: 15px 35px;
  font-size: 15px;
  line-height: 25px;
  border-radius: 55px;
  letter-spacing: .05em;
}
.btn-lg [class*='icon'] {
  position: relative;
  top: -2px;
  padding-right: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .btn-lg [class*='icon'] {
    padding-right: 8px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .btn-lg {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .btn-lg {
    font-size: 12px;
    line-height: 17px;
    padding: 10px 20px;
  }
}
.btn-full {
  width: 100%;
}
.btn-invert {
  background: #6fbf52;
}
.btn-invert.focus,
.btn-invert:focus {
  background: #6fbf52;
}
.btn-invert:hover,
.btn-invert.active,
.btn-invert:active {
  background-color: #4ba0e8;
}
.btn-white,
.btn-white.focus,
.btn-white:focus {
  background: #fff;
  color: #425d74;
}
.btn-white:hover,
.btn-white.active,
.btn-white:active {
  background-color: #4ba0e8;
  color: #fff;
}
.btn-white:hover [class*='icon'],
.btn-white.active [class*='icon'],
.btn-white:active [class*='icon'] {
  color: #fff;
}
.btn-white [class*='icon'] {
  color: #4ba0e8;
}
.btn-inline .btn {
  margin: 0 24px 10px 0;
}
.text-center .btn-inline .btn {
  margin: 0 12px 10px;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  2% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  4% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  6% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  10% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  2% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  4% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  6% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  10% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.btn:hover > .icon-bell {
  animation: ring 10s ease .1s;
  transform-origin: top center;
  transform-origin-z: initial;
}