@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&display=swap');

body{
    background: #fff;
    /*background: linear-gradient(164deg,rgba(0, 75, 150, 1) 0%, rgba(0, 51, 102, 1) 57%, rgba(0, 51, 102, 1) 100%);*/
    font-family: Verdana,BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
}

a{
    text-decoration: none;
}

a:hover, a:focus {
    color: #003b76 !important; /* same as base color */
    text-decoration: none;
}

hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: #999;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.advertisementblock {
    background: hsla(0,0%,95%,.35);
    box-sizing: border-box;
    line-height: 0;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
    font-size:12px;
}

header{
    margin: 20px 0;

}

.header-upper {
    border-bottom: 1px solid #00b7c9;
    padding: 0.5rem 0;
}

.header-upper a{
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2px !important;
    cursor: pointer;
}

.header-upper a i{
    font-size: 18px !important;
}

.header-upper .text-muted{
    color:#fff !important;
}

.header-lower {
    padding: 0.5rem 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.logo {
    height: 80px !important;
}

.nav-link {
    padding: 0 0.5rem;
    white-space: nowrap;
    color:#036;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

.nav-link:hover,
.nav-link:focus {
    color: #00bbcc !important; /* same as base color */
    text-decoration: none;
}

.pagebody{
    background-color:#fff;
    border-top:6px solid #0bc;
    #border-bottom: 6px solid #0bc;
}
/*Login*/
.screen {
    background: linear-gradient(90deg, #2b3695, #0c8dd7);
    position: relative;
    height: 600px;
}
.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}
.screen__content h5{
    font-size: 22px;
    position: relative;
    top: 15px;
    left: 20px;
    font-weight: 600;
    color: #515151;
    padding-bottom:15px;
    max-width: 275px;
}
.screen__content p{
    font-size: 13px;
    position: relative;
    left: 20px;
    color: #515151;
    max-width: 275px;
}
.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}
.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #FFF;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 0 0;
}
.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #0c8dd7;
    top: -172px;
    right: 0;
    border-radius: 32px;
}
.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #2b3695, #0c8dd7);
    top: -24px;
    right: 0;
    border-radius: 32px;
}
.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #0c8dd7;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}
#kvsignupform .modalclose, #kvloginform .modalclose{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    z-index: 2;
    color: #fff;
    cursor: pointer;
}
.login {
    width: 320px;
    padding: 30px;
}
.login__field {
    padding: 0px 0px;
    position: relative;
    border-bottom: 2px solid #D1D1D4;
}
.login__icon {
    color: #BEBEC6;
    position: absolute;
    right: 0px;
    background: none;
    border: none;
    font-size: 21px;
}
.login__input {
    text-align:left;
    border: none;
    background: none;
    padding: 10px;
    font-size:15px;
    transition: .2s;
    border-radius:0px;
    box-shadow:none;
}
.login__input:active, .login__input:focus, .login__input:hover {
    outline: none;
    border-bottom-color: #6A679E;
    box-shadow:none;
}
.login__submit {
    width:150px;
    background: linear-gradient(90deg, #2b3695, #0c8dd7) !important;
    font-size: 14px;
    margin-top: 30px;
    border-radius: 22px;
    text-transform: uppercase;
    font-weight: 700;
    align-items: center;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
    transition: .2s;
}
.login__submit:active, .login__submit:focus, .login__submit:hover {
    background: linear-gradient(90deg, #0c8dd7, #2b3695) !important;
    color: #fff;
}
.button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #7875B5;
}
.screen__content p a{
    font-weight:600;
    font-size: 15px;
    cursor:pointer;
}
.social-login {
    position: absolute;
    height: 140px;
    width: 160px;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
}
.social-login h3 {
    font-size: 20px;
    font-weight: 600;
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-login__icon {
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 8px #7875B5;
}
.social-login__icon:hover {
    transform: scale(1.5);
}
/*Login*/

.ftrcard{
    border:none !important;
    border-radius:0px !important;
    transition-duration:0.5s;
}

.ftrcard a{
    color:#000;
    text-decoration: none;
}
.ftrcard .card-img{
    max-height:350px;
    border-radius:0px !important;
}
.ftrcard .card-body {
    border:none !important;
}
.ftrcard .card-body h5{
    margin-top:0px;
    font-size:17px;
    font-weight:bold;
    line-height: 1.4em;
    height: 2.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
}
.ftrcard .card-body h5 span{
    color:#fbb140;
    font-size:19px;
}
.ftrcard .card-body p{
    position: relative;
    font-size:14px;
    line-height: 1.8em;
    height: 3.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.contentinteract {
    list-style: none;
    padding-left:0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contentinteract li .contdt{
    font-size:12px;
}

.freshnews{
    border: none !important;
    background-color: #f1f4f7;
    border-radius: 0px;
    padding: 12px 10px 36px 10px !important;
}
.freshnews .popularhead{
    font-weight: bold;
    font-size:21px;
    margin-top:10px;
    margin-top:10px;
    margin-left:10px;
}
.freshnews .card-body{
    overflow-y: scroll;
    max-height: 600px;
}
.freshnews hr:last-child{
    display:none;
}
.freshedits .card-body{
    background-color:#ffffff;
}
.freshedits a{
    text-decoration:none;
}
.freshedits a h2{
    font-size: 0.90rem;
    color:#000;
    font-weight: 600;
}
.freshedits a p{
    width: 100%;
    line-height: 0px;
    color: #000;
    font-size: 11px;
    font-weight: 500;
    margin-top: 2px;
    text-align: right;
    color:#000;
}
.freshedits a p span{
    margin-right: 10px;
    text-transform: uppercase;
    color:#ee3f36;
    font-weight: 600;
}
.freshdesc{
    font-size:19px;
}
.freshhead{
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
}
.freshfoot i{
    font-size: 30px;
    margin: 0px 25px;
    color: #9d9d9d;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 1rem; /* space between text and line */
    border-bottom:2px solid #0bc;
}

.section-title {
    font-size: 32px;
    white-space: nowrap;
    margin: 0;
    position: relative;
    color: #036;
    margin-bottom:10px;
    font-family:"Noto Sans", sans-serif !important;
    font-weight: 300;
}

.section-header::after {
    #content: "";
    #flex-grow: 1;
    #height: 3px;
    #background-color: #0bc;
}

.threedots{
    height: 8px;
    width: 8px;
    margin-right:0px;
    background-color: #1e2851;
    border-radius: 50%;
    display: inline-block;
}

.nine h1{
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #dc3545;
    letter-spacing: 0px;
    font-weight: 600;
}
.nine h1 span{
    margin-top:5px;
    font-size:15px;
    color:#444;
    word-spacing:1px;
    font-weight:400;
    letter-spacing:2px;
    text-transform:uppercase;
    font-family:Merriweather,sans-serif;
    font-weight:500;
    display:grid;
    grid-template-columns:1fr max-content 1fr;
    grid-template-rows:27px 0;
    grid-gap:20px;
    align-items:center
}
.nine h1 span:after,.nine h1 span:before{
    content:" ";
    display:block;
    border-bottom:1px solid #fbb140;
    border-top:1px solid #fbb140;
    height:5px;
    background-color:#f8f8f8
}


@media (max-width: 767.98px) {
    .header-upper, .header-lower {
        flex-wrap: wrap;
        justify-content: center !important;
        text-align: center;
    }
}

/*Footer Style*/
footer {
    float: left;
    padding: 10px 0 35px;
    width: 100%;
    background: #036;
    border-top:6px solid #0bc;
}

footer a, footer a:hover {
    color:#fff !important;
}

footer .heading-footer {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 22px;
}
footer p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
}
footer p span {
    color: #fff;
}
footer .footer-ul {
    list-style-type: none;
    margin-left: 2px;
    padding-left: 0;
}
footer .footer-ul li {
    font-size: 13px;
    margin-bottom: 10px;
}
footer .footer-ul li a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

footer .ftrmenu li a:hover{
    margin-left:7px;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    color:#fff;
}

footer .container .col-sm-12 .row .col-6 h6.iahide{
    color: #131f49 !important;
}

footer .post p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
footer .post p span {
    color: #fff;
    display: block;
    font-size: 13px;
}

footer .social-icons ul li{
    float: left;
    border: 1px solid #ccc;
    padding: 4px;
    height: 40px;
    margin: 0px 3px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
footer .social-icons ul li a img{
    width:22px;
    margin: 0px 3px;
    filter: invert(1);
}

footer .social-icons i {
    background-color: #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    width: 30px;
}
footer .footer-ul i {
    margin-right: 10px;
}
.copyright {
    background-color: #aeaeae;
    float: left;
    min-height: 40px;
    width: 100%;
}
.copyright p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: left;
}
.copyright a {
    color: #fff;
}
.copyright .bottom_ul {
    float: right;
    list-style-type: none;
    margin-bottom: 0;
}
.bottom_ul li {
    float: left;
    line-height: 40px;
}
.bottom_ul li a {
    color: #fff;
    font-size: 12px;
}
.bottom_ul li::after {
    color: #fff;
    content: "/";
    margin-left: 8px;
    margin-right: 8px;
}
.bottom_ul li:last-child::after {
    content: "";
}

footer .mobapp img{
    width: 100px !important;
    max-width: 100px !important;
    min-width: 100px;
    margin-bottom:15px;
}
.foottags{
    list-style-type: none;
    padding:0px;
    margin:0px;
    float:left;
}
.foottags li{
    float:left;
    font-size:13px;
    font-weight: 600;
    line-height: 1.6;
    border-right: 1px solid #9b9a97;
    padding: 0px 10px;
    color:#fff !important;
}
.foottags li:last-child{
    border:none !important;
}
.foottags li a{
    text-decoration: none;
}

@media (max-width: 768px) {
    footer h2 {
        font-size: 1.5rem;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
}


/* Custom background gradient using theme colors */
.newsletter-form-container {
    background: linear-gradient(135deg, #036, #0bc);
    color: white;
    padding: 60px 0;
}

.newsletter-form-content {
    max-width: 1200px;
    margin: 0 auto;
}

.newsletter-text h2 {
    font-size: 2rem;
    font-weight: bold;
}

.newsletter-text p {
    font-size: 1.1rem;
    margin-top: 10px;
}

.newsletter-form input[type="email"] {
    padding: 15px;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 350px;
}

.newsletter-form button {
    padding: 15px 25px;
    background-color: #0bc;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #036;
}

#notificationModal .modal-dialog{
    margin-top: 0px !important;
}
#notificationModal .modal-header {
    display: flex;
    align-items: center;
    padding: 20px;
}
#notificationModal .website-icon {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 20px;
}
#notificationModal .modal-text {
    flex: 1;
}
#notificationModal .modal-bold-text {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
#notificationModal .modal-regular-text {
    font-size: 16px;
    color: #555;
}
#notificationModal .modal-footer {
    display: flex;
    justify-content: space-between;
    padding:0px !important;
}
#notificationModal .modal-footer .btn {
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 5px;
    flex: 1;
    display: inline-block;
}
#notificationModal #allowBtn {
    background-color: #003466;
    border:none;
    color: white;
    margin:0px;
    border-radius:0px !important;
}
#notificationModal #laterBtn {
    background-color: #f5f5f5;
    border:none;
    color: #333;
    margin:0px;
    border-radius:0px !important;
}
#notificationModal .modal-content {
    border-radius: 0px;
}

#cookieConsentStrip {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 2px solid #ececec;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Helvetica Neue', sans-serif;
}
.cookie-consent-strip .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.cookie-consent-strip .cookie-text {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}
.cookie-consent-strip .cookie-text a {
    color: #003466;
    text-decoration: none;
    font-weight: bold;
}
.cookie-consent-strip .cookie-text a:hover {
    text-decoration: underline;
}
.cookie-consent-strip .cookie-buttons {
    display: flex;
    gap: 15px;
}
.cookie-consent-strip .cookie-buttons .btn {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 25px;
    transition: all 0.3s ease;
}
#cookieAcceptBtn {
    background-color: #003466;
    border-color: #003466;
    color: white;
}
#cookieDeclineBtn {
    background-color: transparent;
    border-color: #ccc;
    color: #555;
}
#cookieAcceptBtn:hover {
    background-color: #9b0000;
    border-color: #9b0000;
}
#cookieDeclineBtn:hover {
    background-color: #f8f9fa;
    border-color: #bbb;
    color: #333;
}
.cookie-consent-strip .cookie-buttons .btn:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(190, 0, 0, 0.5);
}