small {
    font-size: .75rem;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.nav-item.dropdown .dropdown-menu {
    display: none;
}

.hero-section {
    min-height: 100%;
}

.swiper {
    max-height: 750px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0001);
    z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #04a2a5;
    height: 10px;
}

.equal-height-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.equal-height-card .article {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.icona-home {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
}

.service_icon {
    display: inline-flex;
}

.footer-logo img {
    width: auto;
}

.light-version .service_single_content {
    background-image: url('/img/cards-bg.png') !important;
}

.service_icon:before {
    content: '';
    position: relative;
    width: 100px;
    height: 100px;
    top: unset;
    left: unset;
}

.service_single_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.service_icon i {
    position: absolute;
    left: 35%;
    top: 30%;
}



.navbar.shrink .nav-link {
    color: #333 !important;
    transition: none !important;
}

.navbar-white.shrink .navbar-brand,
.shrink .navbar-nav .nav-item .nav-link {
    color: #333 !important;
}

.breadcumb-content {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-content-area {
    padding: 80px 0;
    margin-top: 100px;
    background: #04a2a5 !important;
}

/* .fixed-top:not(.shrink) {
    background-color: #d7dfef6e;
} */

.scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background-color: #007bff;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.scrollTopBtn:hover {
    color: #fff;
}

.floating-btn {
    position: fixed;
    right: 20px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background-color: #444;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}

.floating-btn--small {
    bottom: 20px;
    background-color: #FFA500;
}

.floating-btn--primary {
    bottom: 80px;
    background-color: #FFA500;
}

.floating-btn:hover {
    transform: scale(1.05);
    background-color: #FFA500;
    color: #ffffff;
}

.floating-btn--primary:hover {
    background-color: #FFA500;
    color: #ffffff;
}

.breadcumb-content {
    position: relative !important;
}

.group input[type=radio],
.group input[type=checkbox] {
    width: auto;
    height: auto;
}

.breadcumb-content {
    background: #04a2a5;
}

.more-btn.blue,
.login-btn,
.login-btn:hover,
.login-btn:focus,
.more-btn {
    background: #FFA500 !important;
}

.more-btn {
    color: #ffffff;
}

.group select {
    font-size: 16px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #757575;
    background: transparent;
    outline: none;
    appearance: none;
    cursor: pointer;
}

.group select:focus {
    border-bottom: 2px solid #13287e;
}

.group select:focus~label,
.group select:valid~label {
    top: -20px;
    font-size: 12px;
    color: #5264AE;
}

.group select~.bar:before,
.group select~.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #13287e;
    transition: 0.3s ease all;
}

.group select:focus~.bar:before,
.group select:focus~.bar:after {
    width: 50%;
}

.section-heading h2 {
    text-transform: none;
}

.navbar-dark .navbar-toggler,
.navbar-white .navbar-toggler,
.navbar-cyan .navbar-toggler {
    background: none;
}

#preloader {
    background: #04a2a5 !important;
}

.cool-facts-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(5 53 121 / 60%);
    opacity: 0.5;
}

.custom-label {
    display: inline !important;
    color: #212529 !important;
    font-family: 'Poppins', sans-serif !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    font-size: 16px !important;
}

.group label.custom-label {
    pointer-events: auto;
}

.subscribe-form input {
    border-radius: 0px;
    border: 2px solid #ffffff;
}

.subscribe-form input::placeholder {
    color: #ffffff;
}

.subscribe-form input:focus {
    border-color: #ffffff !important;
}

.subscribe-form button {
    min-width: 20% !important;
    width: 20% !important;
    height: 45px;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    color: #04a2a5;
    margin-bottom: 15px;
    background-color: #ffffff;
    cursor: pointer;
}

.subscribe-form2 input {
    border-radius: 0px;
    border: 1px solid #333333;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.subscribe-form2 input::placeholder {
    color: #333333;
}

.subscribe-form2 input:focus {
    border-color: #333333 !important;
}

.subscribe-form2 button {
    min-width: 15% !important;
    width: 15% !important;
    height: 45px;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    background-color: #333333;
    cursor: pointer;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.pre-footer {
    background-color: #d7dfef6e;
    color: #ffffff;
    padding: 80px;
}

input[type=checkbox] {
    display: block !important;
}

.custom-list {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 1rem;
}

.custom-list li {
    display: list-item;
    list-style: disc;
    color: inherit;
}

p,
.text {
    color: #333 !important;
}

.diagonal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(215, 223, 239, .4);
    clip-path: polygon(0 0, 65% 0, 50% 100%, 0% 100%);
    z-index: 1;
    pointer-events: none;
}

.single-testimonial {
    background: url('/img/cards-bg.png');
}

.icon_wrapper::after {
    border-top: 120px solid #FFA500;
}

.navbar-nav .nav-link #languageDropdown+.dropdown-menu {
    max-width: 5rem;
}

[id^="accordion"] .card .card-header {
    background: #2a57d7;
    border-radius: 25px;
    margin-bottom: 15px;
}

[id^="accordion"] .card {
    border: none;
}

[id^="accordion"] .card .card-header h5 button {
    color: #ffffff !important;
}

.blog_thumbnail.blog_thumbnail_custom img {
    max-height: 270px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.post-title {
    margin-bottom: 10px;
}

.post-title h4 {
    min-height: 80px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #FFA500;
    border-color: #FFA500;
}

.dont-miss-post-thumb img {
    max-height: 100px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.btn-primary,
.btn-primary:hover {
    background-color: rgb(5 53 121);
    border-color: rgb(5 53 121);
}

.navbar {
    background-color: rgba(215, 223, 239, .8);
}

.navbar.shrink {
    background-color: rgb(215, 223, 239);
}

p {
    display: block;
    width: 100%;
    margin-bottom: 1em;
}

.gradient-text.cyan {
    background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%) !important;
}

#alertsArea {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

@media (max-width: 500px) {
    .navbar-nav {
        border-top: none;
        color: #04a2a5;
        z-index: 1;
        margin-top: 5px;
    }

    .pre-footer {
        background-color: #d7dfef6e;
        color: #ffffff;
        padding: 30px;
    }

    .navbar-white .navbar-toggler,
    .navbar-white .navbar-toggler:focus {
        border-color: #ffffff !important;
    }

    .row {
        margin-right: auto;
        margin-left: auto;
    }

    .floating-btn {
        right: 20px;
    }

    .breadcumb--con .title {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-item.dropdown {
        position: relative;
    }

    .navbar-nav .dropdown-toggle {
        padding-right: 2rem;
        position: relative;
    }

    .navbar-nav .dropdown-toggle::after {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
        pointer-events: none;
    }

    .btn {
        white-space: break-spaces;
        font-size: .8rem;
    }

    .dropdown-item {
        white-space: break-spaces !important;
    }
}