

body {
    font-family: 'NotoSans', sans-serif;
}

.description-section {
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-top: 20px;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.extra-small {
    font-size: 0.9rem;
}

.thumbnail-container {
    max-width: 100%;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.thumbnail-image {
    max-width: 100%;
    display: block;
    border-radius: 6px;
}

.centered-div {
    display: flex;
    align-items: center;
    height: 100%;
}

    .centered-div a {
        margin-left: 25px;
        font-size: 18px;
        font-weight: 500;
        padding: 10px 20px;
    }

.text-danger.extra-small:empty + br {
    display: none;
}

.joinus {
    margin-top: 2rem;
    width: 40vw;
}

.service-title-large-step {
    font-size: 32px;
    color: #3c3c3c;
    transition: all 0.8s linear;
    font-weight: 600;
    font-family: "NotoSans", sans-serif;
}

.service-title-medium-step {
    font-size: 28px;
    color: #3c3c3c;
    transition: all 0.8s linear;
    font-weight: 600;
    font-family: "NotoSans", sans-serif;
}

.services-gallery-style3 {
    margin-bottom: 30px;
}

    .services-gallery-style3 .service-box-blue {
        background-color: #fff;
        padding: 30px;
        margin: 20px;
        position: relative;
        z-index: 1;
    }

        .services-gallery-style3 .service-box-blue:after {
            content: '';
            position: absolute;
            left: -20px;
            top: -20px;
            bottom: -20px;
            right: -20px;
            border: 20px solid #f1f1f1;
            z-index: -1;
            transition: 0.5s all ease;
        }

        .services-gallery-style3 .service-box-blue:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            width: 10px;
            height: 76px;
            background-color: #00457e;
            transition: 0.5s all ease;
        }

        .services-gallery-style3 .service-box-blue .service-media {
            margin-bottom: 30px;
        }

        .services-gallery-style3 .service-box-blue .service-content .service-title-large a {
            transition: all 0.8s linear;
            color: #0b2f44;
        }

        .services-gallery-style3 .service-box-blue .service-content .service-title-large-number {
            font-size: 40px;
            color: #bfb497;
            margin-right: 20px;
            font-weight: 700;
        }


        .services-gallery-style3 .service-box-blue .service-content p {
            transition: all 0.8s linear;
            margin-bottom: 20px;
        }

        .services-gallery-style3 .service-box-blue .service-content .site-button-2 {
            color: #bfb497;
            transition: 0.5s all ease;
            position: relative;
            overflow: hidden;
        }

            .services-gallery-style3 .service-box-blue .service-content .site-button-2:after {
                content: '\f105';
                position: absolute;
                font-family: 'FontAwesome';
                left: -20px;
                top: 50%;
                transform: translateY(-50%);
                font-size: 0px;
                transition: 0.5s all ease;
                opacity: 0;
            }

            .services-gallery-style3 .service-box-blue .service-content .site-button-2:hover {
                padding-left: 20px;
            }

                .services-gallery-style3 .service-box-blue .service-content .site-button-2:hover:after {
                    font-size: 24px;
                    left: 0px;
                    opacity: 1;
                }

        .services-gallery-style3 .service-box-blue .service-media img {
            width: auto;
            height: 60px;
        }

        .services-gallery-style3 .service-box-blue:hover:after {
            border: 20px solid #00457e;
        }

        .services-gallery-style3 .service-box-blue:hover:before {
            opacity: 0;
        }

    .services-gallery-style3 .box-height-300 {
        height: 300px;
    }

.beige-owl-nav .owl-carousel .owl-nav button.owl-next {
    background-color: #bfb497;
    color: #fff;
    padding: 8px 16px !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    opacity: 1;
    margin-right: 5px;
    font-weight: 500;
    position: relative;
    top: -15px;
}

    .beige-owl-nav .owl-carousel .owl-nav button.owl-next:hover {
        background-color: #a69e8a;
    }


.beige-owl-nav .owl-carousel .owl-nav button.owl-prev {
    background-color: #bfb497;
    color: #fff;
    padding: 8px 16px !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    opacity: 1;
    margin-right: 5px;
    font-weight: 500;
    position: relative;
    top: -15px;
}

    .beige-owl-nav .owl-carousel .owl-nav button.owl-prev:hover {
        background-color: #a69e8a;
    }

.dark-owl-nav .owl-carousel .owl-nav button.owl-next {
    background-color: #0b2f44;
    color: #fff;
    padding: 8px 16px !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    opacity: 1;
    margin-right: 5px;
    font-weight: 500;
    position: relative;
    top: -15px;
}

    .dark-owl-nav .owl-carousel .owl-nav button.owl-next:hover {
        background-color: #bfb497;
    }


.dark-owl-nav .owl-carousel .owl-nav button.owl-prev {
    background-color: #0b2f44;
    color: #fff;
    padding: 8px 16px !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    opacity: 1;
    margin-right: 5px;
    font-weight: 500;
    position: relative;
    top: -15px;
}

    .dark-owl-nav .owl-carousel .owl-nav button.owl-prev:hover {
        background-color: #bfb497;
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.video-spacing {
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
}

.black-font {
    color: #3c3c3c !important;
}

.center-img {
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 10px;
}

.centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; 
    width: 100%;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.sized-icon-75 {
    width: 75px !important;
    height: 75px !important;
}

.font-size-28 {
    font-size:28px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.smaller-image {
    width: 80%;
    height: 80%;
}

.service-title-large-title {
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
    font-weight: 700;
}

.counter-suffix {
    color: #bfb497 !important;
    font-size: 60px !important;
    font-family: "NotoSans", sans-serif !important;
    display: inline !important;
}

.counter-container {
    display: inline-block; 
}


.widget.widget_about {
    text-align: center; /* Center align text and inline-block elements */
}

.logo-footer {
    display: inline-block; 
}

.center-logo {
    display: block;
}

.footer-dark .social-icons li a {
    height: 30px;
    width: 30px;
    background-color: #184f6e;
    line-height: 30px;
    padding: 0px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-right: 3px;
}

.service-title-large-about {
    text-align: right;
    height: 56px;
}

    .service-title-large-about a {
        color: #fff;
        transition: all 0.8s linear;
        text-transform: uppercase;
        font-size: 32px;
        line-height: 0.7;
        font-weight: 600;
        font-family: "NotoSans", sans-serif;
    }

.service-box-style-no-dropdown {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .service-box-style-no-dropdown .service-content {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        position: absolute;
        width: 100%;
        z-index: 1;
        transition: all 0.8s linear;
    }

        .service-box-style-no-dropdown .service-content .service-content-inner {
            padding: 20px;
            margin: 20px;
            transition: all 0.8s linear;
            background-color: rgba(11, 47, 68, 0.9);
            position: relative;
            display: table;
            height: 0%;
        }

            .service-box-style-no-dropdown .service-content .service-content-inner .service-content-top {
                display: table-header-group;
            }

                .service-box-style-no-dropdown .service-content .service-content-inner .service-content-top .service-title-large {
                    text-align: right;
                }

                    .service-box-style-no-dropdown .service-content .service-content-inner .service-content-top .service-title-large a {
                        color: #fff;
                        transition: all 0.8s linear;
                        text-transform: uppercase;
                        font-size: 32px;
                        line-height: 0.7;
                        font-weight: 600;
                        font-family: "NotoSans", sans-serif;
                    }

@media (max-width: 991px) {
    .service-box-style-no-dropdown .service-content .service-content-inner .service-content-top .service-title-large a {
        font-size: 26px;
    }
}

.service-box-style-no-dropdown .service-content .service-content-inner .service-content-bottom {
    display: table-cell;
    vertical-align: bottom;
}

    .service-box-style-no-dropdown .service-content .service-content-inner .service-content-bottom .service-title-large-number {
        font-size: 40px;
        color: #fff;
        transition: all 0.8s linear;
        font-weight: 600;
        font-family: "NotoSans", sans-serif;
    }

@media (max-width: 991px) {
    .service-box-style-no-dropdown .service-content .service-content-inner .service-content-bottom .service-title-large-number {
        font-size: 30px;
    }
}

.service-box-style-no-dropdown .service-content .service-content-inner .service-content-bottom p {
    color: #fff;
    transition: all 0.8s linear;
    margin-bottom: 20px;
}

.service-box-style-no-dropdown .service-content .service-content-inner .service-content-bottom .site-button-2 {
    transition: all 0.8s linear;
}

.service-box-style-no-dropdown:hover .service-content {
}

    .service-box-style-no-dropdown:hover .service-content .service-content-inner {
        background-color: rgba(255, 138, 0, 0.9);
    }

        .service-box-style-no-dropdown:hover .service-content .service-content-inner .service-content-top .service-title-large a {
            color: #0b2f44;
        }

        .service-box-style-no-dropdown:hover .service-content .service-content-inner .service-content-bottom .service-title-large-number {
            color: #0b2f44;
        }

        .service-box-style-no-dropdown:hover .service-content .service-content-inner .service-content-bottom p {
            color: #0b2f44;
        }

        .service-box-style-no-dropdown:hover .service-content .service-content-inner .service-content-bottom .site-button-2 {
            color: #0b2f44;
        }

.service-box-style-no-dropdown .service-media img {
    width: 100%;
}

@media (max-width: 991px) {
    .service-box-style-no-dropdown .service-media img {
        height: 420px;
        object-fit: cover;
    }
}

.slider-block-video img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.scrollable-container {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

