/* line 5, src/assets/scss/rtl.scss */
.jumbotron {
  direction: ltr;
  text-align: left;
  margin: 0 2em 0 1em;
  padding-right: 1em;
  margin: 0 !important;
}
.ori-footer-copyright {
    padding: 25px 0;
    border-top: 1px solid #292929
}
.ori-footer-copyright .ori-copyright-text {
    font-size: 14px
}
.ori-footer-copyright .ori-copyright-social a {
    color: #fff;
    margin-left: 20px
}
.ori-footer-copyright .ori-copyright-social a:hover {
    color: var(--base-color-1)
}
.ori-footer-copyright {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}
.ori-footer-copyright .ori-copyright-text {
	padding-bottom: 10px
}
.d-flex{display:flex!important}
.justify-content-between{justify-content:space-between!important}
/*# sourceMappingURL=../../../scss */