@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";

/*!
 * Bootstrap v4.6.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)
 */

:root {
    --blue: #3490dc;
    --indigo: #6574cd;
    --purple: #9561e2;
    --pink: #f66d9b;
    --red: #e3342f;
    --orange: #f6993f;
    --yellow: #ffed4a;
    --green: #38c172;
    --teal: #4dc0b5;
    --cyan: #6cb2eb;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #3490dc;
    --secondary: #6c757d;
    --success: #38c172;
    --info: #6cb2eb;
    --warning: #ffed4a;
    --danger: #e3342f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

* {
    border-radius: 0 !important;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f8fafc;
}

.img-banner {
    width: 100%;

}

.img-profile {}

.main-color-background {
    background-color: #169ED8;
}

.main-color {
    color: #169ED8;
}

.ambulance-img {
    height: 50%;
}

.director-img {
    border-radius: 0 !important;
}

/* change transition duration to control the speed of fade effect */
.carousel-item {
    transition: transform 2.6s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 2.6s;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.bg-info {
    background-color: #169ED8;
}

.text-info {
    color: #169ED8;
}

.list-group-item.active {
    background-color: #169ED8;
}

a.active-about {
    color: green;
    text-decoration: none;
}

.circular-square {
    border-radius: 50% !important;
    background-color: lightskyblue;

}

.card-executive {
    background-color: lightskyblue;
}

.card-executive-other {
    background-color: lightskyblue;
}


/* Set fixed height for the card */
.card-gallery {
    height: 600px;
}

/* Ensure text remains responsive */
.card-body {
    overflow: hidden;
    /* Ensure content does not overflow */
}

.card-title,
.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    /* Add ellipsis for text overflow */

}

@media (max-width: 576px) {

    /* Adjust styles for smaller devices */
    .card-gallery {
        height: auto;
        /* Reset height for smaller devices */
    }
}



/*=================================================================================================
        NAVBAR
==================================================================================================*/
.navbar .navbar-nav>li>.dropdown-menu {

    background-color: #69899f;

}

.navbar .navbar-nav>li>.dropdown-menu>li>a {

    color: #d7e2e9;

}

.navbar .navbar-nav>li>.dropdown-menu>li>a:hover,

.navbar .navbar-nav>li>.dropdown-menu>li>a:focus {

    color: #e5dbdb;

    background-color: #425766;
}

.navbar-background {
    background-color: #169ED8;
}

.nav-link {
    font-weight: bold;
    font-size: large;
}

.nav-pills .nav-link {
    font-weight: bold;
    text-align: left;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='15' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: white;
}

.service-three-card {
    margin-top: -70px;

}

.service-img {
    opacity: 0.5;
}

.service-img-details {
    height: 400px;
}

.service-heading {
    font-family: Capriola;
}

.pointer {
    cursor: pointer;
}

.card-background,
.ajira-bmc {
    background-color: #FBEBCE !important;
}

.ajira-card1 {
    background-color: #888870;
    color: white;
    font-weight: bold;
}

.ajira-card2 {
    background-color: #712E1E;
    color: white;
    font-weight: bold;
}


.h-img {
    height: 400px;
}

.bmc-background {
    background-color: #169ED8 !important;
    color: white;
}

.border-primary {
    border-color: #0d6efd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #198754 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

.border-white {
    border-color: #fff !important;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink-border {
    animation: blink 1s infinite alternate;
    border: 2px solid #ff6f61;
    /* Change border color to your desired color */
    border-image: linear-gradient(45deg, #ff6f61, #1e90ff) 1;
    /* Change gradient colors as desired */
    border-radius: 12px;
    /* Adjust border radius as needed */
    padding: 10px;
    /* Adjust padding as needed */
    border-radius: 10px;
    /* Adjust border radius as needed */

}



/*=================================================================================================
        FOOTER
==================================================================================================*/
.social-background {
    background-color: #169ED8;
}

.copyright-background {
    background-color: rgba(0, 0, 0, 0.05);
}


/* Blinking animation */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/* Blinking button */
.blinking-button {
    animation: blink 1s infinite;
    font-weight: bold;
    /* Make the text bolder */
    font-size: 1.25rem;
    /* Make the text larger */
    border-radius: 25px;
    /* Ensure the button has rounded borders */
}

/* Barbershop border animation */
.barbershop-border {
    position: relative;
    display: inline-block;
}

.barbershop-border:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 0px;
    border: 4px solid transparent;
    background: linear-gradient(90deg, #5cb85c, #0d6efd, #5cb85c, #0d6efd, #5cb85c);
    background-size: 200% 100%;
    animation: barberpole 1s linear infinite;
    z-index: -1;
}

@keyframes barberpole {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: 100% 0;
    }
}
