@import url("https://fonts.googleapis.com/css?family=Tahoma:200,300,300i,400,400i,500,500i,600,600i,700,800&display=swap");

/* line 29,  */
.boxed-btn3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001D38+0,fd8e5e+100 */
  background: #6E0A1E;
  /* IE6-9 */
  color: #fff;
  display: inline-block;
  padding: 19px 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 600;
}

/* line 47,  */
.boxed-btn3:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001D38+0,fd8e5e+100 */
  background: green;
  /* IE6-9 */
  color: #fff !important;
}

/* line 53,  */
.boxed-btn3:focus {
  outline: none;
}

/* line 56,  */
.boxed-btn3.large-width {
  width: 220px;
}

/* line 61,  */
.boxed-btn3-white {
  color: #fff;
  display: inline-block;
  padding: 13px 27px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  letter-spacing: 2px;
}

/* line 78,  */
.boxed-btn3-white:hover {
  background: #28AE61;
  color: #fff !important;
  border: 1px solid transparent;
}

/* line 83,  */
.boxed-btn3-white i {
  margin-right: 2px;
}

/* line 86,  */
.boxed-btn3-white:focus {
  outline: none;
}

/* line 89,  */
.boxed-btn3-white.large-width {
  width: 220px;
}

/* line 94,  */
.boxed-btn3-line {
  color: #fff !important;
  display: inline-block;
  padding: 14px 47px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  border: 1px solid #001D38;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #001D38;
  cursor: pointer;
  letter-spacing: 2px;
}

/* line 111,  */
.boxed-btn3-line:hover {
  color: #001D38 !important;
  border: 1px solid #001D38;
  background: #fff;
}

/* line 117,  */
.boxed-btn3-line:focus {
  outline: none;
}

/* line 120,  */
.boxed-btn3-line.large-width {
  width: 220px;
}