#copyright {
  background: #0152A1;
  text-align: center;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #77438D;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}
.section-padding {
  padding: 60px 0;
}
.section-title {
  font-size: 24px;
  color: #212121;
  line-height: 50px;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}
h1, h2, h3, h4 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
}
.navbar-brand {
  position: relative;
  padding: 20px;
  margin-bottom: 50px;
}
.section-title-w {
  font-size: 36px;
  color: #fff;
  line-height: 52px;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}
.counter-section {
  background: #0152A1;
  overflow: hidden;
  position: relative;
}
.section-padding {
  padding: 30px 0;
}
.i-date {
  color: rgb(255, 0, 0);
  font-weight: bold;
}
.j-date {
  color: rgb(255, 255, 255);
}
.counter-section .counter {
  padding: 10px 0;
}

