@charset "utf-8";

/*
        Resets
*/
/* ORANGE THEME */
[data-theme="orange"] {
    --accent: #ff9933;
}

/* BLUE THEME */
[data-theme="blue"] {
    --accent: #2563ea; /* example blue */
}

/* GREEN THEME */
[data-theme="green"] {
    --accent: #00ab88; /* example green */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}


/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


/*
        Typography
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    color: #003366;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.containerWrapper {
    display: block;
    width: auto;
    padding: 0 100px;
    position: relative;
    z-index: 10;
}


/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    padding: 0;
    transition: all 400ms;
}


/*topNavbar*/

.topNavbar {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 6px 0;
    background: #9c0606;
    background: linear-gradient(277deg, rgba(156, 6, 6, 1) 0%, rgba(0, 0, 71, 1) 75%);
    color: #fff;
}


/*user-menu*/

.user-menu {
    float: left;
    text-align: center;
    margin-top: 5px;
}

.user-menu2 {
    float: right;
    text-align: right;
}

.user-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.user-menu ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 5px;
    color: #fff;
}

.user-menu ul li a {
    font-weight: 300;
    font-size: 15px;
    color: var(--accent);
}

.topNavbar ul li a svg {
    color: #eef6fb;
    font-size: 18px;
    padding: 0 2px 0 1px;
}

.user-menu ul li a:hover {
    color: #ddd;
    text-decoration: underline;
}


/*misc*/

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}


.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;
}

.btn-primary {
    /* background: #0074c9 !important; 
    color: #fff;
    border-color: transparent;
    margin-top: 20px !important;*/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #000 !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}





/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 75px;
    padding: 0;
    background: #fff;

}


.containerWrapper {
    display: block;
    position: relative;
    padding: 0 100px;
}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}


/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transition: all 300ms;
}

.logoimg {
    float: left;
}

.logotext {
    float: left;
    margin-left: 15px;
}

.navbar-brand h1 {
    color: #003366;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.navbar-brand p {
    color: #000;
    font-size: 18px;

}

.navbarbrandfixed {
    visibility: hidden;
    opacity: 0;
}

.navbar-brand img {
    height: 60px;
}

/* .navbar-nav {
    margin-top: 20px;
} */

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}


/*navbar-collapse*/

.navbar-collapse>ul>li {
    float: left;
    margin: 0 0;
    color: #000;
    height: 70px;
    line-height: 70px;
    padding: 0;
    /* position: initial;*/
    transition: all 300ms;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 10px;
    margin: 0 1px;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 300ms;
}

.navbar-collapse>ul>li>a i.fa-angle-down {
    display: inline-block;
    padding-left: 5px;
}


.navbar-collapse>ul>li:hover>a:before,
.navbar-collapse>ul>li.active>a:before {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li:hover>a {
    background: transparent;
    color: #003366 !important;
}

.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #003366 !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}



/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.navigationBarScroll:before {
    display: none;
}

.navigationBarScroll .navbar-brand {
    margin-top: 15px;
}

.navigationBarScroll .navbar-brand img {
    transform: scale(0.9);
    top: -8px;
    height: 65px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

.navigationBarScroll .navbar-collapse>ul>li:before {
    height: 35px;
    top: 20%;
}

@media (max-width: 1366px) {
    .navbar-collapse>ul>li>a {
        font-size: 15px;
        height: 70px;
        line-height: 70px;
        text-transform: capitalize;
    }
}

.navbar-collapse>ul>li>ul>img {
    width: 250px;
}




/* MainImageSlider */
.MainImageSlider {
    width: 100%;
    position: relative;
    clear: both;
}

.MainImageSlider img {
    width: 100%;

}

.MainImageSlider .heading {
    width: 100%;
    position: absolute;
    color: #fff;
}

.MainImageSlider .owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

/* End-MainImageSlider */




/* marque */

.ScrollingNews {
    height: 30px;
    z-index: 211;
    background: var(--accent);
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    color: #fff;
}

.ScrollingNews marquee {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    width: 100%;
    font-weight: 600;
    color: #fff;
    font-family: 'Hind', sans-serif !important;
}



/*panchyayat*/
.panchyayat-section {
    padding: 50px 0px;
    margin: 0px auto;
    background: var(--accent);
    text-align: center;
}

.panchyayat-section .heading {
    color: #fff;
    text-align: center;
    font-size: 3.75rem;
    align-items: center;
    line-height: 1;
}

.panchyayat-section .heading {
    display: block;
    text-decoration: none;
}

.panchyayat-section .btn-primary {
    color: #000;
    border: solid 2px #333;
    border-radius: 40px;
    padding-top: 8px;
    height: 40px;
    background-color: #fff;
    width: 150px;
}

.panchyayat-section .btn-primary:hover {
    background-color: rgb(214, 213, 213);
    color: #fff;
}

/*end-panchyayat*/





/* banner-section */
.containerWrapper {
    display: block;
    position: relative;
    width: auto;
    padding: 0 50px;
    z-index: 10;
}

.topRow {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bannerRow {
    margin-left: -4px;
    margin-right: -4px;
    padding-bottom: 0;
}

.bannerRow .col-md-8,
.bannerRow .col-md-4 {
    padding-left: 4px;
    padding-right: 4px;
}


/*bannerImgBlock*/
h1 {
    font-size: 33px;
    font-weight: 550;
    color: #003366;
}


.bannerImgBlock,
.bannerImgBlock2 {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bannerImgBlock {
    height: 450px;
}

.bannerImgBlock2 {
    height: 221px;
}

.bannerImgBlock>span,
.bannerImgBlock2>span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 10px;
    background: rgba(237, 28, 36, 0.8);
    color: #fff;
}

.bannerImgBlock>div,
.bannerImgBlock2>div {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.bannerImgBlock h3,
.bannerImgBlock2 h3 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    background: -linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    margin: 0;
}

.bannerImgBlock h3 {
    padding: 200px 30px 30px 30px;
}

.bannerImgBlock2 h3 {
    font-size: 18px;
    padding: 100px 15px 15px 15px;
}

#bannerSlider .owl-controls {
    position: absolute;
    margin: 0;
    top: 10px;
    right: 10px;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    background: #fff;
}

.bannerImgBlock2:nth-of-type(1) {
    margin-bottom: 8px;
}

.bannerImgBlock:hover,
.bannerImgBlock2:hover {
    opacity: 0.95;
}


.form-section .btn-primary {
    padding: 10px 20px;
    width: 200px;
    background-color: var(--accent);
    margin-top: 26px;
    border: none;
}

.form-section .btn-secondary {
    padding: 10px 20px;
    width: 200px;
    background-color: #003366;
    margin-top: 26px;
    border-radius: 20px !important;
    border: none;
}


.form-section .btn-secondary:hover {
    background-color: var(--accent);
    color: #fff;
}

.form-section .btn-primary:hover {
    background-color: #003366;
    color: #fff;
}


.count-text {
    display: flex;
}

.count-text h3 {
    padding-left: 10px;
    margin-bottom: 0px;
}

.banner-box {
    border: 1px solid #fdd3d3;
    border-radius: 10px;
    padding: 20px;
    color: #003366;
}

.profile .btn-primary {
    width: auto;
    height: 30px;
    float: left;
    margin-top: 2px;
    padding-top: 6px;
}

.banner-box i {
    color: black;
    font-size: 15px;
}

.count-text i {
    font-size: 30px;
    color: #003366;
    margin-right: 10px;
}

.profile {
    background-color: #fff;
    border: 1px solid #a7a1f2;
    padding-left: 20px;
    color: #003366;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    margin-top: 20px;
}

.flex-box2 {
    padding-left: 30px;
}

.profile .btn1-primary {
    background-color: #003366;
    color: #ddd;
    border-radius: 10px;
    width: 60px;
    margin-top: 1px;
    text-align: center;

}

.profile i {
    color: #003366;
    margin-right: 7px;
}

.profile .btn2-primary {
    background-color: #003366;
    color: #ddd;
    border-radius: 10px;
    width: 80px;
    margin-top: 1px;
    text-align: center;

}

.profile .btn3-primary {
    background-color: #003366;
    color: #ddd;
    border-radius: 10px;
    width: auto;
    margin-top: 1px;
    text-align: center;

}

.text-primary1 {
    color: #003366;
    font-size: 10px;
}

.rounded-circle1 {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0px auto;
}

.rounded-circle1 img {
      border-radius: 13%;
    width: 100%;
    margin: 0px auto;
    height: 100px;
    border: 1px solid #003366;
}

/* End-banner-section */





/* seva-section */
.second-section-box {
    display: flex;
    border: 1px solid #a7a1f2;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #003366;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 4px;
}

.seva-section .btn-primary {
    padding: 10px 20px;
    width: 200px;
    background-color: var(--accent);
    margin-top: 10px;
    border: none;
}

.square-box {
    height: 50px;
    width: 50px;
    border-radius: 30%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 7px;
    background-color: #fdfdff;
    padding: 11px;
    border: 1px solid #a7a1f2;
    color: var(--accent);
}

.square-box i {
    color: var(--accent);
    font-size: 22px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0;
    border-radius: 4px;
}

.second-section-box:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}



.second-section-box2 {
    display: flex;
    border: 1px solid #a7a1f2;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #003366;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 20px;
}

.suchna-text {
    border: 1px solid #a7a1f2;
    border-radius: 10px;
    color: #003366;
    padding: 11px;
    margin-top: 30px;
    background-color: #e7a57e82;
    text-align: center;
}

.suchna-text .btn-primary {
    background-color: white;
    color: #003366;
    border: 1px solid #a7a1f2;
    border-radius: 10px;
    width: 30%;
}

.suchna-text .user2 {
    margin-left: 100px;
}

.suchna-text i {
    color: #003366;
    margin-right: 7px;
    font-size: 30px;
}

.yojna-text {
    border: 1px solid #a7a1f2;
    border-radius: 10px;
    color: #003366;
    padding: 14px;
    margin-top: 30px;
    background-color: #e7a57e82;
}

.yojnasathi-arj {
    margin-top: 10px;
    padding: 10px;
    text-align: left;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.yojna-arj {
    border: none;
    /* border: 1px solid #e5e7eb; */
    border-radius: 8px;
    padding: 20px;
}


.yojna-text .btn-primary {
    background-color: white;
    color: #003366;
    border: 1px solid #a7a1f2;
    border-radius: 10px;
    width: 30%;
}

.yojna-text i {
    color: #003366;
    margin-right: 7px;
}







/* start-blog-section*/
.blog-section {
    color: #003366;
    padding-bottom: 30px;
}

.blog1 {
    color: black;
    border: 1px solid #a7a1f2;
}

.blog2 {
    padding: 22px;
    color: #003366;
}

.blog2 i {
    color: #003366;
    margin-right: 7px;
}

.blog2-btn-text {
    display: flex;

}


.blog-section img {
    width: 100%;
    height: 170px;
    background-size: cover;
    object-fit: cover;
}

.blog2-btn-text .btn {
    width: 70px;
    border-radius: 10%;
    margin-right: 77px;
    margin-top: 1px;
    padding-top: 3px;
    padding-left: 13px;
    color: #fff;
    height: 23px;
    background-color: var(--accent);
    text-align: center;
}


.user {
    display: flex;
    margin-bottom: 10px;
    padding: 0 aut;
    justify-content: center;
    align-items: stretch;
}

.blog-section .blog2:hover {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .2);
}

.blogsidebar img{
    width: 100%;
    height:80px;
}
.blogsidebar{
    border: 1px solid #b4a6fe;
    padding:10px;
}
.otherBlogs{
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}
.blogsidebar i{
    margin-right: 9px;
}
.blogsidebar h3 {
    color: #0f2757;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 19px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0f2757;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #0f2757;
}

.textWrapper{
    padding-left: 1px;
}
/* blog single page */
/*Single Page*/

.BlogSingleWrapper img {
    width: 100%;
}

.BlogSingleWrapper h4 {
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;
}

.singDate {
    text-align: right;
    position: absolute;
    right: 0;
    top: 35px;
    background: #a9131b;
    color: #fff;
    padding: 4px 10px;

}

.singDate span {
    color: #fff;
    padding-right: 5px;
}

.BlogSingleWrapper .singleBlogBlock ul {
    padding-left: 20px
}


/*Blog Single page*/

.BlogSingleWrapper {
    background: #e7e7e7;
    padding-top: 50px !important;
    padding-bottom: 50px;
}

.BlogSingleWrapper .col-md-8 {
    background: #fff;
}

.singleBlogBlock {
    padding: 15px 15px;
}

.BlogSingleWrapper .blogs {
    background: #fff;
    padding: 25px;
    margin-bottom: 80px;
}

.BlogSingleWrapper .blogs img {
    margin-bottom: 30px;
}

.BlogSingleWrapper .blogs h3 {
    text-transform: uppercase;
    text-align: center;
}

.BlogSingleWrapper .blogs h4 {
    width: 49%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #7c7979;
    font-weight: normal;
}

.BlogSingleWrapper .blogsidebar {
    background: #fff;
    padding: 25px 25px 50px 25px;
    margin-bottom: 30px;
}

.BlogSingleWrapper .blogsidebar h3 {
    margin-bottom: 0px;
}

.BlogSingleWrapper .blogsidebar form {
    position: relative;
}

.BlogSingleWrapper .blogsidebar form button {
    background: #000000;
    position: absolute;
    right: 0;
    width: 43px;
    height: 100%;
}

.BlogSingleWrapper .blogsidebar form button i {
    color: #fff
}

.BlogSingleWrapper .blogsidebar .otherBlogs {
    padding: 20px 0;
    border-bottom: solid 1px #eee;
}

.BlogSingleWrapper .blogsidebar .otherBlogs .imgWrapper {
    padding-right: 0px;
    max-width: 100px;
}

.BlogSingleWrapper .blogsidebar .otherBlogs .textWrapper p {
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.BlogSingleWrapper .blogsidebar .otherBlogs .textWrapper span {
    font-size: 11px;
}

.textWrapper a {
    color: #000;
}

/* mahiti-text  */
.mahiti-text {
    border: 1px solid #a7a1f2;
    border-radius: 10px;
    color: #003366;
    padding: 15px;
    margin-top: 30px;
        background-color: #e7a57e82;
}

.mahiti-text .btn-primary {
    background-color: white;
    color: #003366;
    border: 1px solid #a7a1f2;
    border-radius: 10px;
    width: 30%;
}

.mahiti-text i {
    color: #003366;
    margin-right: 7px;
}

/* weatherblock */
.weatherblock {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #a7a1f2;
    border-radius: 10px;
}

/* end-service-section*/




/* project-section */


.project-section {
    padding-bottom: 20px;
    color: #003366;
}

.project-section h2 {
    padding-bottom: 30px;
}

.projectblock {
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.vikasametex {
    padding: 10px;
    color: #000;
}



/* End-project-section */
.padhadikarisection {
    position: relative;
    clear: both;

}

.padhikariprofile {
    background: #f3f3f3;
    border: #333;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.padhikariprofile span {
    display: block;
    padding: 5px;

}

.padhikariprofile span i {
    color: var(--accent);

}

.padhikariprofile .flex-box1 {
    padding-left: 0;
}

.padhikariprofile .flex-box1,
.padhikariprofile .flex-box2 {
    padding-left: 0;
}

/*footer-section*/

.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 50px 0px 20px 0px;
    background: #000332;
    color: #fff;
}

.footer>.row {
    position: relative;
    z-index: 2;
}

.footer h3 {
    display: block;
    padding-bottom: 5px;
}

.footerUls {
    display: block;
    line-height: 20px;
}

.footerUls a:hover {
    color: #fff;
    text-decoration: underline;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function:
        cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.footerUls li {
    font-size: 15px;
    color: #fff;
}

.footerUls li a {
    color: inherit;
}

.footerUls li a:hover {
    text-decoration: underline;
    color: whitesmoke;
}

.footer-img {
    margin-bottom: 9px;
    width: 100%;
    margin-top: 3px;
    margin-left: -9%;
}


.foottext p {
    font-family: "Poppins", sans-serif;
}

.footer-icon {
    display: flex;
    color: var(--accent);

}



.outer-box {
    width: 30px;
    height: 30px;
    border-radius: 13%;
    margin-right: 12px;
    margin-top: 22px;
    color: #fff;
    padding-top: 4px;
}

.footer-icon i {
    font-size: 18px;
}

.footer-icon i:hover {
    color: #eee;
}

.text-white {
    color: white;
    display: flex;
}

.space-y-3 i {
    font-size: 20px;
    margin-right: 10px;
    color: var(--accent);
}

/*addressInfo*/

.addressInfo {
    display: block;
    position: relative;
}

.addressInfo h4 {
    font-weight: bold;
    font-size: 20px;
}

.addressInfo ul li {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 5px 20px;
}

.addressInfo ul li a:hover {
    color: var(--accent);
}

.copyright {
    margin-top: 20px;
    margin-left: 20px;
}

























/* about-section */
/* TABS */
.nav-tabs {
    margin: 0 auto;
}

.nav-tabs>li {
    z-index: 2;
    float: none;
    margin-left: 1px;
    display: inline-block;
}

.nav-tabs>li>a {
      font-weight: 700;
    color: black;
    /* border-radius: 10px; */
    /* border: 1px solid #737c85; */
    margin: 7px;
    border-bottom-color: none;
    font-size: 14px;
    background-color: #3f66002e;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #737c85;
    border-bottom-color: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #003366;
    color: #fff;
}

.nav>li>a:hover,
.nav>li>a:focus {
    outline: 0;
}

.tab-content {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.tab-pane {
    padding: 50px 0;
    border-bottom: 1px solid #ecf0f1;
}

.tab-content>.active {
    display: block;
    visibility: visible;
    opacity: 1;
    border-bottom: none;
}

/* tabs-end */


.text-primary {
    color: #0f2757;
}

.font-bold {
    font-weight: 700;
}

.text-4xl {
    font-weight: 600;
    line-height: 2.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
    margin-top: 20px;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

.text-foreground {
    color: #0f2757;
}

.text-xl {
    font-size: 15px;
    line-height: 1.75rem;
}

.max-w-3xl {
    max-width: 48rem;
}

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

.gap-4 {
    gap: 1rem;
}

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

.flex-wrap {
    flex-wrap: wrap;
}

.flex {
    display: flex;
}

.mb-8 {
    margin-bottom: 2rem;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function:
        cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.ring-offset-background {
    --tw-ring-offset-color: #ffffff;
}

.text-primary-foreground {
    color: #ffffff;
}

.font-medium {
    font-weight: 500;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.bg-primary {
    background-color: #e5e7eb;
    color: #0000;
}

.bg-accent {
    background-color: #e5e7eb;
}

.bg-accent:hover {
    background-color: #182743;
}

.bg-primary:hover {
    background-color: #182743;
    color: white;
}

.rounded-md {
    border-radius: 8px;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.gap-2 {
    gap: .5rem;
}

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

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

.h-10 {
    height: 2.5rem;
}

.inline-flex {
    display: inline-flex;
}


.fa-bullseye:before {
    margin-right: 10px;
}

/*section mb-12*/

.mb-12 {
    padding: 20px;
    border-radius: 15px;
}

h3 {
    color: #0f2757;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
}

.heading {
    display: flex;

}

.secondcolm {
    text-align: right;
}

.firstcolm {
    text-align: left;
}

.index-col {
    display: flex;
}


.footer h4 {
    font-weight: 600;
    margin-bottom: 16px;
    padding-top: 20px;
    color: #c8a233;
}
h4 {
    font-weight: 600;
    margin-bottom: 16px;
    padding-top: 20px;
}

.col-md-6 {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    border-radius: 8px;

}

.mb-12 h3 {
    font-weight: 600;

}

.p-2 {
    padding: .5rem;
}

.border-primary {
    border-color: hsl(var(--primary));
}

.border {
    border-width: 1px;
}

.rounded {
    border-radius: .25rem;
}

/*about*/
.grampanchayat {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 20px;
}

.information {
    display: flex;
    width: 100%;
}

.leftcolm {
    width: 50%;
}

.rightcolum {
    width: 50%;
}

.right1 {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    float: right;
    width: 50%;
    margin-left: 8px;
}

.left1 {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    float: left;
    width: 50%;
}

.text-foreground-one {
    margin-bottom: 20px;
    margin-left: 15px;
}


/*servicepage*/
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.font-semibold {
    font-weight: 600;
}

.bg-success {
    background-color: #29a329;
    border: 1px;
}

.border-transparent {
    border-color: transparent;
}

.border {
    border-width: 1px;
}

.rounded-full {
    border-radius: 9999px;
}

.items-center {
    align-items: center;
    padding: 15px 7px;
    font-size: 14px;
    height: 20px;
}

h6 {
    margin-bottom: 15px;
}

ul li {
    font-size: 14px;
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 22px;
    margin-top: 10px;
}

li::before {
    color: var(--accent);
}

.margin {
    margin-left: 20px;
}

.latter-box {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    border: 1px solid #8b9c00d9;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    height: 500px;
    overflow: scroll;
}

.latter-box:hover {
    box-shadow: 3px 3px 3px 3px #e5e7eb;
}

/* dropDownTab */
.dropDownTab {
    clear: both;
    position: relative;
}

#sectionChooser,
#sectionChooser1,
#sectionChooser2,
#sectionChooser3,
#sectionChooser4 {
    width: max-content;
    padding: 5px 15px;
}

.panel {
    display: none;
    padding: 20px 0px;
}

#one {
    display: block;
}

#one1 {
    display: block;
}

.table-borde {
    border: 1px solid #ddd !important;
}

thead th {
    font-weight: 600;
}
.pagination>li {
    display: inline;
    margin-left: 0;
}
/*service-one*/
.font {
    font-size: 10px;
}

.box {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    margin-top: 10px;

}


.box:hover {
    box-shadow: 3px 3px 3px 3px #e5e7eb;
}

.dispaly-flex {
    display: flex;
}

.rounded-circle {
    border: solid #0f2757;
    border-radius: 10px;
    background-color: #0f2757;
    height: 50px;
    width: 50px;
    /* text-align: center;*/
    color: #ffffff;
    padding-top: 10px;
}

.rounded-circle p {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.box-one .col-md-12 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-one-one {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px;
    margin-top: 12px;

}

.box-one1 {
    border-radius: 8px;
    padding: 10px;
    margin-top: 12px;
}


.textalign {
    text-align: center;

}

.box1 {
    display: flex;
    width: 50%;
}

.left {
    float: left;
}

.right {
    float: right;
    margin-left: 150px;

}

.boxer {
    text-align: left;
}

.box2 {
    width: 50%;
}

.color1 {
    color: black;
    font-size: 20px;
}

.color2 {
    color: blue;
    font-size: 20px;
}

.color3 {
    color: #29a329;
    font-size: 20px;
}

.color4 {
    color: var(--accent);
    font-size: 20px;
}

/*sarkari-yojna*/
.sarkariyojna {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: left;
     height: 500px;    
    overflow: scroll;
}

.sarkariyojna .col-md-6 {
    width: auto;
}

.sarkariyojna:hover {
    box-shadow: 2px 2px 2px 2px #e5e7eb;
}

.sarkariyojna i {
    font-size: 30px;
}

.pink-box {
    padding: 10px;
    margin: 10px;
    background-color: #eee;
}


/*noticeboard*/
.box-two {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 50px;
    padding: 10px;
    text-align: center;
    align-items: center;
}

.box-three:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-color:var(--accent): 0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.box {
    border: 1px solid lightgray;
}

.box-box-box {
    border: 1px solid lightgray;
    display: flex;
    padding-left: 20px;
    padding-top: 30px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 10px;
}
.rounded-circle-circle{
    margin-left: 20px;
}

.box-box {
    border: 1px solid lightgray;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
}

.box h2 {
    font-weight: 600;
    color: rgb(1, 43, 1);
    font-size: 1.75rem;
    text-align: left;
    line-height: 1.75rem;
    margin-bottom: 5px;
}

.box p {
    color: hsl(var(--muted-foreground));
}

.box1 i {
    margin-bottom: 10px;
    color: hsl(var(--muted-foreground));
    line-height: 3.75rem;
    padding-left: 6px;
}

.box1 h4 {
    color: hsl(var(--muted-foreground));
    font-size: 15px;
    margin-left: 5px;
}

.leftbtns {
    position: absolute;
    right: 20px;
    top: 20px;
}


.word h5 {
    color: rgb(1, 43, 1);
    font-size: 14px;
    padding: 4px 5px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 9999px;
    width: 100px;
    font-weight: 600;
}

.sony {
    margin-top: 10px;
    text-align: right;
}

.sony button {
    font-size: 10px;
    width: 50px;
    border-radius: 100px !important;
}

.carousel {
    padding: 10px;
    margin-bottom: 20px;
}

.Brand-box {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.carousel {
    text-align: center;
}

.book1 button {
    background-color: rgb(9, 77, 9);
    border: 1px solid rgb(9, 77, 9);
    font-size: 10px;
}

.box-two .h3 {
    text-align: center;
}



/*notice-board-section jama-kharch */
.jama-kharch-section {
    text-align: left;
    padding-left: 34px;
    padding-right: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 10px;

}

.jama-kharch-section .bg-primary {
    width: auto;
    height: 40px;
    background-color: white;
    border-radius: 10px;

}

/* notice-board-nivida-section */

.notice-board-nivida-section {
    text-align: left;
    padding-left: 34px;
    padding-right: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 10px;
    margin-bottom: 10px;
}

.notice-board-nivida-section:hover {
    box-shadow: 1px 1px 1px 1px rgb(207, 207, 207);
}

/*contact*/
.contact1 {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
}

/*photogallery*/

.contact2 {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px;


}

iframe {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 20px;
}


.sobtn {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 3px;
    text-align: center;
}


.sobtn i {
    font-size: 20px;
    color: rgb(8, 102, 255);
    margin-right: 10px;
}


.sobtn:hover {
    background-color: gainsboro;
}




.sobtn i {
    margin-right: 10px;
}
.sobtn a{
    color:#333;
}
.sobtn:hover {
    background-color: gainsboro;
}

.mapbtn1 i {
    font-size: 20px;
    color: rgb(8, 102, 255);
    margin-right: 10px;
}

.mapbtn2 i {
    font-size: 20px;
    color: #e1002d;
    margin-right: 10px;
}

.mapbtn3 i {
    font-size: 20px;
    color: #dc2178;
    margin-right: 10px;
}

.mapbtn:hover {
    background-color: gainsboro;
}


.mapbtn {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-right: 9px;
    height: 30px;
    padding: 3px;
    color: black;
    text-align: center;
}

.mapbtn i {
    margin-right: 10px;
}

.mapbtn1:hover {
    background-color: gainsboro;
}

.btn-primary {
    color: white;
    width: 200px;
    background-color: var(--accent);
    text-align: center;
    border-style: solid;
    border-color: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 20px !important;

}

.office-address i {
    color: var(--accent);
    margin-right: 10px;
}


/*noticeboard*/
.box-three {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 50px;
    padding: 10px;
    text-align: center;
    align-items: center;
    margin-top: 10px;
}

.box-three i {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #626d84;
}

.social-media {
    border: 1px solid #e5e7eb;
    padding: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.social-media-one {
    border: none;
    padding: 7px;
}

.social-media-one .form-box {
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: #e5e7eb;
    margin: 0px auto;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    float: left;
}

.form {
    color: #0f2757;
    font-size: 17px;
    text-align: left;
    line-height: 40px;
}

.form :placeholder-shown {
    width: 100%;
    height: 40px;
}

.form .btn-primary {
    border-color: #777779;
    background-color: white;
    height: 45px;
    color: #0f2757;
    margin-top: 20px;
    border-radius: 10px;
    width: 158px;
    padding-top: 10px;
}

.form button:hover {
    color: white;
    background-color: black;
}

.textareabox textarea {
    display: block;
    width: 100%;
}

.text-align {
    border: 1px solid rgb(215, 215, 215);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    text-align: center;
    margin-bottom: 20px;
}

.display-flex {
    display: flex;
    margin-top: 66px;
    border: 1px solid rgb(205, 205, 205);
    border-radius: 10px;
    padding: 20px;
}

.display-flex2 {
    display: flex;
    margin-top: 66px;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 10px;
    padding: 20px;
    margin-left: 180px;
}

.qrcode-text h4 {
    color: #0f2757;
}

.round-box {
    margin-left:20px;
}

.text-align img{
    width: 100px;
    height: 100px;
}


/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #000;
    z-index: 200;
}

.scrollup:hover {
    background: var(--accent);
    opacity: 1;
    color: #fff;
}


/*Media queries*/

@media (max-width: 1366px) {
}

@media (max-width: 991px) {
    .navigationBarScroll {
        position: absolute;
        height: auto
    }

    .navigationBar {
        height: auto;
        position: absolute;
    }

    .navbar-brand h1 {
        font-size: 20px;
    }

    .navbar-brand P {
        font-size: 14px;
    }

    .navbar-collapse {
        float: left;
        clear: both;
        width: 100%;
        margin-top: 12px;
        border-top: solid 1px #ddd;
    }

    .navbar-collapse>ul>li {
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li.active>a {
        background: transparent !important;
        color: #000000 !important;
    }

    .navbar-collapse>ul>li:hover>a {
        background: transparent;
        color: #000000 !important;
    }



    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .navbar-collapse>ul>li::before {
        height: 100%;
    }
}

@media (max-width: 1075px) {
}

@media (max-width: 768px) {
    .otherBlogs {
        padding: 10px 20px;
    }
    .containerWrapper {
        padding: 0 20px;
    }

    .navigationBar {
        position: relative;
        background: #fff;
        height: auto;
        width: 100%;
        float: none;
        left: 0;
        height: auto;
    }

    .navigationBar:before {
        display: none;
    }

    .navigationBarContent {
        padding-bottom: 0;
    }

    .navbar-collapse>ul>li {
        font-size: 14px;
        margin: 0;
        width: 100%;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-header {
        margin: 0;
    }

    .navbar-brand {
        margin: 12px 0;
        border: none;
    }

    .navbar-collapse {
        float: none;
        background: transparent;
        margin-top: 10px;
        padding: 0;
        width: auto;
    }

    .navbar-toggle {
        background: transparent;
        border-radius: 0;
        border: none;
        margin-top: 23px;
        margin-right: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #3c3c3c;
    }

    .navbar-collapse>ul>li {
        color: #141414;
        border-bottom: solid 1px #ddd;
    }

    .navbar-collapse>ul>li>a {
        height: 30px;
        line-height: 30px;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li:hover,
    .navbar-collapse>ul>li.active,
    .navbar-collapse>ul>li.active:hover {
        background: var(--accent);
        color: #fff;
    }

    .partnersRow h4 {
        margin: 0 0 15px 0;
    }

    .navigationBarScroll .navbar-brand {
        margin-top: 0;
    }

    .navigationBarScroll .navbar-brand img {
        transform: scale(1);
        top: 0;
    }

    .navigationBarScroll .navbar-collapse>ul>li {
        height: 0px;
        line-height: 60px;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        /*left: 105%;*/
        visibility: visible;
        opacity: 1;
        transition: none;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
    }

    .seva-section {
        margin-top: 20px;
    }

    .blog1 {
        margin-bottom: 20px;
    }

    .flex-box2 {
        padding-left: 10px;
    }

    .mb-4 {
        margin-bottom: 1rem;
        margin-top: 40px;
    }

    .nav-tabs>li {
        z-index: 2;
        float: left;
    }

    .nav-tabs>li>a {
        margin: 5px;
    }

    .grampanchayat {
        float: left;
    }

    .information {
        display: block;
        width: 100%;
    }

    .leftcolm {
        width: 100%;
        float: left;
    }

    .rightcolum {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .dispaly-flex {
        display: block;
    }

    .left1,
    .right1 {
        width: 100%;
    }

    .padhikariprofile {
        margin-bottom: 20px;
    }

    .box {
        border: 1px solid lightgray;
        margin-bottom: 10px;
    }

    .box-box {
        margin-bottom: 12px;
    }

    .leftbtns {
        position: absolute;
        right: 13px;
        top: -109px;
    }

    .BlogSingleWrapper {
        background: #e7e7e7;
        padding-top: 10px !important;
        padding-bottom: 0px;
    }

    .BlogSingleWrapper .blogsidebar {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .mapbtn {
        height: 35px;
        padding: 6px;
        margin-bottom: 10px;
    }

    .form-section .btn-secondary {
        margin-bottom: 20px;
    }

    .project-section img {
        margin-bottom: 10px;
    }

    .galleryBlock img {
        margin-bottom: 10px;
    }

    #sectionChooser,
    #sectionChooser2,
    #sectionChooser3,
    #sectionChooser4 {
        width: 270px;
    }

    .display-flex {
        display: flex;
        margin-top: 1px;

    }

    .display-flex2 {
        margin-left: 0px;
    }

    .text-align {
        display: block;
    }

    .sarkari-yojna-box {
        margin-top: 90px;
    }

    .box-one-one {
        border: none;
    }

}


@media (max-width: 1250px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .navbar-collapse>ul>li {
        font-size: 14px;
        margin: 0;
        padding: 5px 0px;
    }

    .containerWrapper {
        padding: 0 20px;
    }

    .panchyayat-section {
        padding: 60px 0px;
    }

    .bannerImgBlock {
        height: 250px;
    }
}

@media (max-width: 875px) {
    .navbar-collapse>ul>li>ul>li>a {
        font-weight: 300;
    }

    .containerWrapper {
        padding: 0 20px;
    }

    .user-menu2 {
        display: none;
    }

}

@media (max-width: 1180px) {
    .navigationBarScroll .navbar-collapse>ul>li>a>i {
        display: none;
    }

    .navigationBarScroll .navbar-collapse>ul>li>a>i.fa-angle-right {
        display: inline-block;
    }

    .navigationBarScroll .navbar-collapse>ul>li {
        font-size: 16px;
    }

    .navigationBarScroll .navbar-collapse>ul>li>a {
        padding-left: 15px;
    }
}
