/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 @font-face {
	font-family: BlackArougRegular;
	src: url(/font/BlackAroug-Regular.ttf) format('truetype')
  }

  
  code {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
  }
  
  img {
	vertical-align: middle;
	border-style: none
  }
  
  th {
	text-align: inherit
  }
  
  button {
	border-radius: 0
  }
  
  button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
  }
  
  button,
  input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
  }
  
  button,
  input {
	overflow: visible
  }
  
  button {
	text-transform: none
  }
  
  [type=button],
  [type=reset],
  [type=submit],
  button {
	-webkit-appearance: button
  }
  
  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled),
  button:not(:disabled) {
	cursor: pointer
  }
  
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner,
  button::-moz-focus-inner {
	padding: 0;
	border-style: none
  }
  
  input[type=checkbox],
  input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
  }
  
  input[type=date],
  input[type=datetime-local],
  input[type=month],
  input[type=time] {
	-webkit-appearance: listbox
  }
  
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
	height: auto
  }
  
  [type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
  }
  
  [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
  }
  
  ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
  }
  
  [hidden] {
	display: none !important
  }
  
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	margin-bottom: 2.8rem;
	font-weight: 500;
	line-height: 1.2;
	text-shadow: 4px 2px black;
  }
  
  .h1,
  h1 {
	font-size: 2.5rem
  }
  
  .h2,
  h2 {
	font-size: 2.5rem
  }
  
  .h3,
  h3 {
	font-size: 1.75rem
  }
  
  .h4,
  h4 {
	font-size: 1.5rem
  }
  
  .h5,
  h5 {
	font-size: 1.25rem
  }
  
  .h6,
  h6 {
	font-size: 1rem
  }
  
  .display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
  }
  
  .display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
  }
  
  .display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
  }
  
  .display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
  }
  
  code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
  }
  
  a>code {
	color: inherit
  }
  
  .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
  }
  
  @media (min-width:576px) {
	.container {
	  max-width: 540px
	}
  }
  
  @media (min-width:768px) {
	.container {
	  max-width: 720px
	}
  }
  
  @media (min-width:992px) {
	.container {
	  max-width: 960px
	}
  }
  
  @media (min-width:1200px) {
	.container {
	  max-width: 1800px
	}
  }
  
  .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 120px;
  }
  
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
  }
  
  .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
  }
  
  .col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
  }
  
  .col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
  }
  
  .col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
  }
  
  .col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
  }
  
  .col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
  }
  
  .col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
  }
  
  .col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
  }
  
  .col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
  }
  
  .col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
  }
  
  .col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
  }
  
  .col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
  }
  
  .col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
  }
  
  .col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
  }
  
  @media (min-width:768px) {
	.col-md {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%
	}
  
	.col-md-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: 100%
	}
  
	.col-md-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.33333%;
	  flex: 0 0 8.33333%;
	  max-width: 8.33333%
	}
  
	.col-md-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.66667%;
	  flex: 0 0 16.66667%;
	  max-width: 16.66667%
	}
  
	.col-md-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%
	}
  
	.col-md-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.33333%;
	  flex: 0 0 33.33333%;
	  max-width: 33.33333%
	}
  
	.col-md-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.66667%;
	  flex: 0 0 41.66667%;
	  max-width: 41.66667%
	}
  
	.col-md-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%
	}
  
	.col-md-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.33333%;
	  flex: 0 0 58.33333%;
	  max-width: 58.33333%
	}
  
	.col-md-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.66667%;
	  flex: 0 0 66.66667%;
	  max-width: 66.66667%
	}
  
	.col-md-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%
	}
  
	.col-md-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.33333%;
	  flex: 0 0 83.33333%;
	  max-width: 83.33333%
	}
  
	.col-md-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.66667%;
	  flex: 0 0 91.66667%;
	  max-width: 91.66667%
	}
  
	.col-md-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%
	}
  }
  
  .btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
  }
  
  @media (prefers-reduced-motion:reduce) {
	.btn {
	  -webkit-transition: none;
	  -o-transition: none;
	  transition: none
	}
  }
  
  .btn:hover {
	color: #212529;
	text-decoration: none
  }
  
  .btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
  }
  
  .btn:disabled {
	opacity: .65
  }
  
  .btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
  }
  
  .btn-link:hover {
	color: #0056b3;
	text-decoration: underline
  }
  
  .btn-link:focus {
	text-decoration: underline;
	-webkit-box-shadow: none;
	box-shadow: none
  }
  
  .btn-link:disabled {
	color: #6c757d;
	pointer-events: none
  }
  
  .btn-block {
	display: block;
	width: 100%
  }
  
  .btn-block+.btn-block {
	margin-top: .5rem
  }
  
  input[type=button].btn-block,
  input[type=reset].btn-block,
  input[type=submit].btn-block {
	width: 100%
  }
  
  .fade {
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
  }
  
  @media (prefers-reduced-motion:reduce) {
	.fade {
	  -webkit-transition: none;
	  -o-transition: none;
	  transition: none
	}
  }
  
  .fade:not(.show) {
	opacity: 0
  }
  
  @-webkit-keyframes progress-bar-stripes {
	from {
	  background-position: 1rem 0
	}
  
	to {
	  background-position: 0 0
	}
  }
  
  @keyframes progress-bar-stripes {
	from {
	  background-position: 1rem 0
	}
  
	to {
	  background-position: 0 0
	}
  }
  
  .tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
  }
  
  .tooltip.show {
	opacity: .9
  }
  
  .tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
  }
  
  .carousel {
	position: relative
  }
  
  .carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y
  }
  
  .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 300px;
  }
  
  .carousel-inner::after {
	display: block;
	clear: both;
	content: ""
  }
  
  .carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	-o-transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
  }
  
  @media (prefers-reduced-motion:reduce) {
	.carousel-item {
	  -webkit-transition: none;
	  -o-transition: none;
	  transition: none
	}
  }
  
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
	display: block
  }
  
  .active.carousel-item-right,
  .carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
  }
  
  .active.carousel-item-left,
  .carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
  }
  
  .carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
  }
  
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right,
  .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
  }
  
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0s .6s opacity;
	-o-transition: 0s .6s opacity;
	transition: 0s .6s opacity
  }
  
  @media (prefers-reduced-motion:reduce) {
  
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
	  -webkit-transition: none;
	  -o-transition: none;
	  transition: none
	}
  }
  
  .carousel-control-next,
  .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 20000 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	-o-transition: opacity .15s ease;
	transition: opacity .15s ease
  }
  
  @media (prefers-reduced-motion:reduce) {
  
	.carousel-control-next,
	.carousel-control-prev {
	  -webkit-transition: none;
	  -o-transition: none;
	  transition: none
	}
  }
  
  .carousel-control-next:focus,
  .carousel-control-next:hover,
  .carousel-control-prev:focus,
  .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
  }
  
  .carousel-control-prev {
	left: 0
  }
  
  .carousel-control-next {
	right: 0
  }
  
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
  }
  
  .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
  }
  
  .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
  }
  
  @-webkit-keyframes spinner-border {
	to {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg)
	}
  }
  
  @keyframes spinner-border {
	to {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg)
	}
  }
  
  @-webkit-keyframes spinner-grow {
	0% {
	  -webkit-transform: scale(0);
	  transform: scale(0)
	}
  
	50% {
	  opacity: 1
	}
  }
  
  @keyframes spinner-grow {
	0% {
	  -webkit-transform: scale(0);
	  transform: scale(0)
	}
  
	50% {
	  opacity: 1
	}
  }
  
  .align-top {
	vertical-align: top !important
  }
  
  .align-bottom {
	vertical-align: bottom !important
  }
  
  .align-text-bottom {
	vertical-align: text-bottom !important
  }
  
  .align-text-top {
	vertical-align: text-top !important
  }
  
  .border {
	border: 1px solid #dee2e6 !important
  }
  
  .border-top {
	border-top: 1px solid #dee2e6 !important
  }
  
  .border-right {
	border-right: 1px solid #dee2e6 !important
  }
  
  .border-bottom {
	border-bottom: 1px solid #dee2e6 !important
  }
  
  .border-left {
	border-left: 1px solid #dee2e6 !important
  }
  
  .border-0 {
	border: 0 !important
  }
  
  .border-top-0 {
	border-top: 0 !important
  }
  
  .border-right-0 {
	border-right: 0 !important
  }
  
  .border-bottom-0 {
	border-bottom: 0 !important
  }
  
  .border-left-0 {
	border-left: 0 !important
  }
  
  .border-white {
	border-color: #fff !important
  }
  
  .d-none {
	display: none !important
  }
  
  .d-inline {
	display: inline !important
  }
  
  .d-inline-block {
	display: inline-block !important
  }
  
  .d-block {
	display: block !important
  }
  
  .d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
  }
  
  .d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
  }
  
  @media (min-width:768px) {
	.d-md-none {
	  display: none !important
	}
  
	.d-md-inline {
	  display: inline !important
	}
  
	.d-md-inline-block {
	  display: inline-block !important
	}
  
	.d-md-block {
	  display: block !important
	}
  
	.d-md-flex {
	  display: -webkit-box !important;
	  display: -ms-flexbox !important;
	  display: flex !important
	}
  
	.d-md-inline-flex {
	  display: -webkit-inline-box !important;
	  display: -ms-inline-flexbox !important;
	  display: inline-flex !important
	}
  }
  
  .flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
  }
  
  .flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
  }
  
  .justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
  }
  
  .align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
  }
  
  .align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
  }
  
  @media (min-width:768px) {
	.flex-md-row {
	  -webkit-box-orient: horizontal !important;
	  -webkit-box-direction: normal !important;
	  -ms-flex-direction: row !important;
	  flex-direction: row !important
	}
  
	.flex-md-wrap {
	  -ms-flex-wrap: wrap !important;
	  flex-wrap: wrap !important
	}
  
	.justify-content-md-center {
	  -webkit-box-pack: center !important;
	  -ms-flex-pack: center !important;
	  justify-content: center !important
	}
  
	.align-items-md-center {
	  -webkit-box-align: center !important;
	  -ms-flex-align: center !important;
	  align-items: center !important
	}
  
	.align-content-md-center {
	  -ms-flex-line-pack: center !important;
	  align-content: center !important
	}
  }
  
  .position-absolute {
	position: absolute !important
  }
  
  @supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
	  position: -webkit-sticky;
	  position: sticky;
	  top: 0;
	  z-index: 1020
	}
  }
  
  .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
  }
  
  .shadow {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
  }
  
  .shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
  }
  
  .h-25 {
	height: 25% !important
  }
  
  .h-50 {
	height: 50% !important
  }
  
  .h-75 {
	height: 75% !important
  }
  
  .h-100 {
	height: 100% !important
  }
  
  .h-auto {
	height: auto !important
  }
  
  .m-0 {
	margin: 0 !important
  }
  
  .m-1 {
	margin: .25rem !important
  }
  
  .m-2 {
	margin: .5rem !important
  }
  
  .m-3 {
	margin: 1rem !important
  }
  
  .m-4 {
	margin: 1.5rem !important
  }
  
  .m-5 {
	margin: 3rem !important
  }
  
  .p-0 {
	padding: 0 !important
  }
  
  .px-0 {
	padding-right: 0 !important
  }
  
  .pb-0 {
	padding-bottom: 0 !important
  }
  
  .px-0 {
	padding-left: 0 !important
  }
  
  .p-1 {
	padding: .25rem !important
  }
  
  .px-1 {
	padding-right: .25rem !important
  }
  
  .pb-1 {
	padding-bottom: .25rem !important
  }
  
  .px-1 {
	padding-left: .25rem !important
  }
  
  .p-2 {
	padding: .5rem !important
  }
  
  .px-2 {
	padding-right: .5rem !important
  }
  
  .pb-2 {
	padding-bottom: .5rem !important
  }
  
  .px-2 {
	padding-left: .5rem !important
  }
  
  .p-3 {
	padding: 1rem !important
  }
  
  .px-3 {
	padding-right: 1rem !important
  }
  
  .pb-3 {
	padding-bottom: 1rem !important
  }
  
  .px-3 {
	padding-left: 1rem !important
  }
  
  .p-4 {
	padding: 1.5rem !important
  }
  
  .px-4 {
	padding-right: 1.5rem !important
  }
  
  .pb-4 {
	padding-bottom: 1.5rem !important
  }
  
  .px-4 {
	padding-left: 1.5rem !important
  }
  
  .p-5 {
	padding: 3rem !important
  }
  
  .px-5 {
	padding-right: 3rem !important
  }
  
  .pb-5 {
	padding-bottom: 3rem !important
  }
  
  .px-5 {
	padding-left: 3rem !important
  }
  
  .m-auto {
	margin: auto !important
  }
  
  @media (min-width:768px) {
	.m-md-0 {
	  margin: 0 !important
	}
  
	.m-md-1 {
	  margin: .25rem !important
	}
  
	.m-md-2 {
	  margin: .5rem !important
	}
  
	.m-md-3 {
	  margin: 1rem !important
	}
  
	.m-md-4 {
	  margin: 1.5rem !important
	}
  
	.m-md-5 {
	  margin: 3rem !important
	}
  
	.p-md-0 {
	  padding: 0 !important
	}
  
	.px-md-0 {
	  padding-right: 0 !important
	}
  
	.pb-md-0 {
	  padding-bottom: 0 !important
	}
  
	.px-md-0 {
	  padding-left: 0 !important
	}
  
	.p-md-1 {
	  padding: .25rem !important
	}
  
	.px-md-1 {
	  padding-right: .25rem !important
	}
  
	.pb-md-1 {
	  padding-bottom: .25rem !important
	}
  
	.px-md-1 {
	  padding-left: .25rem !important
	}
  
	.p-md-2 {
	  padding: .5rem !important
	}
  
	.px-md-2 {
	  padding-right: .5rem !important
	}
  
	.pb-md-2 {
	  padding-bottom: .5rem !important
	}
  
	.px-md-2 {
	  padding-left: .5rem !important
	}
  
	.p-md-3 {
	  padding: 1rem !important
	}
  
	.px-md-3 {
	  padding-right: 1rem !important
	}
  
	.pb-md-3 {
	  padding-bottom: 1rem !important
	}
  
	.px-md-3 {
	  padding-left: 1rem !important
	}
  
	.p-md-4 {
	  padding: 1.5rem !important
	}
  
	.px-md-4 {
	  padding-right: 1.5rem !important
	}
  
	.pb-md-4 {
	  padding-bottom: 1.5rem !important
	}
  
	.px-md-4 {
	  padding-left: 1.5rem !important
	}
  
	.p-md-5 {
	  padding: 3rem !important
	}
  
	.px-md-5 {
	  padding-right: 3rem !important
	}
  
	.pb-md-5 {
	  padding-bottom: 3rem !important
	}
  
	.px-md-5 {
	  padding-left: 3rem !important
	}
  
	.m-md-auto {
	  margin: auto !important
	}
  }
  
  .text-justify {
	text-align: justify !important
  }
  
  .text-wrap {
	white-space: normal !important
  }
  
  .text-left {
	text-align: left !important
  }
  
  .text-right {
	text-align: right !important
  }
  
  .text-center {
	text-align: center !important
  }
  
  @media (min-width:768px) {
	.text-md-left {
	  text-align: left !important
	}
  
	.text-md-right {
	  text-align: right !important
	}
  
	.text-md-center {
	  text-align: center !important
	}
  }
  
  .text-white {
	color: #fff !important
  }
  
  .text-body {
	color: #212529 !important
  }
  
  .text-black-50 {
	color: rgba(0, 0, 0, .5) !important
  }
  
  .text-white-50 {
	color: rgba(255, 255, 255, .5) !important
  }
  
  .text-decoration-none {
	text-decoration: none !important
  }
  
  @media print {
  
	*,
	::after,
	::before {
	  text-shadow: none !important;
	  -webkit-box-shadow: none !important;
	  box-shadow: none !important
	}
  
	a:not(.btn) {
	  text-decoration: underline
	}
  
	img {
	  page-break-inside: avoid
	}
  
	h2,
	h3,
	p {
	  orphans: 3;
	  widows: 3
	}
  
	h2,
	h3 {
	  page-break-after: avoid
	}
  
	@page {
	  size: a3
	}
  
	body {
	  min-width: 992px !important
	}
  
	.container {
	  min-width: 992px !important
	}
  }
  
  body {
	font-family: Poppins, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 400
  }
  
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  h1,
  h2,
  h3,
  h4,
  h5 {
	line-height: 1.5;
	font-weight: 400;
	font-family: BlackArougRegular !important;
  }
  
  .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
  }
  
  .ftco-footer-social li {
	list-style: none;
	margin: 0 4px 0 4px;
	display: inline-block
  }
  
  .ftco-footer-social li a {
	height: 40px;
	width: 40px;
	display: block;
	background: rgba(0, 0, 0, .05);
	border-radius: 50%;
	position: relative
  }
  
  .ftco-footer-social li a span {
	position: absolute;
	font-size: 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
  }
  
  .ftco-footer-social li a:hover {
	color: #fff
  }
  
  .block-21 .img {
	display: block;
	height: 80px;
	width: 80px
  }
  
  .block-21 .text {
	width: calc(100% - 100px)
  }
  
  .block-21 .text .meta>div {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px
  }
  
  .block-21 .text .meta>div a {
	color: gray
  }
  
  .block-23 ul {
	padding: 0
  }
  
  .block-23 ul li,
  .block-23 ul li>a {
	display: table;
	line-height: 1.5;
	margin-bottom: 15px
  }
  
  .block-23 ul li .icon,
  .block-23 ul li .text {
	display: table-cell;
	vertical-align: top
  }
  
  .block-23 ul li .icon {
	width: 40px;
	font-size: 18px;
	padding-top: 2px
  }
  
  .block-24 a.img {
	width: 100%;
	height: 100px;
	display: block
  }
  
  .ftco-section {
	padding: 12em 0
  }
  
  .ftco-section h2 {
	margin-bottom: 0
  }
  
  footer {
	padding: 3em 0 0em 0
  }
  
  .footer-05 {
	background: #000;
  }
  
  .footer-05 .border-bottom,
  .footer-05 .border-top {
	border-color: #896d3a !important
  }
  
  .footer-05 a {
	color: #896d3a;
	text-decoration: none
  }
  
  .footer-05 a:hover {
	color: #fff8a1
  }
  
  .footer-05 .logo {
	line-height: 1.2
  }
  
  .footer-05 .logo a {
	font-size: 28px;
	color: #fff
  }
  
  .footer-05 .logo a span {
	font-size: 14px;
	display: block;
	color: #fff8a1
  }
  
  
  
  
  .footer-05 .block-21 .meta div a {
	color: rgba(255, 255, 255, .5)
  }
  
  .footer-05 .block-23 ul li {
	color: rgba(255, 255, 255, .5)
  }
  
  .footer-05 .block-23 ul li a {
	color: rgba(255, 255, 255, .5)
  }

  a#logo {
	color:#e5455f;
  }

  
