/* By Furqan Date: 10-09-2024; */

* {
    margin: 0;
    padding: 0;
}

/*CSS For Home Page Starts From Here */
.header-area-three .main-header .main-menu .listing .single-list .single {
    padding: 0px;
    position: relative;
}

.header-area-two .main-menu .listing .single-list .single {
    padding: 0px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    transition: all ease-in-out 0.3s;
}

.header-area-two .main-menu .listing .single-list .single.active {
    color: white;
}


.header-area-two .main-header .main-menu .listing .single-list:hover>.single {
    color: white;
}

.header-area-three .main-header .main-menu .listing .single-list .single:not(.active):before,
.header-area-two .main-header .main-menu .listing .single-list .single:not(.active)::before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: white;
    transition: 0.3s;
}

.header-area-two .main-header .main-menu .listing .single-list .single.active::before {
    background-color: white;
}

.header-area-three .main-header .main-menu .listing .single-list .single:hover::before,
.header-area-two .main-header .main-menu .listing .single-list .single:hover::before {
    width: 100%;
}


header .btn-primary-fill {
    background-color: white;
    color: black;
}

header .btn-primary-fill:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.btn-primary-fill {
    background-color: black;
    /* color: black; */
}

.btn-primary-fill:hover {
    background-color: transparent;
    color: black;
    border: 1px solid black;
}

footer .btn-primary-fill {
    background-color: white;
    color: black;

}

footer .btn-primary-fill:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;

}

.header-area-three .main-header .main-menu .listing .single-list .single.active {
    color: black;
}

.header-area-three .main-header .main-menu .listing .single-list .single.active::before {
    bottom: 0%;
    background-color: black;
}

.single-slider {
    height: 100%;
}

.single-slider .swiper {
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
}

.swiper-pagination span {
    background-color: white;
}

.hero-area-three {
    position: relative;
    background-image: url('https://hbr.org/resources/images/article_assets/2020/07/BI_OFFICE_Gavett-HERO.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.header-area-three {
    background-color: #fcfcfc;
}

.hero-area-three .hero-caption .title {
    font-size: 50px;
}

/* .hero-caption .title {
    font-size: 50px;
} */

.hero-area-three .hero-count-section .hero-count:not(:last-child)::before {
    background-color: white;
}

.hero-area-two {
    height: 90vh;
}

.hero-area-two::before {
    background-image: url('https://hbr.org/resources/images/article_assets/2020/07/BI_OFFICE_Gavett-HERO.jpg');
}

.nav-link {
    color: black;
}

.nav-pills .nav-link.active {
    background-color: black;
    color: white;
}

button.btn.btn-primary-fill:not(.active):hover {
    color: black;
}

button.btn.btn-primary-fill:focus {
    background-color: black;
    color: white;
}

.slicknav_menu,
.slicknav_btn {
    position: static;
    margin: 0px;
    line-height: normal;
    z-index: 1000;
}

a.slicknav_btn.slicknav_collapsed {
    z-index: 1000;

}

.slicknav_menu .slicknav_icon {
    margin-top: 0px;
    position: relative;
    padding-bottom: 0px;
    float: none;
    width: auto;
    height: auto;
    margin: 0px 6px 0px 0px;
    top: 0;
    right: 0;
    z-index: 1000;
}

.header-area-two .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: white !important;

}

.header-area-two .mobile_menu .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar {
    background-color: black !important;

}

.header-area-three .main-header .main-menu .listing .single-list:hover>.single {
    color: rgba(0, 0, 0, 0.7);
}

.header-area-two .main-menu .listing .single-list:hover>.single {
    color: rgba(225, 225, 225, 0.7);
}

.footer-wrapper .footer-menu .single:hover {
    color: rgba(225, 225, 225, 0.7);
}

.swiper-button-prev,
.swiper-button-next {
    color: white;
}

/*CSS For Home Page Ends Here */


/*CSS For Employers Page Starts From Here */
main .breadcrumb-section.breadcrumb-bg {
    padding-top: 50px;
}

.breadcrumb-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.breadcrumb-bg::before {
    background-image: url("https://images.unsplash.com/photo-1542744173-8e7e53415bb0?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-position: center;

}

.candidates.breadcrumb-bg::before {
    background-image: url("../images/candidates.jpg");
    background-position: center;

}

.jobs.breadcrumb-bg::before {
    background-image: url("../images/jobs.jpg");
    background-position: center;

}

.about-us.breadcrumb-bg::before {
    background-image: url("../images/about-us.jpg");
    background-position: center;
}

.contact-us.breadcrumb-bg::before {
    background-image: url("../images/contact-us/contact-us.jpg");
    background-position: center;
}

.breadcrumb-text .breadcrumb .single-list .single {
    font-size: 14px;
    text-transform: none;
}

.breadcrumb-text .title {
    text-transform: none;
}

.question-area .caption-title {
    font-size: 18px !important;
}

.question-area .helpful-card .helpful-card-icon i {
    font-size: 30px !important;
}

.helpful-card {
    display: flex;
    justify-content: center;
    min-height: 200px !important;
}

.donor-card {
    min-height: 190px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.helpful-card-icon {
    background-color: black !important;
}

.helpful-card:hover,
.donor-card:hover {
    background: rgba(0, 0, 0, 0.7);
    color: white;
}

.helpful-card-icon {
    transition: all ease-in 0.1s;
}

.helpful-card:hover .helpful-card-icon {
    background-color: white !important;
}

.helpful-card:hover .helpful-card-icon i {
    color: black;
}
.slick-arrow {
    background-color: black !important;
    border: 2px solid black !important;
}
.slick-arrow:hover {
    border-color: black !important;
    background-color: white !important;
    color: black !important;
}

.question-area .helpful-card-icon {
    height: 60px;
    min-width: 60px;
}

.donor-card .donor-img {
    height: 70px;
    width: 70px;
}

/*CSS For Employers Page Ends Here */



/*CSS For Jobs Page Starts From Here */
.our-event .single-event:hover .event-info {
    background: rgba(0, 0, 0, 0.7);
}

.our-event .single-event:hover .event-info .event-info-title {
    color: white;
}

.our-event .single-event:hover .event-info .info {
    color: white;
}

/*CSS For Jobs Page Ends Here */




.btn-primary-fill:focus {
    border-color: black !important;
    background: black !important;
    color: white;
}


.single-team .team-info-title .content::before {
    content: none;
}



/* CSS For Contact Us Page Start From Here */
.contact-section .contact-list .contact-content .subtitle {
    color: black;
}

.contact-section .contact-list .contact-icon-list .single-icon {
    background-color: black;
}

.border-danger:hover {
    background: #F8F8F8 !important;
    border: 1px solid #dc3545 !important;
    color: #636B6A !important;
}

.footer-social-link .single:hover {
    background-color: white;
    color: black;
}

/* CSS For Contact Us Page Ends Here */


@media (max-width: 575px) {
    .breadcrumb-bg::before {
        opacity: 1;
    }
}