* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
}

section.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    color: #fff !important;
    z-index: 2;
}

button.navbar-toggler.collapsed {
    background: #fff;
    border-radius: 70px;
    width: 45px;
    height: 45px;
    padding: 0;
}

button.navbar-toggler {
    background: #fff;
    border-radius: 70px;
    width: 45px;
    height: 45px;
    padding: 0;
}

.header .container {
    background: #0060a8;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0;
    border: 0;
    background: #cdeaff;
}

div#collapsibleNavbar {
    justify-content: right;
}

.navbar-brand img {
    width: 30%;
}

a.navbar-brand {
    color: #fff;
    font-size: 2rem;
}

a.navbar-brand:hover {
    color: #fff;
    font-size: 2rem;
}

a.nav-link {
    font-size: 18px;
    color: #ffffff !important;
}

a.nav-link:hover {
    font-size: 18px;
    color: #ffffff;
}

a.nav-link:focus {
    font-size: 18px;
    color: #ffffff !important;
}

.hero .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    background: #D5E8F9;
    border: none;
    width: 50%;
}

h1.hero-text {
    font-size: 42px;
    color: #007bff;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.image-container {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

.image {
    width: 32%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image:hover {
    cursor: pointer;
}

.image-container img {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}



.carousel__slides,
.carousel__slide {
    width: 100%;
}


.carousel__slides {
    column-gap: 20px;
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
}

.carousel__slide {
    flex: 0 0 auto;
    scroll-snap-align: center;
}

.carousel__slides.smooth-scroll {
    scroll-behavior: smooth;
}


.carousel__slides {
    scrollbar-width: none;

}

.carousel__slides::-webkit-scrollbar {
    display: none;

}

.carousel {
    position: relative;
}

.carousel__navdots {
    bottom: 5%;
    column-gap: 16px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
}

.carousel__navdots button {
    -moz-appearance: none;
    -webkit-apperance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    background-color: #9a9a9a;
    border-radius: 50%;
    height: 10px;
    padding: 0;
    width: 10px;
}

.carousel__navdots button.is-active {
    background-color: #0060a8;
}

.carousel-wrapper {
    align-items: center;
    display: flex;
}

.carousel__slide img {
    height: 500px;
    width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

.hero-title {
    width: 60%;
    padding-right: 2rem;
    text-align: center;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
}

.column {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

button.navbar-toggler {
    outline: none;
    border: none;
}

.column img {
    vertical-align: middle;
    width: 320px;
    height: 200px;
}

@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .rep-image .image {
        width: 100% !important;
    }

    .hero-title {
        padding-right: 0 !important;
    }

    .guide-sec {
        display: block !important;
    }

    .guide-content {
        width: 100% !important;
    }

    .grant-image img {
        width: 100% !important;
    }

    .comm-image img {
        width: 100%;
    }

    .comm-content {
        width: 100% !important;
    }

    .comm-image {
        width: 100% !important;
    }

    .comm {
        display: block !important;
    }
}

@media screen and (max-width: 600px) {
    .hero-title {
        text-align: center;
    }

    .carousel__slide img {
        height: 250px;
        width: 100%;
    }

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        right: 0 !important;
        margin-top: var(--bs-dropdown-spacer);
        left: 0 !important;
    }

    ul.navbar-nav {
        background: #0060a8;
    }

    a.navbar-brand {
        font-size: 18px !important;
    }

    a.nav-link {
        font-size: 18px;
        color: #ffffff;
    }

    a.nav-link:hover {
        font-size: 18px;
        color: #ffffff;
    }

    h1.hero-text {
        font-size: 30px;
        margin-top: 1rem;
    }

    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .rep {
        display: block !important;
    }

    .rep .content p {
        width: 100% !important;
        margin-top: 1rem !important;
    }

}

.repair .service-title {
    margin-bottom: 2rem;
}

.navbar-toggler:hover {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    border: none;
}

.image-grid {
    position: relative;
    width: 50%;
    margin-top: 10px;
    padding: 1rem;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    color: #007bff;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0 !important;
    margin-top: var(--bs-dropdown-spacer);
    left: -155px;
}

h6 {
    font-size: 18px;
    font-weight: 500;
}

.service-title p {
    width: 80%;
}

.services .container .service-title {
    background: #0060a8;
    padding: 2rem 0;
    color: #fff;
}

.services .gallery {
    background: #0060a8;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.service-title {
    text-align: -webkit-center;
}

.overlay {
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 16px;
    right: 0;
    height: 200px;
    width: 289px;
    opacity: 0;
    transition: .5s ease;
    background-color: #008cbaa3;
    border-radius: 5px;
}

.image-grid:hover .overlay {
    opacity: 1;
}

.overlay i.fa {
    font-size: 55px;
    color: #fff;
    position: absolute;
    top: 30%;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text {
    color: white;
    font-size: 28px;
    position: absolute;
    top: 70%;
    cursor: pointer;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media screen and (max-width: 600px) {
    .hero {
        .container {
            display: block;
        }
    }

    p.hero-p-text {
        padding: 0 1rem !important;
    }

    p.footer-cr {
        font-size: 12px !important;
    }

    .hero-title {
        width: 100% !important;
    }

    .card {
        width: 100% !important;
    }

    nav.navbar.navbar-expand-sm {
        padding: 0;
    }

    .col-md-2.col-sm-12 {
        padding-left: 2.5rem;
    }

    .column {
        text-align: -webkit-center;
    }

    .footer p {
        font-size: 20px !important;
        font-weight: 600;
        margin-top: 2rem;
    }

    .rep .content p {
        font-size: 16px !important;
        text-align: left;
    }

    .service-title p {
        width: 100%;
    }

    a.navbar-brand {
        font-size: 18px !important;
        width: 50% !important;
    }

    .services .container .service-title {
        padding: 0;
    }

    .rep .content {
        width: 100% !important;
        padding: 0 !important;
    }
}

a.dropdown-item:hover {
    background: #0060a8;
    color: #fff;
}

ul.dropdown-menu.show {
    padding: 0;
}

.gallery .service-title h2 {
    color: #fff;
}

@media screen and (min-device-width:768px) and (max-device-width: 1199px) {

    a.navbar-brand {
        color: #fff;
        font-size: 1.5rem;
    }

    .rep .content {
        width: 60% !important;
        margin-right: 2rem;
    }

    .col-md-4.rep-image {
        align-self: center;
    }

    nav.navbar.navbar-expand-sm {
        padding: 0 !important;
    }

    .rep .content {
        padding: 2rem 0;
    }

    .rep .content p {
        font-size: 18px !important;
        text-align: left;
    }

    h3.page-title {
        font-size: 1.3rem;
    }

    .guide-image {
        margin-bottom: 1rem;
    }

    .carousel__slide img {
        height: 300px !important;
        width: 100%;
    }

    .services .container .service-title {
        padding: 0;
    }
}

section.footer .container {
    background: #0060a8;
    color: #fff;
    padding-top: 1rem;
}

.footer-cr {
    text-align: center;
    padding: 10px;
    color: #ffffff;
    margin: 0;
    font-size: 12px !important;
    border-top: 1px solid #fff;
}

.row.cr {
    margin-top: 2rem;
}

a.footer-link {
    color: #fff;
    text-decoration: none;
}

.footer-text {
    display: flex;
    margin-bottom: 1rem;
}

i.fa {
    font-size: 18px;
    margin-right: 10px;
}

.footer p {
    font-size: 18px !important;
    font-weight: 600;
}

li.footer-nav {
    margin-bottom: 0.75rem;
    list-style: none;
}

a.footer-link:hover {
    text-decoration: underline;
}

.row.w-100 {
    justify-content: center;
}

button.btn {
    background: #fff;
    color: #000;
    width: 200px;

}

button.btn:hover {
    background: #fff;
    color: #000000;
    width: 200px;

}

/* contact-form */
.contact-form input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    outline: none;
    box-shadow: none;
}

.contact-form input[type=submit] {
    background-color: #0060a8;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.contact-form input[type=submit]:hover {
    background-color: #0060a8;
}

.contact-form .container {
    padding: 20px;
    background-color: #E3EFFB;
    padding-bottom: 0;
}

h3.page-title {
    padding: 1rem;
    background: #f7fbff;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
}

.details {
    display: flex;
    justify-content: space-between;
}

.detail {
    width: 49%;
}

button.btn-primary {
    background-color: #0060a8;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 1rem;
}

#mobile {
    display: none
}

@media (max-width: 770px) {
    #mobile {
        display: inline
    }

    .desktop {
        display: none
    }
}

@media (min-width: 768px) {
    .mobileSlider .carousel-item {
        display: none;
        margin: 0;
    }


}

@media (max-width:768px) {
    .gallery .row {
        display: none;
    }
}

img.d-block.w-100 {
    width: 100%;
    height: 300px;
}

h4 {
    text-decoration: underline;
    color: #0060a8;
}

.breadcrumbs nav {
    background: #fff;
    padding: 1rem;
    margin: 0;
    width: 100%;
}

.container.breadcrumbs {
    border-radius: 0;
}

ol.breadcrumb {
    margin: 0;
}

.guide-image {
    text-align: center;
}

.guide-sec {
    display: flex;
}

.guide-content {
    width: 100%;
}

.guide-image img {
    width: 80%;
    border-radius: 10px;
}

.grant-image img {
    width: 100%;
}

.grant-image {
    text-align: center;
    margin-bottom: 1rem;
}

.comm-image {
    width: 50%;
    padding: 1rem;
}

.comm-content {
    width: 50%;
}

.comm {
    display: flex;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}


.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.repairs .container.repair {
    padding: 2rem;
    background: #d3ecff;
    margin-bottom: 1rem;
}

.rep-image .image {
    height: auto;
    margin: auto;
    width: 70%;
}

.panel {
    padding: 1rem;
}

.panel {
    margin-bottom: 1rem;
}

.rep {
    display: flex;
}

.content p {
    text-align: center;
}

.repair .service-title {
    margin-bottom: 1rem;
}

.rep .content {
    width: 70%;

}

.rep .content p {
    font-size: 18px;
    text-align: left;
}

.rep-image .image {
    height: auto;
    margin: auto;
}

.service-title h2 {
    margin-bottom: 1rem;
}

.service-title h2 {
    padding: 1rem;
    margin-bottom: 1rem;
}

.footer-image img {
    width: 20%;
    margin: 0 20px;
    float: left;
}

.footer-image p {
    font-size: 16px;
    font-weight: 400;
    margin: 1rem 0;
}

.footer-logo {
    padding-left: 2rem;
}

p.hero-p-text {
    font-size: 20px;
}