/*****Global*****/

@font-face {
    font-family: "Asap";
    src: url("../fonts/Asap-Regular.otf") format("otf"),
        url("../fonts/Asap-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MetaBold";
    src: url("../fonts/MetaBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-family: "Asap";
    color: #6d6d6d;
}

.praja-bg {
    /* background: url('../images/praja-bg.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.55);
    background-blend-mode: overlay;
}

.header-grey {
    background-color: #d3d3d3;
}

.bg-grey1 {
    background-color: #b2b2b2;
}

.bg-grey2 {
    background-color: #a7a7a7;
}

.bg-grey3 {
    background-color: #d8d8d8;
}

.bg-grey4 {
    background-color: #cacaca;
}

.bg-grey5 {
    background-color: #b7b7b7;
}

.bg-grey6 {
    background-color: #f3f3f3;
}

.bg-grey7 {
    background-color: #eeeeee;
}

.bg-grey8 {
    background-color: #e4e4e4;
}

.text-light-blue {
    color: #78ace0;
}

.font14 {
    font-size: 14px;
}

.common-error {
    color: red;
    font-size: 13px;
    padding-top: 5px;
}

.bg-dblue {
    background-color: #356ab2;
}

.bg-green {
    background-color: #1ab373;
}

.font-green {
    color: #1ab373 !important;
}

.font-grey {
    color: #6d6d6d;
}

.border-green {
    border-color: #1ab373;
}

.text-blue {
    color: #175da3 !important;
}

.bg-white {
    background-color: rgb(255, 255, 255);
}

.img-bottom {
    height: 14px;
}

.overflow-y {
    overflow-y: scroll;
}

.modal-align {
    margin-top: 10%;
}

.font12 {
    font-size: 12px;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

/*****End of global**/

/****Header*****/

.donate-button {
    background-color: #aa3731;
    color: #fff !important;
    padding: 10px 35px !important;
}

#header .nav-link {
    padding-left: 0rem;
    padding-right: 2.6rem;
    font-size: 14px;
}

.absolute-top-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    text-align: right;
    background-color: #fff;
    padding-right: 6rem;
}

.absolute-top-header .nav-link {
    color: #646464;
}

.logo {
    z-index: 99;
    width: 50%;
}

.navbar-nav.top-padding {
    padding-top: 40px;
}

.navbar-nav.top-padding .nav-link {
    color: #383838;
    font-weight: 600;
}

#header .navbar {
    padding-left: 6rem;
    padding-right: 6rem;
}

.social-icons {
    padding-left: 60px;
}

#navlist {
    position: relative;
    right: 48px;
}

#navlist li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: -12px;
}

#navlist li,
#navlist a {
    height: 20px;
    display: block;
}

#fb {
    left: 0px;
    width: 22px;
    background: url("../images/social-icon-small.png") 0 0;
}

#twitter {
    left: 30px;
    width: 22px;
    background: url("../images/social-icon-small.png") -29px 0;
}

#youtube {
    left: 64px;
    width: 22px;
    background: url("../images/social-icon-small.png") -60px 0;
}
#linkedIn {
    left: 95px;
    width: 22px;
    background: url("../../images/LinkedIn.svg");
    background-repeat: no-repeat;
}
#instagram {
    left: 130px;
    width: 22px;
    background: url("../../images/instagram.svg");
    background-repeat: no-repeat;
}

#header .dropdown-menu-right.dropdown-menu {
    border-radius: 0;
    margin: 6px;
    margin-top: 7.5px;
    min-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #e4e3e3;
}

#header .dropdown-menu-right.dropdown-menu .dropdown-item {
    padding: 0.25rem 0.5rem;
    border-bottom: 1px solid #bbb;
}

#header .dropdown-menu-right.dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

#header .dropdown-item.active,
#header .dropdown-item:active,
#header .dropdown-item:hover,
#header .dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #d8d8d8;
}

#login .modal-body .nav-pills li,
#login .modal-body .tab-content {
    border: 1px solid #1ab373;
}

#login .modal-body .nav-pills li a {
    border-radius: 0;
}

#login .modal-body .nav-pills .nav-link.active,
#login .modal-body .nav-pills .show > .nav-link,
.login-signup-btn {
    background-color: #1ab373;
    color: #fff;
}

#login .modal-body .nav-pills li a:hover {
    color: inherit;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #1ab373;
    border-color: #1ab373;
}

@media only screen and (max-width: 991px) {
    #fb {
        left: -45px;
        width: 22px;
        background: url("../images/social-icon-small.png") 0 0;
    }

    #twitter {
        left: -18px;
        width: 22px;
        background: url("../images/social-icon-small.png") -29px 0;
    }

    #youtube {
        left: 11px;
        width: 22px;
        background: url("../images/social-icon-small.png") -60px 0;
    }
    #linkedIn {
        left: 42px;
        width: 22px;
        background: url("../../images/LinkedIn.svg");
        background-repeat: no-repeat;
    }
    #instagram {
        left: 70px;
        width: 22px;
        background: url("../../images/instagram.svg");
        background-repeat: no-repeat;
    }
}

/******Header Ends**/

/****Footer****/

.image-class {
    background-image: linear-gradient(#eeeeee, #fff);
    padding: 20px 40px 30px;
}

.hr-footer {
    position: absolute;
    width: 100%;
    left: 0;
    border-top: 2px solid #3267a5;
}

.copyright-class {
    background-color: #c2c2c2;
    color: #000;
    padding: 10px;
    font-size: 14px;
    padding-left: 6rem;
    padding-right: 6rem;
}

html {
    min-height: 100%;
    position: relative;
}

.container-fluid {
    margin-bottom: 90px;
}

footer #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

/* .container-fluid {
    min-height: calc(100vh - 70px);
    margin-bottom: 100px;
}

footer.footer {
    height: 50px;
} */

.img-width {
    width: 50%;
}

/* Footer ends */

/* Index page starts*/

/* #home-slider .carousel-inner .carousel-item:nth-child(1) {
    background: url('../images/home-slider1.jpg');
    background-size: 100%;
    height: inherit;
    background-position: center;
} */

#pop-up .modal-header {
    padding-top: 2px;
    padding-right: 2px;
}

#pop-up .modal-dialog {
    max-width: 40%;
}

#pop-up.modal {
    position: absolute;
}

#home-slider .carousel-text .display-3 {
    font-size: 250%;
}

#home-slider .carousel-control-next,
#home-slider .carousel-control-prev {
    opacity: 1;
}

#home-slider .carousel-control-next-icon,
#home-slider .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
}

.carousel-text {
    left: 0;
    right: 0;
    top: 17%;
    background: rgba(0, 0, 0, 0.45);
    padding: 15px;
    border-radius: 5px;
}

.know-more-btn,
.know-more-btn:hover {
    color: #fff;
    height: 50px;
    display: inline-flex;
    align-items: center;
    padding: 20px;
    font-size: 1.5rem;
    background-color: #175da3;
    text-decoration: none;
}

.grey-shades div.col-12 {
    height: 40px;
}

.ht-sect2 {
    height: 65%;
    background-color: rgba(243, 243, 243, 0.5);
    padding: 30px;
}

.home-section2 h2 {
    font-size: 2.5rem;
}

.home-section2 {
    bottom: 17rem;
}

.home-section3 {
    bottom: 13rem;
}

.home-section3 .grey-button {
    position: absolute;
    bottom: 21px;
    width: 100%;
    right: 15px;
}

.grey-shades .position-absolute {
    top: 23.2rem;
}

.grey-button,
.grey-button:hover {
    color: inherit;
    text-decoration: none;
}

.text-on-image {
    position: absolute;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.55);
    padding-top: 7px;
}

/* .overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
} */

/*
.col-lg-9.custom-width {
    /* max-width: 68.666667%;
} */

/*Index page ends*/

/* Report-card starts */

.ul-class {
    list-style: disc;
}

.nav-buttons {
    border-radius: 0px;
}

/* Report-card ends */

/* Search */

.big-slash {
    font-size: 350%;
}

.place-color::placeholder {
    color: rgb(218, 212, 212);
}

/* Search ends */

/*Urban-gov */

.pointer {
    cursor: pointer;
}

.social-icon img.pointer.img-fluid {
    width: 5%;
}

.download-click a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.select-class {
    width: 52%;
}

.border-green {
    border-color: #1ab373;
}

.select-option:hover {
    background-color: #1ab373;
    color: white;
}

/*Urban-gov ends*/

/*Report-Card*/

.tab-button.active,
.tab-button.active:focus,
.tab-button.active:hover,
.select-button.active,
.select-button.active:focus,
.select-button.active:hover {
    background-color: #1ab373;
    color: white;
}

.tab-button,
.tab-button:focus,
.tab-button:hover,
.select-button,
.select-button:focus,
.select-button:hover {
    border-color: #1ab373;
    color: #1ab373;
    background-color: white;
}

.search-button.active,
.search-button.active:focus,
.search-button.active:hover {
    background-color: #1ab373;
    color: white;
}

.tab-button {
    width: 100%;
}

.ul-none {
    list-style: none;
}

.ul-class li {
    margin-bottom: 15px;
}

.vertical-line {
    max-width: 5.333333%;
}

.vertical-line:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #ccccccbf;
    transform: translate(-50%);
}

.modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.modal-font {
    font-size: 18px;
}

/*Report-card ends*/

/* News-letter */

.news-select-button {
    width: 80px;
}

/* News-letter ends */

/* Search */

.search-carousel {
    height: 532px;
    background: rgba(44, 171, 226, 0.9);
    padding: 15px;
}

.text-carousel {
    font-size: 21px;
    line-height: 200%;
}

.help-img {
    height: 28rem;
}

.test-class {
    height: 10%;
}

.search-button,
.search-button:focus,
.search-button:hover {
    color: #1ab373;
    background-color: white;
}

/* Search ends */

/*White-paper-detail*/

.title-padding {
    padding-right: 170px;
    padding-bottom: 15px;
}

.title-text a:hover {
    text-decoration: none;
}

/*White-paper-detail ends*/

/*Impact Stories*/

.img-card {
    width: 18rem;
    height: 13rem;
}

.description-padding {
    padding-right: 30px;
}

.dimensions {
    width: 80%;
    height: 48vh;
}

.img-dimension {
    height: 100%;
}

/*Impact Stories end*/

/*my_profile*/

#my-profile-nav .nav-link.active,
#tab_selector {
    background-color: #1ab373 !important;
    color: white;
}

#my-profile-nav a {
    color: #1ab373;
}

#my-profile-nav .btn {
    color: white;
}

.my-profile-arrow .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.dropdown-width {
    width: 90%;
}

/*my_profile ends*/

/*Login */

.submit-button,
.submit-button:hover {
    background-color: #1ab373;
    color: white;
}

#pills-tab .nav-link.active {
    background-color: #1ab373 !important;
    color: white !important;
}

#login-tab .nav-pills {
    border: 1px solid #1ab373;
}

#login-tab a:hover {
    color: #1ab373;
}

.login-button {
    color: #1ab373;
    border-color: #1ab373;
    background-color: white;
}

.login-button:hover {
    color: #1ab373;
}

/*Login ends*/

/* Typography */

.p-14 {
    font-size: 14px;
}

.cust_rem {
    margin-top: 3rem !important;
}

.p-12 {
    font-size: 12px !important;
}

.p-10 {
    font-size: 10px !important;
}

.ul_padding {
    padding-inline-start: 1.2rem;
}

.dot {
    border-top: 1px dotted #000;
}

.excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    /* Write the number of
                                lines you want to be
                                displayed */
    -webkit-box-orient: vertical;
}

.boldFont {
    font-weight: bold;
}

p.pad_2 {
    font-size: 14px !important;
}

ul.pad_2 {
    font-size: 14px !important;
}

/*Login Ends*/

/* Volunteer */

.file-btn {
    background-color: #337ab7;
    color: white;
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border: 1px solid #ced4da;
    color: #337ab7;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 0.25rem;
}

.file-upload .file-select .file-select-button {
    background: #337ab7;
    color: white;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #337ab7;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #337ab7;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

/* Volunteer ends*/

/* Testimonial */

.video a {
    position: absolute;
    display: block !important;
    background: url(../images/youtube-play2.png) no-repeat;
    height: 40px;
    width: 52px;
    top: 40%;
    left: 45%;
}

.testimonial-wrapper .video .a {
    top: 45%;
    left: 45%;
}

/* Testimonial ends */

/* Event */

.date-font {
    font-size: 12px;
}

/* Event ends */

/* About_us */

.about_video a {
    position: absolute;
    display: block !important;
    background: url(../images/youtube-play2.png) no-repeat;
    height: 35px;
    width: 52px;
    top: 33%;
    left: 37%;
}

/* About_us ends*/

/* Work with us */

.back-btn {
    padding: 5px 9px;
    color: white;
    background-color: #175da3;
    font-size: 14px;
    border: none;
}

/* Work with us ends */

/* Site Map */

.site-map-view select {
    text-transform: uppercase;
}

/* Site Map ends */
