/*-----------------------------------------------------------------
[Legal Notice]

Website by miradontsoa
http://miradontsoa.com
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]
/** CSS Reference
    0. Base Style
	1. Components 
		1.1 form, button, input
		1.2 Layout
		1.3 Grid / list / slider / gallery
		1.4 Menu / menu-header / nav
		1.5 . Additional UI
	2. Page Header / .page-header
	3. Page Footer / .page-footer 
	4. Pages / .page-main
	5. Sections / .section
		5.1 Default layout / .section
		5.2 Home screen / .section-home
	6. Helper classes / Responsiveness
		6.1 Helper classes
		6.2 Responsiveness
	
	Sample hooks to altering this css file can be found in "style-colorX.css" file 

**/


/*---------- 
[Colors]
	text color : #FFFFFF, #FFF
	main: #000000
	secondary: #3f4b62
[Typography]
	font-family :
	-  System Font (Segoe UI on windows) or "Open Sans" / content
	-  "Ionicons" / icons
	-  "Font Awesome" / icons
*/

.text-black {
  color: #1d1d1d !important;
}

.text-primary {
  color: #000000 !important;
}

.text-secondary {
  color: #3f4b62 !important;
}

.text-success {
  color: #569728 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-white {
  color: #ffffff !important;
}


/* 0. Base style */


/* 0.1 Initializer */


/* 0.0 Tag/Classes Initailization */

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  font-family: "Segoe UI", "Proxima Nova", "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  background-color: #ffffff;
  color: #1d1d1d;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li {
  list-style: none outside none;
  margin: 0;
}

iframe {
  border: none;
}

img {
  max-width: 100%;
}

ul,
li {
  list-style: none outside none;
  margin: 0;
}

a {
  color: rgb(0, 0, 0);
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", "Proxima Nova", "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
}

h3,
h4 {
  font-weight: 300;
}

h1,
h2,
h3 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

h4,
h5,
h6 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

p {
  font-size: 1rem;
}

@media (min-width: 601px) {
  p {
    font-size: 1rem;
  }
}

@media (min-width: 1400px) {
  p {
    font-size: 1rem;
  }
}


/* 1 Components */


/* 1.1 form, button, input */

.btn {
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  min-height: 46px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}

.btn.no-border {
  border: none;
}

.btn-sm {
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.5;
  min-height: 30px;
}

.btn-round {
  border-radius: 10rem;
}

.btn-rect {
  border-radius: 0;
}

.btn {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.active,
.btn:active {
  color: #ffffff;
  background-color: #8e233e;
}

.btn:hover,
.btn:focus {
  color: #ffffff;
  background-color: #8e233e;
  border-color: #8e233e;
  opacity: 0.9;
}

.btn.disabled,
.btn:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #5f5f5f;
}

.btn-full {
  width: 100%;
}

.btn-primary {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #000000;
}

.btn-primary.active,
.btn-primary:active {
  color: #ffffff;
  background-color: #8e233e;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #ffffff;
  background-color: #8e233e;
  border-color: #8e233e;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #8e233e;
}

.btn-secondary {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #3f4b62;
}

.btn-secondary.active,
.btn-secondary:active {
  color: #ffffff;
  background-color: #2b3343;
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #ffffff;
  background-color: #2b3343;
  border-color: #2b3343;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #2b3343;
}

.btn-success {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #569728;
}

.btn-success.active,
.btn-success:active {
  color: #ffffff;
  background-color: #3a671b;
}

.btn-success:hover,
.btn-success:focus {
  color: #ffffff;
  background-color: #3a671b;
  border-color: #3a671b;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #3a671b;
}

.btn-danger {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #dc3545;
}

.btn-danger.active,
.btn-danger:active {
  color: #ffffff;
  background-color: #96242f;
}

.btn-danger:hover,
.btn-danger:focus {
  color: #ffffff;
  background-color: #96242f;
  border-color: #96242f;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #96242f;
}

.btn-white {
  color: #000000;
  border: 1px solid transparent;
  background-color: #ffffff;
}

.btn-white.active,
.btn-white:active {
  color: #000000;
  background-color: #d6d6d6;
}

.btn-white:hover,
.btn-white:focus {
  color: #000000;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #000000;
  opacity: 0.7;
  background-color: #d6d6d6;
}

.btn-outline-primary {
  color: #000000;
  border: 2px solid #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: none;
  line-height: 1;
}

.btn-outline-primary.active,
.btn-outline-primary:active {
  color: #8e233e;
  border-color: #8e233e;
  background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #8e233e;
  border-color: #8e233e;
  background-color: transparent;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #000000;
  opacity: 0.7;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #3f4b62;
  border: 2px solid #3f4b62;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: none;
  line-height: 1;
}

.btn-outline-secondary.active,
.btn-outline-secondary:active {
  color: #2b3343;
  border-color: #2b3343;
  background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  color: #2b3343;
  border-color: #2b3343;
  background-color: transparent;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #3f4b62;
  opacity: 0.7;
  background-color: transparent;
}

.btn-outline-success {
  color: #569728;
  border: 2px solid #569728;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: none;
  line-height: 1;
}

.btn-outline-success.active,
.btn-outline-success:active {
  color: #3a671b;
  border-color: #3a671b;
  background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
  color: #3a671b;
  border-color: #3a671b;
  background-color: transparent;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #569728;
  opacity: 0.7;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border: 2px solid #dc3545;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: none;
  line-height: 1;
}

.btn-outline-danger.active,
.btn-outline-danger:active {
  color: #96242f;
  border-color: #96242f;
  background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
  color: #96242f;
  border-color: #96242f;
  background-color: transparent;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  opacity: 0.7;
  background-color: transparent;
}

.btn-outline-white {
  color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: none;
  line-height: 1;
}

.btn-outline-white.active,
.btn-outline-white:active {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: transparent;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.btn-material-primary {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-material-primary:not([href]):not([tabindex]) {
  color: #ffffff;
}

.btn-material-primary.active,
.btn-material-primary:active {
  color: #ffffff;
  background-color: #8e233e;
}

.btn-material-primary:hover,
.btn-material-primary:focus {
  color: #ffffff;
  background-color: #8e233e;
  border-color: #8e233e;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.btn-material-primary.disabled,
.btn-material-primary:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #8e233e;
}

.btn-material-secondary {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-material-secondary:not([href]):not([tabindex]) {
  color: #ffffff;
}

.btn-material-secondary.active,
.btn-material-secondary:active {
  color: #ffffff;
  background-color: #2b3343;
}

.btn-material-secondary:hover,
.btn-material-secondary:focus {
  color: #ffffff;
  background-color: #2b3343;
  border-color: #2b3343;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.btn-material-secondary.disabled,
.btn-material-secondary:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #2b3343;
}

.btn-material-success {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-material-success:not([href]):not([tabindex]) {
  color: #ffffff;
}

.btn-material-success.active,
.btn-material-success:active {
  color: #ffffff;
  background-color: #3a671b;
}

.btn-material-success:hover,
.btn-material-success:focus {
  color: #ffffff;
  background-color: #3a671b;
  border-color: #3a671b;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.btn-material-success.disabled,
.btn-material-success:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #3a671b;
}

.btn-material-danger {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-material-danger:not([href]):not([tabindex]) {
  color: #ffffff;
}

.btn-material-danger.active,
.btn-material-danger:active {
  color: #ffffff;
  background-color: #96242f;
}

.btn-material-danger:hover,
.btn-material-danger:focus {
  color: #ffffff;
  background-color: #96242f;
  border-color: #96242f;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.btn-material-danger.disabled,
.btn-material-danger:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #96242f;
}

.btn-material-white {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-material-white:not([href]):not([tabindex]) {
  color: #ffffff;
}

.btn-material-white.active,
.btn-material-white:active {
  color: #ffffff;
  background-color: #8e233e;
}

.btn-material-white:hover,
.btn-material-white:focus {
  color: #ffffff;
  background-color: #8e233e;
  border-color: #8e233e;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.btn-material-white.disabled,
.btn-material-white:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #8e233e;
}

.btn-shadow {
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-shadow:hover {
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

.btn-icon {
  color: #ffffff;
  border: none;
  background-color: #000000;
  padding-right: 3.5rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: none;
}

.btn-icon .icon {
  border-left: 1px solid #ffffff;
  vertical-align: middle;
  color: #ffffff;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 2rem;
  padding-top: 0.6rem;
  overflow: hidden;
}

.btn-icon .icon .fa,
.btn-icon .icon .ion,
.btn-icon .icon .icon {
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.btn-icon .icon:before {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

.btn-icon.normal.icon-left .icon {
  border-right: none;
  padding-left: 0.75rem;
  padding-right: 0;
}

.btn-icon.normal .icon {
  width: 3rem;
  padding-top: 0.65rem;
  padding-right: 0.75rem;
  border-left: none;
}

.btn-icon .text {
  display: inline-block;
}

.btn-icon.active:not(.btn-shadow),
.btn-icon:active:not(.btn-shadow),
.btn-icon:hover:not(.btn-shadow) {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-icon:hover {
  color: #ffffff;
  background: #8e233e;
}

.btn-icon:hover .icon {
  color: #000000;
}

.btn-icon:hover .icon:before {
  width: 100%;
}

.btn-icon.disabled,
.btn-icon:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #000000;
}

.btn-icon.icon-left {
  padding-left: 3.5rem;
  padding-right: 1.5rem;
}

.btn-icon.icon-left .icon {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #ffffff;
}

.btn-icon.btn-sm {
  padding-right: 2.75rem;
}

.btn-icon.btn-sm .icon {
  padding-top: 0.125rem;
}

.btn-icon.btn-sm.icon-left {
  padding-left: 2.75rem;
  padding-right: 0.75rem;
}

.btn-icon.btn-primary {
  color: #ffffff;
  background-color: #000000;
}

.btn-icon.btn-primary .icon {
  border-left-color: #ffffff;
  color: #ffffff;
}

.btn-icon.btn-primary .icon:before {
  background: #ffffff;
}

.btn-icon.btn-primary.active,
.btn-icon.btn-primary:active,
.btn-icon.btn-primary:hover {
  color: #ffffff;
  background: #b02b4c;
}

.btn-icon.btn-primary.active .icon,
.btn-icon.btn-primary:active .icon,
.btn-icon.btn-primary:hover .icon {
  color: #000000;
}

.btn-icon.btn-primary.disabled,
.btn-icon.btn-primary:disabled {
  color: #ffffff;
  background-color: #000000;
}

.btn-icon.btn-primary.icon-left .icon {
  border-right-color: #ffffff;
}

.btn-icon.btn-secondary {
  color: #ffffff;
  background-color: #3f4b62;
}

.btn-icon.btn-secondary .icon {
  border-left-color: #ffffff;
  color: #ffffff;
}

.btn-icon.btn-secondary .icon:before {
  background: #ffffff;
}

.btn-icon.btn-secondary.active,
.btn-icon.btn-secondary:active,
.btn-icon.btn-secondary:hover {
  color: #ffffff;
  background: #353f52;
}

.btn-icon.btn-secondary.active .icon,
.btn-icon.btn-secondary:active .icon,
.btn-icon.btn-secondary:hover .icon {
  color: #3f4b62;
}

.btn-icon.btn-secondary.disabled,
.btn-icon.btn-secondary:disabled {
  color: #ffffff;
  background-color: #3f4b62;
}

.btn-icon.btn-secondary.icon-left .icon {
  border-right-color: #ffffff;
}

.btn-icon.btn-success {
  color: #ffffff;
  background-color: #569728;
}

.btn-icon.btn-success .icon {
  border-left-color: #ffffff;
  color: #ffffff;
}

.btn-icon.btn-success .icon:before {
  background: #ffffff;
}

.btn-icon.btn-success.active,
.btn-icon.btn-success:active,
.btn-icon.btn-success:hover {
  color: #ffffff;
  background: #487f22;
}

.btn-icon.btn-success.active .icon,
.btn-icon.btn-success:active .icon,
.btn-icon.btn-success:hover .icon {
  color: #569728;
}

.btn-icon.btn-success.disabled,
.btn-icon.btn-success:disabled {
  color: #ffffff;
  background-color: #569728;
}

.btn-icon.btn-success.icon-left .icon {
  border-right-color: #ffffff;
}

.btn-icon.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
}

.btn-icon.btn-danger .icon {
  border-left-color: #ffffff;
  color: #ffffff;
}

.btn-icon.btn-danger .icon:before {
  background: #ffffff;
}

.btn-icon.btn-danger.active,
.btn-icon.btn-danger:active,
.btn-icon.btn-danger:hover {
  color: #ffffff;
  background: #b92d3a;
}

.btn-icon.btn-danger.active .icon,
.btn-icon.btn-danger:active .icon,
.btn-icon.btn-danger:hover .icon {
  color: #dc3545;
}

.btn-icon.btn-danger.disabled,
.btn-icon.btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
}

.btn-icon.btn-danger.icon-left .icon {
  border-right-color: #ffffff;
}

.btn-icon.btn-white {
  color: #000000;
  background-color: #ffffff;
}

.btn-icon.btn-white .icon {
  border-left-color: #000000;
  color: #000000;
}

.btn-icon.btn-white .icon:before {
  background: #000000;
}

.btn-icon.btn-white.active,
.btn-icon.btn-white:active,
.btn-icon.btn-white:hover {
  color: #000000;
  background: #d6d6d6;
}

.btn-icon.btn-white.active .icon,
.btn-icon.btn-white:active .icon,
.btn-icon.btn-white:hover .icon {
  color: #ffffff;
}

.btn-icon.btn-white.disabled,
.btn-icon.btn-white:disabled {
  color: #000000;
  background-color: #ffffff;
}

.btn-icon.btn-white.icon-left .icon {
  border-right-color: #000000;
}

.cta-icon {
  background: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: currentColor;
}

.cta-icon .icon {
  height: 80px;
  width: 80px;
  background: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 80px;
  position: relative;
}

.cta-icon .icon .fix-center {
  width: 0.6em;
}

.cta-icon .icon.ring:before {
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  content: "";
  border: 2px solid currentColor;
  opacity: 0.2;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cta-icon:focus,
.cta-icon:active,
.cta-icon:hover {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: currentColor;
}

.cta-icon:focus .icon,
.cta-icon:active .icon,
.cta-icon:hover .icon {
  opacity: 0.8;
  -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.25);
}

.cta-icon:focus .icon.ring:before,
.cta-icon:active .icon.ring:before,
.cta-icon:hover .icon.ring:before {
  border-width: 8px;
  -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.25);
}

.cta-icon .text {
  text-align: center;
}

.btn-transp-icon {
  color: #ffffff;
  border: none;
  background-color: transparent;
  padding-right: 3rem;
  padding-left: 1.5rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-transp-icon .icon {
  text-align: left;
  vertical-align: middle;
  color: #ffffff;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  height: auto;
  width: 2.5rem;
  padding-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.btn-transp-icon .icon .fa,
.btn-transp-icon .icon .ion,
.btn-transp-icon .icon .icon {
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}

.btn-transp-icon .text {
  display: inline-block;
}

.btn-transp-icon.active,
.btn-transp-icon:active,
.btn-transp-icon:hover {
  color: #ffffff;
  background: rgba(176, 43, 76, 0.25);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-transp-icon.disabled,
.btn-transp-icon:disabled {
  color: #ffffff;
  opacity: 0.7;
  background-color: #000000;
}

.btn-transp-icon.btn-outline {
  border: 1px solid currentColor;
}

.btn-transp-icon.icon-left {
  padding-left: 3rem;
  padding-right: 1.5rem;
}

.btn-transp-icon.icon-left .icon {
  text-align: right;
  right: auto;
  left: 0;
}

.btn-transp-icon.icon-only {
  padding: 0.75rem 0;
  height: 44px;
  width: 48px;
}

.btn-transp-icon.icon-only .icon {
  text-align: center;
  width: 100%;
}

.btn-transp-icon.icon-only.btn:hover .icon {
  color: #000000;
}

.btn-transp-icon.btn-primary {
  color: #000000;
}

.btn-transp-icon.btn-primary .icon {
  color: #000000;
}

.btn-transp-icon.btn-primary.active,
.btn-transp-icon.btn-primary:active,
.btn-transp-icon.btn-primary:hover {
  color: inherit;
  background: rgba(209, 51, 91, 0.25);
}

.btn-transp-icon.btn-primary.active .icon,
.btn-transp-icon.btn-primary:active .icon,
.btn-transp-icon.btn-primary:hover .icon {
  color: #ffffff;
}

.btn-transp-icon.btn-primary.disabled,
.btn-transp-icon.btn-primary:disabled {
  color: #ffffff;
  background-color: #000000;
}

.btn-transp-icon.btn-primary.icon-only:hover .icon {
  color: #ffffff;
}

.btn-transp-icon.btn-secondary {
  color: #3f4b62;
}

.btn-transp-icon.btn-secondary .icon {
  color: #3f4b62;
}

.btn-transp-icon.btn-secondary.active,
.btn-transp-icon.btn-secondary:active,
.btn-transp-icon.btn-secondary:hover {
  color: inherit;
  background: rgba(63, 75, 98, 0.25);
}

.btn-transp-icon.btn-secondary.active .icon,
.btn-transp-icon.btn-secondary:active .icon,
.btn-transp-icon.btn-secondary:hover .icon {
  color: #ffffff;
}

.btn-transp-icon.btn-secondary.disabled,
.btn-transp-icon.btn-secondary:disabled {
  color: #ffffff;
  background-color: #3f4b62;
}

.btn-transp-icon.btn-secondary.icon-only:hover .icon {
  color: #ffffff;
}

.btn-transp-icon.btn-success {
  color: #569728;
}

.btn-transp-icon.btn-success .icon {
  color: #569728;
}

.btn-transp-icon.btn-success.active,
.btn-transp-icon.btn-success:active,
.btn-transp-icon.btn-success:hover {
  color: inherit;
  background: rgba(86, 151, 40, 0.25);
}

.btn-transp-icon.btn-success.active .icon,
.btn-transp-icon.btn-success:active .icon,
.btn-transp-icon.btn-success:hover .icon {
  color: #ffffff;
}

.btn-transp-icon.btn-success.disabled,
.btn-transp-icon.btn-success:disabled {
  color: #ffffff;
  background-color: #569728;
}

.btn-transp-icon.btn-success.icon-only:hover .icon {
  color: #ffffff;
}

.btn-transp-icon.btn-danger {
  color: #dc3545;
}

.btn-transp-icon.btn-danger .icon {
  color: #dc3545;
}

.btn-transp-icon.btn-danger.active,
.btn-transp-icon.btn-danger:active,
.btn-transp-icon.btn-danger:hover {
  color: inherit;
  background: rgba(220, 53, 69, 0.25);
}

.btn-transp-icon.btn-danger.active .icon,
.btn-transp-icon.btn-danger:active .icon,
.btn-transp-icon.btn-danger:hover .icon {
  color: #ffffff;
}

.btn-transp-icon.btn-danger.disabled,
.btn-transp-icon.btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
}

.btn-transp-icon.btn-danger.icon-only:hover .icon {
  color: #ffffff;
}

.btn-transp-icon.btn-white {
  color: #ffffff;
}

.btn-transp-icon.btn-white .icon {
  color: #ffffff;
}

.btn-transp-icon.btn-white.active,
.btn-transp-icon.btn-white:active,
.btn-transp-icon.btn-white:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.25);
}

.btn-transp-icon.btn-white.active .icon,
.btn-transp-icon.btn-white:active .icon,
.btn-transp-icon.btn-white:hover .icon {
  color: #ffffff;
}

.btn-transp-icon.btn-white.disabled,
.btn-transp-icon.btn-white:disabled {
  color: #ffffff;
  background-color: #ffffff;
}

.btn-transp-icon.btn-white.icon-only:hover .icon {
  color: #ffffff;
}

.form-control.shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.form-control.border {
  border: 1px solid currentColor !important;
}

.form-group {
  position: relative;
}

.form-input {
  position: relative;
}

.form-input .form-btn-right {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  right: 0;
}

.form-group.mb-0 {
  margin-bottom: 0;
}

.form-text-feedback {
  position: relative;
  font-size: 1rem;
  height: 1.2em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.form-text-feedback.invisible {
  height: 0;
}

.form-container-card {
  color: #1d1d1d;
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 8px;
}

.form-container-card.shadow {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.form-container-card .avatar {
  margin: 32px auto;
  display: block;
  width: 136px;
  height: 136px;
  border-radius: 400px;
  border: 8px solid #000000;
  position: relative;
}

.form-container-card .avatar .img-box {
  overflow: hidden;
  border-radius: 400px;
}

.form-container-card .avatar img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
}

.form-container-card .avatar:before {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 400px;
  top: -16px;
  left: -16px;
  width: 152px;
  height: 152px;
  background: rgba(209, 51, 91, 0.2);
}

.form-container-card .avatar:after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 400px;
  top: -24px;
  left: -24px;
  width: 168px;
  height: 168px;
  background: rgba(209, 51, 91, 0.1);
}

.form-container-card .form-desc h4 {
  color: #000000;
}

.form-container-card .form-desc p {
  color: rgba(29, 29, 29, 0.75);
  opacity: 1;
}

.form-container-card .form-input {
  text-align: left;
}

.form-container-card .form-input label {
  font-size: 0.75rem;
  color: #000000;
  font-weight: bold;
}

.form-container-card .form-input label.error {
  position: absolute;
}

.form-container-card .form-input .line {
  margin-bottom: 1rem;
}

.form-container-card .form-input .btn-full {
  width: 100%;
}

.form-container-card.form-container-primary {
  color: #1d1d1d;
  background: #ffffff;
}

.form-container-card.form-container-primary .avatar {
  border: 8px solid #000000;
}

.form-container-card.form-container-primary .avatar:before {
  background: rgba(209, 51, 91, 0.2);
}

.form-container-card.form-container-primary .avatar:after {
  background: rgba(209, 51, 91, 0.1);
}

.form-container-card.form-container-primary .form-desc h4 {
  color: #000000;
}

.form-container-card.form-container-primary .form-desc p {
  color: rgba(29, 29, 29, 0.75);
}

.form-container-card.form-container-primary .form-input label {
  color: #000000;
}

.form-container-card.form-container-secondary {
  color: #1d1d1d;
  background: #ffffff;
}

.form-container-card.form-container-secondary .avatar {
  border: 8px solid #3f4b62;
}

.form-container-card.form-container-secondary .avatar:before {
  background: rgba(63, 75, 98, 0.2);
}

.form-container-card.form-container-secondary .avatar:after {
  background: rgba(63, 75, 98, 0.1);
}

.form-container-card.form-container-secondary .form-desc h4 {
  color: #3f4b62;
}

.form-container-card.form-container-secondary .form-desc p {
  color: rgba(29, 29, 29, 0.75);
}

.form-container-card.form-container-secondary .form-input label {
  color: #3f4b62;
}

.form-container-card.form-container-success {
  color: #1d1d1d;
  background: #ffffff;
}

.form-container-card.form-container-success .avatar {
  border: 8px solid #569728;
}

.form-container-card.form-container-success .avatar:before {
  background: rgba(86, 151, 40, 0.2);
}

.form-container-card.form-container-success .avatar:after {
  background: rgba(86, 151, 40, 0.1);
}

.form-container-card.form-container-success .form-desc h4 {
  color: #569728;
}

.form-container-card.form-container-success .form-desc p {
  color: rgba(29, 29, 29, 0.75);
}

.form-container-card.form-container-success .form-input label {
  color: #569728;
}

.form-container-card.form-container-danger {
  color: #1d1d1d;
  background: #ffffff;
}

.form-container-card.form-container-danger .avatar {
  border: 8px solid #dc3545;
}

.form-container-card.form-container-danger .avatar:before {
  background: rgba(220, 53, 69, 0.2);
}

.form-container-card.form-container-danger .avatar:after {
  background: rgba(220, 53, 69, 0.1);
}

.form-container-card.form-container-danger .form-desc h4 {
  color: #dc3545;
}

.form-container-card.form-container-danger .form-desc p {
  color: rgba(29, 29, 29, 0.75);
}

.form-container-card.form-container-danger .form-input label {
  color: #dc3545;
}

.form-container-card.form-container-white {
  color: #1d1d1d;
  background: #ffffff;
}

.form-container-card.form-container-white .avatar {
  border: 8px solid #ffffff;
}

.form-container-card.form-container-white .avatar:before {
  background: rgba(255, 255, 255, 0.2);
}

.form-container-card.form-container-white .avatar:after {
  background: rgba(255, 255, 255, 0.1);
}

.form-container-card.form-container-white .form-desc h4 {
  color: #ffffff;
}

.form-container-card.form-container-white .form-desc p {
  color: rgba(29, 29, 29, 0.75);
}

.form-container-card.form-container-white .form-input label {
  color: #ffffff;
}

.form-container-outline {
  background: none;
  border-radius: 8px;
  padding: 1rem 2rem;
  border: 2px solid #000000;
}

.form-container-outline.shadow {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.form-container-outline .avatar {
  margin: 32px auto;
  display: block;
  width: 136px;
  height: 136px;
  border-radius: 400px;
  border: 8px solid #000000;
  position: relative;
}

.form-container-outline .avatar .img-box {
  overflow: hidden;
  border-radius: 400px;
}

.form-container-outline .avatar img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
}

.form-container-outline .avatar:before {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 400px;
  top: -16px;
  left: -16px;
  width: 152px;
  height: 152px;
  background: rgba(209, 51, 91, 0.2);
}

.form-container-outline .avatar:after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 400px;
  top: -24px;
  left: -24px;
  width: 168px;
  height: 168px;
  background: rgba(209, 51, 91, 0.1);
}

.form-container-outline .form-desc h4 {
  color: #000000;
}

.form-container-outline .form-desc p {
  opacity: 1;
}

.form-container-outline .form-input {
  text-align: left;
}

.form-container-outline .form-input label {
  font-size: 0.75rem;
  color: #000000;
  font-weight: bold;
}

.form-container-outline .form-input label.error {
  position: absolute;
}

.form-container-outline .form-input .btn-full {
  width: 100%;
}

.form-container-outline.form-container-primary {
  color: currentColor;
  border-color: #000000;
}

.form-container-outline.form-container-primary .avatar {
  border: 8px solid #000000;
}

.form-container-outline.form-container-primary .avatar:before {
  background: rgba(209, 51, 91, 0.2);
}

.form-container-outline.form-container-primary .avatar:after {
  background: rgba(209, 51, 91, 0.1);
}

.form-container-outline.form-container-primary .form-desc h4 {
  color: #000000;
}

.form-container-outline.form-container-primary .form-input label {
  color: #000000;
}

.form-container-outline.form-container-secondary {
  color: currentColor;
  border-color: #3f4b62;
}

.form-container-outline.form-container-secondary .avatar {
  border: 8px solid #3f4b62;
}

.form-container-outline.form-container-secondary .avatar:before {
  background: rgba(63, 75, 98, 0.2);
}

.form-container-outline.form-container-secondary .avatar:after {
  background: rgba(63, 75, 98, 0.1);
}

.form-container-outline.form-container-secondary .form-desc h4 {
  color: #3f4b62;
}

.form-container-outline.form-container-secondary .form-input label {
  color: #3f4b62;
}

.form-container-outline.form-container-success {
  color: currentColor;
  border-color: #569728;
}

.form-container-outline.form-container-success .avatar {
  border: 8px solid #569728;
}

.form-container-outline.form-container-success .avatar:before {
  background: rgba(86, 151, 40, 0.2);
}

.form-container-outline.form-container-success .avatar:after {
  background: rgba(86, 151, 40, 0.1);
}

.form-container-outline.form-container-success .form-desc h4 {
  color: #569728;
}

.form-container-outline.form-container-success .form-input label {
  color: #569728;
}

.form-container-outline.form-container-danger {
  color: currentColor;
  border-color: #dc3545;
}

.form-container-outline.form-container-danger .avatar {
  border: 8px solid #dc3545;
}

.form-container-outline.form-container-danger .avatar:before {
  background: rgba(220, 53, 69, 0.2);
}

.form-container-outline.form-container-danger .avatar:after {
  background: rgba(220, 53, 69, 0.1);
}

.form-container-outline.form-container-danger .form-desc h4 {
  color: #dc3545;
}

.form-container-outline.form-container-danger .form-input label {
  color: #dc3545;
}

.form-container-outline.form-container-white {
  color: currentColor;
  border-color: #ffffff;
}

.form-container-outline.form-container-white .avatar {
  border: 8px solid #ffffff;
}

.form-container-outline.form-container-white .avatar:before {
  background: rgba(255, 255, 255, 0.2);
}

.form-container-outline.form-container-white .avatar:after {
  background: rgba(255, 255, 255, 0.1);
}

.form-container-outline.form-container-white .form-desc h4 {
  color: #ffffff;
}

.form-container-outline.form-container-white .form-input label {
  color: #ffffff;
}

.form-container-transparent {
  background: none;
  padding: 1rem 2rem;
  border-radius: 8px;
}

.form-container-transparent.form-small {
  max-width: 360px;
  padding: 1rem;
  margin: auto;
}

.form-container-transparent.shadow {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.form-container-transparent .avatar {
  margin: 32px auto;
  display: block;
  width: 136px;
  height: 136px;
  border-radius: 400px;
  border: 8px solid #000000;
  position: relative;
}

.form-container-transparent .avatar .img-box {
  overflow: hidden;
  border-radius: 400px;
}

.form-container-transparent .avatar img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
}

.form-container-transparent .avatar:before {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 400px;
  top: -16px;
  left: -16px;
  width: 152px;
  height: 152px;
  background: rgba(209, 51, 91, 0.2);
}

.form-container-transparent .avatar:after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 400px;
  top: -24px;
  left: -24px;
  width: 168px;
  height: 168px;
  background: rgba(209, 51, 91, 0.1);
}

.form-container-transparent .form-desc h4 {
  color: #000000;
}

.form-container-transparent .form-desc p {
  opacity: 1;
}

.form-container-transparent .form-input {
  text-align: left;
}

.form-container-transparent .form-input label {
  font-size: 0.75rem;
  color: #000000;
  font-weight: bold;
}

.form-container-transparent .form-input label.error {
  position: absolute;
}

.form-container-transparent .form-input .line {
  margin-bottom: 1rem;
}

.form-container-transparent .form-input .btn-full {
  width: 100%;
}

.form-container-transparent.form-container-primary {
  color: currentColor;
}

.form-container-transparent.form-container-primary .avatar {
  border: 8px solid #000000;
}

.form-container-transparent.form-container-primary .avatar:before {
  background: rgba(209, 51, 91, 0.2);
}

.form-container-transparent.form-container-primary .avatar:after {
  background: rgba(209, 51, 91, 0.1);
}

.form-container-transparent.form-container-primary .form-desc h4 {
  color: #000000;
}

.form-container-transparent.form-container-primary .form-input label {
  color: #000000;
}

.form-container-transparent.form-container-secondary {
  color: currentColor;
}

.form-container-transparent.form-container-secondary .avatar {
  border: 8px solid #3f4b62;
}

.form-container-transparent.form-container-secondary .avatar:before {
  background: rgba(63, 75, 98, 0.2);
}

.form-container-transparent.form-container-secondary .avatar:after {
  background: rgba(63, 75, 98, 0.1);
}

.form-container-transparent.form-container-secondary .form-desc h4 {
  color: #3f4b62;
}

.form-container-transparent.form-container-secondary .form-input label {
  color: #3f4b62;
}

.form-container-transparent.form-container-success {
  color: currentColor;
}

.form-container-transparent.form-container-success .avatar {
  border: 8px solid #569728;
}

.form-container-transparent.form-container-success .avatar:before {
  background: rgba(86, 151, 40, 0.2);
}

.form-container-transparent.form-container-success .avatar:after {
  background: rgba(86, 151, 40, 0.1);
}

.form-container-transparent.form-container-success .form-desc h4 {
  color: #569728;
}

.form-container-transparent.form-container-success .form-input label {
  color: #569728;
}

.form-container-transparent.form-container-danger {
  color: currentColor;
}

.form-container-transparent.form-container-danger .avatar {
  border: 8px solid #dc3545;
}

.form-container-transparent.form-container-danger .avatar:before {
  background: rgba(220, 53, 69, 0.2);
}

.form-container-transparent.form-container-danger .avatar:after {
  background: rgba(220, 53, 69, 0.1);
}

.form-container-transparent.form-container-danger .form-desc h4 {
  color: #dc3545;
}

.form-container-transparent.form-container-danger .form-input label {
  color: #dc3545;
}

.form-container-transparent.form-container-white {
  color: currentColor;
}

.form-container-transparent.form-container-white .avatar {
  border: 8px solid #ffffff;
}

.form-container-transparent.form-container-white .avatar:before {
  background: rgba(255, 255, 255, 0.2);
}

.form-container-transparent.form-container-white .avatar:after {
  background: rgba(255, 255, 255, 0.1);
}

.form-container-transparent.form-container-white .form-desc h4 {
  color: #ffffff;
}

.form-container-transparent.form-container-white .form-input label {
  color: #ffffff;
}

.form-control-line {
  display: block;
  width: 100%;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #000000;
  color: inherit;
  border-radius: 0;
}

.form-control-line:focus {
  color: inherit;
  background: none;
  border-color: #8e233e;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-control-line.thin {
  border-width: 1px;
}

.form-control-line.form-control-primary {
  border-bottom-color: #000000;
}

.form-control-line.form-control-primary:focus {
  border-color: #8e233e;
}

.form-control-line.form-control-primary.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23000000' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-line.form-control-secondary {
  border-bottom-color: #3f4b62;
}

.form-control-line.form-control-secondary:focus {
  border-color: #2b3343;
}

.form-control-line.form-control-secondary.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233f4b62' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-line.form-control-success {
  border-bottom-color: #569728;
}

.form-control-line.form-control-success:focus {
  border-color: #3a671b;
}

.form-control-line.form-control-success.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23569728' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-line.form-control-danger {
  border-bottom-color: #dc3545;
}

.form-control-line.form-control-danger:focus {
  border-color: #96242f;
}

.form-control-line.form-control-danger.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23dc3545' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-line.form-control-white {
  border-bottom-color: #ffffff;
}

.form-control-line.form-control-white:focus {
  border-color: #adadad;
}

.form-control-line.form-control-white.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-outline {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}

.form-control-outline.thick {
  border-width: 2px;
}

.form-control-outline:focus {
  color: inherit;
  border-color: #8e233e;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-control-outline.form-control-primary {
  border-color: #000000;
}

.form-control-outline.form-control-primary:focus {
  border-color: #8e233e;
}

.form-control-outline.form-control-primary.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23000000' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-outline.form-control-secondary {
  border-color: #3f4b62;
}

.form-control-outline.form-control-secondary:focus {
  border-color: #2b3343;
}

.form-control-outline.form-control-secondary.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233f4b62' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-outline.form-control-success {
  border-color: #569728;
}

.form-control-outline.form-control-success:focus {
  border-color: #3a671b;
}

.form-control-outline.form-control-success.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23569728' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-outline.form-control-danger {
  border-color: #dc3545;
}

.form-control-outline.form-control-danger:focus {
  border-color: #96242f;
}

.form-control-outline.form-control-danger.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23dc3545' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-outline.form-control-white {
  border-color: #ffffff;
}

.form-control-outline.form-control-white:focus {
  border-color: #adadad;
}

.form-control-outline.form-control-white.custom-select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-full {
  display: block;
  width: 100%;
  border: none;
  background: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.form-control-full:focus {
  color: inherit;
  background: #8e233e;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-control-full.form-control-primary {
  background: #000000;
  color: #ffffff;
}

.form-control-full.form-control-primary:focus {
  background: #8e233e;
}

.form-control-full.form-control-primary.custom-select {
  background: #000000 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-full.form-control-secondary {
  background: #3f4b62;
  color: #ffffff;
}

.form-control-full.form-control-secondary:focus {
  background: #2b3343;
}

.form-control-full.form-control-secondary.custom-select {
  background: #3f4b62 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-full.form-control-success {
  background: #569728;
  color: #ffffff;
}

.form-control-full.form-control-success:focus {
  background: #3a671b;
}

.form-control-full.form-control-success.custom-select {
  background: #569728 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-full.form-control-danger {
  background: #dc3545;
  color: #ffffff;
}

.form-control-full.form-control-danger:focus {
  background: #96242f;
}

.form-control-full.form-control-danger.custom-select {
  background: #dc3545 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-full.form-control-white {
  background: #ffffff;
  color: #ffffff;
}

.form-control-full.form-control-white:focus {
  background: #adadad;
}

.form-control-full.form-control-white.custom-select {
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-transluscent.form-control-primary {
  background: rgba(209, 51, 91, 0.2);
  color: #000000;
}

.form-control-transluscent.form-control-primary:focus {
  background: rgba(209, 51, 91, 0.1);
}

.form-control-transluscent.form-control-primary.custom-select {
  background: rgba(209, 51, 91, 0.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23000000' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-transluscent.form-control-secondary {
  background: rgba(63, 75, 98, 0.2);
  color: #3f4b62;
}

.form-control-transluscent.form-control-secondary:focus {
  background: rgba(63, 75, 98, 0.1);
}

.form-control-transluscent.form-control-secondary.custom-select {
  background: rgba(63, 75, 98, 0.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233f4b62' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-transluscent.form-control-success {
  background: rgba(86, 151, 40, 0.2);
  color: #569728;
}

.form-control-transluscent.form-control-success:focus {
  background: rgba(86, 151, 40, 0.1);
}

.form-control-transluscent.form-control-success.custom-select {
  background: rgba(86, 151, 40, 0.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23569728' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-transluscent.form-control-danger {
  background: rgba(220, 53, 69, 0.2);
  color: #dc3545;
}

.form-control-transluscent.form-control-danger:focus {
  background: rgba(220, 53, 69, 0.1);
}

.form-control-transluscent.form-control-danger.custom-select {
  background: rgba(220, 53, 69, 0.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23dc3545' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}

.form-control-transluscent.form-control-white {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.form-control-transluscent.form-control-white:focus {
  background: rgba(255, 255, 255, 0.1);
}

.form-control-transluscent.form-control-white.custom-select {
  background: rgba(255, 255, 255, 0.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}


/* 1.2 Layout */

.article .article-header {
  margin-bottom: 2rem;
}

.article .article-header .wrapper {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.article .article-content {
  margin-top: 2rem;
}

.article .article-content .wrapper {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.article .article-footer .article-details {
  margin-top: 2rem;
  padding-top: 2rem;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.code-highlight {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}

.code-highlight .code-title {
  padding: 2px 1rem;
  font-size: 0.875rem;
  border-bottom: none;
  background: #e1e1e1;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #1d1d1d;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}

.code-highlight .code-title:before {
  content: ">>";
  margin-right: 0.5rem;
  color: #8b8b8b;
}

.code-highlight pre {
  padding: 1rem;
  font-size: 0.875rem;
  max-height: 600px;
  overflow: auto;
  background: #f1f2f7;
  color: #1d1d1d;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  margin-bottom: 0;
}

.code-highlight-beta .code-title {
  padding: 2px 1rem;
  font-size: 0.875rem;
  border: 2px solid #f1f2f7;
  border-bottom: none;
  background: #ffffff;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #1d1d1d;
  font-weight: bold;
}

.code-highlight-beta pre {
  padding: 1rem;
  font-size: 0.875rem;
  max-height: 600px;
  overflow: auto;
  background: #f1f2f7;
  color: #1d1d1d;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.article-light>.article-content>.wrapper>h2 {
  font-family: "Segoe UI", "Proxima Nova", "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-weight: bold;
  font-size: 3rem;
  font-weight: 300;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.article-light>.article-content>.wrapper>p {
  font-family: "Segoe UI", "Proxima Nova", "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .article-light>.article-content>.wrapper>p {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .article-light>.article-content>.wrapper>p {
    font-size: 1rem;
  }
}

.article-light>.article-content>.wrapper>p.italic {
  font-style: italic;
}

.article-light>.article-content>.wrapper>h3 {
  margin-top: 1.5rem;
}

.article-light>.article-content>.wrapper>p {
  font-family: "Segoe UI", "Proxima Nova", "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  margin-top: 1.5rem;
}

.article-light>.article-content>.wrapper>img {
  margin-top: 1.5rem;
  max-width: 100%;
}

.article-light>.article-content>.wrapper>hr {
  display: block;
  position: relative;
  border: 0;
  margin-top: 44px;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}

.article-light>.article-content>.wrapper>hr:before {
  content: '---';
  display: inline-block;
  margin-left: .6em;
  color: rgba(29, 29, 29, 0.6);
  position: relative;
  top: -30px;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: .75em;
}

.article-light>.article-content>.wrapper>li {
  font-family: "Segoe UI", "Proxima Nova", "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  margin-left: 30px;
  margin-bottom: 14px;
  position: relative;
  list-style: none;
}

@media (min-width: 768px) {
  .article-light>.article-content>.wrapper>li {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .article-light>.article-content>.wrapper>li {
    font-size: 1rem;
  }
}

.article-light>.article-content>.wrapper>li.italic {
  font-style: italic;
}

.article-light>.article-content>.wrapper>li:before {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  background: currentColor;
  margin-left: -20px;
  left: 0;
  top: 12px;
  border-radius: 60px;
}

.article-light>.article-content>.wrapper>a {
  color: inherit;
  text-decoration: underline;
}

.article-light>.article-content>.wrapper>blockquote {
  margin-top: 24px;
  border-left: 3px solid #1d1d1d;
  padding-left: 20px;
  margin-left: -24px;
  padding-top: 0px;
  padding-bottom: 2px;
  font-family: "Segoe UI", "Proxima Nova", "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-style: italic;
  color: rgba(29, 29, 29, 0.6);
}

@media (min-width: 768px) {
  .article-light>.article-content>.wrapper>blockquote {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .article-light>.article-content>.wrapper>blockquote {
    font-size: 1rem;
  }
}

.article-light>.article-content>.wrapper>blockquote.italic {
  font-style: italic;
}

.article-light .article-footer {
  margin-bottom: 2rem;
}

.article-light .article-footer .article-details {
  border-top: 1px solid rgba(139, 139, 139, 0.35);
}

.article-light .article-footer .article-comments {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.img-circles-alpha {
  position: relative;
}

.img-circles-alpha img {
  width: 100%;
  height: auto;
}

.img-circles-alpha .img-1 {
  width: 100%;
  max-width: 360px;
  overflow: hidden;
  border-radius: 400px;
}

.img-circles-alpha .img-1.shadow {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.img-circles-alpha .img-2 {
  width: 100%;
  overflow: hidden;
  border-radius: 400px;
  margin-top: -120px;
  max-width: 160px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .img-circles-alpha .img-2 {
    margin-left: 240px;
    max-width: 240px;
  }
}

.img-circles-alpha .img-2.shadow {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .img-circles-alpha.img-2-left .img-1 {
    margin-left: 120px;
  }
}

@media (min-width: 768px) {
  .img-circles-alpha.img-2-left .img-2 {
    margin-left: 0;
  }
}

.img-frame-normal {
  position: relative;
}

.img-frame-normal img {
  width: 100%;
  height: auto;
}

.img-frame-normal.portrait .img-1 {
  max-width: 320px;
}

.img-frame-normal.full .img-1 {
  max-width: none;
}

.img-frame-normal .img-1 {
  width: 100%;
  max-width: 420px;
  position: relative;
}

.img-frame-normal .img-1 img {
  position: relative;
  z-index: 1;
}

.img-frame-normal .img-1.shadow {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.img-frame-normal .legend {
  margin-top: 16px;
  max-width: 420px;
}

.media .icon {
  font-size: 4.5rem;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
}

.media img {
  width: 4.5rem;
  height: auto;
}

.media img.icon {
  width: 4.5rem;
  height: 4.5rem;
}

.media-article-title .media-body {
  overflow: hidden;
}

.media-article-title .media-body .media-title {
  font-size: 1rem;
}

.media-article-title .media-body p {
  font-size: 0.75rem;
}

.media.media-primary {
  color: #ffffff;
  background: #000000;
}

.media.media-secondary {
  color: #ffffff;
  background: #3f4b62;
}

.media.media-success {
  color: #ffffff;
  background: #569728;
}

.media.media-danger {
  color: #ffffff;
  background: #dc3545;
}

.media.media-white {
  background: #ffffff;
}

.feature-alpha {
  display: block;
  color: #1d1d1d;
}

.feature-alpha .item-icon {
  margin-bottom: 0.5rem;
}

.feature-alpha .item-icon>i,
.feature-alpha .item-icon>.icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.3;
  vertical-align: middle;
}

.feature-alpha .item-name {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

a.feature-alpha:hover {
  text-decoration: none;
  color: inherit;
}

.feature-beta {
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feature-beta .item-icon {
  height: 80px;
  width: 80px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 80px;
}

.feature-beta .item-name {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.feature-beta:hover .item-icon {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
}

a.feature-beta {
  color: currentColor;
}

a.feature-beta:hover {
  text-decoration: none;
  color: inherit;
}

.feature-card {
  background: #ffffff;
  border-radius: 0.3rem;
  padding: 2rem 1rem;
  color: #1d1d1d;
}

.feature-card.shadow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.feature-card.shadow:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

a.feature-card {
  display: block;
}

a.feature-card:hover {
  text-decoration: none;
  color: inherit;
}


/* 1.3 Grid / list / slider / gallery / price table */

.carousel-swiper-hash .swiper-slide .anim,
.carousel-swiper-alpha .swiper-slide .anim {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.carousel-swiper-hash .anim.fadein-left,
.carousel-swiper-alpha .anim.fadein-left {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(64px);
  transform: translateX(64px);
}

.carousel-swiper-hash .swiper-slide-active .anim.fadein-left,
.carousel-swiper-alpha .swiper-slide-active .anim.fadein-left {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.carousel-swiper-hash .anim.fadein-right,
.carousel-swiper-alpha .anim.fadein-right {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(-64px);
  transform: translateX(-64px);
}

.carousel-swiper-hash .swiper-slide-active .anim.fadein-right,
.carousel-swiper-alpha .swiper-slide-active .anim.fadein-right {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.carousel-swiper-hash .anim.fadein-top,
.carousel-swiper-alpha .anim.fadein-top {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(64px);
  transform: translateY(64px);
}

.carousel-swiper-hash .swiper-slide-active .anim.fadein-top,
.carousel-swiper-alpha .swiper-slide-active .anim.fadein-top {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.carousel-swiper-hash .anim.fadein-bottom,
.carousel-swiper-alpha .anim.fadein-bottom {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-64px);
  transform: translateY(-64px);
}

.carousel-swiper-hash .swiper-slide-active .anim.fadein-bottom,
.carousel-swiper-alpha .swiper-slide-active .anim.fadein-bottom {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.swiper-slide-active .anim.td-1 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

.swiper-slide-active .anim.td-2 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.swiper-slide-active .anim.td-3 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.swiper-slide-active .anim.td-4 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.swiper-slide-active .anim.td-5 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.swiper-slide-active .anim.td-6 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.swiper-slide-active .anim.td-7 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.carousel-swiper-hash {
  position: relative;
}

.carousel-swiper-hash .swiper-wrapper {
  padding: 0;
}

.carousel-swiper-hash .slide-item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel-swiper-hash .items-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-bottom: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .carousel-swiper-hash .items-pagination {
    padding-bottom: 0;
  }
}

.carousel-swiper-hash .items-pagination .swiper-pagination-bullet {
  width: auto;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 4px;
  display: inline-block;
  background: none;
  height: auto;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  min-height: 46px;
  line-height: 1.2;
  opacity: 1;
}

.carousel-swiper-hash .items-pagination .swiper-pagination-bullet:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.carousel-swiper-hash .items-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
}

.carousel-swiper-hash .items-pagination .swiper-pagination-bullet-active:hover {
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
}

.carousel-swiper-hash .items-pagination.bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px;
}

.carousel-swiper-hash .items-pagination.bar .swiper-pagination-bullet {
  border-radius: 0;
  width: 32px;
  opacity: 0.5;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .carousel-swiper-hash .items-pagination.bar .swiper-pagination-bullet {
    width: 40px;
  }
}

.carousel-swiper-hash .items-pagination.bar .swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.carousel-swiper-hash .items-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -22px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.carousel-swiper-hash .items-button.items-button-prev {
  left: 0;
}

@media (min-width: 768px) {
  .carousel-swiper-hash .items-button.items-button-prev.fit {
    left: 25%;
  }
}

.carousel-swiper-hash .items-button.items-button-next {
  right: 0;
}

@media (min-width: 768px) {
  .carousel-swiper-hash .items-button.items-button-next.fit {
    right: 25%;
  }
}

.carousel-swiper-hash .items-button.bottom {
  bottom: -20px;
  top: auto;
  -webkit-transform: none;
  transform: none;
  margin-top: 0;
}

.carousel-swiper-hash .items-button.top {
  top: 0;
  -webkit-transform: none;
  transform: none;
  margin-top: 0;
}

.carousel-swiper-review {
  position: relative;
}

.carousel-swiper-review .swiper-wrapper {
  padding: 0;
}

.carousel-swiper-review .slide-item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel-swiper-review .items-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .carousel-swiper-review .items-pagination {
    padding-bottom: 0;
  }
}

.carousel-swiper-review .items-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 4px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 1;
}

.carousel-swiper-review .items-pagination .swiper-pagination-bullet:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.carousel-swiper-review .items-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
}

.carousel-swiper-review .items-pagination .swiper-pagination-bullet-active:hover {
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
}

.carousel-swiper-review .items-pagination.bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px;
}

.carousel-swiper-review .items-pagination.bar .swiper-pagination-bullet {
  border-radius: 0;
  width: 32px;
  opacity: 0.5;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .carousel-swiper-review .items-pagination.bar .swiper-pagination-bullet {
    width: 40px;
  }
}

.carousel-swiper-review .items-pagination.bar .swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.carousel-swiper-review .items-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -22px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.carousel-swiper-review .items-button.items-button-prev {
  left: 0;
}

@media (min-width: 768px) {
  .carousel-swiper-review .items-button.items-button-prev.fit {
    left: 25%;
  }
}

.carousel-swiper-review .items-button.items-button-next {
  right: 0;
}

@media (min-width: 768px) {
  .carousel-swiper-review .items-button.items-button-next.fit {
    right: 25%;
  }
}

.carousel-swiper-review .items-button.bottom {
  bottom: -20px;
  top: auto;
  -webkit-transform: none;
  transform: none;
  margin-top: 0;
}

.carousel-swiper-review .items-button.top {
  top: 0;
  -webkit-transform: none;
  transform: none;
  margin-top: 0;
}

.price-item-alpha {
  border-radius: 0.3rem;
  background: #ffffff;
}

.price-item-alpha ul {
  list-style: none;
}

.price-item-alpha ul li {
  list-style: none !important;
}

.price-item-alpha .item-name {
  text-align: center;
  font-size: 2rem;
  padding: 16px 32px;
  color: #000000;
}

.price-item-alpha .item-price {
  background: #000000;
  color: #ffffff;
  padding: 8px 16px;
  font-size: 1.5rem;
}

.price-item-alpha .item-features {
  padding: 16px 32px;
  text-align: left;
  opacity: 1;
}

.price-item-alpha .item-features li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  color: #1d1d1d;
  position: relative;
}

.price-item-alpha .item-features li .icon {
  margin-right: 8px;
}

.price-item-alpha .item-features li.ok .icon {
  color: #000000;
}

.price-item-alpha .item-features li.diseabled {
  color: #8b8b8b;
}

.price-item-alpha .item-features.icon-left li .icon {
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.price-item-alpha .item-footer {
  background: rgba(0, 0, 0, 0.04);
  padding: 8px 16px;
}

.price-item-alpha.featured {
  background: #000000;
}

.price-item-alpha.featured .item-name {
  color: #ffffff;
}

.price-item-alpha.featured .item-price {
  background: #ffffff;
  color: #000000;
}

.price-item-alpha.featured .item-features li {
  color: #ffffff;
}

.price-item-alpha.featured .item-features li.ok .icon {
  color: #ffffff;
}

.price-item-alpha.featured .item-features li.diseabled {
  color: rgba(255, 255, 255, 0.5);
}

.price-item-alpha.featured .item-footer {
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 16px;
}

.price-item-alpha.shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 40px rgba(0, 0, 0, 0.1);
}

.price-item-alpha.price-item-primary .item-name {
  color: #000000;
}

.price-item-alpha.price-item-primary .item-price {
  background: #000000;
}

.price-item-alpha.price-item-primary .item-features li.ok .icon {
  color: #000000;
}

.price-item-alpha.price-item-primary.featured {
  background: #000000;
}

.price-item-alpha.price-item-primary.featured .item-name {
  color: #ffffff;
}

.price-item-alpha.price-item-primary.featured .item-price {
  color: #000000;
  background: #ffffff;
}

.price-item-alpha.price-item-primary.featured .item-features li.ok .icon {
  color: #ffffff;
}

.price-item-alpha.price-item-secondary .item-name {
  color: #3f4b62;
}

.price-item-alpha.price-item-secondary .item-price {
  background: #3f4b62;
}

.price-item-alpha.price-item-secondary .item-features li.ok .icon {
  color: #3f4b62;
}

.price-item-alpha.price-item-secondary.featured {
  background: #3f4b62;
}

.price-item-alpha.price-item-secondary.featured .item-name {
  color: #ffffff;
}

.price-item-alpha.price-item-secondary.featured .item-price {
  color: #3f4b62;
  background: #ffffff;
}

.price-item-alpha.price-item-secondary.featured .item-features li.ok .icon {
  color: #ffffff;
}

.price-item-alpha.price-item-success .item-name {
  color: #569728;
}

.price-item-alpha.price-item-success .item-price {
  background: #569728;
}

.price-item-alpha.price-item-success .item-features li.ok .icon {
  color: #569728;
}

.price-item-alpha.price-item-success.featured {
  background: #569728;
}

.price-item-alpha.price-item-success.featured .item-name {
  color: #ffffff;
}

.price-item-alpha.price-item-success.featured .item-price {
  color: #569728;
  background: #ffffff;
}

.price-item-alpha.price-item-success.featured .item-features li.ok .icon {
  color: #ffffff;
}

.price-item-alpha.price-item-danger .item-name {
  color: #dc3545;
}

.price-item-alpha.price-item-danger .item-price {
  background: #dc3545;
}

.price-item-alpha.price-item-danger .item-features li.ok .icon {
  color: #dc3545;
}

.price-item-alpha.price-item-danger.featured {
  background: #dc3545;
}

.price-item-alpha.price-item-danger.featured .item-name {
  color: #ffffff;
}

.price-item-alpha.price-item-danger.featured .item-price {
  color: #dc3545;
  background: #ffffff;
}

.price-item-alpha.price-item-danger.featured .item-features li.ok .icon {
  color: #ffffff;
}

.price-item-alpha.price-item-white .item-name {
  color: #1d1d1d;
}

.price-item-alpha.price-item-white .item-price {
  background: #1d1d1d;
}

.price-item-alpha.price-item-white .item-features li.ok .icon {
  color: #1d1d1d;
}

.price-item-alpha.price-item-white.featured {
  background: #1d1d1d;
}

.price-item-alpha.price-item-white.featured .item-name {
  color: #ffffff;
}

.price-item-alpha.price-item-white.featured .item-price {
  color: #1d1d1d;
  background: #ffffff;
}

.price-item-alpha.price-item-white.featured .item-features li.ok .icon {
  color: #ffffff;
}

.price-item-beta {
  border-radius: 0.3rem;
  background: #ffffff;
  color: #1d1d1d;
}

.price-item-beta ul {
  list-style: none;
}

.price-item-beta ul li {
  list-style: none !important;
}

.price-item-beta .item-icon {
  padding-top: 1rem;
  color: #000000;
}

.price-item-beta .item-name {
  text-align: center;
  font-size: 2rem;
  padding: 16px 32px;
  color: #000000;
}

.price-item-beta .item-price {
  padding: 16px 16px;
  padding-bottom: 24px;
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0.7;
  background: rgba(0, 0, 0, 0.04);
}

.price-item-beta .item-price.highlight {
  background: #000000;
  color: #ffffff;
}

.price-item-beta .item-price .p-unit {
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 2rem;
  line-height: 1;
}

.price-item-beta .item-price .p-detail {
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 1rem;
  line-height: 1;
  margin-left: 0.5rem;
  text-align: left;
}

.price-item-beta .item-features {
  padding: 16px 32px;
  text-align: left;
  opacity: 1;
}

.price-item-beta .item-features li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  color: #1d1d1d;
  position: relative;
}

.price-item-beta .item-features li .icon {
  margin-right: 8px;
}

.price-item-beta .item-features li.ok .icon {
  color: #000000;
}

.price-item-beta .item-features li.diseabled {
  color: #8b8b8b;
}

.price-item-beta .item-features.icon-left li .icon {
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.price-item-beta .item-features p {
  opacity: 0.75;
}

.price-item-beta .item-footer {
  background: rgba(0, 0, 0, 0.04);
  padding: 8px 16px;
}

.price-item-beta.featured {
  background: #000000;
  color: #ffffff;
}

.price-item-beta.featured .item-icon {
  color: #ffffff;
}

.price-item-beta.featured .item-name {
  color: #ffffff;
}

.price-item-beta.featured .item-price {
  background: #ffffff;
  color: #000000;
}

.price-item-beta.featured .item-features li {
  color: #ffffff;
}

.price-item-beta.featured .item-features li.ok .icon {
  color: #ffffff;
}

.price-item-beta.featured .item-features li.diseabled {
  color: rgba(255, 255, 255, 0.5);
}

.price-item-beta.featured .item-footer {
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 16px;
}

.price-item-beta.shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 40px rgba(0, 0, 0, 0.1);
}

.price-item-beta.price-item-primary .item-name {
  color: #000000;
}

.price-item-beta.price-item-primary .item-price.highlight {
  background: #000000;
  color: #ffffff;
}

.price-item-beta.price-item-primary .item-features li.ok .icon {
  color: #000000;
}

.price-item-beta.price-item-primary.featured {
  background: #000000;
}

.price-item-beta.price-item-primary.featured .item-name {
  color: #ffffff;
}

.price-item-beta.price-item-primary.featured .item-price {
  color: #000000;
  background: #ffffff;
}

.price-item-beta.price-item-primary.featured .item-features li.ok .icon {
  color: #ffffff;
}

.price-item-beta.price-item-secondary .item-name {
  color: #3f4b62;
}

.price-item-beta.price-item-secondary .item-price.highlight {
  background: #3f4b62;
  color: #ffffff;
}

.price-item-beta.price-item-secondary .item-features li.ok .icon {
  color: #3f4b62;
}

.price-item-beta.price-item-secondary.featured {
  background: #3f4b62;
}

.price-item-beta.price-item-secondary.featured .item-name {
  color: #ffffff;
}

.price-item-beta.price-item-secondary.featured .item-price {
  color: #3f4b62;
  background: #ffffff;
}

.price-item-beta.price-item-secondary.featured .item-features li.ok .icon {
  color: #ffffff;
}

.price-item-beta.price-item-success .item-name {
  color: #569728;
}

.price-item-beta.price-item-success .item-price.highlight {
  background: #569728;
  color: #ffffff;
}

.price-item-beta.price-item-success .item-features li.ok .icon {
  color: #569728;
}

.price-item-beta.price-item-success.featured {
  background: #569728;
}

.price-item-beta.price-item-success.featured .item-name {
  color: #ffffff;
}

.price-item-beta.price-item-success.featured .item-price {
  color: #569728;
  background: #ffffff;
}

.price-item-beta.price-item-success.featured .item-features li.ok .icon {
  color: #ffffff;
}

.price-item-beta.price-item-danger .item-name {
  color: #dc3545;
}

.price-item-beta.price-item-danger .item-price.highlight {
  background: #dc3545;
  color: #ffffff;
}

.price-item-beta.price-item-danger .item-features li.ok .icon {
  color: #dc3545;
}

.price-item-beta.price-item-danger.featured {
  background: #dc3545;
}

.price-item-beta.price-item-danger.featured .item-name {
  color: #ffffff;
}

.price-item-beta.price-item-danger.featured .item-price {
  color: #dc3545;
  background: #ffffff;
}

.price-item-beta.price-item-danger.featured .item-features li.ok .icon {
  color: #ffffff;
}

.price-item-beta.price-item-white .item-name {
  color: #1d1d1d;
}

.price-item-beta.price-item-white .item-price.highlight {
  background: #1d1d1d;
  color: #ffffff;
}

.price-item-beta.price-item-white .item-features li.ok .icon {
  color: #1d1d1d;
}

.price-item-beta.price-item-white.featured {
  background: #1d1d1d;
}

.price-item-beta.price-item-white.featured .item-name {
  color: #ffffff;
}

.price-item-beta.price-item-white.featured .item-price {
  color: #1d1d1d;
  background: #ffffff;
}

.price-item-beta.price-item-white.featured .item-features li.ok .icon {
  color: #ffffff;
}


/* 1.4 Menu / menu-header / nav / footer*/

.page-header-alpha {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .page-header-alpha {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.menu-right .navbar-toggler {
    top: 54px;
    left: auto;
    right: 56px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.menu-right .navbar-brand {
    left: 64px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.menu-right .navbar-topmenu {
    right: 120px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.menu-left-center .navbar-toggler {
    left: 16px;
    top: 50%;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.menu-left-center .navbar-brand {
    left: 64px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.menu-right-center .navbar-toggler {
    right: 16px;
    left: auto;
    top: 50%;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.menu-right-center .navbar-brand {
    left: 64px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.topmenu-left .navbar-brand {
    left: auto;
    right: 64px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.topmenu-left .navbar-topmenu {
    right: auto;
    left: 64px;
    margin-left: -8px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.topmenu-left.menu-left .navbar-topmenu {
    right: auto;
    left: 120px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.topmenu-left.menu-right .navbar-brand {
    right: 120px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.topmenu-left.menu-right .navbar-topmenu {
    left: 64px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.topmenu-center .navbar-topmenu {
    position: fixed;
    top: 32px;
    left: 0;
    right: auto;
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-menu {
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-menu .nav-item:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-actions {
    position: fixed;
    right: 64px;
    top: 32px;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.topmenu-center.menu-right .navbar-topmenu .navbar-nav-actions {
    right: 120px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.no-menu-icon .navbar-toggler {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.no-menu-icon .navbar-brand {
    left: 64px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.no-menu-icon .navbar-topmenu {
    right: 64px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.no-menu-icon .navbar-topmenu .navbar-nav-actions {
    margin-top: 2px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.no-menu-icon.topmenu-centered .navbar-topmenu .navbar-nav-actions {
    right: 64px;
  }
}

.page-header-alpha .navbar-toggler {
  position: fixed;
  top: 8px;
  right: 16px;
  padding: 0;
  border: 0;
  z-index: 999;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.page-header-alpha .navbar-toggler:focus {
  outline: none;
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-toggler {
    top: 54px;
    margin-top: -20px;
    left: 56px;
    right: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.page-header-alpha .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: currentColor;
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-brand {
    position: fixed;
    left: 120px;
    top: 32px;
    z-index: 20;
  }
}

.page-header-alpha .navbar-brand .logo {
  position: relative;
}

.page-header-alpha .navbar-brand .logo img {
  /* height: 40px;
  width: auto; */
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-brand .logo img {
   /*  height: 48px; */
   color: #000;
  }
}

.page-header-alpha .navbar-brand .logo .light-logo {
  opacity: 1;
}

.page-header-alpha .navbar-brand .logo .dark-logo {
  position: absolute;
  margin-top: 5px;
  left: 0;
  top: 0;
  opacity: 0;
}

.page-header-alpha .navbar-brand .text {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  color: currentColor;
  font-size: 1rem;
  margin-left: 8px;
  margin-right: 8px;
}

.page-header-alpha .navbar-brand .text .line {
  display: block;
}

.page-header-alpha .navbar-brand .text .line.sub {
  font-size: 0.75rem;
}

.page-header-alpha .all-menu-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  z-index: 5;
  background: #FFF;
  top: -100%;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 48px 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-header-alpha .all-menu-wrapper.menu-visible {
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item {
    font-size: 1.5rem;
    opacity: 1;
  }
  .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a {
    opacity: 0.5;
  }
  .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a.active {
    color: currentColor;
  }
  .page-header-alpha .all-menu-wrapper .navbar-nav .nav-item a.hover {
    color: #000000;
  }
}

@media (min-width: 768px) {
  .page-header-alpha .all-menu-wrapper {
    display: block;
    position: static;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}

.page-header-alpha .navbar-topmenu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.page-header-alpha .navbar-topmenu.last {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 32px;
    right: 64px;
    z-index: 10;
  }
  .page-header-alpha .navbar-topmenu.last {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-actions {
    margin-left: 16px;
  }
}

.page-header-alpha .navbar-topmenu .navbar-nav-actions .nav-item {
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-actions .nav-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
  }
}

.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item {
  margin-top: 5px;
  font-family: "Segoe UI", "Proxima Nova", "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item {
    line-height: 1;
    font-size: 1rem;
    position: relative;
  }
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item.bordered {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
  }
}

.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item a {
  color: currentColor;
  opacity: 0.5;
}

.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item a:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item a {
    padding: 8px 16px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item:first-child {
    border-left: none;
  }
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item:last-child {
    margin-right: -16px;
  }
}

.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item.active a {
  color: currentColor;
  opacity: 1;
}

.page-header-alpha .navbar-nav-actions {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.page-header-alpha .navbar-sidebarmenu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-sidebarmenu {
    position: fixed;
    z-index: 9;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-left: 12.5%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-sidebarmenu .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-header-alpha .navbar-sidebarmenu .nav-item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-sidebarmenu .nav-item {
    line-height: 1;
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .page-header-alpha .navbar-sidebarmenu .nav-item {
    line-height: 0.8;
    font-size: 6rem;
  }
}

.page-header-alpha .navbar-sidebarmenu .nav-item a {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-header-alpha .navbar-sidebarmenu .nav-item a:hover {
  color: #000000;
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-sidebarmenu .nav-item {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-sidebarmenu .nav-item:nth-child(1) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .page-header-alpha .navbar-sidebarmenu .nav-item:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .page-header-alpha .navbar-sidebarmenu .nav-item:nth-child(3) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .page-header-alpha .navbar-sidebarmenu .nav-item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .page-header-alpha .navbar-sidebarmenu .nav-item:nth-child(5) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .page-header-alpha .navbar-sidebarmenu .nav-item:nth-child(6) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .page-header-alpha .navbar-sidebarmenu .nav-item:nth-child(7) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }
  .page-header-alpha .navbar-sidebarmenu .nav-item:nth-child(8) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .page-header-alpha .navbar-sidebarmenu .nav-item:nth-child(9) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
  }
  .page-header-alpha .navbar-sidebarmenu .nav-item:nth-child(10) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
}

@media (min-width: 768px) {
  .page-header-alpha .all-menu-wrapper.menu-visible .navbar-sidebarmenu {
    left: 0;
    -webkit-transform: none;
    transform: none;
    visibility: visible;
  }
  .page-header-alpha .all-menu-wrapper.menu-visible .navbar-sidebarmenu .nav-item {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .page-header-alpha .navbar-topmenu:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.scrolled .navbar-brand {
    top: 8px;
    top: 10px;
  }
  .page-header-alpha.scrolled .navbar-brand .logo .light-logo {
    opacity: 0;
  }
  .page-header-alpha.scrolled .navbar-brand .logo .dark-logo {
    opacity: 1;
  }
  .page-header-alpha.scrolled .navbar-topmenu {
    top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .page-header-alpha.scrolled .navbar-topmenu .navbar-nav-actions {
    top: 9px;
    top: 11px;
  }
  .page-header-alpha.scrolled .navbar-topmenu:before {
    height: 64px;
    background: #1d1d1d;
  }
  .page-header-alpha.scrolled .navbar-topmenu:after {
    height: 4px;
  }
  .page-header-alpha.scrolled .navbar-toggler {
    top: 32px;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.scrolled.scrolled-primary .navbar-topmenu:before {
    background-color: #000000;
    border-top: 4px solid #ffffff;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.scrolled.scrolled-secondary .navbar-topmenu:before {
    background-color: #3f4b62;
    border-top: 4px solid #ffffff;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.scrolled.scrolled-success .navbar-topmenu:before {
    background-color: #569728;
    border-top: 4px solid #ffffff;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.scrolled.scrolled-danger .navbar-topmenu:before {
    background-color: #dc3545;
    border-top: 4px solid #ffffff;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.scrolled.scrolled-white {
    color: #1d1d1d;
  }
  .page-header-alpha.scrolled.scrolled-white .navbar-topmenu:before {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.25);
  }
  .page-header-alpha.scrolled.scrolled-white .navbar-topmenu:after {
    background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#ff635d));
    background-image: linear-gradient(to left, #000000, #ff635d);
  }
  .page-header-alpha.scrolled.scrolled-white .navbar-topmenu .navbar-nav-menu .nav-item.bordered {
    border-left: 2px solid rgba(29, 29, 29, 0.2);
  }
  .page-header-alpha.scrolled.scrolled-white .menu-icon .bars .bar1,
  .page-header-alpha.scrolled.scrolled-white .menu-icon .bars .bar2,
  .page-header-alpha.scrolled.scrolled-white .menu-icon .bars .bar3 {
    background: #1d1d1d;
  }
  .page-header-alpha.scrolled.scrolled-white .btn-outline-white {
    color: #000000;
    border-color: currentColor;
  }
}

@media (min-width: 768px) {
  .page-header-alpha.scrolled.scrolled-primary .navbar-topmenu:before {
    background: transparent;
    background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#ff635d));
    background-image: linear-gradient(to left, #000000, #ff635d);
    border-top: 4px solid #ffffff;
    -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.25);
  }
}

.menu-icon {
  height: 40px;
  width: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  position: relative;
  background: #ffffff;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .menu-icon {
    background: none;
  }
}

.menu-icon:after {
  display: none;
}

.menu-icon .text {
  position: absolute;
  text-align: left;
  top: 13px;
  line-height: 1;
  right: 100%;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .menu-icon .text {
    top: -100%;
    right: auto;
    left: -20%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.menu-icon .text.hide-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.menu-icon .text.show-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.menu-icon .bars {
  display: block;
  margin: auto;
  margin-top: 13px;
  width: 24px;
}

.menu-icon .bars .bar1,
.menu-icon .bars .bar2,
.menu-icon .bars .bar3 {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  margin-bottom: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000000;
}

@media (min-width: 768px) {
  .menu-icon .bars .bar1,
  .menu-icon .bars .bar2,
  .menu-icon .bars .bar3 {
    background: #ffffff;
  }
}

.menu-icon .bars .bar3 {
  width: 16px;
}

.menu-icon.menu-icon-dot .bars {
  width: 6px;
  margin-top: 9px;
}

.menu-icon.menu-icon-dot .bars .bar1,
.menu-icon.menu-icon-dot .bars .bar2,
.menu-icon.menu-icon-dot .bars .bar3 {
  height: 6px;
  width: 100%;
  background: #ffffff;
  margin-bottom: 4px;
  border-radius: 20px;
}

.menu-icon.menu-visible .text.show-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.menu-icon.menu-visible .text.hide-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.menu-icon.menu-visible .bars {
  width: 24px;
  margin-top: 13px;
}

.menu-icon.menu-visible .bars .bar1,
.menu-icon.menu-visible .bars .bar2,
.menu-icon.menu-visible .bars .bar3 {
  height: 2px;
  width: 100%;
  margin-bottom: 4px;
  border-radius: 0;
}

.menu-icon.menu-visible .bars .bar1 {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 24px;
}

.menu-icon.menu-visible .bars .bar3 {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 24px;
}

.menu-icon.menu-visible .bars .bar2 {
  width: 0px;
}

.footer.footer-alpha {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer.footer-alpha ul,
.footer.footer-alpha li {
  list-style: none;
}

.footer.footer-alpha ul {
  padding: 0;
}

.footer.footer-alpha .footer-nav .navbar-brand {
  color: inherit;
  margin-bottom: 1rem;
  margin-right: 0;
}

@media (min-width: 768px) {
  .footer.footer-alpha .footer-nav .navbar-brand {
    margin-bottom: 0.5rem;
  }
}

.footer.footer-alpha .footer-nav .navbar-brand img {
  height: 48px;
  width: auto;
  margin-right: 0.5rem;
}

.footer.footer-alpha .footer-nav .navbar-brand .text {
  display: inline;
  margin-bottom: 0;
  vertical-align: middle;
}

.footer.footer-alpha .footer-nav .nav-container {
  display: block;
}

.footer.footer-alpha .footer-nav .navbar-nav {
  display: block;
  margin-left: -1rem;
  margin-right: -1rem;
}

.footer.footer-alpha .footer-nav .navbar-nav .nav-item {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 768px) {
  .footer.footer-alpha .footer-nav .navbar-nav .nav-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.footer.footer-alpha .footer-nav .navbar-nav a {
  color: inherit;
}

.footer.footer-alpha .footer-nav .navbar-nav a:hover {
  text-decoration: none;
  color: #000000;
}

.footer.footer-alpha .social-icons {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer.footer-alpha .socials-nav {
  display: block;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.footer.footer-alpha .socials-nav li {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 768px) {
  .footer.footer-alpha .socials-nav li {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.footer.footer-alpha .socials-nav a {
  display: inline-block;
  color: inherit;
}

.footer.footer-alpha .socials-nav a:hover {
  text-decoration: none;
  color: #000000;
}

.footer.footer-alpha .socials-nav .icon {
  font-size: 24px;
}

.footer.footer-alpha .footer-note {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
}

.footer.footer-page {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer.footer-page ul,
.footer.footer-page li {
  list-style: none;
}

.footer.footer-page .footer-nav .navbar-brand {
  color: inherit;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .footer.footer-page .footer-nav .navbar-brand {
    margin-bottom: 0;
  }
}

.footer.footer-page .footer-nav .navbar-brand img {
  height: 48px;
  width: auto;
  margin-right: 0.5rem;
}

.footer.footer-page .footer-nav .navbar-brand .text {
  display: inline;
  margin-bottom: 0;
  vertical-align: middle;
}

.footer.footer-page .footer-nav .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
}

@media (min-width: 768px) {
  .footer.footer-page .footer-nav .nav-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
}

.footer.footer-page .footer-nav .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
}

.footer.footer-page .footer-nav .navbar-nav .nav-item {
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .footer.footer-page .footer-nav .navbar-nav .nav-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0;
    padding-left: 2rem;
  }
}

.footer.footer-page .footer-nav .navbar-nav a {
  color: inherit;
}

.footer.footer-page .footer-nav .navbar-nav a:hover {
  text-decoration: none;
  color: #000000;
}

.footer.footer-page .footer-block .social-form {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer.footer-page .footer-block .social-form .title {
  font-size: 1rem;
  font-weight: bold;
}

.footer.footer-page .footer-block .social-form .email-ok {
  position: absolute;
}

.footer.footer-page .footer-block .social-form .form-group {
  width: 100%;
}

@media (min-width: 576px) {
  .footer.footer-page .footer-block .social-form .form-group {
    width: auto;
  }
}

.footer.footer-page .footer-block .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 1rem;
}

.footer.footer-page .footer-block .socials-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer.footer-page .footer-block .socials-nav a {
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  color: inherit;
}

.footer.footer-page .footer-block .socials-nav a:hover {
  text-decoration: none;
  color: #000000;
}

.footer.footer-page .footer-block .socials-nav .icon {
  font-size: 24px;
}

.footer.footer-page .footer-note {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
}


/* 1.5 . Additional UI */


/* a. Page cover */

.page-cover {
  width: 100%;
  position: fixed;
  height: 120%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.page-cover .cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  Page cover background image,color */
  z-index: -1;
}

.page-cover .cover-bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-cover .cover-bg.bg-color {
  /* Page cover  background mask */
  background-image: none;
  z-index: -1;
}

.page-cover .cover-bg.cover-bg-mask {
  background: rgba(0, 0, 0, 0.12);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.page-cover .bg-blur-0 {
  -webkit-filter: none;
  filter: none;
}

.page-cover .bg-blur-1 {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.page-cover .bg-blur-1 {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.page-cover .bg-blur-2 {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.page-cover .bg-blur-3 {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.page-cover .bg-blur-4 {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.page-cover .bg-blur-5 {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.page-cover .bg-blur-6 {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.page-cover .bg-blur-7 {
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

.page-cover .bg-blur-8 {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.page-cover .bg-blur-9 {
  -webkit-filter: blur(9px);
  filter: blur(9px);
}

.page-cover .bg-blur-10 {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.page-cover .vegas-timer {
  /* background slide */
  display: none;
}

.page-cover .bg-line {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  display: none;
}

@media (min-width: 601px) {
  .page-cover .bg-line {
    display: block;
  }
}

.page-cover .bg-line:before {
  content: "";
  position: absolute;
  width: 50%;
  left: 25%;
  top: 0;
  height: 100%;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
}

.page-cover .bg-line:after {
  content: "";
  position: absolute;
  width: 50%;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px solid #fff;
  margin-left: -1px;
}

.page-cover #particles-js {
  /*  particles.js container */
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.page-cover .video-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-cover .video-container video {
  height: 724px;
  width: 1287px;
  margin-top: -42px;
  margin-left: 0px;
}

.page-cover .video-container iframe {
  width: 120%;
  height: 120%;
  margin-left: -10%;
  margin-top: -2%;
}


/* 2 Page header / .page-header */


/* 3 Page footer / page-footer */

.page-footer .footer-left,
.page-footer .footer-right {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-footer .footer-left {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 10;
}

@media (min-width: 768px) {
  .page-footer .footer-left {
    left: 64px;
  }
}

.page-footer .footer-left p {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.page-footer .footer-left p .marked {
  font-weight: bold;
}

.page-footer .footer-right {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 10;
}

@media (min-width: 768px) {
  .page-footer .footer-right {
    right: 64px;
  }
}

.page-footer .footer-right .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: -8px;
}

.page-footer .footer-right .social a {
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}

.page-footer .footer-right .social a:hover {
  color: #ffffff;
}

.page-footer .footer-right .social .icon {
  font-size: 24px;
}

.page-footer.scrolled .footer-left,
.page-footer.scrolled .footer-right {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}


/* 4 Pages */


/* 4.1 Default settings .page-main */

.page-main {
  min-height: 100%;
}

body.body-black {
  background-color: #1d1d1d;
  color: #ffffff;
}


/* 4.2 Default settings .page-fullpage */


/* 4.3 Default settings .page-post */


/* 5 Sections */


/* 5.1 Default layout settings */

.section {
  position: relative;
}

.section-cover-half-left {
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #1d1d1d;
  background-size: cover;
  background-position: center;
}

@media (min-width: 576px) {
  .section-cover-half-left {
    position: absolute;
    width: 50%;
  }
}

.section-cover-half-left.mask-black:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.section-cover-full {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #1d1d1d;
  background-size: cover;
  background-position: center;
}

.section-cover-full.mask-black:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.cover-bottom {
  background: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.cover-content {
  position: relative;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 64px 16px;
}

@media (min-width: 576px) {
  .cover-content {
    padding-left: 64px;
    padding-bottom: 64px;
    padding-right: 40px;
  }
}

.cover-content p:last-child {
  margin-bottom: 0;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-1 {
  opacity: 0.1;
}

.scrolldown {
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  margin-bottom: 16px;
  left: 50%;
  font-family: "Segoe UI", "Proxima Nova", "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  z-index: 2;
  background: transparent;
}

@media (max-width: 600px) {
  .scrolldown {
    display: none;
  }
}

.scrolldown a {
  margin-left: 0;
  position: relative;
  display: block;
  font-size: 0.75rem;
  font-family: "Segoe UI", "Proxima Nova", "Open Sans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  line-height: 1;
  padding: 8px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.2);
  background: transparent;
  border: none;
}

.scrolldown a .txt {
  position: absolute;
  width: 200px;
  text-align: center;
  left: -100px;
  top: 0;
}

.scrolldown a:after {
  position: absolute;
  content: "";
  bottom: 30px;
  right: 0;
  height: 34px;
  width: 18px;
  margin-right: 9px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scrolldown a:before {
  position: absolute;
  content: "";
  bottom: 54px;
  right: 0;
  height: 4px;
  width: 4px;
  margin-right: 16px;
  border-radius: 40px;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scrolldown a:hover {
  color: #ffffff;
}

.scrolldown a:hover:before {
  bottom: 38px;
  background: #ffffff;
}

@media (min-width: 576px) {
  .btns-action {
    margin-left: -2px;
    margin-right: -2px;
  }
}

.btns-action .btn {
  margin-bottom: 8px;
}

@media (min-width: 576px) {
  .btns-action .btn {
    min-width: 132px;
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }
}

.section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.bg-bright {
  color: #1d1d1d;
}

.section.bg-bright .section-title h2 {
  color: #000000;
}

.section.bg-bright p,
.section.bg-bright ul {
  color: rgba(29, 29, 29, 0.65);
}

.section p,
.section ul {
  color: rgba(255, 255, 255, 0.75);
}

.section .padding-top {
  padding-top: 32px;
}

@media (min-width: 768px) {
  .section .padding-top {
    padding-top: 64px;
  }
}

@media (min-width: 992px) {
  .section .padding-top {
    padding-top: 80px;
  }
}

.section .padding-bottom {
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .section .padding-bottom {
    padding-bottom: 64px;
  }
}

@media (min-width: 992px) {
  .section .padding-bottom {
    padding-bottom: 80px;
  }
}

.section .slide {
  width: 100%;
}

.section .section-wrapper {
  width: 100%;
  max-width: 1020px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (min-width: 768px) {
  .section .section-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1600px) {
  .section .section-wrapper {
    max-width: 1200px;
  }
}

.section .section-wrapper.fullwidth {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1600px) {
  .section .section-wrapper.fullwidth {
    max-width: none;
  }
}

.section .section-wrapper .btns-action {
  text-align: center;
}

@media (min-width: 768px) {
  .section .section-wrapper .btns-action {
    text-align: inherit;
  }
}

.section .section-wrapper .btns-action .btn {
  min-width: 67%;
}

@media (min-width: 768px) {
  .section .section-wrapper .btns-action .btn {
    min-width: 144px;
  }
}

.section-title {
  max-width: 512px;
  margin: 0 auto;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .section-title {
    margin-bottom: 32px;
  }
}

.section-title.title-large {
  max-width: 720px;
}

.section-title .title-icon {
  text-align: center;
}

.section-title .title-icon .icon {
  display: inline-block;
  font-size: 64px;
  line-height: 1;
}

.section-title .title-icon .icon .icon-img {
  width: 48px;
  height: 48px;
}

@media (min-width: 768px) {
  .section-content.reduced {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-content .title-desc {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .section-content .title-desc.reduced {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-content .illustr img {
  width: 100%;
}

.section-content .illustr img.portrait {
  max-height: 66vh;
  width: auto;
}

.section-content .illustr-legend {
  position: relative;
}

.section-content .illustr-legend img,
.section-content .illustr-legend .img {
  width: 50%;
  max-width: 480px;
}

.section-content .illustr-legend .legend {
  text-align: left;
}

@media (min-width: 768px) {
  .section-content .illustr-legend .legend {
    position: absolute;
    left: 75%;
    width: 25%;
    top: 10%;
  }
}

.section-content .illustr-legend .legend hr {
  width: 50%;
  margin: 0.25rem 0;
  border-top: 2px solid #000000;
}

.section-content .illustr-legend .legend h4 {
  font-weight: bold;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .section-content .illustr-legend .legend.legend-left {
    left: 0%;
  }
}

.section-content .illustr-legend .legend.text-right hr {
  margin-left: 50%;
}

.section-content .illustr-center {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-content .illustr-center .img,
.section-content .illustr-center img {
  width: 100%;
}

.section-content img.logo {
  height: 96px;
  margin: 0.75rem 0;
}

@media (min-width: 576px) {
  .section-content img.logo {
    height: 128px;
  }
}

@media (min-width: 768px) {
  .section-content img.logo {
    height: 160px;
  }
}

.section-content .dash-sep {
  display: inline-block;
  content: "";
  border-bottom: currentColor 2px solid;
  width: 1.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  height: 1px;
  vertical-align: middle;
}

.section-content hr {
  width: 50%;
  margin: 0.25rem 0;
  border-top: 2px solid #000000;
}

.section-content h4 {
  display: inline-block;
}

.section-content h4 strong {
  color: #000000;
}

.section-content ul {
  padding-left: 1rem;
}

.section-content ul li {
  list-style: disc;
}

.section-content ul.list-primary {
  padding-left: 0;
}

.section-content ul.list-primary>li {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
}

.section-content ul.list-primary>li:before {
  position: absolute;
  border-radius: 2rem;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.35em;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1;
  color: #000000;
  border: 1px solid currentColor;
  content: "\f122";
  font-family: "Ionicons";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-content ul.list-secondary {
  padding-left: 0;
}

.section-content ul.list-secondary>li {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
}

.section-content ul.list-secondary>li:before {
  position: absolute;
  border-radius: 2rem;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.35em;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1;
  color: #3f4b62;
  border: 1px solid currentColor;
  content: "\f122";
  font-family: "Ionicons";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-content ul.list-success {
  padding-left: 0;
}

.section-content ul.list-success>li {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
}

.section-content ul.list-success>li:before {
  position: absolute;
  border-radius: 2rem;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.35em;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1;
  color: #569728;
  border: 1px solid currentColor;
  content: "\f122";
  font-family: "Ionicons";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-content ul.list-danger {
  padding-left: 0;
}

.section-content ul.list-danger>li {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
}

.section-content ul.list-danger>li:before {
  position: absolute;
  border-radius: 2rem;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.35em;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1;
  color: #dc3545;
  border: 1px solid currentColor;
  content: "\f122";
  font-family: "Ionicons";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-content ul.list-white {
  padding-left: 0;
}

.section-content ul.list-white>li {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
}

.section-content ul.list-white>li:before {
  position: absolute;
  border-radius: 2rem;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.35em;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  border: 1px solid currentColor;
  content: "\f122";
  font-family: "Ionicons";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-content h2.border-primary,
.section-content h3.border-primary,
.section-content h4.border-primary,
.section-content h5.border-primary,
.section-content p.border-primary {
  position: relative;
  padding-left: 1.5em;
}

.section-content h2.border-primary:before,
.section-content h3.border-primary:before,
.section-content h4.border-primary:before,
.section-content h5.border-primary:before,
.section-content p.border-primary:before {
  position: absolute;
  border-top: 2px solid #000000;
  width: 1em;
  height: 0;
  left: 0;
  top: 0.5em;
  content: "";
}

.section-content h2.border-secondary,
.section-content h3.border-secondary,
.section-content h4.border-secondary,
.section-content h5.border-secondary,
.section-content p.border-secondary {
  position: relative;
  padding-left: 1.5em;
}

.section-content h2.border-secondary:before,
.section-content h3.border-secondary:before,
.section-content h4.border-secondary:before,
.section-content h5.border-secondary:before,
.section-content p.border-secondary:before {
  position: absolute;
  border-top: 2px solid #3f4b62;
  width: 1em;
  height: 0;
  left: 0;
  top: 0.5em;
  content: "";
}

.section-content h2.border-success,
.section-content h3.border-success,
.section-content h4.border-success,
.section-content h5.border-success,
.section-content p.border-success {
  position: relative;
  padding-left: 1.5em;
}

.section-content h2.border-success:before,
.section-content h3.border-success:before,
.section-content h4.border-success:before,
.section-content h5.border-success:before,
.section-content p.border-success:before {
  position: absolute;
  border-top: 2px solid #569728;
  width: 1em;
  height: 0;
  left: 0;
  top: 0.5em;
  content: "";
}

.section-content h2.border-danger,
.section-content h3.border-danger,
.section-content h4.border-danger,
.section-content h5.border-danger,
.section-content p.border-danger {
  position: relative;
  padding-left: 1.5em;
}

.section-content h2.border-danger:before,
.section-content h3.border-danger:before,
.section-content h4.border-danger:before,
.section-content h5.border-danger:before,
.section-content p.border-danger:before {
  position: absolute;
  border-top: 2px solid #dc3545;
  width: 1em;
  height: 0;
  left: 0;
  top: 0.5em;
  content: "";
}

.section-content h2.border-white,
.section-content h3.border-white,
.section-content h4.border-white,
.section-content h5.border-white,
.section-content p.border-white {
  position: relative;
  padding-left: 1.5em;
}

.section-content h2.border-white:before,
.section-content h3.border-white:before,
.section-content h4.border-white:before,
.section-content h5.border-white:before,
.section-content p.border-white:before {
  position: absolute;
  border-top: 2px solid #ffffff;
  width: 1em;
  height: 0;
  left: 0;
  top: 0.5em;
  content: "";
}

.row .align-self-end .section-content .title-desc {
  margin-bottom: 0;
}

.row .align-self-end .section-content p:last-child {
  margin-bottom: 0;
}


/* 5.2 Home section layout */

.section-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-home .margin-out-illustr {
  margin-bottom: -120px;
  z-index: 1;
}

.section-home .section-wrapper {
  width: 100%;
  max-width: 720px;
  text-align: center;
}

.section-home .section-wrapper.twoside {
  text-align: left;
  max-width: 1020px;
}

@media (min-width: 1600px) {
  .section-home .section-wrapper.twoside {
    max-width: 1200px;
  }
}

.section-home .section-wrapper .fit-screen-sm {
  min-height: 512px;
}

@media (min-width: 768px) {
  .section-home .section-wrapper .fit-screen-sm {
    min-height: auto;
  }
}

.section-home .section-wrapper.padding-top {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .section-home .section-wrapper.padding-top {
    padding-top: 160px;
  }
}

.section-home .section-wrapper.home-padding {
  padding: 40px 16px;
}

@media (min-width: 768px) {
  .section-home .section-wrapper.home-padding {
    padding: 96px 0;
  }
}

.section-home .section-content .title-desc {
  margin-bottom: 2rem;
}

.section-home .section-content .illustr img {
  width: 100%;
}

.section-home .section-content .illustr img.portrait {
  max-height: 400px;
  width: auto;
}

@media (min-width: 768px) {
  .section-home .section-content .illustr img.portrait {
    max-height: 66vh;
    width: auto;
  }
}

.section-home .section-content img.logo {
  height: 96px;
  margin: 0.75rem 0;
}

@media (min-width: 576px) {
  .section-home .section-content img.logo {
    height: 128px;
  }
}

@media (min-width: 768px) {
  .section-home .section-content img.logo {
    height: 160px;
  }
}


/* 5.3 Section list / .section-list */

.section-list .item {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-list .item:first-child {
  margin-bottom: 0;
}

.section-list .item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .section-list .item>.order-md-1 {
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .section-list .item>.order-md-2 {
    padding-left: 40px;
  }
}

.section-twoside .item {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-twoside .item:first-child {
  margin-bottom: 0;
}

.section-twoside .item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .section-twoside .item>.order-md-1 {
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .section-twoside .item>.order-md-2 {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .twoside.superposed .margin-up {
    margin-top: -4rem;
  }
  .twoside.superposed .margin-down {
    margin-top: 4rem;
  }
  .twoside.superposed .superposed-bottom {
    position: relative;
    z-index: 0;
    padding: 0;
  }
  .twoside.superposed .superposed-top {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .twoside.superposed .superposed-left {
    margin-left: 2rem;
    margin-right: -2rem;
  }
  .twoside.superposed .superposed-left>.section-content>.jumbotron {
    padding-left: 4rem;
    padding-right: 6rem;
  }
  .twoside.superposed .superposed-left.superposed-top>.section-content>.jumbotron {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .twoside.superposed .superposed-right {
    margin-left: -2rem;
  }
  .twoside.superposed .superposed-right>.section-content>.jumbotron {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .twoside.superposed .superposed-right.superposed-bottom>.section-content>.jumbotron {
    padding-left: 6rem;
    padding-right: 4rem;
  }
  .twoside.superposed .section-content>.jumbotron .container {
    padding: 0;
  }
}


/* 6. Helper classes / Responsiveness */


/* 6.1 Helper classes */


/*
 * Layout position
 */

.pos-abs {
  position: absolute;
}

.pos-rel {
  position: relative;
}


/* Flexbox centered elements */

.center-vh {
  /* width needed for Firefox */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-v {
  /* width needed for Firefox */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-h {
  /* width needed for Firefox */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/* Table block centered elements */

.table {
  display: table;
  height: inherit;
  margin: auto;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}


/*
 *Layout size
  */

.fullscreen {
  width: 100%;
  min-height: 100vh;
}

@media (min-width: 576px) {
  .fullscreen-md {
    width: 100%;
    min-height: 100vh;
  }
}

@media (min-width: 768px) {
  .fullscreen-lg {
    width: 100%;
    min-height: 100vh;
  }
}

.fullscreen-position {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fullheight {
  min-height: 100vh;
}

@media (max-width: 767px) {
  .fullheight-sm-only {
    min-height: 100vh;
  }
}

.fullwidth {
  width: 100%;
}

@media (max-width: 767px) {
  .plr-sm-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (max-width: 767px) {
  .plr-sm-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  .row-mlr-sm-4 {
    margin-left: -4px;
    margin-right: -4px;
  }
}

@media (max-width: 767px) {
  .row-mlr-sm-8 {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media (max-width: 767px) {
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
}

.line-block {
  display: block;
}

.inline-block {
  display: inline-block;
}


/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 575px) {
  .hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 575px) {
  .hidden-md {
    display: none !important;
    visibility: hidden;
  }
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

.bg-primary {
  background-color: #000000 !important;
}

.bg-secondary {
  background-color: #3f4b62 !important;
}

.bg-light-gray {
  background-color: #e1e1e1 !important;
}

.bg-white-gray {
  background-color: #f1f2f7 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: #1d1d1d !important;
}

.bg-triangle-primary {
  position: relative;
  padding-bottom: 100px;
}

.bg-triangle-primary:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(-3deg) translateY(50%);
  transform: skewY(-3deg) translateY(50%);
}

.bg-triangle-inverse-primary {
  position: relative;
  padding-bottom: 100px;
}

.bg-triangle-inverse-primary:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(3deg) translateY(50%);
  transform: skewY(3deg) translateY(50%);
}

.bg-triangle-top-primary {
  position: relative;
  padding-top: 100px;
}

.bg-triangle-top-primary:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(-3deg) translateY(-50%);
  transform: skewY(-3deg) translateY(-50%);
}

.bg-triangle-inverse-top-primary {
  position: relative;
  padding-top: 100px;
}

.bg-triangle-inverse-top-primary:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(3deg) translateY(-50%);
  transform: skewY(3deg) translateY(-50%);
}

.bg-triangle-secondary {
  position: relative;
  padding-bottom: 100px;
}

.bg-triangle-secondary:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #3f4b62;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(-3deg) translateY(50%);
  transform: skewY(-3deg) translateY(50%);
}

.bg-triangle-inverse-secondary {
  position: relative;
  padding-bottom: 100px;
}

.bg-triangle-inverse-secondary:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #3f4b62;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(3deg) translateY(50%);
  transform: skewY(3deg) translateY(50%);
}

.bg-triangle-top-secondary {
  position: relative;
  padding-top: 100px;
}

.bg-triangle-top-secondary:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #3f4b62;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(-3deg) translateY(-50%);
  transform: skewY(-3deg) translateY(-50%);
}

.bg-triangle-inverse-top-secondary {
  position: relative;
  padding-top: 100px;
}

.bg-triangle-inverse-top-secondary:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #3f4b62;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(3deg) translateY(-50%);
  transform: skewY(3deg) translateY(-50%);
}

.bg-triangle-light-gray {
  position: relative;
  padding-bottom: 100px;
}

.bg-triangle-light-gray:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(-3deg) translateY(50%);
  transform: skewY(-3deg) translateY(50%);
}

.bg-triangle-inverse-light-gray {
  position: relative;
  padding-bottom: 100px;
}

.bg-triangle-inverse-light-gray:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(3deg) translateY(50%);
  transform: skewY(3deg) translateY(50%);
}

.bg-triangle-top-light-gray {
  position: relative;
  padding-top: 100px;
}

.bg-triangle-top-light-gray:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(-3deg) translateY(-50%);
  transform: skewY(-3deg) translateY(-50%);
}

.bg-triangle-inverse-top-light-gray {
  position: relative;
  padding-top: 100px;
}

.bg-triangle-inverse-top-light-gray:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(3deg) translateY(-50%);
  transform: skewY(3deg) translateY(-50%);
}

.bg-triangle-white-gray {
  position: relative;
  padding-bottom: 100px;
}

.bg-triangle-white-gray:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #f1f2f7;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(-3deg) translateY(50%);
  transform: skewY(-3deg) translateY(50%);
}

.bg-triangle-inverse-white-gray {
  position: relative;
  padding-bottom: 100px;
}

.bg-triangle-inverse-white-gray:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #f1f2f7;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(3deg) translateY(50%);
  transform: skewY(3deg) translateY(50%);
}

.bg-triangle-top-white-gray {
  position: relative;
  padding-top: 100px;
}

.bg-triangle-top-white-gray:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #f1f2f7;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(-3deg) translateY(-50%);
  transform: skewY(-3deg) translateY(-50%);
}

.bg-triangle-inverse-top-white-gray {
  position: relative;
  padding-top: 100px;
}

.bg-triangle-inverse-top-white-gray:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #f1f2f7;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(3deg) translateY(-50%);
  transform: skewY(3deg) translateY(-50%);
}

.bg-triangle-white {
  position: relative;
  padding-bottom: 100px;
}

.bg-triangle-white:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(-3deg) translateY(50%);
  transform: skewY(-3deg) translateY(50%);
}

.bg-triangle-inverse-white {
  position: relative;
  padding-bottom: 100px;
}

.bg-triangle-inverse-white:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(3deg) translateY(50%);
  transform: skewY(3deg) translateY(50%);
}

.bg-triangle-top-white {
  position: relative;
  padding-top: 100px;
}

.bg-triangle-top-white:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(-3deg) translateY(-50%);
  transform: skewY(-3deg) translateY(-50%);
}

.bg-triangle-inverse-top-white {
  position: relative;
  padding-top: 100px;
}

.bg-triangle-inverse-top-white:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(3deg) translateY(-50%);
  transform: skewY(3deg) translateY(-50%);
}

.bg-triangle-black {
  position: relative;
  padding-bottom: 100px;
}

.bg-triangle-black:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #1d1d1d;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(-3deg) translateY(50%);
  transform: skewY(-3deg) translateY(50%);
}

.bg-triangle-inverse-black {
  position: relative;
  padding-bottom: 100px;
}

.bg-triangle-inverse-black:after {
  content: "";
  height: 120px;
  width: 100%;
  background: #1d1d1d;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewY(3deg) translateY(50%);
  transform: skewY(3deg) translateY(50%);
}

.bg-triangle-top-black {
  position: relative;
  padding-top: 100px;
}

.bg-triangle-top-black:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #1d1d1d;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(-3deg) translateY(-50%);
  transform: skewY(-3deg) translateY(-50%);
}

.bg-triangle-inverse-top-black {
  position: relative;
  padding-top: 100px;
}

.bg-triangle-inverse-top-black:before {
  content: "";
  height: 120px;
  width: 100%;
  background: #1d1d1d;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(3deg) translateY(-50%);
  transform: skewY(3deg) translateY(-50%);
}

.mask-primary:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(209, 51, 91, 0.5);
}

.mask-secondary:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 75, 98, 0.5);
}

.mask-light-gray:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.5);
}

.mask-white-gray:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(241, 242, 247, 0.5);
}

.mask-white:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.mask-black:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.bg-gradient-primary {
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#ff635d));
  background-image: linear-gradient(to left, #000000, #ff635d);
}

.bg-gradient-secondary {
  background-image: -webkit-gradient(linear, right top, left top, from(#3f4b62), to(#935f86));
  background-image: linear-gradient(to left, #3f4b62, #935f86);
}

.bg-gradient-purple {
  background-image: -webkit-gradient(linear, right top, left top, from(#037FD5), to(#8A3ED5));
  background-image: linear-gradient(to left, #037FD5, #8A3ED5);
}

.bg-gradient-aqua {
  background-image: -webkit-gradient(linear, right top, left top, from(#037FD5), to(#2ED662));
  background-image: linear-gradient(to left, #037FD5, #2ED662);
}

.bg-gradient-blue {
  background-image: -webkit-gradient(linear, right top, left top, from(#037FD5), to(#03c5d5));
  background-image: linear-gradient(to left, #037FD5, #03c5d5);
}

.bg-gradient-bluered {
  background-image: -webkit-gradient(linear, right top, left top, from(#037FD5), to(#dc3545));
  background-image: linear-gradient(to left, #037FD5, #dc3545);
}

.bg-gradient-green {
  background-image: -webkit-gradient(linear, right top, left top, from(#2ED662), to(#FFDA2E));
  background-image: linear-gradient(to left, #2ED662, #FFDA2E);
}

.bg-gradient-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#FF9947), to(#FFDA2E));
  background-image: linear-gradient(to left, #FF9947, #FFDA2E);
}

.bg-gradient-red {
  background-image: -webkit-gradient(linear, right top, left top, from(#dc3545), to(#FF9947));
  background-image: linear-gradient(to left, #dc3545, #FF9947);
}

.bg-gradient-black {
  background-image: -webkit-gradient(linear, right top, left top, from(#1d1d1d), to(#505050));
  background-image: linear-gradient(to left, #1d1d1d, #505050);
}

.t-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-nowrap {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .mt-40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .mb-40 {
    margin-bottom: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .mt-80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 768px) {
  .mt-160 {
    margin-top: 80px !important;
  }
}

@media (min-width: 992px) {
  .mt-160 {
    margin-top: 160px !important;
  }
}


/* 6.2 Helper classes */

.display-1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 768px) {
  .display-1 {
    font-size: 6rem;
  }
}

.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .display-2 {
    font-size: 5.5rem;
  }
}

.display-3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .display-3 {
    font-size: 4.5rem;
  }
}

.display-4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .display-5 {
    font-size: 3rem;
  }
}

.icon-1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 768px) {
  .icon-1 {
    font-size: 6rem;
  }
}

.icon-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .icon-2 {
    font-size: 5.5rem;
  }
}

.icon-3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .icon-3 {
    font-size: 4.5rem;
  }
}

.icon-4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .icon-4 {
    font-size: 3.5rem;
  }
}

.icon-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 768px) {
  .icon-5 {
    font-size: 2.5rem;
  }
}

@media (max-width: 575px) {
  .text-right-sm {
    text-align: right !important;
  }
}

@media (max-width: 575px) {
  .text-left-sm {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .text-center-sm {
    text-align: center !important;
  }
}

.strong,
strong {
  font-weight: bold;
}

.condensed {
  font-family: "Bebas Neue", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.text-gradient-primary {
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#ff635d));
  background-image: linear-gradient(to left, #000000, #ff635d);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.text-gradient-secondary {
  background-image: -webkit-gradient(linear, right top, left top, from(#3f4b62), to(#935f86));
  background-image: linear-gradient(to left, #3f4b62, #935f86);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.text-gradient-red {
  background-image: -webkit-gradient(linear, right top, left top, from(#dc3545), to(#FF9947));
  background-image: linear-gradient(to left, #dc3545, #FF9947);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.text-gradient-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#FF9947), to(#FFDA2E));
  background-image: linear-gradient(to left, #FF9947, #FFDA2E);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.text-gradient-blue {
  background-image: -webkit-gradient(linear, right top, left top, from(#037FD5), to(#03c5d5));
  background-image: linear-gradient(to left, #037FD5, #03c5d5);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.text-gradient-bluered {
  background-image: -webkit-gradient(linear, right top, left top, from(#037FD5), to(#dc3545));
  background-image: linear-gradient(to left, #037FD5, #dc3545);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ion {
  display: inline-block;
  font-family: "Ionicons";
  display: inline-block;
  text-transform: none;
}

.ion:before {
  display: inline;
}


/* 6.3 Responsiveness */

.text-black {
  color: #1d1d1d !important;
}

.text-primary {
  color: #000000 !important;
}

.text-secondary {
  color: #3f4b62 !important;
}

.text-success {
  color: #569728 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-white {
  color: #ffffff !important;
}


/* Add your responsiveness hook here  */


/* ipad and tablet */


/* ipad and tablet */


/* phone */