@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,600&display=swap');
.breadcrumb {
    padding: 0;
    margin: 0;
}
.breadcrumb li i{

}
.breadcrumb li {
    list-style-type: none;
    float: left;
}
.socials__link {
    font-size: 30px !important;
}
.breadcrumb li a{
    margin-right: 5px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
    display: block;
    padding-right: 5px;
}
.breadcrumb li a:hover{}

.fnp-container {
    margin: 0 30px;
}
.promo-primary__title span {
    font-weight: 800;
}
.promo-primary__title {
    color: #ffffff !important;
    font-size: 30px !important;
    line-height: 30px !important;
}

.promo-primary__title span:first-of-type {
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}

.breadcrumb_w {
    background: rgba(0,0,0,0.5);
    padding: 5px 10px;
}

.testimonials--style-2 .testimonials__icon {
    color: #ffffff !important;
}

.blogh1 {
    font-size: 24px !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
}
.button--primary:hover {
    color: #ffffff !important;
}

.latest-item__img {
    border: 5px solid #efefef;
}

.pt15 {
    padding-top: 15px;
}

.fnp_h60 {
    height: 60px;
}

.events-item__img {
    border: 10px solid #efefef;
}

.button--primary:hover{
    color: #efefef;
    background: #03628d !important;
    border-color: #03628d;

}
.button--primary{
    background: #0082c2 !important;
    color: #ffff !important;
    padding: 10px 20px !important;
    font-size: 12px !important;
}

.fnpcwhite, .fnpcwhite p{
    color: #ffffff !important;
}

.promo__anchor {
    transition: 0.3s;
}
.promo__anchor:hover {
    background-color: #efefef;
}
.promo__anchor span {
    font-size: 12px !important;
}
.fnp_yazi {
    text-align: justify;
}

.footer-menu__link {
    color: #efefef !important;
}

.footer-menu__link:hover {
    color: #ffffff !important;
}
.heading__title {
    font-size: 24px !important;
    line-height: 24px !important;
}

@media only screen and (min-width: 1600px){
    .promo-primary .align-container {
        height: 500px !important;
        padding: 60px 0 !important;
    }
}