@font-face {
  font-family: "Linearicons-Free";
  src: url("../../../assets/fonts/Linearicons-Free.eot");
  src: url("../../../assets/fonts/Linearicons-Free.eot?#iefix")
      format("embedded-opentype"),
    url("../../../assets/fonts/Linearicons-Free.woff2") format("woff2"),
    url("../../../assets/fonts/Linearicons-Free.woff") format("woff"),
    url("../../../assets/fonts/Linearicons-Free.ttf") format("truetype"),
    url("../../../assets/fonts/Linearicons-Free.svg#Linearicons-Free")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.hero-box {
  margin-top: 30px;
  padding: 40px 30px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(../../../assets/img/bg/hero-box-bg.png);
  box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1);
  align-items: center;
  text-align: center;
}

.hero-box p {
  margin-top: 40px;
  margin-bottom: 0px;
  color: #777;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Roboto", sans-serif;
}

.hero-box span.lnr {
  color: #fff;
  float: left;
  width: 60px;
  height: 60px;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  margin-right: -50px;
  margin-top: -20px;
}

.lnr-select:before {
  content: "\e852";
}

.lnr-rocket:before {
  content: "\e84b";
}

.lnr-phone:before {
  content: "\e831";
}

.lnr {
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.green-bg {
  box-shadow: 0px 10px 15px 0px rgba(1, 231, 145, 0.3);
  background: rgb(1, 231, 145);
  background: -moz-linear-gradient(
    45deg,
    rgba(1, 231, 145, 1) 0%,
    rgba(1, 231, 145, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(1, 231, 145, 1) 0%,
    rgba(1, 231, 145, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(1, 231, 145, 1) 0%,
    rgba(1, 231, 145, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01e791', endColorstr='#01e791', GradientType=1);
}

.red-bg {
  box-shadow: 0px 10px 15px 0px rgba(1, 210, 189, 0.3);
  background: rgb(1, 210, 189);
  background: -moz-linear-gradient(
    45deg,
    rgba(1, 210, 189, 1) 0%,
    rgba(1, 210, 189, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(1, 210, 189, 1) 0%,
    rgba(1, 210, 189, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(1, 210, 189, 1) 0%,
    rgba(1, 210, 189, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01d2bd', endColorstr='#01d2bd', GradientType=1);
}

.gradient-bg {
  box-shadow: 0px 10px 15px 0px rgba(0, 188, 233, 0.3);
  background: rgb(0, 188, 233);
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 188, 233, 1) 0%,
    rgba(0, 188, 233, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 188, 233, 1) 0%,
    rgba(0, 188, 233, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 188, 233, 1) 0%,
    rgba(0, 188, 233, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bce9', endColorstr='#00bce9', GradientType=1);
}

.section-title h2 {
  margin-top: 0;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
}

.section-title p {
}

h3 {
  font-size: 19px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.col-md-4 {
  width: 33.33333333%;
}

.section-big {
  padding: 14px 0px;
  margin-bottom: 50px;
}
