
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/
/*** Chatbot start***/
.chatbot {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 300px;
    height: 400px;
    background-color: #f1f1f1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    z-index: 99;
}
.chatbot-header, .chatbot-footer {
    background-color: #01572f;
    color: white;
    padding: 10px;
    text-align: center;
}
.chatbot-header h5 {
    margin: 0;
    color:#ffffff;
}
.chatbot-body {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
}
.chatbot-message {
    margin: 10px 0;
}
.bot {
    color: #01572f;
}
.user {
    color: #000;
    text-align: left;
}

.chatbot-options {
    display: flex;
    flex-direction: column;
}
.chatbot-option {
    margin: 5px 0;
    padding: 10px;
    background-color: #01572f;
    color: white;
    border: none;
    cursor: pointer;
}

.chatbot-toggle {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    background-color: #01572f;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.close-chatbot {
    cursor: pointer;
    float: right;
    font-size: xx-large;
    color: rgb(79, 75, 75);
}

/*** Chatbot end ***/
/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .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-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    color: #198754;
    font-family: "Candal", serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn.btn-primary:hover {
    color: #198754;
    border: 1px solid #198754;
}

.btn.btn-secondary {
    background: transparent;
    color: #198754;
    font-family: "Candal", serif;
    font-weight: 400;
    border: none;
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    color: var(--bs-primary) !important;
}

.py-6{
    padding-top: 90px;
    padding-bottom: 90px;
}

.ambassador-message {
    background-color: #198754;
    border-color: #198754;
    top: 20px; 
    right: 20px; 
    z-index: 1000;
    font-family: "Candal", serif;
}

.ambassador-message:hover {
    background-color: #01572f;
    border-color: #198754;
}



@media (min-width: 768px) {
    .left-aligned-heading {
        font-size: 4rem; 
    }
}

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: left;
    margin: -10 auto;
}

.sub-title1 {
    position: relative;
    display: flex;
    text-align: left;
    text-transform: uppercase;
    color: var(--bs-primary);
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

/*** Navbar ***/
.nav-bar{
    box-shadow: 1px #DDDDDD;
}
.navbar-light .navbar-nav .nav-link {
    font-family: "Candal", serif;
    position: relative;
    margin-right: 25px;
    padding: 27px 0;
    color: var(--bs-primary) !important;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    transition: .5s;
    text-transform: uppercase;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 25px 0;
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #198754 !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .2s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}


@media (max-width: 991.98px) {
    .sticky-top {
        position: fixed;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary) !important;
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 991.98px) {
    .sticky-top .navbar-light {
        background-color: transparent;
    }
    

    /*** Top and Bottom borders go out ***/
    .navbar-light .navbar-nav .nav-link:after,
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 2px;
        background: var(--bs-primary);
        opacity: 0;
        transition: all 0.5s;
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top .navbar-light .navbar-nav .nav-link {
       font-size: small;
    }

    .navbar-light .navbar-nav .nav-link:before {
        bottom: auto;
    }

    .navbar-light .navbar-nav .nav-link:after {
        top: auto;
    }

    .navbar-light .navbar-nav .nav-link:hover:before,
    .navbar-light .navbar-nav .nav-link.active:before {
        top: 20px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        bottom: 20px;
        opacity: 1;
    }
        /*** Gov logo Start ***/
}

/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    margin-left: -60px;
    border-radius: 50%;
    background-size: 60% 60%;
    transition: 0.5s;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    margin-left: 0;
    margin-right: -60px;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
    background-size: cover;
}


@media (max-width: 768px) {
    .carousel-header {
        height: 500px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-top: 500px;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon {
        margin-left: 0px;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-right: 0px;
    }
}
/*** Carousel Hero Header End ***/

/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(69, 80, 72, 0.5);
    transition: 0.4s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: .5;
}

.service .service-item .service-inner .service-img img {
    transition: 0.4s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.0);
}
/*** Service End ***/


/*** Features Start ***/
.features .feature-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 58, 102, 0.1);
    z-index: -1;
    transition: 0.5s;
}

.features .feature-item:hover::after {
    height: 100%;
}
/*** Features End ***/

/*** Gov logo Start ***/
.gov-carousel .gov-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.gov-carousel .gov-item img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 2px solid #198754;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
    .gov-carousel .gov-item {
        padding: 10px;
    }

    .gov-carousel .gov-item img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 575.98px) {
    .gov-carousel .gov-item img {
        width: 50px;
        height: 50px;
    }
}

/*** Gov logo end ***/

/*** Contact Start ***/
.contact .office .office-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    background: var(--bs-light);
    transition: 0.5s;
}

.contact .office .office-item:hover {
    box-shadow: 20px 20px 20px rgba(0, 58, 102, 0.3);
}

.contact .office .office-item .office-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.contact .office .office-item .office-img img {
    transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
    transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
    transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
    color: var(--bs-secondary) !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
    color: var(--bs-primary) !important;
}
/*** Contact End ***/

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    
}
  

/*** Footer Start ***/
.footer {
    background:#198754;
}

.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item h4 {
   color: #ffffff;
}
.footer .footer-item p {
    line-height: 30px;
}
.footer-container {
    max-width: 900px; 
    margin: 0 auto;
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: white !important;
    
}
/*** copyright end ***/