.invalid-feedback {
    color: red;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
}
.popular-jobs-box {
    text-align: center;
    padding: 14px 20px 15px;
}
a.btn.btn-mint-blue {
    background: #429E9D;
    color: #ffffff;
}
.btn.btn-popular-jobs:hover, .btn.btn-popular-jobs:focus {
    background: #429E9D;
    color: #ffffff;
}
.popular-jobs-box-detail img {
    border-radius: 50%;
}
.volunteer-details-skills {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.volunteer-details-skills li {
    list-style: none;
    margin-right: 10px;
    padding: 3px 15px;
    border: 1px solid #b9c5ce;
    border-radius: 50px;
    font-weight: 500;
    color: #657180;
}
.volunteer-details-container {
    padding-top: 90px !important;
}
a.btn.btn-mint.manage-btn {
    background: #429E9D;
    color: #ffffff;
}
.category-box .category-desc img {
    height: 80px;
}
.text-white {
    color: #ffffff;
}
.terms-conditions {
    padding-top: 90px !important;
}
.terms-conditions ol { 
    counter-reset: item
}
.terms-conditions li { 
    display: block 
}
.terms-conditions li:before { 
    content: counters(item, ".") " "; 
    counter-increment: item
}

.popular-jobs-container {
    height: 406px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ngo-project-box-container {
    height: 250px;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.custom-nav-menu li a {
    color: #293640 !important;
}

p {
    text-transform: none !important;
}

@media only screen and (min-width: 1024px) {
    nav.navbar .navbar-brand img.logo {
        width: 164px !important;
    }
    footer {
        padding-top: 20px !important;
    }
}

@media only screen and (max-width: 480px) {
    footer {
        padding-top: 20px !important;
    }
}

.nig_flag {
    height: 35px;
}

/* Hero Slider  */
.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform:translateX(0);
    opacity:1;
    visibility:visible;
}

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background:#fff;
    transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

.swiper-pagination {
    text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:30px;
    }
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 850px;
    transition:all .4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style{
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

.hero-style .slide-title h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition:all .4s ease;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition:all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}

.resources-container {
    padding-top: 50px !important;
}

.resources-container h4 {
    margin-bottom: 0;
}

.resources-container p {
    padding: 0;
    word-break: break-all;
}

.resources-container a {
    color: #337ab7 !important;
}