@charset "utf-8";
/* CSS Document */
.widget-one {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  background-color: #00619C;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .16);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.widget-one .widget-one-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 24px;
  background-color: #007AC3;
  padding: 16px 24px;
  color: #FFFFFF;
}
.widget-one .widget-one-text {
  padding: 16px 24px;
}
.widget-one .widget-one-btn {
  display: inline-block;
  background-color: #85BC20;
  font-weight: 400;
  line-height: 48px;
  padding: 0 72px 0 24px;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 24px 24px;
  white-space: nowrap
}
.widget-one .widget-one-btn:hover {
  background-color: #6FA014;
}
.widget-one .widget-one-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, .10);
  text-align: center;
  content: "\276F";
  overflow: hidden
}
/* green bg*/
.widget-one.green {
  background-color: #85BC20;
}
.widget-one.green .widget-one-title {
  background-color: #79A823
}
.widget-one.green .widget-one-btn {
  background-color: #007AC3;
}
.widget-one.green .widget-one-btn:hover {
  background-color: #0468A4;
}

/* black bg*/

.widget-one.black {
  background-color: #000000;
}
.widget-one.black .widget-one-title {
  background-color: #191919
}
.widget-one.black .widget-one-btn {
  background-color: #007AC3;
}
.widget-one.black .widget-one-btn:hover {
  background-color: #0468A4;
}