@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-size: 62.5%;
    font-family: "Montserrat", sans-serif;
}

body, p, .detail-box span, li, a, b, strong {
    font-size: 1.8rem;
}

.space {
    margin-top: 8rem;
}

img {
    width: 100%;
}

.contact-btn a, .blogs .blog-content .contact-btn a, .site_banner .banner-content .contact-btn a, .header-div .navigation_bar .contact-btn a {
    padding: 1.32rem 3.25rem;
    background-color: #00adef;
    color: #ffffff;
    font-size: 1.6rem;
    border-radius: 3rem;
    text-decoration: none;
}

.header-div {
    background-color: #ffffff;
}

    .header-div .inner-header {
        background-color: #333333;
    }

    .header-div .navigation_bar {
        padding: 2rem 0rem;
    }

        .header-div .navigation_bar .brand-logo img {
            width: 10rem;
        }

        .header-div .navigation_bar .main-menu {
            margin-left: auto;
        }

            .header-div .navigation_bar .main-menu .nav-item {
                font-size: 1.6rem;
                color: #000000;
            }

                .header-div .navigation_bar .main-menu .nav-item a {
                    padding: 0rem 1rem;
                    color: #ffffff;
                }

                    .header-div .navigation_bar .main-menu .nav-item a:hover, .header-div .navigation_bar .main-menu .nav-item a:active, .header-div .navigation_bar .main-menu .nav-item a:focus {
                        color: #00adef;
                    }

                .header-div .navigation_bar .main-menu .nav-item .active {
                    color: #00adef;
                }

                .header-div .navigation_bar .main-menu .nav-item .drop_box {
                    padding: 0rem;
                    background-color: #000000;
                }

                    .header-div .navigation_bar .main-menu .nav-item .drop_box li a {
                        padding: 1rem 2rem;
                        color: #ffffff;
                        font-size: 1.6rem;
                        text-align: center;
                        border-bottom: 0.1rem solid #373f4c;
                    }

                        .header-div .navigation_bar .main-menu .nav-item .drop_box li a:active, .header-div .navigation_bar .main-menu .nav-item .drop_box li a:hover, .header-div .navigation_bar .main-menu .nav-item .drop_box li a:focus {
                            background-color: #00adef;
                        }

        .header-div .navigation_bar .contact-btn a {
            display: inline-block;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
        }

            .header-div .navigation_bar .contact-btn a:hover {
                background-color: #000000;
            }

.drop_box .dropdown-item.active {
    background-color: #00adef;
}

.header-div .navigation_bar .main-menu .nav-item .drop_box li:last-of-type a {
    border-bottom: 0rem;
}

#menu-nav .parent-list {
    position: relative;
}

    #menu-nav .parent-list .sub-item {
        position: absolute;
        top: 2.5rem;
        left: 0;
        right: 0;
        padding-left: 0;
        background-color: #000;
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        width: 18rem;
    }

    #menu-nav .parent-list:hover .sub-item {
        height: auto;
        opacity: 1;
        visibility: visible;
    }

    #menu-nav .parent-list li {
        list-style: none;
        font-size: 1.6rem;
    }

        #menu-nav .parent-list li a {
            display: block;
            padding: 1rem;
            border-bottom: 0.1rem solid rgba(151, 150, 150, 0.431372549);
            transition: all 0.5s;
            text-decoration: none;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
        }

            #menu-nav .parent-list li a:hover {
                background-color: #d65050;
                color: #ffffff;
            }

        #menu-nav .parent-list li:last-of-type a {
            border-bottom: 0rem;
        }

.site_banner {
    padding: 3rem 0rem;
}

    .site_banner .row {
        align-items: center;
    }

    .site_banner .banner-content span {
        font-size: 2.2rem;
        color: #777777;
    }

    .site_banner .banner-content h1, .site_banner .banner-content h1 span {
        font-size: 4.8rem;
        color: #000000;
        font-weight: bold;
    }

        .site_banner .banner-content h1 span {
            color: #00adef;
            display: inline-block;
        }

    .site_banner .banner-content p, .site_banner .banner-content .detail-box span, .detail-box .site_banner .banner-content span {
        font-size: 3rem;
        color: #000000;
    }

    .site_banner .banner-content .contact-btn {
        margin-top: 3rem;
    }

        .site_banner .banner-content .contact-btn a {
            background-color: #00adef;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
        }

            .site_banner .banner-content .contact-btn a:hover {
                background-color: #000000;
            }

    .site_banner .fig-im img {
        border-radius: 4rem;
        width: 100%;
    }

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.section-heading {
    text-align: center;
    margin-bottom: 4rem;
}

    .section-heading h2, .section-heading h2 span {
        font-size: 4rem;
        font-weight: bold;
        color: #000000;
        text-transform: uppercase;
    }

        .section-heading h2 span {
            color: #00adef;
        }

    .section-heading span {
        color: #333333;
        font-size: 1.8rem;
        font-weight: 600;
    }

.support-box {
    margin-bottom: 1.5rem;
}

    .support-box .service_section img {
        width: 100%;
    }

    .support-box .service_section h3, .support-box .service_section .talk-us h3 a, .talk-us h3 .support-box .service_section a {
        font-weight: bold;
        font-size: 2.6rem;
    }

    .support-box .service_section figure {
        width: 6rem;
        height: 6rem;
    }

    .support-box .service_section p, .support-box .service_section .detail-box span, .detail-box .support-box .service_section span, .support-box .service_section b, .support-box .service_section a {
        font-size: 2rem;
    }

.service-supports:nth-child(n+3) {
    margin-bottom: 0rem;
}

.video-frame iframe {
    width: 100%;
}

.services {
    background-color: #f4fff8;
    padding: 6rem 0rem 3rem;
}

.tarot-imgs img {
    width: 100%;
}

.tarot-imgs p, .tarot-imgs .detail-box span, .detail-box .tarot-imgs span, .tarot-imgs i {
    font-size: 2.2rem;
    padding: 1rem 0rem;
}

    .tarot-imgs p i, .tarot-imgs .detail-box span i, .detail-box .tarot-imgs span i, .tarot-imgs i i {
        color: #00adef;
    }

.tarot-imgs a {
    display: inline-block;
}

.tarot-imgs .bok-btn {
    background-color: #000000;
    text-decoration: none;
    color: #ffffff;
    padding: 0.8rem 1.6rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

    .tarot-imgs .bok-btn:hover {
        background-color: #00adef;
    }

.slider-group {
    background: url(../images/largebg.jpg) no-repeat;
    background-size: cover;
    padding: 8rem 0rem;
}

    .slider-group .testi-content {
        text-align: center;
        padding: 1rem 1.5rem;
        line-height: 1.5;
        color: #333333;
    }

        .slider-group .testi-content img {
            display: inline-block;
            width: 8rem;
        }

        .slider-group .testi-content h3, .slider-group .testi-content .talk-us h3 a, .talk-us h3 .slider-group .testi-content a {
            font-size: 2rem;
            margin-top: 1rem;
            margin-bottom: 1rem;
            color: #333333;
        }

        .slider-group .testi-content p, .slider-group .testi-content .detail-box span, .detail-box .slider-group .testi-content span {
            margin-top: 1rem;
        }

.testimonial-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-top: 2rem;
}

    .testimonial-slider .slick-dots li {
        margin-right: 0.8rem;
    }

        .testimonial-slider .slick-dots li:last-of-type {
            margin-right: 0rem;
        }

        .testimonial-slider .slick-dots li button {
            border-radius: 50%;
            width: 1.2rem;
            height: 1.2rem;
            font-size: 0;
            border: 0rem;
            background-color: #00adef;
        }

    .testimonial-slider .slick-dots .slick-active button {
        background-color: #000000;
        position: relative;
    }

        .testimonial-slider .slick-dots .slick-active button:before {
            content: "";
            position: absolute;
            width: 2rem;
            height: 2rem;
            border: 0.1rem solid #000000;
            top: -0.4rem;
            left: -0.4rem;
            right: 0;
            bottom: 0;
            border-radius: 50%;
        }

.blogs {
    background-color: #f3fbff;
    padding: 6rem 0rem;
}

    .blogs .blog-content {
        padding: 1.5rem;
        padding: 1.5rem 1.5rem 3rem;
    }

        .blogs .blog-content h4 {
            font-size: 2rem;
            font-weight: 700;
            color: #333333;
        }

        .blogs .blog-content p, .blogs .blog-content .detail-box span, .detail-box .blogs .blog-content span {
            font-size: 1.8rem;
            color: #333333;
        }

        .blogs .blog-content .contact-btn a {
            display: inline-block;
            padding: 0.8rem 2rem;
            margin-top: 1rem;
            background-color: #000000;
            font-size: 1.4rem;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
        }

            .blogs .blog-content .contact-btn a:hover {
                background-color: #00adef;
            }

    .blogs .blog-img {
        margin-bottom: 0rem;
    }

        .blogs .blog-img img {
            width: 100%;
        }

.inside-conts {
    text-align: center;
}

.astro-card-stand .row {
    align-items: center;
}

.astro-card-stand .astro-card-img img {
    width: 100%;
    border-radius: 2.5rem;
}

.astro-card-stand .astro-card-content h4 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.astro-card-stand .astro-card-content p, .astro-card-stand .astro-card-content .detail-box span, .detail-box .astro-card-stand .astro-card-content span {
    margin-bottom: 2rem;
}

.astro-card-stand .astro-card-content ol {
    margin-bottom: 2.5rem;
    padding-left: 3rem;
}

    .astro-card-stand .astro-card-content ol li {
        margin-bottom: 0.4rem;
    }

.astro-card-page .links {
    margin-bottom: 3rem;
}

    .astro-card-page .links a {
        color: #d65050;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        text-decoration: none;
    }

        .astro-card-page .links a:hover {
            color: #000000;
        }

.terms-conditions-content h2, .terms-conditions-content .section-heading h2 span, .section-heading h2 .terms-conditions-content span {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 6rem;
}

.terms-conditions-content ol {
    padding-left: 4rem;
    margin-top: 2rem;
}

    .terms-conditions-content ol li {
        margin-bottom: 0.4rem;
    }

.inner-pages h3, .inner-pages .talk-us h3 a, .talk-us h3 .inner-pages a {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 4rem;
}

.date-author {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .date-author .icon i {
        font-size: 1.2rem;
        color: #00adef;
        margin-right: 0.3rem;
    }

    .date-author span {
        font-size: 1.4rem;
        color: #777777;
        margin-right: 1rem;
    }

.astro-card-stand .astro-blog-content h4 {
    margin-bottom: 0.6rem;
}

.astro-blog-stands {
    margin-bottom: 6rem;
}

.contact-btn a {
    display: inline-block;
    background-color: #000000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

    .contact-btn a:hover {
        background-color: #00adef;
    }

.reach-left-content h3, .reach-left-content .talk-us h3 a, .talk-us h3 .reach-left-content a {
    font-size: 2.8rem;
    color: #000000;
    font-weight: bold;
}

.reach-left-content .reach-sub-content {
    font-size: 1.8rem;
    color: #333333;
    font-weight: 500;
    margin-bottom: 3rem;
    display: block;
}

.reach-left-content p, .reach-left-content .detail-box span, .detail-box .reach-left-content span {
    color: #333333;
}

.form-area {
    background-color: #000000;
    padding: 4rem;
    border-radius: 1.8rem;
    text-align: center;
}

    .form-area h4 {
        font-size: 2.8rem;
        color: #ffffff;
        font-weight: bold;
    }

    .form-area p, .form-area .detail-box span, .detail-box .form-area span {
        color: #ffffff;
    }

    .form-area .form-section {
        margin-top: 3rem;
    }

        .form-area .form-section input, .form-area .form-section textarea, .form-area .form-section select, .form-area .form-section option {
            padding: 0.8rem 1.5rem;
            font-size: 1.6rem;
        }

        .form-area .form-section .form-btn .prime-btn {
            font-size: 1.8rem;
            text-transform: uppercase;
            display: block;
            width: 100%;
            border: 0px;
            padding: 0.8rem 1.5rem;
            border-radius: var(--bs-border-radius);
            background-color: #00adef;
            color: #ffffff;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
        }

            .form-area .form-section .form-btn .prime-btn:hover {
                background-color: #ffffff;
                color: #000000;
            }

.reach-form {
    padding: 8rem 0rem;
    position: relative;
    overflow: hidden;
}

    .reach-form:before {
        content: "";
        position: absolute;
        top: -30rem;
        right: -30rem;
        bottom: 0;
        width: 100%;
        background-image: url(../images/bg-dots.png);
        background-repeat: no-repeat;
        background-position-x: right;
        z-index: -1;
    }

.gap-cls {
    margin-bottom: 3rem;
}

.row-gaping {
    margin-bottom: 2rem;
}

.label-date label {
    font-size: 1.8rem;
    width: 100%;
    text-align: left;
    padding-left: 0.5rem;
    font-weight: 600;
}

.story-left .host-img img {
    width: 100%;
}

.bnr-img img {
    width: 100%;
}

.about-bnr {
    padding: 6rem 0rem 0rem;
}

.story-content h3, .story-content .talk-us h3 a, .talk-us h3 .story-content a {
    font-size: 3rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 1rem;
}

.talk-us {
    background-color: #000000;
    padding: 4rem 0rem;
}

    .talk-us h3, .talk-us h3 a {
        text-align: center;
        color: #ffffff;
        font-size: 4rem;
    }

        .talk-us h3 a {
            display: inline-block;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
        }

            .talk-us h3 a:hover {
                color: #00adef;
            }

.lease-webs li {
    margin-bottom: 1rem;
}

.lease-webs strong {
    font-size: 1.6rem;
}

.inner-blogger {
    border: 1px solid #ddd;
    border-radius: 1.5rem;
}

    .inner-blogger a {
        color: #000000;
        text-decoration: none;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }

        .inner-blogger a:hover {
            color: #00adef;
        }

    .inner-blogger .blog-img {
        margin-bottom: 0rem;
    }

        .inner-blogger .blog-img img {
            border-top-left-radius: 1.5rem;
            border-top-right-radius: 1.5rem;
        }

    .inner-blogger .blog-content {
        padding: 1.5rem;
    }

        .inner-blogger .blog-content h4 {
            font-size: 1.8rem;
            font-weight: 600;
        }

.personal-services {
    background-color: transparent;
}

/** Start Inner Blog **/
.giv-price {
    font-size: 1.8rem;
    font-weight: 600;
    color: #00adef;
}

.inner-blogger {
    margin-bottom: 3rem;
}

.blog-author {
    justify-content: center;
}

.site_banner .blog-author span {
    font-size: 1.8rem;
}

.inside-blog-content h3, .inside-blog-content .talk-us h3 a, .talk-us h3 .inside-blog-content a {
    font-size: 2rem;
    font-weight: 600;
}

.inside-blog-content ul {
    padding-left: 3rem;
}

.with-txt-hyper a {
    background: transparent;
    padding: 1.5rem 0rem;
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 500;
}

    .with-txt-hyper a:hover {
        background: transparent;
        color: #00adef;
    }

.question-frame {
    position: relative;
    padding-top: 56.25%;
}

    .question-frame iframe {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
    }

.ask-text {
    text-align: center;
}

.text-only h3, .text-only .talk-us h3 a, .talk-us h3 .text-only a {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 1rem;
}

.text-only p, .text-only .detail-box span, .detail-box .text-only span {
    margin-bottom: 2rem;
}

.text-only .contact-btn {
    text-align: center;
}

.question-inpts input {
    font-size: 1.8rem;
    padding: 1rem;
    width: 30rem;
}

.question-inpts .answer-type {
    font-size: 1.8rem;
    display: block;
    margin-top: 0.5rem;
    color: #008000;
    font-weight: 500;
}

.product-dis h2, .product-dis .section-heading h2 span, .section-heading h2 .product-dis span {
    font-size: 3rem;
    font-weight: bold;
}

.product-details .row {
    align-items: flex-start;
}

.descriptions-txt h3, .descriptions-txt .talk-us h3 a, .talk-us h3 .descriptions-txt a {
    margin-top: 2rem;
}

.organik-tbl th, .organik-tbl td {
    font-size: 1.8rem;
    padding: 1.5rem;
}

    .organik-tbl th:last-of-type, .organik-tbl td:last-of-type {
        text-align: right;
    }

.secure-chk {
    margin-top: 5rem;
}

.method-detail h3, .method-detail .talk-us h3 a, .talk-us h3 .method-detail a {
    font-size: 2.4rem;
    font-weight: bold;
}

.payment-dec .pay-listing {
    list-style: none;
    padding-left: 0;
    border: 0.1rem solid #ddd;
    background-color: #ffffff;
}

    .payment-dec .pay-listing li:nth-child(even) {
        background-color: #f1f1f1;
    }

    .payment-dec .pay-listing li a {
        padding: 1.5rem;
        display: block;
        text-decoration: none;
    }

        .payment-dec .pay-listing li a:hover span {
            text-decoration: underline;
        }

        .payment-dec .pay-listing li a label {
            display: block;
            font-size: 1.8rem;
            font-weight: bold;
            color: #00adef;
        }

        .payment-dec .pay-listing li a span {
            font-size: 1.6rem;
            color: #777777;
        }

.detail-content h3, .detail-content .talk-us h3 a, .talk-us h3 .detail-content a {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}

    .detail-content h3 span, .talk-us h3 .detail-content a span {
        margin-right: 1rem;
    }

        .detail-content h3 span i, .talk-us h3 .detail-content a span i {
            font-size: 2.4rem;
        }

.detail-box {
    border: 0.1rem solid #ddd;
    padding: 2rem 2rem 6rem;
    border-radius: 1rem;
    height: 100%;
}

    .detail-box .icon-contact i {
        font-size: 4rem;
        color: #000000;
    }

    .detail-box p, .detail-box span {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 0rem;
    }

    .detail-box span {
        font-weight: 400;
        font-size: 1.8rem;
    }

.contact-detail {
    margin: 6rem 0rem;
}

.contact-form-div {
    background: url(../images/largebg.jpg) no-repeat;
    padding: 6rem 0rem 8rem;
    margin-bottom: 5rem;
}

    .contact-form-div .form-area {
        background-color: #ffffff;
        border: 0.1rem solid #333;
        height: 100%;
    }

        .contact-form-div .form-area input, .contact-form-div .form-area textarea, .contact-form-div .form-area select {
            border: 0.1rem solid #333;
            border-radius: 1.5rem;
            padding: 1.5rem;
        }

        .contact-form-div .form-area .form-heading {
            font-size: clamp(3rem, 5vw, 4.8rem);
            font-weight: bold;
            color: #000000;
        }

        .contact-form-div .form-area .form-btn .prime-btn {
            padding: 1.5rem;
            border-radius: 1.5rem;
            background-color: #000000;
            
        }

            .contact-form-div .form-area .form-btn .prime-btn:hover {
                background-color: #00adef;
                color: #ffffff;
            }

.social-icons {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0px;
}

    .social-icons li {
        margin-right: 0.5rem;
    }

        .social-icons li span {
            display: inline-block;
        }

            .social-icons li span i {
                font-size: 3rem;
                color: #00adef;
                transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
            }

                .social-icons li span i:hover {
                    color: #ffffff;
                }

.foot-styl h3, .foot-styl .talk-us h3 a, .talk-us h3 .foot-styl a {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
}

.foot-styl .footer-menu .nav-item .drop_box {
    padding: 0rem;
}

    .foot-styl .footer-menu .nav-item .drop_box li a {
        font-size: 1.6rem;
    }

        .foot-styl .footer-menu .nav-item .drop_box li a:hover {
            background-color: var(--bs-dropdown-link-hover-bg);
            color: #00adef;
        }

        .foot-styl .footer-menu .nav-item .drop_box li a:active:focus {
            background-color: #ddd;
        }

.footer-div {
    background-color: #333333;
    padding: 6rem 0rem 3rem;
}

    .footer-div .footer-menu {
        padding-left: 0rem;
    }

        .footer-div .footer-menu li {
            list-style: none;
        }

            .footer-div .footer-menu li span {
                font-size: 1.6rem;
                color: #ffffff;
            }

            .footer-div .footer-menu li .nav-link {
                padding: 0.5rem 0rem;
                color: #ffffff;
                transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
            }

                .footer-div .footer-menu li .nav-link:hover {
                    color: #00adef;
                }

.contact-list .nav-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

    .contact-list .nav-item .head {
        font-weight: 600;
    }

    .contact-list .nav-item span {
        display: block;
        width: 100%;
    }

.foot-bottom-last {
    background-color: #00adef;
    padding: 1rem 0rem;
    text-align: center;
}

    .foot-bottom-last span {
        font-size: 1.6rem;
        display: inline-block;
        color: #ffffff;
    }

.foot-logo img {
    width: 20rem;
}

@media only screen and (max-width: 1199px) {
    .services-img img {
        height: auto;
    }

    .host-img img, .services-img img {
        width: 100%;
    }

    .hosting-left .host-sp {
        display: none;
    }

    .blue-banner p, .blue-banner .detail-box span, .detail-box .blue-banner span {
        width: 100%;
    }

    .lease-price-box .lease-price {
        font-size: 6rem;
    }
}

@media only screen and (max-width: 991px) {
    .support-box:nth-child(n+2) {
        margin-bottom: 1.5rem;
    }

    .space {
        margin-top: 4rem;
    }

    .circle-box:before {
        display: none;
    }

    .circle-box {
        margin-bottom: 2rem;
    }

        .circle-box:last-of-type {
            margin-bottom: 0rem;
        }

    .lease-price-box {
        margin-bottom: 3rem;
    }

    .right-price {
        margin-bottom: 0;
    }

    .middle-price {
        padding: 4rem 1.5rem;
    }

    .reach-form {
        padding: 5rem 0rem;
    }

        .reach-form:before {
            display: none;
        }

    .reach-left-content {
        margin-bottom: 3rem;
    }

    .header-div .navigation_bar .navbar-toggler-icon {
        font-size: 1.8rem;
    }

    .header-div .navigation_bar button:focus {
        box-shadow: none;
    }

    .header-div .navigation_bar button:hover {
        border: 1px solid #00adef;
    }

    .header-div .navigation_bar .main-menu .nav-item a {
        padding: 1rem 0rem;
        border-bottom: 0.1rem solid #ddd;
    }

    .blog-stand .blog-img {
        margin-bottom: 2rem;
    }

    .mission-two .row {
        flex-direction: column-reverse;
    }

    .misson-img {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .bnr-img {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .site_banner {
        padding: 3rem 0rem;
    }

    html {
        font-size: 50%;
    }
}

@media only screen and (max-width: 414px) {
    .site_banner .banner-content h1, .site_banner .banner-content h1 span {
        font-size: 3.8rem;
    }

    .section-heading h2, .section-heading h2 span {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .banner {
        display: flex;
        flex-direction: column; /* Stack content vertically */
        align-items: center;
        justify-content: center;
        height: auto; /* Adjust height dynamically */
        text-align: center;
    }

    .banner__item-title {
        font-size: 40px !important;
        color: #fff;
        font-weight: bold;
    }

    .banner img {
        width: 100%; /* Full width */
        height: auto; /* Adjust height automatically */
        object-fit: cover;
    }

    .banner-caption {
        position: relative; /* Remove absolute positioning */
        width: 90%;
        padding: 15px;
        text-align: center;
    }

        .banner-caption h5 {
            font-size: 1.2rem; /* Reduce font size for mobile */
        }

        .banner-caption p {
            font-size: 1rem;
        }
}

/*# sourceMappingURL=main.css.map */



/*.custom-trash-btn {
    color: red;*/ /* Icon color */
    /*background-color: white;*/ /* Button background */
    /*border: none;*/ /* Remove default border */
    /*padding: 0;*/ /* Remove padding */
    /*cursor: pointer;*/ /* Pointer cursor on hover */
    /*transition: background-color 0.3s, color 0.3s;*/ /* Smooth transition */
/*}

    .custom-trash-btn:hover {
        color: white;*/ /* Icon color on hover */
        /*background-color: red;*/ /* Background color on hover */
    /*}

    .custom-trash-btn:focus {
        outline: none;*/ /* Remove default focus outline */
    /*}*/
