#fourth-block h2 {
	color: #fff;
}
#fourth-block p {
	color: #fff;
}
#first-block, #second-block, #third-block, #fourth-block {
	text-align: center;
	padding: 4.5em 0;
}
#carousel {
	background: #fff;
}
#first-block {
	background: #fff;
}
#second-block {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
}
#third-block {
	background: #fff;
}
#fourth-block {
	background: rgb(0, 30, 34);
}
.carousel-text {
	display: block;
	position: absolute;
	top: 25%;
	width: 100%;
	z-index: 999;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #fff;
	color: rgb(0, 30, 34);
	display: inline-block;
	padding: 0.3125em 0.625em;
	font-size: 2em;
}
.carousel-text h1 {
	 color: rgb(0, 30, 34);
	 display: inline-block;
	 padding: 0.3125em 0.625em;
	 font-size: 2em;
 }
.carousel-text p {
	background: none repeat scroll 0 0 rgba(230, 201, 23, 0.85);
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	padding: 0.625em 0.8em;
}
.carousel-text a {
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	padding: 0.625em 0.8em;
}
#first-block i {
	background: none repeat scroll 0 0 #2fcbe0;
	border-radius: 100px;
	color: #fff;
	display: block;
	line-height: 100px;
	margin: 0 auto;
	width: 100px;
}
#second-block p {
	color: #fff;
}
a.button {
	background: none repeat scroll 0 0 #2fcbe0;
	border: 0 none;
	border-radius: 5px;
	color: rgb(0, 30, 34);
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.625em;
	text-transform: uppercase;
}
form.customform button {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 5px;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}
form.customform button:hover {
	background: none repeat scroll 0 0 #2fcbe0;
}
form.customform input, form.customform select, form.customform textarea {
	border-radius: 5px;
}
#map-block iframe {
	display: block;
}
@media screen and (max-width: 768px) {
  body {
  	background: none repeat scroll 0 0 rgb(0, 30, 34);
  }
  nav {
  	background: none repeat scroll 0 0 rgb(0, 30, 34);
  	line-height: 1em;
  	position: relative;
  }
  .top-nav {
  	text-align: left;
  }
  .top-nav li {
  	line-height: 3em;
  }
  .top-nav .logo {
  	padding: 1.25em;
  }
  .carousel-text h2 {
  	font-size: 1.3em;
  }
  .carousel-text p {
  	font-size: 1em;
  }
  ul.top-ul {
  	padding: 0;
  }
  ul.top-ul.right {
  	float: none;
  }
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.shadow-xl {
	box-shadow: 0 23px 45px -11px rgba(20, 20, 20, 0.25);
}

.cursor-pointer {
	cursor: pointer;
}

.h-100-vh {
	height: 100vh;
}

.section-height-25 {
	min-height: 25vh;
}

.section-height-50 {
	min-height: 50vh;
}

.section-height-75 {
	min-height: 75vh;
}

.section-height-85 {
	min-height: 85vh;
}

.section-height-100 {
	min-height: 100vh;
}

.transform-translate-50 {
	transform: translate(0, -50%);
}

.border-radius-top-start-0 {
	border-top-left-radius: 0 !important;
}

.border-radius-top-end-0 {
	border-top-right-radius: 0 !important;
}

.border-radius-bottom-start-0 {
	border-bottom-left-radius: 0 !important;
}

.border-radius-bottom-end-0 {
	border-bottom-right-radius: 0 !important;
}
.blur {
	box-shadow: inset 0px 0px 2px #fefefed1;
	-webkit-backdrop-filter: saturate(200%) blur(30px);
	backdrop-filter: saturate(200%) blur(30px);
	background-color: rgba(255, 255, 255, 0.8) !important;
}

.blur.saturation-less {
	-webkit-backdrop-filter: saturate(20%) blur(30px);
	backdrop-filter: saturate(20%) blur(30px);
}

.blur.blur-rounded {
	border-radius: 40px;
}

.blur.blur-light {
	background-color: rgba(255, 255, 255, 0.4);
}

.blur.blur-dark {
	background-color: rgba(0, 0, 0, 0.3);
}

.shadow-blur {
	box-shadow: inset 0 0px 1px 1px rgba(254, 254, 254, 0.9), 0 20px 27px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-card {
	box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05) !important;
}

.navbar-blur {
	-webkit-backdrop-filter: saturate(200%) blur(30px);
	backdrop-filter: saturate(200%) blur(30px);
	background-color: rgba(255, 255, 255, 0.58) !important;
}

.blur-section {
	-webkit-backdrop-filter: saturate(200%) blur(30px);
	backdrop-filter: saturate(200%) blur(30px);
}

.blur-section.blur-gradient-primary {
	background-image: linear-gradient(310deg, rgba(121, 40, 202, 0.95) 0%, rgba(255, 0, 128, 0.95) 100%);
}

*.move-on-hover {
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	overflow: hidden;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: perspective(999px) rotateX(0deg) translate3d(0, 0, 0);
	transform: perspective(999px) rotateX(0deg) translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform, box-shadow;
}

*.move-on-hover:hover {
	-webkit-transform: perspective(999px) rotateX(7deg) translate3d(0px, -4px, 5px);
	transform: perspective(999px) rotateX(7deg) translate3d(0px, -4px, 5px);
}

*.gradient-animation {
	background: linear-gradient(-45deg, #2152ff, #ea0606, #f53939, #7928CA, #252f40);
	background-size: 400% 400% !important;
	animation: gradient 10s ease infinite;
}

hr.vertical {
	position: absolute;
	background-color: transparent;
	height: 100%;
	right: 0;
	top: 0;
	width: 1px;
}

hr.vertical.light {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
}

hr.vertical.dark {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

hr.vertical.gray-light {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

hr.horizontal {
	background-color: transparent;
}

hr.horizontal.light {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
}

hr.horizontal.dark {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

hr.horizontal.gray-light {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.lock-size {
	width: 1.7rem;
	height: 1.7rem;
}

.border-radius-xs {
	border-radius: 0.125rem;
}

.border-radius-sm {
	border-radius: 0.25rem;
}

.border-radius-md {
	border-radius: 0.5rem;
}

.border-radius-lg {
	border-radius: 0.75rem;
}

.border-radius-xl {
	border-radius: 1rem;
}

.border-radius-2xl {
	border-radius: 1.5rem;
}

.border-radius-section {
	border-radius: 10rem;
}

.border-bottom-end-radius-0 {
	border-bottom-right-radius: 0;
}

.border-top-end-radius-0 {
	border-top-right-radius: 0;
}

.border-bottom-start-radius-0 {
	border-bottom-left-radius: 0;
}

.border-top-start-radius-0 {
	border-top-left-radius: 0;
}

.card {
	box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}

.card .card-header {
	padding: 1.5rem;
}

.card .card-body {
	font-family: "Open Sans";
	padding: 1.5rem;
}

.card.card-plain {
	background-color: transparent;
	box-shadow: none;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: 0.25rem !important;
}

.rounded-2 {
	border-radius: 0.25rem !important;
}

.rounded-3 {
	border-radius: 0.75rem !important;
}

.rounded-circle,
.avatar.rounded-circle img {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-end {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
	border-bottom-left-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}
.avatar {
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	border-radius: 0.75rem;
	height: 48px;
	width: 48px;
	transition: all .2s ease-in-out;
}

.avatar img {
	width: 100%;
}

.avatar+.avatar-content {
	display: inline-block;
	margin-left: 0.75rem;
}

.avatar.avatar-raised {
	margin-top: -24px;
}

.avatar.avatar-scale-up:hover {
	transform: scale(1.2);
}

.active .avatar.avatar-scale-up {
	transform: scale(1.2);
}

.avatar-xxl {
	width: 110px !important;
	height: 110px !important;
}

.avatar-xxl.avatar-raised {
	margin-top: -55px;
}

.avatar-xl {
	width: 74px !important;
	height: 74px !important;
}

.avatar-xl.avatar-raised {
	margin-top: -37px;
}

.avatar-lg {
	width: 58px !important;
	height: 58px !important;
	font-size: 0.875rem;
}

.avatar-lg.avatar-raised {
	margin-top: -29px;
}

/*.avatar-sm {*/
/*	width: 36px !important;*/
/*	height: 36px !important;*/
/*	font-size: 0.875rem;*/
/*}*/

.avatar-sm.avatar-raised {
	margin-top: -18px;
}

.avatar-xs {
	width: 24px !important;
	height: 24px !important;
	font-size: 0.75rem;
}

.avatar-xs.avatar-raised {
	margin-top: -12px;
}

.avatar-group .avatar {
	position: relative;
	z-index: 2;
	border: 2px solid #fff;
}

.avatar-group .avatar:hover {
	z-index: 3;
}

.avatar-group .avatar+.avatar {
	margin-left: -1rem;
}


.gap-0 {
	gap: 0 !important;
}

.gap-1 {
	gap: 0.25rem !important;
}

.gap-2 {
	gap: 0.5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.order-first {
	order: -1 !important;
}

.order-0 {
	order: 0 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}
.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 0.25rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mx-n1 {
	margin-right: -0.25rem !important;
	margin-left: -0.25rem !important;
}

.mx-n2 {
	margin-right: -0.5rem !important;
	margin-left: -0.5rem !important;
}

.mx-n3 {
	margin-right: -1rem !important;
	margin-left: -1rem !important;
}

.mx-n4 {
	margin-right: -1.5rem !important;
	margin-left: -1.5rem !important;
}

.mx-n5 {
	margin-right: -3rem !important;
	margin-left: -3rem !important;
}

.my-n1 {
	margin-top: -0.25rem !important;
	margin-bottom: -0.25rem !important;
}

.my-n2 {
	margin-top: -0.5rem !important;
	margin-bottom: -0.5rem !important;
}

.my-n3 {
	margin-top: -1rem !important;
	margin-bottom: -1rem !important;
}

.my-n4 {
	margin-top: -1.5rem !important;
	margin-bottom: -1.5rem !important;
}

.my-n5 {
	margin-top: -3rem !important;
	margin-bottom: -3rem !important;
}

.mt-n1 {
	margin-top: -0.25rem !important;
}

.mt-n2 {
	margin-top: -0.5rem !important;
}

.mt-n3 {
	margin-top: -1rem !important;
}

.mt-n4 {
	margin-top: -1.5rem !important;
}

.mt-n5 {
	margin-top: -3rem !important;
}

.me-n1 {
	margin-right: -0.25rem !important;
}

.me-n2 {
	margin-right: -0.5rem !important;
}

.me-n3 {
	margin-right: -1rem !important;
}

.me-n4 {
	margin-right: -1.5rem !important;
}

.me-n5 {
	margin-right: -3rem !important;
}

.mb-n1 {
	margin-bottom: -0.25rem !important;
}

.mb-n2 {
	margin-bottom: -0.5rem !important;
}

.mb-n3 {
	margin-bottom: -1rem !important;
}

.mb-n4 {
	margin-bottom: -1.5rem !important;
}

.mb-n5 {
	margin-bottom: -3rem !important;
}

.ms-n1 {
	margin-left: -0.25rem !important;
}

.ms-n2 {
	margin-left: -0.5rem !important;
}

.ms-n3 {
	margin-left: -1rem !important;
}

.ms-n4 {
	margin-left: -1.5rem !important;
}

.ms-n5 {
	margin-left: -3rem !important;
}
.mb-xl-0 {
	margin-bottom: 0 !important;
}

.mb-xl-1 {
	margin-bottom: 0.25rem !important;
}

.mb-xl-2 {
	margin-bottom: 0.5rem !important;
}

.mb-xl-3 {
	margin-bottom: 1rem !important;
}

.mb-xl-4 {
	margin-bottom: 1.5rem !important;
}

.mb-xl-5 {
	margin-bottom: 3rem !important;
}

.mb-xl-auto {
	margin-bottom: auto !important;
}

.ms-xl-0 {
	margin-left: 0 !important;
}

.ms-xl-1 {
	margin-left: 0.25rem !important;
}

.ms-xl-2 {
	margin-left: 0.5rem !important;
}

.ms-xl-3 {
	margin-left: 1rem !important;
}

.ms-xl-4 {
	margin-left: 1.5rem !important;
}

.ms-xl-5 {
	margin-left: 3rem !important;
}

.ms-xl-auto {
	margin-left: auto !important;
}

.m-xl-n1 {
	margin: -0.25rem !important;
}

.m-xl-n2 {
	margin: -0.5rem !important;
}

.m-xl-n3 {
	margin: -1rem !important;
}

.m-xl-n4 {
	margin: -1.5rem !important;
}

.m-xl-n5 {
	margin: -3rem !important;
}

.mx-xl-n1 {
	margin-right: -0.25rem !important;
	margin-left: -0.25rem !important;
}

.mx-xl-n2 {
	margin-right: -0.5rem !important;
	margin-left: -0.5rem !important;
}

.mx-xl-n3 {
	margin-right: -1rem !important;
	margin-left: -1rem !important;
}

.mx-xl-n4 {
	margin-right: -1.5rem !important;
	margin-left: -1.5rem !important;
}

.mx-xl-n5 {
	margin-right: -3rem !important;
	margin-left: -3rem !important;
}

.my-xl-n1 {
	margin-top: -0.25rem !important;
	margin-bottom: -0.25rem !important;
}

.my-xl-n2 {
	margin-top: -0.5rem !important;
	margin-bottom: -0.5rem !important;
}

.my-xl-n3 {
	margin-top: -1rem !important;
	margin-bottom: -1rem !important;
}

.my-xl-n4 {
	margin-top: -1.5rem !important;
	margin-bottom: -1.5rem !important;
}

.my-xl-n5 {
	margin-top: -3rem !important;
	margin-bottom: -3rem !important;
}

.mt-xl-n1 {
	margin-top: -0.25rem !important;
}

.mt-xl-n2 {
	margin-top: -0.5rem !important;
}

.mt-xl-n3 {
	margin-top: -1rem !important;
}

.mt-xl-n4 {
	margin-top: -1.5rem !important;
}

.mt-xl-n5 {
	margin-top: -3rem !important;
}

.me-xl-n1 {
	margin-right: -0.25rem !important;
}

.me-xl-n2 {
	margin-right: -0.5rem !important;
}

.me-xl-n3 {
	margin-right: -1rem !important;
}

.me-xl-n4 {
	margin-right: -1.5rem !important;
}

.me-xl-n5 {
	margin-right: -3rem !important;
}

.mb-xl-n1 {
	margin-bottom: -0.25rem !important;
}

.mb-xl-n2 {
	margin-bottom: -0.5rem !important;
}

.mb-xl-n3 {
	margin-bottom: -1rem !important;
}

.mb-xl-n4 {
	margin-bottom: -1.5rem !important;
}

.mb-xl-n5 {
	margin-bottom: -3rem !important;
}

.ms-xl-n1 {
	margin-left: -0.25rem !important;
}

.ms-xl-n2 {
	margin-left: -0.5rem !important;
}

.ms-xl-n3 {
	margin-left: -1rem !important;
}

.ms-xl-n4 {
	margin-left: -1.5rem !important;
}

.ms-xl-n5 {
	margin-left: -3rem !important;
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}
.shadow {
	box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(20, 20, 20, 0.12), 0 0.125rem 0.25rem -0.0625rem rgba(20, 20, 20, 0.07) !important;
}

.shadow-sm {
	box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.12) !important;
}

.shadow-lg {
	box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15), 0 8px 9px -5px rgba(20, 20, 20, 0.06) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.top-0 {
	top: 0 !important;
}

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

.start-0 {
	left: 0 !important;
}

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

.end-0 {
	right: 0 !important;
}

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}
.border-0 {
	border-width: 0 !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
}
.mt-n6 {
	margin-top: -4rem !important;
}

.mt-n7 {
	margin-top: -6rem !important;
}

.mt-n8 {
	margin-top: -8rem !important;
}

.mt-n9 {
	margin-top: -10rem !important;
}

.mt-n10 {
	margin-top: -12rem !important;
}

.mt-n11 {
	margin-top: -14rem !important;
}

.mt-n12 {
	margin-top: -16rem !important;
}

@media (max-width: 768px) {
	.breadcrumbs .d-flex {
		display: block !important;
	}
	.breadcrumbs ol {
		display: block;
	}
	.breadcrumbs ol li {
		display: inline-block;
	}
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
}

.card-title {
	margin-bottom: 0.5rem;
}

.card-subtitle {
	margin-top: -0.25rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1rem;
}

.card-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: 1rem 1rem 0 0;
}

.card-footer {
	padding: 0.5rem 1rem;
	background-color: #fff;
	border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 1rem 1rem;
}
.card-header-tabs {
	margin-right: -0.5rem;
	margin-bottom: -0.5rem;
	margin-left: -0.5rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: 1rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
	width: 100%;
}

.card-img,
.card-img-top {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
}

.card-group>.card {
	margin-bottom: 0.75rem;
}

.btn-outline-primary {
	color: #cb0c9f;
	border-color: #cb0c9f;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #cb0c9f;
	border-color: #cb0c9f;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(203, 12, 159, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: #cb0c9f;
	border-color: #cb0c9f;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.2rem rgba(203, 12, 159, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
	color: #cb0c9f;
	background-color: transparent;
}

.btn-outline-secondary {
	color: #8392AB;
	border-color: #8392AB;
}

.btn-outline-secondary:hover {
	color: #000;
	background-color: #8392AB;
	border-color: #8392AB;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgba(131, 146, 171, 0.5);
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
	color: #000;
	background-color: #8392AB;
	border-color: #8392AB;
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.2rem rgba(131, 146, 171, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
	color: #8392AB;
	background-color: transparent;
}

.btn-outline-success {
	color: #82d616;
	border-color: #82d616;
}

.btn-outline-success:hover {
	color: #fdfcfc;
	background-color: #82d616;
	border-color: #82d616;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 214, 22, 0.5);
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
	color: #fdfcfc;
	background-color: #82d616;
	border-color: #82d616;
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 214, 22, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
	color: #82d616;
	background-color: transparent;
}

.btn-outline-info {
	color: #17c1e8;
	border-color: #17c1e8;
}

.btn-outline-info:hover {
	color: #fdfcfc;
	background-color: #17c1e8;
	border-color: #17c1e8;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 193, 232, 0.5);
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
	color: #fdfcfc;
	background-color: #17c1e8;
	border-color: #17c1e8;
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 193, 232, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
	color: #17c1e8;
	background-color: transparent;
}

.btn-outline-warning {
	color: #f68a07;
	border-color: #f68a07;
}

.btn-outline-warning:hover {
	color: #fdfcfc;
	background-color: #f68a07;
	border-color: #f68a07;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 0.2rem rgb(245, 123, 57);
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
	color: #fcfafa;
	background-color: #f68a07;
	border-color: #f68a07;
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.2rem rgb(245, 123, 57);
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
	color: #f68a07;
	background-color: transparent;
}

.btn-outline-danger {
	color: #ea0606;
	border-color: #ea0606;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #ea0606;
	border-color: #ea0606;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 0.2rem rgba(234, 6, 6, 0.5);
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
	color: #fff;
	background-color: #ea0606;
	border-color: #ea0606;
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.2rem rgba(234, 6, 6, 0.5);
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
	color: #ea0606;
	background-color: transparent;
}

.btn-outline-light {
	color: #e9ecef;
	border-color: #e9ecef;
}

.btn-outline-light:hover {
	color: #000;
	background-color: #e9ecef;
	border-color: #e9ecef;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
	box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
	color: #000;
	background-color: #e9ecef;
	border-color: #e9ecef;
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
	color: #e9ecef;
	background-color: transparent;
}

.btn-outline-dark {
	color: #252f40;
	border-color: #252f40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #252f40;
	border-color: #252f40;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 0.2rem rgba(37, 47, 64, 0.5);
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
	color: #fff;
	background-color: #252f40;
	border-color: #252f40;
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.2rem rgba(37, 47, 64, 0.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
	color: #252f40;
	background-color: transparent;
}

.btn-outline-white {
	color: #fff;
	border-color: #fff;
}

.btn-outline-white:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.btn-check:focus+.btn-outline-white,
.btn-outline-white:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked+.btn-outline-white,
.btn-check:active+.btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.btn-check:checked+.btn-outline-white:focus,
.btn-check:active+.btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white:disabled,
.btn-outline-white.disabled {
	color: #fff;
	background-color: transparent;
}
.text-gradient {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 1;
}

.text-gradient.text-primary {
	background-image: linear-gradient(310deg, #7928CA, #FF0080);
}

.text-gradient.text-info {
	background-image: linear-gradient(310deg, #2152FF, #21D4FD);
}

.text-gradient.text-success {
	background-image: linear-gradient(310deg, #17AD37, #C1E823);
}

.text-gradient.text-warning {
	background-image: linear-gradient(310deg, #F53939, #FBCF33);
}

.text-gradient.text-danger {
	background-image: linear-gradient(310deg, #D60808, #FF6690);
}

.text-gradient.text-dark {
	background-image: linear-gradient(310deg, #141727, #3A416F);
}


.gradient-text {
	/* Fallback: Set a background color. */
	background-color: #CA4246;

	/* Create the gradient. */
	background-image: linear-gradient(
			45deg,
			#CA4246 16.666%,
			#E16541 16.666%,
			#E16541 33.333%,
			#F18F43 33.333%,
			#F18F43 50%,
			#FBCF33 66.666%,
			#FBCF33 83.333%);

	/* Set the background size and repeat properties. */
	background-size: 100%;
	background-repeat: repeat;

	/* Use the text as a mask for the background. */
	/* This will show the gradient as a text color rather than element bg. */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	/* Animate the text when loading the element. */
	/* This animates it on page load and when hovering out. */
	animation: rainbow-text-simple-animation-rev 0.75s ease forwards;

}

.gradient-text:hover{
	animation: rainbow-text-simple-animation 0.5s ease-in forwards;
}


/* Move the background and make it smaller. */
/* Animation shown when entering the page and after the hover animation. */
@keyframes rainbow-text-simple-animation-rev {
	0% {
		background-size: 650%;
	}
	40% {
		background-size: 650%;
	}
	100% {
		background-size: 100%;
	}
}

/* Move the background and make it larger. */
/* Animation shown when hovering over the text. */
@keyframes rainbow-text-simple-animation {
	0% {
		background-size: 100%;
	}
	80% {
		background-size: 650%;
	}
	100% {
		background-size: 650%;
	}
}