/* Carousel styling */
 #introCarousel,
 .carousel-inner,
 .carousel-item,
 .carousel-item.active {
   height: 100vh;
 }

.carousel-item:nth-child(1) {
    background-image: url('../img/hero/webp/Glavna-slika.webp');
    /* Fallback for browsers that do not support WebP images */
    background-image: url('../img/hero/jpg/Glavna-slika.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-item:nth-child(2) {
    background-image: url('../img/hero/webp/Glavna-slika-1.webp');
    /* Fallback for browsers that do not support WebP images */
    background-image: url('../img/hero/jpg/Glavna-slika-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-item:nth-child(3) {
    background-image: url('../img/hero/webp/Glavna-slika-2.webp');
    /* Fallback for browsers that do not support WebP images */
    background-image: url('../img/hero/jpg/Glavna-slika-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* Height for devices larger than 576px */
 @media (min-width: 992px) {
   #introCarousel {
     margin-top: -58.59px;
   }
 }

.my-display-4 {
    text-shadow: #000 0 1px 1px, #000 0 -1px 1px, #000 1px 0 1px, #000 -1px 0 1px;
}

.my-icon {
    color: #986798;
}

.modal-header {
    background-color: #986798;
}

.mask {
    background-color: rgba(0, 0, 0, .3);
}

h1,
h2,
h4 {
    color: #3b71ca !important;
}

.my-divider {
    display: flex;
    flex-direction: row;
}

.my-divider:after,
.my-divider:before {
    content: '';
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
    color: #9e9e9e;
}

.my-divider:before {
    margin-right: 10px;
}

.my-divider:after {
    margin-left: 10px;
}

@media (min-width:576px) {
    .my-divider:before {
        margin-right: 30px;
    }

    .my-divider:after {
        margin-left: 30px;
    }
}

.my-quote-left {
    width: 27px;
    height: 20px;
    color: #4f4f4f;
}

.my-quote-right {
    width: 27px;
    height: 20px;
    color: #4f4f4f;
}

.strike {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.strike>span {
    position: relative;
    display: inline-block;
    margin-left: 50px;
}

#bottomStrike {
    text-align: end;
}

.strike>#bottomDivider1 {
    margin-right: 50px;
}

#bottomStrike1 {
    text-align: end;
}

.strike>#bottomDivider {
    margin-right: 50px;
}

.strike>span:after,
.strike>span:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: grey;
}

.strike>span:before {
    right: 100%;
    margin-right: 15px;
}

.strike>span:after {
    left: 100%;
    margin-left: 15px;
}

.logo {
    width: 200px;
    height: 200px;
}

.my-text {
    color: #F29F05;
}

.my-image {
    width: 600px;
    height: auto;
}

.my-bg-color {
    background-color: #e29a12;
}

.footer-copyright-banner {
    background-color: rgba(0, 0, 0, .1);
}

.shadow-custom {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 3px 10px 2px rgba(0, 0, 0, .05) !important;
}

.form-label {
    margin-left: 15px !important;
}

textarea {
    background-color: transparent !important;
}

input {
    background-color: transparent !important;
}

.card .md-form label {
    font-weight: 300;
}

.form-header {
    padding: 1rem;
    margin-top: -3.13rem;
    margin-bottom: 3rem;
    color: #fff;
    text-align: center;
    border-radius: .125rem;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.gradient-custom1 {
    background: #667eea;
    background: -webkit-linear-gradient(to right, rgba(102, 126, 234, 1), rgba(118, 75, 162, 1));
    background: linear-gradient(to right, rgba(102, 126, 234, 1), rgba(118, 75, 162, 1));
}

.map-container-section {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container-section iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.my-btn-fontaw-icon {
    padding-top: 45%;
    padding-right: 4%;
}

.logo {
    width: 200px;
    height: 200px;
}

.form-label {
    margin-left: 15px !important;
}

textarea {
    background-color: transparent !important;
}

input {
    background-color: transparent !important;
}

.card .md-form label {
    font-weight: 300;
}

.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.md-form input:not([type]),
.md-form input[type=email]:not(.browser-default),
.md-form input[type=number]:not(.browser-default),
.md-form input[type=password]:not(.browser-default),
.md-form input[type=phone]:not(.browser-default),
.md-form input[type=tel]:not(.browser-default),
.md-form input[type=text]:not(.browser-default),
.md-form textarea.md-textarea {
    box-sizing: content-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.md-form input:not([type]):focus:not([readonly]),
.md-form input[type=email]:not(.browser-default):focus:not([readonly]),
.md-form input[type=number]:not(.browser-default):focus:not([readonly]),
.md-form input[type=password]:not(.browser-default):focus:not([readonly]),
.md-form input[type=phone]:not(.browser-default):focus:not([readonly]),
.md-form input[type=tel]:not(.browser-default):focus:not([readonly]),
.md-form input[type=text]:not(.browser-default):focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #3b71ca;
    box-shadow: 0 1px 0 0 #3b71ca;
}

.md-form input:not([type]):focus:not([readonly])+label,
.md-form input[type=email]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=number]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=password]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=phone]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=tel]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=text]:not(.browser-default):focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #3b71ca;
}

.md-form input:not([type])+label::after,
.md-form input[type=email]:not(.browser-default)+label::after,
.md-form input[type=number]:not(.browser-default)+label::after,
.md-form input[type=password]:not(.browser-default)+label::after,
.md-form input[type=phone]:not(.browser-default)+label::after,
.md-form input[type=tel]:not(.browser-default)+label::after,
.md-form input[type=text]:not(.browser-default)+label::after,
.md-form textarea.md-textarea+label::after {
    position: absolute;
    top: 65px;
    display: block;
    content: '';
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, .2s color ease-out;
    transition: .2s opacity ease-out, .2s color ease-out;
}

.md-form input:not([type]).valid,
.md-form input:not([type]):focus.valid,
.md-form input[type=email]:not(.browser-default).valid,
.md-form input[type=email]:not(.browser-default):focus.valid,
.md-form input[type=number]:not(.browser-default).valid,
.md-form input[type=number]:not(.browser-default):focus.valid,
.md-form input[type=password]:not(.browser-default).valid,
.md-form input[type=password]:not(.browser-default):focus.valid,
.md-form input[type=phone]:not(.browser-default).valid,
.md-form input[type=phone]:not(.browser-default):focus.valid,
.md-form input[type=tel]:not(.browser-default).valid,
.md-form input[type=tel]:not(.browser-default):focus.valid,
.md-form input[type=text]:not(.browser-default).valid,
.md-form input[type=text]:not(.browser-default):focus.valid,
.md-form textarea.md-textarea.valid,
.md-form textarea.md-textarea:focus.valid {
    border-bottom: 1px solid #00c851;
    box-shadow: 0 1px 0 0 #00c851;
}

.md-form input:not([type]).valid+label:after,
.md-form input:not([type]):focus.valid+label:after,
.md-form input[type=email]:not(.browser-default).valid+label:after,
.md-form input[type=email]:not(.browser-default):focus.valid+label:after,
.md-form input[type=number]:not(.browser-default).valid+label:after,
.md-form input[type=number]:not(.browser-default):focus.valid+label:after,
.md-form input[type=password]:not(.browser-default).valid+label:after,
.md-form input[type=password]:not(.browser-default):focus.valid+label:after,
.md-form input[type=phone]:not(.browser-default).valid+label:after,
.md-form input[type=phone]:not(.browser-default):focus.valid+label:after,
.md-form input[type=tel]:not(.browser-default).valid+label:after,
.md-form input[type=tel]:not(.browser-default):focus.valid+label:after,
.md-form input[type=text]:not(.browser-default).valid+label:after,
.md-form input[type=text]:not(.browser-default):focus.valid+label:after,
.md-form textarea.md-textarea.valid+label:after,
.md-form textarea.md-textarea:focus.valid+label:after {
    color: #00c851;
    opacity: 1;
}

.md-form input:not([type]).invalid,
.md-form input:not([type]):focus.invalid,
.md-form input[type=email]:not(.browser-default).invalid,
.md-form input[type=email]:not(.browser-default):focus.invalid,
.md-form input[type=number]:not(.browser-default).invalid,
.md-form input[type=number]:not(.browser-default):focus.invalid,
.md-form input[type=password]:not(.browser-default).invalid,
.md-form input[type=password]:not(.browser-default):focus.invalid,
.md-form input[type=phone]:not(.browser-default).invalid,
.md-form input[type=phone]:not(.browser-default):focus.invalid,
.md-form input[type=tel]:not(.browser-default).invalid,
.md-form input[type=tel]:not(.browser-default):focus.invalid,
.md-form input[type=text]:not(.browser-default).invalid,
.md-form input[type=text]:not(.browser-default):focus.invalid,
.md-form textarea.md-textarea.invalid,
.md-form textarea.md-textarea:focus.invalid {
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #f44336;
}

.md-form input:not([type]).invalid+label:after,
.md-form input:not([type]):focus.invalid+label:after,
.md-form input[type=email]:not(.browser-default).invalid+label:after,
.md-form input[type=email]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=number]:not(.browser-default).invalid+label:after,
.md-form input[type=number]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=password]:not(.browser-default).invalid+label:after,
.md-form input[type=password]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=phone]:not(.browser-default).invalid+label:after,
.md-form input[type=phone]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=tel]:not(.browser-default).invalid+label:after,
.md-form input[type=tel]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=text]:not(.browser-default).invalid+label:after,
.md-form input[type=text]:not(.browser-default):focus.invalid+label:after,
.md-form textarea.md-textarea.invalid+label:after,
.md-form textarea.md-textarea:focus.invalid+label:after {
    color: #f44336;
    opacity: 1;
}

.md-form input:not([type]).form-control.valid+label:after,
.md-form input:not([type]).form-control:focus.valid+label:after,
.md-form input[type=email]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=email]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=number]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=number]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=password]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=password]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=text]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=text]:not(.browser-default).form-control:focus.valid+label:after,
.md-form textarea.md-textarea.form-control.valid+label:after,
.md-form textarea.md-textarea.form-control:focus.valid+label:after {
    top: 4.1rem;
}

.md-form input:not([type]).form-control.invalid+label:after,
.md-form input:not([type]).form-control:focus.invalid+label:after,
.md-form input[type=email]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=email]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=number]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=number]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=password]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=password]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=text]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=text]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form textarea.md-textarea.form-control.invalid+label:after,
.md-form textarea.md-textarea.form-control:focus.invalid+label:after {
    top: 4rem;
}

.md-form>input[type=date]:not(.browser-default) {
    color: transparent;
}

.md-form>input[type=date]:not(.browser-default)+label {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.md-form>input[type=time]:not(.browser-default)+label,
.md-form>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label {
    font-size: .8rem;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.md-form .was-validated input[type=text]:valid+label {
    color: #00c851 !important;
}

.md-form .was-validated input[type=text]:invalid+label {
    color: #f44336 !important;
}

.md-form .was-validated .form-control:valid:focus {
    box-shadow: 0 1px 0 0 #00c851 !important;
}

.md-form .was-validated .form-control:valid {
    border-color: #00c851 !important;
}

.md-form .was-validated .form-control:invalid:focus {
    box-shadow: 0 1px 0 0 #f44336 !important;
}

.md-form .was-validated .form-control:invalid {
    border-color: #f44336 !important;
}

.md-form .form-control {
    height: auto;
    padding: .6rem 0 .4rem 0;
    margin: 0 0 .5rem 0;
    background-color: transparent;
    border-radius: 0;
}

.md-form .form-control:focus {
    box-shadow: none;
}

.md-form .form-control:disabled,
.md-form .form-control[readonly] {
    background-color: transparent;
    border-bottom: 1px solid #bdbdbd;
}

.md-form .form-control.is-valid {
    border-color: #00c851;
}

.md-form .form-control.is-valid:focus {
    border-color: #00c851 !important;
    box-shadow: 0 1px 0 0 #00c851 !important;
}

.md-form .form-control.is-invalid {
    border-color: #f44336;
}

.md-form .form-control.is-invalid:focus {
    border-color: #f44336 !important;
    box-shadow: 0 1px 0 0 #f44336 !important;
}

.md-form .form-control.is-invalid,
.md-form .form-control.is-valid {
    background-position: center right !important;
}

.md-form .validate {
    margin-bottom: 2.5rem;
}

.md-form label {
    font-size: 1rem;
}

.md-form label.active {
    font-size: 1rem;
}

.md-form .prefix {
    top: .25rem;
    font-size: 1.75rem;
}

.md-form .prefix~input,
.md-form .prefix~textarea {
    width: calc(100% - 2.5rem);
    margin-left: 2.5rem;
}

.md-form .prefix~label {
    margin-left: 2.5rem;
}

.md-form .prefix~.form-text {
    margin-left: 2.6rem;
}

.md-form label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    color: #757575;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.md-form label.active {
    -webkit-transform: translateY(-14px) scale(.8);
    transform: translateY(-14px) scale(.8);
}

.md-form .prefix {
    position: absolute;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.md-form .prefix.active {
    color: #3b71ca;
}

.label.active {
    color: #3b71ca;
}

.md-form label.active {
    color: #3b71ca !important;
}

.form-control .md-textarea {
    color: #3b71ca;
}

.md-form.form-lg .validate {
    margin-bottom: 2.8rem;
}

.md-form.form-lg label {
    font-size: 1.25rem;
}

.md-form.form-lg label.active {
    font-size: 1.15rem;
}

.md-form.form-lg .prefix {
    top: .4rem;
    font-size: 2rem;
}

.md-form.form-lg .prefix~input,
.md-form.form-lg .prefix~textarea {
    width: calc(100% - 3rem);
    margin-left: 3rem;
}

.md-form.form-lg .prefix~label {
    margin-left: 3rem;
}

.md-form.form-lg .prefix~.form-text {
    margin-left: 3.1rem;
}

.md-form.form-sm .validate {
    margin-bottom: 2.3rem;
}

.md-form.form-sm label {
    font-size: .875rem;
}

.md-form.form-sm label.active {
    font-size: .95rem;
}

.md-form.form-sm .prefix {
    top: .35rem;
    font-size: 1.5rem;
}

.md-form.form-sm .prefix~input,
.md-form.form-sm .prefix~textarea {
    width: calc(100% - 2rem);
    margin-left: 2rem;
}

.md-form.form-sm .prefix~label {
    margin-left: 2rem;
}

.md-form.form-sm .prefix~.form-text {
    margin-left: 2rem;
}

.md-form textarea.md-textarea {
    padding: 0;
    overflow-y: hidden;
}

.md-form textarea.md-textarea+label {
    top: -.6rem;
}

.md-form textarea.md-textarea-auto {
    padding: 0;
    padding-top: 1.5rem;
}

.md-form textarea.md-textarea-auto+label {
    top: 0;
}

@-webkit-keyframes autofill {
    to {
        color: #495057;
        background: 0 0;
    }
}

.md-form.md-bg input[type=email],
.md-form.md-bg input[type=number],
.md-form.md-bg input[type=password],
.md-form.md-bg input[type=tel],
.md-form.md-bg input[type=text],
.md-form.md-bg textarea.md-textarea {
    box-sizing: border-box;
    padding: 10px 5px;
    background: #f5f5f5 no-repeat;
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#4285f4), to(#4285f4)), -webkit-gradient(linear, left top, left bottom, from(#ced4da), to(#ced4da));
    background-image: linear-gradient(to bottom, #4285f4, #4285f4), linear-gradient(to bottom, #ced4da, #ced4da);
    background-position: 50% 100%, 50% 100%;
    background-size: 0 2px, 100% 1px;
    border: 0;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    -webkit-transition: background-size .3s cubic-bezier(.64, .09, .08, 1);
    transition: background-size .3s cubic-bezier(.64, .09, .08, 1);
}

.md-form.md-bg input[type=email]:focus:not([readonly]),
.md-form.md-bg input[type=number]:focus:not([readonly]),
.md-form.md-bg input[type=password]:focus:not([readonly]),
.md-form.md-bg input[type=tel]:focus:not([readonly]),
.md-form.md-bg input[type=text]:focus:not([readonly]),
.md-form.md-bg textarea.md-textarea:focus:not([readonly]) {
    border-bottom: none;
    box-shadow: none;
}

.md-form.md-bg input[type=email]:focus,
.md-form.md-bg input[type=number]:focus,
.md-form.md-bg input[type=password]:focus,
.md-form.md-bg input[type=tel]:focus,
.md-form.md-bg input[type=text]:focus,
.md-form.md-bg textarea.md-textarea:focus {
    background-color: #dcdcdc;
    background-size: 100% 2px, 100% 1px;
    outline: 0;
}

.md-form.md-bg .form-control {
    padding: 1.1rem .7rem .4rem !important;
}

.md-form.md-bg label {
    top: 0;
    padding-left: .7rem;
    font-size: 1rem;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.md-form.md-bg label.active {
    padding-left: .75rem;
    font-weight: 500;
    -webkit-transform: translateY(-3px) scale(.8);
    transform: translateY(-3px) scale(.8);
}

.md-form.md-bg.form-lg label {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
}

.md-form.md-bg.form-lg label.active {
    -webkit-transform: translateY(-4px) scale(.8);
    transform: translateY(-4px) scale(.8);
}

.md-form.md-bg.form-sm label {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
}

.md-form.md-bg.form-sm label.active {
    -webkit-transform: translateY(-2px) scale(.8);
    transform: translateY(-2px) scale(.8);
}

.md-form .form-control.is-invalid,
.was-validated .md-form .form-control:invalid {
    padding-right: 0;
}

.md-form .form-control.is-valid,
.was-validated .md-form .form-control:valid {
    padding-right: 0;
}

.needs-validation .md-form label {
    left: .3rem;
}

.md-form>label {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.md-form .form-control {
    box-sizing: border-box !important;
}

.md-form .input-prefix {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color .2s;
    transition: color .2s;
    color: rgba(0, 0, 0, .87);
    pointer-events: none;
}

.md-form .input-prefix.active {
    color: #4285f4;
}

.md-form.input-with-pre-icon label {
    left: 36px;
    right: initial;
}

.md-form.input-with-pre-icon .input-prefix {
    left: 16px;
    right: initial;
}

.md-form.input-with-pre-icon .form-control {
    padding-left: 2.7rem !important;
}

.md-form.input-with-post-icon .input-prefix {
    right: 16px;
    left: initial;
}

.md-form.input-with-post-icon .form-control {
    padding-right: 2.7rem !important;
}

.md-form.input-with-post-icon.input-with-pre-icon .input-prefix {
    right: 16px;
    left: initial;
}

.md-form.input-with-post-icon.input-with-pre-icon .input-prefix:first-of-type {
    left: 16px;
    right: initial;
}

.md-form.input-with-post-icon.input-with-pre-icon .form-control {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.form-header {
    padding: 1rem;
    margin-top: -3.13rem;
    margin-bottom: 3rem;
    color: #fff;
    text-align: center;
    border-radius: .125rem;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.form-check-input[type=checkbox]+label,
label.btn input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    height: 1.5625rem;
    padding-left: 35px;
    line-height: 1.5625rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-input[type=checkbox]+label.form-check-label-left,
label.btn input[type=checkbox]+label.form-check-label-left {
    padding: 0 35px 0 0 !important;
}

.form-check-input[type=checkbox]+label.form-check-label-left:before,
label.btn input[type=checkbox]+label.form-check-label-left:before {
    right: 0;
    left: 100% !important;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.form-check-input[type=checkbox]+label:before,
.form-check-input[type=checkbox]:not(.filled-in)+label:after,
label.btn input[type=checkbox]+label:before,
label.btn input[type=checkbox]:not(.filled-in)+label:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    content: '';
    border: 2px solid #8a8a8a;
    border-radius: 1px;
    -webkit-transition: .2s;
    transition: .2s;
}

.form-check-input[type=checkbox]:not(.filled-in)+label:after,
label.btn input[type=checkbox]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-check-input[type=checkbox]:not(:checked):disabled+label:before,
label.btn input[type=checkbox]:not(:checked):disabled+label:before {
    background-color: #bdbdbd;
    border: none;
}

.form-check-input[type=checkbox]:checked+label:before,
label.btn input[type=checkbox]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    border-left: 2px solid transparent;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.form-check-input[type=checkbox]:checked+label.form-check-label-left:before,
label.btn input[type=checkbox]:checked+label.form-check-label-left:before {
    -webkit-transform: translateX(0) rotateZ(40deg);
    transform: translateX(0) rotateZ(40deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.form-check-input[type=checkbox]:checked:disabled+label:before,
label.btn input[type=checkbox]:checked:disabled+label:before {
    border-right: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
}

.form-check-input[type=checkbox]:indeterminate+label:before,
label.btn input[type=checkbox]:indeterminate+label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 1.375rem;
    border-top: none;
    border-right: 2px solid #4285f4;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.form-check-input[type=checkbox]:indeterminate+label.form-check-label-left:before,
label.btn input[type=checkbox]:indeterminate+label.form-check-label-left:before {
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.form-check-input[type=checkbox]:indeterminate:disabled+label:before,
label.btn input[type=checkbox]:indeterminate:disabled+label:before {
    background-color: transparent;
    border-right: 2px solid rgba(0, 0, 0, .46);
}

.form-check-input[type=checkbox].filled-in+label:after,
label.btn input[type=checkbox].filled-in+label:after {
    border-radius: .125rem;
}

.form-check-input[type=checkbox].filled-in+label:after,
.form-check-input[type=checkbox].filled-in+label:before,
label.btn input[type=checkbox].filled-in+label:after,
label.btn input[type=checkbox].filled-in+label:before {
    position: absolute;
    left: 0;
    z-index: 1;
    content: '';
    -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
}

.form-check-input[type=checkbox].filled-in:not(:checked)+label:before,
label.btn input[type=checkbox].filled-in:not(:checked)+label:before {
    top: 10px;
    left: 6px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox].filled-in:not(:checked)+label:after,
label.btn input[type=checkbox].filled-in:not(:checked)+label:after {
    top: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
}

.form-check-input[type=checkbox].filled-in:checked+label:before,
label.btn input[type=checkbox].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid transparent;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox]:focus:not(:checked)+label::before,
label.btn input[type=checkbox]:focus:not(:checked)+label::before {
    border-color: #3b71ca;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
   }
.form-check-input[type=checkbox]:focus:checked+label::before,
label.btn input[type=checkbox]:focus:checked+label::before {
    border-color: #3b71ca;
    box-shadow: 3px 2px 0 0 rgba(0, 123, 255, .25);
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.form-check-input[type=checkbox].filled-in:checked+label:after,
label.btn input[type=checkbox].filled-in:checked+label:after {
    top: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    background-color: #3b71ca;
    border: 2px solid #3b71ca;
}

.form-check-input[type=checkbox].filled-in.filled-in-danger:checked+label:after,
label.btn input[type=checkbox].filled-in.filled-in-danger:checked+label:after {
    background-color: #f44336;
    border-color: #f44336;
}

.form-check-input[type=checkbox]:disabled:not(:checked)+label:before,
label.btn input[type=checkbox]:disabled:not(:checked)+label:before {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}

.form-check-input[type=checkbox]:disabled:not(:checked)+label:after,
label.btn input[type=checkbox]:disabled:not(:checked)+label:after {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}

.form-check-input[type=checkbox]:disabled:checked+label:before,
label.btn input[type=checkbox]:disabled:checked+label:before {
    background-color: transparent;
}

.form-check-input[type=checkbox]:disabled:checked+label:after,
label.btn input[type=checkbox]:disabled:checked+label:after {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}

.my-cookie-p {
    font-size: .9rem;
}

.my-cookie-pf {
    flex: 4;
}

.switch label {
    cursor: pointer;
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #9dc1fa;
}

.switch label input[type=checkbox]:checked+.lever:after {
    left: 1.5rem;
    background-color: #3b71ca;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever:active:after {
    box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4), 0 0 0 .9375rem rgba(170, 102, 204, .1);
}

.switch label input[type=checkbox]:not(:disabled)~.lever:active:after {
    box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4), 0 0 0 .9375rem rgba(0, 0, 0, .08);
}

.switch label input[type=checkbox]:disabled+.lever {
    cursor: default;
}

.switch label input[type=checkbox]:disabled+.lever:after,
.switch label input[type=checkbox]:disabled:checked+.lever:after {
    background-color: #bdbdbd;
}

.switch label .lever {
    position: relative;
    display: inline-block;
    margin: 0 1rem;
    margin-right: .88rem;
    margin-left: .1rem;
    vertical-align: middle;
    content: '';
    background-color: #818181;
    border-radius: .9375rem;
    width: 2.5rem;
    height: .9375rem;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.switch label .lever:after {
    position: absolute;
    top: -.1875rem;
    left: -.3125rem;
    display: inline-block;
    content: '';
    background-color: #f1f1f1;
    border-radius: 1.3125rem;
    box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4);
    width: 1.3125rem;
    height: 1.3125rem;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow 1s ease;
    transition: left .3s ease, background .3s ease, box-shadow 1s ease;
}

.switch {
    min-width: 123px;
}

.my-form-check-input[type=checkbox]+label:before,
.my-form-check-input[type=checkbox]:not(.filled-in)+label:after,
label.btn input[type=checkbox]+label:before,
label.btn input[type=checkbox]:not(.filled-in)+label:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    content: '';
    border: 2px solid #fff;
    border-radius: 1px;
    -webkit-transition: .2s;
    transition: .2s;
}

.my-form-control:focus {
    color: #fff;
}

#my-top {
    position: absolute;
    top: 0;
}

#btn-back-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: #000;
    background: rgba(0, 0, 0, .7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 999;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#btn-back-to-top i {
    color: #fff;
    margin: 0;
    padding-bottom: 40px;
    position: relative;
    left: 0;
    top: 15px;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#btn-back-to-top:hover {
    background: rgba(0, 0, 0, .9);
}

#btn-back-to-top:hover i {
    color: #fff;
    transform: translateY(-8px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.form-check-input[type=checkbox]+label,
label.btn input[type=checkbox]+label {
    line-height: 1.2rem !important;
}

.form-check-input[type=checkbox]+label,
label.btn input[type=checkbox]+label {
    padding-left: 30px !important;
}

.md-form.md-bg input[type=email],
.md-form.md-bg input[type=number],
.md-form.md-bg input[type=password],
.md-form.md-bg input[type=tel],
.md-form.md-bg input[type=text],
.md-form.md-bg textarea.md-textarea {
    box-sizing: border-box;
    padding: 10px 5px;
    background: #f5f5f5 no-repeat;
    background-color: #f5f5f5;
    background-position-x: 0;
    background-position-y: 0;
    background-image: none;
    background-size: auto;
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#4285f4), to(#4285f4)), -webkit-gradient(linear, left top, left bottom, from(#ced4da), to(#ced4da));
    background-image: linear-gradient(to bottom, #3b71ca, #3b71ca), linear-gradient(to bottom, #ced4da, #ced4da);
    background-position: 50% 100%, 50% 100%;
    background-size: 0 2px, 100% 1px;
    border: 0;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    -webkit-transition: background-size .3s cubic-bezier(.64, .09, .08, 1);
    transition: background-size .3s cubic-bezier(.64, .09, .08, 1);
}

.form-outline .form-control:focus~.form-label {
    color: #3b71ca !important;
}

.my-text {
    color: #3b71ca;
}

.my-button {
    background-color: #9575cd;
}

.my-btn-fontaw-icon {
  padding-top: 28%;
  padding-right: 4%;
}

.cookie {
    width: 36px;
    height: 36px;
}

.my-cookie-p {
    font-size: .9rem;
}

.my-cookie-pf {
    flex: 4;
}

.my-avatar-img {
    width: 150px;
    height: 150px;
}

.my-img-1 {
    width: 500px;
    height: auto;
}

.my-map-container-section {
    overflow: hidden;
    position: relative;
    height: 500px;
}

.my-map-container-section iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.my-rounded-img {
    border-radius: .25rem !important;
    padding-left: 2px;
    padding-right: 2px;
}

.my-section-1 {
    margin-top: -140px;
    background: hsla(0, 0%, 100%, 0.7);
    backdrop-filter: blur(30px);
}

.my-section {
    height: 210px;
}








