/* start sass */
/* end sass */
/* start global */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Archivo Black"; }

a {
  text-decoration: none !important; }

button,
input,
select {
  font-family: "Archivo Black" !important; }

.extra {
  font-size: 60px; }
  @media (max-width: 767px) {
    .extra {
      font-size: 40px; } }

.colored {
  color: #c7081b !important;
  font-weight: bold;
  text-transform: uppercase; }

.white {
  color: #fff; }

.number {
  position: relative;
  color: #fff !important; }

.main-head {
  position: relative; }
  .main-head:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    background-color: #006340; }

.main-p {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  text-align: justify; }

/* end global */

/*# sourceMappingURL=global.css.map */
