.img-fluid {
  max-width: 120%;
  height: auto;
}

.justify-content-center {
  justify-content: center !important;
}

div {
  color: #22311a;
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  outline: none;
}

*, ::after, ::before {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  border-style: none;
}

.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: inherit;
}

div {
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, svg {
  vertical-align: middle;
}

::selection {
  color: #fff;
  background: #3763f4;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

div {
  color: #ffffff;
  list-style: none;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
  color: #94c22e !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.96);
  z-index: 999999999999999999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-loader-show {
  opacity: 1;
}

