body {
    font-family: 'Tiro Devanagari Hindi', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    background: #fff;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.phone-container input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

.phone-container input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.phone-container input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.phone-container input::-moz-placeholder {
    opacity: 1;
    color: #000;
}

:root {
    --green: #00b055;
    --orange: #f47216;
    --font: 'Tiro Devanagari Hindi', serif;
}

.container {
    max-width: 1270px;
    padding: 0 15px;
    margin: auto;
}

/* header css */

.site-header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 17px;
    font-weight: normal;
    font-family: var(--font);
    text-transform: uppercase;
    color: #fff;
    border-bottom: 5px solid transparent;
    padding: 0;
}

body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 18px 0 18px;
}

body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child {
    margin-right: 0;
}

body #mega-menu-wrap-primary {
    background: none;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    font-weight: normal;
    background: none;
    border-bottom: 3px solid var(--orange);
    color: #fff;
}

#masthead {
    padding: 20px 0 40px 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */

}

/* home slider css */

.homeslider {
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.homeslider .owl-item .item {
    position: relative;
    display: flex;
    align-items: center;
}

.homeslider .owl-item .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}

.homeslider .owl-item .item img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .owl-item .item,
.homeslider .owl-carousel {
    height: 100%;
}



.owl-theme .owl-nav.disabled+.owl-dots button.owl-dot {
    background: none;
}

body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--orange);
}

.slider-content {
    position: absolute;
    right: 17%;
    left: 0;
    text-align: center;
    bottom: 42%;
}

.slider-content h2 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    text-align: right;
    justify-content: flex-end;
    padding: 0;
    position: relative;
    text-shadow: 0 2px 1px #000;
    font-family: 'Tiro Devanagari Hindi', serif;
    line-height: 56px;
}

.slider-content h2.left-align {
    justify-content: flex-start;
    padding-left: 30%;
    text-align: left;
}

/* .slider-content h2::before {
    content: '';
    background: url(../images/quote.png) no-repeat center top;
    width: 126px;
    height: 86px;
    position: absolute;
    top: -15px;
} */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 96px;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/* join our movement */

.join-our-movement-block section {
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 14px 40px 14px 40px;
    max-width: 1050px;
    margin: auto;
    border-top: 5px solid #f47216;
    box-shadow: 0 15px 30px #eaeaea;
    position: relative;
}

.bjp-logo-fixed-bar {
    position: absolute;
    left: 71px;
    top: 21px;
}

.bjp-logo-fixed-bar.right {
    right: 71px;
    top: 21px;
    left: auto;
}

.bjp-logo-fixed-bar img {
    max-width: 30px;
}

.join-our-movement-block section .textwidget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.join-our-movement-block .nf-form-fields-required,
.join-our-movement-block .nf-field-label {
    display: none;
}

.join-move-left h3 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
}

.join-move-left p {
    font-size: 20px;
    color: #000;
    line-height: 24px;
}

.join-move-left {
    width: 100%;
    text-align: center;
}

.join-move-right {
    width: 100%;
}

.join-move-right .nf-form-content input:not([type="button"]),
.join-move-right .nf-form-content input:not([type="button"]):focus,
.join-move-right .nf-form-content input:not([type="button"]):active {
    height: 50px;
    border-radius: 36px;
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    padding: 0 25px;
}

.join-move-right .nf-form-cont {
    max-width: 500px;
    margin: auto;
}

.nf-form-layout form {
    position: relative;
}

.nf-form-content nf-fields-wrap>nf-field:nth-child(2) {
    position: absolute;
    right: 5px;
    top: 5px;
}

.join-move-right .nf-form-content input[type="submit"],
.join-move-right .nf-form-content input[type="submit"]:hover,
.join-move-right .nf-form-content input[type="submit"]:focus {
    background: url(../images/arrow-btn.png) no-repeat right top;
    padding: 0;
    width: 47px;
    height: 40px;
    text-indent: -99999px;
    cursor: pointer;
    border: none !important;
}

.join-move-right .nf-form-content {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}

.join-move-right #ninja_forms_required_items,
.join-move-right .nf-field-container {
    margin-bottom: 0;
}

.join-our-movement-block {
    margin-top: -70px;
    position: relative;
    z-index: 9;
}

.join-move-right .nf-error.field-wrap .nf-field-element::after {
    display: none;
}

.join-move-right .nf-error .nf-error-msg {
    color: #e80000;
    background: #fff;
    border-radius: 15px;
    padding: 0 15px;
}

.nf-response-msg {
    background: #fff;
    text-align: center;
    padding: 10px;
}

.nf-error-msg.nf-error-field-errors {
    display: none;
}

.container-big {
    max-width: 1270px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.about-us .abt-left-block {
    width: 45%;
}

.about-us .widget_custom_html#custom_html-2 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */

}

.about-us .widget_custom_html#custom_html-2 h4 {
    color: #fff;
    font-size: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}

.about-us .widget_custom_html {
    width: 50%;
}

.about-us .widget_custom_html .custom-html-widget {
    position: relative;
    z-index: 1;
}

body .head-title {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-us {
    position: relative;
}

.about-us:after {
    background: url(../images/bjp-logo-overlay.png) no-repeat right bottom;
    width: 286px;
    height: 232px;
    content: '';
    position: absolute;
    right: 12%;
    bottom: 0;
}

.about-us p {
    margin-bottom: 35px;
}

body .button-row .site-btn {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    padding: 8px 35px;
}

body .button-row .site-btn:hover {
    background: var(--green);
}

/* photo gallery */

.photo-gallery {
    background: #f7f7f7;
    margin-top: 0;
    padding: 90px 0;
}

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

.title-underline {
    position: relative;
    padding-bottom: 12px;
}

.title-underline:before,
.title-underline:after {
    width: 55px;
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    margin: auto;
    background: var(--orange);
    left: 0;
    right: 0;
}

.title-underline:after {
    bottom: 4px;
}

.home #bwg_load_0 {
    display: none !important;
}

.photo-gallery .button-row {
    margin-top: 40px;
}

/* press */
.press {
    margin: 90px 0;
}

.press .button-row {
    margin-top: 40px;
}

.press #bwg_load_1 {
    display: none !important;
}

body div[id^="bwg_container"].bwg_container .bwg_load_btn {
    display: inline-block;
    background: var(--green) !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    padding: 15px 40px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

/* video gallery */

.video-gallery .bwg-thumbnails .bwg-item:first-child {
    width: 100% !important;
    max-width: 100% !important;
}

.video-gallery .bwg-thumbnails .bwg-item:first-child a.bwg_lightbox .bwg-item1.bwg-zoom-effect {
    padding-top: 50% !important;
}

.video-gallery .bwg-thumbnails .bwg-item:first-child a.bwg_lightbox .bwg-item1.bwg-zoom-effect .bwg-item2 {
    margin: 0 !important;
}

.video-gallery .bwg-thumbnails .bwg-item:first-child img {
    height: 100% !important;
    object-fit: contain;
    width: 100%;
}

.video-gallery .bwg-thumbnails .bwg-item {
    width: 33.33% !important;
}

.video-gallery .container {
    max-width: 1050px;
}

/* pioneer says */

.pioneer-says .container {
    max-width: 1050px
}

.pioneer-says .item {
    background: var(--orange);
    display: flex;
    flex-wrap: wrap;
    padding: 50px 50px 70px 50px;
    justify-content: space-between;
    align-items: center;
}

.says-img img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 8px solid #fff;
    box-shadow: 0 5px 20px #bf5306;
}

.says-img {
    width: 27%;
}

.says-content {
    width: 68%;
    color: #fff;
}

.says-content h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.says-content p {
    line-height: 30px;
}

.pioneer-says .owl-theme .owl-nav.disabled+.owl-dots button.owl-dot {
    width: 86px;
    height: 86px;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: url(../images/Syama-Prasad-Mookerjee.jpg) no-repeat;
    background-size: cover;
    border: 5px solid #fff;
    box-shadow: 0 5px 20px #d9d8d8;
    margin-right: 10px;
}

.pioneer-says .owl-theme .owl-nav.disabled+.owl-dots button.owl-dot:nth-child(2) {
    background: url(../images/Pandit-Deendayal-Upadhyay.jpg) no-repeat;
    background-size: cover;
}

.pioneer-says .owl-theme .owl-nav.disabled+.owl-dots button.owl-dot:nth-child(3) {
    background: url(../images/Atal-Bihari-Vajpayee.jpg) no-repeat;
    background-size: cover;
}

.pioneer-says .owl-theme .owl-nav.disabled+.owl-dots button.owl-dot:nth-child(4) {
    background: url(../images/Lal-Krishna-Advani.jpg) no-repeat;
    background-size: cover;
}

.pioneer-says .owl-theme .owl-nav.disabled+.owl-dots button.owl-dot:nth-child(5) {
    background: url(../images/narendra-modi.jpg) no-repeat;
    background-size: cover;
}

.pioneer-says .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.pioneer-says .owl-theme .owl-nav.disabled+.owl-dots {
    bottom: -38px;
}

.pioneer-says .owl-theme .owl-nav.disabled+.owl-dots button.owl-dot.active {
    border-color: var(--orange);
}

.pioneer-says {
    margin: 90px 0 120px 0;
}

/* connect with us */

.connect-with-us {
    background: #f7f7f7;
    padding: 90px 0;
}

.connect-social-media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.twitter-connect,
.fb-connect,
.insta-connect {
    width: 31.5%;
}

.twitter-connect .twitter-timeline {
    height: 450px !important;
    overflow-y: auto;
}

.insta-connect #eapps-instagram-feed-1 {
    width: 100%;
}

.fb-connect iframe {
    width: 100% !important;
}

.insta-connect .eapps-link {
    display: none !important;
}

.insta-connect {
    height: 450px;
    overflow: hidden;
}

body #eapps-instagram-feed-1 .eapps-instagram-feed-header {
    background: none;
}

/* footer */

.site-footer {
    background: url(../images/footer-bg.webp) no-repeat center top;
    background-size: cover;

    padding-top: 70px;
}

.home .site-footer {
    margin-top: 0 !important;
}

.site-footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f-col svg {
    fill: #fff;
    width: 18px;
    height: 18px;
}

.f-col .widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.f-col ul {
    margin: 0;
    padding: 0;
}

.f-col ul li {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.f-col:first-child {
    width: 30%;
}

.f-col:nth-child(3) {
    width: 42%;
}

.f-col {
    width: 22%;
}

.f-col ul li p {
    color: #fff;
    font-size: 15px;
    padding-left: 15px;
}

body .f-col ul li p a,
body .f-col ul li p a:hover {
    color: #fff;
    text-decoration: none;
}

.f-col section .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f-col section .menu li {
    width: 49%;
    margin-bottom: 8px;
}

.f-col section .menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.form-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.half-col {
    width: 49%;
    margin-bottom: 10px;
}

.full-col {
    width: 100%;
    margin-bottom: 10px;
}

.form-block input,
.form-block textarea {
    margin: 0;
    border: none;
    height: 40px;
    color: #7d7c7c;
    font-size: 14px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.form-block textarea {
    height: 90px;
}

.form-block p {
    display: block;
    width: 100%;
}

.form-block input[type="submit"] {
    width: 100%;
    background: var(--orange) !important;
    color: #fff !important;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    text-transform: uppercase;
}

.footer-navigation-wrapper {
    justify-content: left;
}

.footer-navigation-wrapper li a {
    padding: 0;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(190, 190, 190, 0.6);
    border-radius: 44px;
    text-align: center;
    margin-right: 10px;
    line-height: 43px;
}

.footer-navigation-wrapper li a:hover {
    background: var(--orange);
    border-color: var(--orange);
}

.footer-navigation-wrapper li .svg-icon {
    fill: #fff;
}

.footer-navigation .footer-navigation-wrapper {
    margin-top: 25px;
}




.wpcf7-form label.error {
    display: none !important;
}


input:not([type="checkbox"]).error,
select.error,
textarea.error {
    background: #fff url(../images/close-error.png) no-repeat right 5px center !important;
}

input:not([type="checkbox"]).valid,
select.valid,
textarea.valid {
    background: #fff url(../images/right-vaild.png) no-repeat right 5px center !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    background: #fff;
    width: 100%;
    margin: 0;
}

/* single page */
.page-header-banner {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.page-header-banner .post-thumbnail {
    margin-top: 0;
    height: 100%;
}

.page-header-banner .post-thumbnail img {
    width: 100%;
    max-width: 100% !important;
    margin: 0;
    height: 100% !important;
    object-fit: cover;
}

.page-header-banner .entry-title {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 44px;
    padding-top: 0;
}

.page-id-11 .page-header-banner .entry-title {
    padding-top: 120px;
}

.contact-page-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 15px 40px #dfdfdf;
    padding: 25px;
    border-radius: 10px;
}

.form-page-left {
    width: 60%;
}

.form-page-right {
    width: 37%;
    padding: 20px 30px;
    background: #f5f2f0;
}

.form-page-right ul {
    margin: 0;
    padding: 0;
}

.form-page-right ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.form-page-right ul li svg {
    width: 22px;
    height: 22px;
}

.fpr-right {
    width: 90%;
    font-family: Arial, Helvetica, sans-serif;
}

.fpr-right h4 {
    font-size: 18px;
}

.fpr-right a {
    text-decoration: none;
}

.form-page-left .form-block input,
.form-page-left .form-block textarea {
    border: 1px solid #e1e1e1;
}

.form-page-left input[type="submit"] {
    border: none;
    font-family: Arial, Helvetica, sans-serif;
}

.form-page-left .wpcf7-spinner {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.bjp-logo {
    padding-left: 20px;
}

.bjp-logo img {
    max-width: 100%;
}

.site-branding {
    max-width: 300px;
}

.bjp-logo {
    border: 2px solid #fff;
    box-shadow: 0 0 25px #e3e3e3;
    width: 45px;
    height: 45px;
    padding: 2px;
    border-radius: 100%;
    position: relative;
    margin-left: 5px;
    top: 4px;
}

.about-us h4 {
    font-size: 24px;
    margin-bottom: 5px;
    color: var(--orange);
}

.about-us ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.block-three-abt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-three-abt .bta-block {
    width: 32%;
    background: #fff;
    box-shadow: 0 0 35px #e6e3e3;
    padding: 20px;
    border-radius: 10px;
}

.block-three-abt .bta-block p {
    margin-bottom: 0;
}

.block-three-abt .bta-block li {
    border-bottom: 1px solid #e3e1e1;
    width: 100%;
    padding-bottom: 15px;
}

.block-three-abt .bta-block li:last-child {
    border-bottom: none;
}

.social-work-content {
    background: url(../images/sitaram-poswal-social-work.webp) no-repeat center top;
    background-size: cover;
    position: relative;
}

.social-work-content::before {
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.social-work-content .container {
    position: relative;
    z-index: 1;
}

body .social-work-content .head-title {
    color: #fff;
}

.social-work-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-work-content ul li {
    width: 48.5%;
    background: #ffcfae;
    padding: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 22px;
    border: 1px solid #000;
}

.social-work-content ul li:nth-child(2) {
    background: #b9f2d5;
}

.social-work-content ul li:nth-child(3) {
    background: #ebfff5;
}

.social-work-content ul li:nth-child(4) {
    background: #f2b9bc;
}

.social-work-content ul li:nth-child(5) {
    background: #eae0d9;
}

.social-work-content ul li:nth-child(6) {
    background: #b9f2d5;
}

.social-work-content ul li:nth-child(7) {
    background: #d9d4af;
}

.social-work-content ul li:nth-child(8) {
    background: #ebfff5;
}

.social-work-content ul li:nth-child(9) {
    background: #ebfff5;
}

.social-work-content ul li:nth-child(10) {
    background: #b9f2d5;
}

.social-work-content ul li:nth-child(11) {
    background: #ffcfae;
}

.social-work-content ul li:nth-child(12) {
    background: #eae0d9;
}

.social-work-content ul li:nth-child(13) {
    background: #b9f2d5;
}

.orange-text {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--orange);
}

.social-work-content.social-page ul li {
    width: 100%;
}

.line-content {
    margin-bottom: 25px !important;
}

.line-content p {
    margin-bottom: 0;
}

.line-content li {
    border-right: 2px solid #ccc;
    padding-right: 20px;
}

.line-content li:last-child {
    border: none;
}



.social-work-content.social-page ul li .s-numbers-content {
    padding: 10px;
}

.social-icon-pages svg {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    fill: #3b5998;
}

.social-pages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    box-shadow: 0 15px 40px #dfdfdf;
    padding: 25px;
    border-radius: 10px;
}

.social-pages-content a {
    text-decoration: none;
    font-weight: normal;
    color: var(--orange);
    font-family: Arial, Helvetica, sans-serif;
}

.f-col ul li p,
.copyright-col {
    font-family: Arial, Helvetica, sans-serif;
}

.social-pages.s-twitter svg {
    fill: #00acee;
}

.social-pages.s-insta svg {
    fill: #fa7e1e;
}

.f-col .social-pages {
    background: #3b5998;
    box-shadow: none;
    padding: 10px 15px;
    margin-bottom: 8px;
    width: 48.5%;
}

.f-col .social-pages:nth-child(2) {
    background: #00acee;
}

.f-col .social-pages:nth-child(3) {
    background: #fa7e1e;
}

.f-col .social-pages:nth-child(4) {
    background: #25D366;
}

.f-col .social-pages svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.f-col .social-pages .social-pages-content a {
    color: #fff;
}

.f-col .social-pages .social-icon-pages {
    display: flex;
}

.f-col:nth-child(3) .custom-html-widget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    background: none;
}

.custom-logo {
    max-width: 250px;
}

.mobile-banner,
.owl-dots {
    display: none;
}


.arrow-container {
    width: 50px;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    height: 20px;
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    height: 50px;
    background: var(--orange);
    border-radius: 36px;
    padding: 18px 17px 20px 16px;
}

.arrow-down {
    height: 3px;
    background: black;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
    border-radius: 5px;
}

.arrow-down:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 100%;
    border-radius: 5px;
    background: black;
    transform: rotate(-90deg);
    transform-origin: 0% 100%;
}

@keyframes bounce {
    50% {
        transform: translateY(-15px);
    }
}


.media-lightbox .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin-bottom: 15px;
}

.abt-left-block {
    position: relative;
}

.no-widgets .site-footer {
    margin-top: 35px;
}

.home .join-bjp {
    margin: 35px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #000;
}

.appStoreLink {
    cursor: pointer;
}

.blog-img {
    background-image: url(https://sitaramposwalbjp.com/wp-content/uploads/2024/04/blog-bg.jpg);
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 80px;
}

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

.category-blog .page-title {
    display: none;
}

.blog-img h2 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 75px;
    font-weight: 700;
    text-align: start;
    justify-content: start;
    padding: 0;
    position: relative;
    text-shadow: 0 2px 1px #000;
    font-family: 'Tiro Devanagari Hindi', serif;
    line-height: 96px;
}

.all-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.blogs {
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    background: #fff;
    overflow: hidden;
}

.blogs img,
.blogs .entry-header {
    margin-top: 0 !important;
    margin-bottom: 0;
}

.blogs .post-taxonomies {
    display: none;
}

.blogs .entry-content {
    padding: 12px;
    margin: 0;
}

.blogs .entry-content .entry-title {
    line-height: 25px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    text-decoration: none;
    margin-top: 5px;
}

.blogs .entry-content .entry-title a {
    text-decoration: none;
    transition: all.3s;
}

.blogs .entry-content .entry-title a:hover {
    color: #f47216 !important;
    text-decoration: underline !important;
}

.blogs .entry-content p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
}

.blogs .entry-content .edit-link {
    display: none;
}

.blogs .entry-content .posted-on {
    margin-bottom: 5px;
    font-size: 0;
}

.blogs .entry-content .posted-on time {
    font-size: 14px;
    color: #676868;
}

.blogs .entry-content br {
    display: none;
}

.single-post #masthead {
    padding: 20px 0 20px 0;
    position: relative;
    background: #000;
}

.single-post article {
    background: #f9f8f8;
    padding: 15px;
    margin-top: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    margin-bottom: 50px;
}

.single-post article .post-thumbnail img {
    margin: 0;
}

.single-post article .entry-header {
    margin-top: 0;
}

.single-post .entry-title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	margin-top: 30px;
}

.single-post .has-post-thumbnail .entry-header {
    padding-bottom: 15px;
}
.heateor_sss_sharing_container {
  padding-bottom: 5px;
}

.single-post .entry-content {
    margin-top:15px;
}
.single-post .entry-content p {
	word-wrap: break-word;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 10px;
}
.single-post .post-taxonomies{
    display: none;
}
.single-post .posted-by{
	display: flex;
	gap: 10px;
	margin-bottom: 0;
}
.single-post .entry-footer{
        margin: 20px 0 0px;
}

.posted-by .byline{display:none}
.nav-links {
  max-width: 1270px;
  margin: 0 auto 25px auto;
}

.archive .navigation {
grid-column: span 3;	
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}

.archive .navigation .wp-paginate .page, 
.archive .navigation .wp-paginate .next, .archive .navigation .wp-paginate .prev, .archive .navigation .wp-paginate .page:focus,
.archive .navigation .wp-paginate .next:focus, .archive .navigation .wp-paginate .prev:focus{
  border-radius: 36px;
  background: #028222;
  border: none;
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height:30px;
  font-weight: normal;
	text-align: center;
	color:#fff;
}
.archive .navigation li .title {
  display: none;
}

.archive .navigation .wp-paginate .page.current {
  background:#fa9103;
  border: none;
  color: #fff;
}

.navigation.post-navigation{display:none;}

.wpb-posts-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.wpd-nav-lr a {
  display: grid;
  grid-template-columns: 17% 1fr;
  gap: 4%;
}

.wpd-nav-lr.rl a {
  grid-template-columns: 1fr 17%;
}
.single-post .content-area .site-main article .entry-content .wpd-thumb img {
  border-radius: 8px;
  border: 1px solid #fff;
}
.wpd-content svg {
  fill: var(--yellow-color);
}
.wpd-content strong {
  display: flex;
  align-items: center;
	  font-weight: 400;
  font-size: 14px;
}
.wpb-posts-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.single-post .content-area .site-main article .entry-content .wpd-content h4 {
  font-size: 17px;
  line-height: 25px;
}
.wpd-nav-lr.lr .wpd-content strong {
  position: relative;
  left: -5px;
}
.single-post .content-area .site-main .wpd-nav-lr a{text-decoration:none !important}

 .wpb-posts-nav, .archive .wp-caption-text{display:none;}
 .single-post .wpb-posts-nav{display:grid;}

.single-post .entry-content > br {
  display: none;
}

.read-more-news h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.read-more-news {
  max-width: 700px;
  background: #ececec;
  padding: 15px;
}
.read-more-news .news-item {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.read-more-news .news-item:last-child{margin-bottom:0;}

.read-more-news .news-item .news-title a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}
.read-more-news .news-item .news-title p {
  margin: 0;
  font-size: 16px;
}
.media-lightbox.cust-media-page .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.copy-col {
    width: 100%;
    display: flex;
    justify-content: space-between;
	    border-top: 1px solid #525150;
	   padding-top: 40px;
	   margin-top: 20px;
}

.copyright-col, .designby {
    color: #969494;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}
.designby a{color:#fa7e1e; text-decoration:none;}
.site-logo{
	color: #fff;
  font-size: 40px;
  text-shadow: 0 5px 5px #000;
}
.site-logo span{display: block;font-size: 17px;font-weight: 400;text-align: center;}

@media(max-width:575px){
	.arhive-wrapper article h2 a {
  line-height: 34px;
}
		.wpb-posts-nav {
  grid-template-columns: repeat(1, 1fr);
}
	.wpd-nav-lr a {
  grid-template-columns: 16% 1fr;
  gap: 3%;
}
	.wpd-nav-lr.rl a {
  grid-template-columns: 1fr 16%;
}

	.wpd-nav-lr.rl a {
  border-top: 1px solid rgba(0,0,0,0.6);
  padding-top: 20px;
}
	
	.read-more-news .news-item .news-title a {
  font-size: 15px;
  line-height: 20px;
}
	.read-more-news .news-item .news-title p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
	.read-more-news .news-item{gap:10px;margin-bottom: 15px;}
}

@media(max-width:480px){
	.read-more-news .news-item {
  grid-template-columns: 35% 1fr;
}
	.read-more-news .news-item .news-title p{display:none;}
}

@media(max-width:420px){
	.site-logo {
  font-size: 29px;
}
}