
/*# sourceMappingURL=custom.min.css.map */
@import url('https://fonts.googleapis.com/css2?family=Montserrat');
*{
    font-family: "Montserrat" !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.la,.lab,.lad,.lal,.lar,.las{ font-family:"Line Awesome Free" !important}

.text-primary{
color:#1c285b !important;
}


 .auth-one-bg{background-image:url(../images/auth-bg.jpg);background-position:center;background-size:cover}
 .auth-one-bg .bg-overlay{
    background:-webkit-gradient(linear,left top,right top,from(#fff),to(#fff));
    background:linear-gradient(to right,#fff,#fff)
    ;opacity:0.93}

     .btn-primary{background-color:#1c285b;border-color:#1c285b!important}

    .auth-bg-cover{background:linear-gradient(-45deg,#046938 50%,#046938)}
    .auth-bg-cover>.bg-overlay{background-image:url(../images/cover-pattern.png);background-position:center;background-size:cover;opacity:1;background-color:transparent}
    .auth-bg-cover .footer{color:rgba(255,255,255,1)}

    .navbar-menu{background:#046938}

    .navbar-menu .navbar-nav .nav-link{color:#fff;}
    .navbar-menu .navbar-nav .nav-link svg {color:#fff;}
    .navbar-brand-box{background-color:#fff!important;}

    .navbar-menu .navbar-nav .nav-sm .nav-link{color:#fff;}
    .navbar-menu .navbar-nav .nav-sm .nav-link:before{background-color:#fff!important;}

    .section{padding: 40px 0;}

    .bg-dark{background-color:#1c285b!important}
   #Loginblock blockquote {
     transition: transform 250ms;
  }
    #Loginblock blockquote:hover {
    transform: translateY(-10px);
  }

   .btn{
     transition: transform 250ms;
  }
    .btn:hover {
    transform: translateY(-10px);
  }


  /* ############### jQuery Steps ############### */
/* -------------------------------------------- */
/***** DEFAULT STYLE WIZARD *****/
.wizard > .steps > ul {
    margin-left: -0.5em;
    margin-right: -0.5em;
    display: flex; }
.wizard > .steps > ul li {
    float: none;
    display: block;
    width: auto; }
.wizard > .steps > ul li .title {
    display: none;
    margin-left: 10px; }
@media (min-width: 768px) {
    .wizard > .steps > ul li .title {
        display: block; } }

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    color: #adb5bd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3; }
@media (min-width: 1200px) {
    .wizard > .steps a,
    .wizard > .steps a:hover,
    .wizard > .steps a:active {
        justify-content: flex-start; } }
.wizard > .steps a .number,
.wizard > .steps a:hover .number,
.wizard > .steps a:active .number {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    color: #000;
    border-radius: 50px; }
.wizard > .steps .disabled a .number, .wizard > .steps .disabled a:hover .number, .wizard > .steps .disabled a:active .number
{
    color: #000;
    border-color: #000;
}
/* .wizard > .steps > ul li + li::before {

    /* content: "\f109"; */
     /* content: "\f000b"; Note: the unicode value for film is \f008, not \f109 in the standard FA 5 Free set */

/* } */ 
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background-color: #e9ecef; color:#000; }

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background-color: #fcb040; }
.wizard > .steps .current a .number, .wizard > .steps .current a:hover .number, .wizard > .steps .current a:active .number
{
    border-color: #fff;
    background-color: #fcb040;
    color: #FFF;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background-color: #056839; }
.wizard > .steps .done a .number, .wizard > .steps .done a:hover .number, .wizard > .steps .done a:active .number
{
    border-color: #fff;
    background-color: #056839;
    color: #fff;
}
.wizard > .content {
    background-color: #FFF;

    margin: 0.5em 0;padding-top: 30px;
    min-height: 150px;
    border-radius: 4; }
.wizard > .content > .body {
    float: none;
    position: static;
    width: auto;
    height: auto;
    /*padding: 40px;*/ }
.wizard > .content > .body input.parsley-error {
    border-color: #dc3545; }
.wizard > .content > .body input.parsley-error + ul {
    list-style: none !important; }

.wizard > .actions {
    padding-top: 0.5em; }
.wizard > .actions > ul {
    margin-left: -0.5em;
    margin-right: -0.5em;
    display: flex;
    justify-content: space-between; }
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background-color: #1b84e7;
    padding: 9px 20px;
    line-height: 1.6;
    border-radius: 4; }
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    background-color: #e9ecef; }

.wizard.vertical > .steps {
    padding-right: 1em;
    width: 25%; }
@media (min-width: 480px) {
    .wizard.vertical > .steps {
        width: 17%; } }
@media (min-width: 768px) {
    .wizard.vertical > .steps {
        width: 12%; } }
@media (min-width: 1200px) {
    .wizard.vertical > .steps {
        width: 30%; } }
.wizard.vertical > .steps ul {
    flex-direction: column; }
.wizard.vertical > .steps ul li + li {
    margin-top: 0.5em; }
@media (min-width: 768px) {
    .wizard.vertical > .steps ul li .title {
        display: none; } }
@media (min-width: 1200px) {
    .wizard.vertical > .steps ul li .title {
        display: block; } }

.wizard.vertical > .content {
    margin: 0;
    width: 75%;
    min-height: 250px;
    display: block;
    float: none; }
@media (min-width: 480px) {
    .wizard.vertical > .content {
        width: 83%; } }
@media (min-width: 768px) {
    .wizard.vertical > .content {
        width: 88%; } }
@media (min-width: 1200px) {
    .wizard.vertical > .content {
        width: 70%; } }

.wizard.vertical > .actions {
    float: none; }
.wizard.vertical > .actions ul {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: -0.5em; }
.wizard.vertical > .actions ul li:first-child {
    margin-left: 25%; }
@media (min-width: 480px) {
    .wizard.vertical > .actions ul li:first-child {
        margin-left: 17%; } }
@media (min-width: 768px) {
    .wizard.vertical > .actions ul li:first-child {
        margin-left: 12%; } }
@media (min-width: 1200px) {
    .wizard.vertical > .actions ul li:first-child {
        margin-left: 30%; } }

/****** EQUAL COLUMN WIDTH STEP INDICATOR *****/
.step-equal-width > .steps > ul {
    display: flex; }
.step-equal-width > .steps > ul > li {
    flex: 1;
    width: auto;
    float: none; }

/****** EQUAL COLUMN WIDTH STEP INDICATOR *****/
.step-equal-width > .steps > ul {
    display: flex; }
.step-equal-width > .steps > ul > li {
    flex: 1;
    width: auto;
    float: none; }

/***** CUSTOM STYLES *****/
.wizard-style-1 > .steps > ul a, .wizard-style-1 > .steps > ul a:hover, .wizard-style-1 > .steps > ul a:active {
    padding: 0;
    height: 50px; }
.wizard-style-1 > .steps > ul a .number, .wizard-style-1 > .steps > ul a:hover .number, .wizard-style-1 > .steps > ul a:active .number {
    width: 50px;
    height: 100%;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    color: #6c757d;
    background-color: #dee2e6;
    border-radius: 0; }
.wizard-style-1 > .steps > ul a .title, .wizard-style-1 > .steps > ul a:hover .title, .wizard-style-1 > .steps > ul a:active .title {
    margin-right: 20px;
    margin-left: 20px; }

.wizard-style-1 > .steps > ul .current a .number, .wizard-style-1 > .steps > ul .current a:hover .number, .wizard-style-1 > .steps > ul .current a:active .number {
    background-color: #1677d2;
    color: #fff; }

.wizard-style-1 > .steps > ul .done a .number, .wizard-style-1 > .steps > ul .done a:hover .number, .wizard-style-1 > .steps > ul .done a:active .number {
    background-color: #643ab0;
    color: #fff; }

.wizard-style-2 > .steps > ul a, .wizard-style-2 > .steps > ul a:hover, .wizard-style-2 > .steps > ul a:active {
    padding: 0;
    height: 50px;
    border-radius: 50px; }
.wizard-style-2 > .steps > ul a .number, .wizard-style-2 > .steps > ul a:hover .number, .wizard-style-2 > .steps > ul a:active .number {
    width: 50px;
    height: 100%;
    border: 2px solid #e9ecef;
    font-size: 18px;
    font-weight: bold;
    color: #6c757d;
    background-color: #fff; }
.wizard-style-2 > .steps > ul a .title, .wizard-style-2 > .steps > ul a:hover .title, .wizard-style-2 > .steps > ul a:active .title {
    margin-right: 20px; }

.wizard-style-2 > .steps > ul .current a .number, .wizard-style-2 > .steps > ul .current a:hover .number, .wizard-style-2 > .steps > ul .current a:active .number {
    border-color: #1b84e7;
    color: #1b84e7; }

.wizard-style-2 > .steps > ul .done a .number, .wizard-style-2 > .steps > ul .done a:hover .number, .wizard-style-2 > .steps > ul .done a:active .number {
    border-color: #6f42c1;
    color: #6f42c1; }

/* ############### RTL SUPPORT ############### */
[dir="rtl"] .wizard > .content {
    text-align: right; }

[dir="rtl"] .wizard > .steps > ul li .title {
    margin-left: 0;
    margin-right: 20px; }

[dir="rtl"] .wizard.vertical > .steps {
    float: right;
    padding-left: 1em;
    padding-right: 0; }

[dir="rtl"] .wizard.vertical > .actions ul li {
    margin: 0 1em 0 0; }

[dir="rtl"] .wizard.vertical > .actions ul li:first-child {
    margin-left: 0;
    margin-right: 25%; }
@media (min-width: 480px) {
    [dir="rtl"] .wizard.vertical > .actions ul li:first-child {
        margin-right: 17%; } }
@media (min-width: 768px) {
    [dir="rtl"] .wizard.vertical > .actions ul li:first-child {
        margin-right: 12%; } }
@media (min-width: 1200px) {
    [dir="rtl"] .wizard.vertical > .actions ul li:first-child {
        margin-right: 30%; } }

[dir="rtl"] .wizard-style-1 > .steps > ul a .title, [dir="rtl"] .wizard-style-1 > .steps > ul a:hover .title, [dir="rtl"] .wizard-style-1 > .steps > ul a:active .title {
    margin-right: 20px;
    margin-left: 20px; }

[dir="rtl"] .wizard-style-2 > .steps > ul a .title, [dir="rtl"] .wizard-style-2 > .steps > ul a:hover .title, [dir="rtl"] .wizard-style-2 > .steps > ul a:active .title {
    margin-left: 20px; }


/**************************************************************************/
#feedback{ margin-botton:25px;}
.wizard > .content > .body
{
    padding:0;
}