/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : February 7, 2024, 12:11:00 PM
    Author     : NTSPL
*/
/*@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1455px;
    } 
}*/
/*@media (min-width: 1400px) {
    .container {
        max-width: 1380px;
    }
}*/

/* font-family: 'DM Serif Display', serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif; 
font-family: 'Shadows Into Light Two', cursive;*/

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.container-fluid {
    width: 100%;
    /* padding-right: 50px;
    padding-left: 50px; */
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 1480px) {
    .main-navigation .container {
        max-width: 1200px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 1480px) {
    .container {
        max-width: 1384px;
        padding-right: 0;
        padding-left: 0;
    }
}

p {
    /* font-family: 'Poppins', sans-serif; */
    color: #313030;
    font-size: 16px;
    line-height: 27px;
}

/* p:last-child {
    margin-bottom: 0;
} */


a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* .container-fluid {
    padding: 0 93px 0;
} */

section {
    width: 100%;
    float: left;
    padding: 70px 0;
    position: relative;
}

.inner-page-banner {
    padding: 0
}

/*-------Header CSS Start -------*/

.header {
    float: left;
    background: #ffffff;
    border-bottom: 1px solid #e9e7e7;
    display: flex;
    align-items: center;
    padding: 18px 93px;
}


.right-part {
    height: 100%;
    position: relative;
}

.social-icons {
    display: flex;
    transition: all .5s ease;
}

.social-icons .facebook-icon,
.social-icons .instagram-icon,
.social-icons .twitter-icon,
.social-icons .youtube-icon,
.social-icons .linkedin-icon{
    transition: all .5s ease;
}

.social-icons .facebook-icon .facebook-white,
.social-icons .instagram-icon .instagram-white,
.social-icons .twitter-icon .twitter-white,
.social-icons .youtube-icon .youtube-white,
.social-icons .linkedin-icon .linkedin-white{
    display: none;
    transition: all .5s ease;
}

.social-icons .facebook-icon:hover {
    background-color: #316FF6;
}

.social-icons .instagram-icon:hover {
    background-color: #DE3168;
}

.social-icons .twitter-icon:hover {
    background-color: #030003;
}

.social-icons .youtube-icon:hover {
    background-color: #CD201F;
}

.social-icons .linkedin-icon:hover {
    background-color: #316FF6;
}

.social-icons .facebook-icon:hover .facebook-white,
.social-icons .instagram-icon:hover .instagram-white,
.social-icons .twitter-icon:hover .twitter-white,
.social-icons .youtube-icon:hover .youtube-white,
.social-icons .linkedin-icon:hover .linkedin-white{
    display: block;
}

.social-icons .facebook-icon:hover .facebook-black,
.social-icons .instagram-icon:hover .instagram-black,
.social-icons .twitter-icon:hover .twitter-black,
.social-icons .youtube-icon:hover .youtube-black,
.social-icons .linkedin-icon:hover .linkedin-black{
    display: none;
}


.social-icons li {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.social-icons li img {
    width: 18px;
}

.header-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 50px; */
    padding-right: 44px;
}

.header-phone h5 {
    font-size: 15px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
}

.header-phone span {
    font-size: 16px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.main-phone {
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.main-mail {
    display: flex;

}

.header-phone {
    flex: 1;
}

.call-us-icon {
    display: flex;
    height: 45px;
    width: 45px;
    border: 1px solid #bb181b;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 15px;
}

.call-us-icon img {
    width: auto;
    height: auto;
    max-width: 27px;
}


.header-right-section {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
}

.main-navigation {
    float: left;
}

.main-menu-wrapper {
    float: left;
    position: absolute;
    z-index: 9;
}

.menu-list {
    background: #ffffff;
    position: relative;
}

.menu-list:before {
    content: '';
    position: absolute;
    right: -100px;
    top: 0;
    background: url(../images/shape-6.png);
    width: 100px;
    height: 54px;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-list:after {
    content: '';
    position: absolute;
    left: -100px;
    top: 0;
    background: url(../images/shape-7.png);
    width: 100px;
    height: 54px;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-list:before,
.menu-list:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.menu-list:before {
    right: -98px;
    background: url(../images/shape-6.png);
}

.menu-list:after {
    left: -95px;
    background: url(../images/shape-7.png);
    background-position: right;
}


.banner-section {
    width: 100%;
    float: left;
}



.right-part:before {
    content: '';
    width: 1px;
    background: #e9e7e7;
    right: 212px;
    height: 286%;
    margin-right: 20px;
    position: absolute;
}

.header-donate-now {
    background: #bb181b;
    color: #ffffff;
    padding: 14px 15px;
    display: block;
    float: right;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.menu-list .m-wrap {
    padding-right: 0;
}

.menu-list .d-wrap {
    padding-left: 0;
}

.header-donate-now img {
    width: 32px;

}

.header-donate-now:before {
    position: absolute;
    content: '';
    background: rgb(187 24 27);
    width: 550px;
    height: 5px;
    left: 0;
    top: -5px;
}


.nav-menu ul {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    background: #ffffff;

}



.nav-menu ul li {
    float: left;
    z-index: 2;
    padding: 18px 0;
    margin-right: 40px;
    /* width: 100%; */
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* .menu-item-has-children {} */

.nav-menu ul li a {
    color: #0c0c0c;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.nav-menu ul li .sub-menu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 290px;
    z-index: 100;
    background: #fff;
    display: none;
    opacity: 0;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.menu-main-menu-top-horizontal-container {
    padding-right: 1.5rem;
}

.nav-menu ul li .sub-menu li {
    padding: 12px 12px;
    width: 100%;
    border-bottom: 1px solid #e9e7e7;
}

.nav-menu ul li .sub-menu li:last-child {
    border-bottom: none;
}

.nav-menu ul li .sub-menu li a {
    font-size: 14px;
}

.nav-menu ul li .sub-menu li .sub-menu {
    position: absolute;
    left: 100%;
    top: 10px;
    width: 290px;
    z-index: 100;
    background: #fff;
    display: none;
    opacity: 0;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    border-radius: 0px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.nav-menu ul li .sub-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    /* margin-top: 10px; */
    top: 0;
    display: block;
}


.nav-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    /* margin-top: 10px; */
    top: 100%;
    display: block;
}

/* .nav-menu ul li:hover a{
    color: #bb181b;
} */

.nav-menu ul>li>a {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nav-menu ul>li>a:before,
.nav-menu ul>li>a:after {
    content: '[';
    top: -3px;
    color: #bb181b;
}

.nav-menu ul>li>a:before {
    left: -7px;
}

.nav-menu ul>li>a:after {
    content: ']';
    right: -7px;
}

.nav-menu ul>li .sub-menu li a:before,
.nav-menu ul>li .sub-menu li a:after {
    display: none;
}


.nav-menu ul>li:hover>a {
    color: #bb181b;
}

.nav-menu ul>li>a:before,
.nav-menu ul>li>a:after {
    position: absolute;
    opacity: 0;
    transition: all 300ms ease;
}

/* .main-menu .navigation > li.current > a:before, .main-menu .navigation > li.current > a:after, .main-menu .navigation > li > a:hover:before, .main-menu .navigation > li > a:hover:after {
    opacity: 1;
} */
.nav-menu ul>li:hover a:before,
.nav-menu ul>li:hover a:after {
    opacity: 1;
}


.main-menu-wrapper {
    border-top: 5px solid #ffffff;
}

.header-right-section-hidden {
    display: none;
}

.hamburger {
    width: 25px;
    height: 19px;
    /* margin-left: 30px; */
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.hamburger span {
    background-color: #bb181b;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width: 100%;
    height: 3px;
}

.hamburger span:nth-child(1) {
    top: 0px;
    left: 0px;
}

.hamburger span:nth-child(2) {
    top: 8px;
    left: 0px;
}

.hamburger span:nth-child(3) {
    bottom: 0px;
    left: 0px;
}

.hamburger:not(.open):hover span:nth-child(1) {
    transform: scaleX(.8);
}

.hamburger:not(.open):hover span:nth-child(2) {
    transform: scaleX(.5);
}

.hamburger:not(.open):hover span:nth-child(3) {
    transform: scaleX(.8);
}

.hamburger.open span:nth-child(1) {
    transform: rotate(90deg);
    top: 13PX;
}

.hamburger.open span:nth-child(2) {
    transform: scale(0);
    transition-duration: 50ms
}

.hamburger.open span:nth-child(3) {
    top: 13PX;
}

.donation-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.donate-icon-btn {
    width: 33px;
    height: 33px;
}

.donate-icon-btn img {
    width: 100%;
}

.donate-btn-txt {
    font-size: 13px;
    font-weight: 700;
    color: #bb181b;
    font-family: 'Montserrat', sans-serif;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(191 37 40);
}

.site-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 55;
    display: none;
    /* opacity: 0;
    visibility: hidden; */
    background-color: rgba(0, 0, 0, 0.4);
    /* will-change: opacity; */
    /* transition: ease-in-out 0.5s; */
}

.hidden-sidemenu {
    width: 500px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 555;
    transition: ease-in-out 0.5s;
    overflow-y: scroll;
    scrollbar-width: none;
}

/* .show-side-menu .site-overlay {
    opacity: 1;
    visibility: inherit;
} */

.show-side-menu.hidden-sidemenu {
    left: 0;
}

.hidden-sidemenu .sub-menu li a {
    padding-left: 35px !important;
    font-size: 16px !important;
}

.hidden-sidemenu .sub-menu li .sub-menu li a {
    font-size: 15px !important;
}

.hamburger-menus .sub-menu .dropdown button {
    right: 6px;
}

/* .hamburger-menus .menu li {
   border-bottom: 1px dotted #fff;
} */

.hamburger-menus .menu li a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 30px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #2d2b2b;
}

/* .hamburger-menus .menu li:hover a {
    color: #bb181b;
} */
.hamburger-menus ul li a:hover {
    color: #bb181b;
}

/* .hamburger-menus .menu li {
    border-top: 1px dotted #bb181b;
}

.hamburger-menus .menu .menu-item-home {
    border-top: none;
} */

.hamburger-menus .menu-main-menu-top-horizontal-container {
    padding-right: 0;
}

.close-hamburger-menu {
    display: block;
    text-align: right;
}

.close-hamburger-menu .close {
    width: 35px;
    height: 35px;
    border: none;
    background: none;
}

.close-hamburger-menu .close img {
    width: 100%;
}

/* .hamburger-menus .menu .sub-menu {
    display: none;
} */

/* .hamburger-menus .menu .menu-item-has-children a {
    position: relative;
} */

/* .hamburger-menus .menu .menu-item-has-children a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/down-red.svg) no-repeat;
    background-size: contain;
    margin-left: 5px;
    top: 21px;
    right: 24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

} */

.hamburger-menus .dropdown button {
    float: right;
    position: absolute;
    right: 25px;
    top: 12px;
    height: 30px;
    width: 30px;
    background: transparent;
}

.hamburger-menus ul li a .btn.expander .angle-down {
    position: absolute;
    background: url(../images/plus-minus.png) no-repeat 0 0;
    right: 7px;
    top: 6px;
    height: 15px;
    width: 15px;
}

.hamburger-menus ul li a .btn.expander .angle-up {
    position: absolute;
    background: url(../images/plus-minus.png) no-repeat 0 -45px;
    right: 7px;
    top: 12px;
    height: 11px;
    width: 15px;
}

.hamburger-menus .dropdown button:focus,
.hamburger-menus .dropdown button:active {
    box-shadow: none;
    outline: none;
    border: 0;
}

.hamburger-menus .sub-menu {
    padding: 0 20px;
}

.sub-menu li {
    border-top: 0 !important;
}

.sub-menu li a {
    position: relative;
}

.hamburger-menus .sub-menu li a {
    padding: 10px 40px 10px 20px;
}

.hamburger-menus .sub-menu li a:last-child {
    padding-bottom: 15px;
}

.sub-menu li a::before {
    width: 9px;
    height: 2px;
    content: '';
    position: absolute;
    left: 12px;
    top: 22px;
    background-color: #bb181b;
}

.hidden-sidemenu .main-phone {
    padding: 0 30px;
    margin-top: 35px;
    margin-right: 0;
}

.hidden-sidemenu .main-mail {
    padding: 0 30px;
    margin-top: 20px;
}

.hidden-sidemenu .header-phone span {
    font-weight: 500;
}

.hidden-sidemenu .right-part {
    height: auto;
    padding: 0 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.hidden-sidemenu .right-part:before {
    display: none;
}

.hidden-sidemenu .social-icons li:first-child {
    margin-left: 0;
}

.hidden-sidemenu .call-us-icon {
    height: 40px;
    width: 40px;
}

.hidden-sidemenu .header-phone h5 {
    font-size: 14px;
}

.breadcumb-wrapper {
    padding: 20px 0;
    border-bottom: 1px solid #d7d6d6;
    background-color: #f5f5f5;
}

.breadcrumbs span {
    color: #0c0c0c;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    /* margin: 0 5px; */
}

.breadcrumbs span a {
    margin: 0 5px;
}

.breadcrumbs .current-item {
    margin-left: 5px;
    font-size: 14px;
}

.breadcrumbs span a:first-child {
    margin-left: 0;
}

.header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 15px; */
    padding: 20px 25px 10px 30px;
    margin-bottom: 20px;
}

.header-logo .sewak-logo img {
    width: 140px;
}

.close-hamburger-menu:hover {
    background-color: #fff2f2;
    border-radius: 50%;
}

.sub-menu li a::after {
    display: none;
}

.mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.menu-text {
    position: absolute;
    height: 100%;
    top: -25px;
    right: 15px;
    z-index: -1;
    width: 223px;
    text-align: center;
}

.menu-text .text {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    /* width: 100%; */
    text-align: center;
}

.menu-text .text h2 {
    writing-mode: vertical-rl;
    font-size: 162px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    opacity: .05;
    color: #bb181b;
    margin: 42px;
}

/*-------Header CSS End -------*/




/*------- This section for our out-reach Start ------ */

.heading {
    font-size: 25px;
    color: #bb181b;
    font-family: 'Shadows Into Light Two', cursive;
}

.caption-outreach {
    font-size: 40px;
    color: #000000;
    font-family: 'DM Serif Display', serif;
    width: 60%;
}

.timeline-outreach {
    position: relative;
    background: url(../images/map-odisha.png) no-repeat center;

}

.utreach-contanet {
    position: absolute;
}


.outrech-caption {
    font-size: 18px;
    color: #585858;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.offset-xl-2 {
    padding-top: 30px;
}

.total-timeline {
    padding-top: 60px;
}


.timeline-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 50px;
    border-top: 2px solid #000000;
    padding-top: 50px;
}

.timeline-item {
    position: relative;
    z-index: 1;
    content: "";
    text-align: center;
}

.timeline-item::before {
    position: absolute;
    left: 50%;
    top: -42px;
    content: "";
    height: 30px;
    width: 2px;
    border-left: 1px solid #0c0c0c;
    transform: translatex(-50%);
}

.timeline-item h2 {
    color: #58ad42;
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

.timeline-item h2::after {
    position: absolute;
    left: 50%;
    top: -55px;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #58ad42;
    border-radius: 50%;
    transform: translatex(-50%);
}

.timeline-item h4 {
    margin-bottom: 0;
    font-size: 20px;
    color: #2d2b2b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.timeline-item ::after {
    position: absolute;
    left: 50%;
    top: -61px;
    content: "";
    height: 20px;
    width: 20px;
    background-color: #fafafa;
    border-radius: 50%;
    border: 1px solid #58ad42;
    transform: translateX(-50%);
}

.districs-list {
    list-style: none;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    margin-top: 80px;
    padding-top: 30px;
    width: 85%;
    position: relative;
}

.main-line {
    width: 60%;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    width: 55%;
    align-items: center;
    margin: 0 auto;
}

.districs-list::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e9e7e7;
    top: 0;
    left: -25px;
}

.districs-list li p {
    font-size: 20px;
    color: #2d2b2b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.districs-list li {

    padding-top: 20px;
    display: inline-block;
    padding-right: 50px;
    font-size: 20px;
    color: #2d2b2b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
}

.districs-list li::before {
    content: "";
    position: absolute;
    left: -25px;
    background-image: url(../images/location-pin.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 3px;
}

.list {
    border-top: 1px solid #6d6d6d;

}


.plane-image {
    border: 1px solid #e9e7e7;
}

/*------- This section for our out-reach End------ */



/*------- This section for our out reach page Start------ */

.color-box {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-right: 10px;
}

.red {
    background-color: #e5403e;
}

.blue {
    background-color: #814799;
}

.green {
    background-color: #54bee5;
}

.orange {
    background-color: #068e39;
}

.yellow {
    background-color: #b3884d;
}

.purple {
    background-color: #076ab6;
}

.cyan {
    background-color: #fcc90c;

}

.black{
	background-color: #ff6712;
}

.outreach-info li {
    display: flex;
    align-items: center;
    /* Center vertically */
    margin-bottom: 10px;
    /* Adjust spacing between items */
    font-family: 'Montserrat', sans-serif;

}

.outreach-info li:last-child {
    margin-bottom: 0;
}



.impact-list .outreach-point {
    margin-right: 40px;
    margin-bottom: 40px;

}

.sewak-outreach-map {
    position: relative;
    margin-right: 0px;
}

.outreach-info {

    background-color: #ffebec;
    box-shadow: 0px 15px 23px -10px rgb(109 117 143 / 30%);
    /* width: 100%; */
    position: absolute;
    right: 7px;
    bottom: -25px;
    padding: 15px
}

.impact-list .outreach-point:first-child {
    margin-left: 0px;

}

.impact-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}

.map-svg-section {
    margin-top: 20px;
    border: 1px solid #f1f1f1;
    /* height: 100%; */
    justify-content: center;
    align-items: center;
}


.out-reach-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 50px;
    text-align: center;
    /* position: relative; */
}



.out-reach-items h4 {
    margin-bottom: 0;
    font-size: 13px;
    color: #2d2b2b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-top: 3px;
	text-align: center;
}

.out-reach-items h2 {
    color: #58ad42;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
}



.out-reach-i {
    height: 165px;
    width: 165px;
    margin: 0 auto;
    /* background: #068e39; */
    /* position: absolute; */
    border-radius: 150px;
    border: 19px solid #58ad42;
    position: relative;
}


.out-reach-items {
    height: 127px;
    width: 127px;
    margin: 0 auto;
    background: #efefef;
    /* position: absolute; */
    border-radius: 150px;
    /* border: 19px solid #58ad42; */
    position: absolute;
    z-index: 51;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.out-reach-i:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 99px solid transparent;
    border-left: 112px solid #ffffff;
    border-bottom: 99px solid transparent;
    z-index: 50;
    left: -23px;
    top: 50%;
    transform: translatey(-50%);
}

.out-reach-i:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 41px solid #58ad42;
    border-bottom: 40px solid transparent;
    z-index: 50;
    right: -31px;
    top: 50%;
    transform: translatey(-50%);
}

.show-outreach-info {
    display: none;
}

.horizontal-outreach-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 39px 10px;
    justify-content: center;
}

.horizontal-outreach-info li {
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    background-color: #ffebec;
    padding: 5px 10px;
}






/*------- This section for our out-reach page Start------ */









/*------ Footer Section start Here------ */

.footer-bg {
    width: 100%;
    float: left;
    position: relative;
    padding: 70px 0 0 0;
    background: url(../images/texture.png);
}

.caption {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.caption p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.social-handle {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.social-handle li {
    display: flex;
    height: 44px;
    width: 44px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.social-handle img {
    width: 20px;
    height: auto;
}

.donate-button {
    display: flex;
    padding-top: 25px;
    width: 100%;
}

.donate-button a {
    text-decoration: none !important;
}

.donate-now {
    background: #bb181b;
    color: #ffffff;
    padding: 11px 23px;
    display: block;
    float: right;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.footer-button {
    display: flex;
    padding-top: 25px;
    width: 100%;
}

.footer-button a {
    text-decoration: none !important;
}

.common-button {
    background: #bb181b;
    color: #ffffff;
    padding: 11px 23px;
    display: block;
    float: right;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
}

.button-image {
    width: 32px;
    height: 32px;
    margin-left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-image img {
    width: 100%;
}

.button-image:after {
    content: '';
    width: 1px;
    background: #dd2a2c;
    height: 100%;
    position: absolute;
    left: -11px;
}


.links-list {
    text-decoration: none;
    list-style: none;
    padding-left: 0px;
    color: #ffffff;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    width: 100%;
    float: left;
}

.links-list a {
    color: #c7c7c7;
    text-decoration: none;
    font-size: 15px;
    line-height: 21px;
    display: block;
}

.links-list li {
    line-height: 40px;
    font-size: 15px;
    margin-bottom: 20px;
}

.widget-title {
    color: #ffffff;
}

.widget-title h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;

}

.widget-Content {
    margin-top: 25px;

}

.contact-info {
    color: #ffffff;
}

.contact-detail-section {
    gap: 20px;
}

.contact-info h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.footer-contact {
    color: #ffffff;
    display: flex;
    gap: 25px;
    margin: 30px 0;
}

.address::before {
    background: url(images/white-twitter.svg) no-repeat;
    top: 2px;
}

.address {
    display: flex;
    height: 45px;
    width: 45px;
    border: 1px dashed #e2e2e2;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
}

.address img {
    width: auto;
    height: auto;
    max-width: 20px;
}

.address-details {
    flex: 1;
}

.call-number {
    flex: 1;
}

.address-main {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.address-sub {
    font-size: 14px;
    color: #c7c7c7;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.call-main {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.call-sub {
    font-size: 14px;
    color: #c7c7c7;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.email-main {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.email-sub {
    font-size: 14px;
    color: #c7c7c7;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.important-links {
    padding-left: 0px;
    margin-bottom: 0px;
}

.important-links li {
    margin-right: 15px !important;
    padding-right: 15px;
    list-style: none;
    display: inline-block;
    position: relative;
}

.important-links li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background: #c7c7c7;
    top: 4px;
    right: -1px;
}

.important-links li:last-child::before {
    display: none;
}

.important-links li:last-child {
    border-right: 0;
    padding-right: 0px;
    margin-right: 0px !important;
}

.important-links a {
    text-decoration: none;
    list-style: none;
    padding-left: 0px;
    color: #ffffff;
    list-style: none;
    font-size: 14px;
}

.bottom-footer {
    width: 100%;
    float: left;
    padding: 25px 0;
}

.sub-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2a2740;
    padding-bottom: 25px;
    margin-top: 45px;
    width: 100%;
    float: left;
}

.Copyright-text p {
    color: #ffffff;
    font-size: 12px;
    margin: 0;
}

.name-mark a {
    color: #ffffff;
    text-decoration: none;
    list-style: none;
    float: right;
    font-size: 12px;
    line-height: 27px;
}

.page-wrapper {
    background: #fff;
}

/* .fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
} */

/*------Footer Section End Here------*/

/* ------About Sewak CSS START------ */

.about-sewak {
    display: flex;
    align-items: center;
}

.section-heading {
    /* text-align: center; */
    margin-bottom: 60px;
}

.section-subheading {
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 25px;
    font-weight: 400;
    color: #bb181b;
    display: block;
}

.section-heading-internal-page {
    font-family: 'DM Serif Display', serif;
    font-size: 45px;
    font-weight: 400;
    color: #2d2b2b;
    margin-bottom: 30px;
}

.section-mainheading {
    font-family: 'DM Serif Display', serif;
    font-size: 45px;
    font-weight: 400;
    color: #2d2b2b;
}

.about-sewak-heading .section-mainheading span {
    color: #fff;
    background-color: #bb181b;
    display: inline-block;
    padding: 0 15px;
    margin-top: 10px;
}

.abpot-sewak-section .section-heading {
    margin-bottom: 90px;
}

.about-sewak .section-subheading {
    font-size: 24px;
    display: block;
}

/* .key-partner img{
    transition: all .5s ease;
}

.key-partner img:hover {
    transform: scale(1.2);
} */
/* .about-sewak .section-mainheading {
    font-size: 40px;
} */

.about-sewak div p:first-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #434242;
}

.about-sewak div p:last-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #535151;
}

.about-sewak-person {
    display: flex;
    justify-content: end;
}

.person {
    width: 280px;
    height: 430px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 30px;
}

/* .person img {
    width: 100%;
} */
.about-sewak ul li {
    position: relative;
    /* margin-left: 25px; */
    /* margin-left: 28px; */
    font-family: Montserrat, sans-serif;
    color: #232323;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500 !important;
    margin-bottom: 11px;
    padding-left: 33px;
}
.about-sewak ul li:before {
    background: url(../images/point-icon.svg) no-repeat;
    content: "";
    position: absolute;
    /* left: -26px; */
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-size: contain;
}

.home-btn img {
    width: 100%;
    transform: rotate(310deg);
}

.about-sewak-person .person:last-child {
    margin-right: 0;
}

.home-btn {
    display: flex;
    padding-top: 35px;
}

.about-sewak-person .person:first-child {
    margin-top: 100px;
}

.about-sewak-right {
    position: relative;
}

.experience-container {
    position: absolute;
    bottom: 11%;
    left: 35%;
    /* width: 100%;
    display: flex; */
}

.years-experience {
    /* display: flex; */
    background-color: #fff;
    padding: 15px;
    width: 75%;
    border-radius: 5px;
    box-shadow: -1px 3px 16px -2px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow: -1px 3px 16px -2px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: -1px 3px 16px -2px rgba(0, 0, 0, 0.53);
}

.experience-text {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 28px;
}

.experience-icon {
    /* width: 75px; */
    /* height: 75px; */
    height: 80p;
    background-color: #bb181b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 9px;
}


.abpot-sewak-section {
    position: relative;
}

.top-left-bg {
    position: absolute;
    top: -47px;
    left: -17%;
    background-image: url(../images/about-bg1.png);
    height: 100%;
    width: 66%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100%;
}

.top-right-bg {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/about-bg2.png);
    height: 100%;
    width: 20%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100%;
}

.bottom-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background-image: url(../images/about-mountain.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100%;
}

.about-sewak-person {
    position: relative;
}

.about-sewak-person::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 45%;
    /* right: 265px; */
    width: 100px;
    height: 100px;
    background: url(../images/about-effect1.png) no-repeat;
}

.about-sewak-person::after {
    content: "";
    position: absolute;
    bottom: -25px;
    right: -50px;
    width: 120px;
    height: 100px;
    background: url(../images/about-effect2.png) no-repeat;
}

/* ------About Sewak CSS End------ */

/* ------Join Us CSS Start------ */

.join-us-section .section-mainheading {
    width: 55%;
    margin: auto;
}

.join-us-thumb {
    text-align: center;
    position: relative;
    z-index: 1;
}

.join-us-thumb img {
    /* max-width: 120%; */
    width: 90%;
}

.join-us-thumb::after {
    position: absolute;
    left: 36%;
    top: 51%;
    content: "";
    height: 99%;
    width: 63%;
    transform: translate(-50%, -50%);
    border: 5px solid #bb181b;
    z-index: -1;
    border-top-left-radius: 150px;
    background: url(../images/join-us-thumb-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.join-us-statistics {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* height: 150px; */
    text-align: center;
}

.static-icon {
    width: 70px;
    height: 60px;
    margin: 0 auto;
}

/* .static-icon img {
    width: 100%;
} */

.static-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    font-weight: 800;
    color: #58ad42;
}

.static-txt {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #555555;
    line-height: 20px;
    max-width: 200px;
    margin: 0 auto;
}

.staticstic-container .static-col {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.staticstic-container {
    position: relative;
}

.staticstic-container::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #e9e7e7;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.staticstic-container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #e9e7e7;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
}

.staticstic-container .middle-point {
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #e9e7e7;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    z-index: 5;
}




/* ------Join Us CSS End------ */

/* -----Banner CSS START------ */

.banner-section {
    width: 100%;
    float: left;
    position: relative;
    /* height: 100vh; */
    height: calc(100vh - 103px);
    padding: 0;
}

.banner-caption {
    position: absolute;
    margin-bottom: 40px;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    bottom: 0;
    left: 0;
    padding: 0 93px;
    z-index: 2;
    margin-top: 50px;
}

.count1 {
    padding: 25px 20px;
    min-height: 160px;
}

.banner-sub-caption {
    color: #ffffff;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 85%;
    display: block;
    line-height: 50px;
    margin-top: 22px;
}

.banner-cap-cont {
    /* max-width: 50%; */
    width: 100%;
    float: left;
}

.banner-cap-cont span {
    display: block;
}

.banner-img {
    width: 100%;
    float: left;
    height: calc(100vh - 103px);
    object-fit: cover;
}

.banner-button {
    display: flex;
    padding-top: 62px;
    width: 100%;
    /* position: absolute; */
    position: relative;
    bottom: 10px;
    z-index: 55;
    /* left: 110px; */
}

.banner-button a {
    text-decoration: none !important;
}

.header-caption h1 {
    position: relative;
    color: #ffffff;
    font-size: 67px;
    font-family: 'DM Serif Display', serif;
    padding-bottom: 15px;
}

.header-caption h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-heading-underline.png);
    background-repeat: no-repeat;
    left: 0;
    top: 75px;
}

.top-circle {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(209 209 209 / 45%);
    left: 100px;
    top: 105px;
    z-index: 55;
}

.top-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 60px solid #BB181B;
    border-bottom: 35px solid transparent;
    transform: rotate(8deg);
    left: 165px;
    top: 150px;
    z-index: 55;
}

.bottom-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 60px solid #ffffff;
    border-bottom: 35px solid transparent;
    transform: rotate(166deg);
    right: 290px;
    bottom: 60px;
    z-index: 55;
}

.bottom-circle {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(187 24 27 / 65%);
    right: 170px;
    bottom: 35px;
    z-index: 55;
}

/* .header-caption :after {
    background: rgb(255, 255, 255);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
} */


.banner-button:before {
    content: "";
    background-image: url(../images/point-arrow.png);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 210px;
    top: 12px;
    background-repeat: no-repeat;
}

.swiper {
    width: 100%;
    height: 100%;
}

/* .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  } */

/* .swiper-slide .slide-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */


.banner-images .owl-next,
.banner-images .owl-prev {
    position: absolute;
    border: 1px solid #fff !important;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff !important;
    /* padding: 20px; */
    transition: all 0.35s ease-in-out;
}

.banner-images .owl-next {
    margin-right: 10px;
}

.banner-images .owl-prev {
    margin-left: 10px;
}

.banner-images .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;

}

.banner-images .owl-prev:before,
.banner-images .owl-next:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: translateY(-50%) rotate(318deg);
    left: 18px;
}

.banner-images .owl-next:before {
    transform: translateY(-50%) rotate(135deg);
    right: 18px;
    left: auto;
}

.banner-images .owl-next {
    right: 0;
    left: auto;
}


.banner-images .owl-prev span,
.banner-images .owl-next span {
    display: none;
}



.banner-button .button-image {
    width: 20px;
    height: 20px;
}

.banner-images .owl-item {
    position: relative;
}

.banner-images .owl-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 22%);
    z-index: 2;
}

/* -----Banner CSS End ------ */



/* -----Our Outreach CSS START------ */

.outreach-background {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    background: #e9f1ee;
}

.outreach-background::before {
    /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 545px;
    width: 100%;
    background: url(../images/outreach-bg.png);
    z-index: -1;
    background-size: cover;
    background-position: center top; */

    content: "";
    position: absolute;
    left: 0;
    bottom: 40%;
    height: 100px;
    width: 100%;
    background: url(../images/outreach-bg.png);
    z-index: 0;
    background-size: cover;
    background-position: center top;
}

.outreach-background::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 40%;
    width: 100%;
    background: #fff;
    z-index: 0;
}

.outrech-slider-box {
    position: relative;
    border-radius: 5px;
}

/* .outreach-background .programme-content {
    min-height: 510px;
} */

.outreach-background .slider-wrapper {
    overflow: hidden;
}

.slider-wrapper img {
    width: 100%;
    transform: scale(1);
    transition: all .7s;
}

.slider-wrapper img:hover {
    transform: scale(1.1);
}

.outreach-heading {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.outreach-heading h1 {
    text-align: center;
    font-size: 110px;
    width: 10 0%;
    font-family: 'Shadows Into Light Two', cursive;
    font-weight: 600;
    min-height: 244px;
    line-height: 103px;

    background-image: url(../images/text-background.png);
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    text-align: center;
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}

.outreach-heading h1 span {
    display: block;
}


.our-program-card {
    display: flex;
    position: absolute;
    left: 30px;
    /* bottom: 20px; */
    bottom: -30px;
    right: 30px;
    z-index: 1;
    justify-content: center;
}

.icons {
    width: 80px;
    padding: 15px;
    background: #bb181b;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 80px;
}

.info {
    background: #fff;
    width: 100%;
    min-height: 95px;
    margin-left: 15px;
    padding: 20px 30px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: 0px 15px 23px -10px rgb(109 117 143 / 30%);
}

.info h6 {
    /* margin-bottom: 5px; */
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.focus-area-swiper {
    width: 100%;
    overflow-x: clip;
    position: relative;
    /* overflow: hidden; */
    /* min-height: 550px; */
    /* min-height: 510px; */


}

/* .next-prev-btns .round{
    position: absolute;
    padding: 10px;
    background-color: #555555;
} */

/* .next-prev-btns .button-prev {
    right: 0;
    color: #7a0808;
}

.next-prev-btns .button-next {
    right: 0;
    color: #7a0808;
} */



.our-focus-box .button-prev {
    background-color: #fff;
    border-radius: 30%;
    padding: 26px 0;
    border-radius: 0 9px 9px 0;
    left: 0;
}

.our-focus-box .owl-stage-outer {
    padding-bottom: 60px;
}

.our-focus-box .button-next {
    background-color: #fff;
    border-radius: 30%;
    padding: 26px 0;
    border-radius: 9px 0 0 9px;
    right: 0;
}

.our-focus-box .button-prev:after,
.our-focus-box .button-next:after {
    font-size: 24px;
    font-weight: 800;
    color: #bb181b;
}



/* ------Our Outreach CSS End------ */


/* -----Success stories CSS START------ */

.section-success-stories {
    /* background: #000;  */
    background: url(../images/slide-bg.png) no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0;
    /* padding: 95px 0 95px 190px; */
}

/* .section-success-stories .container-fluid {
    padding: 0;
} */

/* .success-stories {
    content: "";
    position: absolute;
    background: url(images/slide-bg.png) no-repeat;
    width: 715px;
    height: 715px;
    right: -30%;
    top: 0%;
    z-index: 10;
} */

.success-stories .section-mainheading {
    font-size: 40px;
    width: 100%;
    color: #fff;
}

.image-subtittle h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2f2f2f;
    font-size: 20px;
    line-height: 28px;
    min-height: 56px;
    margin-top: 14px;
}

.first-img-box {
    background: #fff;
    position: relative;
}


.image-subtittle {
    padding: 19px;
    position: relative;
    min-height: 141px;
}

.image-subtittle span {
    font-family: 'Shadows Into Light Two', cursive;
    font-weight: 400;
    color: #bb181b;
    padding-left: 54px;
    position: relative;
}

.image-subtittle span::before {
    content: "";
    background: #bb181b;
    height: 1px;
    width: 43px;
    position: absolute;
    top: 11px;
    left: 3px;
}

/* .slides-image {
    display: flex;
    margin-left: 10px;
} */


.wide-div {
    padding-left: 50px;
}

.livelihood {
    padding: 8px 20px;
    position: absolute;
    background-color: #bb181b;
    width: 50%;
    height: 64px;
    top: -15px;
    left: -7px;
    display: flex;
    align-items: center;
}

.case-studies {
    display: flex;
    align-items: center;
    /* width: 30%;
    padding-left: 100px; */
}

/* 
.story-slider {
    width: 70%;
    overflow: hidden;
    padding: 20px 10px;
} */

.livelihood span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    display: block;
    display: -webkit-box;
    width: 100%;
    max-height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.livelihood::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 64px solid #bb181b;
    border-right: 51px solid transparent;
    top: 0px;
}

.livelihood::before {
    content: "";
    position: absolute;
    left: 0%;
    width: 0;
    height: 0;
    border-top: 8px solid #750205;
    border-left: 7px solid transparent;
    bottom: -7px;
}

.case-studies-content {
    margin-right: 45px;
}

.polygon {
    background-color: #eff5f3;
    /* clip-path: polygon(15% 0,100% 0%,100% 100%,0% 100%); */
    clip-path: polygon(33% 0, 100% 0%, 100% 100%, 0% 100%);
    float: right;
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
    width: 40%;
    padding-left: 285px;
}



/* -----Success stories CSS END------ */



/* Stories in Motion starts */


.million-hearts .section-mainheading span {
    color: #bb181b;
    /* background-color: #bb181b; */
    display: contents;
    padding: 0 15px;
    margin-top: 10px;

}

.million-hearts .section-mainheading {
    width: 50%;
    margin: auto;
}

.video-slide-box {
    position: relative;
    z-index: 1;
    /* width: 440px; */

}

.video-slide-box img {
    width: 100%;
}

.video-box {
    display: flex;
    justify-content: center;
}

.swiper {
    width: 100%;
}

.case-swiper {
    /* width: 100%;
    position: relative;
    padding: 15px 15px 72px 7px; */

    width: 100%;
    position: relative;
    padding: 0 0 68px 0;
}

.case-swiper .owl-stage-outer {
    display: table;
    padding: 23px;
}

.prev-slide {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 22px;
}



.slides-image .swiper-button-prev:after,
.slides-image .swiper-button-next:after {
    font-size: 21px;
    color: #fff;
}



.swipper-btn {
    position: absolute;
    bottom: 25px;
}

.swipper-btn-divider {
    width: 1px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    left: 57px;
    top: -18px;
}


.first-img-box img {
    width: 100%;
}


.video-slide-box::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 40%;
    width: 100%;
    background: rgb(6, 6, 6);
    background: linear-gradient(184deg, rgba(6, 6, 6, 0.0005252100840336116) 21%, rgba(32, 33, 36, 0.9725140056022409) 96%);
}

.about-img {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    color: #fff;
    padding: 0px 19px;
}


.description-img {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    /* padding: 0px 30px; */
    display: -webkit-box;
    width: 100%;
    max-height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.name {
    font-family: 'Shadows Into Light Two', cursive;
    font-weight: 400;
    color: #fff;
    /* padding-left: 54px; */
    padding-left: 28px;
    position: relative;
}

.name::before {
    content: "";
    background: #fff;
    height: 1px;
    width: 17px;
    position: absolute;
    top: 11px;
    left: 0;
}


.video-view-more {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 20px; */
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video-view-more span:before {
    content: '';
    position: absolute;
    z-index: 999;
    width: 30px !important;
    background: url(../images/play-white.svg);
    height: 30px;
    background-size: contain;
    top: 9px;
    left: 11px;
}

.video-view-more::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffe1e1;
    /* background: #bb181b; */
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-view-more::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #bb181b;
    /* background: #e7f1ff; */
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* .prev-slide {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 22px;
} */
/* 
.next-slide {
    position: absolute;
    left: 47px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 22px;
    margin-left: 22px;
} */


/* 
.video-box .owl-nav .owl-prev,
.video-box .owl-nav .owl-next {
    background-color: #fff;
    border-radius: 30%;
    padding: 26px 0;
    border-radius: 0 9px 9px 0;
} */

/* .video-box .owl-next {
    right: 0;
}

.video-box .owl-prev {
left: 0;
} */



.slides-image .owl-prev,
.slides-image .owl-next {
    position: absolute;
    left: 0;
    border: 1px solid #fff !important;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #ffffff1f !important;
    /* padding: 22px; */
}

.slides-image .owl-next {
    left: 47px;
    padding: 22px;
    margin-left: 22px;
}


.slides-image .owl-nav {
    position: relative;
    left: 28px;
}

.slides-image .owl-prev::after {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 35px;
    width: 1px solid #fff;
    width: 1px;
    left: 57px;
    top: 5px;
}


.slides-image .owl-prev:before,
.slides-image .owl-next:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    /* transform: translate(-50%, -50%) rotate(318deg); */
    transform: translateY(-50%) rotate(3192deg);
    left: 17px;
}

.slides-image .owl-next:before {
    transform: translateY(-50%) rotate(135deg);
    right: 17px;
    left: auto;
}

.slides-image .owl-prev:hover,
.slides-image .owl-next:hover {
    border: 1px solid rgb(255 76 76 / 48%) !important;
    background-color: rgb(255 76 76 / 48%) !important;
}

.video-box .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.video-box .owl-prev,
.video-box .owl-next {
    position: absolute;
    height: 60px;
    width: 27px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #fff !important;
}

.video-box .owl-prev:before,
.video-box .owl-next:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #bb181b;
    border-left: 2px solid #bb181b;
    transform: translateY(-50%) rotate(318deg);
    left: 9px;
}

.video-box .owl-next:before {
    transform: translateY(-50%) rotate(135deg);
    right: 9px;
    left: auto;
}

.video-box .owl-next {
    right: 0;
    left: auto;
}

.video-box .owl-prev {
    border-radius: 0 10px 10px 0;
}

.video-box .owl-next {
    border-radius: 10px 0px 0px 10px;
}

.video-box .owl-prev span,
.video-box .owl-next span,
.slides-image .owl-next span,
.slides-image .owl-prev span,
.our-focus-box .owl-next span,
.our-focus-box .owl-prev span {
    display: none;
}






/* Stories in Motion Ends */



/*----------Key Resource Providers Section Start ( Umakanta )----------*/
.key-partner {
    z-index: 1;
}

.sub-krp-caption {
    color: #bb181b;
    display: block;
    padding: 0 15px;
    margin-top: 10px;
    font-size: 25px;
    font-family: 'Shadows Into Light Two', cursive;
}

.krp-caption h2 {
    color: #3b3931;
    font-size: 40px;
    font-family: 'DM Serif Display', serif;
    width: 50%;
    margin: 0 auto;
}

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

.f-partner-section {
    padding-top: 33px;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
    position: relative;
    padding-top: 33px;
    justify-content: center;
    padding-bottom: 79px;
    width: 100%;
    float: left;
}

/* .common-box {
    border: 1px solid #dbdbdb;
    height: 151px;
    position: relative;
} */

.f-partner-section .row {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* .f-partner-section .row .col-12 {
    padding: 0;
} */

.f-partner-section .row .col-6 {
    padding: 0;
}

.f-partner-section .key-partner {
    border-right: 0;
}

.f-partner-section .row .col-6:nth-child(6) .key-partner,
.f-partner-section .row .col-6:last-child .key-partner {
    border-right: 1px solid #dbdbdb;
}

.f-partner-section .row .col-6:nth-child(7) .key-partner,
.f-partner-section .row .col-6:nth-child(8) .key-partner,
.f-partner-section .row .col-6:nth-child(9) .key-partner,
.f-partner-section .row .col-6:nth-child(10) .key-partner {
    border-top: 0;
}




.key-partner {
    width: 100%;
    min-height: 140px;
    float: left;
    text-decoration: none;
    color: #232323;
    border: 1px solid #dbdbdb;
    position: relative;
    padding: 25px;
}

.more-button {
    width: 62px;
    height: 62px;
    border: 2px solid #bb181b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    background-color: white;
}

.f-partner-btn {
    display: flex;
    justify-content: center;
    /* padding-bottom: 130px; */
    padding-bottom: 40px;
    width: 100%;
    float: left;
}

.f-partner-btn img {
    width: 25px;

}

.partner-box {
    height: 131px;
    width: 240px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    margin: 0 12.5px;
    margin-bottom: 30px;
    position: relative;
    --borderWidth: 40px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #dddddd;
}

/*----------Key Resource Providers Section End (Umakanta)----------*/


/*----------Join Sewak Section Start (Subham) ----------*/

.section-sewak-bg {
    width: 100%;
    min-height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom left;
    object-position: bottom left;
    position: absolute;
    bottom: -90px;
    left: 0;
    z-index: -1;
}

.section-sewak-bg img {
    width: 100%;
    height: 100%;
    min-height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom left;
    object-position: bottom left;
}


.join-sewak-bg {
    position: relative;
    width: 100%;
    padding: 0;
}

.join-sewak-bg .container {
    position: relative;
    padding-bottom: 190px;
}

.join-sewak-heading {
    text-align: end;
    position: relative;
    bottom: -35px;
}

.join-sewak-heading h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 160px;
    color: #545454;
    line-height: 125px;

}

.join-sewak-heading h1 span {
    color: #bb181b;
}

.join-sewak-heading h6 {
    font-size: 40px;
    font-family: 'DM Serif Display', serif;
}

.join-sewak-heading h6 span {
    display: block;
    color: #bb181b;
}

.join-sewak-form-container {
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.join-sewak-form br,
.contact-us-content br {
    display: none;
}

.join-sewak-form p,
.contact-us-content p {
    margin-bottom: 0;
}

.join-sewak-form {
    width: 100%;
    float: left;
    padding: 30px;
    background: rgb(237, 23, 27);
    background: linear-gradient(180deg, rgba(237, 23, 27, 0) 0%, rgba(237, 23, 27, 0.3897934173669467) 97%);
}

.input-box {
    margin-bottom: 20px;
}

.input-box label {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
}

.form-control {
    /* height: 45px !important; */
    border-radius: 0;
    border: 1px solid #eeebeb;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.form-control-area {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border-radius: 0;
    border: 1px solid #eeebeb;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
}

.join-sewak-women {
    position: absolute;
    bottom: 0;
    left: 0;
}

.send-btn img {
    padding: 4px;
}

.join-sewak-form .send-btn,
.contact-us-content .send-btn,
.career-forms .send-btn {
    padding-right: 73px;
    position: relative;
    height: 56px;
}

.join-sewak-form .form-button,
.contact-us-content .form-button,
.career-forms .form-button {
    position: relative;
    height: 56px;
    width: 218px;
    float: right;
    margin-top: 10px;

}

.career-forms .contactus-submit {
    justify-content: left;
}

.career-forms .form-button {
    width: 152px;
    margin-top: 0;
}

.join-sewak-form .form-button:after,
.contact-us-content .form-button:after,
.career-forms .form-button::after {
    content: '';
    width: 1px;
    background: #dd2a2c;
    height: 70%;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.join-sewak-form .form-button:before,
.contact-us-content .form-button:before,
.career-forms .form-button::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/send.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}

.wpcf7-not-valid-tip {
    font-size: 10px !important;
    color: #fff !important;
    position: absolute;
    right: 0px;
    top: 0;
    background-color: #ff6063;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    line-height: 12px;
}

.join-sewak-form .form-control-area {
    margin-bottom: 0;
}

.join-sewak-form input.form-control,
.join-sewak-form select.form-control {
    height: 45px !important;
}

.join-sewak-form label span {
    color: #bb181b;
}

.wpcf7-response-output {
    margin: 30px 0 0;
    border: 0;
    background-color: #f79924;
    color: #fff;
    font-size: 14px;
}

.wpcf7-spinner {
    top: -40px;
    left: -70px;
}

.career-forms .wpcf7-spinner {
    left: 150px;
}

.join-sewak-form h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 26px;
    margin-bottom: 25px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1300px) and (min-width:1200px) {
    .join-sewak-women {
        left: 100px;
    }
}

@media (max-width: 1365px) and (min-width:1200px) {
    .header {
        padding: 15px 70px;
    }

    .main-phone {
        margin-right: 25px;
    }

    .header-phone span {
        font-size: 17px;
        font-weight: 500;
    }

    .call-us-icon {
        margin-right: 14px;
    }
}

@media (max-width: 1499px) and (min-width:1400px) {
    .join-sewak-bg {
        padding-top: 130px;
    }

    .join-sewak-women {
        left: 180px;
    }
}

@media (max-width: 1800px) and (min-width:1650px) {
    .join-sewak-bg {
        padding-top: 230px;
    }
}

@media (max-width: 1990px) and (min-width:1800px) {
    .join-sewak-bg {
        padding-top: 160px;
    }

    .join-sewak-women {
        left: 130px;
    }
}

/*----------Join Sewak Section Section End (Subham)----------*/


/* -------------------Executive Board---CSS Start(Monalisha)----------------- */
.board-container p,
.board-container h5 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.designation {
    font-size: 16px;
    font-weight: 600;
    color: #868686 !important;
}

.right-executiveBoard h5 {
    font-weight: 600;
}

.board-container {
    position: relative;
    width: 100%;
    float: left;
    background-color: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    box-shadow: 0 0 25px 0 rgb(93 92 92 / 7%);
    padding: 16px 20px;
    overflow: hidden;
    margin-bottom: 25px;
}

.executive-image {
    /* background-color: black; */
    position: relative;
    z-index: 9;
    overflow: hidden;
/*     border: 5px solid #ffffff; */
}

.executive-image img {
	 border: 5px solid #ffffff;
}

.left-executiveBoard {
    position: relative;
    /* width: 210px; */
}

@media only screen and (min-width: 1400px) {

    .left-executiveBoard {
        width: 210px;
    }
}

@media only screen and (min-width: 1400px) {

    .left-executiveBoard {
        width: 210px;
    }
}

.right-executiveBoard {
    /* padding: 25px 16px; */
    display: flex;
    align-items: center;
}

.left-executiveBoard::before {
/*     content: '';
    position: absolute;
    height: 325px;
    width: 182px;
    rotate: 20deg;
    background-color: #ffc9ca;
    top: -64px;
    left: -78px; */
	 /* background-color: #bb181b; */

	content: '';
    position: absolute;
    height: 320px;
    width: 211px;
    rotate: 44deg;
    /* background-color: #bb181b; */
    background-color: #ffc9ca;
    top: -135px;
    left: -78px;
}

.right-executiveBoard::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 78px 51px;
    border-color: transparent transparent #ffc9ca transparent;
    transform: rotate(0deg);
    bottom: 0;
    right: 0;

}

.executive-address p {
    color: #313030;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.detailsOf-executive {
    border-right: 2px solid gray;
}

.board-insideContainer {
    display: flex;
    align-items: center;
}

.detailOf-executive {
    padding-right: 80px;
    border-right: 2px solid #eaeaea;
}

.detailOf-executive-right {
    padding-left: 80px;
}

.executive-photo {
    width: 100%;
}

/* -----------------------------Executive Board CSS End------------------------------ */

/* --------------------Human Resources Page---CSS Start(Monalisha) ----------------------------*/
.HumanResource-container {
    position: relative;
    float: left;
    width: 100%;
}

.HumanResource-container p {
    margin-bottom: 12px;
    padding: 0;
    display: grid;
}

/* .HumanResource-container .accordion-item {
    margin-bottom: 10px;
    border: 1px solid rgb(214, 214, 214);
}

.HumanResource-container .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #bb181b;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
}

.HumanResource-container .accordion-body:not(.collapsed) {
    border: 1px solid rgb(214, 214, 214);
    box-shadow: none;
}

.HumanResource-container .accordion-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.HumanResource-container .accordion-button:focus {
    border: 1px solid #bb181b !important;
    box-shadow: none;
}

.HumanResource-container .accordion-button:not(.collapsed)::after {
    filter: invert(1);
} */

.HR-image {
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.hr-datalist {
    width: 100%;
}

.human-resource-container {
    display: flex;
    align-items: center;
}

.HumanResource-container strong {
    padding-right: 8px;
}

.HumanResource-container .accordion-body {
    border-bottom: 1px solid #e5e5e5;
}

.HumanResource-container .accordion-body:last-child {
    border-bottom: 0;
}

.Hr-detail-heading div,
.des-project div {
    margin-bottom: 5px;
}

.des-project div:last-child {
    margin-bottom: 0;
}


.HumanResource-container .resource-rows {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.HumanResource-container .resource-rows:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}



/* --------------------Human Resources Page---CSS Start End----------------------------*/




/* --------------------Sidebar Page---CSS Start ----------------------------*/
.sidebar-menu h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #bb181b;
    /* background: #43A047; */
    padding: 15px 15px;
    margin: 0;
}

.sidebar-menu li {
    font-size: 16px;
    /* background: rgb(237 83 88 / 22%);
    border-left: 3px solid rgb(187 24 27 / 81%);
    border-bottom: 1px solid rgb(187 24 27 / 33%); */
    background: #f0fbf1;
    border-left: 3px solid #a1ddc0;
    border-bottom: 1px solid #a1ddc0;
    border-top: 1px solid #a1ddc0;
    border-right: 1px solid #a1ddc0;
    /* padding: 13px 13px; */
    margin: 5px 0;
}

.sidebar-menu a {
    color: #000;
    padding: 10px 15px;
    line-height: 1.6;
    font-size: 17px;
    display: block;
    text-decoration: none;
    position: relative;
}

.sidebar-menu ul.children>li {
    margin: 0;
    padding-left: 20px;
    position: relative;
    /* border-bottom: 1px solid #a1ddc0; */
    border-bottom: 0;
    border-left: 0;
}

.sidebar-menu ul.children>li:after {
    width: 8px;
    height: 1px;
    content: '';
    position: absolute;
    left: 15px;
    top: 22px;
    border-bottom: 2px solid #43A047;
    border-left: 2px solid #43A047;
}

.sidebar-menu ul.children>li a {
    color: #000;
}

.sidebar-menu ul.children>li.current_page_item a {
    color: #fff;
}

.sidebar-menu .current_page_item {
    background: #43A047;
    color: #ffffff;
}

.sidebar-menu .current_page_item a {
    color: #ffffff;
}

.sidebar-menu ul li {
    position: relative;
}

.sidebar-menu ul li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #43A047;
    transition: 0.3s ease-out;
}

.sidebar-menu ul li:hover::before {
    width: 100%;
}

.sidebar-menu ul li ul li:hover::before {
    width: 100%;
}

.sidebar-menu ul li ul li:hover .has_children::before {
    width: 0;
}

.sidebar-menu li:hover a {
    color: #fff;
}

.sidebar-menu ul.children>li:hover a {
    color: #fff;
}

/* --------------------Sidebar Page---CSS End----------------------------*/



/* -----------------------------Message from leader CSS Start(Priyanka)------------------------------ */
.leader {
    /* position: relative; */
    float: left;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.msg-content {
    width: 100%;
    float: left;
	text-align: justify;
}

.about-leader {
    margin-left: 35px;
}

.about-leader span {
    color: #646363;
}

/* .leader:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50px;
    bottom: 50px;
    border-radius: 5px;
    box-shadow: 3px 0px 25px rgba(72, 73, 121, 0.1);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
} */

/* .leader img {
    margin-left: 50px;
    width: 200px;
    border-radius: 5px;
    box-shadow: 7px 4px 20px rgba(72, 73, 121, 0.1);
} */

/* .about-leader {
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    padding: 30px 0;
} */

.about-leader h4 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    /* margin: 0; */
    color: #bb181b;
}

.leaderdesignation {
    color: #646363;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
}

.about-leader p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}

/* -----------------------------Message from leader CSS End------------------------------ */



/* -----------------------------Vission,Mission and Value CSS Start(Priyanka)------------ */
/* .mission-part,
.vission-part,
.value-part {
    text-align: left;
    position: relative;
    border: 1px solid rgb(238 238 238 / 91%);
    height: 100%;
    border-radius: 10px;
    padding: 20px 20px;
} */

.mission-part,
.vission-part,
.value-part {
    border: 1px solid rgb(238 238 238 / 91%);
    border-radius: 10px;
    padding: 20px 20px;
    min-height: 280px;
}

.mission-part h3,
.vission-part h3,
.value-part h3 {
    font-weight: 700;
    font-size: 25px;
    margin: 0;
    color: rgb(159 12 15);
    margin-top: 10px;
    margin-bottom: 20px;
}

.mission-part p,
.vission-part p,
.value-part p {
    font-size: 15px;
    line-height: 27px;
    margin: 0;
}

/* .mission-part img,
.vission-part img,
.value-part img {
    width: 70px;
} */

.box-images {
    width: 70px;
}

.box-images img {
    width: 100%;
}

.value-part {
    margin-top: 25px;
}

.value-part ul {
    font-size: 15px;
    list-style: disc;
    padding: 0 20px;
}

/* -----------------------------Vission,Mission and Value CSS End-----------------------------*/


/* -----------------------------Annual Report CSS Start(Priyanka)------------------------------ */
.reports {
    width: 100%;
    float: left;
    position: relative;
    background: #ffffff;
    padding: 22px;
    border: 1px solid #e4e4e4;
    margin-bottom: 25px;
    box-shadow: 0px 0px 14px 4px rgb(224 224 224 / 53%);
    font-family: 'Montserrat', sans-serif;
}

.reports img {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.52, 0.02, 0.34, 0.99);
}

.reports:hover img {
    transform: scale(1.08);


}

.publication-image {
    width: 100%;
    /* border: 1px solid #ddd; */
    overflow: hidden
}

.reports h5 {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    /* padding-bottom: 10px; */
    margin: 0;
    margin-bottom: 25px;
}

.publication-text {
    font-size: 20px !important;
    border: none !important;
    margin: 0 !important;
}

.pdf-size {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pdf-size h6 {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.pdf-name {
    width: 100%;
    background-color: rgb(255 255 255);
    position: relative;
    margin-top: 8px;
}

.report-text,
.pdf-text {
    white-space: initial;
    display: -webkit-box;
    /* -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    line-height: 30px;
}

.reports-img {
    overflow: hidden;
    border: 1px solid #e7e7e7;
}

/* -----------------------------Annual Report CSS End------------------------------ */


/* -----------------------------Financial Information CSS Start------------------------------ */
.financial-info {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 24px -7px #dededed9;
    padding: 20px;
    margin-bottom: 25px;
}

.financial-info h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}


.pdf-icon {
    font-size: 14px;
    margin: 0;
    color: #000;
}

/* .info-text {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
} */

/* -----------------------------Financial Information CSS End------------------------------ */


/* -----------------------------Media Coverage CSS Start(Priyanka)---------------------------*/
.media-coverage-search {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(128 128 128 / 25%);
    margin-bottom: 30px;
}

.media-coverage-search input {
    width: 100%;
    text-indent: 15px;
    border: none;
    outline: none;
}

.media-coverage-search .search-btn {
    background: rgb(187 24 27);
    border: none;
    padding: 12px 15px;
}

.media-coverage {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 25px 0 rgb(0 0 0/7%);
    position: relative;
    z-index: 5;
    padding: 18px;
    margin-bottom: 20px;
}

.media-img {
    width: 100%;
    background-color: black;
    border: 1px solid #f0f0f0;
}

.about-media {
    display: flex;
    /* gap: 60px; */
    font-size: 15px;
    margin-top: 20px;
}

.attachment {
    display: flex;
    align-items: center;
    /* gap: 8px; */
}

.attachment svg {
    margin-right: 8px;
}

.media-section {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.media-heading h3 a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: gray;
    margin-bottom: 10px
}

.published-name {
    position: relative;
    margin-left: 60px;
    color: #848680;
}

.published-name:before {
    content: '';
    width: 1px;
    height: 16px;
    background: #c7c7c7;
    position: absolute;
    left: -30px;
    top: 3px;
}

.details {
    display: flex;
    align-items: center;
}

.media-coverage-lists {
    width: 100%;
    float: left;
}

.pdf-icon {
    position: relative;
    padding-left: 32px;
    color: #777777;
}

.pdf-icon::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 22px;
    height: 22px;
    top: -3px;
    background: url(../images/pdf.svg) no-repeat;
    background-size: cover;
}

.media-coverage-date {
    position: relative;
    padding-left: 32px;
}

.media-coverage-date::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 22px;
    height: 22px;
    top: -1px;
    background: url(../images/calendar.svg) no-repeat;
    background-size: cover;
}


/* -----------------------------Media Coverage CSS End------------------------------ */


/* -----------------------------Volunteer CSS Start(Priyanka)------------------------------ */
.volunteer-heading {
    font-size: 22px;
    font-weight: 600;
}

.form-container {
    width: 100%;
    margin-top: 20px;
    box-shadow: 0px 0px 14px 4px rgb(224 224 224 / 53%);
    padding: 25px 25px
}

.form-container h3 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid rgb(173 181 189 / 16%);
    padding-bottom: 10px;
    color: rgb(187 24 27);
    border-top: 1px solid rgb(173 181 189 / 16%);
    padding-top: 10px;
}

.form-group {
    margin: 30px 0px;
    /* padding-right: 100px; */
}

.form-container .form-group label {
    font-weight: 600;
    font-size: 15px;
}

.form-container .form-group input,
.form-container .form-group textarea,
.form-container .form-group select {
    outline: none;
    border: none;
    box-shadow: none;
    background: #fff4f4;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 10px;
}

.form-container .form-group .form-control-file {
    padding: 7px;
    color: rgb(128 128 128);
}

.form-container .submit-btn {
    background: rgb(187 24 27);
    color: #ffffff;
    padding: 11px 23px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    border: none;
}

.form-container .form-group span {
    color: rgb(187 24 27);
}

.donation-heading {
    font-size: 15px;
}

.form-check input {
    outline: none !important;
    box-shadow: none !important;
}

.form-container .footer-button {
    padding-top: 0;
}

/* -----------------------------Volunteer CSS End------------------------------ */

/* -----------------------------Internship CSS Start------------------------------ */

.form-group-d p {
    margin-left: 15px;
    margin-top: -6px;
}

.declaration-row {
    margin-bottom: 20px;
    display: flex;
    align-items: start;
}

.declaration-row p {
    margin-left: 0;
    margin-bottom: 0;
}

.declaration-row .wpcf7-list-item {
    margin-left: 0;
}

.declaration-row .wpcf7-list-item-label {
    margin-left: 5px;
}

.left-form-button .common-button {
    float: left;
}

.left-form-button .wpcf7-spinner {
    top: 10px;
    left: 0;
}

/* -----------------------------Internship CSS End------------------------------ */


/* -----------------------------Project Lead CSS Start------------------------------ */

.form-container h4 {

    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid rgb(173 181 189 / 16%);
    padding-bottom: 10px;
    color: #2d2b2b;
    border-top: 1px solid rgb(173 181 189 / 16%);
    padding-top: 10px;
}




/* -----------------------------Project Lead CSS End------------------------------ */





/* ---------------------------Partners & Collaborators CSS Start(Priyanka)------------------------ */
.patner-collabaration h5 {
    /* font-size: 25px;
    font-weight: 600;
    color: rgb(187 24 27); */
    font-size: 20px;
    font-weight: 700;
    border: 1px solid rgb(173 181 189 / 16%);
    padding: 12px;
    color: rgb(187 24 27);
    /* border-top: 1px solid rgb(173 181 189 / 16%); */
    padding-top: 10px;
    background: #f5faf8;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e7e7;
    min-height: 160px;
    /* margin-right: 30px; */
    padding: 40px;
    /* box-shadow: 0 0px 50px 10px rgba(241, 241, 241, 0.8); */
    transition: all 0.4s ease;
    transition: all 0.4s cubic-bezier(0.52, 0.02, 0.34, 0.99);
}

.patner-collabaration ul {
    font-size: 18px;
}

.patner-collabaration li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.patner-collabaration li img {
    width: 40px;
    margin-right: 20px;
}

.partner-logo-section {
    margin-bottom: 24px;
}

.partner-logo:hover {
    box-shadow: 6px 7px 23px -8px rgb(109 117 143 / 30%);
    transform: scale(1.1);
    filter: grayscale(100%);

}

/* ---------------------------Partners & Collaborators CSS Start(Priyanka)------------------------ */



/* -----------------------------Photo Gallery Page Design Start---------------------- */
.image-box {
    position: relative;
    width: 100%;
    background-color: rgb(187 24 27);
    /* margin-bottom: 24px; */
    overflow: hidden;
}

.image-box .gallery-icon,
.image-box .video-icon {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 0px;
    right: 4px;
    background-color: #bb181b;
    display: flex;
    justify-content: center;
    border-radius: 0px 0px 25px 25px;
    align-items: center;
}

.mission-thumbnail .gallery-subtittle {
    min-height: 110px;
    display: flex;
    align-items: center;
}

.mission-thumbnail .gallery-subtittle h2 {
    margin: 0;
}

.gallery-items {
    border: 1px solid #dfdfdf;
    padding: 5px;

}

.gallery-items .gallery-img {
    overflow: hidden;
}

.gallery-items img {
    transition: .4s ease;
    width: 100%;
    overflow: hidden;
}

.gallery-items img:hover {
    transform: scale(1.08);
}

/* 
.video-icon {
    position: absolute;
    top: 0px;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: brown;
    display: flex;
    justify-content: center;
    align-items: center;
    
} */

/* .gallery-image-text:after {
    content: '';
    width: 35px;
    height: 35px;
    border-style: solid;
    border-width: 8px;
    position: absolute;
    bottom: 14px;
    right: -30px;
    background-color: #fcfcfc;
    border-radius: 50%;
    z-index: 100;
    background-image: url(../images/gallery-next-icon.svg);
    box-shadow: 6px 7px 23px -8px rgb(109 117 143 / 50%);
    transform: translatey(-50%);
    top: 50%;
} */



/* .image-box-about {
    width: calc(100% - 225px);
    background-color: #bb181b;
    position: absolute;
    bottom: 25px;
    left: 0px;
    min-height: 70px;
    padding: 10px 15px;
    display: flex;
    align-items: center;   
    border-top: 8px solid #bb181b;
    border-right: 51px solid transparent;
    
} */

.image-box-about {

    padding: 8px 20px;
    position: absolute;
    background-color: #bb181b;
    width: 50%;
    /* top: -15px; */
    left: -6px;
    bottom: 30px;
    min-height: 85px;
    display: flex;
    align-items: center;
}

.image-box-about:after {
    content: "";
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 85px solid #bb181b;
    border-right: 33px solid transparent;
    top: 0px;
}



.image-box img {
    transition: .4s ease;
    width: 100%;
    overflow: hidden;
}


.image-box img:hover {
    transform: scale(1.08);
}



.image-box-about h5 {
    color: #fff;
    text-align: left;
    margin: 0 !important;
    padding: 8px;
}

.image-box-about p {
    color: #fff;
    font-size: 12px;
    text-align: left;
    margin: 0 !important;
}

.image-box img {
    width: 100%;
}

.image-box:hover.image-box:before {
    left: 0;
    top: 0;
    transition: all 0.7s ease;
}

/* .image-box-about::after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 12px 8px;
    border-color: transparent transparent rgb(159 12 15 / 82%) transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: 100%;
    left: 0px;

} */

/* .image-box-text {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    line-height: 30px;
} */

/* -----------------------------Photo gallery page design End---------------------- */

/* ------------------(Livelihood and Governance Page) Design Start (Prajakta)----------- */

.mission-thumbnail {
    box-shadow: 0px 0px 14px 4px rgb(224 224 224 / 53%);
    margin-bottom: 28px;
}

.mission-thumbnail img {
    width: 100%;
}

.mission-about h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2f2f2f;
    font-size: 20px;
    line-height: 28px;
    margin-top: 14px;
}


.focus-area {
    position: absolute;
    top: -20px;
    z-index: 99;
    left: 20px;
    padding: 4px 17px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 50px;
    background-color: rgb(187 24 27);
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 5px 9px 0 rgba(0, 0, 0, -0.81) !important;
}

.mission-about {
    position: relative;
    background-color: #fff;
    padding: 20px 20px;
    min-height: 164px;
}

.mission-about p {
    margin: 0;
    line-height: 23px !important;
}

.image-style {
    overflow: hidden;
}

.mission-thumbnail .image-style img {
    transition: .4s ease;
    width: 100%;
}

.mission-thumbnail .image-style:hover img {
    transform: scale(1.08);
}

.previous-projects .mission-about {
    min-height: 135px;
}



/* ------------------(Livelihood and Governance Page) Design End----------- */

/* -----------------------------This Section for Contactus Page Start (Umakant)---------------------- */

.contact-us-map iframe {
    float: left;
}

.contactus-form {
    padding-top: 0px;
}

.contact-us {
    display: flex;
}

.contactus-sub-heading {
    font-weight: 500;
    font-size: 22px;
}

.contactus-main-heading {
    font-family: 'DM Serif Display', serif;
    font-size: 45px;
    font-weight: 400;
    color: #2b2b2b;
    margin-bottom: 16px;

}

.contactus-background {
    background-color: #ffe4e3;
    margin-top: 45px;
    background-repeat: no-repeat;
    background-position: right top -6px, right bottom -22px;
    background-repeat: no-repeat;
}


.contact-heading h2 {
    width: 50%;
    margin: 0 auto;
    font-family: 'DM Serif Display', serif;
    font-size: 45px;
    font-weight: 400;
    color: #2d2b2b;
    padding-bottom: 25px;
}

.contact-heading h4 {
    margin: auto;
    font-weight: 500;
    padding-bottom: 25px;
    font-size: 22px;
    color: #3b3b3b;
    font-family: 'Montserrat', sans-serif;
}

.contact-heading .contact-caption-colour span {
    color: #bb181b;
}

.contactus-office-icon img {

    height: 45px;
    width: auto;
}

.contactus-office-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #bb181b;
    color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border: 7px solid #ffc3c0;
}

.contactus-office-icon:hover {

    background-color: #444444;

}

.contactus-office-content h4 {
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #444444;
}

.office-address::before {
    content: '';
    position: absolute;
    height: 80%;
    background-color: #ffcdcb;
    width: 1px;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
}

/* .office-address::before {
    content: '';
    position: absolute;
    height: 80%;
    background-color: #ffcdcb;
    width: 1px;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
} */

.contactus-office-content p {
    color: #4b4b4b;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 27px;
    /* padding-bottom: 15px; */

}

.contactus-office-content p span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    display: block
}

.office-address {
    position: relative;
    padding: 36px 21px;
    height: 100%;
}

.contactus-background .row .col-md-12:last-child .office-address::before {
    content: none;
}

.contactus-office-content a {
    text-decoration: none;
    word-wrap: break-word;
    font-size: 18px;
    color: #444;
    font-family: 'Montserrat', sans-serif;

}

.template google map {

    height: 60%vh;
}

.contact-us-content {
    margin: 0 auto;
    width: 80%;
    margin-top: 20px;
    box-shadow: 0px 0px 14px 4px rgb(224 224 224 / 30%);
    padding: 55px;
}

.inputfield .contact-form {
    border: none;
    outline: none;
    box-shadow: none;
    background: #fff4f4;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 15px
}

.row .inputfield label {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 8px;

}

.row .inputfield span {
    color: #bb181b;

}

.row .contact-form-s {
    border: none;
    outline: none;
    box-shadow: none;
    background: #fff4f4;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 15px
}

.submit {
    display: flex;
    justify-content: center;
}

.submit .submit-btn {
    font-weight: 600;
    padding: 6px 20px;
    font-size: 16px;
    border-radius: 0px;
}

.form-outline {
    margin-bottom: 30px;
}

.textarea-height {
    height: 150px;
}

.contactus-submit {
    display: flex;
    justify-content: center;
}

.submit-image {
    width: 32px;
    height: 32px;
    margin-left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit-image::before {
    content: "";
    width: 1px;
    background-color: #dd2a2c;
    position: absolute;
    height: 100%;
    left: -11px;
}

.submit-image img {
    width: 28px;
}

/* ------ -----------------------This Section for Contactus Page End (Umakant)---------------------- */





/* This Section for Past Event Page (Umakanta) Start */

.event-container {
    position: relative;
    width: 100%;
    float: left;
    background-color: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    padding: 20px;
    overflow: hidden;
    display: block;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
}

.events-image img {
    width: 100%;
    /* height: auto; */
    border: 1px solid #f0f0f0;
}

.event-text-header .event-text-date span {
    color: #2f2f2f;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.event-text-header .event-text-caption span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2f2f2f;
    font-size: 22px;
    line-height: 28px;
}

.upcomming-event-add {
    position: relative;
    padding-left: 27px;
}

.upcomming-event-add:before {
    content: '';
    width: 1px;
    background: #e9e7e7;
    height: 100%;
    /* margin-left: 28px; */
    position: absolute;
    top: 0px;
    left: 10px;
}

/* .event-text-date {

    position: relative;
} */


.event-text-header .event-text-caption span:hover {
    color: #bb181b;

}

.event-text-header .event-text-location span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #2f2f2f;
    font-size: 15px;
}

.event-text-footer p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #6a6b6a;
    font-size: 18px;
}

.event-caption-s {
    position: relative;
}

.read-more {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: transparent #bb181b transparent transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
}

.read-more:hover {
    border-color: transparent #0f0000 transparent transparent;

}

.readmore-icon {
    background: url(../images/double-arrow.svg) no-repeat;
    width: 16px;
    height: 20px;
    display: block;
    text-align: center;
    position: relative;
    right: -53px;
    top: -28px;
}

.sb-search-input {
    border: 1px solid #cacaca;
    width: 100%;
    padding: 15px 70px 15px 15px;

}

.event-search {
    margin-bottom: 30px;
    position: relative;

}

.event-search .search-submit {
    /* position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #bb181b;
    height: 100%;
    width: 64px; */

    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #bb181b url(../images/search-icon-small.svg) no-repeat right 5px top 2px;
    height: 100%;
    width: 64px;
}

.event-search .search-submit:hover {
    background: #000000 url(../images/search-icon-small.svg) no-repeat right 5px top 2px;

}

.close-search {
    background: #bb181b url(../images/close-small.svg) no-repeat right 18px top 13px !important;
}

.close-search:hover {
    background: #000000 url(../images/close-small.svg) no-repeat right 18px top 13px !important;
}

.event-search .search-submit img {
    width: 25px;
}

.form-control-input {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-input:focus-visible {
    border: 1px solid #bb181b;
    outline: 0;
}

.past-event-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* .event-container .event {
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .past-event-details {
    padding: 30px;
} */

/* pagination start here */

.pagination {
    display: inline-block;
    padding-left: 12px;
}

.pagination .page-numbers {
    width: 40px;
    height: 40px;
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    margin-bottom: 10px;
}

.pagination .page-numbers.current {
    background-color: #bb181b;
    color: white;
    border: 1px solid #ffc1c3;
}

.pagination .page-numbers:hover:not(.current) {
    background-color: #ddd;
}

.pagination .page-numbers:first-child {
    margin-left: 0;
}

/* pagination End here */



/* This Section for Past Event Page (Umakanta) End */

/* This Section for Upcomming Event Page (Umakanta) Start */



.upcoming-event-details {

    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

/* .upcoming-right-section {

    margin-left: 55px;
} */

.upcoming-date h5 {
    font-size: 80px;
    color: #bb181b;
    font-weight: 600;
    margin: 0;

}

.upcoming-date span {
    font-size: 22px;
    color: #2d2b2b;
    font-weight: 400;
    margin: 0;

}

/* .upcoming-right-section:after {
    content: '';
    width: 1px;
    background: #e9e7e7;
    height: 100%;
    margin-left: -28px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);

} */

.upcoming-left-section {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.event-text-caption h2 {

    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2f2f2f;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
}

.event-text-date span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #c1151b;
    font-size: 13px;

}

/* .upcoming-e-caption {

    padding-top: 16px;
} */

/* Hover Animatin Start */

.gallery-j-text {
    /* background-color: #bb181b; */
    color: #bb181b;
    font-size: 16px;
    padding: 6px 23px;
    border-radius: 50px;
    /* box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 5px 9px 0 rgba(0, 0, 0, -0.81) !important; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* position: absolute; */
    opacity: 1;
    transition: .5s ease;
    border: 1px solid #bb181b;
}

.gallery-j-text:hover {
    background-color: #bb181b;
    color: #ffffff;
    border: 1px solid #ffffff;
}


/* .gallery-join {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .6s ease;
    background-color: #000000;
    opacity: 0;
} */

/* .event-container:hover .gallery-j-text {
    opacity: 1;
}

.event-container:hover .gallery-join {
    opacity: 0.5;
} */

.upcoming-events-image {
    position: relative;
    overflow: hidden;

}

.upcoming-events-image img {
    width: 100%;
    border: 1px solid #f0f0f0;
    /* transition: all 7s; */
    transition: .4s ease;
}

.upcoming-events-image:hover img {
    transform: scale(1.08);

}


/* Hover Animatin End */





/* This Section for Upcomming Event Page (Umakanta) end */


/* Campaign Section Start here (Umakanta)  */

.campaign-s {
    position: relative;
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(34, 34, 34, .10);
    /* padding: 20px; */
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.campaign-image {
    width: 100%;
    float: left;
    /* margin-bottom: 33px; */
    position: relative;
}

.campaign-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    object-position: top;
    border: 1px solid #e9e7e7;
}

.campaign-image:before {
    content: "";
    background: linear-gradient(184deg, rgba(6, 6, 6, 0.0005252100840336116) 21%, rgb(0 0 0 / 40%) 96%);
    position: absolute;
    height: 100%;
    width: 100%;

}

.campaign-caption h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2f2f2f;
    font-size: 22px;
    line-height: 28px;
    margin-top: 17px;
}

.campaign-caption p {

    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #6a6b6a;
    font-size: 18px;
}

.campaign-cta {
    position: absolute;
    left: 20px;
    bottom: -20px;
}

.campaign-caption {
    padding: 20px;
    width: 100%;
    float: left;
}

.common-button-campaign {
    background: #bb181b;
    color: #ffffff;
    padding: 9px 23px;
    display: block;
    float: right;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 5px 9px 0 rgba(0, 0, 0, 0.19) !important;
}


/* Campaign Section End here (Umakanta)  */


/* Inner Page Elemet CSS  */
.inner-page-content h1 {
    font-family: 'DM Serif Display', serif;
    font-size: 45px;
    font-weight: 400;
    color: #2d2b2b;
    line-height: 47px;
    margin-bottom: 15px;
}

.inner-page-content h2 {
    font-family: 'DM Serif Display', serif;
    /* font-family: 'Roboto', sans-serif; */
    font-size: 28px;
    /* font-weight: 500; */
    font-weight: 400;
    color: #2d2b2b;
    line-height: 42px;
    margin-bottom: 10px;
}

.inner-page-content p {
    color: #313030;
    font-size: 16px;
    line-height: 27px;
}

.inner-page-content ul {
    margin-bottom: 15px;
    margin-top: 13px;
}

.inner-page-content ul li {
    position: relative;
    /* margin-left: 25px; */
    /* margin-left: 28px; */
    font-family: Montserrat, sans-serif;
    color: #232323;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500 !important;
    margin-bottom: 11px;
    padding-left: 33px;
}

.inner-page-content ol {
    padding-left: 20px;
}


.inner-page-content ol li {
    margin-bottom: 11px;
    padding-left: 12px;
}

.inner-page-content ul li:before {
    background: url(../images/point-icon.svg) no-repeat;
    content: "";
    position: absolute;
    /* left: -26px; */
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-size: contain;
}

.inner-page-content .gallery {
    display: flex;
    grid-column-gap: 15px;
}

.inner-page-content .gallery-item {
    border: 1px solid #dfdfdf;
    padding: 5px;
    width: 50%;
}

.inner-page-content .gallery a {
    display: block;
    overflow: hidden;
}

.inner-page-content .gallery img {
    width: 100%;
    height: auto;
    transition: .4s ease;
}

.inner-page-content .gallery-item:hover img {
    transform: scale(1.08);
}

.inner-page-content table {
    margin-bottom: 30px;
}

.inner-page-content table,
.inner-page-content th,
.inner-page-content td {
    border: 1px solid #bdbdbd;
    border-collapse: collapse;
    padding: 5px 10px;
}

.inner-page-content table tr:first-child {
    background-color: #fbdcdc;
}

.inner-page-content table th,
.inner-page-content table td {
    font-size: 15px;
}

.certificate {
    width: 100%;
}

.certificate tr th {
    padding: 10px;
}

.certificate tr th:first-child {
    width: 50%;
}

.certificate tr td:last-child div {
    display: flex;
    align-items: center;
    padding: 10px 5px;
}

.certificate td img {
    width: 30px;
    margin-right: 10px;
}


/* Inner Page Elemet CSS  */


/* Courses Offered CSS Strat */
.course-offered .accordion-item {
    border-radius: 0;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
}

/* .course-offered .accordion-button:not(.collapsed) {
    background-color: #faf0f1;
} */

.course-offered .accordion-button:focus {
    box-shadow: none;
}

.course-offered .accordion-button {
    font-size: 18px;
    font-weight: 500;
    background-color: #ffebec;
    padding: 5px 15px;
}

.course-offered .accordion-header {
    border-bottom: 1px solid #e5e5e5;
    background-color: #ffebec;
    margin-bottom: 0;
}

/* .sidemenu-style .advanced-sidebar-menu .sidebar-menu ul:first-child li {
    display: none;
} */

.accordion-item .accordion-header {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 400;
}

/* Courses Offered CSS End */

/* Case Study Inner Page CSS Start */
.case-studies .mission-about {
    /* min-height: 0; */
    min-height: 143px;
}

/* Case Study Inner Page CSS End */

/* Programme Details  Page CSS Start */

.post-main-image img {
    width: 100%;
    float: left;
    /* margin-bottom: 30px;  */
}

.gdlr-core-recent-post-widget-thumbnail img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.gdlr-core-recent-post-widget-thumbnail {
    float: left;
    max-width: 75px;
    margin-right: 23px;
}

.gdlr-core-recent-post-widget {
    margin-bottom: 30px;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.sidebar-menu-content h3 {
    font-size: 22px;
    font-weight: 500;
    /* margin-bottom: 30px; */
    /* font-family: Poppins, sans-serif; */
    font-family: 'DM Serif Display', serif;
    color: #2d2b2b;
    width: 100%;
    display: block;
    float: left;
}

.search-area h3 {
    margin-bottom: 15px;
}

.sidebar-menu-content {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.search-form {
    width: 100%;
    float: left;
}

.search-form label {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

label {
    text-align: left;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #1a3b5d;
}

input.search-field {
    border-radius: 0;
    height: 50px;
    padding: 0 50px 0 10px;
    width: 100%;
    color: #353535;
    background-color: rgba(255, 255, 255, .93);
    font-style: normal;
    border: 1px solid #ddd;
}

.search-form label:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    color: #353535;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 10px;
    z-index: 1;
    background: url(../images/magnifying-glass.svg) no-repeat;
    background-size: contain;

}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.sidebar-menu-content .search-submit {
    width: 28px;
    background-color: transparent !important;
    border: none;
    text-indent: 100px;
    position: absolute;
    top: 111px;
    right: 100px;
    z-index: 2;
    overflow: hidden;
    height: 50px;
    padding: 0 25px;
    font-weight: 700;
    text-transform: uppercase;

}

.sidebar-menu-content .search-submit:hover {
    background-color: rgb(255 146 146 / 27%) !important;
}

.sidebar-menu-content input:focus,
input:focus-visible {
    outline: none;
}



/* .side-add-box {
    background: url(../images/charity.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    position: relative;
    color: #fff;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;

} */




.donate-add {
    position: relative;
}

/* .side-add-box-content {
    position: relative;
    z-index: 3;
    padding: 30px;
} */



.media-contact-box p {
    font-size: 20px;
    color: #343435;
    margin-bottom: 14px;
    margin-top: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.contact-for-donation,
.email-for-donation {
    position: relative;
    padding-left: 35px;

}

.contact-for-donation,
.email-for-donation {
    display: block;
    margin-bottom: 18px;
    color: #262626;
}


.contact-for-donation::before,
.email-for-donation::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/phone-call.svg) no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
}

.email-for-donation::before {
    background: url(../images/envelope.svg) no-repeat;
    background-size: contain;

}

.media-contact-box {
    width: 100%;
    float: left;
    background: #eaf8ff;
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    word-wrap: break-word;
}

/* .media-contact-box h3 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0 10px;
    width: 100%;
    float: left;
    display: block;
}
 */



.sidebar-menu-content.donate-add h3 {
    background-color: #bb181b;
    padding: 12px 20px;
    color: #fff;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.gdlr-core-recent-post-widget-title a {
    color: #444;
    line-height: .7;
}

.gdlr-core-recent-post-widget-title {
    font-size: 16px;
    font-weight: 600;

}



.next-link .btp-nav-thum,
.previous-link .btp-nav-thum {
    max-width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}

.next-link .btp-nav-thum:before,
.previous-link .btp-nav-thum:before {
    content: "";
    position: absolute;
    border-radius: 3px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.previous-link .btp-nav-thum:after {
    /* font-family: FontAwesome; */
    content: "";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    opacity: 0;
    position: absolute;
    background: url(../images/right-arrow.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.previous-link:hover .btp-nav-thum:after {
    opacity: 1;
}

.next-link .btp-nav-thum:after {
    /* font-family: FontAwesome; */
    content: "";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    opacity: 0;
    position: absolute;
    background: url(../images/left-arrow.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.next-link:hover .btp-nav-thum:after {
    opacity: 1;
}

.next-link .btp-nav-thum img,
.previous-link .btp-nav-thum img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.next-link .bt-title-nav,
.previous-link .bt-title-nav {
    font-family: Roboto, sans-serif;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 75px);
    font-weight: 600;
    color: #444;
    line-height: 1.7;
}

.previous-link {
    text-align: right;
}

.previous-link .btp-nav-thum {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.inner-page-banner img {
    width: 100%;
}

.post-controler {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.next-link:hover .btp-nav-thum:before,
.previous-link:hover .btp-nav-thum:before {
    opacity: 1;
}

.post {
    margin-bottom: 15px;
}

.post .entry-meta {
    font-size: 17px;
    padding: 10px 0;
}

.post .cat-links a {
    color: #bb181b !important;
    font-weight: 500;
    letter-spacing: .6px;
}


.post-main-image {
    overflow: hidden;
    margin-bottom: 30px;
}

.post-main-image img {
    transition: .4s ease;
    width: 100%;
}

.post-main-image:hover img {
    transform: scale(1.08);
}

/* Programme Details Page CSS End */


/* This sectionfor upcoming event responsive Start */


/* This sectionfor upcoming event responsive End */

.common-button {
    overflow: hidden;
    position: relative;
}

.common-button span {
    position: relative;
    z-index: 1;
}

.common-button .button-image {
    z-index: 1;
}

.common-button:after {
    position: absolute;
    top: 20px;
    right: inherit;
    bottom: inherit;
    left: -10%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: 0;
    background-color: #a50407;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}

.common-button:hover:after {
    /* left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); */
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}


.header-donate-now {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.icons-pop {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-font-smoothing: antialiased;
}

.header-donate-now:hover .icons-pop {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;

}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

/* .banner-slide {
    width: 1583px !important;
}
  
.banner-images .owl-item::before {
    width: 1583px !important;
} */

/* .owl-item.active {
    width: 1583px !important;
} */

.more-button:hover {
    background-color: #bb181b;
}

.more-button:hover img {
    filter: brightness(11.5);
}

.has_children.current-menu-item ul li:hover::before {
    display: none;
}

.has_children ul li.current-menu-item {
    background: #f0fbf1;
}

.has_children ul li.current-menu-item a {
    padding-left: 20px;
    color: #000 !important;
    font-weight: 600;
}

.has_children ul li:hover::before {
    display: none;
}

.has_children ul li:hover {
    background: #f0fbf1;
}

.has_children ul li:hover a {
    padding-left: 20px;
    color: #000 !important;
}

.has_children ul li a {
    transition: all .5s ease;
}

.has_children.current-menu-item ul li a {
    transition: all .5s ease;
}

.has_children.current-menu-item ul li:hover a {
    color: #000 !important;
    padding-left: 20px;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
}

#certificateVerificationForm label span {
    color: red;
}

#certificateVerificationForm {
    box-shadow: 0px 0px 14px 4px rgb(224 224 224 / 30%);
    padding: 25px;
}

#certificateVerificationForm input:focus {
    outline: none;
    box-shadow: none;
}

.action-btn {
    display: flex;
    gap: 20px;
    margin-top: 12px;
}

.action-btn .common-button {
    float: left;
    gap: 25;
}

.candidate-name {
    color: #232323;
}

.donate-form br {
    display: none;
}

.rupee-symbol {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    background: #bb181b;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #ffffff !important;
}

.amount-field {
    padding-left: 60px !important;
}

.donate-box {
    width: 100%;
    background: #ffffff;
    padding: 0px 50px 50px 50px;
}


.form-control-file {
    outline: none;
    border: none;
    box-shadow: none;
    background: #fff4f4;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 10px;
}

/* donate Template Section CSS */

.section-bg-img {
    background-size: cover !important;
    position: relative;
    background: url(../images/donatetemp-image.jpg) no-repeat;
    padding: 100px 0px;
    background-attachment: fixed;

}

.section-bg-img:before {
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 66%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section-bg-img .container {
    position: relative;
    z-index: 1;
}

.donate-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efcdcd;
    margin-bottom: 30px;
    flex-direction: row;
}

.contacts-list li {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-bottom: 20px;
}

.donate-text-contacts ul {
    text-align: right;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.contacts-list li img {
    width: 30px;
    margin-left: 8px;
}

.contacts-list-2 {
    display: none;
}

/* how hide contact details */
.contacts-list-2 li {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-bottom: 20px;
}

.contacts-list-2 li:last-child {
    padding-bottom: 0px;
}

.contacts-list li:last-child {
    padding-bottom: 0px;
}


.donate-text-contacts-2 ul {
    text-align: right;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.contacts-list-2 li img {
    width: 30px;
    margin-right: 8px;
}

/* how hide contact details */
.sewak-text {
    padding-left: 24px;
}

.sewak-text h4 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
}

.sewak-text h3 {
    font-size: 35px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #e03336;
}

.donate-text-t {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.red-bg {
    background-color: #bb181b;
    height: 200px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.red-bg img {
    width: 102px;
    padding: 21px;
    border: 1px solid #e03336;
    border-radius: 5px;
}

.qr-box {
    border: 1px solid #f1f1f1;
    box-shadow: 0px 15px 23px -25px rgb(109 102 143 / 20%);
}

.qr-box img {
    width: 100%;
}

.qr-code {
    width: 100%;
    padding: 24px 85px;
}

.qr-code img {
    border: 1px solid #f1f1f1;
    padding: 18px;
    border-radius: 7px;
}

.marchant-details {
    padding: 0px 24px 24px 24px;
    text-align: center;
}

.marchant-details p {
    margin-bottom: 0px;
    line-height: 24px;
}

.marchant-details span {
    display: block;
}

.donate-text-t span {
    display: block;
}

.bank-details-box {
    border: 1px solid #f1f1f1;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0px 15px 23px -25px rgb(109 102 143 / 20%);
}

.bank-details-box p {
    margin-bottom: 3px;
}

.bank-details-box h2 {
    font-size: 25px;
    padding-bottom: 15px;
    color: #bb181b;
    margin-bottom: 0px;
    border-bottom: 1px solid #f1f1f1;
}

.bank-details-box h5 {
    font-size: 18px;
    padding-top: 15px;
    line-height: 24px;
}

.donate-text-t.sweak-text {
    display: flex;
    align-items: center;
}




/* donate Template Section CSS */


/* ------Marquee Start----- */

.sewak-marquee {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
}

.recruitment-news {
    color: #ffffff;
    font-weight: 600;
    background-color: #bb181b;
    padding: 13px 0;
    font-size: 16px;
    float: left;
    width: 161px;
    position: relative;
    text-align: center;
}

.recruitment-news a {
    color: #fff;
}

/* .recruitment-news:after {
    content: '';
    position: absolute;
    background-image: url(../images/news-shape.svg);
    left: 100%;
    top: 0;
    height: 100%;
    width: 25px;
    background-repeat: no-repeat;
} */

.scrolling-text-cont {
    width: 100%;
    float: left;
    padding: 13px 12px 13px 0;
    position: relative;
    overflow: hidden;
}

.scrolling-text-cont ul {
    list-style: none;
    display: flex;
    white-space: nowrap;
    padding: 0px 47px 0 10px;
    overflow: hidden;
}

.scrolling-text-cont li {
    display: inline-flex;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.scrolling-text-cont li {
    padding-right: 15px;
    margin-right: 15px;
}

.scrolling-text-cont li:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #dbdede;
    position: absolute;
    right: 0px;
    top: 0;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee {
    display: inline-block;
    width: 100%;
    animation: marquee 20s linear infinite;
}
 
/* .marquee {
    overflow: hidden;
    width: 100%;
} */

.marquee-container .mark, mark {
    background-color: #fff;
}

.marquee-container mark a {
    color: #323232;
}

.marquee-container mark a span {
    color: #bb181b;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

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

/* ------Marquee End----- */



/* Responsive of home page start */


@media (min-width:1200px) and (max-width:1400px) {

    .join-us-section .section-mainheading,
    .million-hearts .section-mainheading,
    .krp-caption h2 {
        width: 60%;
        margin: auto;
    }


}

@media (min-width:991px) and (max-width:1200px) {
    .executive-address {
        width: 90%;
    }

    .left-executiveBoard {
/*         display: flex; */
/*         align-items: center; */
    }
}

@media (max-width:1800px) {
    .join-sewak-women {
        left: 128px;
    }
}

/* @media (max-width:1538px) {
    .contact-heading h2 {
       width: 49%;
       width: 60%;
    }  
} */
/* @media (min-width:1600px) {
    .banner-button {
        bottom: 70px; 
    }
} */

@media (max-width:1599px) {
    /* .banner-button {
        padding-top: 55px;
        bottom: 75px;
    } */

    /* .contact-heading h2 {
        width: 60%;
     }   */
}

@media (max-width:1400px) {
    .image-box-about {
        width: 60%;
    }


    .banner-sub-caption {
        width: 100%;
    }

    .districs-list li {
        width: 140px;
        text-align: left;
    }

    .about-sewak-person::before {
        left: 32%;
    }

    .join-sewak-women {
        left: 80px;
        bottom: -25px;
    }

    .timeline-item h2 {
        font-size: 40px;
    }

    .districs-list {
        display: flex;
        flex-wrap: wrap;
        width: 65%;
        justify-content: space-around;
    }

    .contact-heading h2 {
        width: 60%;
    }

    .mission-part,
    .vission-part,
    .value-part {
        min-height: 333px;
    }

    .mission-about {
        min-height: 192px;
    }

    .header {
        padding: 18px 30px;
    }

    .main-menu-wrapper .container {
        max-width: 1200px;
    }

    .case-studies-content {
        margin-right: 0;
    }



    .upcoming-event-details {
        display: flex;
        /* justify-content: center; */
        flex-direction: column;
        height: 100%;
        align-items: center;
    }

    .upcoming-date {
        display: flex;
        align-items: center;
    }

    .upcoming-left-section {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-bottom: 1px solid #ececec;
        width: 100%;
    }

    .upcoming-date span {
        margin-left: 12px;
    }

    .upcoming-right-section {
        /* margin-left: 55px; */
        margin-top: 16px;
        margin-left: 0px !important;
    }

    .upcoming-right-section:after {
        display: none;
    }

    .nrm-and-climate-change .mission-about {
        min-height: 160px;
    }

    .previous-projects .mission-about {
        min-height: 185px;
    }


}


@media (max-width:1200px) {
	
	.left-executiveBoard::before {
		height: 320px;
        width: 168px;
	}
	
	.board-container .row {
		display: flex;
        flex-direction: column;
	}
	
	.executive-photo {
    width: 160px;
    } 
	
    .contacts-list {
        display: none;
    }

    .contacts-list-2 {
        display: block;
    }

    .red-bg {
        display: none;
    }

    .qr-box {
        margin-top: 24px;
    }

    .contacts-list-2 li:last-child {
        padding-bottom: 20px;
    }

    .contacts-list li:last-child {
        padding-bottom: 20px;
    }


    .qr-code {
        width: 498px;
        margin: 0 auto;
    }

    .donate-box {
        padding-top: 50px;
    }

    .sewak-text {
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .donate-text {
        justify-content: center;
        flex-direction: column;
    }

    .image-box-about {
        width: 70%;
        min-height: 73px;
    }

    .gallery-image-text {
        font-size: 17px;
    }

    .image-box-about:after {
        border-top: 73px solid #bb181b;
    }

    .show-outreach-info {
        display: block;
    }

    .outreach-info {
        display: none;
    }

    .timeline-outreach {
        padding-top: 30px;
    }

    .about-sewak-person {
        display: flex;
        justify-content: center;
    }

    .about-sewak-right {
        margin-top: 70px;
    }

    .about-sewak-person::before {
        left: 40%;
    }

    .join-us-section .section-mainheading,
    .million-hearts .section-mainheading,
    .krp-caption h2 {
        width: 71%;
        margin: auto;
    }


    .bottom-bg {
        background-position: bottom;
    }

    .contact-info {
        margin-top: 25px;
    }

    .join-sewak-heading h1 {
        font-size: 126px;
    }

    .join-sewak-women {
        left: 10px;
        bottom: 0;
    }

    .f-partner-section .row .col-6:nth-child(4) .key-partner {
        border-right: 1px solid #dbdbdb;

    }

    .f-partner-section .row .col-6:nth-child(8) .key-partner {
        border-right: 1px solid #dbdbdb;
    }

    .f-partner-section .row .col-6:nth-child(5) .key-partner,
    .f-partner-section .row .col-6:nth-child(6) .key-partner {
        border-top: 0;
    }

    .f-partner-section .row .col-6:nth-child(6) .key-partner {
        border-right: 0;
    }

    /* .f-partner-section .row .col-6:nth-child(8) .key-partner {
        border-top: 1px solid #dbdbdb;
    } */



    .timeline-item h2 {
        font-size: 35px;
    }

    .main-navigation,
    .header-right-section,
    .logo-hidden {
        display: none;
    }

    .header-right-section-hidden {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }

    .header {
        padding: 15px 20px;
    }

    .header-donate-now {
        padding: 12px 12px;
    }

    .districs-list {
        width: 80%;
    }

    /* .contactus-background .row .col-md-6:last-child .office-address::before {
        content: none;
    } */
    /* .contactus-background .row .col-md-12:nth-child(1) .office-address,
    .contactus-background .row .col-md-12:nth-child(2) .office-address,
    .contactus-background .row .col-md-12:nth-child(3) .office-address{
        border-bottom : 0;
    } */

    .contactus-background .row .col-md-12:nth-child(3) .office-address {
        content: none;
    }


    .contact-us {
        padding: 0 25px;
    }

    .contact-heading h2 {
        width: 70%;
    }

    .mission-about {
        min-height: 243px;
    }

    .full-address {
        line-height: 22px;
    }

    .districs-list {
        margin-top: 40px;
        padding-top: 20px;
    }

    .polygon {
        display: none;
    }

    .home-btn {
        display: flex;
        justify-content: center;
        padding-top: 12px;
    }

    .case-studies-content {
        text-align: center;
        margin-right: 0px;
    }

    .case-swiper .owl-stage-outer {
        display: block;
        padding: 23px 0;
    }

    .slides-image .owl-nav {
        left: 0;
    }

    .case-studies {
        display: block;
    }


    .upcoming-event-responive {
        flex-direction: column-reverse;
    }

    .upcoming-date h5 {
        font-size: 45px !important;
        margin-right: 12px !important;
        margin-top: 10px !important;
    }

    .health-and-nutrition .mission-about {
        min-height: 215px;
    }

    .nrm-and-climate-change .mission-about {
        min-height: 155px;
    }

    .previous-projects .mission-about {
        min-height: 210px;
    }


}

@media (max-width:1110px) {
    .header-caption h1 {
        font-size: 56px;
    }
}

@media (max-width:991px) {
	.about-sewak .section-subheading {
		 margin-top: 40px;
	}
	.about-sewak .section-subheading, .about-sewak .section-mainheading  {
		text-align: center;
	}
	
	.abpot-sewak-section .about-heading-updated {
    	width: 100% !important;
	}

    .join-us-section .section-mainheading,
    .million-hearts .section-mainheading,
    .krp-caption h2 {
        width: 100%;
        margin: auto;
    }

    /* .million-hearts .section-mainheading {
        width: 60%;
        margin: auto;
    } */
    .join-us-content {
        flex-direction: column-reverse;
    }

    .join-us-thumb {
        margin-top: 70px;
    }

    /* .staticstic-container::after,
    .staticstic-container::before,  
    .staticstic-container .middle-point { 
        display: none; 
    } 
    
    .join-us-section .section-mainheading {
        width: 100%;
        margin: auto;
    } 

    .staticstic-container {
        margin-top: 70px;
    }

    .staticstic-container {
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;   
    align-items: center;
    margin: 0 auto;
    }

    .join-us-statistics {
    padding: 40px 10px;
    width: 100%;
    text-align: center;
    border: 1px solid rgb(212,233,243);
    box-shadow: -1px -1px 4px #00000017;
    margin: 10px!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    min-height: 265px;
    }

    .staticstic-container .static-col {
        padding: 0;
    } */

    .banner-img,
    .banner-section {
        height: calc(100vh - 178px);
    }

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

    .name-mark a {
        width: 100%;
    }

    .widget-Content {
        margin-top: 0;
    }

    .widget-title {
        margin-top: 35px;
    }

    .join-sewak-heading {
        text-align: center;
        margin-bottom: 40px;
    }

    .join-sewak-women {
        display: none;
    }

    .join-sewak-form-container {
        padding: 0 10px;
    }


    .f-partner-section .row .col-6:nth-child(5) .key-partner,
    .f-partner-section .row .col-6:nth-child(6) .key-partner {
        border-top: 0;
    }

    .f-partner-section .row .col-6:nth-child(4) .key-partner,
    .f-partner-section .row .col-6:nth-child(8) .key-partner {
        border-right: 0;
    }


    .f-partner-section .row .col-6:nth-child(9) .key-partner,
    .f-partner-section .row .col-6:nth-child(3) .key-partner,
    .f-partner-section .row .col-6:nth-child(6) .key-partner {
        border-right: 1px solid #dbdbdb;
    }

    .f-partner-section .row .col-6:nth-child(1) .key-partner {
        border-bottom: 0;
    }

    .outreach-heading h1 {
        min-height: 350px;
    }

    /* .banner-button:before {
        left: 205px;
        top: -12px;
    } */

    .banner-button {
        padding-top: 30px;
    }

    .banner-sub-caption {
        font-size: 26px;
        line-height: 34px;
        margin-top: 10px;
    }

    .header-caption h1 {
        font-size: 46px;
        line-height: 46px;
    }


    .top-circle,
    .top-triangle,
    .bottom-triangle,
    .bottom-circle,
    .header-caption h1::after,
    .banner-button:before {
        display: none;
    }


    .header-caption h1 {
        padding-bottom: 0;
    }

    .timeline-item h2 {
        font-size: 26px;
    }

    .districs-list {
        width: 100%;
    }

    .form-container {
        margin-bottom: 20px;
    }

    section {
        padding: 40px 0;
    }

    .contact-heading h2 {
        width: 95%;
    }

    .pagination {
        margin-bottom: 10px;
    }

    .contact-us-content {
        width: 100%;
    }

    .event-caption-s {
        padding: 12px !important;
    }

    .contactus-background .row .col-md-12:nth-child(1) .office-address::before,
    .contactus-background .row .col-md-12:nth-child(2) .office-address::before,
    .contactus-background .row .col-md-12:nth-child(3) .office-address::before {
        content: none;
    }

    .office-address {
        border-bottom: 1px solid #ffcdcb;
    }

    .contact-us .col-md-12:last-child .office-address {
        border-bottom: 0;
    }


    .media-coverage .media-img {
        margin-bottom: 20px;
    }

    .sidebar-menu-content:first-child {
        margin-top: 45px;
    }

    .value-part {
        margin-bottom: 25px;
    }

    .events-image {
        margin-bottom: 15px;
    }

    .left-executiveBoard::before,
    .right-executiveBoard::before,
    .polygon {
        display: none;
    }

    /* .polygon {
        display: none;
    } */


    .image-subtittle h2 {
        min-height: 100px;
    }

    .case-studies-content {
        text-align: center;
        margin-right: 0px;
    }

    .case-swiper .owl-stage-outer {
        display: block;
        padding: 23px 0;
    }

    .slides-image .owl-nav {
        left: 0;
    }

    .home-btn {
        display: flex;
        justify-content: center;
    }

    .executive-image {
        border: 0;
    }

    .image-subtittle h2 {
        min-height: 60px;
    }

    .wide-div {
        padding-left: 0;
    }

    .map-svg-section {
        margin: 0;
        margin-bottom: 20px;
    }

    .outreach-info {
        padding: 15px 15px;
    }

    .color-box {
        width: 15px;
        height: 15px;
    }

    .outreach-info li {
        font-size: 12px;
    }

    .inner-page-content table tr:first-child {
        display: none;
    }

    .inner-page-content table,
    .inner-page-content table tbody,
    .inner-page-content table tr,
    .inner-page-content table td {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    .inner-page-content table tr:last-child {
        margin-bottom: 0;
    }

    .inner-page-content table tr {
        margin-bottom: 15px;
    }

    .status-table {
        padding: 10px;
        background: #e4f2fe;
    }

    .inner-page-content table td {
        text-align: right;
        padding-left: 15px;
        text-align: left;
        position: relative;
        padding-top: 35px;
        word-wrap: break-word;
    }

    .inner-page-content table td tr:last-child {
        border-bottom: 1px solid #ddd;
    }

    .inner-page-content table td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 100%;
        padding-left: 15px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        top: 10px;
    }

    .inner-page-content table {
        padding: 10px !important;
    }

}


@media (max-width:767px) {
    .donate-box {
        padding: 50px 20px 50px 20px;
    }


    .qr-code {
        width: 100%;

    }

    .next-link .bt-title-nav,
    .previous-link .bt-title-nav {
        line-height: 1.4 !important;
        font-size: 14px;
    }

    .inner-page-content .gallery {
        display: block !important;
    }

    .inner-page-content .gallery-item {
        width: 100% !important;
    }

    .our-outreach-left img {
        width: 50%;
    }

    .outreach-info {
        bottom: 13px;
    }

    .districs-list::before {
        display: none;
    }

    .districs-list {
        margin-top: 0px;
    }

    .main-line {
        width: 80%;
    }

    .HR-image {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .timeline-items {
        border: none;
        border-left: 2px solid #000000;
        padding-top: 0;
        padding-left: 50px;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 40px;

    }

    .timeline-item::before {
        left: -42px;
        top: 50%;
        content: "";
        height: 2px;
        width: 30px;
        border-top: 1px solid #0c0c0c;
        transform: translatey(-50%);
    }

    .timeline-item h2::after {
        left: -50px;
        top: 28px;
    }

    .timeline-item ::after {
        left: -50px;
        top: 22px;
    }

    .timeline-item h4 {
        margin: 0;
    }

    .timeline-item h2 {
        font-size: 30px;
    }

    .timeline-item {
        text-align: left;
    }


    .total-timeline {
        padding: 30px;
        border: 2px solid #eff5f3;
        margin-top: 25px;
    }

    .timeline-outreach {
        background: none;
    }

    .Copyright-text p {
        line-height: 20px;
    }

    .sub-footer {
        flex-direction: column;
        text-align: center;
    }

    .footer-quick-links {
        width: 100%;
        margin-top: 20px;
    }

    .join-sewak-bg .container {
        padding-bottom: 150px;
    }

    .header-caption h1 {
        font-size: 39px;
        text-align: center;
    }

    .banner-sub-caption {
        font-size: 20px;
        width: 100%;
        margin-top: 0px;
        line-height: 26px;
        text-align: center;
    }
    .banner-button{
        display: none;
    }

    .banner-img, .banner-section {
        height: 435px;
    }

    .banner-caption {
        margin-top: 53px;
    }

    /* .banner-caption {
        margin-top: 75px;
    } */
    .caption-outreach {
        width: 100%;
    }

    .header-right-section-hidden .sewak-logo img {
        width: 140px;
    }

    .contactus-background .row .col-sm-12:nth-child(1) .office-address::before {
        content: none;
    }

    .contactus-office-content p,
    .contactus-office-content a {
        font-size: 16px;
    }

    .contact-us {
        padding: 0 30px;
    }

    .mission-part {
        margin-bottom: 25px;
    }

    .executive-image {
        border: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .executive-photo {
        width: 140px;
    }

    .executive-name-desig {
        text-align: center;
    }

    .leader {
        display: block;
    }

    .about-leader {
        margin-left: 0;
        margin-top: 25px;
    }

    .horizontal-outreach-info {
        padding: 20px 20px 10px;
    }

    .mission-about {
        min-height: 0;
    }

    .health-and-nutrition .mission-about,
    .previous-projects .mission-about {
        min-height: 0;
    }
	
	.recruitment-news {
        width: 100%;
    }

    .sewak-marquee {
        display: grid;
    }

    .scrolling-text-cont {
        padding: 13px 12px 13px 13px;
    }
}

@media (max-width: 767px) and (min-width:576px) {
    .partner-logo img {
        width: 130px;
    }
}

@media (max-width:600px) {
    .join-sewak-bg .container {
        padding-bottom: 120px;
    }

    .header-caption h1 {
        font-size: 36px;
    }

    .banner-sub-caption {
        font-size: 16px;
    }

    .banner-caption {
        padding: 0px 58px;
    }

    /* .banner-button {
        left: 75px;
    } */

    .contact-heading h2 {
        font-size: 30px;
    }

    .contact-heading h4 {
        font-size: 18px;
    }

    .hidden-sidemenu {
        width: 80%;
    }

    .banner-caption {
        padding: 0px 23px;
    }
}


@media (max-width:575px) {
    .years-experience {
        width: 80%;
    }

    .f-partner-section .row .col-6:nth-child(2) .key-partner {
        border-right: 1px solid #dbdbdb;
        border-bottom: 0;
    }

    .f-partner-section .row .col-6:nth-child(4) .key-partner,
    .f-partner-section .row .col-6:nth-child(8) .key-partner {
        border-right: 1px solid #dbdbdb;
    }


    .f-partner-section .row .col-6:nth-child(3) .key-partner,
    .f-partner-section .row .col-6:nth-child(9) .key-partner {
        border-right: 0;
    }

    .f-partner-section .row .col-6:nth-child(4) .key-partner {
        border-top: 1px solid #dbdbdb;
    }

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

    /* .header-right-section-hidden {
        justify-content: center;
        margin-top: 25px;
    } */

    .detailOf-executive-right {
        padding-left: 40px;
    }

    .detailOf-executive {
        padding-right: 40px;
    }

    /* 
    .wide-div {
        padding: 20px;
    } */
    .horizontal-outreach-info {
        padding: 20px 0 10px;
    }

    .next-link .bt-title-nav,
    .previous-link .bt-title-nav {
        font-size: 12px;
    }
}

@media (max-width:520px) {
    .f-partner-section {
        padding: 30px 10px;
        /* margin: 30px 0; */
    }

    .caption-outreach {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .site-heading .heading {
        display: block;
        text-align: center;
    }

    .section-subheading,
    .about-sewak .section-subheading,
    .site-heading .heading,
    .sub-krp-caption {
        font-size: 20px;
    }

    .section-mainheading,
    .caption-outreach,
    .krp-caption h2,
    .success-stories .section-mainheading {
        font-size: 28px;
    }

    .about-sewak-heading .section-mainheading span {
        font-size: 24px;
    }

    .abpot-sewak-section .section-heading {
        margin-bottom: 30px;
    }

    .outreach-heading h1 {
        font-size: 52px;
        line-height: 62px;
        min-height: 145px;
    }

    section {
        padding: 45px 0;
    }

    /* .focus-area-swiper {
        min-height: 465px;
    } */


    .f-partner-section .row .col-6:nth-child(2) .key-partner {
        border-right: 1px solid #dbdbdb;
        border-bottom: 0;
    }


    .f-partner-section .row .col-6:nth-child(4) .key-partner,
    .f-partner-section .row .col-6:nth-child(8) .key-partner {
        border-right: 1px solid #dbdbdb;
    }

    .f-partner-section .row .col-6:nth-child(1) .key-partner,
    .f-partner-section .row .col-6:nth-child(4) .key-partner {
        border-bottom: 0;
    }

    .f-partner-section .row .col-6:nth-child(3) .key-partner,
    .f-partner-section .row .col-6:nth-child(9) .key-partner {
        border-right: 0;
    }

    .f-partner-section .row .col-6:nth-child(4) .key-partner {
        border-bottom: 1px solid #dbdbdb;
    }

    .timeline-item h2::after {
        top: 30px;
    }

    .timeline-item ::after {
        top: 24px;
    }

    .join-sewak-heading h1 {
        font-size: 80px;
        line-height: 65px;
    }

    .join-sewak-heading h6 {
        font-size: 30px;
    }

    .header-donate-now {
        padding: 7px 10px;
        font-size: 14px;
    }

    .contactus-office-content p,
    .contactus-office-content a {
        font-size: 15px;
    }

    .section-success-stories {
        padding: 45px 0;
    }

    .banner-caption {
        padding: 0px 15px;
    }

}

@media (max-width:500px) {
    .years-experience {
        width: 90%;
    }

    .experience-text {
        font-size: 21px;
    }

    .video-box .swiper-button-prev {
        left: -1px;
    }

    .video-box .swiper-button-next {
        right: -1px;
    }

    .our-focus-box .button-prev {
        left: -1px;
    }

    .our-focus-box .button-next {
        right: -1px;
    }

    /* .banner-button {
        bottom: 52px;
    } */

    .outreach-heading h1 {
        font-size: 52px;
        line-height: 62px;
        /* min-height: 204px; */
        min-height: 160px;
    }

    /* .donate-btn-txt {
        display: none;
    } */

    /* .office-address {
        padding-bottom: 0;
    } */

    .contact-us {
        padding: 0;
    }

    .contactus-background .row .col-12:last-child .office-address {
        padding-bottom: 36px;
    }

    .about-media {
        display: block;
    }

    .published-name {
        margin-top: 7px;
        margin-left: 3px;
    }

    .published-name:before {
        display: none;
    }

    .volunteer-heading {
        font-size: 20px;
    }

    .section-heading-internal-page {
        font-size: 40px;
        margin-bottom: 13px;
    }

    .contact-us-content {
        padding: 20px;
    }

    .image-subtittle h2 {
        min-height: 70px;
    }

    .slides-image .owl-nav {
        /* left: 80%;
        transform: translateX(-50%); */
        left: 87%;
        transform: translateX(-50%);
    }

    .main-line {
        width: 100%;
    }

    .districs-list li {
        width: 40%;
    }


    .horizontal-outreach-info li {
        padding: 5px 7px;
    }
}

@media (max-width:480px) {
    .inner-page-content h1 {
        font-size: 33px !important;
        line-height: 40px !important;
    }

    .partner-logo img {
        width: 125px;
    }

    .header-caption h1 {
        font-size: 33px;
    }

    .banner-sub-caption {
        font-size: 17px;
        line-height: 24px;
    }

    .call-us-icon {
        margin-right: 10px;
    }

    .districs-list li {
        width: 117px;
    }

    .main-line {
        width: 100%;
    }

    .join-sewak-form h2 {
        font-size: 23px;
    }

    .case-swiper {
        padding: 15px 15px 50px 7px;
    }

    .timeline-outreach {
        padding-top: 20px;
    }

    .outreach-background .owl-nav {
        display: none;
    }

    .outreach-background {
        padding-bottom: 0;
    }

    .years-experience {
        width: 76%;
    }

    .experience-container {
        left: 15%;
    }

    .about-sewak-person::before {
        left: 85px;
    }

    .static-num {
        font-size: 35px;
    }

    .contactus-office-content p,
    .contactus-office-content a {
        font-size: 16px;
    }

    .donate-btn-txt {
        font-size: 12px;
    }

    .hidden-sidemenu {
        width: 90%;
    }

    .hidden-sidemenu .call-us-icon {
        height: 32px;
        width: 32px;
    }

    .hidden-sidemenu .header-phone h5 {
        font-size: 13px;
    }

    .header-phone span {
        font-size: 12px;
    }

    .call-us-icon img {
        max-width: 21px;
    }

    .detailOf-executive {
        padding-right: 0;
        border-right: 0;
    }

    .detailOf-executive-right {
        padding-left: 0;
    }

    .board-insideContainer {
        display: block;
        margin-bottom: 0 !important;
    }

    .detailOf-executive p,
    .detailOf-executive-right p {
        margin-bottom: 7px;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 7px;
    }

    .detailOf-executive span,
    .detailOf-executive-right span {
        display: block;
        width: 100%;
    }

    .leader img {
        width: 270px;
    }

    .impact-list .outreach-point {
        margin-right: 20px;
        margin-bottom: 30px;
    }

    .out-reach-i {
        height: 150px;
        width: 153px;
    }

    .out-reach-items {
        width: 116px;
    }

    .out-reach-items h2 {
        font-size: 22px;
    }

    .out-reach-items h4 {
        font-size: 13px;
    }

}

@media (max-width:420px) {
    .main-line {
        width: 90%;
    }
}

@media (max-width:400px) {
    .banner-caption {
        margin-top: 20px;
    }
}

@media (max-width:380px) {
    .out-reach-i {
        height: 137px;
        width: 137px;
    }

    .out-reach-items {
        width: 100px;
    }
}

@media (max-width:360px) {

    .years-experience {
        width: 83%;
    }

    .header-phone span {
        font-size: 12px;
    }

    .image-subtittle h2 {
        min-height: 90px;
    }

    .main-line {
        width: 100%;
    }


    /* .focus-area-swiper {
        min-height: 415px;
    } */

    /* .contactus-office-content p,
    .contactus-office-content a {
        font-size: 16px;
    } */
}

@media (max-width:320px) {
    .partner-logo img {
        width: 110px;
    }
}

/* Responsive of home page end */

.header-phone a {
	color: #000;
}

.email-sub a {
	color: #fff;
}

.call-sub a {
	color: #fff;
}


.inner-page-content .sub-menu li a::before {
    width: 9px;
    height: 2px;
    content: '';
    position: absolute;
    left: 12px;
    top: 22px;
    background-color: #bb181b;
	display:none;
}

.wpcf7-not-valid-tip:nth-child(1) {
	z-index: 99
}
.wpcf7-not-valid-tip:nth-child(2) {
	z-index: 9
}
.new-captcha {
	position: relative;
}
#image-captcha-cf7 {
    position: absolute;
    right: 2px;
    bottom: 5px;
    width: 165px !important;
}
#reload_captcha {
    position: absolute;
    top: 0;
    right: -4px;
    height: 38px !important;
    width: 38px !important;
    border: none !important;
}
.wpcf7-captchacf7.cf7_text_captcha {
	border: none;
    outline: none;
    box-shadow: none;
    background: #fff4f4;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 15px !important;
}
.new-captcha p {
	margin-bottom: 0;
}
.new-captcha p br {
	display: none
}
