.heading-text.heading-section h2 {
    position: relative;
    font-size: 35px;
    line-height: 56px;
    margin-bottom: 20px;
    color: #14213D;
    text-transform: capitalize;
}

.heading-text.heading-section h2:before {
    content: "";
    position: absolute;
    height: 6px !important;
    width: 100px;
    background-color: #FCA311;
    bottom: -8px;
    left: 0%;
    right: 0;
}

.modal-header .close,.modal-header .close:focus {
    position: absolute;
    right: 20px;
    top: 14px;
    font-weight: 100;
    border-radius: 24px;
    background-color: #f1353b;
    color: #FFF;
    width: 29px;
    height: 29px;
    font-size: 15pt;
    border: none;
}


.tabs .nav-tabs .nav-link.active {
    color: #0b445f;
    background-color: transparent;
    border-bottom: 2px solid #0b445f;
}

.dark #mainMenu nav > ul > li.hover-active > a, .dark #mainMenu nav > ul > li.hover-active > span, .dark #mainMenu nav > ul > li.current > a, .dark #mainMenu nav > ul > li.current > span, .dark #mainMenu nav > ul > li:hover > a, .dark #mainMenu nav > ul > li:hover > span, .dark #mainMenu nav > ul > li:focus > a, .dark #mainMenu nav > ul > li:focus > span, #mainMenu.dark nav > ul > li.hover-active > a, #mainMenu.dark nav > ul > li.hover-active > span, #mainMenu.dark nav > ul > li.current > a, #mainMenu.dark nav > ul > li.current > span, #mainMenu.dark nav > ul > li:hover > a, #mainMenu.dark nav > ul > li:hover > span, #mainMenu.dark nav > ul > li:focus > a, #mainMenu.dark nav > ul > li:focus > span {
    color: #0b445f;
}

.team-members .team-member .team-image > img {
    width: 100%;
    border-radius: 4.42rem 0.42rem 0 0;
    height: 300px;
    background-image: cover;
}

a, h5 a {
    color: #0b445f;
    text-decoration: none;
}

.list-group-item.active {
    z-index: 2;
    color: #fff !important;
    background-color: #0b445f;
    border-color: #ffffff;
}

.icon-box.medium > h3, .icon-box.medium > h4, .icon-box.medium > h5 {
    margin: 0 12px 10px 84px;
    color: #0b445f;
}

.news-ticker-content .polo-carousel-item:before {
    color: #FFF;
    content: "\e9be";
    font-family: inspiro-icons !important;
    font-size: 10px;
    margin-left: -17px;
    position: absolute;
}

.bg-red{
    background-color:#0b445f !important;
}
.bg-blue{
    background-color:#0b445f !important;
}

.bg-white{
    background-color:#ffffff !important;
}
.text-red{
    color:#0b445f !important;
}

.tabs.tabs-clean .nav-tabs .nav-link.active {
    border-color: #0b445f;
    background-color: #0b445f;
    color: #FFF;
}

.tabs.tabs-clean .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-bottom-left-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
    background-color: #efefef;
    margin-left: 8px;
}

.grid-articles .post-entry:first-child .post-entry-meta .post-entry-meta-title h2, .grid-articles .post-entry:first-child .post-entry-meta .post-entry-meta-title h2 a, .grid-articles.grid-articles-v2 .post-entry:nth-child(2) .post-entry-meta .post-entry-meta-title h2 a {
    font-size: 12px;
}

.grid-articles .post-entry .post-entry-meta {
    height: auto;
    bottom: 0;
    left: 0;
    padding: 0 12px 6px;
    position: absolute;
    width: 100%;
    z-index: 2;
}


.grid-articles .post-entry:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #074b6dad; background: #074b6dad; opacity: 0.4; -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; z-index: 1; }

.grid-articles .post-entry:before { content: ""; height: auto; bottom: 0; left: 0; position: absolute; width: 100%; z-index: 1; }



.show-next{
    position: absolute;
    right: 0;
    top: 0;
    background: #14213D;
    color: #FCA311;
    padding: 10px 24px;
    border-radius: 0px 25px 0px 21px;
    font-weight: 700;
}

#footer {
    display: block;
    position: relative;
    background-image: linear-gradient( 69.2deg, #e6d8fa 35.3%, #E2FDFF  100.3% );
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    font-family: inherit;
    color: #024b6f;
}

#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,#footer strong,#footer .list li, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    color: #024b6f;
    margin: 0;
    letter-spacing: 0.5px;
}

#footer .copyright-content {
    min-height: 80px;
    padding: 30px 0;
    background-color: #6E2FC1;
    font-size: 13px;
    color: aliceblue;
}



@media (min-width:767px){
    #page-content:not(.no-sidebar) {
        padding: 10px 0 40px 0;
    }

    #mainMenu nav > ul > li > a:hover,#mainMenu nav > ul > li > a:focus,#mainMenu nav > ul > li > a:active{
        position: relative;
        font-family: "Poppins", sans-serif;
        padding: 16px 18px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.6px;
        color: #000000;
        border-radius: 0;
        border-width: 0;
        border-style: solid;
        border-color: transparent;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        line-height: normal;
        background: #f5f059;
        color: #0986c2;
        border-radius: 21px 10px 17px 0px;
    }

}

@media (max-width:767px){

    #page-content:not(.no-sidebar) {
        padding: 20px 0 40px 0;
    }

    /* #header .header-inner, #header #header-wrap {
        height: 80px;
        background-color: #0986c2;
        left: 0;
        right: 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        border-radius: 0px 0px 0px 0px;
    } */

    #header #logo {
        position: fixed !important;
        width: 100%;
        text-align: center;
        margin: 0 !important;
        float: none;
        height: 80px;
        left: 0;
        right: 0;
        padding: 0 !important;
        top: -10;
        display: block;
        z-index: 1000;
    }

    .mainMenu-open #header #mainMenu {
        width: calc(106% + 0px);
        display: block;
        opacity: 1;
        overflow-y: scroll;
        margin-left: -16px;
    }

    #mainMenu nav > ul > li .dropdown-menu > li > a, #mainMenu nav > ul > li .dropdown-menu > li > span, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
        font-style: normal;
        color: #fff;
        font-family: "Poppins", sans-serif;
        padding: 12px 20px 12px 18px;
        display: block;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

    .logo-new .logo-text h5 {
        font-size: 23px;
        margin-top: -22px;
        text-transform: uppercase;
        font-weight: 900;
        color: #d0cf85 !important;
        text-shadow: 1px 3px #313131;
    }

    .logo-new .logo-text h6 {
        font-size: 16px;
        text-transform: uppercase;
        color: #f7f7f7 !important;
        letter-spacing: 2px;
        font-weight: 700;
    }
    .lines, .lines:before, .lines:after {
        background-color: #c3ca89;
    }
    .grid-articles .post-entry:first-child .post-entry-meta .post-entry-meta-title h2, .grid-articles .post-entry:first-child .post-entry-meta .post-entry-meta-title h2 a, .grid-articles.grid-articles-v2 .post-entry:nth-child(2) .post-entry-meta .post-entry-meta-title h2 a {
        font-size: 10px;
        line-height: 9px;
    }
    #mainMenu{
        background:#0985c2;
    }

    #mainMenu nav{
        padding: 10px;
    }

    .show-next {
        position: absolute;
        top: 48px;
        right: auto;
        background: #14213D;
        color: #FCA311;
        padding: 6px 19px;
        border-radius: 0px 25px 0px 21px;
        font-weight: 700;
        font-size: 11px;
        left: 0;
    }

    .heading-text.heading-section h2:before {
        content: "";
        position: absolute;
        height: 6px !important;
        width: 100px;
        background-color: #e0db31;
        bottom: -8px;
        left: 0%;
        right: 0;
    }

    .heading-text.heading-section h2 {
        position: relative;
        font-size: 32px;
        line-height: 56px;
        margin-bottom: 20px;
        color: #0888c2;
        text-transform: capitalize;
        margin-bottom: 50px;
    }
}
