@charset "UTF-8";

/*
Theme Name: DNJ-WEB-SOLUTIONS
Theme URI: https://wordpress.org/themes/DNJ-WEB-SOLUTIONS/
Author: DNJ-WEB-SOLUTIONS
Version: 1.0
Description: DNJ WEB SOLUTIONS is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Mitraye elevates your portfolio, business website, or personal blog.
Text Domain: DNJ-WEB-SOLUTIONS
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
DNJ-WEB-SOLUTIONS WordPress Theme, (C) 2023 WordPress.org
DNJ-WEB-SOLUTIONS is distributed under the terms of the GNU GPL.
*/

/*.bg-custom-img {
    --bs-bg-opacity: 1;
    /*background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;*/
	/*background-image: url(https://maakripajyotishpujanpath.in/wp-content/uploads/2023/01/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
	box-sizing: border-box;
}*/
footer .footer-brand-item {
    height: auto;
}
.navbar-brand .navbar-brand-item {
    height: 50px;
}
.wpcf7-form{
	--bs-gutter-y: 1rem;
	--bs-gutter-x: 1rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}