@charset "UTF-8";

/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */


*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

h1{
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 800;
    margin: 0px;
    text-shadow: rgb(0 0 0) 0px 0px 0px;
    text-align: left;
    text-align: center;
    padding-bottom: 32px;
}

h2,
h3,
h4,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    h4 {
        font-size: 1.5rem
    }
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

strong {
    font-weight: bolder
}

a {
    color: var(--font-color);

}

a:hover {
    color: var(--primary-color);
}

img {
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:576px) {

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:768px) {

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:992px) {

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 18px 56px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid var(--primary-color);
    outline: 0;
    box-shadow: none;
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

button#submit-button {
    margin-top: 32px;
}

.btn:hover {
    color: #212529
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn:disabled {
    pointer-events: none;
    opacity: .65
}

.btn-outline-dark {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgb(76 175 80 / 35%);
}

.btn-outline-dark:active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 87 34 / 35%);
}


.btn-outline-dark:disabled {
    color: var(--primary-color);
    background-color: transparent;
}



.btn-outline-sjys {
    padding: 12px 32px;
    color: #fff;
    border-color: #fff;
    border-bottom: 4px solid #fff;
}

.btn-outline-sjys:hover {
    color: var(--primary-color);
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-sjys:focus {
    box-shadow: 0 0 0 0.25rem rgb(76 175 80 / 35%);
}

.btn-outline-sjys:active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-sjys:active:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 87 34 / 35%);
}


.btn-outline-sjys:disabled {
    color: var(--primary-color);
    background-color: transparent;
}

.collapse:not(.show) {
    display: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca
}

.navbar {
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-light .navbar-brand {
    opacity: 1;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    opacity: 0.95;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.d-grid {
    display: grid !important
}

.m-5 {
    margin: 3rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-5 {
    padding: 3rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.text-center {
    text-align: center !important
}

.text-light {
    color: #f8f9fa !important
}

@media (min-width:768px) {

    .p-md-4 {
        padding: 1.5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
}

@media (min-width:992px) {

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }
}

@media (min-width:1200px) {

    .pe-xl-5 {
        padding-right: 3rem !important
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */

/*--/Font-Awesome--*/
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  readers do not read off random characters that represent icons */

.fa-bars:before {
    content: "\f0c9";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-clock:before {
    content: "\f017";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-phone-alt:before {
    content: "\f879";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-times:before {
    content: "\f00d";
}

.fa-user:before {
    content: "\f007";
}

.fa-whatsapp:before {
    content: "\f232";
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
    font-display: swap;}


.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
    font-display: swap;
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
    font-display: swap;
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*--//Font-Awesome--*/

:root {
    --primary-color: #1E68B8;
    --secondary-color: #12137E;
    --font-color: #000;
    --bg-color: #fff;
    --heading-color: #151515;
    --primary-dark: #212529;
    --border-radius: 4px;
    --border-radius-full: 35px;
    --border-color: transparent;
    --border-color-light: #e4e6e5;
    --nav-color: #1b0f31;
    --dropdown-color: #fff;
    --iframe-filter: grayscale(0%);
    --bg-grey: #f6f6f6;
    --bg-lightgrey: #f1f3f8;
    --layer: rgb(6 1 14 / 58%);
    --layer1: rgb(6 1 14 / 70%);
    --footer-bg: #020202;
    --footer-bglight: #272d3a;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    background: var(--bg-color);
    color: #000;
    font-family: 'Roboto', sans-serif;

}

body a,
button,
.btn {
    cursor: pointer !important;
}

.d-grid {
    display: grid;
}

button,
input,
li,
span {
    -webkit-appearance: none;
    outline: none;
    font-family: 'Roboto', sans-serif;

}

a,
a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

h2,
h3,
h4,
h6 {
    margin: 0;
    padding: 0;
    color: var(--heading-color);
}

p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    color: var(--font-color);
    font-family: 'Roboto', sans-serif;

}

li {
    list-style-type: none;
    text-align: center;
}

.radius-image {
    border-radius: var(--border-radius);
}

/*-- container --*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

/*-- //container --*/
.btn-style {
    padding: 16px 36px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: var(--border-radius);
    text-transform: capitalize;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 1%), 0 1px 1px rgb(0 0 0 / 5%);
    border-top-width: .0625rem;
    border-bottom-width: calc(.2rem + .0625rem);
}

.title-w3l {
    font-size: 38px;
    line-height: 48px;
    font-weight: 800;
    text-transform: capitalize;
}

.title-subw3hny {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: inline-block;
    line-height: 28px;
    color: var(--primary-color);
    position: relative;
}

.title-subw3hny:after {
    content: "";
    position: absolute;
    border: 0;
    width: 40px;
    height: 2px;
    background: var(--primary-color);
    z-index: 1;
    right: 0;
    left: 0;
    top: 30px;
    margin: 0 auto;
    text-align: center;
}

.title-content-two h6 {
    text-align: left;
}

.title-content-two .title-subw3hny:after {
    margin: 0;
    text-align: left;
}

@media (max-width: 1080px) {
    .title-w3l {
        font-size: 32px !important;
        line-height: 40px;
    }
}

@media (max-width: 568px) {
    .title-w3l {
        font-size: 30px !important;
        line-height: 38px;
    }

    .btn-style {
        padding: 16px 30px;
    }
}

@media (max-width:480px) {
    .title-w3l {
        font-size: 26px !important;
        line-height: 32px;
    }

    .btn-style {
        padding: 14px 28px;
    }
}

@media (max-width: 375px) {
    .title-w3l {
        font-size: 24px !important;
        line-height: 30px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .title-w3l {
        font-size: 24px !important;
        line-height: 34px;
    }
}

/*-- toggle switch --*/

/*-- //toggle switch --*/
/*-- dark and light mode styling --*/

/*--//Light-and-Drak-Mode--*/
/*---/Header-Style--*/
/*--/top-header--*/
/*--/top--*/
.w3l-top-header {
    background: var(--bg-color);
}

.w3l-top-header .top-header-right {
    text-align: right;
}

.main-top {
    display: grid;
    grid-template-columns: 5fr 1fr;
    grid-gap: 20px 20px;
    align-items: center;
}

.main-top p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
}

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

.main-top .info-icon span {
    font-size: 34px;
    color: var(--secondary-color);
    text-align: center;
    margin-top: 8px;
}

.info-top-gridshny {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px 20px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 6fr;
    grid-gap: 0px 10px;
    align-items: center;
}

.top-header-right ul li {
    display: inline-block;
}

.top-header-right ul li a {
    margin-right: 10px;
    color: var(--heading-color);
    display: inline-block;
    text-align: center;
    font-size: 16px;
    background: transparent;
    border: 1px solid var(--heading-color);
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    transition: 0.3s;
}

.info-grid .info-text a {
    color: var(--font-color);
}

.info-grid .info-text a:hover {
    opacity: 0.9;
}

.top-header-right ul li a:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: 0.3s;
    color: #fff;
}

/*--//top--*/
/*--//top-header--*/
/*--/header--*/
header {
    transition: all 0.4s ease 0s;
    padding: 30px 0;
    display: grid;
    align-items: center;
    background: transparent;
    z-index: 10 !important;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.navbar .navbar-brand {
    padding: 0;
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.navbar-nav .nav-item {
    padding: 0 12px;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-nav .nav-link:focus {
    color: #fff;
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    font-weight: bold;
    color: #fff;
    opacity: 1;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

.navbar-expand-lg .navbar-nav .nav-link {
    transition: all 0.5s ease;
    padding: 10px 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
    text-transform: capitalize;
}

/*--/serach--*/


/*--//serach--*/
@media only screen and (max-width: 992px) {

    header {
        height: auto;
        padding: 17px 0;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 0;
    }

    .navbar-collapse {
        max-height: calc(100vh - 80px);
        overflow-y: scroll;
    }

    .navbar-toggler {
        padding: 0rem !important;
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        float: left;
        text-align: center;
        width: 100%;
        background: var(--bg-color);
        padding: 20px;
        margin-top: 16px;
        /* box-shadow: 0 6px 19px rgb(0 0 0 / 5%); */
        border-radius: 4px;
        border: 1px solid var(--border-color-light);
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 2px 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        display: inline-block;
        text-align: center;
        color: var(--heading-color);
    }

    .navbar-toggler-icon {
        background-image: none;
        padding: 0;
        width: 34px;
        height: 34px;
        display: inline-block;
        background: #272121;
        border-radius: 4px;
        text-align: center;
    }

    .navbar-toggler-icon.fa {
        font-size: 20px;
        line-height: 1.2em;
        background: var(--primary-color);
        line-height: 34px;
        color: #fff;
    }

    button.navbar-toggler .icon-close {
        display: block;
    }

    button.navbar-toggler .icon-expand {
        display: none;
    }

    button.navbar-toggler.collapsed .icon-close {
        display: none;
    }

    button.navbar-toggler.collapsed .icon-expand {
        display: block;
    }

    .main-top {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px 15px;
        align-items: center;
    }

    .info-top-gridshny {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px 20px;
    }

    .w3l-top-header .top-header-right {
        text-align: left;
    }

    .main-top .info-icon span {
        font-size: 26px;
        color: var(--primary-color);
        text-align: center;
        margin-top: 8px;
    }

    .w3l-top-header {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .navbar .navbar-brand {
        font-size: 30px;
    }

}


/*--/banner--*/

.w3l-main-slider .banner-view {
    background: url(../images/hero.webp) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    min-height: 640px;
    background-size: cover;
}

.w3l-main-slider .banner-view:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgb(0 0 0 / 74%) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 35%, rgb(0 0 0 / 71%) 100%);
}


/* .w3l-main-slider .banner-view:before {
    background: linear-gradient(264deg, #12137E, transparent);
} */

.w3l-main-slider h3.title-hero-19 {
    font-size: 90px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 800;
    margin: 0px;
    text-shadow: rgb(0 0 0) 0px 0px 0px;
    text-transform: capitalize;
    text-align: left;
}

@media (max-width: 1080px) {
    .w3l-main-slider h3.title-hero-19, h1 {
        font-size: 100px;
        line-height: 110px;
    }

    .w3l-main-slider .banner-view,
    .w3l-main-slider .banner-top1 {
        min-height: 600px;
    }
}

@media (max-width: 1024px) {
    .w3l-main-slider h3.title-hero-19, h1 {
        font-size: 80px;
        line-height: 90px;
    }
}

@media (max-width: 667px) {

    .w3l-main-slider .banner-view,
    .w3l-main-slider .banner-top1 {
        min-height: 400px;
    }
}

@media (max-width: 600px) {

    .w3l-main-slider h3.title-hero-19, h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 480px) {
    .w3l-main-slider h3.title-hero-19,h1 {
        font-size: 46px;
        line-height: 56px;
    }
}

@media (max-width: 440px) {
    .w3l-main-slider h3.title-hero-19,h1 {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (max-width: 387px) {

    .w3l-main-slider .banner-view,
    .w3l-main-slider .banner-top1 {
        min-height: 400px;
    }
}

/*--//w3l-main-slider--*/
/*---//Banner-Style--*/
/*--/features--*/
section.w3l-passion-mid-sec {
    background: var(--secondary-color);
}

.title-content {
    max-width: 700px;
    margin: 0 auto;
}

/*--//features--*/
/*--/w3l-passion-mid-grids--*/
.w3l-passion-mid-grids {
    align-items: center;
}

.passion-grid-item-pic img {
    margin-bottom: 20px;
}

/*--/stats--*/
.w3l-stats-section {
    margin-top: -90px;
    z-index: 10;
    position: relative;
}

.w3l-stats-inner-inf {
    background: var(--primary-color);
    border-radius: var(--border-radius);
}

.stats_info {
    text-align: center;
}

@media only screen and (max-width: 375px) {
    .stats_info {
        padding: 0 15px;
    }
}

/*--//stats--*/
/*--//w3l-passion-mid-grids--*/
/*--/gallery--*/

/*-- portfolio --*/

/*--//gallery--*/
/*--/video--*/

/*--//video--*/
/*--/inner-banner--*/

/*--/about--*/

.w3l-services .about-col {
    background: var(--bg-color);
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.w3l-services .about-col .img {
    position: relative;
}

.w3l-services .about-col .img img {
    border-radius: 4px 4px 0 0;
}

.w3l-services .about-col .icon {
    width: 64px;
    height: 64px;
    text-align: center;
    position: absolute;
    background-color: var(--primary-color);
    border-radius: 50%;
    border: 4px solid var(--bg-color);
    left: calc(50% - 32px);
    bottom: -30px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w3l-services .about-col h4 {
    color: var(--heading-color);
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    padding: 0;
    margin: 40px 0 12px 0;
}

.w3l-services .about-col h4 a {
    color: var(--heading-color);
}

.w3l-services .about-col h4 a:hover {
    color: var(--primary-color);
}

.w3l-services .about-col p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
    text-align: center;
}

/*--//features--*/
/*--/faq--*/

/* faq section */

/*-- //faq --*/

/*--//team--*/
/*--//about--*/
/*--/services--*/

/*--//services--*/
/*--//inner-banner--*/

/*--/testimonials--*/
/*--contact--*/


/*--//contact--*/
/*--/w3l-subscribe--*/

/*--//w3l-subscribe--*/
/*--/Footer-9--*/
/* movetop styling */
#movetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 0;
}

#movetop:hover {
    opacity: .8;
}

/* //movetop styling */
section.footer-inner-main {
    background: var(--primary-color);
}

.w3l-footer9 .columns p,
.w3l-footer9 .columns p a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.w3l-footer9 .footer-inner-main .columns p a {
    color: var(--primary-color);
}

.w3l-footer9 ul.text-right li {
    display: inline-block;
}

.w3l-footer9 .columns p a:hover,
.w3l-footer9 ul.text-right li a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.w3l-footer9 ul.footer-w3list {
    text-align: right;
}

.w3l-footer9 .footer-inner-main .copyright-footer ul li {
    display: inline-block;
}

.w3l-footer9 .copyright-footer {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    grid-gap: 20px;
}

.w3l-footer9 .below-section {
    color: var(--primary-color);
    justify-content: space-between;
}

.w3l-footer9 ul.text-right li a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0px 0 0 16px;
}

@media (max-width: 992px) {

    .w3l-footer9 ul.text-right li a {
        font-size: 14px;
        margin: 0 6px;
    }
}

@media (max-width:992px) {
    .w3l-footer9 .copyright-footer {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        grid-gap: 20px;
    }

    .w3l-footer9 .below-section {
        text-align: center;
    }

    .w3l-footer9 ul.footer-w3list {
        text-align: center;
    }
}

@media (max-width:600px) {
    .w3l-footer9 ul.text-right li a {
        font-size: 14px;
        margin: 0 3px;
    }

    .w3banner-content-btns .btn {
        display: block;
        width: 100%;
    }
}

@media (max-width: 440px) {
    .w3l-footer9 .footer-inner-main .below-section {
        grid-template-columns: 1fr;
    }
}

/*--//Mapa--*/

.logo-header {
    width: 75%;
}


.lista-logos{
    display: flex;
    justify-content: center;
}

   .lista-logos + .lista-logos {
  margin-top: 2rem;
}

.elemento-logos{
    padding: 0 32px;
}

.back-gray{
    background:#F6F6F6;
}

.lista-mapa,.element-lista{
    display: flex;
    align-items: center;
    gap:14px;
    padding: 4px;
    width: max-content;
}

span.fa.fa-check-circle, .fa-plus-circle {
    color: var(--primary-color);
}

section.w3l-passion-mid-sec {
    background: var(--secondary-color);
    position: relative;
}

.mapa-imagen{
    padding-top: 189px;
}

.valores-section{
    display: flex;
    justify-content: center;
    gap: 56px;
}

.icon-valores{
    margin: 12px 0;
}


.inside-card {
    padding-top: 24px;
}


.card-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.card{
    border-radius: 0px 0px 2.724px 2.724px;
    background: #FFF;
    box-shadow: 0px 1.362px 8.171px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    width: 232px;
    padding: 16px 0;
    flex-direction: column;
    align-items: center; }

.lista-card{
    padding: 16px 0;
}


/* Form */


input {
max-width:100%;
color: #000;
font-size: 16px;
line-height: 28px;
padding: 24px 20px;
outline: none;
border: 1px solid #000;
border-radius: 6px;
width: 100%;
background: transparent;
margin: 16px 0;
}

input:focus {
border: 1px solid #000;
background:#f2f2f2;
color: #000;
outline: pink;
}



.alert {
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}

.hidden {
display: none !important;
}

.alert-danger {
padding: 16px;
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
text-align: center;
margin-top: 32px;
}

.alert-success {
padding: 16px;
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
margin-top: 32px;
}

.has-search {
position: absolute;
z-index: 2;
display: block;
width: 64px;
height: 64px;
line-height: 2.375rem;
text-align: center;
pointer-events: none;
color: #aaa;
margin: 14px 0;   }

i.fa, i.fab {
color: var(--primary-color);
font-size: 24px;
}


/* Whatsapp icon */

.float{
	position:fixed;
	width:44px;
	height:44px;
	bottom:80px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float::before{
    content: url('https://dev.bee-sharing.com/sjys/assets/images/whatsapp.svg');
    color: #fff;
    margin-top: 4px;
}


.my-float{
	margin-top:16px;
}


li > .info-text {
    text-align: start;
}

.bold{
font-weight: bold;
}

.hero-list{
    display: flex;
    flex-direction: row;
    margin: auto;
}

.hero-flex{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.contenedor-lista {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container.form {
    background-color: var(--primary-color);
}


.form-section {
    position: relative;
    bottom: 16vh;
}


.list-red {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 56px;
}

.item-red{

    font-size: 20px;
    padding: 8px;
}

.link-red{
    color: var(--bg-color);
    display: flex;
    gap: 16px;
}

.link-red:hover{
    color: var(--bg-color);
    font-weight: bolder;

}

.list-red-social{
    display: flex;

}

@media screen and (min-width: 768) and (max-width: 1280px) {

    .card-container {
        flex-wrap: wrap;
        gap: 32px;
    }

}


@media screen and (min-width: 375px) and (max-width: 768px) {

    .lista-logos{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
   .lista-logos + .lista-logos {
  margin-top: 0;
}
    
    .elemento-logos{
        padding:24px 0;
    }

    .valores-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 56px;
    }
    
    .icon-valores{
        margin: 12px 0;
    }

    .card-container {
        flex-wrap: wrap;
        flex-direction: ;
        align-items: center;
        gap: 32px;
    }

    .text-align-left{
        text-align: left;
    }
    
    section.w3l-passion-mid-sec {
        margin-top: -40px;
    }
    .mapa-imagen{
        padding: 0;
    }

    .container.py-md-3 {
        padding: 14px;
    }

    .hero-list {
        flex-wrap: wrap;
        flex-direction: column
    }

    .form-section {
        position: relative;
        bottom: 0vh;
    }

    .title-hero {
        padding-top: 132px;
    }

    img.logo-header {
        width: 64%;
    }

    .card{
        width: 88vw;
    }

    .hero-flex{
        height: 140vh;
    }
  }