/* Minification failed. Returning unminified contents.
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");

html,
body {
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

:root {
    --nwr-black: #000000;
    --nwr-white: white;
    --nwr-white-1: #FFFFFF;
    --nwr-white-2: #F3F3F3;
    --nwr-gray-1: #323232;
    --nwr-gray-2: #707070;
    --nwr-gray-4: #A3A3A3;
    --nwr-gray-4: #00000057;
    --nwr-gray-5: #0000003E;
    --nwr-gray-6: #DFDFDF;
    --nwr-gray-7: #00000029;
    --nwr-red: #D50000;
    --nwr-d-red-1: #910200;
    --nwr-d-red-2: #99081F;
    --nwr-violet: #780362;
    --animate-duration: 3000ms;
    --animate-delay: 0.9s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #333333;
	font-weight: 600;
}

h1 {
	font-size: 70px;
}

h2 {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 36px;
}

h3 {
    font-size: 30px;
    font-family: "Poppins", serif;
    font-weight: 400;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p, ol {
	/*font-size: 15px;*/
	line-height: 1.8;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

.iti {
    position: relative;
    display: block;
}

@media (min-width: 1200px) {
	.container {
		max-width: 100%;
	}
}

/*.hero-section,*/
.back-to-top,
.wizard-nav {
    /*background: -o-linear-gradient(81deg, rgba(120,9,9,1) 0%, rgba(47,6,102,1) 100%);
    background: linear-gradient(81deg, rgba(120,9,9,1) 0%, rgba(47,6,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#780909", endColorstr="#2F0666", GradientType=1);*/
    background: -o-linear-gradient(180deg, rgba(200, 149, 82, 1) 0%, rgba(165, 119, 60, 1) 100%);
    background: linear-gradient(180deg, rgba(200, 149, 82, 1) 0%, rgba(165, 119, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C89552", endColorstr="#A5773C", GradientType=1);
}

/*------------------
  Header section
---------------------*/

.header-section {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}

.header-top {
	padding: 0 80px;
	background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.header-top {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.header-top {
		padding: 0 10px;
	}
}

.ht-left {
	float: left;
}

.ht-right {
	float: right;
}

.header-info {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 30px;
	padding: 14px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-info {
		margin-right: 0;
	}
}

.header-info:last-child {
	margin-right: 0;
}

.header-info i {
	font-size: 17px;
	color: #f65d5d;
	margin-right: 10px;
	position: relative;
	top: 4px;
}

.header-info p {
	color: #333333;
	margin-bottom: 0;
}

.site-logo {
	float: left;
	position: relative;
	z-index: 9;
}

.header-bottom {
	padding: 25px 80px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.header-bottom {
		padding: 15px 30px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.header-bottom {
		padding: 25px 25px 0;
	}
}

.header-bottom .hb-right {
	float: right;
	padding-top: 15px;
}

.header-bottom .hb-switch {
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
}

.language-select {
	position: relative;
	padding-top: 2px;
	z-index: 1001;
	border: none;
	line-height: normal;
	height: 22px;
	padding-left: 0;
	padding-right: 25px;
}

.language-select .current {
	font-size: 16px;
}

.language-select:after {
	margin-top: -1px;
}

.language-select .list {
	left: auto;
	right: 0;
	top: 30px;
}

.main-menu {
	list-style: none;
	text-align: center;
	padding-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.main-menu {
		display: none;
	}
}

.main-menu li {
	display: inline-block;
	margin-right: 50px;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-menu li {
		margin-right: 15px;
	}
}

.main-menu li:last-child {
	margin-right: 0;
}

.main-menu li > a {
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #AC2925;
}

.main-menu li>a.active {
	border-bottom: 2px solid #AC2925;
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 20px;
}

.main-menu .sub-menu {
	position: absolute;
	list-style: none;
	width: 210px;
	left: 0;
	top: 100%;
	padding: 25px 10px 24px 30px;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	text-align: left;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.main-menu .sub-menu:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	left: 0;
	top: -20px;
}

.main-menu .sub-menu li {
	display: block;
	margin-bottom: 10px;
}

.main-menu .sub-menu li:last-child {
	margin-bottom: 0;
}

.main-menu .sub-menu li a {
	font-size: 16px;
	color: grey;
	text-transform: none;
	font-weight: 400;
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.main-menu .sub-menu li a::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	left: 0;
	top: 10px;
	border-radius: 50px;
	background: #f65d5d;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.main-menu .sub-menu li a:hover {
	padding-left: 10px;
}

.main-menu .sub-menu li a:hover::after {
	opacity: 1;
}

.slicknav_menu {
	display: none;
	position: absolute;
	width: 100%;
	top: 13px;
	background: transparent;
	z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slicknav_menu {
		display: block;
		top: 70px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.slicknav_menu {
		display: block;
	}
}

.back-to-top {
	display: none;
	position: fixed;
	width: 49px;
	height: 49px;
	right: 55px;
	bottom: 190px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	z-index: 999;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.back-to-top {
		right: 40px;
		bottom: 90px;
	}
}

/*------------------
  Header section
---------------------*/

.hero-section {
    position: relative;
    display: flex;
    flex-flow: column;
    height: 100%;
    min-height: 100vh;
    padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-section {
        min-height: 100vh;
        padding: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
    .hero-section {
        min-height: 100vh;
        padding: 5%;
    }
}

.hero-social-warp {
	padding-top: 100px;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-pack: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 55;
}

@media (max-width: 420px) {
	.hero-social-warp {
		display: none;
	}
}

.hero-social {
	padding-left: 35px;
}

.hero-social a {
	display: block;
	color: #fff;
	width: 100%;
	font-size: 18px;
	margin-bottom: 20px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.hero-social a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hero-social a:last-child {
	margin-bottom: 0;
}

.hero-social a i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.arrow-buttom {
	position: absolute;
	left: 50%;
	bottom: 31px;
	z-index: 99;
}

/* Preloader */

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    /*background: -o-linear-gradient(142deg, rgba(120,9,9,1) 0%, rgba(47,6,102,1) 100%);
    background: linear-gradient(142deg, rgba(120,9,9,1) 0%, rgba(47,6,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#780909", endColorstr="#2F0666", GradientType=1);*/
    background: -o-linear-gradient(0deg,rgba(50,50,50,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(0deg,rgba(50,50,50,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#323232", GradientType=1);
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

._mid {
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -93px;
    border-radius: 60px;
    color: white;
}


@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

/*---------------------
  Loader
-----------------------*/
.loading-img {
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: 50%;*/
}

.loading-img img {
    width: 50%;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
    .loading-img img {
        width: 75%;
        text-align: center;
    }
}

.loading-p {
    color: #FFFFFF;
    font-size: 24pt;
    font-family: 'Poppins';
}

.blink {
    animation: blinker 3.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.c7 {
    line-height: 1.5rem;
    text-align: justify
}

.c0, .c6 {
    font-size: small;
}

.c2 {
    line-height: 1.15;
    text-align: justify
}

.c4 {
    font-weight: 700;
    font-size: small;
}

.blockMsg{
    width: 0px !important;
}

footer {
    position: fixed;
    bottom: 0px;
    clear: both;
    background-color: white;
    font-size: 0.8em;
    height: 1.5em;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    border-top: 0.5px solid lightgray;
}

.modal-backdrop.show {
    opacity: 100;
}

body.modal-open .modal {
    overflow: hidden !important;
}

#recaptcha > div {
    width: auto !important;
    margin-bottom: .5em;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.canvas-container {
    position: relative;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
}

    .canvas-container canvas {
        width: 100%;
        height: auto;
    }

.canvas-container-custom {
    height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 10px;
}


.wizard.wizard-1 .wizard-nav .wizard-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label {
  /*margin-left: 3.5rem;
  margin-right: 3.5rem;*/
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
  color: #FFFFFF;
  /*font-size: 3.75rem;*/
  font-size: 1.75rem;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
  color: #FFFFFF;
  /*font-size: 1rem;*/
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.5rem;
  text-align: center;
  display: none;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow .wizard-icon {
  color: #FFFFFF;
  /*font-size: 2.5rem;*/
  font-size: 1.25rem;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow.last {
  display: none;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-icon {
    color: #C89552;
    background-color: #E3CAA8;
    display: inline-block;
    border-radius: 60px;
    padding: 0.1em 0.1em;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-icon {
    /*color: #780909;*/
    color: #C89552;
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 60px;
    padding: 0.1em 0.1em;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-icon svg g [fill], .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-icon svg:hover g [fill], .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-icon svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-title {
  color: #E3CAA8;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-title {
  color: #FFFFFF;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-arrow, .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-arrow {
  color: #FFFFFF;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-arrow svg g [fill], .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-arrow svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #AC2925;
}
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-arrow svg:hover g [fill], .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-arrow svg:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

@media (min-width: 310px) {
    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
        font-size: 2.5rem;
    }
}

@media (min-width: 360px) {
    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
        font-size: 2.5rem;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
        font-size: 0.75rem;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-title {
        display: block;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow .wizard-icon {
        font-size: 1.75rem;
    }
}


@media (min-width: 490px) {
    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
        font-size: 2.5rem;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
        font-size: 0.75rem;
        display: block;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow .wizard-icon {
        font-size: 1.75rem;
    }
}

@media (min-width: 768px) {
    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
        font-size: 3rem;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
        font-size: 1rem;
        display: block;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow .wizard-icon {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
        font-size: 3rem;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
        font-size: 1rem;
        margin-top: 0;
        margin-left: 0.75rem;
        text-align: left;
        display: block;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow .wizard-icon {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
        font-size: 3.25rem;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
        font-size: 1rem;
        margin-top: 0;
        margin-left: 0.75rem;
        text-align: left;
        display: block;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow .wizard-icon {
        font-size: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
        font-size: 3.75rem;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
        font-size: 1.25rem;
        margin-top: 0;
        margin-left: 0.75rem;
        text-align: left;
        display: block;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-title {
        color: #C89552;
    }

    .wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow .wizard-icon {
        font-size: 2.5rem;
    }
}

.wizard-nav {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
