/*------------------------------------------------------------------
[Master Stylesheet]

Project:	payinlocal
Version:	1.1
Last change:	20/01/20 []
Assigned to:	IIT
Primary use:	Pay In Local Wallet
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
1. General
-------------------------------------------------------------------*/
body {
	font-family: 'Poppins', sans-serif;
	background: #111;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.h3,
h3 {
	color: #242438;
	font-weight: 700;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.h3,
  h3 {
		font-size: 1.5rem;
	}
}

p {
	font-family: "Open sans", sans-serif, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7em;
	color: #535353;
}

.btn {
	font-family: "Open sans", sans-serif, sans-serif;
	outline: none;
}

.btn.btn-more {
	cursor: pointer;
	background: #ffae11;
	font-size: 14px;
	padding: 10px 25px;
	border-radius: 20px;
	color: #fff;
	text-transform: uppercase;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
	outline: none !important;
}

img {
	max-width: 100%;
}

*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

button:focus,
a:focus,
button:active {
	outline: none !important;
	box-shadow: none !important;
}

section {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
	section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.line-centered-circolar {
	margin-bottom: 25px;
	margin-top: 25px;
	padding-bottom: 5px;
	position: relative;
}

.line-centered-circolar::before {
	box-shadow: 0 0 3px 3px rgba(255, 174, 17, 0.4);
	border: 3px solid #fff;
	bottom: -5px;
	content: "";
	height: 14px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 14px;
	z-index: 3;
	border-radius: 100%;
	background: #ffae11;
}

.line-centered-circolar:after {
	border: 1px solid #ffae11;
	background: #ffae11;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 90px;
}
/*************************
    back to top
*************************/
#back-to-top .top {
	margin: 0px;
	color: #fff;
	transition: all 0.5s ease-in-out;
	position: fixed;
	bottom: 105px;
	right: 0px;
	border-radius: 1px;
	z-index: 999;
	font-size: 14px;
	background: #EE323E;
	width: 70px;
	height: 70px;
	text-align: center;
	padding: 15px;
	letter-spacing: 1px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	#back-to-top .top {
		width: 50px;
		height: 50px;
		padding: 5px;
	}
}

#back-to-top i {
	padding-top: 2px;
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	#back-to-top i {
		font-size: 16px;
	}
}

#back-to-top span {
	display: block;
	line-height: 8px;
	font-size: 11px;
}

@media only screen and (max-width: 767px) {
	#back-to-top span {
		font-size: 10px;
	}
}
/********************************************************************************************
    PRELOAD
*********************************************************************************************/
#loading {
	background-color: #101825;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 9999;
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}

.object {
	width: 20px;
	height: 20px;
	background-color: #FFF;
	margin-top: 65px;
	display: inline-block;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

#object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}

#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

#object_three {
	-webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
	75% {
		-webkit-transform: scale(0);
	}
}

@keyframes object_one {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

@-webkit-keyframes object_two {
	75% {
		-webkit-transform: scale(0);
	}
}

@keyframes object_two {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

@-webkit-keyframes object_three {
	75% {
		-webkit-transform: scale(0);
	}
}

@keyframes object_three {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}
/********************************************************************************************
    CAROUSEL SLIDESHOW
*********************************************************************************************/
.box-slideshow .owl-carousel .item:before {
	content: "";
	background: url(../assets/images/pattern-white.svg) repeat;
	height: 100%;
	opacity: .15;
	position: absolute;
	width: 100%;
	z-index: 9;
}

.box-slideshow .owl-carousel .item:after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 8;
	background: linear-gradient(to right, rgba(25, 34, 49, 0.8), rgba(0, 24, 49, 0));
	background-color: rgba(30, 38, 49, 0.5);
}

.box-slideshow .owl-carousel .owl-nav .owl-prev,
.box-slideshow .owl-carousel .owl-nav .owl-next {
	padding: 15px 26px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	box-shadow: 0px 0 0 #ec5e69 inset;
	border-radius: 100%;
	font-size: 24px;
	color: #333333;
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	position: absolute;
	top: 45%;
}

.box-slideshow .owl-carousel .owl-nav .owl-prev {
	float: left;
	margin-left: 10px;
}

.box-slideshow .owl-carousel .owl-nav .owl-next {
	float: right;
	margin-right: 10px;
	right: 0;
}

.box-slideshow .owl-carousel .owl-nav .owl-next:hover {
	-webkit-box-shadow: -100px 0 0 #ec5e69 inset;
	box-shadow: -100px 0 0 #ec5e69 inset;
}

.box-slideshow .owl-carousel .owl-nav .owl-prev:hover {
	-webkit-box-shadow: 100px 0 0 #ec5e69 inset;
	box-shadow: 100px 0 0 #ec5e69 inset;
}

.box-slideshow .owl-carousel .owl-nav .owl-next,
.box-slideshow .owl-carousel .owl-nav .owl-prev {
	content: "";
	cursor: pointer;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
}

.box-slideshow .owl-carousel .owl-nav .owl-prev:before {
	content: "\f104";
}

.box-slideshow .owl-carousel .owl-nav .owl-next::before {
	content: "\f105";
}

.box-slideshow .owl-carousel:hover .owl-nav .owl-next,
.box-slideshow .owl-carousel:hover .owl-nav .owl-prev {
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.box-slideshow .owl-carousel:hover .owl-nav .owl-next {
	margin-right: 25px;
}

.box-slideshow .owl-carousel:hover .owl-nav .owl-prev {
	margin-left: 25px;
}

.box-slideshow .owl-carousel .owl-wrapper,
.box-slideshow .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.container {
	width: 100%;
	max-width: 1250px;
}

.wrapper {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	background: #efefef;
}

.wrapper .box-list {
	text-align: left;
	width: 100%;
}

@media only screen and (max-width: 995px) {
	.wrapper .box-list {
		position: absolute;
		top: 70%;
		background: #131c2b;
		margin-top: 30px;
		display: none;
	}
}

@media only screen and (max-width: 995px) {
	.wrapper .box-list.active {
		display: block;
	}
}

.wrapper .box-list .sub-title {
	color: #91a6bb;
	padding: 0 30px;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.wrapper .box-list .box-txt-account {
	display: inline-block;
	float: right;
	padding-top: 25px;
}

.wrapper .box-list .box-txt-account a {
	font-size: 13px;
	color: #ffae11;
	padding: 7px 20px;
	margin-right: 8px;
}

@media only screen and (max-width: 1100px) {
	.wrapper .box-list .box-txt-account a {
		margin-right: 0;
	}
}

.wrapper .box-list .box-txt-account a:first-child {
	border-right: 1px solid #ffae11;
	margin-right: 0px;
	padding: 7px 22px 7px 20px;
}

.wrapper .box-list .box-txt-account a:hover {
	color: #EE323E;
}

.wrapper .box-list ul.components {
	padding: 20px 0px;
	display: inline-block;
}

@media only screen and (max-width: 995px) {
	.wrapper .box-list ul.components {
		padding-left: 30px;
	}
}

.wrapper .box-list ul.components li {
	display: inline-block;
}

@media only screen and (max-width: 995px) {
	.wrapper .box-list ul.components li {
		display: block;
	}
}

.wrapper .box-list ul.components li a {
	color: #91a6bb;
	font-size: 13px;
	padding: 8px 15px;
	display: block;
	font-weight: 400;
	font-family: "Open sans", sans-serif, sans-serif;
}

@media only screen and (max-width: 1100px) {
	.wrapper .box-list ul.components li a {
		font-size: 11px;
		padding: 8px 10px;
	}
}

.wrapper .box-list ul.components li a:hover {
	color: #fff;
}

.wrapper .box-list ul.components li a:hover i {
	color: #fff;
}

.wrapper .box-list ul.components li a i {
	background-color: transparent;
	color: #91a6bb;
	font-size: 20px;
	width: 20px;
	vertical-align: middle;
}

@media only screen and (max-width: 1100px) {
	.wrapper .box-list ul.components li a i {
		font-size: 16px;
	}
}

.wrapper .box-list ul.components li.active a {
	color: #fff;
}

.wrapper .box-list ul.components li.active a i {
	color: #fff;
}

.wrapper .box-sign-up {
	padding: 0 90px 0 0;
	margin-top: 20px;
}

.wrapper .box-sign-up a {
	display: block;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 13px 30px 13px 60px;
	width: 100%;
	background: #EE323E;
	text-align: left;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
	color: #fff;
	background: #1c2636;
}

a[data-toggle="collapse"] {
	position: relative;
}

a.article,
a.article:hover {
	background: #6d7fcc !important;
	color: #fff !important;
}
/* ---------------------------------------------------
    TOP MENU
----------------------------------------------------- */
.navbar {
	padding: 15px 10px;
	background: #101825 !important;
	border: none;
	border-radius: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	position: relative;
	height: 88px;
	top: 0;
	z-index: 9;
	width: 1600px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media only screen and (max-width: 1600px) {
	.navbar {
		max-width: 100%;
	}
}

@media only screen and (max-width: 995px) {
	.navbar {
		padding: 0px 10px;
	}
}

.navbar.slideup {
	margin-top: 0px;
	position: fixed;
}

.navbar .container {
	padding: 0;
	max-width: 1600px;
}

@media only screen and (max-width: 1600px) {
	.navbar .container {
		max-width: 100%;
	}
}

@media only screen and (max-width: 995px) {
	.navbar .container {
		position: relative;
	}
}

.navbar .sidebar-header {
	padding: 0px 20px;
	width: 18%;
}

@media only screen and (max-width: 1300px) {
	.navbar .sidebar-header {
		width: 21%;
		padding: 0px 10px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar .sidebar-header {
		width: 50%;
	}
}

.navbar .sidebar-header h3 {
	font-weight: 700;
	font-size: 1.55rem;
	display: inline;
	color: #fff;
}

@media only screen and (max-width: 1100px) {
	.navbar .sidebar-header h3 {
		font-size: 1.20rem;
	}
}

.navbar .sidebar-header .pilcon-times {
	display: none;
}

@media only screen and (max-width: 995px) {
	.navbar .sidebar-header .pilcon-times {
		display: block;
		text-align: right;
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 20px;
	}
}

.navbar .sidebar-header img {
	width: 20%;
	margin-right: 10px;
	margin-top: -5px;
}

@media only screen and (max-width: 1100px) {
	.navbar .sidebar-header img {
		width: 21%;
	}
}

.navbar .top-menu {
	display: none;
}

@media only screen and (max-width: 767px) {
	.navbar .top-menu {
		display: block;
		right: 20px;
		width: 70px;
		margin: 0;
	}
}

.navbar .top-menu .btn-info {
	background-color: #192231;
	border-color: #192231;
}

.navbar .box-language {
	position: relative;
	right: -10px;
	height: 88px;
	width: 150px;
	background: #ffae11;
	-webkit-box-shadow: inset 9px 0px 27px 0px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: inset 9px 0px 27px 0px rgba(0, 0, 0, 0.43);
	box-shadow: inset 9px 0px 27px 0px rgba(0, 0, 0, 0.43);
  /*&:before {
            content: '';
            top: 0;
            z-index: 0;
            right: 0;
            height: 100%;
            left: 0;
            position: absolute;
            background: @color_second;
            transform: skew(-30deg);
            -moz-transform: skew(-30deg);
            -webkit-transform: skew(-30deg);
            -webkit-box-shadow: inset 9px 0px 27px 0px rgba(0,0,0,0.43);
            -moz-box-shadow: inset 9px 0px 27px 0px rgba(0,0,0,0.43);
            box-shadow: inset 9px 0px 27px 0px rgba(0,0,0,0.43);
        }*/;
}

@media only screen and (max-width: 1100px) {
	.navbar .box-language {
		position: relative;
		width: 15%;
	}
}

@media only screen and (max-width: 995px) {
	.navbar .box-language {
		width: 12%;
	}
}

@media only screen and (max-width: 767px) {
	.navbar .box-language {
		width: 20%;
	}
}

@media only screen and (max-width: 767px) {
	.navbar .box-language .txt-lg {
		display: none;
	}
}

.navbar .box-language .box-lang {
	color: #111;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 30px 0px 0 0;
	z-index: 1;
	position: relative;
	text-align: center;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.navbar .box-language .box-lang {
		margin: 35px 0px 0 15px;
	}
}

.navbar .box-language .box-lang .flag {
	top: 5px;
	display: inline-block;
	width: 32px;
	height: 22px;
	margin-right: 7px;
	background-repeat: no-repeat;
	background-color: #ccc;
	background-image: url(../assets/images/flags-new.jpg);
	background-size: auto 22px;
}

.navbar .box-language .box-lang .flag.flag.en-gb {
	background-position: -32px 0;
}

.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
	padding: 0px;
	transition: all 0.3s;
	top: 0;
	right: 0;
}

#content.active {
	width: 100%;
}

@media only screen and (max-width: 1300px) {
	#content {
		margin-left: 0px;
	}
}

#content .box-general-desc {
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	#content .box-general-desc {
		margin-top: 10px;
	}
}

#content .box-slideshow .description {
	position: relative;
	z-index: 99;
	margin-top: 8%;
}

@media only screen and (max-width: 1300px) {
	#content .box-slideshow .description {
		padding-left: 10%;
		margin-top: 5%;
		width: 100%;
	}
}

@media only screen and (max-width: 995px) {
	#content .box-slideshow .description {
		margin-top: 10%;
	}
}

@media only screen and (max-width: 767px) {
	#content .box-slideshow .description {
		margin-top: 25%;
	}
}

#content .box-slideshow .description p {
	color: #fff;
}

#content .box-slideshow .description .title-slider {
	font-size: 50px;
	font-weight: 300;
	font-family: "Poppins", sans-serif, sans-serif;
}

@media only screen and (max-width: 995px) {
	#content .box-slideshow .description .title-slider {
		font-size: 35px;
	}
}

@media only screen and (max-width: 767px) {
	#content .box-slideshow .description .title-slider {
		font-size: 30px;
	}
}

#content .box-slideshow .description .title-slider span {
	color: #f18109;
}

#content .box-slideshow .description .subtitle-slider {
	font-size: 35px;
	font-weight: 100;
	margin-bottom: 0;
	font-family: "Poppins", sans-serif, sans-serif;
}

@media only screen and (max-width: 995px) {
	#content .box-slideshow .description .subtitle-slider {
		font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	#content .box-slideshow .description .subtitle-slider {
		font-size: 20px;
	}
}

#content .box-slideshow .item1 {
	height: 400px;
}

#content .box-slideshow .item1 .background-img {
	background-image: url("../assets/images/slide1.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 400px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#content .box-slideshow .item2 {
	height: 400px;
}

#content .box-slideshow .item2 .background-img {
	background-image: url("../assets/images/slide2.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 400px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#content .box-slideshow .item3 {
	height: 400px;
}

#content .box-slideshow .item3 .background-img {
	background-image: url("../assets/images/slide3.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 400px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* ---------------------------------------------------
    BOX TOP CRYPTO PRICE
----------------------------------------------------- */
header {
	padding: 10px 15px;
	background: #131c2b;
	border: none;
	border-radius: 0;
	position: relative;
	height: 55px;
	top: 0;
	z-index: 9;
	width: 1600px;
}

@media only screen and (max-width: 1600px) {
	header {
		width: 100%;
	}
}

#root {
	width: 100%;
	padding: 0 30px;
	cursor: move;
}

@media only screen and (max-width: 1100px) {
	#root {
		margin-left: 0;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 995px) {
	#root {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	#root {
		padding: 0 10px;
	}
}

#root.box-log-reg {
	margin-left: 0;
}

#root .container {
	max-width: 1600px;
}

@media only screen and (max-width: 1600px) {
	#root .container {
		max-width: 100%;
	}
}

#root .box-crypto {
	padding: 0;
}

#root .box-crypto h1 {
	color: #fff;
	font-size: 13px;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 10px;
}

@media only screen and (max-width: 1300px) {
	#root .box-crypto h1 {
		font-size: 11px;
	}
}

#root .box-crypto span.price {
	color: #abe682;
	margin: 0;
	font-size: 13px;
	display: inline-block;
}

#root .box-crypto span.price span {
	font-size: 11px;
	margin-left: 8px;
}

#root .box-crypto span.price span.red {
	color: #f7626e;
}

#root .box-crypto span.price span.green {
	color: #0ee4aa;
}

#root .owl-carousel {
	touch-action: manipulation;
}

#root .owl-nav.disabled,
#root .owl-dots.disabled,
#root .owl-dots,
#root .owl-nav {
	display: none;
}
/* ---------------------------------------------------
    LOGIN
----------------------------------------------------- */
.login-body {
	background-color: #eee;
}

.login-body .content-logo-lgi {
	padding: 20px;
	position: absolute;
}

@media only screen and (max-width: 767px) {
	.login-body .content-logo-lgi {
		padding: 5px;
	}
}

@media only screen and (max-width: 995px) {
	.login-body .content-logo-lgi span {
		display: none;
	}
}

.login-body .content-logo-lgi h3.logo {
	font-weight: 700;
	font-size: 1.55rem;
	display: inline;
	color: #fff;
}

.login-body .content-logo-lgi h3.logo img {
	width: 12%;
	margin-right: 10px;
	margin-top: -5px;
}

#login {
	padding: 120px 0;
  /* Register section */;
}

#login.register-form {
	padding: 80px 0;
}

@media only screen and (max-width: 995px) {
	#login.register-form {
		display: block !important;
	}
}

@media only screen and (max-width: 767px) {
	#login.register-form {
		padding: 120px 0;
	}
}

#login .box-login {
	background: #fff;
	padding: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1300px) {
	#login .box-login {
		flex: 0 0 40%;
		max-width: 40%;
	}
}

@media only screen and (max-width: 1100px) {
	#login .box-login {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (max-width: 995px) {
	#login .box-login {
		flex: 0 0 80%;
		max-width: 80%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	#login .box-login {
		flex: 0 0 95%;
		max-width: 95%;
		padding: 15px;
	}
}

#login .box-login.registration {
	padding: 40px;
}

@media only screen and (max-width: 767px) {
	#login .box-login.registration {
		padding: 20px 15px;
	}
}

#login .box-login .content-login {
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
	padding: 40px;
}

@media only screen and (max-width: 767px) {
	#login .box-login .content-login {
		padding: 20px 10px;
	}
}

@media only screen and (max-width: 995px) {
	#login .box-login .auth-bg {
		display: none;
	}
}

#login .box-login .auth-bg .r {
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 50%;
}

#login .box-login .auth-bg .r:first-child {
	top: -100px;
	right: -100px;
	background: linear-gradient(-135deg, #6591d8 0%, #101825 100%);
}

#login .box-login .auth-bg .r:last-child {
	left: -100px;
	bottom: -100px;
	background: linear-gradient(-135deg, #6b5833 0%, #ffae11 100%);
}

#login .box-login .auth-bg .r.s {
	width: 20px;
	height: 20px;
}

#login .box-login .auth-bg .r.s:nth-child(2) {
	top: 150px;
	right: -150px;
	background: #ffae11;
}

#login .box-login .auth-bg .r.s:nth-child(3) {
	left: -150px;
	bottom: 150px;
	background: #6591d8;
}

#login .box-login .auth-bg .r:nth-child(odd) {
	-webkit-animation: floating 7s infinite;
	animation: floating 7s infinite;
}

#login .box-login .auth-bg .r:nth-child(even) {
	-webkit-animation: floating 9s infinite;
	animation: floating 9s infinite;
}

#login .box-info-reg {
	padding: 40px;
}

@media only screen and (max-width: 1100px) {
	#login .box-info-reg {
		flex: 0 0 45%;
		max-width: 45%;
	}
}

@media only screen and (max-width: 995px) {
	#login .box-info-reg {
		flex: 0 0 90%;
		max-width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	#login .box-info-reg {
		padding: 15px;
		flex: 0 0 95%;
		max-width: 95%;
	}
}

#login .title-form h3 {
	margin-bottom: 30px;
	font-weight: 300;
}

#login .title-form h3.reg-title {
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	#login .title-form h3 {
		font-size: 20px;
	}
}

#login .login-main-form input.input-stl {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out;
	outline: none;
	border: 1px solid #e5e5e5;
	background-color: #fafafa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	padding: 11px 10px;
	width: 100%;
	margin: 15px 0 0 0;
}

#login .login-more {
	margin-top: 20px;
}

#login .login-more label,
#login .login-more a {
	color: #0079b9;
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	#login .login-more label,
  #login .login-more a {
		font-size: 13px;
	}
}

#login .login-more .e-cb-label:before,
#login .login-more .terms-cond:before,
#login .login-more .policy-terms:before {
	background-image: url(../assets/images/sprite-checkbox.png);
	content: "";
	height: 30px;
	width: 30px;
	background-position: 0px 1px;
	position: absolute;
	left: 13px;
	top: -5px;
}

#login .login-more .terms-cond:before,
#login .login-more .policy-terms:before {
	top: 6px;
}

#login .login-more .e-cb-input:checked + .e-cb-label:before {
	background-position: 0px 30px;
}

#login .login-more .login-more-forgot {
	text-align: right;
}

#login .login-btn-wrapp button {
	border-radius: 25px;
	padding: 7px 30px;
	width: 100%;
	background: linear-gradient(-145deg, #314c78 0%, #101825 100%);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #3F9ADB;
	text-align: center;
	font-size: 22px;
	border: 0px;
	color: #fff;
	margin: 15px 0 0;
	cursor: pointer;
}

#login .social-wrapper-title {
	text-align: center;
}

#login .social-wrapper-title:before {
	content: "";
	display: block;
	margin-top: 25px;
	margin-bottom: -13px;
	border-bottom: 1px solid #eee;
}

#login .social-wrapper-title span {
	background-color: #fff;
	padding: 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #777;
	text-align: center;
	margin-top: -5px;
}

#login .social-login {
	margin-top: 20px;
}

#login .social-login button {
	background: #fff;
	border: solid 1px #e1e1e1;
	background-color: #fff;
	color: #2c2c2c;
	width: 48%;
	font-size: 18px;
	display: inline-block;
	height: 45px;
}

@media only screen and (max-width: 767px) {
	#login .social-login button {
		width: 43%;
		font-size: 13px;
	}
}

#login .social-login button.facebook-button {
	margin-right: 10px;
}

#login .sign-up-button .sign-up-button {
	cursor: pointer;
}

#login .sign-up-button .sign-up-button:before {
	background-image: url(../assets/images/sprite-social.png);
	content: "";
	height: 25px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	margin-top: -3px;
}

#login .google-button::before {
	background-position: -37px -655px;
}

#login .facebook-button:before {
	background-position: -4px -655px;
}

#login .sign-info-page {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#login .sign-info-page h3 {
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
	margin-top: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

#login .sign-info-page ul {
	padding-left: 0;
}

#login .sign-info-page ul img {
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 20px;
}

#login .sign-info-page ul li {
	list-style: none;
	padding: 10px 0;
	width: 100%;
	float: left;
}

#login .sign-info-page ul li p {
	margin: 0;
	color: #6d6c6c;
}

#login .risk-disclaimer {
	float: left;
	width: 100%;
}

#login .risk-disclaimer.seperator {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

#login .risk-disclaimer p {
	color: #6d6c6c;
}

#login .marketing-consent p {
	color: #6d6c6c;
}

#login #login-remember-me,
#login .login-more-forgot {
	position: relative;
}

#login #login-remember-me a,
#login .login-more-forgot a {
	margin: 0;
}

#login #login-remember-me.register-policy,
#login .login-more-forgot.register-policy {
	text-align: left;
}

#login #login-remember-me .terms,
#login .login-more-forgot .terms,
#login #login-remember-me .policy,
#login .login-more-forgot .policy {
	margin-left: 20px;
	visibility: hidden;
}

#login #login-remember-me .e-cb-input.terms:checked + .terms-cond:before,
#login .login-more-forgot .e-cb-input.terms:checked + .terms-cond:before {
	background-position: 0px 30px;
}

#login #login-remember-me .e-cb-input.policy:checked + .policy-terms:before,
#login .login-more-forgot .e-cb-input.policy:checked + .policy-terms:before {
	background-position: 0px 30px;
}

#login .terms-cond,
#login .policy-terms {
	width: 80%;
	font-size: 13px;
}

input::-webkit-input-placeholder {
	color: #c1c1c1;
}

input:-moz-placeholder {
	color: #c1c1c1;
}

input::-moz-placeholder {
	color: #c1c1c1;
}

input:-ms-input-placeholder {
	color: #c1c1c1;
}
/* ---------------------------------------------------
    BODY INDEX
----------------------------------------------------- */
.box-investment {
	padding: 60px 30px;
}

.box-investment .row-inves {
	padding: 30px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	background: #fff;
}

.box-investment h3 {
	font-size: 20px;
}

.box-investment .btn-more {
	margin-top: 20px;
}

@media only screen and (max-width: 995px) {
	.box-investment .invest-desc {
		flex: 0 0 80%;
		max-width: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.box-investment .invest-desc {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 995px) {
	.box-investment .button-invest {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: right;
	}
}

@media only screen and (max-width: 767px) {
	.box-tranding .row {
		margin: 0;
	}
}

.box-tranding .box-header-tranding {
	padding: 0;
	text-align: center;
	margin-bottom: 30px;
}

.box-tranding .box-header-tranding span {
	color: #ffae11;
}

@media only screen and (max-width: 995px) {
	.box-tranding .box-body-services .col-12 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.box-tranding .box-body-services .col-12 {
		padding: 0;
	}
}

.box-tranding .box-body-services .box-single-service {
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
	text-align: center;
}

.box-tranding .box-body-services .box-single-service p {
	margin-bottom: 25px;
}

.box-tranding .box-body-services .box-single-service img {
	height: 45px;
	margin-bottom: 10px;
}

.box-tranding .box-body-services .box-single-service h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}

.box-tranding .box-body-about .box-hover-effect {
	display: inline-block;
	vertical-align: middle;
}

.box-tranding .box-body-about .box-hover-effect .effect-wrapper {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}

.box-tranding .box-body-about .box-hover-effect .effect-wrapper .thumb {
	position: relative;
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 10px;
}

@media only screen and (max-width: 767px) {
	.box-tranding .box-body-about .hidden-sm {
		display: none;
	}
}

.box-tranding .pr-5 {
	padding-right: 5px !important;
}

.box-tranding .pl-5 {
	padding-left: 5px !important;
}

.box-tranding .mb-10 {
	margin-bottom: 10px !important;
}
/* ---------------------------------------------------
    SECTION STATISTIC
----------------------------------------------------- */
#statistic {
	position: relative;
	background-image: url("../assets/images/stat_slide_2.jpg");
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

#statistic:before {
	content: '';
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#statistic .box-stats {
	position: relative;
	text-align: center;
}

#statistic .box-stats h3 {
	color: #fff;
	font-size: 16px;
}

#statistic .box-stats .count {
	color: #fff;
	font-size: 70px;
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	margin-bottom: 0;
}

@media only screen and (max-width: 995px) {
	#statistic .box-stats .count {
		font-size: 50px;
	}
}
/* ---------------------------------------------------
    SECTION SERVICES
----------------------------------------------------- */
.box-company-services .box-header-service {
	text-align: center;
	margin-bottom: 30px;
}

.box-company-services .box-header-service h3 span {
	color: #ffae11;
}

.box-company-services .owl-carousel.multi-carousel .item img {
	border-radius: 20px;
}

.box-company-services .owl-carousel .owl-nav {
	display: none;
}

.box-company-services .owl-carousel .owl-next,
.box-company-services .owl-carousel .owl-prev {
	content: "";
	cursor: pointer;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
}

.box-company-services .owl-carousel .owl-prev:before {
	content: "\f104";
}

.box-company-services .owl-carousel .owl-next::before {
	content: "\f105";
}

.box-company-services .owl-carousel .owl-dots {
	margin-top: 20px !important;
}

.box-company-services .owl-carousel .owl-dot span {
	width: 30px;
	height: 5px;
	margin: 5px;
	background: #444;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.box-company-services .owl-carousel .owl-dot.active span {
	background: #ffae11;
}

.box-company-services .owl-carousel .project-thumb:hover .carousel-overlay {
	opacity: 1;
}

.box-company-services .owl-carousel .project-thumb:hover .thumb-desc {
	margin-top: 30px;
	opacity: 1;
}

.box-company-services .owl-carousel .project-thumb .carousel-overlay {
	background: -moz-linear-gradient(left, rgba(243, 132, 141, 0.9) 0%, rgba(236, 94, 105, 0.9) 100%);
	background: -webkit-linear-gradient(left, rgba(243, 132, 141, 0.9) 0%, rgba(236, 94, 105, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(243, 132, 141, 0.9)), to(rgba(236, 94, 105, 0.9)));
	background: -o-linear-gradient(left, rgba(243, 132, 141, 0.9) 0%, rgba(236, 94, 105, 0.9) 100%);
	background: linear-gradient(to right, rgba(243, 132, 141, 0.9) 0%, rgba(236, 94, 105, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba($top-color, $opacity)', endColorstr='rgba($top-color, $opacity)', GradientType=0);
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	padding: 20px;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-radius: 20px;
}

.box-company-services .owl-carousel .project-thumb .thumb-desc {
	margin-top: 100px;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.box-company-services .owl-carousel .project-thumb .thumb-desc p {
	color: #fff;
}
/* ---------------------------------------------------
    TABLE VALUE
----------------------------------------------------- */
#tabvalue {
	padding: 60px 0;
	border: 1px solid #eeeeee;
	background: #fff;
	position: relative;
}

#tabvalue h3 {
	margin-bottom: 25px;
	font-weight: 400;
}

#tabvalue h3 span {
	color: #ffae11;
}

#tabvalue .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

#tabvalue .table .text-theme-colored {
	color: #242438 !important;
}

#tabvalue .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

#tabvalue .table td {
	border-top: 1px solid #ddd;
}

#tabvalue .table td.text-green {
	color: #0fc73e;
}

#tabvalue .table td.text-red {
	color: #db0a0a;
}

#tabvalue .table td img {
	margin-right: 4px;
}

@media only screen and (max-width: 767px) {
	#tabvalue .table .volume {
		display: none;
	}
}
/* ---------------------------------------------------
    SECTION PRICING
----------------------------------------------------- */
.box-prices {
	padding: 60px 0;
	border: 1px solid #eeeeee;
	position: relative;
}

.box-prices .box-header-price {
	text-align: center;
	margin-bottom: 30px;
}

.box-prices .box-header-price h3 span {
	color: #ffae11;
}

.box-prices .box-body-price .box-price {
	text-align: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: #fff;
}

@media only screen and (max-width: 995px) {
	.box-prices .box-body-price .box-price {
		margin-bottom: 20px;
	}
}

.box-prices .box-body-price .box-price h3.title {
	margin: 0;
	padding: 20px 0;
}

.box-prices .box-body-price .box-price .box-pack-price {
	background: #101825;
	padding: 20px 0;
}

.box-prices .box-body-price .box-price .box-pack-price h3 {
	color: #ffae11;
	font-size: 70px;
	font-weight: 100;
}

.box-prices .box-body-price .box-price .box-pack-price h3 .currency {
	vertical-align: super;
	font-size: 26px;
	font-weight: 300;
}

.box-prices .box-body-price .box-price .box-pack-price h3 .period {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}

.box-prices .box-body-price .box-price .box-list-step ul li {
	padding: 15px 0;
	border-bottom: 1px solid #e3e3e3;
}

.box-prices .box-body-price .box-price .btn-more {
	margin: 20px;
	padding: 10px 60px;
	border-radius: 20px;
	box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
}
/* ---------------------------------------------------
    SECTION CLIENTS
----------------------------------------------------- */
#clients {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url("../assets/images/slide4.jpg");
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 0;
	left: 0;
}

#clients:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#clients .box-header-clients {
	text-align: center;
	margin-bottom: 30px;
}

#clients .box-header-clients h3 {
	color: #fff;
}

#clients .box-header-clients h3 span {
	color: #ffae11;
}

#clients .box-header-clients p {
	color: #fff;
}

#clients .our-clients .project-thumb {
	background: rgba(0, 0, 0, 0.9);
	padding: 25px;
}

#clients .our-clients .project-thumb p {
	color: #fff;
}

#clients .our-clients .project-thumb img {
	border-radius: 100%;
}

#clients .our-clients .project-thumb .author {
	color: #ffae11;
	font-weight: 600;
}

#clients .our-clients .owl-nav {
	display: none;
}

#clients .our-clients .owl-dot span {
	width: 30px;
	height: 5px;
	margin: 5px;
	background: #444;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

#clients .our-clients .owl-dot:hover span {
	background: #869791;
}

#clients .our-clients .owl-dot.active span {
	background: #ffae11;
}
/* ---------------------------------------------------
    SECTION INFO PRE FOOTER
----------------------------------------------------- */
#infosite {
	padding: 0;
	position: relative;
}

#infosite .back-img {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../assets/images/bg-coin.png) no-repeat;
	z-index: 7;
	width: 559px;
	height: 319px;
}

#infosite h3 {
	color: #fff;
	font-weight: 200;
	font-size: 70px;
}

@media only screen and (max-width: 767px) {
	#infosite h3 {
		font-size: 35px;
	}
}

#infosite .box-yellow {
	background: #0a101b;
	padding: 60px 120px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#infosite .box-yellow {
		padding: 60px 30px;
	}
}

#infosite .box-yellow p {
	color: #fff;
}

#infosite .box-yellow .btn-more {
	margin-top: 40px;
	border-radius: 20px;
	z-index: 10;
	position: relative;
}
/* ---------------------------------------------------
    HELP
----------------------------------------------------- */
.help {
	background: #fff;
}

.help .help-search {
	position: relative;
	background-size: cover;
	width: 100%;
	height: 450px;
}

.help .help-search img {
	position: absolute;
	z-index: 99;
	bottom: -10px;
  /* left: -90px; */;
}

.help .help-search .gr-back {
	background: #ffae11;
	-webkit-box-shadow: inset 9px 0px 27px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 9px 0px 27px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 9px 0px 27px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
}

.help .help-search .gr-back2 {
	background-image: url(../assets/images/map_svg.svg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top left;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0.06;
}

.help .help-search .help-call,
.help .help-search .help-email {
	background: #0c1421;
	position: absolute;
	bottom: 0;
	right: 60px;
	z-index: 1;
	padding: 12px;
	box-shadow: 0 3px 19px rgba(0, 0, 0, 0.35);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

@media only screen and (max-width: 767px) {
	.help .help-search .help-call,
  .help .help-search .help-email {
		right: 20px;
	}
}

.help .help-search .help-call:hover,
.help .help-search .help-email:hover {
	cursor: pointer;
}

.help .help-search .help-call:hover svg,
.help .help-search .help-email:hover svg {
	opacity: 1;
}

.help .help-search .help-call svg,
.help .help-search .help-email svg {
	opacity: 0.7;
}

.help .help-search .help-email {
	right: 115px;
}

@media only screen and (max-width: 767px) {
	.help .help-search .help-email {
		right: 80px;
	}
}

.help .help-search .info-help {
	vertical-align: baseline;
	padding-top: 110px;
	bottom: 0;
	z-index: 9999;
	color: #242438;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.help .help-search .info-help {
		font-size: 14px;
	}
}

.help .help-search .info-help h3 {
	font-weight: 800;
	font-size: 50px;
	color: #242438;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.help .help-search .info-help h3 {
		font-size: 24px;
	}
}

.help .help-search .info-help input {
	width: 700px;
	height: 55px;
	border-radius: 40px;
	background: #fff;
	border: none;
	font-size: 13px;
	padding: 10px 30px;
	color: #222;
	margin: 20px auto;
}

@media only screen and (max-width: 767px) {
	.help .help-search .info-help input {
		width: 100%;
		text-align: left;
		margin: 20px 0;
	}
}

.help .help-search .info-help .content-search {
	position: relative;
}

.help .help-search .info-help .content-search .cc-search {
	width: 700px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.help .help-search .info-help .content-search .cc-search {
		width: 100%;
		text-align: left;
		margin: 0;
	}
}

.help .help-search .info-help .content-search .cc-search .help-tag {
	text-align: left;
	width: 100%;
	margin-left: 5px;
}

.help .help-search .info-help .content-search .cc-search .help-tag span {
	margin-right: 30px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.help .help-search .info-help .content-search .cc-search .help-tag span {
		margin-right: 20px;
		font-size: 11px;
	}
}

.help .help-search .info-help .content-search .btn-search {
	width: 70px;
	display: -ms-flexbox;
	-ms-flex-align: center;
	position: absolute;
	right: 0;
	top: -10px;
	height: 100%;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.help .box-content-help {
	padding: 70px 0;
}

@media only screen and (max-width: 767px) {
	.help .box-content-help {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 767px) {
	.help .box-content-help .row {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.help .box-content-help .box-desc-help {
		margin-bottom: 20px;
	}
}

.help .box-content-help .box-desc-help p {
	margin-bottom: 30px;
}
/* ---------------------------------------------------
    INVEST
----------------------------------------------------- */
.invest .box-content-invest {
	padding-top: 70px;
	padding-bottom: 70px;
}

.invest .box-content-invest .space-btn {
	margin-bottom: 20px;
}

.invest .box-content-invest .box-content {
	padding: 30px 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	background: #fff;
	background: url(../assets/images/bg.jpg) no-repeat bottom center;
	width: 100%;
	height: 100%;
	background-size: cover;
	height: 150px;
}

.invest .box-content-invest .box-content .name {
	font-weight: 600;
	color: #101825;
	margin-bottom: 30px;
}

.invest .box-content-invest .box-content .percent-change {
	float: right;
	font-weight: 600;
}

.invest .box-content-invest .box-content .percent-change.red {
	color: #f7626e;
}

.invest .box-content-invest .box-content .percent-change.green {
	color: #317502;
}

.invest .box-content-invest .box-content .price {
	color: #317502;
	margin-bottom: 0;
}

.invest .box-content-invest .box-header-invest {
	text-align: center;
	margin-bottom: 30px;
}

.invest .box-content-invest .box-exchange {
	padding-bottom: 70px;
}
/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */
footer {
	padding: 60px 0 40px;
	background: #0a101b;
	position: relative;
}

footer .back-img {
	background-image: url(../assets/images/contact_2.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0.03;
	z-index: 0;
}

footer p {
	color: #dedede;
}

footer h3 {
	color: #fff;
	font-weight: 400;
	font-size: 21px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	footer h3 {
		margin-bottom: 20px;
	}
}

footer .footer-post h4 {
	font-size: 14px;
	color: #fff;
}

footer .footer-post span {
	color: #7c91b3;
	font-size: 11px;
}

footer .footer-post p {
	font-size: 11px;
}

footer .footer-post p i {
	margin-right: 5px;
	color: #ffae11;
}

footer .footer-post p i.pilcon-comments {
	margin-left: 10px;
}

footer form .input-group {
	width: 100%;
}

footer form .input-group input {
	border-radius: 0px;
	font-size: 14px;
}

footer form .site-button {
	background-color: #ffae11;
	border: 1px solid #ffae11;
}

footer form .site-button i {
	color: #fff;
	padding: 9px 5px;
}

footer .links ul li {
	border-bottom: 1px dashed #43536d;
	padding: 10px;
	color: #fff;
}

footer .row-box-info {
	margin-top: 40px;
}

@media only screen and (max-width: 995px) {
	footer .row-box-info .block-info {
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		max-width: 49%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	footer .row-box-info .block-info {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

footer .box-info-footer {
	padding: 20px 15px;
	border: 1px solid #333;
}

@media only screen and (max-width: 767px) {
	footer .box-info-footer .row {
		margin: 0;
	}
}

footer .box-info-footer .row .col-md-4 {
	width: 30%;
}

footer .box-info-footer .row .col-md-8 {
	width: 70%;
}

footer .box-info-footer i {
	font-size: 50px;
	margin-top: 5px;
	color: #ffae11;
}

footer .box-info-footer h3 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: 300;
}

@media only screen and (max-width: 767px) {
	footer .box-info-footer h3 {
		font-size: 16px;
		margin-top: 10px;
	}
}

footer .box-info-footer p {
	color: #fff;
	font-size: 13px;
}

footer .social ul {
	margin-top: 40px;
}

footer .social ul li {
	display: inline-block;
	margin-right: 10px;
}

footer .social ul li i {
	padding: 5px 10px;
	border: 1px solid #43536d;
	color: #43536d;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

footer .social ul li i.pilcon-twitter {
	padding: 5px 6px;
}

footer .social ul li i.pilcon-linkedin-in {
	padding: 5px 7px;
}

footer .social ul li i.pilcon-google-plus-g {
	padding: 5px 4px;
}

footer .social ul li:hover i {
	background: #43536d;
	color: #fff;
}

footer .box-copyright {
	margin-top: 70px;
	text-align: center;
	padding: 40px 0 0;
	border-top: 1px solid #222;
}

footer .box-copyright p {
	font-size: 11px;
	color: #b0c2df;
	margin: 0;
}
/* ---------------------------------------------------
    BODY FEED
----------------------------------------------------- */
.user-head {
	padding: 0 30px 30px;
	background: #0c1421;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1300px) {
	.user-head {
		margin-left: 0;
	}
}

.user-head .breadcrumb {
	padding-left: 0;
	text-transform: uppercase;
	margin-bottom: 0;
	background: #0c1421;
}

.user-head .breadcrumb p {
	font-size: 13px;
	color: #fff;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.user-head .breadcrumb p {
		font-size: 12px;
	}
}

.user-head .breadcrumb p span {
	padding: 0 5px;
}

.user-head .content-user img {
	display: inline-block;
	width: 100px;
	margin-top: -85px;
	margin-right: 20px;
	border-radius: 100%;
}

@media only screen and (max-width: 767px) {
	.user-head .content-user img {
		width: 60px;
		margin-top: -80px;
		margin-right: 20px;
		border-radius: 100%;
	}
}

.user-head .content-user .personal-desc {
	display: inline-block;
}

.user-head .content-user .personal-desc p {
	margin-bottom: 0;
}

.user-head .content-user .personal-desc p.user-name {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.user-head .content-user .personal-desc p.user-name {
		font-size: 13px;
	}
}

.user-head .content-user .personal-desc p.user-name span {
	font-weight: 400;
	font-style: italic;
}

.user-head .content-user .personal-desc p.user-value {
	color: #6eaf0f;
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.user-head .content-user .personal-desc p.user-value {
		font-size: 20px;
	}
}

.user-head .content-user .personal-desc p.user-value span {
	font-size: 18px;
	color: #e1191d;
}

.user-head .content-user .personal-desc p.user-time {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}

.user-head .content-user .personal-desc p.user-time span {
	margin-left: 40px;
}

.user-head .content-user button {
	text-align: center;
	width: 160px;
	float: right;
	margin-top: 50px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 30px;
	letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
	.user-head .content-user button {
		display: none;
	}
}

.feed-content {
	margin: 70px 0 0;
}

.feed-content.blog {
	margin: 0;
}

.feed-content.blog .box-single-img {
	background-image: url(../assets/images/slide4.jpg);
	background-position: top center;
	position: relative;
	background-size: cover;
	width: 100%;
	height: 400px;
	margin-bottom: 70px;
}

.feed-content.blog .box-single-img .gr-back {
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 300px;
}

.feed-content.blog .box-single-img .info-blog {
	vertical-align: baseline;
	padding-top: 200px;
	bottom: 0;
	z-index: 9999;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.feed-content.blog .box-single-img .info-blog {
		font-size: 14px;
	}
}

.feed-content.blog .box-single-img .info-blog h3 {
	font-weight: 800;
	font-size: 50px;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.feed-content.blog .box-single-img .info-blog h3 {
		font-size: 30px;
	}
}

.feed-content .nickname {
	margin-bottom: 8px;
	font-weight: 800;
}

.feed-content .period {
	font-size: 12px;
	font-style: italic;
	color: #f18109;
	font-weight: 600;
}

@media only screen and (max-width: 995px) {
	.feed-content .box-body-feed,
  .feed-content .box-right-feed {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 995px) {
	.feed-content .box-right-feed {
		margin-top: 30px;
		padding-bottom: 70px;
	}
}

.feed-content .box-comment {
	background: #fff;
	padding: 30px;
	border-left: 5px solid #f18109;
}

.feed-content .box-comment .head-comment {
	margin-bottom: 20px;
}

.feed-content .box-comment .name-comment {
	color: #0683ba;
	font-weight: 600;
}

.feed-content .box-comment .period {
	margin-top: 30px;
	font-size: 12px;
	font-style: italic;
}

.feed-content .box-comment .btn-more {
	padding: 5px 15px;
	font-weight: 600;
	font-size: 12px;
}

.feed-content .component-1,
.feed-content .component-2,
.feed-content .component-3,
.feed-content .component-4 {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.feed-content .component-1 .title-right-component h3 {
	display: inline-block;
	font-size: 18px;
	font-weight: 800;
}

.feed-content .component-1 .title-right-component span {
	float: right;
	border: 2px solid #6eaf0f;
	color: #6eaf0f;
	padding: 0 7px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 3px;
}

.feed-content .component-1 .subinfo-right-component p {
	font-size: 14px;
	font-style: italic;
}

.feed-content .component-1 .subinfo-right-component p .e-flag {
	background-color: #333;
	background: transparent url(../assets/images/flags.png) no-repeat -1176px 0;
	display: inline-block;
	height: 11px;
	width: 16px;
}

.feed-content .component-1 .subinfo-right-component p .e-flag.de {
	background-position: -1155px 0;
	margin-right: 10px;
}

.feed-content .component-1 .subinfo-right-component p span.info {
	text-transform: uppercase;
	font-style: normal;
	float: right;
}

.feed-content .component-1 ul {
	margin-bottom: 20px;
}

.feed-content .component-1 ul li p {
	margin-bottom: 0;
	font-size: 14px;
}

.feed-content .component-1 ul li p.title-facs,
.feed-content .component-1 ul li p.title-faq {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}

.feed-content .component-2 p {
	text-transform: uppercase;
	color: #f18109;
	font-weight: 600;
}

.feed-content .component-2 .num-day {
	width: 100%;
	margin-left: 15px;
	color: #e1191d;
	font-size: 20px;
	margin-top: 20px;
}

.feed-content .component-2 .num-day span {
	color: #666;
	font-size: 13px;
}

.feed-content .component-3 h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 20px;
}

.feed-content .component-3 p {
	margin-bottom: 0;
	margin-top: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222;
}

.feed-content .component-3 .box-name {
	padding: 0;
}

.feed-content .component-3 .view-more {
	border-top: 1px solid #c1c1c1;
	padding-top: 15px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-weight: 800;
}

.feed-content .component-4 .row-traders {
	margin-bottom: 10px;
}

.feed-content .component-4 h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 20px;
}

.feed-content .component-4 .box-name p {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 600;
}

@media only screen and (max-width: 995px) {
	.feed-content .component-4 .box-name p {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 995px) {
	.feed-content .component-4 .avatar {
		flex: 0 0 15%;
		max-width: 15%;
	}
}

@media only screen and (max-width: 767px) {
	.feed-content .component-4 .avatar {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.feed-content .component-4 .button-cpy button {
	width: 100%;
	margin-top: 5px;
}

.feed-content .body-comment .comments-avatar {
	float: left;
	margin-right: 10px;
}

.feed-content .body-comment .comments-avatar img {
	width: 100px;
	padding: 10px;
	border-radius: 100%;
}

.feed-content .body-comment .desc-comment {
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.feed-content .body-comment .desc-comment {
		width: 100%;
	}
}

.feed-content .like-comment {
	margin-top: 30px;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #192231;
}

.feed-content .like-comment i {
	font-size: 24px;
	float: left;
	margin-left: 5%;
	color: #fff;
}

.feed-content .like-comment .people-like {
	padding-left: 120px;
}

.feed-content .like-comment .people-like a {
	color: #fff;
}

.feed-content .like-comment .people-like span {
	color: #fff;
}

.feed-content .content-answer {
	background: #fff;
	padding: 30px;
	margin-top: 30px;
}

.feed-content .content-answer h3 {
	font-size: 22px;
	margin-bottom: 25px;
}

.feed-content .content-answer .answer-comment {
	background: #f7f7f7;
	padding: 20px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.feed-content .content-answer .answer-comment {
		padding: 10px;
	}
}

.feed-content .content-answer .answer-comment.reply {
	margin-left: 30px;
}

@media only screen and (max-width: 767px) {
	.feed-content .content-answer .answer-comment.reply {
		margin-left: 15px;
	}
}

.feed-content .content-answer .answer-comment .comments-avatar {
	float: left;
	margin-right: 10px;
}

.feed-content .content-answer .answer-comment .comments-avatar img {
	width: 100px;
	padding: 10px;
	border-radius: 100%;
}

.feed-content .content-answer .answer-comment .desc-comment {
	overflow: hidden;
	background: #f7f7f7;
}

@media only screen and (max-width: 767px) {
	.feed-content .content-answer .answer-comment .desc-comment {
		width: 100%;
	}
}

.feed-content .content-answer .answer-comment .btn-more {
	padding: 5px 15px;
	font-weight: 600;
	font-size: 12px;
}

.blog h3 {
	font-weight: 800;
}

.blog .box-comment {
	margin-bottom: 70px;
}

.blog .info-blog {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 600;
}

.blog .info-blog i {
	margin-right: 10px;
}

.blog .info-blog span {
	margin-right: 20px;
	color: #f18109;
}

@media only screen and (max-width: 767px) {
	.blog .info-blog span {
		margin-right: 10px;
	}
}

.blog .gdlr-core-zoom-on-hover {
	overflow: hidden;
}

.blog .gdlr-core-zoom-on-hover img {
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
	-o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}

.blog .gdlr-core-zoom-on-hover:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.blog .box-blog .btn.btn-more {
	font-size: 14px;
	padding: 10px 25px;
}
/* ---------------------------------------------------
    SINGLE BLOG
----------------------------------------------------- */
.feed-content blockquote {
	quotes: none;
	padding: 30px 30px 15px;
	font-size: 17px;
	margin-bottom: 35px;
	font-style: italic;
	margin-top: 35px;
	border-left-width: 2px;
	border-left-style: solid;
}

.feed-content.blog-single {
	margin: 0;
}

.feed-content.blog-single .box-single-img {
	background-image: url(../assets/images/slide2.jpg);
	background-position: top center;
	position: relative;
	background-size: cover;
	width: 100%;
	height: 400px;
}

.feed-content.blog-single .box-single-img .gr-back {
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 300px;
}

.feed-content.blog-single .box-single-img .info-blog {
	vertical-align: baseline;
	padding-top: 200px;
	bottom: 0;
	z-index: 9999;
  /* margin-top: 200px; */
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.feed-content.blog-single .box-single-img .info-blog {
		font-size: 14px;
	}
}

.feed-content.blog-single .box-single-img .info-blog h3 {
	font-weight: 800;
	font-size: 50px;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.feed-content.blog-single .box-single-img .info-blog h3 {
		font-size: 30px;
	}
}

.feed-content.blog-single .box-single-img .info-blog i {
	margin-right: 7px;
}

.feed-content.blog-single .box-single-img .info-blog span {
	margin-right: 20px;
}

.feed-content.blog-single .box-article {
	background: #fff;
	padding: 30px;
	border-left: 5px solid #f18109;
}

.feed-content.blog-single .box-article h3 {
	font-size: 22px;
}

.feed-content.blog-single .box-article blockquote {
	border-color: #e2e2e2;
}

.feed-content.blog-single .box-comment {
	text-align: center;
}

.feed-content.blog-single .box-comment .author h3 {
	font-weight: 800;
	font-size: 24px;
}

.feed-content.blog-single .box-comment .comments-author img {
	border-radius: 100%;
	width: 100px;
}

.feed-content.blog-single .box-comment .response {
	text-align: left;
}

.feed-content.blog-single .box-comment .response .comment {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.feed-content.blog-single .box-comment .response .comment h3 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 5px;
}

.feed-content.blog-single .box-comment .response .comment a time {
	color: #f18109;
	font-size: 13px;
}

.feed-content.blog-single .box-comment .response .txt-response {
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	color: #232323;
	margin-top: 50px;
}

.feed-content.blog-single .box-comment .response .response-art {
	margin-top: 10px;
}

.feed-content.blog-single .box-comment .response img {
	border-radius: 100%;
	width: 70px;
}

.feed-content.blog-single .box-comment .leave-comment h3 {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 80px;
	font-weight: 600;
	margin-bottom: 40px;
}

.feed-content.blog-single .box-comment .leave-comment .btn-more {
	font-size: 14px;
	padding: 10px 25px;
	cursor: pointer;
}

.feed-content .content-single-art {
	margin: 70px auto;
}

@media only screen and (max-width: 995px) {
	.feed-content .content-single-art .box-blog-single {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* ---------------------------------------------------
    ABOUT
----------------------------------------------------- */
.about {
	margin: 0;
	background: #fff;
}

.about .box-about .box-exchange {
	padding: 70px 0;
}

@media only screen and (max-width: 767px) {
	.about .box-about .box-exchange {
		padding: 50px 0;
	}
}

.about .box-about .box-exchange .box-desc-about p {
	margin-bottom: 30px;
}

.about .box-about .box-graph {
	text-align: center;
	padding: 70px 0;
}

@media only screen and (max-width: 767px) {
	.about .box-about .box-graph {
		padding: 50px 0;
	}
}

.about .box-about .box-graph img {
	width: 10%;
}

@media only screen and (max-width: 767px) {
	.about .box-about .box-graph img {
		width: 25%;
	}
}

.about .box-about .box-graph p {
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.about .box-about .box-graph p:last-child:before {
	content: '';
	height: 60px;
	width: 1px;
	background: #ffae11;
	position: absolute;
	left: 0;
	right: 0;
	margin: 30px auto;
}

.about .box-about .box-children {
	text-align: center;
	padding: 30px 0 70px;
}

@media only screen and (max-width: 767px) {
	.about .box-about .box-children {
		padding: 30px 0 50px;
	}
}

@media only screen and (max-width: 767px) {
	.about .box-about .box-children .col-md-4 {
		margin-bottom: 30px;
	}
}

.about .box-about .box-children img {
	width: 20%;
	margin-bottom: 20px;
}

.about .box-about .box-children h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.about .box-about .box-children p {
	margin: 20px 0 0;
}

.about .box-about .box-header-team {
	padding: 70px 0 0;
	text-align: center;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.about .box-about .box-header-team {
		padding: 50px 0 0;
	}
}

.about .box-about .box-team {
	padding-bottom: 70px;
}

.about .box-about .box-team .box-content-img {
	position: relative;
}

.about .box-about .box-team .box-content-img img {
	border-radius: 20px;
}

.about .box-about .box-team .box-content-img .team-details {
	background: -moz-linear-gradient(left, rgba(30, 42, 61, 0.9) 0%, rgba(16, 24, 37, 0.9) 100%);
	background: -webkit-linear-gradient(left, rgba(30, 42, 61, 0.9) 0%, rgba(16, 24, 37, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(30, 42, 61, 0.9)), to(rgba(16, 24, 37, 0.9)));
	background: -o-linear-gradient(left, rgba(30, 42, 61, 0.9) 0%, rgba(16, 24, 37, 0.9) 100%);
	background: linear-gradient(to right, rgba(30, 42, 61, 0.9) 0%, rgba(16, 24, 37, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba($top-color, $opacity)', endColorstr='rgba($top-color, $opacity)', GradientType=0);
	padding: 0 15px;
	position: absolute;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	top: 5%;
	left: 0;
	right: 0;
	width: 90%;
	height: 90%;
	opacity: 1;
	margin: 0 auto;
	border-radius: 100%;
	border: 1px solid #384c6d;
}

.about .box-about .box-team .box-content-img .team-details .content-content {
	padding: 20px;
}

@media only screen and (max-width: 995px) {
	.about .box-about .box-team .box-content-img .team-details .content-content {
		padding: 10px;
	}
}

.about .box-about .box-team .box-content-img .team-details .content-content h3 {
	color: #ffae11;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 20%;
}

@media only screen and (max-width: 995px) {
	.about .box-about .box-team .box-content-img .team-details .content-content h3 {
		font-size: 13px;
		margin-top: 10%;
	}
}

.about .box-about .box-team .box-content-img .team-details .content-content p {
	color: #fff;
	font-size: 13px;
	line-height: 1.8;
	margin-top: 20px;
}

@media only screen and (max-width: 995px) {
	.about .box-about .box-team .box-content-img .team-details .content-content p {
		font-size: 11px;
		margin-top: 10px;
	}
}

.about .box-about .box-team .box-content-img .team-details .content-content p.info-email svg {
	margin-right: 7px;
	margin-top: -7px;
}

.about .box-about .box-team .box-content-img:hover .team-details {
	border-radius: 20px;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	padding: 0 15px;
	opacity: 1;
}

.about .about-single-img {
	background-image: url(../assets/images/about/a6.jpg);
	background-position: top center;
	position: relative;
	background-size: cover;
	width: 100%;
	height: 400px;
}

.about .about-single-img .gr-back {
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 350px;
}

.about .about-single-img .info-blog {
	vertical-align: baseline;
	padding-top: 200px;
	bottom: 0;
	z-index: 9999;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.about .about-single-img .info-blog {
		font-size: 14px;
	}
}

.about .about-single-img .info-blog h3 {
	font-weight: 800;
	font-size: 50px;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.about .about-single-img .info-blog h3 {
		font-size: 30px;
	}
}

.about .gdlr-core-zoom-on-hover {
	overflow: hidden;
}

.about .gdlr-core-zoom-on-hover img {
	border-radius: 20px;
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
	-o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}

.about .gdlr-core-zoom-on-hover:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* ---------------------------------------------------
    TRADE
----------------------------------------------------- */
.trade {
	margin: 0;
}

.trade .box-single-img {
	background-position: top center;
	position: relative;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-color: #0a101b;
}

.trade .box-single-img .gr-back {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 32%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 32%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 32%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	background-image: url(../assets/images/bg-2.jpg);
	opacity: 0.25;
}

.trade .box-single-img .box-chart {
	margin-top: 0px;
	padding: 70px 0;
}

.trade .box-single-img .box-chart .box-graph {
	padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
	.trade .box-single-img .box-chart .box-graph {
		margin: 0;
	}
}

.trade .box-single-img .box-chart .box-graph h3 {
	font-weight: 300;
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.trade .box-single-img .box-chart .box-graph h3 {
		font-size: 22px;
	}
}

.trade .box-single-img .box-chart .box-graph h3 span {
	color: #ffae11;
}

.trade .box-single-img .box-chart .box-table {
	padding-top: 70px;
}

@media only screen and (max-width: 767px) {
	.trade .box-single-img .box-chart .box-table {
		margin: 0;
	}
}

.trade .box-single-img .box-chart .box-title-table {
	width: 100%;
	position: relative;
}

.trade .box-single-img .box-chart .box-title-table h3 {
	text-align: center;
	color: #fff;
	font-weight: 300;
}

.trade .box-single-img .box-chart .box-title-table h3 span {
	color: #ffae11;
}

.trade .box-single-img .box-chart #priceTable table {
	width: 100%;
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.trade .box-single-img .box-chart #priceTable table {
		width: 100%;
		margin: 30px auto;
	}
}

.trade .box-single-img .box-chart #priceTable table td {
	border: 1px solid rgba(176, 194, 223, 0.3);
	padding: 10px 20px;
	background: rgba(176, 194, 223, 0.05);
}

.trade .box-single-img .box-chart #priceTable table td p {
	color: #fff;
	margin: 0;
}

.trade .box-single-img .box-chart #priceTable table td p.name {
	font-weight: 600;
}

.trade .box-single-img .box-chart #priceTable table td p.green-price {
	color: #abe682;
}

.trade .box-single-img .box-chart #priceTable table td p.red {
	color: #f7626e;
}

.trade .box-single-img .box-chart #priceTable table td p.green {
	color: #0ee4aa;
}

@media only screen and (max-width: 767px) {
	.trade .box-single-img .box-chart #priceTable table td.total {
		display: none;
	}
}

.trade .box-single-img .box-chart #priceTable table .top-table h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.trade .box-single-img .box-chart #priceTable table .top-table h3 {
		font-size: 12px;
	}
}
/* ---------------------------------------------------
    PORTFOLIO
----------------------------------------------------- */
#portfolio .portfolio-filter {
	display: inline-block;
}

#portfolio .portfolio-filter > li.active {
	background: #ffae11;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #fff;
}

#portfolio .portfolio-filter li {
	display: inline-block;
	padding: 7px 25px;
	border-radius: 4px;
	margin-left: -4px;
	color: #555555;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	#portfolio .portfolio-filter li {
		font-size: 11px;
	}
}

#portfolio .portfolio .portfolio-block {
	position: relative;
	margin-top: 30px;
}

#portfolio .portfolio .portfolio-block:hover .portfolio-overlay {
	opacity: 1;
}

#portfolio .portfolio .portfolio-block:hover .portfolio-desc {
	margin-top: 30px;
	opacity: 1;
}

#portfolio .portfolio .portfolio-block img {
	border-radius: 20px;
}

#portfolio .portfolio .portfolio-overlay {
	background: -moz-linear-gradient(left, rgba(243, 132, 141, 0.9) 0%, rgba(236, 94, 105, 0.9) 100%);
	background: -webkit-linear-gradient(left, rgba(243, 132, 141, 0.9) 0%, rgba(236, 94, 105, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(243, 132, 141, 0.9)), to(rgba(236, 94, 105, 0.9)));
	background: -o-linear-gradient(left, rgba(243, 132, 141, 0.9) 0%, rgba(236, 94, 105, 0.9) 100%);
	background: linear-gradient(to right, rgba(243, 132, 141, 0.9) 0%, rgba(236, 94, 105, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba($top-color, $opacity)', endColorstr='rgba($top-color, $opacity)', GradientType=0);
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	padding: 20px;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 20px;
}

#portfolio .portfolio .portfolio-desc {
	margin-top: 100px;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#portfolio .portfolio .portfolio-desc p {
	color: #fff;
}

@-webkit-keyframes floating {
	from {
		-webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
		transform: rotate(0deg) translate(-10px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		transform: rotate(360deg) translate(-10px) rotate(-360deg);
	}
}

@keyframes floating {
	from {
		-webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
		transform: rotate(0deg) translate(-10px) rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		transform: rotate(360deg) translate(-10px) rotate(-360deg);
	}
}
/* ---------------------------------------------------
    CONTACT
----------------------------------------------------- */
.contact {
	background: #fff;
}

.contact-map {
	position: relative;
}

.contact-map .google-maps {
	height: 450px;
}

.contact-map .google-maps #map_canvas {
	top: 0;
	z-index: 1;
}

.contact-map .google-maps #map_canvas,
.contact-map .google-maps #map_container {
	height: 100%;
	position: relative;
	width: 100%;
}

.contact-map .contact-adress {
	padding-top: 88px;
	width: 23%;
	position: absolute;
	z-index: 2;
	background: #ffae11;
	height: 100%;
	-webkit-box-shadow: inset 9px 0px 27px 0px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: inset 9px 0px 27px 0px rgba(0, 0, 0, 0.43);
	box-shadow: inset 9px 0px 27px 0px rgba(0, 0, 0, 0.43);
	padding: 138px 50px 40px;
	left: -400px;
	transition: all 3s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
  /** Chrome & Safari **/
	-moz-transition: all 2s ease-in-out;
  /** Firefox **/
	-o-transition: all 2s ease-in-out;
  /** Opera **/;
}

.contact-map .contact-adress.active {
	transform: translate(400px, 0);
	-webkit-transform: translate(400px, 0);
  /** Chrome & Safari **/
	-o-transform: translate(400px, 0);
  /** Opera **/
	-moz-transform: translate(400px, 0);
  /** Firefox **/;
}

@media only screen and (max-width: 1100px) {
	.contact-map .contact-adress {
		width: 33%;
	}
}

@media only screen and (max-width: 995px) {
	.contact-map .contact-adress {
		padding: 128px 30px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.contact-map .contact-adress {
		width: 100%;
		position: relative;
	}
}

.contact-map .contact-adress p {
	color: #101825;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

@media only screen and (max-width: 995px) {
	.contact-map .contact-adress p {
		font-size: 12px;
	}
}

.contact-map .contact-adress p span {
	font-weight: 800;
}

.contact-map .contact-adress .help-facebook,
.contact-map .contact-adress .help-linkedin,
.contact-map .contact-adress .help-twitter {
	background: #0c1421;
	position: absolute;
	bottom: 0;
	right: 60px;
	z-index: 1;
	padding: 12px;
	box-shadow: 0 3px 19px rgba(0, 0, 0, 0.35);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 50px;
}

@media only screen and (max-width: 995px) {
	.contact-map .contact-adress .help-facebook,
  .contact-map .contact-adress .help-linkedin,
  .contact-map .contact-adress .help-twitter {
		width: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.contact-map .contact-adress .help-facebook,
  .contact-map .contact-adress .help-linkedin,
  .contact-map .contact-adress .help-twitter {
		width: 35px;
		padding: 8px;
		right: 20px;
	}
}

.contact-map .contact-adress .help-facebook:hover,
.contact-map .contact-adress .help-linkedin:hover,
.contact-map .contact-adress .help-twitter:hover {
	cursor: pointer;
}

.contact-map .contact-adress .help-facebook:hover img,
.contact-map .contact-adress .help-linkedin:hover img,
.contact-map .contact-adress .help-twitter:hover img {
	opacity: 1;
}

.contact-map .contact-adress .help-facebook img,
.contact-map .contact-adress .help-linkedin img,
.contact-map .contact-adress .help-twitter img {
	opacity: 0.7;
}

.contact-map .contact-adress .help-linkedin {
	margin-right: 55px;
}

@media only screen and (max-width: 767px) {
	.contact-map .contact-adress .help-linkedin {
		margin-right: 40px;
	}
}

.contact-map .contact-adress .help-facebook {
	margin-right: 110px;
}

@media only screen and (max-width: 767px) {
	.contact-map .contact-adress .help-facebook {
		margin-right: 80px;
	}
}

.box-content-info {
	background: #fff;
	padding: 70px 0;
}

@media only screen and (max-width: 767px) {
	.box-content-info {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 767px) {
	.box-content-info .row {
		margin: 0;
	}
}

.box-content-info .contact-title {
	text-align: center;
	margin-bottom: 30px;
}

.box-content-info .box-exchange {
	padding-top: 70px;
}

.box-content-info .box-exchange .box-desc-help p {
	margin-bottom: 30px;
}

#contact-form {
	padding-bottom: 70px;
	border-bottom: 1px solid #ddd;
}

#contact-form .form-control {
	font-size: 13px;
	height: auto !important;
	padding: 16px 20px;
	background: #ddd;
}

#contact-form .form-group {
	margin-bottom: 40px;
}

#contact-form .form-group.btn-send {
	margin-bottom: 0;
}

#contact-form .success {
	display: none;
}

#contact-form .error {
	display: none;
}

#contact-form .bt-contact-submit {
	background: #101825;
}
/* General styles for the modal */
/*
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 995px) {
	.md-modal {
		width: 70%;
	}
}

.md-modal ul li {
	display: inline-block;
	width: 270px;
	margin-bottom: 19px;
	text-align: left;
}

.md-modal ul li .flag {
	top: 5px;
	display: inline-block;
	width: 32px;
	height: 22px;
	margin-right: 7px;
	background-repeat: no-repeat;
	background-color: #ccc;
	background-image: url(../assets/images/flags-new.jpg);
	background-size: auto 22px;
}

.md-modal ul li .flag.flag.en-gb {
	background-position: -32px 0;
}

.md-modal ul li .flag.flag.es-es {
	background-position: -128px 0;
}

.md-modal ul li .flag.flag.it-it {
	background-position: -192px 0;
}

.md-modal ul li .flag.flag.de-de {
	background-position: -96px 0;
}

.md-modal ul li .flag.flag.fr-fr {
	background-position: -160px 0;
}

.md-modal ul li .flag.flag.pl-pl {
	background-position: -288px 0;
}

.md-modal ul li .flag.flag.da-dk {
	background-position: -576px 0;
}

.md-modal ul li .flag.flag.nb-no {
	background-position: -416px 0;
}

.md-modal ul li .flag.flag.sv-se {
	background-position: -384px 0;
}

.md-modal ul li .flag.flag.pt-pt {
	background-position: -448px 0;
}

.md-modal .col {
	width: 49%;
	float: left;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
/* Content styles */
.md-content {
	color: #222;
	background: #101825;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content {
	padding-bottom: 40px;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	color: #ffae11;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: inset 9px 0px 32px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 9px 0px 32px 0px rgba(0, 0, 0, 0.7);
	box-shadow: inset 9px 0px 32px 0px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 767px) {
	.md-content h3 {
		font-size: 2em;
	}
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

.md-content > div {
	padding: 30px 40px 20px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

@media only screen and (max-width: 767px) {
	.md-content > div {
		font-size: 0.8em;
		padding: 30px 15px 10px;
	}
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
	color: #fff;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 20px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
	cursor: pointer;
}

.md-content > div ul li span {
	color: #fff;
}
/* Effect 10: 3D sign */
.md-effect-10.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-10 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

html, body {
height: 100%;
}

.fixed_sidebar_scroll  {
top:88px !important;

}
h3.logo {
font-family: 'Pathway Gothic One', sans-serif;
}

.navbar .box-language .box-lang {
margin: 10px 0px 0 0;
display: block;
}

.wrapper #sidebar {
width: 250px;
/*  position: absolute !important;*/
/*  top: 88px;*/
left: 0;
/*  height: 100vh;*/
height: -moz-calc(100vh - 88px); /* Firefox */
height: -webkit-calc(100vh - 88px); /* Chrome, Safari */
height: calc(100vh - 88px); /* IE9+ and future browsers */
z-index: 999;
background: #101825;
color: #fff;
transition: all 0.3s;
float:left;
}

.right-sidebars {
width: 0px;
right: 0;
transition: all 0.3s;
float:right;
/*margin-right:-300px;*/
z-index: 999;
background: #101825;
color: #fff;
height: -moz-calc(100vh - 88px);
height: -webkit-calc(100vh - 88px);
height: calc(100vh - 88px);
overflow: hidden;
}
.right-sidebar-container {
width: 300px;
height: 100%;
}
.popopen{
width: 300px;

}
#content {
padding: 0px;
transition: all 0.3s;
top: 0;
right: 0;
margin-left: 250px;
}
.wrapper #sidebar .box-account {
padding: 10px;
background: #101825;
margin-bottom: 0px;
-webkit-box-shadow: inset 9px 0px 32px 0px rgba(0, 0, 0, 0.7);
-moz-box-shadow: inset 9px 0px 32px 0px rgba(0, 0, 0, 0.7);
box-shadow: inset 9px 0px 32px 0px rgba(0, 0, 0, 0.7);
}

.wrapper #sidebar .box-account .box-txt-account {
padding-left: 20px !important;
margin-top: 10px;
}
.wrapper #sidebar .box-list ul.components {
padding: 20px 0px;
display: block;
}
.wrapper #sidebar .box-list ul.components li.active a {
color: #fff;
}

.wrapper #sidebar .box-list ul.components li a {
color: #91a6bb;
font-size: 1em;
padding: 8px 35px;
display: block;
font-weight: 400;
font-family: "Open sans", sans-serif, sans-serif;
}

.wrapper #sidebar .box-account .box-txt-account p {
color: #fff;
margin: 0;
font-size: 13px;
}
.wrapper #sidebar .box-account .box-txt-account a {
color: #ec5e69;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
color: #fff;
background: #1c2636;
}
.wrapper #sidebar .box-list ul.components li {
display:block;
}

.wrapper #sidebar .box-account .box-txt-account {
padding-left: 20px !important;
margin-top: 10px;
}
.wrapper #sidebar .box-account img {
border-radius: 5%;
}
.wrapper #sidebar .box-list ul.components li a i {
background-color: transparent;
color: #91a6bb;
font-size: 1.4em;
margin-right: 10px;
width: 20px;
}
.wrapper #sidebar .box-list ul.components li.active a i {
color: #fff;
}

@media only screen and (max-width: 1100px){

.navbar .box-language {
position: relative;
width: 10%;
}
}

@media only screen and (max-width: 995px){
.wrapper #sidebar .box-list {
position: relative;
display: block;
	 top: auto;
}
.navbar .box-language {
width: 15%;
}
.navbar .sidebar-header {
      text-align: center;
}
}
@media only screen and (max-width: 767px){
.wrapper #sidebar .box-account .box-avatar {
width: 25%;
}
.wrapper #sidebar .box-account .box-txt-account {
width: 75%;
}

#content {
margin-left: 0px;
}
.wrapper #sidebar {
margin-left: -250px;
left: -250px;
}
.wrapper #sidebar.active {
margin-left:0px;
left:0px;
}
}
.content_inner{
    /* padding: 3px; */
    position: relative;
    overflow-x: hidden;
}
.orderlist-footer-info {
    font-size: 11px;
    line-height: 20px;
}
.jaxloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000009c;
    z-index: 3;
    vertical-align: middle;
    text-align: center;
}
.jaxloader img {
    position: absolute;
    right: 47%;
    bottom: 47%;
	    right: calc(50% - 32px);
    bottom: calc(50% - 32px);
    height: 32px;
}
.bootstrap-select .media-body {
    line-height: 32px;
    font-size: 1.5em;
}
.bootstrap-select .modal-dialog {
    position: relative;
    width: auto;
    margin: 8px;
}
.bootstrap-select .media-left img { height:32px; width:32px;}
.help-block {
	    display: inline-block;
	color: #2c2c2c;
    border-color: #807f7f;
    background-color: #dddcdc;
    padding-left: 6px;
    padding-right: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    font-size: .6em;
    font-weight: bold;
	}
.paymentmethoddropbtn .bootstrap-select>.dropdown-toggle {
    padding: 0.3rem 0.6rem 1rem 1rem;
	color: #4e4e4e;
    border-color: #d2d2d2;
    background-color: #ffffff;
}
.paymentmethoddropbtn .dropdown.bootstrap-select {
	width:100% !important;
}
.paymentmethoddropbtn .bootstrap-select .media-body {
	    margin-left: 1rem;
}
.jaxloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000009c;
    z-index: 3;
    vertical-align: middle;
    text-align: center;
}
.jaxloader img {
    position: absolute;
    right: 47%;
    bottom: 47%;
	    right: calc(50% - 32px);
    bottom: calc(50% - 32px);
    height: 32px;
}

.order-row{
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    height: 65px;
    position: relative;
    margin-bottom: 10px;
	    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
	    background-image: linear-gradient(to right, #fff 50%, rgba(137, 245, 145, 0.26) 50%);
    transition: background-position 1s;
    background-size: 200% 100%;
}
		   .newaddedtem {
    background-position: -100% 0;
}
.order-header {
	width: 100%;
    float: left;
    display: inline-block;
    height: 40px;

}

.order-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 25px;
    margin: 0;
}

.order-footer .pull-left {
    font-size: 0.7em;
}
.order-footer img {
    background: #d7d7d7;
}
.order-header .media-object {
    height: 40px;
    width: 40px;
}
.order-header .media-left, .order-header .media-right, .order-header .media-body {
    display: table-cell;
    vertical-align: middle;
}
.order-header .media-body { width: inherit;    font-size: 0.8em; }

.sendamount {
    height: 40px;
    line-height: 40px;
    font-size: 1.3em;
    color: #ae4646;
}

.order-row .btn-sm, .order-row .btn-group-sm > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
}

.request-step-2 {display:none;}

.progress_for_img_up_cweb {
    border: 1px solid #92C8DA;
    padding: 1px;
    position: relative;
    width: 100%;
    border-radius: 3px;
    margin: 0px;
    display: none;
    text-align: left;
    position: absolute;
    z-index: 3;
    top: 0;
    height: 100%;
    background: rgba(224, 224, 224, 0.75);
}
.bar_img_up_cweb {
    height: 20px;
    border-radius: 3px;
    background-color: #77E0FA;
    width: 1%;
    top: 25%;
	left: 0;
    position: absolute;
}
.percent_img_up_cweb {
    top: 29%;
    left: 47%;
    position: absolute;
    display: inline-block;
    color: #000000;
    font-size: 11px;
    font-family: arial;
}
.sigle_up_image_container img {
    height: 50px;
    width: 50px;
    border: 1px solid #c3c3c3;
}
	.single_up_img {
    position: relative;
		    display: inline-block;
    margin-right: 15px;
}
.single_img_del {
    position: absolute;
    z-index: 2;
    background: #a51717;
    width: 19px;
    height: 20px;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    top: -5px;
    left: -5px;
	cursor:pointer;
}
	.single_img_del:hover { background: #ff1f1f; }

.order_privae {
    background-image: linear-gradient(to right, #eaeaea 50%, rgba(137, 245, 145, 0.26) 50%);
    transition: background-position 1s;
}

.card
{
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
}
.card > hr
{
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child
{
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
}
.card > .list-group:last-child .list-group-item:last-child
{
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.card-body
{
    padding: 1.5rem;

    flex: 1 1 auto;
}

.card-title
{
    margin-bottom: 1.25rem;
}

.card-subtitle
{
    margin-top: -.625rem;
    margin-bottom: 0;
}

.card-text:last-child
{
    margin-bottom: 0;
}

.card-link:hover
{
    text-decoration: none;
}

.card-link + .card-link
{
    margin-left: 1.5rem;
}

.card-header
{
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;

    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
}
.card-header:first-child
{
    border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child
{
    border-top: 0;
}

.card-footer
{
    padding: 1.25rem 1.5rem;

    border-top: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
}
.card-footer:last-child
{
    border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px);
}

.card-header-tabs
{
    margin-right: -.75rem;
    margin-bottom: -1.25rem;
    margin-left: -.75rem;

    border-bottom: 0;
}

.card-header-pills
{
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.card-img-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 1.25rem;
}

.card-img
{
    width: 100%;

    border-radius: calc(.375rem - 1px);
}

.card-img-top
{
    width: 100%;

    border-top-left-radius: calc(.375rem - 1px);
    border-top-right-radius: calc(.375rem - 1px);
}

.card-img-bottom
{
    width: 100%;

    border-bottom-right-radius: calc(.375rem - 1px);
    border-bottom-left-radius: calc(.375rem - 1px);
}

.card-deck
{
    display: flex;
    flex-direction: column;
}
.card-deck .card
{
    margin-bottom: 15px;
}
@media (min-width: 576px)
{
    .card-deck
    {
        margin-right: -15px;
        margin-left: -15px;

        flex-flow: row wrap;
    }
    .card-deck .card
    {
        display: flex;
        flex-direction: column;

        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;

        flex: 1 0;
    }
}

.card-group
{
    display: flex;
    flex-direction: column;
}
.card-group > .card
{
    margin-bottom: 15px;
}
@media (min-width: 576px)
{
    .card-group
    {
        flex-flow: row wrap;
    }
    .card-group > .card
    {
        margin-bottom: 0;

        flex: 1 0;
    }
    .card-group > .card + .card
    {
        margin-left: 0;

        border-left: 0;
    }
    .card-group > .card:not(:last-child)
    {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header
    {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer
    {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child)
    {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header
    {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer
    {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card
{
    margin-bottom: 1.25rem;
}

@media (min-width: 576px)
{
    .card-columns
    {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card
    {
        display: inline-block;

        width: 100%;
    }
}

.accordion > .card
{
    overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child
{
    border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type)
{
    border-bottom: 0;
    border-radius: 0;
}
.accordion > .card:first-of-type
{
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card .card-header
{
    margin-bottom: -1px;
}

.card
{
    margin-bottom: 30px;

    border: 0;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
}

.card-translucent
{
    background-color: rgba(18, 91, 152, .08);
}

.card-deck .card
{
    margin-bottom: 30px;
}

.card.shadow
{
    border: 0 !important;
}

@media (min-width: 576px)
{
    .card-columns
    {
        column-count: 1;
    }
}

@media (min-width: 768px)
{
    .card-columns
    {
        column-count: 2;
    }
}

@media (min-width: 1200px)
{
    .card-columns
    {
        column-count: 3;
        column-gap: 1.25rem;
    }
}

.w-10
{
    width: 10%;
}

.card-lift--hover:hover
{
    transition: all .15s ease;
    transform: translateY(-20px);
}
@media (prefers-reduced-motion: reduce)
{
    .card-lift--hover:hover
    {
        transition: none;
    }
}

.card-blockquote
{
    position: relative;

    padding: 2rem;
}
.card-blockquote .svg-bg
{
    position: absolute;
    top: -94px;
    left: 0;

    display: block;

    width: 100%;
    height: 95px;
}

.card-serial-number
{
    font-size: 1.625rem;

    display: flex;

    justify-content: space-between;
}
.card-serial-number > div:not(:last-child)
{
    display: flex;

    flex: 1 1 auto;
}
.card-serial-number > div:not(:last-child):after
{
    position: relative;
    left: -2px;

    content: '-';
    text-align: center;

    flex: 1 1 auto;
}
@media (max-width: 575.98px)
{
    .card-serial-number
    {
        font-size: 1.0625rem;
    }
}

.card-pricing .card-header
{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.card-pricing .list-unstyled li
{
    padding: .5rem 0;

    color: #8898aa;
}

.card-pricing.popular
{
    z-index: 1;

    border: 3px solid #5e72e4 !important;
}

@media (min-width: 768px)
{
    .card-pricing.zoom-in
    {
        z-index: 1;

        transform: scale(1.1);
    }
}

.card-profile-image
{
    position: relative;
}
.card-profile-image img
{
    position: absolute;
    left: 50%;

    max-width: 140px;

    transition: all .15s ease;
    transform: translate(-50%, -50%) scale(1);

    border: 3px solid #fff;
    border-radius: .375rem;
}
.card-profile-image img:hover
{
    transform: translate(-50%, -50%) scale(1.03);
}

.card-profile-stats
{
    padding: 1rem 0;
}
.card-profile-stats > div
{
    margin-right: 1rem;
    padding: .875rem;

    text-align: center;
}
.card-profile-stats > div:last-child
{
    margin-right: 0;
}
.card-profile-stats > div .heading
{
    font-size: 1.1rem;
    font-weight: bold;

    display: block;
}
.card-profile-stats > div .description
{
    font-size: .875rem;

    color: #adb5bd;
}

.card-profile-actions
{
    padding: .875rem;
}

.card-stats .card-body
{
    padding: 1rem 1.5rem;
}

.card-stats .card-status-bullet
{
    position: absolute;
    top: 0;
    right: 0;

    transform: translate(50%, -50%);
}
.footer.has-cards
{
    position: relative;

    overflow: hidden;

    margin-top: -420px;
    padding-top: 500px;

    pointer-events: none;

    background: transparent;
}
.footer.has-cards:before
{
    position: absolute;
    top: 600px;
    right: 0;
    left: 0;

    height: 2000px;

    content: '';
    transform: skew(0, -8deg);

    background: #f7fafc;
}
.footer.has-cards .container
{
    position: relative;

    pointer-events: auto;
}
.card .table
{
    margin-bottom: 0;
}
.card .table td,
.card .table th
{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.card-calendar .card-header
{
    border-bottom: 0;
}

.card-calendar table
{
    background: transparent;
}
.card-calendar table tr > td:first-child
{
    border-left-width: 0;
}
.card-calendar table tr > td:last-child
{
    border-right-width: 0;
}
.icon-shape
{
    display: inline-flex;

    padding: 12px;

    text-align: center;

    border-radius: 50%;

    align-items: center;
    justify-content: center;
}
.icon-shape i,
.icon-shape svg
{
    /*font-size: 1.25rem;*/
}
.icon-shape.icon-lg i,
.icon-shape.icon-lg svg
{
    font-size: 1.625rem;
}
.icon-shape.icon-sm i,
.icon-shape.icon-sm svg
{
    font-size: .875rem;
}
.icon-shape.icon-xs i,
.icon-shape.icon-xs svg
{
    font-size: .6rem;
}
.icon-shape svg
{
    width: 30px;
    height: 30px;
}

.icon-shape-primary
{
    color: #2643e9;
    background-color: rgba(138, 152, 235, .5);
}

.icon-shape-secondary
{
    color: #cfe3f1;
    background-color: rgba(255, 255, 255, .5);
}

.icon-shape-success
{
    color: #1aae6f;
    background-color: rgba(84, 218, 161, .5);
}

.icon-shape-info
{
    color: #03acca;
    background-color: rgba(65, 215, 242, .5);
}

.icon-shape-warning
{
    color: #ff3709;
    background-color: rgba(252, 140, 114, .5);
}

.icon-shape-danger
{
    color: #f80031;
    background-color: rgba(247, 103, 131, .5);
}

.icon-shape-light
{
    color: #879cb0;
    background-color: rgba(201, 207, 212, .5);
}

.icon-shape-dark
{
    color: #090c0e;
    background-color: rgba(56, 63, 69, .5);
}

.icon-shape-default
{
    color: #091428;
    background-color: rgba(35, 65, 116, .5);
}

.icon-shape-white
{
    color: #e8e3e3;
    background-color: rgba(255, 255, 255, .5);
}

.icon-shape-neutral
{
    color: #e8e3e3;
    background-color: rgba(255, 255, 255, .5);
}

.icon-shape-darker
{
    color: black;
    background-color: rgba(26, 26, 26, .5);
}
.pagination
{
    display: flex;

    padding-left: 0;

    list-style: none;

    border-radius: .375rem;
}

.page-link
{
    line-height: 1.25;

    position: relative;

    display: block;

    margin-left: -1px;
    padding: .5rem .75rem;

    color: #8898aa;
    border: 1px solid #dee2e6;
    background-color: #fff;
}
.page-link:hover
{
    z-index: 2;

    text-decoration: none;

    color: #8898aa;
    border-color: #dee2e6;
    background-color: #dee2e6;
}
.page-link:focus
{
    z-index: 2;

    outline: 0;
    box-shadow: none;
}

.page-item:first-child .page-link
{
    margin-left: 0;

    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.page-item:last-child .page-link
{
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.page-item.active .page-link
{
    z-index: 1;

    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
}

.page-item.disabled .page-link
{
    cursor: auto;
    pointer-events: none;

    color: #8898aa;
    border-color: #dee2e6;
    background-color: #fff;
}

.pagination-lg .page-link
{
    font-size: 1.25rem;
    line-height: 1.5;

    padding: .75rem 1.5rem;
}

.pagination-lg .page-item:first-child .page-link
{
    border-top-left-radius: .4375rem;
    border-bottom-left-radius: .4375rem;
}

.pagination-lg .page-item:last-child .page-link
{
    border-top-right-radius: .4375rem;
    border-bottom-right-radius: .4375rem;
}

.pagination-sm .page-link
{
    font-size: .875rem;
    line-height: 1.5;

    padding: .25rem .5rem;
}

.pagination-sm .page-item:first-child .page-link
{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination-sm .page-item:last-child .page-link
{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.badge
{
    font-size: 66%;
    font-weight: 600;
    line-height: 1;

    display: inline-block;

    padding: .35rem .375rem;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;

    border-radius: .375rem;
}
@media (prefers-reduced-motion: reduce)
{
    .badge
    {
        transition: none;
    }
}
a.badge:hover,
a.badge:focus
{
    text-decoration: none;
}
.badge:empty
{
    display: none;
}

.btn .badge
{
    position: relative;
    top: -1px;
}

.badge-pill
{
    padding-right: .875em;
    padding-left: .875em;

    border-radius: 10rem;
}

.badge-primary
{
    color: #2643e9;
    background-color: #eaecfb;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus
{
    text-decoration: none;

    color: #fff;
    background-color: #2a44db;
}

.badge-secondary
{
    color: #cfe3f1;
    background-color: white;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus
{
    text-decoration: none;

    color: #212529;
    background-color: #cadeeb;
}

.badge-success
{
    color: #1aae6f;
    background-color: #b0eed3;
}
.badge-success[href]:hover,
.badge-success[href]:focus
{
    text-decoration: none;

    color: #fff;
    background-color: #229c68;
}

.badge-info
{
    color: #03acca;
    background-color: #aaedf9;
}
.badge-info[href]:hover,
.badge-info[href]:focus
{
    text-decoration: none;

    color: #fff;
    background-color: #0c9cb7;
}

.badge-warning
{
    color: #ff3709;
    background-color: #fee6e0;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus
{
    text-decoration: none;

    color: #fff;
    background-color: #f93305;
}

.badge-danger
{
    color: #f80031;
    background-color: #fdd1da;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus
{
    text-decoration: none;

    color: #fff;
    background-color: #e30b36;
}

.badge-light
{
    color: #879cb0;
    background-color: white;
}
.badge-light[href]:hover,
.badge-light[href]:focus
{
    text-decoration: none;

    color: #fff;
    background-color: #8b96a2;
}

.badge-dark
{
    color: #090c0e;
    background-color: #6a7783;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus
{
    text-decoration: none;

    color: #fff;
    background-color: #060607;
}

.badge-default
{
    color: #091428;
    background-color: #4172c6;
}
.badge-default[href]:hover,
.badge-default[href]:focus
{
    text-decoration: none;

    color: #fff;
    background-color: #09111e;
}

.badge-white
{
    color: #e8e3e3;
    background-color: white;
}
.badge-white[href]:hover,
.badge-white[href]:focus
{
    text-decoration: none;

    color: #212529;
    background-color: #e0e0e0;
}

.badge-neutral
{
    color: #e8e3e3;
    background-color: white;
}
.badge-neutral[href]:hover,
.badge-neutral[href]:focus
{
    text-decoration: none;

    color: #212529;
    background-color: #e0e0e0;
}

.badge-darker
{
    color: black;
    background-color: #525252;
}
.badge-darker[href]:hover,
.badge-darker[href]:focus
{
    text-decoration: none;

    color: #fff;
    background-color: black;
}
.page-item.active .page-link
{
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.page-item .page-link,
.page-item span
{
    font-size: .875rem;

    display: flex;

    width: 36px;
    height: 36px;
    margin: 0 3px;
    padding: 0;

    border-radius: 50% !important;

    align-items: center;
    justify-content: center;
}

.pagination-lg .page-item .page-link,
.pagination-lg .page-item span
{
    line-height: 46px;

    width: 46px;
    height: 46px;
}

.pagination-sm .page-item .page-link,
.pagination-sm .page-item span
{
    line-height: 30px;

    width: 30px;
    height: 30px;
}


.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.m--9{margin:-10rem!important}.mt--9,.my--9{margin-top:-10rem!important}.mr--9,.mx--9{margin-right:-10rem!important}.mb--9,.my--9{margin-bottom:-10rem!important}.ml--9,.mx--9{margin-left:-10rem!important}.m--8{margin:-8rem!important}.mt--8,.my--8{margin-top:-8rem!important}.mr--8,.mx--8{margin-right:-8rem!important}.mb--8,.my--8{margin-bottom:-8rem!important}.ml--8,.mx--8{margin-left:-8rem!important}.m--7{margin:-6rem!important}.mt--7,.my--7{margin-top:-6rem!important}.mr--7,.mx--7{margin-right:-6rem!important}.mb--7,.my--7{margin-bottom:-6rem!important}.ml--7,.mx--7{margin-left:-6rem!important}.m--6{margin:-4.5rem!important}.mt--6,.my--6{margin-top:-4.5rem!important}.mr--6,.mx--6{margin-right:-4.5rem!important}.mb--6,.my--6{margin-bottom:-4.5rem!important}.ml--6,.mx--6{margin-left:-4.5rem!important}.m--5{margin:-3rem!important}.mt--5,.my--5{margin-top:-3rem!important}.mr--5,.mx--5{margin-right:-3rem!important}.mb--5,.my--5{margin-bottom:-3rem!important}.ml--5,.mx--5{margin-left:-3rem!important}.m--4{margin:-1.5rem!important}.mt--4,.my--4{margin-top:-1.5rem!important}.mr--4,.mx--4{margin-right:-1.5rem!important}.mb--4,.my--4{margin-bottom:-1.5rem!important}.ml--4,.mx--4{margin-left:-1.5rem!important}.m--3{margin:-1rem!important}.mt--3,.my--3{margin-top:-1rem!important}.mr--3,.mx--3{margin-right:-1rem!important}.mb--3,.my--3{margin-bottom:-1rem!important}.ml--3,.mx--3{margin-left:-1rem!important}.m--2{margin:-.5rem!important}.mt--2,.my--2{margin-top:-.5rem!important}.mr--2,.mx--2{margin-right:-.5rem!important}.mb--2,.my--2{margin-bottom:-.5rem!important}.ml--2,.mx--2{margin-left:-.5rem!important}.m--1{margin:-.25rem!important}.mt--1,.my--1{margin-top:-.25rem!important}.mr--1,.mx--1{margin-right:-.25rem!important}.mb--1,.my--1{margin-bottom:-.25rem!important}.ml--1,.mx--1{margin-left:-.25rem!important}.m-6{margin:4.5rem!important}.mt-6,.my-6{margin-top:4.5rem!important}.mr-6,.mx-6{margin-right:4.5rem!important}.mb-6,.my-6{margin-bottom:4.5rem!important}.ml-6,.mx-6{margin-left:4.5rem!important}.m-7{margin:6rem!important}.mt-7,.my-7{margin-top:6rem!important}.mr-7,.mx-7{margin-right:6rem!important}.mb-7,.my-7{margin-bottom:6rem!important}.ml-7,.mx-7{margin-left:6rem!important}.m-8{margin:8rem!important}.mt-8,.my-8{margin-top:8rem!important}.mr-8,.mx-8{margin-right:8rem!important}.mb-8,.my-8{margin-bottom:8rem!important}.ml-8,.mx-8{margin-left:8rem!important}.m-9{margin:10rem!important}.mt-9,.my-9{margin-top:10rem!important}.mr-9,.mx-9{margin-right:10rem!important}.mb-9,.my-9{margin-bottom:10rem!important}.ml-9,.mx-9{margin-left:10rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.p-6{padding:4.5rem!important}.pt-6,.py-6{padding-top:4.5rem!important}.pr-6,.px-6{padding-right:4.5rem!important}.pb-6,.py-6{padding-bottom:4.5rem!important}.pl-6,.px-6{padding-left:4.5rem!important}.p-7{padding:6rem!important}.pt-7,.py-7{padding-top:6rem!important}.pr-7,.px-7{padding-right:6rem!important}.pb-7,.py-7{padding-bottom:6rem!important}.pl-7,.px-7{padding-left:6rem!important}.p-8{padding:8rem!important}.pt-8,.py-8{padding-top:8rem!important}.pr-8,.px-8{padding-right:8rem!important}.pb-8,.py-8{padding-bottom:8rem!important}.pl-8,.px-8{padding-left:8rem!important}.p-9{padding:10rem!important}.pt-9,.py-9{padding-top:10rem!important}.pr-9,.px-9{padding-right:10rem!important}.pb-9,.py-9{padding-bottom:10rem!important}.pl-9,.px-9{padding-left:10rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-n-9{margin:10rem!important}.mt-n-9,.my-n-9{margin-top:10rem!important}.mr-n-9,.mx-n-9{margin-right:10rem!important}.mb-n-9,.my-n-9{margin-bottom:10rem!important}.ml-n-9,.mx-n-9{margin-left:10rem!important}.m-n-8{margin:8rem!important}.mt-n-8,.my-n-8{margin-top:8rem!important}.mr-n-8,.mx-n-8{margin-right:8rem!important}.mb-n-8,.my-n-8{margin-bottom:8rem!important}.ml-n-8,.mx-n-8{margin-left:8rem!important}.m-n-7{margin:6rem!important}.mt-n-7,.my-n-7{margin-top:6rem!important}.mr-n-7,.mx-n-7{margin-right:6rem!important}.mb-n-7,.my-n-7{margin-bottom:6rem!important}.ml-n-7,.mx-n-7{margin-left:6rem!important}.m-n-6{margin:4.5rem!important}.mt-n-6,.my-n-6{margin-top:4.5rem!important}.mr-n-6,.mx-n-6{margin-right:4.5rem!important}.mb-n-6,.my-n-6{margin-bottom:4.5rem!important}.ml-n-6,.mx-n-6{margin-left:4.5rem!important}.m-n-5{margin:3rem!important}.mt-n-5,.my-n-5{margin-top:3rem!important}.mr-n-5,.mx-n-5{margin-right:3rem!important}.mb-n-5,.my-n-5{margin-bottom:3rem!important}.ml-n-5,.mx-n-5{margin-left:3rem!important}.m-n-4{margin:1.5rem!important}.mt-n-4,.my-n-4{margin-top:1.5rem!important}.mr-n-4,.mx-n-4{margin-right:1.5rem!important}.mb-n-4,.my-n-4{margin-bottom:1.5rem!important}.ml-n-4,.mx-n-4{margin-left:1.5rem!important}.m-n-3{margin:1rem!important}.mt-n-3,.my-n-3{margin-top:1rem!important}.mr-n-3,.mx-n-3{margin-right:1rem!important}.mb-n-3,.my-n-3{margin-bottom:1rem!important}.ml-n-3,.mx-n-3{margin-left:1rem!important}.m-n-2{margin:.5rem!important}.mt-n-2,.my-n-2{margin-top:.5rem!important}.mr-n-2,.mx-n-2{margin-right:.5rem!important}.mb-n-2,.my-n-2{margin-bottom:.5rem!important}.ml-n-2,.mx-n-2{margin-left:.5rem!important}.m-n-1{margin:.25rem!important}.mt-n-1,.my-n-1{margin-top:.25rem!important}.mr-n-1,.mx-n-1{margin-right:.25rem!important}.mb-n-1,.my-n-1{margin-bottom:.25rem!important}.ml-n-1,.mx-n-1{margin-left:.25rem!important}.m-n6{margin:-4.5rem!important}.mt-n6,.my-n6{margin-top:-4.5rem!important}.mr-n6,.mx-n6{margin-right:-4.5rem!important}.mb-n6,.my-n6{margin-bottom:-4.5rem!important}.ml-n6,.mx-n6{margin-left:-4.5rem!important}.m-n7{margin:-6rem!important}.mt-n7,.my-n7{margin-top:-6rem!important}.mr-n7,.mx-n7{margin-right:-6rem!important}.mb-n7,.my-n7{margin-bottom:-6rem!important}.ml-n7,.mx-n7{margin-left:-6rem!important}.m-n8{margin:-8rem!important}.mt-n8,.my-n8{margin-top:-8rem!important}.mr-n8,.mx-n8{margin-right:-8rem!important}.mb-n8,.my-n8{margin-bottom:-8rem!important}.ml-n8,.mx-n8{margin-left:-8rem!important}.m-n9{margin:-10rem!important}.mt-n9,.my-n9{margin-top:-10rem!important}.mr-n9,.mx-n9{margin-right:-10rem!important}.mb-n9,.my-n9{margin-bottom:-10rem!important}.ml-n9,.mx-n9{margin-left:-10rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.m-sm--9{margin:-10rem!important}.mt-sm--9,.my-sm--9{margin-top:-10rem!important}.mr-sm--9,.mx-sm--9{margin-right:-10rem!important}.mb-sm--9,.my-sm--9{margin-bottom:-10rem!important}.ml-sm--9,.mx-sm--9{margin-left:-10rem!important}.m-sm--8{margin:-8rem!important}.mt-sm--8,.my-sm--8{margin-top:-8rem!important}.mr-sm--8,.mx-sm--8{margin-right:-8rem!important}.mb-sm--8,.my-sm--8{margin-bottom:-8rem!important}.ml-sm--8,.mx-sm--8{margin-left:-8rem!important}.m-sm--7{margin:-6rem!important}.mt-sm--7,.my-sm--7{margin-top:-6rem!important}.mr-sm--7,.mx-sm--7{margin-right:-6rem!important}.mb-sm--7,.my-sm--7{margin-bottom:-6rem!important}.ml-sm--7,.mx-sm--7{margin-left:-6rem!important}.m-sm--6{margin:-4.5rem!important}.mt-sm--6,.my-sm--6{margin-top:-4.5rem!important}.mr-sm--6,.mx-sm--6{margin-right:-4.5rem!important}.mb-sm--6,.my-sm--6{margin-bottom:-4.5rem!important}.ml-sm--6,.mx-sm--6{margin-left:-4.5rem!important}.m-sm--5{margin:-3rem!important}.mt-sm--5,.my-sm--5{margin-top:-3rem!important}.mr-sm--5,.mx-sm--5{margin-right:-3rem!important}.mb-sm--5,.my-sm--5{margin-bottom:-3rem!important}.ml-sm--5,.mx-sm--5{margin-left:-3rem!important}.m-sm--4{margin:-1.5rem!important}.mt-sm--4,.my-sm--4{margin-top:-1.5rem!important}.mr-sm--4,.mx-sm--4{margin-right:-1.5rem!important}.mb-sm--4,.my-sm--4{margin-bottom:-1.5rem!important}.ml-sm--4,.mx-sm--4{margin-left:-1.5rem!important}.m-sm--3{margin:-1rem!important}.mt-sm--3,.my-sm--3{margin-top:-1rem!important}.mr-sm--3,.mx-sm--3{margin-right:-1rem!important}.mb-sm--3,.my-sm--3{margin-bottom:-1rem!important}.ml-sm--3,.mx-sm--3{margin-left:-1rem!important}.m-sm--2{margin:-.5rem!important}.mt-sm--2,.my-sm--2{margin-top:-.5rem!important}.mr-sm--2,.mx-sm--2{margin-right:-.5rem!important}.mb-sm--2,.my-sm--2{margin-bottom:-.5rem!important}.ml-sm--2,.mx-sm--2{margin-left:-.5rem!important}.m-sm--1{margin:-.25rem!important}.mt-sm--1,.my-sm--1{margin-top:-.25rem!important}.mr-sm--1,.mx-sm--1{margin-right:-.25rem!important}.mb-sm--1,.my-sm--1{margin-bottom:-.25rem!important}.ml-sm--1,.mx-sm--1{margin-left:-.25rem!important}.m-sm-6{margin:4.5rem!important}.mt-sm-6,.my-sm-6{margin-top:4.5rem!important}.mr-sm-6,.mx-sm-6{margin-right:4.5rem!important}.mb-sm-6,.my-sm-6{margin-bottom:4.5rem!important}.ml-sm-6,.mx-sm-6{margin-left:4.5rem!important}.m-sm-7{margin:6rem!important}.mt-sm-7,.my-sm-7{margin-top:6rem!important}.mr-sm-7,.mx-sm-7{margin-right:6rem!important}.mb-sm-7,.my-sm-7{margin-bottom:6rem!important}.ml-sm-7,.mx-sm-7{margin-left:6rem!important}.m-sm-8{margin:8rem!important}.mt-sm-8,.my-sm-8{margin-top:8rem!important}.mr-sm-8,.mx-sm-8{margin-right:8rem!important}.mb-sm-8,.my-sm-8{margin-bottom:8rem!important}.ml-sm-8,.mx-sm-8{margin-left:8rem!important}.m-sm-9{margin:10rem!important}.mt-sm-9,.my-sm-9{margin-top:10rem!important}.mr-sm-9,.mx-sm-9{margin-right:10rem!important}.mb-sm-9,.my-sm-9{margin-bottom:10rem!important}.ml-sm-9,.mx-sm-9{margin-left:10rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.p-sm-6{padding:4.5rem!important}.pt-sm-6,.py-sm-6{padding-top:4.5rem!important}.pr-sm-6,.px-sm-6{padding-right:4.5rem!important}.pb-sm-6,.py-sm-6{padding-bottom:4.5rem!important}.pl-sm-6,.px-sm-6{padding-left:4.5rem!important}.p-sm-7{padding:6rem!important}.pt-sm-7,.py-sm-7{padding-top:6rem!important}.pr-sm-7,.px-sm-7{padding-right:6rem!important}.pb-sm-7,.py-sm-7{padding-bottom:6rem!important}.pl-sm-7,.px-sm-7{padding-left:6rem!important}.p-sm-8{padding:8rem!important}.pt-sm-8,.py-sm-8{padding-top:8rem!important}.pr-sm-8,.px-sm-8{padding-right:8rem!important}.pb-sm-8,.py-sm-8{padding-bottom:8rem!important}.pl-sm-8,.px-sm-8{padding-left:8rem!important}.p-sm-9{padding:10rem!important}.pt-sm-9,.py-sm-9{padding-top:10rem!important}.pr-sm-9,.px-sm-9{padding-right:10rem!important}.pb-sm-9,.py-sm-9{padding-bottom:10rem!important}.pl-sm-9,.px-sm-9{padding-left:10rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-n-9{margin:10rem!important}.mt-sm-n-9,.my-sm-n-9{margin-top:10rem!important}.mr-sm-n-9,.mx-sm-n-9{margin-right:10rem!important}.mb-sm-n-9,.my-sm-n-9{margin-bottom:10rem!important}.ml-sm-n-9,.mx-sm-n-9{margin-left:10rem!important}.m-sm-n-8{margin:8rem!important}.mt-sm-n-8,.my-sm-n-8{margin-top:8rem!important}.mr-sm-n-8,.mx-sm-n-8{margin-right:8rem!important}.mb-sm-n-8,.my-sm-n-8{margin-bottom:8rem!important}.ml-sm-n-8,.mx-sm-n-8{margin-left:8rem!important}.m-sm-n-7{margin:6rem!important}.mt-sm-n-7,.my-sm-n-7{margin-top:6rem!important}.mr-sm-n-7,.mx-sm-n-7{margin-right:6rem!important}.mb-sm-n-7,.my-sm-n-7{margin-bottom:6rem!important}.ml-sm-n-7,.mx-sm-n-7{margin-left:6rem!important}.m-sm-n-6{margin:4.5rem!important}.mt-sm-n-6,.my-sm-n-6{margin-top:4.5rem!important}.mr-sm-n-6,.mx-sm-n-6{margin-right:4.5rem!important}.mb-sm-n-6,.my-sm-n-6{margin-bottom:4.5rem!important}.ml-sm-n-6,.mx-sm-n-6{margin-left:4.5rem!important}.m-sm-n-5{margin:3rem!important}.mt-sm-n-5,.my-sm-n-5{margin-top:3rem!important}.mr-sm-n-5,.mx-sm-n-5{margin-right:3rem!important}.mb-sm-n-5,.my-sm-n-5{margin-bottom:3rem!important}.ml-sm-n-5,.mx-sm-n-5{margin-left:3rem!important}.m-sm-n-4{margin:1.5rem!important}.mt-sm-n-4,.my-sm-n-4{margin-top:1.5rem!important}.mr-sm-n-4,.mx-sm-n-4{margin-right:1.5rem!important}.mb-sm-n-4,.my-sm-n-4{margin-bottom:1.5rem!important}.ml-sm-n-4,.mx-sm-n-4{margin-left:1.5rem!important}.m-sm-n-3{margin:1rem!important}.mt-sm-n-3,.my-sm-n-3{margin-top:1rem!important}.mr-sm-n-3,.mx-sm-n-3{margin-right:1rem!important}.mb-sm-n-3,.my-sm-n-3{margin-bottom:1rem!important}.ml-sm-n-3,.mx-sm-n-3{margin-left:1rem!important}.m-sm-n-2{margin:.5rem!important}.mt-sm-n-2,.my-sm-n-2{margin-top:.5rem!important}.mr-sm-n-2,.mx-sm-n-2{margin-right:.5rem!important}.mb-sm-n-2,.my-sm-n-2{margin-bottom:.5rem!important}.ml-sm-n-2,.mx-sm-n-2{margin-left:.5rem!important}.m-sm-n-1{margin:.25rem!important}.mt-sm-n-1,.my-sm-n-1{margin-top:.25rem!important}.mr-sm-n-1,.mx-sm-n-1{margin-right:.25rem!important}.mb-sm-n-1,.my-sm-n-1{margin-bottom:.25rem!important}.ml-sm-n-1,.mx-sm-n-1{margin-left:.25rem!important}.m-sm-n6{margin:-4.5rem!important}.mt-sm-n6,.my-sm-n6{margin-top:-4.5rem!important}.mr-sm-n6,.mx-sm-n6{margin-right:-4.5rem!important}.mb-sm-n6,.my-sm-n6{margin-bottom:-4.5rem!important}.ml-sm-n6,.mx-sm-n6{margin-left:-4.5rem!important}.m-sm-n7{margin:-6rem!important}.mt-sm-n7,.my-sm-n7{margin-top:-6rem!important}.mr-sm-n7,.mx-sm-n7{margin-right:-6rem!important}.mb-sm-n7,.my-sm-n7{margin-bottom:-6rem!important}.ml-sm-n7,.mx-sm-n7{margin-left:-6rem!important}.m-sm-n8{margin:-8rem!important}.mt-sm-n8,.my-sm-n8{margin-top:-8rem!important}.mr-sm-n8,.mx-sm-n8{margin-right:-8rem!important}.mb-sm-n8,.my-sm-n8{margin-bottom:-8rem!important}.ml-sm-n8,.mx-sm-n8{margin-left:-8rem!important}.m-sm-n9{margin:-10rem!important}.mt-sm-n9,.my-sm-n9{margin-top:-10rem!important}.mr-sm-n9,.mx-sm-n9{margin-right:-10rem!important}.mb-sm-n9,.my-sm-n9{margin-bottom:-10rem!important}.ml-sm-n9,.mx-sm-n9{margin-left:-10rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.m-md--9{margin:-10rem!important}.mt-md--9,.my-md--9{margin-top:-10rem!important}.mr-md--9,.mx-md--9{margin-right:-10rem!important}.mb-md--9,.my-md--9{margin-bottom:-10rem!important}.ml-md--9,.mx-md--9{margin-left:-10rem!important}.m-md--8{margin:-8rem!important}.mt-md--8,.my-md--8{margin-top:-8rem!important}.mr-md--8,.mx-md--8{margin-right:-8rem!important}.mb-md--8,.my-md--8{margin-bottom:-8rem!important}.ml-md--8,.mx-md--8{margin-left:-8rem!important}.m-md--7{margin:-6rem!important}.mt-md--7,.my-md--7{margin-top:-6rem!important}.mr-md--7,.mx-md--7{margin-right:-6rem!important}.mb-md--7,.my-md--7{margin-bottom:-6rem!important}.ml-md--7,.mx-md--7{margin-left:-6rem!important}.m-md--6{margin:-4.5rem!important}.mt-md--6,.my-md--6{margin-top:-4.5rem!important}.mr-md--6,.mx-md--6{margin-right:-4.5rem!important}.mb-md--6,.my-md--6{margin-bottom:-4.5rem!important}.ml-md--6,.mx-md--6{margin-left:-4.5rem!important}.m-md--5{margin:-3rem!important}.mt-md--5,.my-md--5{margin-top:-3rem!important}.mr-md--5,.mx-md--5{margin-right:-3rem!important}.mb-md--5,.my-md--5{margin-bottom:-3rem!important}.ml-md--5,.mx-md--5{margin-left:-3rem!important}.m-md--4{margin:-1.5rem!important}.mt-md--4,.my-md--4{margin-top:-1.5rem!important}.mr-md--4,.mx-md--4{margin-right:-1.5rem!important}.mb-md--4,.my-md--4{margin-bottom:-1.5rem!important}.ml-md--4,.mx-md--4{margin-left:-1.5rem!important}.m-md--3{margin:-1rem!important}.mt-md--3,.my-md--3{margin-top:-1rem!important}.mr-md--3,.mx-md--3{margin-right:-1rem!important}.mb-md--3,.my-md--3{margin-bottom:-1rem!important}.ml-md--3,.mx-md--3{margin-left:-1rem!important}.m-md--2{margin:-.5rem!important}.mt-md--2,.my-md--2{margin-top:-.5rem!important}.mr-md--2,.mx-md--2{margin-right:-.5rem!important}.mb-md--2,.my-md--2{margin-bottom:-.5rem!important}.ml-md--2,.mx-md--2{margin-left:-.5rem!important}.m-md--1{margin:-.25rem!important}.mt-md--1,.my-md--1{margin-top:-.25rem!important}.mr-md--1,.mx-md--1{margin-right:-.25rem!important}.mb-md--1,.my-md--1{margin-bottom:-.25rem!important}.ml-md--1,.mx-md--1{margin-left:-.25rem!important}.m-md-6{margin:4.5rem!important}.mt-md-6,.my-md-6{margin-top:4.5rem!important}.mr-md-6,.mx-md-6{margin-right:4.5rem!important}.mb-md-6,.my-md-6{margin-bottom:4.5rem!important}.ml-md-6,.mx-md-6{margin-left:4.5rem!important}.m-md-7{margin:6rem!important}.mt-md-7,.my-md-7{margin-top:6rem!important}.mr-md-7,.mx-md-7{margin-right:6rem!important}.mb-md-7,.my-md-7{margin-bottom:6rem!important}.ml-md-7,.mx-md-7{margin-left:6rem!important}.m-md-8{margin:8rem!important}.mt-md-8,.my-md-8{margin-top:8rem!important}.mr-md-8,.mx-md-8{margin-right:8rem!important}.mb-md-8,.my-md-8{margin-bottom:8rem!important}.ml-md-8,.mx-md-8{margin-left:8rem!important}.m-md-9{margin:10rem!important}.mt-md-9,.my-md-9{margin-top:10rem!important}.mr-md-9,.mx-md-9{margin-right:10rem!important}.mb-md-9,.my-md-9{margin-bottom:10rem!important}.ml-md-9,.mx-md-9{margin-left:10rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.p-md-6{padding:4.5rem!important}.pt-md-6,.py-md-6{padding-top:4.5rem!important}.pr-md-6,.px-md-6{padding-right:4.5rem!important}.pb-md-6,.py-md-6{padding-bottom:4.5rem!important}.pl-md-6,.px-md-6{padding-left:4.5rem!important}.p-md-7{padding:6rem!important}.pt-md-7,.py-md-7{padding-top:6rem!important}.pr-md-7,.px-md-7{padding-right:6rem!important}.pb-md-7,.py-md-7{padding-bottom:6rem!important}.pl-md-7,.px-md-7{padding-left:6rem!important}.p-md-8{padding:8rem!important}.pt-md-8,.py-md-8{padding-top:8rem!important}.pr-md-8,.px-md-8{padding-right:8rem!important}.pb-md-8,.py-md-8{padding-bottom:8rem!important}.pl-md-8,.px-md-8{padding-left:8rem!important}.p-md-9{padding:10rem!important}.pt-md-9,.py-md-9{padding-top:10rem!important}.pr-md-9,.px-md-9{padding-right:10rem!important}.pb-md-9,.py-md-9{padding-bottom:10rem!important}.pl-md-9,.px-md-9{padding-left:10rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-n-9{margin:10rem!important}.mt-md-n-9,.my-md-n-9{margin-top:10rem!important}.mr-md-n-9,.mx-md-n-9{margin-right:10rem!important}.mb-md-n-9,.my-md-n-9{margin-bottom:10rem!important}.ml-md-n-9,.mx-md-n-9{margin-left:10rem!important}.m-md-n-8{margin:8rem!important}.mt-md-n-8,.my-md-n-8{margin-top:8rem!important}.mr-md-n-8,.mx-md-n-8{margin-right:8rem!important}.mb-md-n-8,.my-md-n-8{margin-bottom:8rem!important}.ml-md-n-8,.mx-md-n-8{margin-left:8rem!important}.m-md-n-7{margin:6rem!important}.mt-md-n-7,.my-md-n-7{margin-top:6rem!important}.mr-md-n-7,.mx-md-n-7{margin-right:6rem!important}.mb-md-n-7,.my-md-n-7{margin-bottom:6rem!important}.ml-md-n-7,.mx-md-n-7{margin-left:6rem!important}.m-md-n-6{margin:4.5rem!important}.mt-md-n-6,.my-md-n-6{margin-top:4.5rem!important}.mr-md-n-6,.mx-md-n-6{margin-right:4.5rem!important}.mb-md-n-6,.my-md-n-6{margin-bottom:4.5rem!important}.ml-md-n-6,.mx-md-n-6{margin-left:4.5rem!important}.m-md-n-5{margin:3rem!important}.mt-md-n-5,.my-md-n-5{margin-top:3rem!important}.mr-md-n-5,.mx-md-n-5{margin-right:3rem!important}.mb-md-n-5,.my-md-n-5{margin-bottom:3rem!important}.ml-md-n-5,.mx-md-n-5{margin-left:3rem!important}.m-md-n-4{margin:1.5rem!important}.mt-md-n-4,.my-md-n-4{margin-top:1.5rem!important}.mr-md-n-4,.mx-md-n-4{margin-right:1.5rem!important}.mb-md-n-4,.my-md-n-4{margin-bottom:1.5rem!important}.ml-md-n-4,.mx-md-n-4{margin-left:1.5rem!important}.m-md-n-3{margin:1rem!important}.mt-md-n-3,.my-md-n-3{margin-top:1rem!important}.mr-md-n-3,.mx-md-n-3{margin-right:1rem!important}.mb-md-n-3,.my-md-n-3{margin-bottom:1rem!important}.ml-md-n-3,.mx-md-n-3{margin-left:1rem!important}.m-md-n-2{margin:.5rem!important}.mt-md-n-2,.my-md-n-2{margin-top:.5rem!important}.mr-md-n-2,.mx-md-n-2{margin-right:.5rem!important}.mb-md-n-2,.my-md-n-2{margin-bottom:.5rem!important}.ml-md-n-2,.mx-md-n-2{margin-left:.5rem!important}.m-md-n-1{margin:.25rem!important}.mt-md-n-1,.my-md-n-1{margin-top:.25rem!important}.mr-md-n-1,.mx-md-n-1{margin-right:.25rem!important}.mb-md-n-1,.my-md-n-1{margin-bottom:.25rem!important}.ml-md-n-1,.mx-md-n-1{margin-left:.25rem!important}.m-md-n6{margin:-4.5rem!important}.mt-md-n6,.my-md-n6{margin-top:-4.5rem!important}.mr-md-n6,.mx-md-n6{margin-right:-4.5rem!important}.mb-md-n6,.my-md-n6{margin-bottom:-4.5rem!important}.ml-md-n6,.mx-md-n6{margin-left:-4.5rem!important}.m-md-n7{margin:-6rem!important}.mt-md-n7,.my-md-n7{margin-top:-6rem!important}.mr-md-n7,.mx-md-n7{margin-right:-6rem!important}.mb-md-n7,.my-md-n7{margin-bottom:-6rem!important}.ml-md-n7,.mx-md-n7{margin-left:-6rem!important}.m-md-n8{margin:-8rem!important}.mt-md-n8,.my-md-n8{margin-top:-8rem!important}.mr-md-n8,.mx-md-n8{margin-right:-8rem!important}.mb-md-n8,.my-md-n8{margin-bottom:-8rem!important}.ml-md-n8,.mx-md-n8{margin-left:-8rem!important}.m-md-n9{margin:-10rem!important}.mt-md-n9,.my-md-n9{margin-top:-10rem!important}.mr-md-n9,.mx-md-n9{margin-right:-10rem!important}.mb-md-n9,.my-md-n9{margin-bottom:-10rem!important}.ml-md-n9,.mx-md-n9{margin-left:-10rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.m-lg--9{margin:-10rem!important}.mt-lg--9,.my-lg--9{margin-top:-10rem!important}.mr-lg--9,.mx-lg--9{margin-right:-10rem!important}.mb-lg--9,.my-lg--9{margin-bottom:-10rem!important}.ml-lg--9,.mx-lg--9{margin-left:-10rem!important}.m-lg--8{margin:-8rem!important}.mt-lg--8,.my-lg--8{margin-top:-8rem!important}.mr-lg--8,.mx-lg--8{margin-right:-8rem!important}.mb-lg--8,.my-lg--8{margin-bottom:-8rem!important}.ml-lg--8,.mx-lg--8{margin-left:-8rem!important}.m-lg--7{margin:-6rem!important}.mt-lg--7,.my-lg--7{margin-top:-6rem!important}.mr-lg--7,.mx-lg--7{margin-right:-6rem!important}.mb-lg--7,.my-lg--7{margin-bottom:-6rem!important}.ml-lg--7,.mx-lg--7{margin-left:-6rem!important}.m-lg--6{margin:-4.5rem!important}.mt-lg--6,.my-lg--6{margin-top:-4.5rem!important}.mr-lg--6,.mx-lg--6{margin-right:-4.5rem!important}.mb-lg--6,.my-lg--6{margin-bottom:-4.5rem!important}.ml-lg--6,.mx-lg--6{margin-left:-4.5rem!important}.m-lg--5{margin:-3rem!important}.mt-lg--5,.my-lg--5{margin-top:-3rem!important}.mr-lg--5,.mx-lg--5{margin-right:-3rem!important}.mb-lg--5,.my-lg--5{margin-bottom:-3rem!important}.ml-lg--5,.mx-lg--5{margin-left:-3rem!important}.m-lg--4{margin:-1.5rem!important}.mt-lg--4,.my-lg--4{margin-top:-1.5rem!important}.mr-lg--4,.mx-lg--4{margin-right:-1.5rem!important}.mb-lg--4,.my-lg--4{margin-bottom:-1.5rem!important}.ml-lg--4,.mx-lg--4{margin-left:-1.5rem!important}.m-lg--3{margin:-1rem!important}.mt-lg--3,.my-lg--3{margin-top:-1rem!important}.mr-lg--3,.mx-lg--3{margin-right:-1rem!important}.mb-lg--3,.my-lg--3{margin-bottom:-1rem!important}.ml-lg--3,.mx-lg--3{margin-left:-1rem!important}.m-lg--2{margin:-.5rem!important}.mt-lg--2,.my-lg--2{margin-top:-.5rem!important}.mr-lg--2,.mx-lg--2{margin-right:-.5rem!important}.mb-lg--2,.my-lg--2{margin-bottom:-.5rem!important}.ml-lg--2,.mx-lg--2{margin-left:-.5rem!important}.m-lg--1{margin:-.25rem!important}.mt-lg--1,.my-lg--1{margin-top:-.25rem!important}.mr-lg--1,.mx-lg--1{margin-right:-.25rem!important}.mb-lg--1,.my-lg--1{margin-bottom:-.25rem!important}.ml-lg--1,.mx-lg--1{margin-left:-.25rem!important}.m-lg-6{margin:4.5rem!important}.mt-lg-6,.my-lg-6{margin-top:4.5rem!important}.mr-lg-6,.mx-lg-6{margin-right:4.5rem!important}.mb-lg-6,.my-lg-6{margin-bottom:4.5rem!important}.ml-lg-6,.mx-lg-6{margin-left:4.5rem!important}.m-lg-7{margin:6rem!important}.mt-lg-7,.my-lg-7{margin-top:6rem!important}.mr-lg-7,.mx-lg-7{margin-right:6rem!important}.mb-lg-7,.my-lg-7{margin-bottom:6rem!important}.ml-lg-7,.mx-lg-7{margin-left:6rem!important}.m-lg-8{margin:8rem!important}.mt-lg-8,.my-lg-8{margin-top:8rem!important}.mr-lg-8,.mx-lg-8{margin-right:8rem!important}.mb-lg-8,.my-lg-8{margin-bottom:8rem!important}.ml-lg-8,.mx-lg-8{margin-left:8rem!important}.m-lg-9{margin:10rem!important}.mt-lg-9,.my-lg-9{margin-top:10rem!important}.mr-lg-9,.mx-lg-9{margin-right:10rem!important}.mb-lg-9,.my-lg-9{margin-bottom:10rem!important}.ml-lg-9,.mx-lg-9{margin-left:10rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.p-lg-6{padding:4.5rem!important}.pt-lg-6,.py-lg-6{padding-top:4.5rem!important}.pr-lg-6,.px-lg-6{padding-right:4.5rem!important}.pb-lg-6,.py-lg-6{padding-bottom:4.5rem!important}.pl-lg-6,.px-lg-6{padding-left:4.5rem!important}.p-lg-7{padding:6rem!important}.pt-lg-7,.py-lg-7{padding-top:6rem!important}.pr-lg-7,.px-lg-7{padding-right:6rem!important}.pb-lg-7,.py-lg-7{padding-bottom:6rem!important}.pl-lg-7,.px-lg-7{padding-left:6rem!important}.p-lg-8{padding:8rem!important}.pt-lg-8,.py-lg-8{padding-top:8rem!important}.pr-lg-8,.px-lg-8{padding-right:8rem!important}.pb-lg-8,.py-lg-8{padding-bottom:8rem!important}.pl-lg-8,.px-lg-8{padding-left:8rem!important}.p-lg-9{padding:10rem!important}.pt-lg-9,.py-lg-9{padding-top:10rem!important}.pr-lg-9,.px-lg-9{padding-right:10rem!important}.pb-lg-9,.py-lg-9{padding-bottom:10rem!important}.pl-lg-9,.px-lg-9{padding-left:10rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-n-9{margin:10rem!important}.mt-lg-n-9,.my-lg-n-9{margin-top:10rem!important}.mr-lg-n-9,.mx-lg-n-9{margin-right:10rem!important}.mb-lg-n-9,.my-lg-n-9{margin-bottom:10rem!important}.ml-lg-n-9,.mx-lg-n-9{margin-left:10rem!important}.m-lg-n-8{margin:8rem!important}.mt-lg-n-8,.my-lg-n-8{margin-top:8rem!important}.mr-lg-n-8,.mx-lg-n-8{margin-right:8rem!important}.mb-lg-n-8,.my-lg-n-8{margin-bottom:8rem!important}.ml-lg-n-8,.mx-lg-n-8{margin-left:8rem!important}.m-lg-n-7{margin:6rem!important}.mt-lg-n-7,.my-lg-n-7{margin-top:6rem!important}.mr-lg-n-7,.mx-lg-n-7{margin-right:6rem!important}.mb-lg-n-7,.my-lg-n-7{margin-bottom:6rem!important}.ml-lg-n-7,.mx-lg-n-7{margin-left:6rem!important}.m-lg-n-6{margin:4.5rem!important}.mt-lg-n-6,.my-lg-n-6{margin-top:4.5rem!important}.mr-lg-n-6,.mx-lg-n-6{margin-right:4.5rem!important}.mb-lg-n-6,.my-lg-n-6{margin-bottom:4.5rem!important}.ml-lg-n-6,.mx-lg-n-6{margin-left:4.5rem!important}.m-lg-n-5{margin:3rem!important}.mt-lg-n-5,.my-lg-n-5{margin-top:3rem!important}.mr-lg-n-5,.mx-lg-n-5{margin-right:3rem!important}.mb-lg-n-5,.my-lg-n-5{margin-bottom:3rem!important}.ml-lg-n-5,.mx-lg-n-5{margin-left:3rem!important}.m-lg-n-4{margin:1.5rem!important}.mt-lg-n-4,.my-lg-n-4{margin-top:1.5rem!important}.mr-lg-n-4,.mx-lg-n-4{margin-right:1.5rem!important}.mb-lg-n-4,.my-lg-n-4{margin-bottom:1.5rem!important}.ml-lg-n-4,.mx-lg-n-4{margin-left:1.5rem!important}.m-lg-n-3{margin:1rem!important}.mt-lg-n-3,.my-lg-n-3{margin-top:1rem!important}.mr-lg-n-3,.mx-lg-n-3{margin-right:1rem!important}.mb-lg-n-3,.my-lg-n-3{margin-bottom:1rem!important}.ml-lg-n-3,.mx-lg-n-3{margin-left:1rem!important}.m-lg-n-2{margin:.5rem!important}.mt-lg-n-2,.my-lg-n-2{margin-top:.5rem!important}.mr-lg-n-2,.mx-lg-n-2{margin-right:.5rem!important}.mb-lg-n-2,.my-lg-n-2{margin-bottom:.5rem!important}.ml-lg-n-2,.mx-lg-n-2{margin-left:.5rem!important}.m-lg-n-1{margin:.25rem!important}.mt-lg-n-1,.my-lg-n-1{margin-top:.25rem!important}.mr-lg-n-1,.mx-lg-n-1{margin-right:.25rem!important}.mb-lg-n-1,.my-lg-n-1{margin-bottom:.25rem!important}.ml-lg-n-1,.mx-lg-n-1{margin-left:.25rem!important}.m-lg-n6{margin:-4.5rem!important}.mt-lg-n6,.my-lg-n6{margin-top:-4.5rem!important}.mr-lg-n6,.mx-lg-n6{margin-right:-4.5rem!important}.mb-lg-n6,.my-lg-n6{margin-bottom:-4.5rem!important}.ml-lg-n6,.mx-lg-n6{margin-left:-4.5rem!important}.m-lg-n7{margin:-6rem!important}.mt-lg-n7,.my-lg-n7{margin-top:-6rem!important}.mr-lg-n7,.mx-lg-n7{margin-right:-6rem!important}.mb-lg-n7,.my-lg-n7{margin-bottom:-6rem!important}.ml-lg-n7,.mx-lg-n7{margin-left:-6rem!important}.m-lg-n8{margin:-8rem!important}.mt-lg-n8,.my-lg-n8{margin-top:-8rem!important}.mr-lg-n8,.mx-lg-n8{margin-right:-8rem!important}.mb-lg-n8,.my-lg-n8{margin-bottom:-8rem!important}.ml-lg-n8,.mx-lg-n8{margin-left:-8rem!important}.m-lg-n9{margin:-10rem!important}.mt-lg-n9,.my-lg-n9{margin-top:-10rem!important}.mr-lg-n9,.mx-lg-n9{margin-right:-10rem!important}.mb-lg-n9,.my-lg-n9{margin-bottom:-10rem!important}.ml-lg-n9,.mx-lg-n9{margin-left:-10rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.m-xl--9{margin:-10rem!important}.mt-xl--9,.my-xl--9{margin-top:-10rem!important}.mr-xl--9,.mx-xl--9{margin-right:-10rem!important}.mb-xl--9,.my-xl--9{margin-bottom:-10rem!important}.ml-xl--9,.mx-xl--9{margin-left:-10rem!important}.m-xl--8{margin:-8rem!important}.mt-xl--8,.my-xl--8{margin-top:-8rem!important}.mr-xl--8,.mx-xl--8{margin-right:-8rem!important}.mb-xl--8,.my-xl--8{margin-bottom:-8rem!important}.ml-xl--8,.mx-xl--8{margin-left:-8rem!important}.m-xl--7{margin:-6rem!important}.mt-xl--7,.my-xl--7{margin-top:-6rem!important}.mr-xl--7,.mx-xl--7{margin-right:-6rem!important}.mb-xl--7,.my-xl--7{margin-bottom:-6rem!important}.ml-xl--7,.mx-xl--7{margin-left:-6rem!important}.m-xl--6{margin:-4.5rem!important}.mt-xl--6,.my-xl--6{margin-top:-4.5rem!important}.mr-xl--6,.mx-xl--6{margin-right:-4.5rem!important}.mb-xl--6,.my-xl--6{margin-bottom:-4.5rem!important}.ml-xl--6,.mx-xl--6{margin-left:-4.5rem!important}.m-xl--5{margin:-3rem!important}.mt-xl--5,.my-xl--5{margin-top:-3rem!important}.mr-xl--5,.mx-xl--5{margin-right:-3rem!important}.mb-xl--5,.my-xl--5{margin-bottom:-3rem!important}.ml-xl--5,.mx-xl--5{margin-left:-3rem!important}.m-xl--4{margin:-1.5rem!important}.mt-xl--4,.my-xl--4{margin-top:-1.5rem!important}.mr-xl--4,.mx-xl--4{margin-right:-1.5rem!important}.mb-xl--4,.my-xl--4{margin-bottom:-1.5rem!important}.ml-xl--4,.mx-xl--4{margin-left:-1.5rem!important}.m-xl--3{margin:-1rem!important}.mt-xl--3,.my-xl--3{margin-top:-1rem!important}.mr-xl--3,.mx-xl--3{margin-right:-1rem!important}.mb-xl--3,.my-xl--3{margin-bottom:-1rem!important}.ml-xl--3,.mx-xl--3{margin-left:-1rem!important}.m-xl--2{margin:-.5rem!important}.mt-xl--2,.my-xl--2{margin-top:-.5rem!important}.mr-xl--2,.mx-xl--2{margin-right:-.5rem!important}.mb-xl--2,.my-xl--2{margin-bottom:-.5rem!important}.ml-xl--2,.mx-xl--2{margin-left:-.5rem!important}.m-xl--1{margin:-.25rem!important}.mt-xl--1,.my-xl--1{margin-top:-.25rem!important}.mr-xl--1,.mx-xl--1{margin-right:-.25rem!important}.mb-xl--1,.my-xl--1{margin-bottom:-.25rem!important}.ml-xl--1,.mx-xl--1{margin-left:-.25rem!important}.m-xl-6{margin:4.5rem!important}.mt-xl-6,.my-xl-6{margin-top:4.5rem!important}.mr-xl-6,.mx-xl-6{margin-right:4.5rem!important}.mb-xl-6,.my-xl-6{margin-bottom:4.5rem!important}.ml-xl-6,.mx-xl-6{margin-left:4.5rem!important}.m-xl-7{margin:6rem!important}.mt-xl-7,.my-xl-7{margin-top:6rem!important}.mr-xl-7,.mx-xl-7{margin-right:6rem!important}.mb-xl-7,.my-xl-7{margin-bottom:6rem!important}.ml-xl-7,.mx-xl-7{margin-left:6rem!important}.m-xl-8{margin:8rem!important}.mt-xl-8,.my-xl-8{margin-top:8rem!important}.mr-xl-8,.mx-xl-8{margin-right:8rem!important}.mb-xl-8,.my-xl-8{margin-bottom:8rem!important}.ml-xl-8,.mx-xl-8{margin-left:8rem!important}.m-xl-9{margin:10rem!important}.mt-xl-9,.my-xl-9{margin-top:10rem!important}.mr-xl-9,.mx-xl-9{margin-right:10rem!important}.mb-xl-9,.my-xl-9{margin-bottom:10rem!important}.ml-xl-9,.mx-xl-9{margin-left:10rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.p-xl-6{padding:4.5rem!important}.pt-xl-6,.py-xl-6{padding-top:4.5rem!important}.pr-xl-6,.px-xl-6{padding-right:4.5rem!important}.pb-xl-6,.py-xl-6{padding-bottom:4.5rem!important}.pl-xl-6,.px-xl-6{padding-left:4.5rem!important}.p-xl-7{padding:6rem!important}.pt-xl-7,.py-xl-7{padding-top:6rem!important}.pr-xl-7,.px-xl-7{padding-right:6rem!important}.pb-xl-7,.py-xl-7{padding-bottom:6rem!important}.pl-xl-7,.px-xl-7{padding-left:6rem!important}.p-xl-8{padding:8rem!important}.pt-xl-8,.py-xl-8{padding-top:8rem!important}.pr-xl-8,.px-xl-8{padding-right:8rem!important}.pb-xl-8,.py-xl-8{padding-bottom:8rem!important}.pl-xl-8,.px-xl-8{padding-left:8rem!important}.p-xl-9{padding:10rem!important}.pt-xl-9,.py-xl-9{padding-top:10rem!important}.pr-xl-9,.px-xl-9{padding-right:10rem!important}.pb-xl-9,.py-xl-9{padding-bottom:10rem!important}.pl-xl-9,.px-xl-9{padding-left:10rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-n-9{margin:10rem!important}.mt-xl-n-9,.my-xl-n-9{margin-top:10rem!important}.mr-xl-n-9,.mx-xl-n-9{margin-right:10rem!important}.mb-xl-n-9,.my-xl-n-9{margin-bottom:10rem!important}.ml-xl-n-9,.mx-xl-n-9{margin-left:10rem!important}.m-xl-n-8{margin:8rem!important}.mt-xl-n-8,.my-xl-n-8{margin-top:8rem!important}.mr-xl-n-8,.mx-xl-n-8{margin-right:8rem!important}.mb-xl-n-8,.my-xl-n-8{margin-bottom:8rem!important}.ml-xl-n-8,.mx-xl-n-8{margin-left:8rem!important}.m-xl-n-7{margin:6rem!important}.mt-xl-n-7,.my-xl-n-7{margin-top:6rem!important}.mr-xl-n-7,.mx-xl-n-7{margin-right:6rem!important}.mb-xl-n-7,.my-xl-n-7{margin-bottom:6rem!important}.ml-xl-n-7,.mx-xl-n-7{margin-left:6rem!important}.m-xl-n-6{margin:4.5rem!important}.mt-xl-n-6,.my-xl-n-6{margin-top:4.5rem!important}.mr-xl-n-6,.mx-xl-n-6{margin-right:4.5rem!important}.mb-xl-n-6,.my-xl-n-6{margin-bottom:4.5rem!important}.ml-xl-n-6,.mx-xl-n-6{margin-left:4.5rem!important}.m-xl-n-5{margin:3rem!important}.mt-xl-n-5,.my-xl-n-5{margin-top:3rem!important}.mr-xl-n-5,.mx-xl-n-5{margin-right:3rem!important}.mb-xl-n-5,.my-xl-n-5{margin-bottom:3rem!important}.ml-xl-n-5,.mx-xl-n-5{margin-left:3rem!important}.m-xl-n-4{margin:1.5rem!important}.mt-xl-n-4,.my-xl-n-4{margin-top:1.5rem!important}.mr-xl-n-4,.mx-xl-n-4{margin-right:1.5rem!important}.mb-xl-n-4,.my-xl-n-4{margin-bottom:1.5rem!important}.ml-xl-n-4,.mx-xl-n-4{margin-left:1.5rem!important}.m-xl-n-3{margin:1rem!important}.mt-xl-n-3,.my-xl-n-3{margin-top:1rem!important}.mr-xl-n-3,.mx-xl-n-3{margin-right:1rem!important}.mb-xl-n-3,.my-xl-n-3{margin-bottom:1rem!important}.ml-xl-n-3,.mx-xl-n-3{margin-left:1rem!important}.m-xl-n-2{margin:.5rem!important}.mt-xl-n-2,.my-xl-n-2{margin-top:.5rem!important}.mr-xl-n-2,.mx-xl-n-2{margin-right:.5rem!important}.mb-xl-n-2,.my-xl-n-2{margin-bottom:.5rem!important}.ml-xl-n-2,.mx-xl-n-2{margin-left:.5rem!important}.m-xl-n-1{margin:.25rem!important}.mt-xl-n-1,.my-xl-n-1{margin-top:.25rem!important}.mr-xl-n-1,.mx-xl-n-1{margin-right:.25rem!important}.mb-xl-n-1,.my-xl-n-1{margin-bottom:.25rem!important}.ml-xl-n-1,.mx-xl-n-1{margin-left:.25rem!important}.m-xl-n6{margin:-4.5rem!important}.mt-xl-n6,.my-xl-n6{margin-top:-4.5rem!important}.mr-xl-n6,.mx-xl-n6{margin-right:-4.5rem!important}.mb-xl-n6,.my-xl-n6{margin-bottom:-4.5rem!important}.ml-xl-n6,.mx-xl-n6{margin-left:-4.5rem!important}.m-xl-n7{margin:-6rem!important}.mt-xl-n7,.my-xl-n7{margin-top:-6rem!important}.mr-xl-n7,.mx-xl-n7{margin-right:-6rem!important}.mb-xl-n7,.my-xl-n7{margin-bottom:-6rem!important}.ml-xl-n7,.mx-xl-n7{margin-left:-6rem!important}.m-xl-n8{margin:-8rem!important}.mt-xl-n8,.my-xl-n8{margin-top:-8rem!important}.mr-xl-n8,.mx-xl-n8{margin-right:-8rem!important}.mb-xl-n8,.my-xl-n8{margin-bottom:-8rem!important}.ml-xl-n8,.mx-xl-n8{margin-left:-8rem!important}.m-xl-n9{margin:-10rem!important}.mt-xl-n9,.my-xl-n9{margin-top:-10rem!important}.mr-xl-n9,.mx-xl-n9{margin-right:-10rem!important}.mb-xl-n9,.my-xl-n9{margin-bottom:-10rem!important}.ml-xl-n9,.mx-xl-n9{margin-left:-10rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}


.bg-blue{background-color:#5e72e4!important}a.bg-blue:focus,a.bg-blue:hover,button.bg-blue:focus,button.bg-blue:hover{background-color:#324cdd!important}.bg-indigo{background-color:#5603ad!important}a.bg-indigo:focus,a.bg-indigo:hover,button.bg-indigo:focus,button.bg-indigo:hover{background-color:#3d027b!important}.bg-purple{background-color:#8965e0!important}a.bg-purple:focus,a.bg-purple:hover,button.bg-purple:focus,button.bg-purple:hover{background-color:#683bd7!important}.bg-pink{background-color:#f3a4b5!important}a.bg-pink:focus,a.bg-pink:hover,button.bg-pink:focus,button.bg-pink:hover{background-color:#ed7790!important}.bg-red{background-color:#f5365c!important}a.bg-red:focus,a.bg-red:hover,button.bg-red:focus,button.bg-red:hover{background-color:#ec0c38!important}.bg-orange{background-color:#fb6340!important}a.bg-orange:focus,a.bg-orange:hover,button.bg-orange:focus,button.bg-orange:hover{background-color:#fa3a0e!important}.bg-yellow{background-color:#ffd600!important}a.bg-yellow:focus,a.bg-yellow:hover,button.bg-yellow:focus,button.bg-yellow:hover{background-color:#ccab00!important}.bg-green{background-color:#2dce89!important}a.bg-green:focus,a.bg-green:hover,button.bg-green:focus,button.bg-green:hover{background-color:#24a46d!important}.bg-teal{background-color:#11cdef!important}a.bg-teal:focus,a.bg-teal:hover,button.bg-teal:focus,button.bg-teal:hover{background-color:#0da5c0!important}.bg-cyan{background-color:#2bffc6!important}a.bg-cyan:focus,a.bg-cyan:hover,button.bg-cyan:focus,button.bg-cyan:hover{background-color:#00f7b5!important}.bg-white{background-color:#fff!important}a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover{background-color:#e6e6e6!important}.bg-gray{background-color:#8898aa!important}a.bg-gray:focus,a.bg-gray:hover,button.bg-gray:focus,button.bg-gray:hover{background-color:#6a7e95!important}.bg-gray-dark{background-color:#32325d!important}a.bg-gray-dark:focus,a.bg-gray-dark:hover,button.bg-gray-dark:focus,button.bg-gray-dark:hover{background-color:#20203c!important}.bg-light{background-color:#ced4da!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#b1bbc4!important}.bg-lighter{background-color:#e9ecef!important}a.bg-lighter:focus,a.bg-lighter:hover,button.bg-lighter:focus,button.bg-lighter:hover{background-color:#cbd3da!important}.bg-gradient-primary{background:linear-gradient(87deg,#5e72e4 0,#825ee4 100%)!important}.bg-gradient-secondary{background:linear-gradient(87deg,#f7fafc 0,#f7f8fc 100%)!important}.bg-gradient-success{background:linear-gradient(87deg,#2dce89 0,#2dcecc 100%)!important}.bg-gradient-info{background:linear-gradient(87deg,#11cdef 0,#1171ef 100%)!important}.bg-gradient-warning{background:linear-gradient(87deg,#fb6340 0,#fbb140 100%)!important}.bg-gradient-danger{background:linear-gradient(87deg,#f5365c 0,#f56036 100%)!important}.bg-gradient-light{background:linear-gradient(87deg,#adb5bd 0,#adaebd 100%)!important}.bg-gradient-dark{background:linear-gradient(87deg,#212529 0,#212229 100%)!important}.bg-gradient-default{background:linear-gradient(87deg,#172b4d 0,#1a174d 100%)!important}.bg-gradient-white{background:linear-gradient(87deg,#fff 0,#fff 100%)!important}.bg-gradient-neutral{background:linear-gradient(87deg,#fff 0,#fff 100%)!important}.bg-gradient-darker{background:linear-gradient(87deg,#000 0,#000 100%)!important}.bg-gradient-blue{background:linear-gradient(87deg,#5e72e4 0,#825ee4 100%)!important}.bg-gradient-indigo{background:linear-gradient(87deg,#5603ad 0,#9d03ad 100%)!important}.bg-gradient-purple{background:linear-gradient(87deg,#8965e0 0,#bc65e0 100%)!important}.bg-gradient-pink{background:linear-gradient(87deg,#f3a4b5 0,#f3b4a4 100%)!important}.bg-gradient-red{background:linear-gradient(87deg,#f5365c 0,#f56036 100%)!important}.bg-gradient-orange{background:linear-gradient(87deg,#fb6340 0,#fbb140 100%)!important}.bg-gradient-yellow{background:linear-gradient(87deg,#ffd600 0,#beff00 100%)!important}.bg-gradient-green{background:linear-gradient(87deg,#2dce89 0,#2dcecc 100%)!important}.bg-gradient-teal{background:linear-gradient(87deg,#11cdef 0,#1171ef 100%)!important}.bg-gradient-cyan{background:linear-gradient(87deg,#2bffc6 0,#2be0ff 100%)!important}.bg-gradient-white{background:linear-gradient(87deg,#fff 0,#fff 100%)!important}.bg-gradient-gray{background:linear-gradient(87deg,#8898aa 0,#888aaa 100%)!important}.bg-gradient-gray-dark{background:linear-gradient(87deg,#32325d 0,#44325d 100%)!important}.bg-gradient-light{background:linear-gradient(87deg,#ced4da 0,#cecfda 100%)!important}.bg-gradient-lighter{background:linear-gradient(87deg,#e9ecef 0,#e9eaef 100%)!important}.bg-translucent-primary{background-color:rgba(63,87,223,.6)!important}a.bg-translucent-primary:focus,a.bg-translucent-primary:hover,button.bg-translucent-primary:focus,button.bg-translucent-primary:hover{background-color:rgba(42,68,219,.6)!important}.bg-translucent-secondary{background-color:rgba(221,234,242,.6)!important}a.bg-translucent-secondary:focus,a.bg-translucent-secondary:hover,button.bg-translucent-secondary:focus,button.bg-translucent-secondary:hover{background-color:rgba(202,222,235,.6)!important}.bg-translucent-success{background-color:rgba(39,177,118,.6)!important}a.bg-translucent-success:focus,a.bg-translucent-success:hover,button.bg-translucent-success:focus,button.bg-translucent-success:hover{background-color:rgba(34,156,104,.6)!important}.bg-translucent-info{background-color:rgba(14,177,206,.6)!important}a.bg-translucent-info:focus,a.bg-translucent-info:hover,button.bg-translucent-info:focus,button.bg-translucent-info:hover{background-color:rgba(12,156,183,.6)!important}.bg-translucent-warning{background-color:rgba(250,70,29,.6)!important}a.bg-translucent-warning:focus,a.bg-translucent-warning:hover,button.bg-translucent-warning:focus,button.bg-translucent-warning:hover{background-color:rgba(249,51,5,.6)!important}.bg-translucent-danger{background-color:rgba(243,20,64,.6)!important}a.bg-translucent-danger:focus,a.bg-translucent-danger:hover,button.bg-translucent-danger:focus,button.bg-translucent-danger:hover{background-color:rgba(227,11,54,.6)!important}.bg-translucent-light{background-color:rgba(153,163,173,.6)!important}a.bg-translucent-light:focus,a.bg-translucent-light:hover,button.bg-translucent-light:focus,button.bg-translucent-light:hover{background-color:rgba(139,150,162,.6)!important}.bg-translucent-dark{background-color:rgba(17,19,21,.6)!important}a.bg-translucent-dark:focus,a.bg-translucent-dark:hover,button.bg-translucent-dark:focus,button.bg-translucent-dark:hover{background-color:rgba(6,6,7,.6)!important}.bg-translucent-default{background-color:rgba(15,28,50,.6)!important}a.bg-translucent-default:focus,a.bg-translucent-default:hover,button.bg-translucent-default:focus,button.bg-translucent-default:hover{background-color:rgba(9,17,30,.6)!important}.bg-translucent-white{background-color:rgba(237,237,237,.6)!important}a.bg-translucent-white:focus,a.bg-translucent-white:hover,button.bg-translucent-white:focus,button.bg-translucent-white:hover{background-color:rgba(224,224,224,.6)!important}.bg-translucent-neutral{background-color:rgba(237,237,237,.6)!important}a.bg-translucent-neutral:focus,a.bg-translucent-neutral:hover,button.bg-translucent-neutral:focus,button.bg-translucent-neutral:hover{background-color:rgba(224,224,224,.6)!important}.bg-translucent-darker{background-color:rgba(0,0,0,.6)!important}a.bg-translucent-darker:focus,a.bg-translucent-darker:hover,button.bg-translucent-darker:focus,button.bg-translucent-darker:hover{background-color:rgba(0,0,0,.6)!important}.section-primary{background-color:#f8f9fe!important}a.section-primary:focus,a.section-primary:hover,button.section-primary:focus,button.section-primary:hover{background-color:#cbd3f8!important}.section-secondary{background-color:#f7fafc!important}a.section-secondary:focus,a.section-secondary:hover,button.section-secondary:focus,button.section-secondary:hover{background-color:#d2e3ee!important}.section-light{background-color:#ced4da!important}a.section-light:focus,a.section-light:hover,button.section-light:focus,button.section-light:hover{background-color:#b1bbc4!important}.section-dark{background-color:#212529!important}a.section-dark:focus,a.section-dark:hover,button.section-dark:focus,button.section-dark:hover{background-color:#0a0c0d!important}.section-darker{background-color:#000!important}a.section-darker:focus,a.section-darker:hover,button.section-darker:focus,button.section-darker:hover{background-color:#000!important}.bg-gradient-primary{background:linear-gradient(87deg,#5e72e4 0,#825ee4 100%)!important}.bg-gradient-secondary{background:linear-gradient(87deg,#f7fafc 0,#f7f8fc 100%)!important}.bg-gradient-success{background:linear-gradient(87deg,#2dce89 0,#2dcecc 100%)!important}.bg-gradient-info{background:linear-gradient(87deg,#11cdef 0,#1171ef 100%)!important}.bg-gradient-warning{background:linear-gradient(87deg,#fb6340 0,#fbb140 100%)!important}.bg-gradient-danger{background:linear-gradient(87deg,#f5365c 0,#f56036 100%)!important}.bg-gradient-light{background:linear-gradient(87deg,#adb5bd 0,#adaebd 100%)!important}.bg-gradient-dark{background:linear-gradient(87deg,#212529 0,#212229 100%)!important}.bg-gradient-default{background:linear-gradient(87deg,#172b4d 0,#1a174d 100%)!important}.bg-gradient-white{background:linear-gradient(87deg,#fff 0,#fff 100%)!important}.bg-gradient-neutral{background:linear-gradient(87deg,#fff 0,#fff 100%)!important}.bg-gradient-darker{background:linear-gradient(87deg,#000 0,#000 100%)!important}.fill-primary{fill:#5e72e4}.stroke-primary{stroke:#5e72e4}.fill-secondary{fill:#f7fafc}.stroke-secondary{stroke:#f7fafc}.fill-success{fill:#2dce89}.stroke-success{stroke:#2dce89}.fill-info{fill:#11cdef}.stroke-info{stroke:#11cdef}.fill-warning{fill:#fb6340}.stroke-warning{stroke:#fb6340}.fill-danger{fill:#f5365c}.stroke-danger{stroke:#f5365c}.fill-light{fill:#adb5bd}.stroke-light{stroke:#adb5bd}.fill-dark{fill:#212529}.stroke-dark{stroke:#212529}.fill-default{fill:#172b4d}.stroke-default{stroke:#172b4d}.fill-white{fill:#fff}.stroke-white{stroke:#fff}.fill-neutral{fill:#fff}.stroke-neutral{stroke:#fff}.fill-darker{fill:#000}.stroke-darker{stroke:#000}.fill-opacity-8{fill-opacity:.8}.blur--hover{position:relative}.blur--hover .blur-item{transition:1s cubic-bezier(.19,1,.22,1);opacity:1;will-change:transform;filter:blur(0)}.blur--hover .blur-hidden{position:absolute;z-index:100;top:calc(50% + 7px);left:50%;transition:all .15s ease;transform:translate(-50%,-50%);opacity:0}.blur--hover:hover .blur-item{z-index:1;transform:scale(.95);opacity:.8;filter:blur(10px)}.blur--hover:hover .blur-hidden{top:50%;opacity:1}

	.navbar .box-language .loginpop {
    margin: 25px 0px 0 0;
	}
.bg-secondary
{
    background-color: #f7fafc !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus
{
    background-color: #d2e3ee !important;
}
.card-header h3  {
    font-size: 1.0625rem;
}
.card-header h5 {
    font-size: .8125rem;
}
.spcard {
    background-color: #22334f;
    padding: 0px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.spcard .card-header {
    font-size: 0.9rem;
    padding: 0.4rem 0.5rem;
    margin-bottom: 0;
    background-color: rgba(103, 103, 103, 0.03);
    border-bottom: 1px solid rgba(238, 238, 238, 0);
}
.spcard .card-body {
    flex: 1 1 auto;
    padding: 0.75rem .5rem;
    font-size: 0.8em;
}
.spcard .card-footer {
    padding: 0.5rem .75rem;
    background-color: rgba(16, 16, 16, 0.22);
    border-top: 1px solid rgba(0, 0, 0, 0);
		font-size: 0.8rem;
}
.wrapper #sidebar .box-account .box-txt-account .avhead_user {
    color: #fff;
    margin: 0;
    font-size: 13px;
}
.spcard .ontime {
    font-size: 0.6rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;

    margin-bottom: .5rem;

    color: #32325d;
}

h1,
.h1
{
    font-size: 1.625rem;
}
@media (max-width: 1200px)
{
    h1,
    .h1
    {
        font-size: calc(1.2875rem + .45vw) ;
    }
}

h2,
.h2
{
    font-size: 1.25rem;
}

h3,
.h3
{
    font-size: 1.0625rem;
}

h4,
.h4
{
    font-size: .9375rem;
}

h5,
.h5
{
    font-size: .8125rem;
}

h6,
.h6
{
    font-size: .625rem;
}
	span.notification_pop_count {
    background: #a50505;
    color: #fff;
    position: absolute;
    /*right: -6px;*/
    top: -10px;
		font-size: 0.6rem;
    font-family: 'Poppins';
}
	.md-modal .nav-pills .nav-link:not(.active) {
    color: #fff;
    background-color: #333333;
}
	a.button99 {
    display: inline-block;
    padding: 0.2em 0.5em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #3369ff;
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17), inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15), inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    text-align: center;
    position: relative;
}
a.button99:active {
 box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}
@media all and (max-width:30em){
a.button99 {
  display:block;
  margin:0.4em auto;
 }
}
.logotext{
    font-family: 'Pathway Gothic One', sans-serif;
}
.transbg {
    background: transparent;
	}

.btn-primary {
    color: #000;
    background-color: #ffae11;
    border-color: #d4900e;
}

.btn-primary:hover {
    color: #000;
    background-color: #c48710;
    border-color: #b37a0c;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #c88910;
    border-color: #cd8b0d;
}

.home-big-icbtn {
	font-size: 2em !important;
	vertical-align: middle;
	}
	.act-btns .btn {
	text-align:left;
	}
	.actioncard{
	padding:0 !important;
	}
	.actioncard .card-body{
	padding:0.5rem !important;
	}
	.actioncard:hover {
   background: linear-gradient(87deg,#f56036 0,#f5365c 100%)!important;

}

.actioncard:not(:disabled):not(.disabled).active, .actioncard:not(:disabled):not(.disabled):active, .show>.actioncard.dropdown-toggle {
  background: linear-gradient(87deg,#f56036 0,#f5365c 100%)!important;
}
	footer .box-info-footer span {
    color: #fff;
    font-size: 13px;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #ffae11;
    border-color: #d4900e;
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}

.text-yellow {
    color: #ffae11 !important;
}

.modal.fade{
-webkit-transition:opacity .3s linear, top .3s ease-out;
-moz-transition:opacity .3s linear, top .3s ease-out;
-ms-transition:opacity .3s linear, top .3s ease-out;
-o-transition:opacity .3s linear, top .3s ease-out;
transition:opacity .3s linear, top .3s ease-out;
	}


.anime-modal .modal-content  {
    color: #f7f7f7;
    background: #101825;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.anime-modal .modal-header {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    opacity: 0.8;
    color: #ffae11;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: inset 9px 0px 32px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 9px 0px 32px 0px rgba(0, 0, 0, 0.7);
    box-shadow: inset 9px 0px 32px 0px rgba(0, 0, 0, 0.7);
    border-bottom: 0;
}
.anime-modal .modal-header .close {
    padding: 0.5rem;
    margin: 0;
}
.anime-modal .modal-header h3 {
color: #ffae11;
	}
	.homeslidecard {
	background-color: transparent;
}
.homeslidecard .card-body {
    background-image: radial-gradient(277px 277px at 50% 50%,rgba(0,48,114,.94) 0,rgba(5,33,70,.99) 100%);
    padding-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.homeslidecard .card-footer {
    background-image: radial-gradient(125px 125px at 50% 50%,rgba(0,48,114,.9) 0,rgba(5,33,70,.9) 100%);
    border-radius: 0 0 10px 10px;
	padding: 5px;
}
.homeinfo-circle {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 85px;
    height: 85px;
    background: radial-gradient(111.04px at 50% 1.82%,#003172 0,#052146 100%);
    opacity: .9;
    box-shadow: 0 6px 14px rgba(0,6,19,.192);
    border-radius: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.homeinfo-circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 75px;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 2.5rem !important;
}


.g-btn.u-bold {
    font-weight: bold !important
}
.g-btn.u-block {
    display: block !important;
    width: 100% !important
}
.g-btn.u-large {
    font-size: 15px
}
.g-btn.u-x-large {
    font-size: 17px
}
.g-btn.u-small {
    font-size: 11px
}
.g-btn.radius-sm {
    border-radius: 5px
}
.g-btn.radius-md {
    border-radius: 15px
}
.g-btn.radius-lg {
    border-radius: 30px
}
.g-btn.disabled {
    opacity: .6;
    pointer-events: none;
    border: 0 !important
}
.g-btndd {
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding: .7rem 1.2rem;
    outline: 0
}
	.g-btn {
	    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

	}
.g-btn__left-icon {
    margin-right: 7px
}
.g-btn__right-icon {
    margin-left: 7px
}
.g-btn.has-border {
    border: 1px solid
}
.g-btn--blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#389FFD), to(#006cff));
    background: linear-gradient(#389FFD, #006cff)
}
.g-btn--blue.has-border {
    border-color: #0066f1
}
.g-btn--blue:hover {
    background: #006cff
}
.g-btn--purple {
    background: -webkit-gradient(linear, left top, left bottom, from(#C644FC), to(#5856D6));
    background: linear-gradient(#C644FC, #5856D6)
}
.g-btn--purple.has-border {
    border-color: #514fce
}
.g-btn--purple:hover {
    background: #824FE4
}
.g-btn--pink {
    background: -webkit-gradient(linear, left top, left bottom, from(#e5a6ff), to(#c644fc));
    background: linear-gradient(#e5a6ff, #c644fc)
}
.g-btn--pink.has-border {
    border-color: #bc1aff
}
.g-btn--pink:hover {
    background: #D471FD
}
.g-btn--red {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF7AA2), to(#FF2D55));
    background: linear-gradient(#FF7AA2, #FF2D55)
}
.g-btn--red.has-border {
    border-color: #ff1c47
}
.g-btn--red:hover {
    background: #FF446C
}
.g-btn--green {
    background: -webkit-gradient(linear, left top, left bottom, from(#9FD4A2), to(#66BB6A));
    background: linear-gradient(#9FD4A2, #66BB6A)
}
.g-btn--green.has-border {
    border-color: #59b55e
}
.g-btn--green:hover {
    background: #66BB6A
}
.g-btn--gray {
    background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#a7a7a7));
    background: linear-gradient(#cecece, #a7a7a7)
}
.g-btn--gray.has-border {
    border-color: #9c9c9c
}
.g-btn--gray:hover {
    background: #a7a7a7
}
.g-btn--orange {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFB284), to(#FF5E3A));
    background: linear-gradient(#FFB284, #FF5E3A)
}
.g-btn--orange.has-border {
    border-color: #ff6340
}
.g-btn--orange:hover {
    background: #FF5F3B
}
.g-btn--yellow {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFBE5F), to(#FF9800));
    background: linear-gradient(#FFBE5F, #FF9800)
}
.g-btn--yellow.has-border {
    border-color: #ec8d00
}
.g-btn--yellow:hover {
    background: #FF9800
}
.g-btn--aqua {
    background: -webkit-gradient(linear, left top, left bottom, from(#47CFE0), to(#00BCD4));
    background: linear-gradient(#47CFE0, #00BCD4)
}
.g-btn--aqua.has-border {
    border-color: #00a6bb
}
.g-btn--aqua:hover {
    background: #00BCD4
}
.g-btn--dark-green {
    background: -webkit-gradient(linear, left top, left bottom, from(#62CF89), to(#00b140));
    background: linear-gradient(#62CF89, #00b140)
}
.g-btn--dark-green.has-border {
    border-color: #00a53b
}
.g-btn--dark-green:hover {
    background: #3FC46F
}
.g-btn--dark-aqua {
    background: -webkit-gradient(linear, left top, left bottom, from(#66ADD1), to(#067ab4));
    background: linear-gradient(#66ADD1, #067ab4)
}
.g-btn--dark-aqua.has-border {
    border-color: #006598
}
.g-btn--dark-aqua:hover {
    background: #469CC7
}
.g-btn--brown {
    background: -webkit-gradient(linear, left top, left bottom, from(#AB958C), to(#795548));
    background: linear-gradient(#AB958C, #795548)
}
.g-btn--brown.has-border {
    border-color: #6b4b3f
}
.g-btn--brown:hover {
    background: #9E857B
}
.g-btn--light-purple {
    background: -webkit-gradient(linear, left top, left bottom, from(#E15FA7), to(#cf0072));
    background: linear-gradient(#E15FA7, #cf0072)
}
.g-btn--light-purple.has-border {
    border-color: #b50064
}
.g-btn--light-purple:hover {
    background: #DC4598
}
.g-btn--black {
    background: -webkit-gradient(linear, left top, left bottom, from(#9DAFB8), to(#607D8B));
    background: linear-gradient(#9DAFB8, #607D8B)
}
.g-btn--black.has-border {
    border-color: #5b7582
}
.g-btn--black:hover {
    background: #849BA6
}
.g-btn--dark-blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#657CFE), to(#0e2bcc));
    background: linear-gradient(#657CFE, #0e2bcc)
}
.g-btn--dark-blue.has-border {
    border-color: #0b26bb
}
.g-btn--dark-blue:hover {
    background: #4D66F0
}
.g-btn--light-yellow {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFD34E), to(#FFC107));
    background: linear-gradient(#FFD34E, #FFC107)
}
.g-btn--light-yellow.has-border {
    border-color: #e4ab00
}
.g-btn--light-yellow:hover {
    background: #FFC107
}
.g-btn--light-blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#73BBFE), to(#4E99FF));
    background: linear-gradient(#73BBFE, #4E99FF)
}
.g-btn--light-blue.has-border {
    border-color: #177aff
}
.g-btn--light-blue:hover {
    background: #4E99FF
}
.g-btn--white {
    background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#F0F0F0));
    background: linear-gradient(#FDFDFD, #F0F0F0);
    color: #000
}
.g-btn--white.has-border {
    border-color: #d6d6d6
}
.g-btn--white:hover {
    background: #F1F1F1
}
.g-btn--faded-purple {
    background: -webkit-gradient(linear, left top, left bottom, from(#A3A0C9), to(#6762a6));
    background: linear-gradient(#A3A0C9, #6762a6)
}
.g-btn--faded-purple.has-border {
    border-color: #5a5692
}
.g-btn--faded-purple:hover {
    background: #918DBE
}
.g-btn--dark-red {
    background: -webkit-gradient(linear, left top, left bottom, from(#FD8788), to(#DF2029));
    background: linear-gradient(#FD8788, #DF2029)
}
.g-btn--dark-red.has-border {
    border-color: #e00b15
}
.g-btn--dark-red:hover {
    background: #EF585C
}
.g-btn--yellow-to-purple {
    background: linear-gradient(135deg, #d6ea08, #ef00ff)
}
.g-btn--yellow-to-purple:hover {
    background: #E654A6
}
.g-btn--blue-to-pink {
    background: linear-gradient(135deg, #1bb4ec, #e85e8e)
}
.g-btn--blue-to-pink:hover {
    background: #6A93C8
}
.g-btn--aqua-to-blue {
    background: linear-gradient(135deg, #22d9f1, #006cff)
}
.g-btn--aqua-to-blue:hover {
    background: #12A7F7
}
.g-btn--yellow-to-orange {
    background: linear-gradient(135deg, #FFBD20, #FF5E3A)
}
.g-btn--yellow-to-orange:hover {
    background: #FF8C2D
}
.g-btn--green-to-purple {
    background: linear-gradient(135deg, #3bd1d3, #7b81ec)
}
.g-btn--green-to-purple:hover {
    background: #5DA6E0
}
.g-btn--pink-to-purple {
    background: linear-gradient(135deg, #a768d6, #d656d0)
}
.g-btn--pink-to-purple:hover {
    background: #CD59D1
}
.g-btn--pink-to-orange {
    background: linear-gradient(135deg, #FF24C9, #FF5E3A)
}
.g-btn--pink-to-orange:hover {
    background: #FF379B
}
.g-btn--purple-to-aqua {
    background: linear-gradient(135deg, #b721ff, #21d4fd)
}
.g-btn--purple-to-aqua:hover {
    background: #7A6AFE
}
.g-btn--aqua-to-green {
    background: linear-gradient(135deg, #4fd8f5, #62ef7e)
}
.g-btn--aqua-to-green:hover {
    background: #5AE5B0
}
.g-btn--purple-to-blue {
    background: linear-gradient(135deg, #b721ff, #6121fd)
}
.g-btn--purple-to-blue:hover {
    background: #8B21FE
}
.g-btn--aqua-to-white {
    background: linear-gradient(135deg, #2f7dff, #a1ddf9)
}
.g-btn--aqua-to-white:hover {
    background: #62A8FC
}
.g-btn--yellow-to-green {
    background: linear-gradient(135deg, #d6ea08, #00ff4e)
}
.g-btn--yellow-to-green:hover {
    background: #76F327
}
	a.g-btn,a.btn, a.g-btn:hover , a.btn:hover, a.g-btn:focus,a.btn:focus {
	    transition: auto;
	}
.text-red {
    color: #cf0000 !important;
}
	.twofaonly {display:none;}
	.splinkhome {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    color: #03a9f4;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .3s;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: auto;
}
.splinkhomexx:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #03a9f4;
    transition: .3s;
}
.splinkhome:hover {
    color: #fff;
}
.footlist li {
    width: 48%;
    display: inline-block;
}
.right_sidebar_inner_child_h {
	height: calc(100vh - 108px);
}
.no_otification {
    text-align: center;
    padding-top: 30vh;
}
.no_otification i {
    font-size: 3em;
}


svg.goebtn {
  position: absolute;
  top: -4000px;
  left: -4000px;
}

.sp-action-btn, .sp-action-btn-2 {
  filter: url("#pilspbtneffct");
}
.sp-action-btn:focus ,.sp-action-btn-2:focus {
  outline: none;
}
.sp-action-btn .sp-gooe-buble, .sp-action-btn-2 .sp-gooe-buble {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-action-btn .sp-gooe-buble:not(:hover) .bubble {
  background: #00FF80;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
.sp-action-btn-2 .sp-gooe-buble:hover .bubble {
  background: #00FF80;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
.sp-action-btn .sp-gooe-buble .bubble:nth-child(1) , .sp-action-btn-2 .sp-gooe-buble .bubble:nth-child(1) {
  left: 47px;
  width: 25px;
  height: 25px;
  -webkit-animation: gbtnmove-1 3.02s infinite;
          animation: gbtnmove-1 3.02s infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sp-action-btn .sp-gooe-buble .bubble:nth-child(2) , .sp-action-btn-2 .sp-gooe-buble .bubble:nth-child(2) {
  left: 85px;
  width: 25px;
  height: 25px;
  -webkit-animation: gbtnmove-2 3.04s infinite;
          animation: gbtnmove-2 3.04s infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sp-action-btn .sp-gooe-buble .bubble:nth-child(3), .sp-action-btn-2 .sp-gooe-buble .bubble:nth-child(3) {
  left: 45px;
  width: 25px;
  height: 25px;
  -webkit-animation: gbtnmove-3 3.06s infinite;
          animation: gbtnmove-3 3.06s infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sp-action-btn .sp-gooe-buble .bubble:nth-child(4), .sp-action-btn-2 .sp-gooe-buble .bubble:nth-child(4) {
  left: 51px;
  width: 25px;
  height: 25px;
  -webkit-animation: gbtnmove-4 3.08s infinite;
          animation: gbtnmove-4 3.08s infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.sp-action-btn .sp-gooe-buble .bubble:nth-child(5) , .sp-action-btn-2 .sp-gooe-buble .bubble:nth-child(5) {
  left: 59px;
  width: 25px;
  height: 25px;
  -webkit-animation: gbtnmove-5 3.1s infinite;
          animation: gbtnmove-5 3.1s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.sp-action-btn .sp-gooe-buble .bubble:nth-child(6), .sp-action-btn-2 .sp-gooe-buble .bubble:nth-child(6) {
  left: 17px;
  width: 25px;
  height: 25px;
  -webkit-animation: gbtnmove-6 3.12s infinite;
          animation: gbtnmove-6 3.12s infinite;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.sp-action-btn .sp-gooe-buble .bubble:nth-child(7), .sp-action-btn-2 .sp-gooe-buble .bubble:nth-child(7) {
  left: 20px;
  width: 25px;
  height: 25px;
  -webkit-animation: gbtnmove-7 3.14s infinite;
          animation: gbtnmove-7 3.14s infinite;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.sp-action-btn .sp-gooe-buble .bubble:nth-child(8), .sp-action-btn-2 .sp-gooe-buble .bubble:nth-child(8) {
  left: 97px;
  width: 25px;
  height: 25px;
  -webkit-animation: gbtnmove-8 3.16s infinite;
          animation: gbtnmove-8 3.16s infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.sp-action-btn .sp-gooe-buble .bubble:nth-child(9),.sp-action-btn-2 .sp-gooe-buble .bubble:nth-child(9) {
  left: 78px;
  width: 25px;
  height: 25px;
  -webkit-animation: gbtnmove-9 3.18s infinite;
          animation: gbtnmove-9 3.18s infinite;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.sp-action-btn .sp-gooe-buble .bubble:nth-child(10),.sp-action-btn-2 .sp-gooe-buble .bubble:nth-child(10) {
  left: 99px;
  width: 25px;
  height: 25px;
  -webkit-animation: gbtnmove-10 3.2s infinite;
          animation: gbtnmove-10 3.2s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes gbtnmove-1 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -127px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes gbtnmove-1 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -127px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gbtnmove-2 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -76px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes gbtnmove-2 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -76px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gbtnmove-3 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -109px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes gbtnmove-3 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -109px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gbtnmove-4 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -89px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes gbtnmove-4 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -89px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gbtnmove-5 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -82px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes gbtnmove-5 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -82px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gbtnmove-6 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -84px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes gbtnmove-6 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -84px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gbtnmove-7 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -79px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes gbtnmove-7 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -79px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gbtnmove-8 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -107px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes gbtnmove-8 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -107px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gbtnmove-9 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -112px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes gbtnmove-9 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -112px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gbtnmove-10 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -99px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes gbtnmove-10 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -99px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

.creat-account-animate .bubble{
    background: -webkit-gradient(linear, left top, left bottom, from(#A3A0C9), to(#6762a6)) !important;
    background: linear-gradient(#A3A0C9, #6762a6)!important;
}
.login-account-animate .bubble{
	background: -webkit-gradient(linear, left top, left bottom, from(#62CF89), to(#00b140))!important;
	background: linear-gradient(#62CF89, #00b140)!important;
}

.onesbtn, .twosbtn, .threesbtn, .foursbtn, .fivesbtn {
  border: nonesbtn;
  border-radius: 4px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
  overflow: hidden;
  padding: 20px 50px 20px 70px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  color: white;
  outline: nonesbtn;
  cursor: pointer;
  width: 100%;
  -webkit-transition: background-position .7s,box-shadow .4s;
  transition: background-position .7s,box-shadow .4s;
  background-size: 110%;
  font-family: 'Oswald', sans-serif;
}
.onesbtn:hover, .twosbtn:hover, .threesbtn:hover, .foursbtn:hover, .fivesbtn:hover {
  background-position: 0% 30%;
}
.onesbtn:hover:after, .twosbtn:hover:after, .threesbtn:hover:after, .foursbtn:hover:after, .fivesbtn:hover:after {
  right: -40px;
  -webkit-transition: right .4s,-webkit-transform 30s .2s linear;
  transition: right .4s,-webkit-transform 30s .2s linear;
  transition: right .4s,transform 30s .2s linear;
  transition: right .4s,transform 30s .2s linear,-webkit-transform 30s .2s linear;
}
.onesbtn:before, .twosbtn:before, .threesbtn:before, .foursbtn:before, .fivesbtn:before, .onesbtn:after, .twosbtn:after, .threesbtn:after, .foursbtn:after, .fivesbtn:after {
  font-family: "payinlocal_reg";
  display: block;
  position: absolute;
}
.onesbtn:before, .twosbtn:before, .threesbtn:before, .foursbtn:before, .fivesbtn:before {
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 30px;
  left: 25px;
  top: 19px;
}
.onesbtn:after, .twosbtn:after, .threesbtn:after, .foursbtn:after, .fivesbtn:after {
  -webkit-transition: right .4s, -webkit-transform .2s;
  transition: right .4s, -webkit-transform .2s;
  transition: right .4s, transform .2s;
  transition: right .4s, transform .2s, -webkit-transform .2s;
  font-size: 100px;
  opacity: .3;
  right: -120px;
  top: -17px;
}

.onesbtn {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #782CDA;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#782CDA), to(rgba(126, 94, 162, 0.51))), url("../images/buttonbg_2.jpg");
  background-image: linear-gradient(to bottom, #782CDA, rgba(126, 94, 162, 0.51)), url("../images/buttonbg_2.jpg");
}
.onesbtn:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #782CDA;
}
.onesbtn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.onesbtn:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.onesbtn:after, .onesbtn:before {
  content: "\e904";
}
.onesbtn b {
  color: #DDA6FF;
  font-weight: 700;
}

.twosbtn {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #E48A3C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E48A3C), to(rgba(222, 135, 61, 0.24))), url("../images/buttonbg_1.jpg");
  background-image: linear-gradient(to bottom, #E48A3C, rgba(222, 135, 61, 0.24)), url("../images/buttonbg_1.jpg");
}
.twosbtn:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #E48A3C;
}
.twosbtn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.twosbtn:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.twosbtn:after, .twosbtn:before {
  content: "\e902";
}
.twosbtn b {
  color: #FFD9B4;
  font-weight: 700;
}

.threesbtn {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #36C176;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#36C176), to(rgba(86, 202, 139, 0.18))), url("../images/buttonbg_2.jpg");
  background-image: linear-gradient(to bottom, #36C176, rgba(86, 202, 139, 0.18)), url("../images/buttonbg_2.jpg");
}
.threesbtn:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #36C176;
}
.threesbtn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.threesbtn:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.threesbtn:after, .threesbtn:before {
  content: "\e906";
}
.threesbtn b {
  color: #63FFAC;
  font-weight: 700;
}

.foursbtn {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #33E7EA;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33E7EA), to(rgba(161, 245, 245, 0.24))), url("../images/buttonbg_2.jpg");
  background-image: linear-gradient(to bottom, #33E7EA, rgba(161, 245, 245, 0.24)), url("../images/buttonbg_2.jpg");
}
.foursbtn:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #33E7EA;
}
.foursbtn:hover:after {
  -webkit-transform: rotate(3000deg);
          transform: rotate(3000deg);
}
.foursbtn:hover:before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.foursbtn:after, .foursbtn:before {
  content: "\e82a";
}
.foursbtn b {
  color: #1CF4FF;
  font-weight: 700;
}

.fivesbtn {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 10px 0px #DE3964;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DE3964), to(rgba(154, 40, 87, 0.24))), url("../images/buttonbg_1.jpg");
  background-image: linear-gradient(to bottom, #DE3964, rgba(154, 40, 87, 0.24)), url("../images/buttonbg_1.jpg");
}
.fivesbtn:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.16) inset, 0px 0px 30px 0px #DE3964;
}
.fivesbtn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fivesbtn:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.fivesbtn:after, .fivesbtn:before {
content: "\e82a";
}
.fivesbtn b {
  color: #ffb78b;
  font-weight: 700;
}

element.style {
}
.title-help-block {
    display: inline-block;
    color: #2c2c2c;
    border-color: #807f7f;
    background-color: #dddcdc;
    padding-left: 8px;
    padding-right: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: .8em;
    font-weight: bold;
		margin-bottom: 1rem;
		line-height: 1.7rem;
}
