body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
ul,
ol {
    list-style-type: none;
}
* {
    margin: 0;
    padding: 0;
}
a {
    color: #0066CC;
    text-decoration: none;
    outline: none;
}
img {
    border: 0 none;
    max-width: 100%;
}
.oi-right {
    width: 300px;
    float: right;
}
.oi-left {
    width: 650px;
    float: left;
}
.margin-bottom {
    margin-bottom: 15px !important;
}
.clearfix {
    display: block;
}
.oi-wrapper {
    max-width: 1000px;
    margin: auto;
    background: #fff;
}
#wrapper {
    padding: 0 10px;
}
.ngo-db-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #000;
}
.ngo-db-desc {
    color: #000;
    font-size: 16px;
    padding-bottom: 20px;
}
.ngo-db-desc {
    border: 1px solid #ff7304;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.ngo-db-desc > * {
    vertical-align: middle;
}
.ngo-db-desc .ngo-thumb-lt {
    float: left;
    width: 150px;
    margin-top: 12px;
}
.ngo-thumb-lt img {
    width: 100%;
    display: block;
}
.ngo-db-desc .ngo-desc-rt {
    margin-left: 170px;
    font-size: 16px;
    color: #000;
    padding: 5px 0px;
}
.ngo-state-head {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0px;
    text-transform: uppercase;
}
.ngo-state-btn-list {
    padding: 5px 0px;
}

.ngo-state-btn-list ul {

    display: flex;

    justify-content: normal;
    flex-wrap: wrap;

}
.ngo-state-btn-list ul li {
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 8px;
    width: 31.7%;
    border: 1px solid #dbdada;
    background: #f5f5f5;
    border-radius: 5px;
}
.ngo-state-btn-list ul li:nth-child(3n) {
    margin-right: 0px;
}
.ngo-state-btn-list ul li a {
    color: #000;
    padding: 10px 25px;
    text-align: center;
    line-height: 24px;
    display: block;
    border-radius: 5px;
  
}
.ngo-state-btn-list ul li a:hover {
    color: #fff !important;
    background: #e85023;
}
.ngo-statewise-container {
    background: #f6f3f3;
    padding: 5px 15px;
    border: 1px solid #ccc;
}
.dropdown-box {
    position: relative;
}
.state-search-selval {
    background: #fff;
    border: 1px solid #c9c9c9;
    padding: 10px;
    position: relative;
    font-size: 14px;
    color: #676767;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    border-radius: 4px;
    margin: 5px 0px 5px 0px;
}
.selstate-text {
    font-size: 14px;
    color: #676767;
}
.state-search-selval i {
    position: absolute;
    right: 8px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    width: 14px;
    height: 14px;
    background: url(../images/selval-arrow.svg) no-repeat 0 0;
    left: inherit;
}
.dropdown-box.active .state-search-selval i {
    transform: rotate(180deg);
}
.dropdown-box.active .dropdown-list {
    max-height: 237px;
}
.dropdown-list li {
    padding: 1px;
}
.dropdown-list li {
    display: block;
    text-decoration: none;
    padding: 8px 3%;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
    color: #333;
    font-size: 14px;
    text-align: left;
}
.dropdown-list li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #434444;
    font-weight: normal;
    padding: 5px;
    background: #fff;
}
.dropdown-list {
    overflow-y: auto;
    position: absolute;
    top: 95%;
    left: 0px;
    right: 0;
    background: #fff;
    list-style: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    max-height: 0;
    z-index: 1000 !important;
    overflow-x: hidden;
    box-sizing: border-box;
}
.dropdown-list {
    overflow-y: auto;
    width: 100%;
    position: absolute;
    top: 102%;
    left: -1px;
    right: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    max-height: 0;
    z-index: 1000 !important;
    overflow-x: hidden;
}
.ngo-select-box .ngo-selbox {
    display: inline-block;
    width: 48%;
    margin-right: 20px;
}
.ngo-select-box .ngo-selbox:last-child {
    margin-right: 0px;
}
.ngo-desc-rt {
    padding: 7px 0px;
    color: #000;
    font-size: 17px;
    line-height: 27px;
}
.ngo-found-block {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    cursor: pointer;
}
.foundation-title {
    background: #f0f0f2;
    text-align: center;
    padding: 5px;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
.found-desc {
    padding: 5px 10px;
}
.found-lt {
    width: 150px;
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.dtls-rt {
    font-size: 14px;
    font-weight: normal;
    margin-left: 150px;
}
.found-desc * {
    padding-bottom: 5px;
}
/* popup */
.popup-overlay {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    position: fixed;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
    transition: z-index 500ms, visibility 800ms, opacity 500ms;
}
.ngo-popup-wrapper {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    top: 60px;
}
.ngo-popup-container {
    background: #fff;
}
.ngo-popup-head {
    background: #e85023;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px 0px;
}
.reg-detail-table .reg-right-details {
    font-weight: normal !important;
    color: #000;
    font-size: 14px;
}
.ngo-title-center {
    background: #f0f0f2;
    color: #1f1f1f;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 0px;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.reg-detail-table {
    padding: 10px;
}
table.table1 {
    border: none !important;
    width: 100%;
}
table.table1 th,
td {
    text-align: left !important;
    color: #000;
    font-size: 14px;
}
table.table1 th,
td:nth-child(1n) {
    font-weight: bold !important;
    width: 300px !important;
    padding-right: 30px !important;
}
table.table1 th,
td:nth-child(2n) {
    font-weight: normal !important;
    width: auto !important;
    padding-right: 0px !important;
}
.members-list-block {
    padding: 10px;
}
.members-list-block ul li {
    width: 32%;
    float: left;
    margin-right: 10px;
    padding: 10px 0px;
}
.members-list-block ul li:last-child {
    margin-right: 0px;
}
.members-list-block ul li .mem-name {
    padding: 10px 15px;
    text-align: center;
   /* text-transform: uppercase;*/
    font-weight: bold;
    color: #000;
    border: 1px solid #000;
    display: block;
    text-align: center;
    font-size: 16px;
}
.mem-name span {
    display: block;
    text-align: center;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
}
.funds-table {
    padding: 10px;
}
table.table2 {
    border: none !important;
    width: 100%;
    border-collapse: collapse;
}
table.table2 th,
td {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    vertical-align: top;
}
table.table2 td {
    font-weight: normal !important;
  /*  width: 0px !important;*/
    text-align: center !important;
    padding-right: 0px !important;
}
.pop-close-btn {
    position: absolute;
    top: -9px;
    right: -9px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    z-index: 1000000000;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    font-family: arial;
}
.pop-close-btn a {
    color: #fff;
}
.visible {
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1050;
}
.reg-left-details {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
/* Popup-Ends */
.ngo-pagination {
    text-align: center;
}
.pagination a {
    color: black;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}
.pagination a.active {
    background-color: #e85023;
    border-radius: 50%;
    color: white;
}
.pagination a:hover:not(.active) {
    background-color: #ddd;
}



/***Ajax overloading***/
#overlay{	
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
 }
 .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
 }
 .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
 }
 @keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
 } 


 .ngos-more-details {font-size: 14px;color: #ff7304;padding: 5px;text-align: right;}
.ngos-more-details a {color: #ff7304;}