/* resources/css/app.css 
@import 'node_modules/bootstrap/dist/css/bootstrap.min.css';*/
   
        .responsive-navbar .offcanvas-body ul.responsive-menu .menu-item {
            height: auto !important;

        }

        .sidebar {
            padding-left: 0px !important;
        }

        /*    .service-icon img {
    width: 35px;
}*/

        .breadcrumb-wrapper .br-img {
            width: 340px;
            height: 340px;
            object-fit: contain;
        }

        .email_fixed_button {
            position: fixed;
            right: 0px;
            top: 40%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #0082a4;
            color: #fff;
            z-index: 1111;
            border-radius: 100px 0px 0px 100px;
        }

        .email_fixed_button a {
            background-color: #fff;
            color: #0082a4;
            width: 40px;
            height: 40px;
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .contact_fixed_button {
            position: fixed;
            right: 24px;
            top: 50%;
            z-index: 9999;
            transform: translateY(-50%);
        }

        .contact_fixed_button a {
            display: block;
            padding: 12px 20px;
            background: #0082a4;
            color: white;
            font-weight: bold;
            font-size: 16px;
            text-decoration: none;
            transform: rotate(-90deg);
            transform-origin: right center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            transition: background 0.3sease, box-shadow 0.3sease;
            border-radius: 10px 10px 0px 0px;
            text-transform: uppercase;
        }

        .jjultag {
            top: 100% !important;
            list-style: none !important;
            left: -100px !important;
        }


        .nifff_ul {
            top: 0px !important;
        }

        .bravo_button {
            font-size: 13px;
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .topselectiondesktop ul {
            left: 0px !important;
        }

        .br-content p {
            line-height: 47px;
        }
 @media(max-width:600px) {

            .myrowsocail li span,
            .myrowsocail li a {
                font-size: 11px;
            }

            .myrowsocail li svg {
                width: 15px;
            }

            .navbar-area .navbar-top .navbar-contact li {
                margin-right: 5px;
            }
        }
.blogimage img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }


    .hero-content-slider {
       /* background: #0082a4 !important;*/
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 19px;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 19px;
    }

    .mySwiperhero .swiper-button-prev {
        left: auto !important;
        right: 68px !important;
    }


    .logos_images img {
        display: block;
        width: 100% !important;
        height: 60px !important;
        object-fit: contain !important;
    }

    @media(max-width:500px) {
        .miner_box_bottom {
            margin-bottom: 250px !important;
        }
    }

    @media(max-width:350px) {
        .miner_box_bottom {
            margin-bottom: 270px !important;
        }
    }

    .hero-section {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
