html {
    scroll-behavior: smooth;
}

.service-icon i {
    font-size: 3rem;
    margin-top: 20px;
}

.service-icon-cont {
    text-align: center;
}

#accordion-menu ul {
    padding-left: 0rem;
}

#accordion-menu ul .dropdown-item {
    padding-left: .875rem;
}

#accordion-menu ul li.dropdown-item {
    font-weight: 500;
}

@media (max-width: 1460px) {
    .d-lg-block {
        display: none !important;
    }

    .d-lg-none {
        display: inline-block !important;
    }

    .navbar-simple-ghost .navbar {
        position: static;
        float: right;
    }

    .justify-content-lg-between {
        float: right;
    }
}

.navbar-wrapper {
    background-color: #00232f;
}

.navbar-simple-ghost {
    background-color: transparent;
}

.navbar-nav .nav-item.active .nav-link {
    color: #fff;
}

.navbar-nav .nav-link {
    color: #eee !important;
}
.navbar-nav .nav-link:hover {
    color: #fff !important;
}

.navbar-nav .nav-item.active .nav-link {
    color: #fff !important;
    font-weight:900;
}
.navbar-nav .nav-item.active .nav-link::before {
    background-color: #fff;
    height: 2px;
}

#mobile-hamburger {
    color: #fff;
}

#mobile-menu {
    border: 1px solid grey;
}

.dropdown-item:hover, li.dropdown-item>a:hover {
    background-color: rgba(0,0,0,0);
    color: #00ace6 !important;
}


li.dropdown-item:hover>a, li.dropdown-item:hover>a::after, li.dropdown-item.active>a, li.dropdown-item.active>a::after {
    color: black !important;
    font-weight: 800;
}

#service-title {
    text-align: center;
    word-break: normal;
}

@media (min-width: 995px) {

    .service-container {
        display: flex;
    }

    .service-body {
        display: flex;
        flex-flow: column;
    }
}

@media (min-width: 1400px) {
    .bg-cover {
        background-size: auto !important;
    }
}

.service-span {
    margin-top: auto;
}

#contact-form label {
    padding-left: 0rem;
}


/* Button styles */
.btn-primary {
    color: #fff;
    background-color: #00232f;
    border-color: none;
}

.btn-primary:hover {
    background: #00ace6;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00ace6;
    border-color: none;
}

#home-contact-btn {
    margin-top: 1rem;
    background-color: #002d3c;
    color: white;
}

.bg-gradient, .block-title::after, .animated-digits::after, .step .step-title::after, .btn-gradient, .btn-style-2.btn-gradient::after, .btn-style-2.btn-gradient:hover::before, .btn-style-6.btn-gradient::before, .accordion-style-3 .card-body::after, .accordion-style-3 [data-toggle='collapse'], .tag-link::before, .noUi-connect, .mobile-menu .dropdown-header::after, .blog-card .post-title::after {
    background: #00232f !important;
}

.widget-title::after {
    background: none !important;
}

.service-container a {
    color: #00232f !important;
}
/* End Button styles */

#services-container .card-body ul {
    text-align: left;
}

#home-intro {
    text-align: center;
}

#home-intro a {
    text-decoration: none;
    font-size: large;
    color: #343b43;
    font-weight: 600;
    text-transform: none;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    color: #343b43;
}

.carousel-control-prev, .carousel-control-next {
    z-index: 100;
}

.slide-btn {
    margin-bottom: 2em;
}

.slide-header-link {
    text-decoration: none;
}

@media (max-width: 768px) {
    .slide-header {
        font-size: 2em;
    }

    .slide-btn {
        display: none;
    }

    .slide-block {
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .slide-header {
        font-size: 1em;
    }

    .slide-btn {
        display: none;
    }

    .slide-block {
        margin-bottom: 20px;
    }

    #contact-email a {
        font-size: 1em;
    }
}

/********************  Enable smooth page transitions  ********************/
@view-transition {
    navigation: auto;
}

/********************  Theme Overrides  ********************/
h2[data-block-key] {
font-size: 1.5rem;
}
h3[data-block-key] {
    font-size: 1.35rem;
}
h4[data-block-key] {
    font-size: 1.25rem;
}

.team-thumb {
    width: 200px !important;
}

#team_section .row:not(:last-of-type) {
    margin-block-end: 2rem;
}

/* Required field indicator */
label:has(+ [required])::after {
    content: " *";
    color: hsl(0, 100%, 40%);
}