/* user defined custom styles or overrides only */

/*Topbar*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*General Css*/

h1, h2, h3, h4, h5, h6{
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
p, a, span{
      font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #424750;
}
section {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.theme-heading-sec {
    margin-bottom: 2rem;
}
.theme-heading-sec h2 {
    color: #003465;
    font-size: 34px;
    letter-spacing: -0.5px;
    font-weight: 700;
}
.theme-heading-sec h2 span {
    color: #005FAE;
    font-weight: 700;
}
.theme-heading-sec p {
    padding: 0;
    margin: 0;
}

/*Topbar*/

.topbar-sec {
    background: #003465;
    padding: 0.4rem;
}
section.topbar-sec h6 {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #fff;
}
section.topbar-sec h6 span {
    margin-left: 0.5rem;
    border-left: solid 1px rgb(255 255 255 / 53%);
    padding-left: 0.5rem;
        color: #fff;
}
.right-sec {
    display: flex;
    align-items: center;
    justify-content: end;
}
.gigw a, a.des-home {
    border: solid 1px rgb(255 255 255 / 54%);
    width: 36px;
    height: 34px;
    display: inline-flex;
    padding: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
}
.gigw a:last-child {
    width: auto;
}
.gigw a:hover, a.des-home:hover {
    background: #0c5ca5;
}
a.des-home {
    width: auto;
    margin-right: 0.7rem;
    display: flex;
    gap: 7px;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 14px;
}
.gigw {
    border-left: solid 1px rgb(255 255 255 / 63%);
    padding-left: 0.7rem;
}

/*Header*/

#containerNavbar {
    justify-content: space-between;
}
div#containerNavbar ul {
    width: auto;
}
.userNav li a {
    background: #fff;
    border-radius: 8px;
    padding: 8px 17px!important;
    color: #013566!important;
}
.userNav .nav-item:last-child:before {
    content: "";
    width: 1px;
    height: 87%;
    background: #ffffff;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.userNav .nav-item:last-child {
    position: relative;
}
ul.navbar-nav.userNav .nav-item .nav-link {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
}
.nada-site-title {
    display: flex;
    align-items: center;
    gap: 15px;
}
a.nada-site-title img {
    width: 90px;
    border: none;
}
a.nada-site-title h6 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

a.nada-site-title h6 strong {
    color: #003465;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.5px;
    margin: 0 0 1.5px 0;
    display: block;
}
a.nada-site-title h6 span {
    color: #3A3A3A;
    font-size: 17px;
    letter-spacing: -0.5px;
    margin: 2px 0 0;
    display: block;
}
.login-header-right {
    display: flex;
    align-items: center;
    justify-content: right;
}
.login-header-right h5 {
    margin: 0 0.5rem 0 0;
    font-size: 16px;
    letter-spacing: -0.1px;
}
.login-header-right img {
    height: 90px;
    border:none;
}
.login-header-right h5 span {
    display: block;
    font-size: 13px;
    line-height: 20px;
}
header.site-header .row {
    align-items: center;
}

/*Nav*/

ul.navbar-nav {
    width: 100%;
}
.nav-header {
    background: #0C5CA5;
}
.navbar-light .navbar-nav {
    margin-top: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover{
    background: #fff;
    color:#003456;
}
.navbar-light .navbar-nav .nav-link:focus {
      background: #fff;
    color:#003456;
}
nav.navbar {
    padding: 0;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #003456;
    background: #fff;
}

/*Search*/

.wb-library-search {
    padding: 0 !important;
}
.home-page-search-container {
    background-image: url(http://localhost/nada-des/themes/nada52/images/pattern-bg.png) !important;
    background-size: cover !important;
    background-position: top !important;
    background-color: transparent!important;
    position: relative;
    overflow: hidden;
}
.search-abv-text h6 {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: -0.3px;
}
.wb-library-search--browse a {
    color: #0071BD;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: -0.3px;
}


/*About Data*/

.about-content p {
    text-align: justify;
    margin: 0;
    padding: 0;
}
.dataBox {
    box-shadow: 0px 0px 22px 1px rgb(0 52 101 / 8%);
    border-radius: 20px;
    padding: 1.5rem 1.5rem;
    text-align: center;
}
.dataBox h6 span {
    color: #005FAE;
    font-weight: 600;
}
a.catalogue-btn {
    background: #0071BD;
    color: #fff;
    padding: 5px 19px;
    border-radius: 100px;
    margin: 1.2rem auto 0;
    display: table;
}
.about-content p a {
    color: #005FAE;
    text-decoration: underline;
    font-weight: 500;
}
.dataBox h3 {
    color: #003465;
    font-weight: 900;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 1.2rem 0 0;
    position: relative;
}
.dataBox h3 span {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}
.dataBox h3 img {
    position: absolute;
    right: 0;
    height: 27px;
}

/*Featured*/

section.featured-sec {
    padding-top: 20px;
}
.featured-wrap {
    border-radius: 32px;
    box-shadow: 0px 0px 26px -8px rgb(0 0 0 / 19%);
    overflow: hidden;
    margin: 8px 0;
}
.featured-title {
    padding: 0.8rem 1.1rem;
    margin-bottom: 5px;
}
.featured-wrap h4 {
    color: #003465;
    font-size: 22px;
    letter-spacing: -0.2px;
}
.featured-wrap a {
    font-size: 13px;
    text-transform: uppercase;
    color: #005FAE;
    font-weight: 700;
    letter-spacing: 0.6px;
}


/*Footer*/
footer {
    margin-top: 0;
}
.f-widget-title-one {
    position: absolute;
    top: -19px;
    right: 45px;
}
.inputs {
    text-align: center;
    padding: 0 1rem;
    width: 300px;
    border-radius: 0px 0px 15px 15px !important;
    outline: none !important;
    border: solid 0;
    margin-bottom: 0;
    border: 1px solid rgb(255, 253, 253) !important;
    background-color: #ef9c27 !important;
    line-height: 43px;
}
.inputs h6, .inputs h6 span {
    color: white;
    margin-bottom: 0px;
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
}
.f-widget-title-one::after {
    content: "";
    width: 13px;
    height: 19px;
    position: absolute;
    left: -13px;
    top: 1px;
    background-color: #535353;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.cstm-footer-top {
    background-color: #07446E;
    padding: 3rem 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
.cstm-footer-top .nada-site-title {
    margin-bottom: 1rem;
}
.cstm-footer-top a.nada-site-title img {
    width: 75px;
    filter: brightness(0) invert(1);
}
.cstm-footer-top a.nada-site-title h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}
.cstm-footer-top a.nada-site-title h6 span {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0px;
    margin: 4px 0 0;
}
.cstm-footer-top a.nada-site-title h6 strong {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0;
}
.footer-wrapper p {
    color: #fff;
    line-height: 22px;
    text-align: justify;
    font-size: 14px;
}
.footer-wrapper h5 {
    color: #f09d27;
    font-weight: 600 !important;
    font-size: 20px;
    margin-bottom: 1.2rem;
}
.footer-contact p {
    text-align: left;
    margin-bottom: 0.7rem;
    font-size: 14px;
    position: relative;
    padding: 0 0 0 1.2rem;
}
.footer-contact .footer-wrapper a {
    color: #fff;
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 0 0 0 1.2rem;
    margin-bottom: 0.7rem;
}
.footer-contact .footer-wrapper a:hover {
    color: #ef9c27;
}
.footer-contact p i, .footer-contact .footer-wrapper a i{
    position: absolute;
    left: 0px;
    top: 5px;
}
.footer-wrapper h6 {
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.3px;
    font-size: 14px;
}
.social-Links a img {
    width: 26px;
    border: none;
}
.social-share a {
    color: #fff;
    padding: 4px 8px;
    font-size: 18px;
}

.footer-bottom {
    padding: 7px 0;
    background-color: #F09D27;
}
.footer-bottom a, .footer-bottom p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
footer .social-Links {
    margin: 0.8rem 0 1.2rem;
}
.footer-wrapper a {
    color: #fff;
}
.social-Links a {
    margin-right: 5px;
}
.footer-bottom .row {
    align-items: center;
}
a.copyright-logo img {
    border: none;
    filter: brightness(0) invert(0);
    width: 50px;
}
a.copyright-logo {
    font-size: 16px !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    gap: 9px;
}
.footer-bottom-right p {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.3px;
}

/**/
section.key-sec {
    background-image: url(http://localhost/nada-des/themes/nada52/images/pattern-bg.png) !important;
    background-size: cover !important;
    background-position: bottom !important;
    background-color: transparent !important;
}
.carousell {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.carousell-track {
    display: flex;
    width: fit-content;
    animation: keyscroll 11s linear infinite;
    gap: 5px;
}
.carousell .key-wrap {
    width: 22%;
    margin: 5px;
    flex-shrink: 0;
    padding: 0rem;
    text-align: center;
    background: rgb(244 244 250 / 80%);
}
.key-wrap img {
    object-fit: contain;
    height: 80px;
    border: none;
    padding: 0.7rem;
}
@keyframes keyscroll {
  0% {
    transform: translateX(0);
}
  100% {
    transform: translateX(-50%);
}
}




.guideline-wrap {
    border: solid 1px rgb(73 52 107 / 8%);
    text-align: center;
    box-shadow: 0px 6px 14px rgba(215, 216, 222, 0.41);
    margin: 7px 0;
    border-radius: 18px;
}
.guideline-wrap a {
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #000;
    line-height: 24px;
    display: inline-block;
    background: #ffffff;
    padding: 1.2rem 1rem 1.6rem;
    text-align: center;
    border-radius: 18px;
}
.guideline-wrap a:hover{
    background: #0C5CA5;
        color: #fff;
}
.guideline-wrap a img {
    width: 81px;
    display: table;
    margin: -3rem auto 1rem;
    border: solid 2px #fff;
    border-radius: 100px;
}

.changer {
    cursor: pointer;
    margin-right: 8px;
}

.changer.active {
    font-weight: bold;
    color: #007bff;
}

.screen-reader-toggle.active {
    color: red;
    font-weight: bold;
}










@media screen and (max-width: 992px) {

/*Topbar*/

section.topbar-sec h6 {
    font-size: 14px;
}
    .gigw a {
        font-weight: 500;
        font-size: 13px;
        margin: 0;
    }
    a.des-home {
        font-weight: 500;
        font-size: 13px;
    };

/*Header*/

a.nada-site-title img {
    width: 65px;
}
a.nada-site-title h6 strong {
    font-size: 16px;
}
a.nada-site-title h6 {
    font-size: 13px;
    margin: 0;
}
a.nada-site-title h6 span {
    font-size: 12px;
    letter-spacing: -0.2px;
    margin: 1px 0 0;
}
.nada-site-title {
    gap: 8px;
}
a.nada-site-title img{
    width: 65px;
    border: none;
}
.login-header-right img {
    height: 65px;
}
.login-header-right h5 {
    font-size: 13px;
    letter-spacing: -0.1px;
}
.login-header-right h5 span {
    font-size: 12px;
    line-height: 16px;
}
.navbar-light .navbar-nav .nav-link {

    font-size: 13px;
    text-align: center;
    margin: 0;
    padding: 15px 10px;
}
ul.navbar-nav.userNav .nav-item .nav-link {
    font-size: 13px;
    padding: 8px 7px!important;
    border-radius: 5px;
    margin: 0 2px;
}
li.nav-item.dropdown .fa, li.nav-item.dropdown .fas {
    margin-right: .15rem;
}

/*Search*/

h1.wb-library-search-title {
    font-size: 27px;
}

/*General*/
.theme-heading-sec {
    margin-bottom: 1.2rem;
}
.theme-heading-sec h2 {
    font-size: 30px;
}
/*Service*/

.featured-wrap {
    border-radius: 12px;
}
.featured-wrap h4 {
    font-size: 16px;
}
.featured-wrap a {
    font-size: 12px;
    letter-spacing: 0.3px;
}
a.copyright-logo {
    font-size: 13px !important;
    line-height: 17px;
}
.footer-bottom-right p {
    font-size: 13px;
    padding: 0 5px;
    line-height: 17px;
    text-align: right !important;
}
}


@media screen and (max-width: 767px) {
a.des-home {
    margin-right: 0.5rem;
}
.gigw {
    padding-left: 0.5rem;
}
.gigw a{
    width: 34px;
    height: 34px;
}
    section.topbar-sec h6 {
        text-align: center;
        margin: 3px 0 9px;
        display: block;
    }
.right-sec {
    justify-content: center;
}
    a.nada-site-title img {
        width: 40px;
    }

.navbar-brand {
    margin: 0;
    display: block;
}
.nada-site-title {
    display: block;
    text-align: center;
}
.login-header-right {
    flex-direction: column-reverse;
    text-align: center;
    border-top: solid 1px gray;
}
.userNav li {
    padding: 2px 0;
}
    .navbar-light .navbar-nav .nav-link {
        padding: 12px 10px;
    }
    nav.navbar {
    padding: 0 0 4px;
}
    a.copyright-logo {
        display: block;
        text-align: center;
        margin-bottom: 3px;
    }
    a.copyright-logo img {
    display: block;
    margin: 0 auto 0.2rem;
}
}