@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap");
html {
  position: relative;
  min-height: 100%; }

body {
  padding-top: 0px;
  color: #303030;
  font-family: "Rajdhani","Arial Narrow",sans-serif;
  line-height: 1.25;
  font-size: 1.1rem;
  /* Margin bottom by footer height */ }
  @media (min-width: 768px) {
    body {
      margin-bottom: 230px; } }

.header {
  background: linear-gradient(45deg, #056e95 5%, #3cac55 100%);
  color: #fff;
  padding-bottom: 50px; }
  .header header {
    padding: 20px 0; }
    .header header .domain {
      line-height: 64px;
      font-size: 1.1em;
      margin-bottom: 0; }
  .header #steps-row h1 {
    margin-top: 0;
    margin-bottom: 30px; }
  .header #steps-row h2 {
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    margin-left: 50px;
    margin-top: 30px; }
    .header #steps-row h2 span {
      position: absolute;
      width: 45px;
      height: 45px;
      font-size: 1.75em;
      left: -55px;
      border-radius: 40px;
      background-color: #ffffff;
      text-align: center;
      color: #0680ae; }
  .header #steps-row p {
    margin-left: 50px; }
  .header #steps-row a {
    color: white;
    font-weight: 600; }

.heading {
  padding: 40px 0;
  background-color: #F8F9FA;
  text-align: center; }
  .heading h2 {
    margin: 0;
    font-size: 2em;
    line-height: 1.5em; }
  .heading span {
    font-size: 0.7em;
    margin-left: 20px;
    display: inline-block; }
  .heading a {
    margin-bottom: 5px; }

section {
  padding: 40px 0; }

footer {
  padding: 30px 0;
  margin-top: 20px;
  background-color: #303030;
  color: #bebebe; }
  footer a {
    color: inherit; }
    footer a:hover {
      color: #d6d6d6; }
  footer small {
    color: #d1d1d1; }
  @media (min-width: 768px) {
    footer {
      height: 230px;
      position: absolute;
      bottom: 0;
      width: 100%; } }
  footer .fbox {
    margin-bottom: 0;
    margin-bottom: 0;
    position: relative; }
    footer .fbox i {
      font-size: 2em; }
  footer .social {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    footer .social li {
      display: inline-block;
      height: 35px;
      width: 35px;
      line-height: 35px;
      font-size: 1.6em;
      margin: 5px 1px; }
      footer .social li a {
        color: #303030;
        background-color: #7e7e7e;
        border-radius: 8px;
        width: 100%;
        height: 100%;
        display: block;
        text-align: center; }
        footer .social li a:hover {
          background-color: #bebebe; }
        footer .social li a i {
          font-size: 1.5rem;
        }
  footer .contacts {
    padding-bottom: 20px; }
  @media (max-width: 768px) {
    footer .contacts {
      text-align: center; } }
  footer #copyright {
    padding: 15px;
    color: #7e7e7e;
    font-size: 0.9em; }
    footer #copyright img {
      opacity: 0.5;
      max-height: 35px;
      width: auto;
      margin-right: 20px; }
    footer #copyright p {
      margin-bottom: 0;
      line-height: 35px; }
    footer #copyright a {
      color: inherit; }

.btn {
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  font-size: inherit;
  text-shadow: none;
  -webkit-box-shadow: inset 0 0 transparent, 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 transparent, 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem;
  padding: .5rem 1.25rem;
  -webkit-transition: 300ms ease;
  transition: 300ms ease; }

.btn:hover {
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: 200ms ease;
  transition: 200ms ease; }

.btn:focus, .btn:focus:active {
  -webkit-box-shadow: inset 0 0 transparent, 0 2px 4px -1px rgba(0, 0, 0, 0.3) !important;
  box-shadow: inset 0 0 transparent, 0 2px 4px -1px rgba(0, 0, 0, 0.3) !important;
  -webkit-transition: 200ms ease;
  transition: 200ms ease; }

.btn:active {
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: 200ms ease;
  transition: 200ms ease; }

a.btn.btn-primary {
  position: relative;
  color: #fff;
  background: linear-gradient(45deg, #056e95 5%, #3cac55 100%);
  z-index: 1;
  border-radius: 2rem;
}

a.btn.btn-primary:before {
  position: absolute;
  content: '';
  background: linear-gradient(30deg, #045c7c 25%, #35974a 95%);
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .75s;
  transition: 0.75s; }

a.btn.btn-primary:hover:before {
  opacity: 1;
  -webkit-transition: .5s;
  transition: 0.5s; }

a.btn.btn-primary:focus:before {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
  -webkit-transition: .5s;
  transition: 0.5s; }

strong {
  font-weight: 600; }

.card {
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  border-radius: 0; }

.card-img-top {
  border-radius: 0; }

.card-body {
  padding: 1.25rem 0; }

/*# sourceMappingURL=style.css.map */
