@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
:root{
    --prata: "Libre Baskerville", serif;
}
.top-bar{
    padding: 7px 0;
}
.main-header .header-upper .nav-outer:before{
    display: none;
}
.main-menu .navigation>li{
    padding: 30px 0;
}
.main-menu .navigation>li:last-child{
    margin-right: 0!important;
}
.contact-info li{
    border-right: 1px solid #fff;
}
.about-section-three,.feature-section{
    padding: 80px 0;
}
.cause-block-one{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.main-header .logo{
    width: 185px;
}
.bg-1 {
    background-color: #1f4277!important;
}
.bg-2 {
    background-color: #04044E!important;
}
.color-1 {
    color: #1f4277!important;
}
.color-2 {
    color: #04044E!important;
}
.social-icon-one li a{
    color:#1f4277;
}
.social-icon-one li a:hover{
    background-color: #1f4277;
    color:#fff;
}
.main-menu .navigation>li>a{
    color: #858585;
}
.top-bar .contact-info li span , .top-bar .contact-info li a {
    transition:.5s;
}
.top-bar .contact-info li:hover span , .top-bar .contact-info li:hover a {
    color: #1f4277;
}
.funfacts-section-two.style-two:before{
    background: #1f4277;
}
.banner-section .banner-slider-pagination.style-two .swiper-pagination-bullet:before, .banner-section .banner-slider-pagination.style-two .swiper-pagination-bullet:after{
    display: none;
}
.fnp_title {
    position: relative;
    margin-bottom: 10px;
    font-size: 36px;
    font-family: var(--prata);
    line-height: 50px;
    margin: 0 0 15px;
    background: 0 0;
    font-weight: 400;
}
.counter-block-two:before{
    transform: rotate(15deg);
}
.parallax {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    -webkit-background-position: center !important;
    -moz-background-position: center !important;
    -o-background-position: center !important;
    -webkit-background-repeat: no-repeat !important;
    -moz-background-repeat: no-repeat !important;
    -o-background-repeat: no-repeat !important;
    -webkit-background-attachment: fixed !important;
    -moz-background-attachment: fixed !important;
    -o-background-attachment: fixed !important;
}
.parallax:before{
    opacity: .75 !important;
}
.services_section .title{
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}
.services_section .cause-block-one{
    /*height: 100%;*/
    margin:0 0 30px;
}
.services_section .cause-block-one .lower-content .bottom-content .link-btn{
    margin: 0;
}
.services_section .cause-block-one .inner-box{
    /*height: 100%;*/
}
footer .contact-widget ul li a{
    border: 1px solid #fff;
    background: #fff;
    color: #1f4277;
}
footer .contact-widget ul li a:hover{
    border: 1px solid #04044E;
    background: #04044E;
    color: #fff;
}
.footer-bottom{
    padding-bottom:35px;
}
.copyright-text {
    color: #9b99ad;
}
.fnp {
    color: #9b99ad;
}
.fnp:hover {
    color: #fff;
}
.banner.page-title .content-box{
    padding: 135px 0;
}
.banner.page-title .bread-crumb {
    position: static !important;
    box-shadow: none !important;
    background: transparent !important;
    max-width: max-content;
    margin: 20px auto 0;
}
.banner.page-title .bread-crumb li{
    padding-right: 15px;
    margin-right: 15px;
}
.banner.page-title .bread-crumb li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.banner.page-title:before{
    background:#1f4277c2;
}
.contact-info-three .link-btn{
    text-transform: lowercase;
}
.bread-crumb li a{
    color: #efefef !important;
}
.bread-crumb li a.active{
    color:#efefef!important;
    border-bottom:1px solid #efefef;
}
.banner .title{
    color: #fff;
    font-size: 48px;
    font-family: var(--prata);
    text-align: center;
    position: relative;
    margin: 0;
    background: 0 0;
    line-height: 1.2em;
    font-weight: 400;
}
.page_detail p{
    color: #212121;
    margin-bottom: .5rem;
}
.sidebar-widget {
    border-radius:10px;
    padding: 20px;
    margin-bottom: 40px;
}
.sidebar-widget .fnp_rmenu li{
    margin-bottom: 15px;
}
.sidebar-widget .fnp_rmenu li:last-child{
    margin-bottom: 0;
}
.sidebar-widget .fnp_rmenu li a{
    color: #212121;
    background: #fff;
    padding: 8px 17px;
    display: block;
    transform: translateY(0);
    transition: .5s;
}
.sidebar-widget .fnp_rmenu li a:hover{
    transform: translateY(-3px);
}
.sidebar-widget .fnp_rmenu li a.active{
    color: #fff;
    background: #04044E;
}
.contact{
    border-radius:10px;
    padding: 20px;
}
.call_btn li a{
    display: block;
    background:#04044E;
    width: 100%;
    padding: 8px;
    text-align: center;
    color: #fff;
    transform: translateY(0);
    transition: .5s ;
}
.call_btn li a:hover{
    transform: translateY(-3px);
}
.call_btn li a.wp {
    background: #25d366;
}
.call_btn li{
    margin-bottom: 15px;
}
.call_btn li:last-child{
    margin-bottom: 0;
}
.content_image {
    margin-bottom: 15px;
}
.sidebar-title .title{
    font-size: 20px;
}
.content_inner.services_section{
    padding: 100px 0;
}
.main-menu .navigation>li>ul>li:hover>a, .main-menu .navigation>li>ul>li>ul>li>a:hover{
    padding-left: 0;
    font-weight: 400;
    color: #04044E;
}
.main-menu .navigation>li>ul>li>a:before, .main-menu .navigation>li>ul>li>ul>li>a:before{
    display: none;
}
.event-block-three .inner-box{
    flex-wrap: nowrap;
}
.blog_section .cause-block-one{
    margin: 0 0 30px;
}
.blog_section .cause-block-one .title{
    font-size: 18px;
}
.main-menu .navigation>li.current:before, .main-menu .navigation>li.current:after{
    display: none;
}
.news-block-two h4 a{
    color: #1f4277;
}
.news-block-two h4 a:hover{
    color: #04044E;
}
.btn-style-one, .btn-style-six{
    color: #04044E;
    border: 2px solid #04044E;
}
.btn-style-one:before, .btn-style-thirteen:before, .btn-style-one:after, .news-block-two .inner-box:before{
    background: #04044E;
}
.contact-info-three .title{
    color: #1f4277;
}
.social-icon-three li a{
    border: 1px solid #04044E;
    color: #04044E;
}
.pulse {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 60px !important;
    height: 60px;
    bottom: 60px;
    left: 22px;
    background-color: rgba(0, 200, 0, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
    z-index: 99999;
}
.pulse i {
    position: relative;
    z-index: 20;
    top: 16px;
    font-size: 30px;
}
@keyframes pulse-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
}
.pb-100 {
    padding-bottom: 100px;
}

.services_section .cause-block-one .inner-box {
    min-height: 490px;
}
.top-bar .contact-info li:hover span, .top-bar .contact-info li:hover a{
    color: #efefef;
}
.main-menu .navigation>li:hover>a,.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a, .main-header .sticky-header .main-menu .navigation>li.current>a, .main-header .sticky-header .main-menu .navigation>li:hover>a, .main-menu .navigation>li.current>a{
    color:#04044E;
}
.btn-whats.pulse{
    color:#fff;
}
.contact-info-three h4:before{
    background-color: #04044E;
}
.contact-info-three .link-btn{
    color:#858585;
}
.contact-info-three .link-btn:hover{
    color:#04044E;
}
.social-icon-three li a:hover{
    border-color: #04044E;
    background: #04044E;
}
.language-dropdown {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
}
.language-dropdown button {
    gap: 5px;
    display: flex;
    align-items:center;
    margin-left: 16px;
    border-left:1px solid #858585;
    background-color: #fff;
    color: #858585;
    padding: 8px 12px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
}

.language-dropdown-content {
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    min-width: 140px;
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    position: absolute;
    left: 0;
    top:110%;
}

.language-dropdown-content a {
    color: #333;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
}

.language-dropdown-content a:hover {
    background-color: #f0f0f0;
}

.language-dropdown:hover .language-dropdown-content {
    top: 100%;
    margin-top: 5px;
    visibility: visible;
    opacity:1;
}
.about-widget ul li a:before, .link-widget ul li a:before{
    display: none;
}
.link-widget ul li a:hover, .about-widget ul li a:hover{
    padding-left:5px;
}
.main-footer .widget-wrapper{
    border-bottom:1px solid #82818d
}
.breadcrumb-item+.breadcrumb-item::before{
    padding:0;
}
.banner-slider-nav.style-one .banner-slider-control:hover{
    color:#302c51;
}
.copyright-text ul{
    display:flex;
    gap: 0 5px;

}
.copyright-text ul li{
    padding-right:5px;
    border-right:1px solid #9b99ad;
}
.copyright-text ul li:last-child{
    padding-right:0;
    border-right: none;
}
.copyright-text ul li a {
    color: #9b99ad;
}
.copyright-text ul li a:hover{
    color:#fff;
}