body {
    overflow-x: hidden;
    max-width: 1400px;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    max-height: 700px;
}

.about-img {
    border: none;
}

.about-img img {
    border-radius: 20px;
}


.page-title-area::before {
    background-color: #007aff;
}

.page-title-area {
    /*margin-top: 60px;*/
    margin-top: 121px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.slider-view {
    margin-top: 120px;
}

.main-nav nav .navbar-nav .nav-item {
    padding: 0;
}

.card-title {
    font-weight: 300;
    font-size: 1rem;
    text-shadow: 0 0 2px #000;
    border-top-right-radius: 67.5px;

    background: rgba(0, 0, 0, 0.7);
}

.product-card .card {
    margin: 20px;
    overflow: hidden;
}

.product-card .card .card-content {
    padding: 5px;
}

.product-card .card .price {
    width: 70px;
    height: 70px;
    font-weight: 600;
    font-size: 1.45rem;
    line-height: 70px;
    margin: 10px;
    position: absolute;
    top: 0;
    letter-spacing: 0;
}

.product-card ul.card-action-buttons {
    margin: -18px 7px 0 0;
    text-align: right;
}

.product-card ul.card-action-buttons li {
    display: inline-block;
    padding-left: 7px;
}

.product {
    width: 20%;
    padding: 10px;
}

.product .card {
    margin: 0;
}

.product .card .card-content {
    padding: 5px 10px;
}

div.see-more:last-of-type {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    background-color: #03A9DD;
}

div.see-more a {
    color: #fff
}


.nav-area .navbar-area {
    border-top: 6px solid #292075;
    background-color: #00B5EF !important;
}

.header-area .top-header-area {
    padding: 7px;
}

.option-menu {
    display: none;
}


.product-details-area .products-details-tab .tabs li.current a {
    background-color: #292075 !important;
}



.news-container {
    width: 100%;
    height: 50px;
    border: 1px solid #232350;
    /* Light gray background color */
    color: white;
    /* Black text color */
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.newstitle {
    background-color: #232350;
    width: fit-content;
    position: absolute;
    height: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 4;
    border: 1px solid #232350;
}

.news-ticker {
    display: flex;
    list-style: none;
    padding: 0;
    padding-top: 10px;
    margin: 0;
    animation: scroll-news 15s linear infinite;
}

.news-ticker:hover {
    animation-name: none;
}

.news-ticker li {
    flex: 0 0 auto;
    margin-right: 20px;
}

@keyframes scroll-news {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}



.latest-news {
    background-color: #292075;
    color: white;
    margin-top: 10px;
    height: 40px;
    padding-top: 7px;
}

.whatsapp-btn {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    color: white;
    background: #25d366;
    font-size: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}


.whatsapp-btn:hover {
    text-decoration: none;
    color: white;
}

#pulse {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #25d366;
    border-radius: 50%;
    animation: pulse 0.7s linear infinite;
}

.bxl-whatsapp {
    z-index: 3;
}


@keyframes pulse {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.3);
        opacity: 0;
    }
}


.phone-btn {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    color: white;
    background: #1978d2;
    font-size: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}


.phone-btn:hover {
    text-decoration: none;
    color: white;
}

.bx-phone {
    z-index: 3;
}

#pulse3 {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #1978d2;
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.applyBtn {
    z-index: 20;
}

.our_clients {
    margin: 50px 0;
    margin-bottom: 0;
}


.myNext {
    opacity: 0;
}

.myPrev {
    opacity: 0;
}

.project-wrap {
    padding: 5px 10px;
}

.project-card {
    border: 2px solid #232350;
    position: relative;
}

.project-card:hover .add-to-cart-btn {
    opacity: 1;
}

.add-to-cart-btn {
    opacity: 0;
    padding: 10px;
    background-color: #232350c5;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 20px;
    position: absolute;
    bottom: 0;
}

.add-to-cart-btn:hover {
    color: white;
}

.project-area {
    background-color: #f6fcfe;
}

.owl-prev {
    opacity: 0 !important;
}

.owl-next {
    opacity: 0 !important;
}

.contact_section {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: rgb(91, 255, 146);
    margin-top: 20px;
    color: white;
}

.contact_section button {
    background-color: white;
    padding: 10px 30px;
    border-radius: 30px;
}

.page-title-area::before {
    background-color: #292075 !important;
}

.mean-container a.meanmenu-reveal span {
    background-color: white !important;
    margin-top: -15px;
}

.mobile-nav img {
    width: 100px !important;
}

.footer-top-area::before {
    background-color: #007aff;
}

.single-widget ul li a i,
.single-widget .social-area ul li a,
.single-widget.contact ul li span,
.single-widget.contact ul li i,
.single-widget.contact ul li a i {
    color: #f7a707;
}

.single-widget .social-area ul li a {
    background-color: #f7a707 !important;
}

.footer-bottom-area {
    background-color: #292075;
}

.bg-color {
    background-color: #f7a707;
}

.default-btn {
    background-color: #292075;
}

.default-btn:hover {
    background-color: #f7a707 !important;
}

.default-btn:hover::before,
.default-btn:hover::after {
    background-color: #f7a707 !important;
}

.about-content span {
    color: #292075;
}

.swiper-slide img {
    display: block;
    margin: auto;
    height: 600px !important;
}

.product-card {
    margin: 10px 0;
}

.product-text {
    padding: 20px;
}

.product-text h3 {
    font-size: 18px;
}

.product-card hr {
    margin: 0;
}

.product-card img {
    object-fit: cover;
    display: block;
    margin: auto;
}

.product-section {
    margin-top: 50px;
}

.page-title-area .page-title-content h2 {
    margin-bottom: -15px;
}

.loader-wrapper .loader-section{
    background-color: #292075;
}

.welcome-box{
    max-width: 600px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .page-title-area {
        padding-top: 40px;
        padding-bottom: 20px;
        /*margin-top: 90px;*/
    }

    .slider-view {
        margin-top: 60px;
    }


    .vishnuSir-img {
        display: none;
    }

    .nav-area .navbar-area {
        border: none;
    }

    .product-title {
        width: 200px;
    }


    .swiper-slide img {
        display: block;
        margin: auto;
        height: 200px !important;
    }


}



@media only screen and (max-width:991px) {
    .mean-container .mean-bar {
        background-color: #292075 !important;
        height: 50px;
        z-index: 5;
        border-top: 6px solid #ef7f1a;
    }

    .mean-container a.meanmenu-reveal {
        padding: 17px 15px 0 0;
    }

    .mobile-nav.mean-container .mean-nav {
        margin-top: 57px;
    }


    .mean-container a.meanmenu-reveal span {
        background-color: #2e4963;
    }

    .header-area+.swiper {
        margin-top: 5px;
    }


    .header-area .top-header-area {
        padding: 5px;
    }


    .mobile-nav .logo {
        position: absolute;
        left: 20px;
        top: -10px;
    }



    .option-menu {
        position: absolute;
        right: 20px;
        top: 3px;
        z-index: 6;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .option-menu>a {
        color: #ffffff;
        font-size: 20px;
    }

    .flag-icon {
        margin-top: -10px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }

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

}
