body {
    font-size: 16px;
    color: #000;
}
.bg-light {
    background-color: #f8f8f8 !important;
}
p {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 28px;
}
a:hover {
    color: #027864;
}
.f-bold {
    font-weight: bold;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: 0.5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.btn {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 17px;
}
.headingf {
    font-size: 30px;
    width: 85%;
    margin: 0 auto;
    line-height: 40px;
}
.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}
.ui-widget-header {
    border: 1px solid #e78f08;
    background: #efb855;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: var(--bs-primary);
    color: var(--bs-white);
    box-shadow: 0 0 0 0.25rem rgba(239, 184, 85, 0.5);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #027864;
    border-color: #027864;
    box-shadow: 0 0 0 0.25rem rgba(239, 184, 85, 0.5);
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(239, 184, 85, 0.5);
}
.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: #000;
    background: #eaa221;
    background: -webkit-linear-gradient(-50deg, #eaa221, #f6c265, #eaa221);
    background: linear-gradient(-50deg, #eaa221, #f6c265, #eaa221);
}
.back-to-top {
    color: #000 !important;
    background: #eaa221 !important;
    background: -webkit-linear-gradient(-50deg, #eaa221, #f6c265, #eaa221) !important;
    background: linear-gradient(-50deg, #eaa221, #f6c265, #eaa221) !important;
}
.back-to-top:hover {
    color: #000 !important;
    background: #f6c265 !important;
    background: -webkit-linear-gradient(-50deg, #f6c265, #eaa221, #f6c265) !important;
    background: linear-gradient(-50deg, #f6c265, #eaa221, #f6c265) !important;
}
.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}

/*** Topbar Start ***/
.dropdown-toggle {
    cursor: pointer;
}
.breadcrumb-item + .breadcrumb-item {
    color: #fff;
}
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: 0.5s;
    opacity: 1;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: 0.5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 65px;
}
.sticky-top.nav-bar .navbar-light .navbar-brand img {
    max-height: 55px;
}
.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}
.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.3px;
    justify-content: center; /* Center the link inside */
    align-items: center;
}
.navbar-collapse {
    flex-grow: inherit;
}
.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link,
.nav-link.active {
    color: var(--bs-primary) !important;
}
.points h5 {
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}
.navbar .btn.btn-primary {
    font-weight: bold;
    background: #eaa221;
    background: -webkit-linear-gradient(-50deg, #eaa221, #f6c265, #eaa221);
    background: linear-gradient(-50deg, #eaa221, #f6c265, #eaa221);
    color: #000;
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }
    .nav-bar.sticky-top .navbar {
        padding: 10px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 8px;
    }

    .navbar .navbar-nav .nav-btn {
        width: auto;
        display: flex;
        margin-left: 8px;
        text-transform: uppercase;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: 0.5s;
        opacity: 0;
        left: 20px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 0;
        background: var(--bs-light);
        transition: 0.5s;
        opacity: 1;
        border-radius: 0;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        padding: 0;
    }
    .dropdown-item {
        padding: 16px 20px;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.3px;
        border-bottom: 1px solid #ececec;
    }
    .dropdown-item:last-child {
        border-bottom: 0px solid #ececec;
    }
    .dropdown-item:last-child:hover,
    .dropdown-item:last-child:focus {
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}
/*** Navbar End ***/

.navbar-collapse {
    width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
/*** Carousel Hero Header Start ***/
.mt-2 {
    margin-top: 0.75rem !important;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: 42px;
    padding: 0 12px;
    border-radius: 6px;
}
.form-floating > label {
    padding: 0px 12px;
    line-height: 42px;
    font-size: 15px;
}
.banner-form {
    position: absolute;
    background: #027864;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    padding: 25px 45px;
    align-content: center;
}
.carousel-caption {
    padding-top: 0;
    padding-bottom: 0;
}
.centered-list {
    list-style-position: inside;
    text-align: center;
    padding-left: 0;
}
.zeroban span {
    border-right: 2px solid #fff;
    padding-right: 15px;
    margin-right: 15px;
}
.applybtn:hover i {
    padding-left: 5px;
}
.applybtn {
    width: 230px;
    position: relative;
    text-transform: uppercase;
}
.header-carousel {
    position: relative;
}
.header-carousel h1 {
    letter-spacing: 1px;
}
.header-carousel h5 {
    letter-spacing: 2px;
}
.header-carousel .header-carousel-item {
    height: calc(100vh - 152px);
    background: linear-gradient(rgba(2, 120, 100, 0.9), rgba(0, 0, 0, 0.2)), url(../img/banner.jpg);
    background-size: cover !important;
}

.bg-cta {
    height: auto;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 0255, 0.5)), url(../img/cta.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
}
.form-floating > label {
    color: #000;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #efb855;
    border-color: #efb855;
    color: #000 !important;
    background: #eaa221;
    background: -webkit-linear-gradient(-50deg, #eaa221, #f6c265, #eaa221);
    background: linear-gradient(-50deg, #eaa221, #f6c265, #eaa221);
}
@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 800px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(2, 120, 100, 0.9), rgba(0, 0, 0, 0.4)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.feature .feature-item:hover {
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: var(--bs-primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}
.feature .feature-item h4 {
    font-weight: bold;
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}

.feature .feature-item:hover a {
    color: #fff;
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Feature End ***/

/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(2, 120, 100, 0.2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}
.service-content-inner h4 {
    font-weight: bold;
    margin-bottom: 15px;
}
.service .btn-big {
    font-size: 22px;
}
.service .service-item:hover .service-content .service-content-inner h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/

/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(2, 120, 100, 0.8);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-primary);
    background: var(--bs-light);
}
/*** FAQs End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
    background: #fff;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(2, 120, 100, 0.2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
}
.homeblog .blog-content p {
}
.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s;
}

@keyframes image-efects {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    25% {
        border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;
    }

    50% {
        border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;
    }

    75% {
        border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;
    }

    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}
.footer-item img {
    height: 65px;
    margin-bottom: 12px;
}
.footer .footer-item a {
    /* line-height: 35px; */
    /* color: var(--bs-body); */
    transition: 0.5s;
    color: #fff;
    line-height: 28px;
    margin-bottom: 8px;
}
.footer .footer-item span {
    color: #fff;
}
.footer .footer-item p {
    line-height: 28px;
    color: #fff;
}
/*.footer-item .fa-map-marker {
    margin-bottom: 40px;
    float: left;
    margin-top: 6px;
    display: grid;
}*/
.footer .footer-item a:hover {
    color: #fff;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}

.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
    border: 1px solid #fff;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}
/*** Footer End ***/

.discliamul,
.disclaimp {
    font-size: 13px;
    text-align: left;
    line-height: 22px;
}
.discliamul li {
    margin-bottom: 3px;
    color: #fff;
    font-size: 13px;
}

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
/*** copyright end ***/
.wrapper {
    width: 400px;
    margin: 0 auto;
    padding: 40px 0;
}

.slider-wrapper {
    padding-bottom: 30px;
}

.wrapper2 {
    width: 400px;
    margin: 0 auto;
    padding: 40px 0;
}

.slider-wrapper2 {
    padding-bottom: 10px;
    padding-top: 20px;
}
.slider-wrapper2 .ui-slider-handle .value {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 60px;
    background: #efb855;
    color: #000;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    padding: 4px 0;
}
.slider-wrapper2 .ui-slider-handle.ui-state-default.ui-corner-all.ui-state-focus {
    outline: none;
}
.ui-slider-horizontal .ui-slider-handle {
    cursor: pointer;
}
.checkbox-input {
    cursor: pointer;
}
.labelban,
.labelban p {
    text-align: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-style: italic;
}
.banner-form .fnt-1 {
    font-size: 21px;
    line-height: 28px !important;
}
.labelban a {
    color: #fff;
    text-decoration: underline;
}
.fa.fa-twitter {
    font-family: sans-serif;
}
.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}
.border-end {
    border-right: 1px solid #027864 !important;
    border-radius: 0;
}
.display-6 {
    letter-spacing: 1px;
}
.login-modal h2 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.btn-close,
.btn-close:hover {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    background: none;
    font-size: 30px;
    opacity: 1;
}
.login-modal .form-floating > .form-control,
.login-modal .form-floating > .form-select {
    height: 52px;
    margin-bottom: 5px;
}
.login-modal .form-floating > label {
    line-height: 52px;
}
section.menu-tabs {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-repeat: no-repeat !important;
    overflow: hidden;
    background-size: cover;
    background-position: center center !important;
    background-image: url(https://imgpanda.com/upload/ib/ublu6Lw9AL.jpg);
}
.inner-container {
    padding-left: 15px;
    padding-right: 15px;
}
.tabs-container {
    width: 100%;
    margin: 0 auto;
}

.tabs-menu {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: initial;
    justify-content: left;
    column-gap: 40px;
    padding-bottom: 35px;
    animation: anime-animation 1.2s ease-out forwards;
    border-bottom: 1px solid #eee;
}
.tabs-menu .tab-link {
    cursor: pointer;
    text-align: center;
    border: none;
    padding: 0;
    color: #8d8987;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #2e400b;
    font-weight: bold;
    padding: 10px 20px;
}
.tabs-menu .tab-link:hover i {
    color: #d39121;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tabs-menu .tab-link.active,
.tabs-menu .tab-link:hover {
    color: #2e400b;
    border-bottom: none;
    background: #efb855;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 6px;
}
.tabs-menu .tab-link.active i {
    color: #d39121;
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-inner {
    animation: anime-animation 1.2s ease-out forwards;
}
@keyframes anime-animation {
    0% {
        opacity: 0;
        transform: rotateX(-40deg);
    }
    100% {
        opacity: 1;
        transform: rotateX(0);
    }
}

.tabs-menu .tab-link i {
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
    font-size: 30px;
}
/* ============= Tabs Content ============== */
.tab-content .tab-inner--row {
    display: flex;
    flex-wrap: wrap;
}
.tab-content .tab-inner--row .tab-column {
    flex: 0 0 auto;
    width: 50%;
}
.tab-column ul {
    margin: 0;
    padding: 0px 20px;
    list-style-type: none;
}
.tab-column ul li {
    column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -webkit-transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
    cursor: pointer;
}
.tab-content ul,
.listul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tab-content li,
.listul li {
    list-style-type: none;
    color: #000;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 15px;
}
.tab-content li i {
    padding-right: 10px;
}

.fixed {
    position: fixed;
    top: 70px;
    height: auto;
    z-index: 1;
}
.courselink li {
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 4px;
    font-weight: 500;
}
.tab-column ul li img {
    border-radius: 50%;
}
.tab-column ul li .column-detail {
    width: 100%;
}
.tab-column ul li .column-header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
}
.tags li span {
    background: #efb855;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
}
.outcomeimg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.column-header span.column-heading {
    color: #383632;
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
    font-style: normal;
}
.column-header .column-divider {
    flex-grow: 1;
    margin: 0px 20px;
    border-top: 1px dashed #c7c2bf;
}
.column-header .column-price {
    color: #383632;
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
    font-style: normal;
}
.tab-column ul li p.column-desc {
    margin: 0px;
    color: #8d8987;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--bs-primary) !important;
    color: #fff;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.accordion-button {
    color: #000;
}
.loctab p a {
    color: #000;
}
.onineloc ul {
    margin: 0;
    padding: 0px 20px;
    list-style-type: none;
}
.onineloc ul li {
    column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -webkit-transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 0.5s cubic-bezier(0.61, 1, 0.88, 1);
    cursor: pointer;
    margin-bottom: 0;
    padding-bottom: 0;
}
.onineloc ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.onineloc li {
    list-style-type: none;
    color: #000;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 15px;
}
.tab-content li i {
    padding-right: 10px;
}
#apply-new-form .container-fluid {
    padding: 0;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 0;
}

#msform fieldset {
    background: #fff;
    border: 0 none;
    border-radius: 8px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input,
#msform textarea,
#msform select {
    padding: 10px;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    /* font-family: montserrat; */
    color: #000;
    font-size: 15px;
    /* background: #fff !important; */
    height: 50px;
    line-height: 23px;
    font-family: hind, arial, sans-serif;
}

#msform input:focus,
#msform textarea:focus,
#msform select {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #2098ce;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

#msform .action-button {
    text-transform: uppercase;
    width: auto;
    background: #ed1c24 !important;
    font-weight: 700;
    color: #fff;
    border: 0 none;
    border-radius: 8px;
    cursor: pointer;
    padding: 8px 26px;
    margin: 15px 0 0 0;
    font-size: 17px;
    border: 1px solid #ed1c24 !important;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #2098ce;
}

#msform .action-button-previous,
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    width: auto;
    background: transparent !important;
    font-weight: 700;
    color: #555;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 26px;
    margin: 15px 15px 0 0;
    font-size: 17px;
    border: transparent !important;
    padding-left: 0;
}

::selection {
    background: #599e8f;
    color: #fff;
    text-shadow: none;
}

#msform .labelfullwid {
    display: block;
    margin-bottom: 6px;
}

#msform .disinlineblk {
    display: inline-block;
    margin-bottom: 6px;
}
#msform .form-group label {
    margin-bottom: 6px;
}
#msform .disinlineblk .iamradioip {
    margin-left: 28px;
    margin-top: -24px;
}

.fs-title {
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}

.fs-subtitle {
    font-weight: 400;
    font-size: 13px;
    color: #599e8f;
    margin-bottom: 0;
}
.fntbiglbel {
    font-weight: bold;
    margin-bottom: 12px;
}
#msform select {
    cursor: pointer;
}
#msform input,
#msform select {
    color: #000;
    height: 45px;
    line-height: 25px;
    border-radius: 4px;
    margin-bottom: 20px;
}
#msform input[type="checkbox"],
#msform input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: auto;
    margin: 0;
    width: 20px !important;
    height: 20px !important;
    background: #599e8f !important;
    display: inline-block;
    float: left;
    cursor: pointer;
}

#msform .iamradioip {
    width: 80%;
    vertical-align: top;
    display: inline-block;
    margin-top: -4px;
    margin-left: 15px;
    margin-bottom: 15px !important;
}
.blog-inner img {
    width: 100%;
    height: 250px;
}
.modal-fullscreen .modal-content {
    background: transparent;
}
.modal-fullscreen .modal-body {
    background: rgba(2, 120, 100, 1) !important;
}
.ui-datepicker .ui-datepicker-title {
    color: #000;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #599e8f;
}

.ratesform select {
    color: #000 !important;
    width: 100% !important;
    appearance: auto;
    background: #fff !important;
    border-radius: 2px !important;
    padding: 14px 16px;
    cursor: pointer;
}
.ratesform label {
    width: 100% !important;
}
.ratetoptble {
    border: 1px solid #ddd;
}
.ratetoptble th {
    padding: 15px 20px;
}
.ratetoptble tr {
    vertical-align: middle;
}
.ratetoptble td {
    text-align: right;
    padding: 15px 20px;
}
.table {
    color: #000;
}
.why_choose_us {
    padding-top: 60px;
    padding-bottom: 60px;
}
.why_choose_us_row {
    align-items: center;
}
.why_choose_left {
    max-width: 550px;
}
.why_choose_left h2 {
    color: #0d0d0d;

    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.why_choose_left p {
    color: #333;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 25px;
}
.why_choose_block_one {
    position: relative;
    padding: 40px 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.06);
}
.why_choose_block_one.mb_40 {
    margin-bottom: 40px;
}
.why_choose_right .colmun {
    flex-wrap: wrap;
}
.why_choose_block_one.mt_70 {
    margin-top: 70px;
}
.why_choose_block_one.mt_-70 {
    margin-top: -70px;
}
.why_choose_block_one .choose_icon {
    margin-bottom: 25px;
}
.why_choose_block_one .choose_icon i {
    font-size: 50px;
    background: linear-gradient(111deg, #027864 19.42%, #25a791 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why_choose_block_one h4 {
    color: #0d0d0d;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.why_choose_block_one p {
    color: #333;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.service_section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.service_section .circle_one {
    position: absolute;
    background: #ff2424;
    opacity: 0.15;
    width: 700px;
    height: 540px;
    left: -230px;
    top: -104px;
    content: "";
    transform: rotate(-0.471deg);
    filter: blur(300px);
}
.service_section .circle_two {
    position: absolute;
    right: -335px;
    bottom: -270px;
    width: 800px;
    height: 620px;
    transform: rotate(-3.021deg);
    border-radius: 799.794px;
    opacity: 0.15;
    background: #f1b929;
    filter: blur(280px);
}
.service_block_one {
    position: relative;
    padding: 50px 30px 40px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.06);
}
.service_block_one .service_icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    margin-bottom: 30px;
    background: linear-gradient(111deg, #027864 19.42%, #25a791 73.08%);
}
.service_block_one .service_icon i {
    font-size: 40px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
}
.service_block_one h4 {
    color: #0d0d0d;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.service_block_one h4 a {
    color: #0d0d0d;
    transition: all 0.5s;
}
.service_block_one h4 a:hover {
}
.service_block_one p {
    color: #333;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 22px;
}
.tag_text {
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 18px;
    margin-bottom: 12px;
    background: rgba(0, 111, 49, 0.1);
}
.tag_text h6 {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.35px;

    text-transform: uppercase;
    background: linear-gradient(111deg, #027864 19.42%, #25a791 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    padding: 5px 0;
}
.section_title {
    margin-bottom: 50px;
}
.section_title h2 {
    color: #0d0d0d;

    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}
.section_title.light h2 {
    color: #000;
}

.service_style_one {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.service_style_one .shape_icon_nine {
    position: absolute;
    right: 90px;
    bottom: 0;
}
.service_style_one .ring_shape_icon {
    position: absolute;
    left: 0;
    bottom: 0;
}
.service_style_one .content_box {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
}
.service_style_one .content_box h3 {
    color: #0d0d0d;

    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}
.service_style_one .content_box p {
    color: #333;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 25px;
}
.service_style_one .image_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.content_item_one {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}
.content_item_one .icon_box {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    flex-shrink: 0;
    background: rgba(0, 154, 125, 0.1);
}
.centred {
    text-align: center;
}
.content_item_one .icon_box i {
    background: linear-gradient(111deg, #027864 19.42%, #25a791 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content_item_one .icon_content h4 {
    color: #0d0d0d;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.content_item_one .icon_content p {
    color: #333;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.accordion-button {
    padding: 20px 20px;
}
.work_process_section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.process_block_one {
    position: relative;
    max-width: 330px;
    margin: 0 auto 0px;
}
.process_block_one.shape_image:before {
    left: Calc(0px - 170px);
}
.process_block_one.shape_image:after,
.process_block_one.shape_image:before {
    position: absolute;
    width: 228px;
    height: 15px;
    top: 35px;
    content: "";
    background-image: url("../img/shape-how.png");
}
.process_block_one.shape_image:after {
    right: Calc(0px - 170px);
}
.process_block_one .process_icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    margin-bottom: 30px;
    background: linear-gradient(111deg, #027864 19.42%, #25a791 73.08%);
}
.process_block_one .process_icon i {
    font-size: 40px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
}
.process_block_one h4 {
    color: #0d0d0d;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.process_block_one p {
    color: #1f1f1f;

    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}
.online-form {
    padding: 35px;
    text-align: center;
    border-radius: 10px;
}
.online-form p {
    color: #fff;
}
.bannerp {
    letter-spacing: 0.8px;
    line-height: 32px;
}
.sticky-top {
    position: fixed;
}
.bg-breadcrumb .container {
    max-width: 500px !important;
    margin: 0 auto;
}
@media (min-width: 400px) and (max-width: 768px) {
    #apply-new-form {
        padding-top: 0 !important;
    }

    #msform fieldset {
        width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 399px) {
    #apply-new-form {
        padding-top: 0 !important;
    }

    #msform fieldset {
        width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .tabs-menu {
        display: block;
    }
}
#msform fieldset {
	width: 100% !important;
}
#msform .btn {
	background-color: #027864 !important;
	padding: 10px 40px !important;
	font-size: 20px !important;
	border-radius: 50px !important;
	font-weight: bold !important;
}
 @media (min-width: 320px) and (max-width: 990px) {

            /* .customCarouselStyle {
                margin-top: -70px !important;
            } */
            .process_block_one.shape_image:before {
                left: Calc(0px - 0px) !important;
                display: none !important;
            }

            .process_block_one.shape_image:after {
                right: Calc(0px - 0px) !important;
                display: none !important;
            }
        }
        @media (min-width: 1024px) and (max-width: 990px) {

            /* .customCarouselStyle {
                margin-top: -70px !important;
            } */
            .process_block_one.shape_image:before {
                left: Calc(0px - 0px) !important;
                display: none !important;
            }

            .process_block_one.shape_image:after {
                right: Calc(0px - 0px) !important;
                display: none !important;
            }
        }
        @media (min-width: 991px) and (max-width: 1399px) {
            .process_block_one.shape_image:before {
                left: Calc(0px - 125px) !important;
            }
            .process_block_one.shape_image:after {
                right: Calc(0px - 125px) !important;
            }
        }


        
  /* #spinner-loader {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: transparent;
    margin-top: 600px;
  } */

    #spinner-loader  {
    position: absolute;
    /* top: 100%; */
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: transparent;
    /* margin-top: 20px; */
  }


  .loaderspin {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .loaderspin span {
    width: 30px;
    height: 30px;
    background-color: #5da19a;
    border-radius: 50%;
    animation: bounce 1.2s infinite ease-in-out;
  }

  .loaderspin span:nth-child(1) {
    animation-delay: -0.24s;
  }
  .loaderspin span:nth-child(2) {
    animation-delay: -0.12s;
  }
  .loaderspin span:nth-child(3) {
    animation-delay: 0;
  }

  @keyframes bounce {
    0%, 80%, 100% {
      transform: scale(0);
    }
    50% {
      transform: scale(1);
    }
  }