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


body {
    font-family: 'Arial', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

.section-bg{
    background-color: #dddddd21;
}

/* .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
} */

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #0d6efd;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}





.sitecolor-1 {
    background-color: #0d6efd;
}

.sitecolor-2 {
    background-color: #0d6efd;
}

.sitebgcolor-1 {
    background-color: #0d6efd;
}

.sitebgcolor-2 {
    background-color: #0d6efd;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.menuloginbtn {
    background-color: #0d6efd;
    color: #fff;
}

.menuloginbtn:hover {
    background-color: transparent;
    color: #0d6efd;
}


.slider-image {
    width: 100%;
    height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .slider-image {
        height: 400px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .slider-image {
        height: 300px !important;
    }
}

@media only screen and (max-width: 479px) {

    .slider-image {
        height: 200px !important;
    }
}

.counter-area .card-rounded {
    border-radius: 15px;
}

.counter-area .icon {
    font-size: 35px;
    color: #0d6efd;
}




/* .service-card-v2.border-top-danger {
    border-top-color: #EF4444 !important;
} */

.service-card-v2 {
    background-color: #FFFFFF;
    /* border: 1px solid #E5E7EB; */
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
    position: relative;
    /* border-top-width: 4px; */
    border-top-style: solid;
}

.service-icon-wrapper-v2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #7158d91a;
    color: #0d6efd;
    font-size: 1.6rem;
    margin-bottom: 1rem !important;
}

.service-card-title-v2 {
    font-family: inherit;
    font-size: 1.1rem;
}

.service-card-desc-v2 {
    font-family: inherit;
    font-size: 0.9rem;
    line-height: 1.6;
}

.service-card-v2 .btn-apply-v2.btn-primary {
    font-family: inherit;
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
    transition: all 0.2s ease;
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #000;
}
.service-card-v2 .btn-apply-v2 {
    position: relative;
    z-index: 2;
}

.service-card-v2 .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.service-card-v2:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 10px 15px -3px #7158d926, 0.15, 0 4px 6px -4px #7158d91a, 0.1;
    border-color: #e5e7eb;
}



.faq-accordion-v2 .accordion-item {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem !important;
    margin-bottom: 1rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    overflow: hidden;
}

.faq-accordion-v2 .accordion-button {
    font-family: inherit;
    font-weight: 600;
    color: #111827;
    background-color: #ffffff;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 1.1rem 1.5rem;
    transition: #ffffff 0.2s ease, color 0.2s ease;
}

/* .faq-accordion-v2 .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-image: none;
    transition: transform 0.3s ease-in-out;
} */

.footer-modern {
    background-color: #111827;
    padding: 60px 0 20px;
    font-size: 15px;
    color: #9CA3AF;
}
@media (max-width: 767px) {
    .footer-modern {
        text-align: center;
    }
}
.footer-modern h5 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}


.footer-modern h5::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #0d6efd;
    bottom: -8px;
    left: 0;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .footer-modern h5::after {
        left: 50%;
        transform: translateX(-50%);
    }
}
.footer-modern p {
    line-height: 1.7;
}
.footer-modern .footer-links a {
    color: #9CA3AF;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
@media (max-width: 767px) {
    .footer-modern .footer-links a {
        display: inline-block;
        margin: 5px 10px;
    }
}
.footer-modern .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #374151;
    color: #E5E7EB;
    font-size: 18px;
    transition: all 0.3s ease;
}
.footer-modern .social-icons a:hover {
    background-color: #0d6efd;
    color: #fff;
    transform: translateY(-3px);
}
.footer-modern .copyright {
    border-top: 1px solid #374151;
    margin-top: 40px;
    padding-top: 15px;
    font-size: 14px;
}
