.switch-label,
.text-uppercase {
    text-transform: uppercase
}

:root {
    --bs-fulgreen: #23af4b;
    --bs-fulwhite: #ffffff;
    --bs-fulyellow: #fce900;
    --bs-fulblack: #3f4f5e
}

.accordion-button1 {
    background-color: #fff;
    width: 100%;
    color: #000;
    border: none;
    border-radius: 0;
    font-size: 1.2rem;
    padding: 1rem 1.25rem;
    margin: 0;
    text-align: left;
    font-weight: 500;
    transition: .5s
}

.btn-hover-yellow,
.text-fulyellow {
    color: var(--bs-fulyellow)
}

.border-fulyellow,
.btn-fulyellow,
.btn-hover-yellow {
    border-color: var(--bs-fulyellow)
}

.line_one,
.line_two {
    text-align: start !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    word-break: break-all !important
}

.accordion-button1::after {
    content: '\002B';
    color: #000;
    font-size: 1.5rem;
    float: right;
    margin-left: 10px;
    transition: .5s;
    rotate: 180deg
}

.accordion-button1[aria-expanded=true]::after {
    content: '\2212';
    transition: .5s
}

.accordion-flush .accordion-item .accordion-collapse .accordion-body p {
    font-size: 1rem
}

.active>.page-link {
    background-color: var(--bs-fulgreen);
    border-color: var(--bs-fulgreen);
    color: var(--bs-fulwhite)
}

.line_one {
    -webkit-line-clamp: 1 !important
}

.line_two {
    -webkit-line-clamp: 2 !important
}

.w-90 {
    width: 90%
}

.btn-check {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.btn-hover-yellow {
    display: inline-block;
    background-color: var(--bs-fulwhite);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden
}

.dropdown:hover .dropdown-menu,
.switch,
.switch-label {
    display: block
}

.bg-fulyellow,
.btn-fulyellow {
    background-color: var(--bs-fulyellow)
}

.btn-fulgreen,
.btn-fulyellow {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer
}

.btn-fulyellow:active,
.btn-fulyellow:hover,
.btn-hover-yellow:hover {
    color: var(--bs-fulblack);
    background-color: #f7d70d;
    border-color: #f7d70d
}

.btn-check:checked+.btn-hover-yellow::before,
.btn-hover-yellow:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(247, 215, 13, .5);
    border-radius: 50%;
    transition: background-color .3s
}

.btn-fulyellow {
    color: var(--bs-fulblack)
}

.bg-fulgreen,
.btn-fulgreen {
    background-color: var(--bs-fulgreen)
}

.border-fulgreen,
.btn-fulgreen {
    border-color: var(--bs-fulgreen)
}

.btn-fulyellow:focus {
    color: var(--bs-fulblack);
    background-color: #f7d70d;
    border-color: #f7d70d;
    box-shadow: 0 0 0 .25rem rgba(255, 223, 0, .5)
}

.btn-fulgreen:active,
.btn-fulgreen:focus,
.btn-fulgreen:hover {
    background-color: #1f8b40;
    border-color: #1f8b40;
    color: var(--bs-fulwhite)
}

.text-fulgreen {
    color: var(--bs-fulgreen)
}

.btn-fulgreen {
    color: var(--bs-fulwhite)
}

.btn-fulgreen:focus {
    box-shadow: 0 0 0 .25rem rgba(38, 143, 68, .5)
}

.switch {
    position: relative;
    vertical-align: top;
    width: 70px;
    height: 26px;
    padding: 3px;
    margin: 0 10px 10px 0;
    border-radius: 18px;
    cursor: pointer
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.switch-label {
    position: relative;
    height: inherit;
    font-size: 10px;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .12), inset 0 0 2px rgba(0, 0, 0, .15);
    transition: .3s
}

.switch-label:after,
.switch-label:before {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, .5)
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .2);
    opacity: 0
}

.switch-input:checked~.switch-label {
    background: #000;
    border-color: #08c;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15), inset 0 0 3px rgba(0, 0, 0, .2)
}

.change .bar2,
.switch-input:checked~.switch-label:before {
    opacity: 0
}

.switch-input:checked~.switch-label:after {
    opacity: 1
}

.switch-handle {
    position: absolute;
    top: 3px;
    left: 2px;
    width: 25px;
    height: 25px;
    background: linear-gradient(to bottom, #fff 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #fff 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    transition: left .3s
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eee, #fff);
    background-image: -webkit-linear-gradient(top, #eee, #fff);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, .02);
    transition: background .3s, box-shadow .3s
}

.switch-input:checked~.switch-handle {
    left: 42px;
    top: 3px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, .2)
}

.w-95 {
    width: 95%
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.btn-green_location {
    color: #000
}

.bg-tran2 {
    background-color: rgba(0, 0, 0, .9);
    opacity: .5;
    z-index: 0;
    height: 550px;
    width: 100%
}

.banner_bg_images {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: fill
}

.linefive,
.lineone,
.lineseven,
.linesix {
    text-align: start;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden
}

.card:hover .btn-green_location,
.collapse ul li a:hover,
.sidepanel a:hover,
.text-green {
    color: #23af4b
}

.btn-green:hover {
    color: #23af4b !important
}

.border-green {
    border: 1px solid #23af4b
}

.fa-angle-down,
.sidepanel {
    border-top: 6px solid #23af4b
}

.font-1 {
    font-size: 18px !important;
    line-height: 1.5 !important
}

.card-title-font,
p {
    line-height: 26px;
    font-size: 14px
}

.font-headertext {
    font-weight: 800 !important;
    font-family: system-ui;
    margin-bottom: 1rem
}

.font-w-800,
.jbm-sign {
    font-weight: 800
}

.collapse ul li a,
.fa-angle-down {
    font-family: paracustomFont, sans-serif;
    color: #3f4f5e
}

.lineseven {
    -webkit-line-clamp: 7
}

.linesix {
    -webkit-line-clamp: 6
}

.linefive {
    -webkit-line-clamp: 5
}

.lineone {
    -webkit-line-clamp: 1
}

.back-top-button,
.carousel-control,
.jbm-sign,
.questionpars,
.social-icons a,
.text-center {
    text-align: center
}

.pb-6 {
    padding-bottom: 6rem
}

.pb-8 {
    padding-bottom: 8rem
}

.pb-10 {
    padding-bottom: 10rem
}

.mb-6 {
    margin-bottom: 6rem
}

.mb-8 {
    margin-bottom: 8rem
}

.mb-10 {
    margin-bottom: 10rem
}

.a:hover {
    text-decoration: none;
    border-bottom: 0 !important
}

.carousel-control.left,
.carousel-control.right {
    background: 0 0 !important
}

.bg-green {
    background-color: #23af4b
}

.back_grund {
    background: #fce900 !important;
    border-bottom: 10px solid #23af4b !important
}

.bg-yellow {
    background: #fce900
}

.collapse>ul>li {
    display: inline-block;
    margin-right: 14px;
    position: relative
}

.collapse ul li a {
    font-size: 15px
}

.fa-angle-down {
    background-color: #fff;
    width: 230px;
    padding-top: 35px;
    padding-bottom: 30px
}

.fa-angle-down ul li {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 9999;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 20px
}

.sidepanel a {
    color: #3f4f5e;
    font-size: 14px;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 25px;
    text-decoration: none
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    color: #fff
}

.openbtn {
    font-size: 30px;
    cursor: pointer;
    background-color: transparent;
    color: #000;
    padding: 10px 15px;
    border: none;
    display: none
}

.back-top-button,
.footer-links.inline li,
.jbm-sign,
.social-icons a,
.social-icons li {
    display: inline-block
}

@media screen and (max-width:990px) {
    .openbtn {
        display: block
    }

    .nav_pd {
        padding: 8px 0 8px 4px
    }
}

@media screen and (max-width:800px) {
    .resnav-logo {
        width: 77%
    }

    .dnav-logo {
        width: 100%
    }
}

.bar1,
.bar2,
.bar3 {
    width: 31px;
    height: 2px;
    background-color: #333;
    margin: 9px 0;
    transition: .4s
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg)
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg)
}

.site-footer {
    background-color: #000;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #fff
}

.back-top-button,
.btn-btn-green,
.jbm-sign {
    color: #fff;
    background-color: #23af4b
}

.site-footer hr {
    border-top: 2px solid #23af4b;
    opacity: 1
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative
}

.footer-links li {
    margin-bottom: 30px;
    list-style: none
}

.footer-links a,
.footer-links a :hover {
    color: #fff;
    font-size: 20px;
    text-decoration: none
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

.social-icons li {
    margin-bottom: 4px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    line-height: 44px;
    width: 44px;
    height: 44px;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.jbm-sign {
    min-width: 190px;
    height: 50px;
    line-height: 48px;
    border-radius: 35px;
    border: 2px solid #23af4b;
    font-size: 16px;
    text-decoration: none;
    padding: 0 40px;
    -ms-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.btn-green {
    color: #fff;
    text-decoration: none
}

.btn-btn-green {
    border-radius: 35px !important;
    padding: 16px 40px;
    font-size: 16px;
    border: 1px solid #23af4b;
    font-weight: 600
}

.btn-btn-green:hover {
    background-color: #fff;
    color: #23af4b;
    border-radius: 35px;
    font-size: 16px;
    border: 1px solid #23af4b
}

.back-top-button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 14px;
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

@media(max-width:769px) {
    .back-top-button {
        top: -104px
    }
}

@media(max-width:500px) {
    .back-top-button {
        top: -40px
    }
}

.back_grund_warning {
    background-color: #fce900 !important
}

@media (max-width:1200px) {
    .video-wrapper {
        width: 400px !important;
        height: 250px !important;
        float: inline-start;
        border-radius: 10px !important
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px !important
    }

    .video_discr {
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
        height: 250px !important
    }
}

@media (max-width:861px) {
    .video-wrapper {
        width: 350px !important;
        height: 220px !important;
        border-radius: 10px !important
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px !important
    }

    .video_discr {
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
        height: 220px !important
    }
}

@media (max-width:771px) {
    .video-wrapper {
        width: 350px !important;
        height: 220px !important;
        float: none !important;
        border-radius: 10px !important;
        margin: auto;
        text-align: center
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px !important
    }

    .video_discr {
        display: flex !important;
        justify-content: start !important;
        align-items: center !important
    }
}

@media (max-width:460px) {
    .video-wrapper {
        width: 300px !important;
        height: 180px !important;
        margin: auto !important;
        border-radius: 10px !important
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px !important
    }

    .video_discr {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-left: 2rem;
        margin-right: 2rem
    }
}

@media (max-width:360px) {
    .video-wrapper {
        width: 300px !important;
        height: 150px !important;
        margin: auto !important;
        border-radius: 10px !important
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px !important
    }

    .video_discr {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important
    }
}

@media (max-width:330px) {
    .video-wrapper {
        width: 250px !important;
        height: 150px !important;
        margin: auto !important;
        border-radius: 10px !important
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px !important
    }

    .video_discr {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important
    }
}

@media (min-width:1201px) {
    .video-wrapper {
        width: 540px !important;
        height: 340px !important;
        float: right !important;
        border-radius: 10px !important
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px !important
    }

    .video_discr {
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
        height: 340px !important
    }
}

.mainbanerimages {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0;
    padding: 0;
    object-fit: cover !important;
    object-position: 0%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: background-image 1s ease-in-out !important;
    background: #2e2c2c
}

.sign,
.sign:hover {
    padding: 12px 58px
}

/* .mainbanerimages::after {
    content: "";
    background: rgba(0, 0, 0, .6);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
} */

@media (min-width:532px) {
    .mainbanerimages {
        height: 90vh;
        width: 100%
    }
}

@media (max-width:531px) {
    .mainbanerimages {
        height: 50vh;
        width: 100%
    }

    .font-bannerstyle {
        font-size: 30px;
        font-family: system-ui;
        color: #fff
    }
}

@media (max-width:430px) {
    .mainbanerimages {
        height: 70vh;
        width: 100%
    }

    .font-bannerstyle {
        font-size: 30px;
        font-family: system-ui;
        color: #fff
    }
}

@media (max-width:990px) {
    .navbar-nav {
        float: left;
        margin: 0;
        display: none !important
    }
}

a:hover {
    color: #23527c;
    text-decoration: none
}

.sign {
    font-size: 20px
}

.sign:hover {
    text-decoration: none;
    background-color: transparent;
    font-size: 20px
}

.from-control {
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    color: #000
}

.borderx-0 {
    border-left: 0;
    border-right: 0
}

.bordert-0 {
    border-top: 0
}

.borderb-1 {
    border-bottom: 1px solid gray
}

.question h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000
}

.pointer {
    cursor: pointer
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-center {
    margin-bottom: 0;
    margin-top: 0
}

.questionfont {
    font-size: 16px;
    font-weight: 600;
    flex-grow: 1;
    margin-top: 1rem
}

.questionpars {
    font-size: 27px;
    font-weight: 600;
    flex-grow: 1
}

.questionh2 {
    font-size: 47px;
    font-weight: 800
}

.multi-item-carousel .carousel-inner>.item {
    transition: left .5s ease-in-out
}

.multi-item-carousel .carousel-inner .active.left,
.multi-item-carousel .carousel-inner .prev {
    left: -33%
}

.multi-item-carousel .carousel-inner .active.right,
.multi-item-carousel .carousel-inner .next {
    left: 33%
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner>.item {
        transition: .5s ease-in-out;
        backface-visibility: visible;
        transform: none !important
    }
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
    background-image: none
}

.p-8010 {
    padding: 80px 10px 10px
}

.margin-6010 {
    margin: 70px 10px 10px
}

@media (max-width:767px) {
    .width-767 {
        display: none
    }
}

@media (min-width:768px) {
    .width-768 {
        display: none
    }
}

.rounded-50 {
    border-radius: 50%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    opacity: .5
}
