@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
    font-family: Net-proxima_nova_reg-webfont;
    src: url(../../webfonts/Net-proxima_nova_reg-webfont.ttf);
}

body {
    /* font-family: Net-proxima_nova_reg-webfont; */
    font-family: "Open Sans", sans-serif;
    background-color: #e6e9ed;
}

/* Consumer Css */
section.info-section {
    background: #f27d20;
    margin: 1.6rem 0rem 0rem;
}
section.info-section p {
    margin: 0;
    padding: 0.8rem;
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
}

section.hpw {
    background-color: #E9ECEF;
}
section.hpw h2 {
    color: #000;
    font-size: 2.5rem;
    line-height: 1.2;
}
.step-container {
      display: flex;
      justify-content: center;
      flex-wrap: nowrap;
      gap: 2rem;
      margin-top: 3rem;
      position: relative;
    }
    .step {
      text-align: center;
      max-width: 100%;
      position: relative;
    }
    .step-number {
      width: 5rem;
      height: 5rem;
      background-color: #0a58ca1a;
      color: #0056d2;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      font-weight: bold;
      margin: auto;
    }
    .arrow {
      position: absolute;
      top: 10px;
      right: -60px;
      z-index: 0;
    }
    .arrow svg {
      width: 100px;
      height: 60px;
    }
    .step p {
      font-size: 14px;
      color: #555;
    }
    @media (max-width: 768px) {
      .step-container {
        flex-direction: column;
        align-items: center;
      }
      .arrow {
        display: none;
      }
      section.info-section {
            background: #f27d20;
            margin: 7rem 0rem 0rem;
        }
        section.info-section p {
            margin: 0;
            padding: 0.5rem;
            color: #000;
            font-size: 0.875rem;
            font-weight: 500;
        }
    }
    section.dtc{
        background-color: #0f1b2c;
    }
    section.dtc h3 {
        font-size: 2.5rem;
    }
    .stat-card {
        width: 100%;
        height: 200px;
        background: #fff;
        color: #000;
        border-radius: 10px;
        padding: 20px 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s; 
    }
    .stat-card:hover {
      transform: translateY(-5px);
    }
    .stat-icon {
      font-size: 30px;
      color: #0056d2;
      margin-bottom: 10px;
    }
    .count {
      font-size: 36px;
      font-weight: 700;
    }
    .stat-desc {
      font-size: 14px;
      margin-top: 5px;
    }


     section.rights-section {
      background-color: #f3f6fb;
      font-family: Arial, sans-serif;
    }
    .rights-section {
      padding: 60px 20px;
    }
    figure.cards-img {
        width: 25%;
        flex-shrink: 0;
        margin: 0;
    }
    .card-custom {
      display: flex;
      flex-direction: row;
      border: none;
      border-radius: 10px;
      overflow: hidden;
      background-color: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    }
    .card-custom img {
      width: 150px;
      object-fit: cover;
    }
    .card-body {
      padding: 20px;
    }
    h2.section-title {
      font-weight: 700;
      margin-bottom: 40px;
      text-align: center;
    }

    @media (max-width: 767px) {
      .card-custom {
        flex-direction: column;
      }
      .card-custom img {
        width: 100%;
        height: 180px;
      }
    }

    section.team-section {
      background-color: #edf0f5;
      font-family: Arial, sans-serif;
    }
    .team-section {
      padding: 60px 20px;
    }
    .team-title {
      text-align: center;
      margin-bottom: 40px;
    }
    .team-member {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 40px;
    }
    .team-member img {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 50%;
    }
    .member-info h5 {
      margin: 0;
      font-weight: bold;
    }
    .member-info p {
      margin: 0px 0px 10px;
      color: #555;
    }
    @media (max-width: 767px) {
      .team-member {
        flex-direction: column;
        text-align: center;
      }
    }
    @media (max-width: 991px) {
      .team-member {
        flex-direction: column;
        text-align: center;
      }
      figure.cards-img {
            width: 100%;
            flex-shrink: 0;
            margin: 0;
        }
        .card-custom img {
            width: 100%;
            height: 100%;
        }
        .member-info p {
            margin: 0px 0px 10px;
            color: #555;
            text-align: center;
        }
        .about-btn {
            margin-left: 0;
            background-color: #3b6fc5;
            color: #f8fafc;
            font-size: .875rem;
            line-height: 1.25rem;
            font-weight: 500;
            width: 200px;
        }
    }

    section.about-section {
        background: #fff;
    }
    .about-portal {
        background-color: #f0f2f5;
        color: #212529;
        /* width: 100%; */
        height: 405px;
    }
    .about-btn {
        width: 40%;
        margin-left: 0;
        background-color: #3b6fc5;
        color: #f8fafc;
        font-size: .875rem;
        line-height: 1.25rem;
        font-weight: 500;
    }
    .about-btn:hover {
        background-color: #2c5aa8;
        color: #fff;
    }

    #loginModal {
      background-color: rgba(0, 0, 0, 0.5);
    }
    .modal-content {
      background-color: #4b64a6;
      color: white;
      border-radius: 10px;
      padding: 30px;
    }
    .form-control {
      background-color: #fff;
      /* background-color: #c9d0e1; */
      border: none;
    }
    .form-control:focus {
      box-shadow: none;
    }
    .placeholder {
        display: inline-block;
        min-height: 1em;
        vertical-align: middle;
        cursor: wait;
        /*    */
        opacity: 1;
    }
    .captcha-box img {
      width: 100%;
      height: 36px;
      border-radius: 0.375rem;
      object-fit: cover;
    }
    .footer-links a {
      color: #d3d8e8;
      margin: 0 10px;
      text-decoration: none;
      font-size: 14px;
    }
    .login-icon {
      font-size: 24px;
      margin-right: 10px;
    }
    a.login-btn-info{
        width: 100%;
        margin-right: 10px;
    }
    a.login-btn-info button.btn.login-btn {
        width: 100%;
        margin-right: 10px;
        color: #fff;
    }
    a.login-btn-info button.btn.login-btn:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #fff;
    }
    a.login-btn-info-signup{
        width: 100%;
        margin: 0 auto;
    }
    a.login-btn-info-signup button.btn.login-btn:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #fff;
    }


    section.signup-section {
      background-color: #2f4f94;
      font-family: Arial, sans-serif;
    }
    .registration-form {
      max-width: 600px;
      margin: 50px auto;
      background-color: #4b64a6;
      border-radius: 12px;
      padding: 30px;
      color: white;
    }
    .Grievance-registration-form {
      max-width: 100%;
      margin: 50px auto;
      background-color: #4b64a6;
      border-radius: 12px;
      padding: 30px;
      color: white;
    }
    /* .form-control {
      background-color: #c9d0e1;
      border: none;
    } */

    .form-control:focus {
      box-shadow: none;
    }
    .captcha-img {
        width: 100%;
        height: 36px;
        border-radius: 0.375rem;
        object-fit: cover;
    }
    .note {
      font-size: 14px;
    }
    .note span {
      color: red;
    }
    .btn-custom {
      min-width: 130px;
    }
div#main_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
/* Consumer Css End*/


.nominated-name,
.nominated-add {
    font-family: sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mt25 {
    margin-top: 25px
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.d-flex {
    display: flex;
}

.justify-content-betweeen {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}



.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button span {
    font-size: 30px;
    background: #ffffffd9;
    color: #000;
    opacity: 1;
    padding: 7px 7px;
    display: inline-flex;
    align-self: center;
    justify-content: center;
}


.w-100 {
    width: 100% !important;
    height: auto;
    max-height: 335px;
}

.wdtw {
    padding: 2rem 9rem 0rem !important;
}
.wdt {
    padding: 0.5rem 9rem !important;
}

.carousel-indicators [data-bs-target] {
    background-color: #f5b202;
}

.quickLinks {
    background: #013c86;
    height: calc(100% - 20px);
    max-height: 335px;
    color: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 2px #00000069;
}

.quickLinks ul li a {
    color: #fff;
    display: block;
}

.quickLinks .headLine {
    margin-bottom: 20px;
}

.quickLinks ul li {
    line-height: 25px;
    border-bottom: 1px solid #bdbebf;
    padding-bottom: 9px;
    margin-bottom: 8px;
}

.quickLinks ul li a span {
    float: right;
}

.Notice-Sec {
    position: relative;
    /* background: #fff; */
    padding-top: 20px;
}

.whatsnew {
    position: absolute;
    left: 15px;
    top: -55px;
    height: 285px;
    background: #003881;
    box-shadow: -1px 1px 2px 3px #dbc8c8;
    width: 100%;
    color: #fff;
    padding: 15px;
    /* border: 1px solid; */
    z-index: 99;
    box-shadow: -5px 6px 2px 2px #00000073;
    box-shadow: 0px 0px 4px 4px #0000004d;
    border-radius: 3px;
    height: 300px !important;
}

.QuickLinksW marquee {
    height: 115px;
}

.WhatsNew {
    position: absolute;
    left: 15px;
    top: -45px;
    height: 300px;
    background: #003881;
    box-shadow: -1px 1px 2px 3px #dbc8c8;
    width: 100%;
    color: #fff;
    padding: 15px;
    /* border: 1px solid; */
    z-index: 999;
    box-shadow: -5px 6px 2px 2px #00000073;
    box-shadow: 0px 0px 4px 4px #0000004d;
    border-radius: 3px;
}

.whatsnew h2 {
    font-size: 20px;
    text-align: center;
    background: #f59402;
    padding: 10px;
    color: #fff;
}

.whatsnew img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.leftHead {
    align-items: center;
    height: 100%;
    display: flex;
}

.dateWhatsnew {
    background: #013d86;
    color: #fff;
    text-align: center;
    padding: 3px 5px;
}

.dateWhatsnew p {
    font-size: 13px;
}

.dateWhatsnew p span {
    display: block;
    color: #f7c580;
    font-weight: bold;
    font-size: 24px;
}

.contentWhatsnew h3 {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 0px;
        color: #000;
        line-height: 1;
    }

.whatsnew .item {
    position: relative;
    margin-bottom: 20px;
}

.whatsnew .item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #013d86;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin: 10px auto;
    transform: translateX(-50%);

}

.highlightSec {
    padding: 0;
    /* background: #cbc8c84a; */
    /* background: #d2ecf7; */
    background: #fff;
    box-shadow: none;
    height: 240px;
    margin-left: 17px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px 1px #213555;
    margin-top: 10px;
    margin-bottom: 3px;
}

.highlightSec h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #000;
}

.highlightSec h2 {
    background: orange;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    background: transparent;
    color: #000;
    text-align: center;
}

.highlightSec p {
    margin: 0;
    font-size: 20px;
    /* margin-top: 0; */
    text-align: left;
    color: #000;
}

div#owl-demo {
    margin-bottom: 4rem;
}

/* .highlightSec img{
    width: auto;
    height: 75px;
    object-fit: contain;
} */
.highlightSec .head .left-sec {
    float: left;
}

.highlightSec .head .right-sec {
    float: left;
    margin: 15px 5px;
}

.highlightSec .head .right-sec.O-line {
    float: left;
    margin: 15px 5px;
}

.highlightSec .head .left-sec img {
    width: auto;
    height: 60px;
    object-fit: contain;
}

.social {
    background-color: #fff;
    padding: 10px;
    position: relative;
}

.social h2 {
    background: orange;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

.socialBtn {
    position: absolute;
    right: -80px;
    background: #fff;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: orange;
}

.social .tab-content {
    width: 100%;
}

.social ._2p3a {
    width: 100% !important;
}

.departments {
    padding: 0px;
    overflow: visible;
}

.head {
    padding-bottom: 15px;
}

.head h2 {
    padding-bottom: 7px;
}

.whatsUper {
    position: relative;
}

.heading-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.whatsUper .heading-item {
    height: auto;
    align-items: flex-start;
}

.heading-item h3 {
    color: #fff;
}

.heading-item h3 {
    color: #fff;
}

.readmorebtnMrq {
    text-align: right;
}

.readmorebtnMrq a {
    background: #278abb;
    /* background: #74a8bd; */
    font-size: 12px;
    border: 1px solid #eee;
    border-radius: 0px;
    transition: all 0.3s ease-out;
    padding: 4px 10px;
    color: #fff;
}

.content-tender-list svg {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.headLine {
    background: orange;
    width: 80px;
    height: 3px;
    display: block;
    position: relative;
    margin-left: 10px;
    ;
}

.headLine:before {
    content: "";
    position: absolute;
    left: -7px;
    background: orange;
    width: 4px;
    height: 3px;
}

.headLine::after {
    content: "";
    position: absolute;
    left: auto;
    background: orange;
    width: 4px;
    height: 3px;
    right: -7px;
}

.departments_flex {
    flex: 0 0 33.33%;
    width: 33%;
}

.departments_flex.glance {
    flex: 0 0 25%;
    width: 25%;
}

/* .departments_flex{
    flex: 0 0 25%;
    width: 25%;
} */
/* .departments_flex{
    flex: 0 0 33.3%;
    width: 33.3%;
} */

.inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 1px #00000080;
    margin-bottom: 30px;
    height: auto;
    transform: translateY(0px);
    transition: .5s ease-in-out;
    margin: 5px;
}


.inner-box:hover {
    transform: translateY(-10px);
}

.inner-box:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 4px;
    left: 0px;
    top: 22px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.inner-box:before {
    background: #74a8bd;
}

/* .inner-box:hover:before, .service-block-one .inner-box:hover:after {
    transform: scale(1,1);
} */

.inner-box h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.inner-box h4 a {
    display: inline-block;
    /* color: #3e3e3e; */
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 98%;

}

/* .inner-box h4 a:hover{
    color: #74a8bd;
} */


.inner-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #696b7e;
    font-weight: normal;
    text-transform: capitalize;
    padding: 2px 10px;
    text-align: center;
    /* border: 2px solid #e6e6ea; */
    border-radius: 4px;
    background-color: #278abb;
    /* background-color: #74a8bd; */
    color: #fff;
}

.inner-box .btn-box a:hover {
    background-color: #74a8bd;
    /* border: 2px solid #6665657e; */
    color: #fff;
}

.inner-box:hover .icon-box {
    color: #74a8bd;
}

/* .inner-box:hover:after {
    transform: scale(1,1);
} */

.inner-box:after {
    background: #74a8bd;
}

.inner-box:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 25px;
    left: 0px;
    top: 30px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.inner-box .icon-box {
    text-align: right;

}

.inner-box .icon-box img {
    height: 40px;
    float: right;
    transition: 0.6s all ease-in-out;
}

.inner-box .icon-box .or {
    display: none;

}

.inner-box:hover .icon-box .or {
    display: block;

}

.inner-box:hover .icon-box .bl {
    display: none;

}




.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin-bottom: -3px !important;
    border-radius: 5px;
}

.owl-dots {
    position: relative !important;
    top: 0px !important;
    margin-bottom: 0 !important;
    text-align: center;
    display: none;
}

.owl-dots button {
    background-color: #000 !important;
    border: 1px solid rgb(255, 255, 255) !important;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 2px;
}

.owl-dots .active {
    background-color: orange !important;
    color: orange !important;
}

footer {
    background-color: #013d86;
    /* padding: 15px 0px 0px 0px; */
}

.last-menu ul {
    margin: 0px;
    padding: 20px 0px 10px 0px;
}

.last-menu ul li {
    list-style: none;
    display: inline-block;
}


.last-menu ul li a {
    color: #fff;
    padding: 10px;
}

.social-link h6 {
    color: #fff;
    font-size: 18px;
    padding: 20px 0px 10px 0px;
}

.social-icon ul {
    margin: 0px 0px 0px 15px;
    padding: 15px 0px 0px 0px;
    text-align: right;
}

.social-icon ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 2px 0px 2px;
    width: 25px;
    height: 25px;
    /* background-color: #fff; */
    border-radius: 50%;
    /* box-shadow: 0px 0px 0px 3px #edd5d57a; */
}

.social-icon ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 27px;
}

.social-icon ul li a img {
    width: 14px;
    filter: invert(1);
}

.social-icon ul li a svg,
.social-icon ul li a i {
    font-size: 15px;
    color: orange;
    color: #013d86;
    color: #565555;
    color: #fff;
}

.social-icon ul li a svg:hover {
    color: orange;
}

.wp-icon {
    /* width: 27px;
    height: 27px; */
    border-radius: 50%;
    /* text-align: center;
    line-height: 27px;
    vertical-align: middle;
    color: #fff;
    margin-right: 0px; */
}

.fa-insta {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.fa-fb {
    background: #1877F2;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.fa-linked {
    background: #0077B5;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.fa-twitt {
    background: #000;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.fa-YT {
    background: #FF0000;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.fa-cont {
    background: #25D366;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}


.footer-logo img {
    width: 32px;
    border-radius: 5px;
}

.site-name h6 {
    font-size: 20px;
    color: #ffffff;
    margin: 0px 0px 0px 10px;
}

footer address {
    color: #fff;
    margin: 10px 0px;
}

footer address a {
    color: #fff;
}

footer address svg {
    color: orange;
}

.link-heading h6 {
    color: #fff;
    text-align: left;
    font-size: 20px;
}

/* .border-cls{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
} */

.link-items ul li {
    list-style: none;

}

.link-items iframe {
    border-radius: 5px;
}

.link-items ul li a {
    color: #fff;
    font-size: 14px;
}

.link-items ul li svg,
.link-items ul li i {
    color: #fff;
    margin-right: 8px;
}

.last-footer {
    background-color: #102239;
    margin: 0px;
    padding: 15px 0px;
    margin-top: 0px;
    /* border-top: 1px solid #848181; */
}

.last-footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.last-footer-link ul {
    text-align: right;
}

.last-footer-link ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 2px 0px 2px;
}

.last-footer-link ul li {
    color: #fff;
    font-size: 14px;
}


.highlightSec .headLine {
    margin: 0 auto;
}


.Notice-Sec {
    padding-top: 0px;
}

/* PNG Slogan CSS Start*/
.slogan {
    display: flex;
    /* justify-content: center; */
}

.slogan img {
    width: 100%;
    height: auto !important;
}

/* PNG Slogan CSS End*/

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 5px;
}

.head h2 {
    padding-bottom: 0px;
    font-size: 25px;
}

.head h3 {
    font-size: 16px;
}

.head h2 a {
    color: #000;
}

.head h2 a span {
    font-size: 20px;
}

.highlightSec .head h2 {
    padding-top: 0;
}

/* Latest Homepage */

.slider {
    margin: 0px;
    box-shadow: 0px 0px 5px 1px #213555;
    border-radius: 0px;
    height: 500px;
}

.bg-hero-gradient {
    background-image: linear-gradient(90deg, #1d2b39, transparent);
}

h3 {
    color: #2c5aa8;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2rem;
}

h2 {
    color: #2c5aa8;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
}

.btn.btn-link.about-btn {
    background-color: #3b6fc5;
    color: #f8fafc;
}

.btn.btn-link.about-btn:hover {
    background-color: #2c5aa8;
    color: #fff;
}

.btn.btn-link {
    background-color: #f8fafc;
    color: #3b6fc5;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    border: 1px solid #3b6fc5;
    border-radius: 0.5rem;
}

span.badge.news {
    background-color: rgb(59 111 197 / .1);
    color: #3b6fc5;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
    padding: .125rem .625rem;
    border-color: rgb(59 111 197 / .3);
    border-width: 1px;
    border-style: solid;
    border-radius: 9999px;
}

span.badge.hp {
    background-color: #3b6fc5;
    color: #fff;
    font-weight: 600;
    font-size: .75rem;
    line-height: 1rem;
    padding: .125rem .625rem;
    border-color: rgb(59 111 197 / .3);
    border-width: 1px;
    border-style: solid;
    border-radius: 9999px;
}

.btn.btn-link:hover {
    background-color: rgb(59 111 197 / 10%);
    color: #3f485a;
}

.card.cA img {
    width: 100%;
    height: 236px;
    object-fit: cover;
    margin-bottom: 0.5rem;
}
.card.cA:hover {
    background-color: rgb(59 111 197 / 10%);
}
.card.cA1:hover {
    background-color: rgb(59 111 197 / 10%);
}
.card {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: 0.5rem;
}
.card.indt {
    /* border: 4px solid #3b6fc5; */
    height: 328px;
    overflow: hidden;
}
.card.indt:hover {
    /* border: 4px solid #3b6fc5; */
    background-color: rgb(59 111 197 / 10%);
}
.card.indt img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

h4.card-title {
    color: #434a54;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: -.025em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
h5.card-title {
    color: #434a54;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: -.025em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin-bottom: 0rem;
}
h6.card-title {
    color: #434a54;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: -.025em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin-bottom: 0rem;
}

p.card-text {
    color: #656d78;
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

span small {
    float: inline-end;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 2.2;
}

a.stretched-link {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #3b6fc5;
    font-weight: 600;
}

a.stretched-link:hover {
    text-decoration-line: underline;
    text-underline-offset: 4px;
}
h5.animate-underline::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
h5.animate-underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.latestNews {
    margin-bottom: 1.5rem;
}

.annTB {
    margin: 1rem 0rem 0rem;
}

.list-group-item.annContent:first-child {
    margin-bottom: 1rem;
}

.list-group-item.wNew {
    border-left: 4px solid #3b6fc5 !important;
}
.list-group-item.annContent {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.5rem;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    /* border-left: 4px solid #3b6fc5; */
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.list-group-item.tenContent {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.5rem;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    /* border-left: 4px solid #3b6fc5; */
    padding: 1.5rem;
}

.mHead {
    padding-bottom: .5rem;
}

h5.annTitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}

h4.sTitle {
    font-size: 1.1rem;
    line-height: 1.25rem;
    text-align: left;
    color: #434a54;
    font-weight: 500;
    margin-bottom: .25rem;
}

h6.sSubtitle {
    font-size: .875rem;
    line-height: 1rem;
    text-align: left;
    color: #656d78;
    font-weight: 500;
    margin-top: .5rem;
    margin-bottom: 0rem;
}

h2.sNumbers {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0rem;
}

h2.app {
    text-align: left;
    font-size: 1rem;
    line-height: 3rem;
    font-weight: 700;
    color: #2c5aa8;
    margin-bottom: 0rem;
}

h5.regTitle {
    /* text-align: left; */
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #2c5aa8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

h5.annTitle i {
    color: #3b6fc5;
}

p.annPara {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #656d78;
}
p.annPara a {
    color: #2c5aa8;
}
p.annPara a:hover {
    color: #2c5aa8;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}
.quick-links .list-group-item {
    border: 1px solid #e6e9ed;
    padding: 1rem;
    background-color: #f8fafc;
    color: #343639;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 0.5rem;
}

.quick-links .list-group-item.marQ {
    margin-top: 0.75rem;
}

.quick-links .list-group-item:hover {
    background-color: #f8fafc;
    cursor: pointer;
    color: #3b6fc5;
}

.quick-links .list-group-item i.right {
    margin-left: auto;
}

.quick-links .list-group-item i.left:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: rgb(59 111 197 / .2);
}

.quick-links .list-group-item i.left {
    padding: 0.5rem;
    margin-right: 0.5rem;
    background-color: rgb(59 111 197/.1);
    border: 1px solid #d4d7de;
    border-radius: 0.5rem;
    color: #3b6fc5;
    font-size: 1rem;
}

.quick-links .icon {
    color: #007bff;
    font-size: 1.2rem;
}

.img-sec img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.icon {
    width: 3rem;
    height: 3rem;
}

.icon i {
    font-size: 1.5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.gap {
    margin-bottom: 1rem;
}
.gaps {
    margin-bottom: 2.3rem;
}

.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #3b6fc5;
}

.icon-shape.icon-reg {
    margin: 0 auto;
}
.icon-shape.icon-reg img {
    height: 24px !important;
    width: 24px !important;
}
.card.card-stats .card-body {
    padding: 0.5rem 1rem;
}

.sIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0rem;
}

.bg-img-reg {
    background: linear-gradient(160deg, #1d2b39, transparent), url('../images/slider/bg-img-reg.png') no-repeat center center;
    /* background-image: linear-gradient(90deg, #1d2b39, transparent); */
    background-size: cover;
    border-radius: 0px;
    padding: 30px;
}

h1.section-title {
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: left;
    padding: 1rem;
}

.slide-title {
    width: 100%;
    max-width: 50rem;
    color: white;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
    /* text-transform: capitalize; */
    margin-bottom: 1.5rem;
    font-family: "Poppins", sans-serif;
}
.slide-title-hin {
    width: 100%;
    max-width: 50rem;
    color: white;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 700;
    /* text-transform: capitalize; */
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
}

.slide-desc {
    width: 100%;
    max-width: 50rem;
    color: #f3f4f6;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-family: "Poppins", sans-serif;
}

.slide-btn {
    color: #fff;
    background-color: #3b6fc5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    margin-top: 0rem;
    border-radius: 0.5rem;
    padding: 0.5rem 2rem;
    text-transform: capitalize;
    transition: ease 0.3s;
    font-family: "Poppins", sans-serif;
}

.slide-btn:hover {
    gap: 1rem;
    background-color: #2c5aa8;
    color: #fff;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: #0d83fd;
    ;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: #ffffff;
    line-height: 0;
}

.scroll-top:hover {
    background-color: color-mix(in srgb, #0d83fd, transparent 20%);
    color: #ffffff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}

.gradient {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #1d2b39, transparent);
}

.img-gradient {
    position: relative;
    display: inline-block;
}

.img-gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(90deg, #1d2b39, transparent);

}

.img-gradient img {
    display: block;
}

section article {
    padding-top: 7%;
    padding-bottom: 0px;
}

.card-body.sMedia {
    padding: 10px;
}

#gallery-slider {
    margin-top: 5px;
    /* margin-bottom: 20px; */
}

.post-slide {
    background: transparent;
    margin: 0px 15px 0px;
    border-radius: 15px;
    padding-top: 1px;
    /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
}

.post-slide-social {
    background: transparent;
    margin: 0px 15px 0px;
    border-radius: 15px;
    padding-top: 1px;
    /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0;
    margin-left: -10px;
    text-align: center;
    padding: 5px 0px;
}

.post-slide .post-img .text {
    color: #7a5e12;
    font-weight: 500;
}

.post-slide .post-img img {
    width: auto;
    height: 30px;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .post-img-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0;
    margin-left: -10px;
    text-align: center;
    padding: 0px 0px;
}

.post-slide-social .post-social-media {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0;
    margin-left: -10px;
    text-align: center;
    padding: 0px 0px;
}

.post-slide .post-img-gallery img {
    width: 100%;
    height: 124px;
    margin-bottom: 0px;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
    object-fit: cover;
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%); */
    background: linear-gradient(-45deg, rgb(66 92 90 / 75%) 0%, rgb(214 162 23 / 60%) 100%);
    /* background: linear-gradient(-45deg, rgb(230 234 235 / 75%) 0%, rgb(221 224 229 / 60%) 100%); */
    transition: all 0.50s linear;
}

.post-slide .over-layer a {
    color: #fff;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

#demo {
    -webkit-transition: width 2s ease;
    -moz-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 30px;
    height: auto;
    width: 100%;
}

#demo.in {
    width: 215px;
    height: 250px;
}

#demo2 {
    -webkit-transition: width 2s ease;
    -moz-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 30px;
    height: auto;
    width: 100%;
}

#demo2.in {
    width: 215px;
    height: 250px;
}

/* Bottom right text */
.text-block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.sosM {
    height: auto;
}

.card-header:first-child {
    border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
}

.twitter-tweet.twitter-tweet-rendered {
    margin: 0px !important;
}
.twitter-tweet.twitter-tweet-rendered iframe {
    width: 100% !important;
    height: 400px !important;
    overflow: auto !important;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgb(16 34 57);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

#demo2 iframe .base-main-feed-card__entity-lockup .self-start a {
    align-self: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

img.cAwareness {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
/* .card.cA {
    border-left: 4px solid #3b6fc5;
} */
/* Latest Homepage end*/

.plr25 {
    padding: 0 0 0px 25px;
}

/* .fixed-header{
  position: fixed;
  top:0;
  width: 100%;
  z-index: 999;
} */

.last-menu ul li a {
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

body {
    overflow-x: hidden;
}

#check {
    display: none;
}

/* #check + label {
  position: absolute;
    z-index: 99;
    display: flex;
    align-items: center;
    cursor: pointer;
    top: 79px;
    left: 16px;
    height: 20%;
} */

#check+label {
    position: relative;
    z-index: 99;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    top: 0px;
    left: 10px;
    height: 20%;
    /* padding-top: 5px; */
    /* background: #fff; */
    /* width: 24vw; */
}

#check:checked+label {
    background-color: #d2ecf7;
    justify-content: flex-end;
    width: auto;
    display: inline-block;
    margin-left: 253px;
}

/* #check + label {
  position: absolute;
  content: "";
  top: 42px;
  left: -1em;
  width: 100vw;
  height: 91vh;
  background-color: rgba(33, 33, 61, 0.5);
  transform-origin: 50% 50%;
  transform: scale(1.3);
  visibility: hidden;
  opacity: 0;
  transition: all 250ms linear;
} */
/* #check + label::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -1em;
  width: 100vw;
  height: 85vh;
  background-color: rgba(33, 33, 61, 0.5);
  transform-origin: 50% 50%;
  transform: scale(1.3);
  visibility: hidden;
  opacity: 0;
  transition: all 250ms linear;
} */

#check+label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 37px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(33, 33, 61, 0.5);
    transform-origin: 50% 50%;
    transform: scale(1.3);
    visibility: hidden;
    opacity: 0;
    transition: all 250ms linear;
}

#check+label svg {
    margin-right: 0.5em;
}

#check+label svg path {
    transform-origin: 35% 50%;
    transition: transform 166.6666666667ms cubic-bezier(0.06, 0.63, 0.91, 0.66);
}

/* #check:checked + label:after{
  content: "";
    background-color: #013c86;
    position: absolute;
    top: 0px;
    left: -22vw;
    width: 25vw;
    height: 100vh;
    z-index: -6;
} */
#check:checked+label~aside {
    transform: none;
    display: block;
}

#check:checked+label::before {
    width: calc(100vw - 300px);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.parentCheck {
    position: absolute;
    width: 300px;
    height: 100vh;
    background: #d2ecf7;
    visibility: hidden;
}

/* Regulations */

.regulation {
    position: absolute;
}

.regulation-content {
    display: flex;
}

.reg-cnt h4 {
    margin-bottom: 0px;
}

.regulation h4 a {
    font-size: 14px;
    font-weight: 600;
    color: #213555;
}

.regulation h4 a:hover {
    color: #278abb;
}

.btn-box a {
    font-size: 14px;
    color: #278abb;
    font-weight: 600;
}

.btn-box a:hover {
    color: #213555;
}

.reg-cnt {
    width: 17%;
    text-align: center;
    margin: 0px 3px;
}

.image-icon img {
    height: 102px;
    display: flex;
    position: absolute;
    top: 50.5%;
}

.image-icon.cgd img {
    left: 3.4%;
}

.image-icon.ngpl img {
    left: 20.5%;
}

.image-icon.pppl img {
    left: 37.5%;
}

.image-icon.t4s img {
    right: 38%;
}

.image-icon.ge img {
    right: 21%;
}

.image-icon.oth img {
    right: 3.5%;
}

/* [1] The container */
/* .img-hover-zoom {
  height: 102px;
  overflow: hidden;
} */

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    transform: scale(1.2);
}

.hover {
    border: 8px solid;
    border-image: repeating-linear-gradient(135deg, #213555 0 10px, #278abb 0 20px, #213555 0 30px) 8;
    -webkit-mask:
        conic-gradient(from 180deg at top 8px right 8px, #0000 90deg, #000 0) var(--_i, 200%) 0 /200% var(--_i, 8px) border-box no-repeat,
        conic-gradient(at bottom 8px left 8px, #0000 90deg, #000 0) 0 var(--_i, 200%)/var(--_i, 8px) 200% border-box no-repeat,
        linear-gradient(#000 0 0) padding-box no-repeat;
    transition: .3s, -webkit-mask-position .3s .3s;
    mask:
        conic-gradient(from 180deg at top 8px right 8px, #0000 90deg, #000 0) var(--_i, 200%) 0 /200% var(--_i, 8px) border-box no-repeat,
        conic-gradient(at bottom 8px left 8px, #0000 90deg, #000 0) 0 var(--_i, 200%)/var(--_i, 8px) 200% border-box no-repeat,
        linear-gradient(#000 0 0) padding-box no-repeat;
    transition: .3s, position .3s .3s;
}

.hover:hover {
    --_i: 100%;
    color: #CC333F;
    transition: .3s, -webkit-mask-size .3s .3s;
    transition: .3s, mask-size .3s .3s;
}

/* Regulation End */

@media (max-width: 576px) {
    #check:checked+label::before {
        left: calc(50vw - 1em);
    }

    /* header .d-flex .item .leftLogo img {
    height: 95px;
    padding: 2px;
    border-radius: 10px;
}
.logoName {
    left: 78px;
}
.logoName h4.eng {
    font-size: 12px;
}
.logoName h4.hin {
    font-size: 16.5px;
} */
}

#check:checked+label svg #one {
    transform: rotate(45deg);
    stroke: #000;
}

#check:checked+label svg #two {
    visibility: hidden;
}

#check:checked+label svg #three {
    transform: rotate(-45deg) translateY(-10px);
    stroke: #000;
}

#check:checked+label~article {
    z-index: -1;
    transform: translateX(25vw) scale(0.7);
    border-radius: 0.25em;
    user-select: none;
    pointer-events: none;
}

aside,
article {
    padding: 0;
    transition: all 250ms cubic-bezier(0.06, 0.63, 0.91, 0.66);
}

/* aside {
  position: absolute;
  width: 25vw;
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background-image: linear-gradient(45deg, #3369e7, #2ede98); 
  background-color: #fff;
  top: 25%;
}  */

aside {
    position: absolute;
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background-image: linear-gradient(
        45deg, #3369e7, #2ede98); */

    top: 40px;
    display: none;
}

.top {
    padding: 15px;
    background-color: #d2ecf7;
    position: relative;
    z-index: 99;
}

.top ul li {
    padding: 5px 0;
}

.top ul li a {
    font-size: 18px;
    color: #000;
    border-left: 2px solid #d2ecf7;
    transition: .5s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top ul li a:hover {
    border-left: 2px solid orange;
    color: orange;
    padding-left: 10px;
}

.top ul li a svg {
    float: right;
}

@media (max-width: 576px) {
    aside {
        width: 50vw;
    }

    /* header .d-flex .item .leftLogo img {
    height: 95px;
    padding: 2px;
    border-radius: 10px;
}
.logoName {
    left: 78px;
}
.logoName h4.eng {
    font-size: 12px;
}
.logoName h4.hin {
    font-size: 16.5px;
} */
}

article {
    position: relative;
    transform-origin: 10% 50%;
    width: 100%;
    /* background-image: linear-gradient(45deg, #1cc7d0, #2ede98); */
}

article .wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

article .wrapper h1 {
    margin: 0;
}

article .wrapper .footer {
    text-align: right;
}

.dateWhatsnew {
    background: #1f5aa1;
}

.tender-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

section {
    position: relative;
    overflow: hidden;
}

.tender-item p {
    font-size: 12px;
    text-align: center;
}

.contentWhatsnew p {
    text-align: left;
    line-height: 17px;
}



.socialFixed {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 999;
    height: 266px;
    display: flex;
    align-items: flex-start;

}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.socialFixed li {
    margin-bottom: 5px;
}

.socialFixed a {
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb {
    background: purple;
}

.twitter {
    background: blue;
}

.hideTimelines {
    display: flex;
}

.hideTimelines .timelines {
    display: none;
    transition: .5s ease-in-out
}

.hideTimelines:hover .timelines {
    display: block;
    transition: 2s ease-in-out;

}


/*.socialFixed .btn{
margin: 10px;

}*/

.HoverCard .HoverCardRoot {
    left: 0 !important;
}

.socialFixed.first .btn-sm {
    background: #000;
    border: 1px solid #fff;
    padding: 0px;
}

.socialFixed.first img {
    width: 30px;
}

.second .btn-sm {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    /* background: #3a579d !important; */
    border: 1px solid #fff;
}


.foot-outer .navbar-light .footerToggleBtn {
    position: relative;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: none;
    top: 18px;
    padding: 0px;
    margin: 0;
    background: #013d86;
    color: #fff;
    border: 1px solid;
}

#collapsingNavbar2 {
    height: 50px;
    overflow: hidden;
    transition: all 1s ease-in-out !important;
}

.foot-outer .navbar {
    padding-bottom: 0;
}

.last-menu ul {
    margin: 0px;
    padding: 5px 0px 10px 0px;
}

.social-link h6 {
    color: #fff;
    font-size: 14px;
    padding: 5px 0px 10px 0px;
}

.social-icon ul {
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    text-align: right;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: none;
}

.timeline-Widget {
    overflow-y: scroll;
    height: 250px;
}




.second {

    top: 42%;
}

/* .upperNav {
    background: #d2ecf7;
}
.upperNav ul li a {
    color: #000;
}
.upperNav ul li a img {
    width: 15px;
} */
.quickLinks {
    color: #000;
    background: #fff;
    /* background: #d2ecf7; */
    box-shadow: 0px 0px 5px 1px #213555;
}

.quickLinks ul li a {
    color: #000;
    display: block;
}

.headLine {
    background: #74a8bd;
}

.headLine:before {
    background: #74a8bd;
}

.headLine:after {
    background: #74a8bd;
}

.WhatsNew {
    z-index: 99;
    background: #d2ecf7;
    color: #000;
    box-shadow: 0px 0px 5px 1px #00000080;
}

.tender-item {
    border-bottom: 1px solid #92b0bd;
    margin-bottom: 20px;
}

.owl-dots .active {
    background-color: #74a8bd !important;
    color: #74a8bd !important;
}

.dateWhatsnew {
    background: #2c5aa8;
    /* background: #74a8bd; */
    color: #fff;
    border-radius: .5rem;
}

.dateWhatsnew p span {
    color: #fff;
}
.dateWhatsnew p {
    margin: .4rem;
}

.readmorebtnMrq button {
    color: #fff;
    background: #74a8bd;
}

.carousel-indicators [data-bs-target] {
    background-color: #74a8bd;
}

footer {
    background: #102239;
    /* background: #565555; */
}

.link-items ul li svg {
    color: #a0d8ef;
}

footer address svg {
    color: #a0d8ef;
}

.social-icon ul li a svg {
    font-size: 13px;
    color: #48a8cf;
}

.top ul li a:hover {
    border-left: 2px solid #25a8db;
    color: #25a8db;
}

.foot-outer .navbar-light .footerToggleBtn {
    position: relative;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: none;
    top: 18px;
    padding: 0px;
    margin: 0;
    background: #102239;
    /* background: #565555; */
    color: #fff;
    border: 1px solid;
    padding: 4px;
}

/* .fixed-header .item .leftLogo img {
            top: 3px !important;
            height: 51px !important;
            padding: 5px !important;
        }
        .fixed-header .rightLogo img {
            top: 3px !important;
            height: 51px !important;
            padding: 5px !important;
        } */

@media (max-width:991px) {
    .slider {
        margin: 0px;
        box-shadow: 0px 0px 5px 1px #213555;
        border-radius: 0px;
        height: auto;
    }

    .slide-content {
        position: absolute;
        top: 0%;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        text-align: left;
        padding: 1rem;
    }

    .slide-title {
        width: 100%;
        max-width: 50rem;
        color: white;
        font-size: 3rem;
        line-height: 3rem;
        font-weight: 700;
        /* text-transform: capitalize; */
        margin-bottom: 1rem;
        font-family: "Poppins", sans-serif;
    }

    .slide-desc {
        width: 100%;
        max-width: 50rem;
        color: #f3f4f6;
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: 400;
        margin-bottom: 1rem;
        font-family: "Poppins", sans-serif;
        text-align: left;
    }

    .wNew {
        margin-bottom: 1rem;
    }

    h3 {
        color: #2c5aa8;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .btn.btn-link {
        background-color: #f8fafc;
        color: #3b6fc5;
        font-size: .75rem;
        line-height: 1.25rem;
        font-weight: 500;
        border: 1px solid #3b6fc5;
        border-radius: 0.5rem;
        padding: .5rem !important;
    }

    .latestNews {
        margin-bottom: 1rem;
    }

    h2.app {
        text-align: left;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #2c5aa8;
        margin-bottom: 0rem;
    }

    .card.card-stats.apps {
        margin: 1rem 0rem 1rem !important;
    }

    .gap {
        margin-bottom: 0rem;
    }

    .card.card-stats.stats {
        margin-bottom: 1rem !important;
    }

    .card.card-stats.statss {
        margin-bottom: 0rem !important;
    }

    h1.section-title {
        color: #fff;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 700;
        margin-bottom: 1rem !important;
    }

    h2 {
        color: #2c5aa8;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .img-sec {
        margin-top: 1rem;
    }
}

@media (max-width:767px) {

    /* #cssmenu.small-screen #menu-button {
        width: 40px;
    float: right;
    z-index: 99;
    position: relative;
    top: -52px;
    right: 30px;
    }
    #cssmenu {
        z-index: 999;
        top: 52px;
    }
    #cssmenu.small-screen ul {
        padding-bottom: 50px;
    }
    .upperNav {
        background: #d2ecf7;
        justify-content: flex-end;
    }
    .upperNav ul li {
        padding: 2px 6px;
    }
    .upperNav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
        background: #d2ecf7;
        padding: 0px 10px;
        flex-wrap: wrap;
        justify-content: start;
    }
    .upperNav ul li a {
        font-size: 10px;
    }
    .bottomNav {
        height: auto;
    }

    .bottomNav .item:nth-child(2){
        width: 100%;
        position: relative;
        top: 0;
        z-index: 99;
    }
    .Menu {
        padding-right: 0;
    }
   
.rightLogo {
    top: -26px;
    right: 2px;
}
header .d-flex .item .leftLogo img {
    top: 3px;
    height: 56px;
    left: 3px;
    padding: 5px;
    z-index: 999;
}
.rightLogo img {
    height: 23px;
    padding: 2px;
}
.fixed-header .rightLogo img {

    display: none;
} */
    .socialFixed {
        top: 30%;
    }

    .second {
        top: 40%;
    }

    /* .logoName {
    position: absolute;
    top: 5px;
    left: 50px;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    justify-content: flex-end;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgb(255 255 255 / 96%);
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.png);
}
.logoName h4 {
    font-size: 12px;
}
header .d-flex .item .leftLogo img {
    height: 95px;
    padding: 2px;
    border-radius: 10px;
}
.logoName {
    left: 78px;
}
.logoName h4.eng {
    font-size: 12px;
}
.logoName h4.hin {
    font-size: 16.5px;
} */
    .slide-content {
        position: absolute;
        top: 10%;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        text-align: left;
        padding: 1rem;
    }

    .slide-title {
        width: 100%;
        max-width: 50rem;
        color: white;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 700;
        /* text-transform: capitalize; */
        margin-bottom: 1rem;
        font-family: "Poppins", sans-serif;
    }
    .slide-title-hin {
        width: 100%;
        max-width: 50rem;
        color: white;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 700;
        /* text-transform: capitalize; */
        margin-bottom: 1rem;
        font-family: "Poppins", sans-serif;
    }
    .slide-desc {
        width: 100%;
        max-width: 50rem;
        color: #f3f4f6;
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: 400;
        margin-bottom: 1rem;
        font-family: "Poppins", sans-serif;
        text-align: left;
    }

    .w-100 {
        max-height: 400px;
    }

    .WhatsNew {
        z-index: 99;
        background: #d2ecf7;
        color: #000;
        box-shadow: 0px 0px 2px 2px #0000003b;
        background: #d2ecf7;
        position: relative;
        top: 0;
        left: 0;
        margin-top: 10px;
    }

    .socialFixed {
        z-index: 999;
    }

    .Notice-Sec .plr25 {
        padding: 20px 0;
    }

    .departments_flex {
        flex: 0 0 50%;
        width: 50%;
        text-align: center;
    }

    .highlightSec {
        margin-left: 0;
    }

    #collapsingNavbar2 {
        height: 25px;
    }

    .bg-light {
        background-color: #00000091 !important;
    }

    .follow-us {
        justify-content: flex-start !important;
    }

    .parentCheck {
        position: absolute;
        width: 100%;
        height: 100vh;
        background: #d2ecf7;
        visibility: hidden;
        transition: .5s ease-in-out;
    }

    #check:checked+label {

        margin-left: 87%;
    }

    aside {
        width: 100%;
    }

    footer .pb-5 {
        padding-bottom: 0 !important;
    }

    .parentCheck {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #d2ecf7;
        visibility: hidden;
        transition: .5s ease-in-out;
    }

}

@media (min-width:0px) and (max-width:319px) {

    /* #cssmenu.small-screen #menu-button {
    width: 40px;
    float: right;
    z-index: 99;
    position: relative;
    top: -50px;
    right: 35px;
    } */

     .wdtw {
        padding: 2rem 1rem 0rem !important;
    }
    .wdt {
        padding: 0.5rem 1rem !important;
    }
    h4.sTitle {
        font-size: 0.875rem;
        line-height: 1.25rem;
        text-align: left;
        color: #434a54;
        font-weight: 500;
        margin-bottom: .25rem;
    }
    h6.sSubtitle {
        font-size: .75rem;
        line-height: 1rem;
        text-align: left;
        color: #656d78;
        font-weight: 500;
        margin-top: .5rem;
        margin-bottom: 0rem;
    }
    .departments_flex.glance {
        flex: 0 0 50%;
        width: 50%;
    }

    .ban_text strong {
        font-size: 20px;
        line-height: 25px;
    }

    .ban_text a {
        font-size: 16px;
        line-height: 19px;
        padding: 10px 15px;
    }

    .tender-item .dateWhatsnew p {
        font-size: 10px;
        text-align: center;
    }

    .slogan {
        display: flex;
        justify-content: center;
    }

    .highlightSec {
        height: 80px;
        width: 100%;
        margin: 10px 0px;
    }

    .head h3 {
        font-size: 16px;
        margin-top: 15px;
    }

    .highlightSec .head .right-sec {
        float: left;
        margin: 0px 5px;
    }

    .highlightSec h4 {
        font-size: 14px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #000;
    }

    .highlightSec p {
        margin: 0;
        font-size: 14px;
        /* margin-top: 0; */
        text-align: left;
        color: #000;
    }

    .highlightSec .app-hin {
        font-size: 12px;
    }

    #owl-demo .thumb .item,
    #owl-demo1 .thumb .item {
        background: #fff;
        padding: 15px;
        margin: 20px 5px 10px 5px;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: justify;
        float: left;
        height: 310px;
        box-shadow: 0px 0px 5px 1px #213555;
    }

    .counter {
        display: block;
        font-size: 16px !important;
        font-weight: 700;
        color: #fff;
        line-height: 28px;
    }

    /* #cssmenu {
        z-index: 999;
        top: 52px;
        
    }
    #cssmenu.small-screen ul {
        padding-bottom: 50px;
    }
    .bottomNav {
        
        height: auto;
    }
    .bottomNav .item:nth-child(2){
        width: 100%;
        position: relative;
        top: 0;
        z-index: 99;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: flex-end;
        margin-right: 55px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.png);
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: rgb(255 255 255 / 96%);
    } */

    .w-100 {
        width: 100% !important;
        height: 250px;
        max-height: 300px;
    }

    .WhatsNew {
        z-index: 99;
        background: #d2ecf7;
        color: #000;
        box-shadow: 0px 0px 2px 2px #0000003b;
        background: #d2ecf7;
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 10px;
    }

    .whatsUper {
        position: relative;
        margin-bottom: 32px;
    }

    .Notice-Sec .plr25 {
        padding: 0;
    }
    .card.indt img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    /* .rightLogo {
        top: 6px;
        border-radius: 4px;
    }
     header .d-flex .item .leftLogo img {
        height: 50px;
        padding: 2px;
        border-radius: 4px;
        top: 6px;
    }
     header .d-flex .rightLogo img {
        display: block;
        height: 50px;
        padding: 2px;
        border-radius: 4px;
        top: 6px;
    }
    .logoName {
        left: 45px;
        top: 16px;
    }
    .logoName h4.eng {
        font-size: 8.6px;
    }
    .logoName h4.hin {
        font-size: 11px;
    }
    .upperNav ul li {
        padding: 2px 3px;
    }
    .Menu {
        padding-right: 0px;
    }
    .upperNav {
        justify-content: space-between;
    } */
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        object-fit: contain;
        border-radius: 5px;
    }

    /* Footer Start */
    .last-menu ul li a {
        color: #fff;
        padding: 2px 10px 2px 10px;
        font-size: 12px;
        font-weight: 600;
        background: black;
    }

    footer address {
        color: #fff;
        margin: 10px 0px;
        font-size: 13px;
    }

    .link-heading h6 {
        color: #fff;
        text-align: left;
        font-size: 14px;
    }

    .link-items {
        margin-bottom: 1rem;
    }

    .link-items ul li a {
        color: #fff;
        font-size: 10px;
    }

    .last-footer {
        background-color: #102239;
        margin: 0px;
        padding: 5px 0px;
        margin-top: 0px;
        border-top: 1px solid #848181;
    }

    .last-footer p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 0px;
        text-align: center;
    }

    .last-footer-link ul {
        text-align: center;
    }

    .last-footer-link ul li {
        color: #fff;
        font-size: 13px;
    }

    .link-items iframe {
        border-radius: 5px;
        width: 100%;
    }

    /* Footer End */
}

@media (min-width:320px) and (max-width:460px) {

    /* #cssmenu.small-screen #menu-button {
    width: 40px;
    float: right;
    z-index: 99;
    position: relative;
    top: -50px;
    right: 35px;
    }
    #cssmenu {
        z-index: 999;
        top: 52px;
        
    }
    #cssmenu.small-screen ul {
        padding-bottom: 50px;
    } */

     .wdtw {
        padding: 2rem 1rem 0rem !important;
    }
    .wdt {
        padding: 0.5rem 1rem !important;
    }
    h4.sTitle {
        font-size: 0.875rem;
        line-height: 1.25rem;
        text-align: left;
        color: #434a54;
        font-weight: 500;
        margin-bottom: .25rem;
    }
    h6.sSubtitle {
        font-size: .75rem;
        line-height: 1rem;
        text-align: left;
        color: #656d78;
        font-weight: 500;
        margin-top: .5rem;
        margin-bottom: 0rem;
    }
    .departments_flex.glance {
        flex: 0 0 50%;
        width: 50%;
    }
    .card.indt img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .ban_text strong {
        font-size: 24px !important;
        line-height: 15px !important;
        color: #fff;
    }

    .ban_text strong span.cpt {
        font: 400 16px / 16px "Open Sans", sans-serif;
        letter-spacing: 0px;
        color: #fff;
    }

    .ban_text {
        left: 0% !important;
    }

    .ban_text a {
        font-size: 16px;
        line-height: 19px;
        padding: 10px 15px;
    }

    .frame {
        /* border: 2px solid white; */
        padding: 0px !important;
    }

    .tender-item .dateWhatsnew p {
        font-size: 10px;
        text-align: center;
    }

    .slogan {
        display: flex;
        justify-content: center;
    }

    .highlightSec {
        height: 80px;
        width: 93%;
        margin: 10px 12px;
    }

    .head h3 {
        font-size: 16px;
        margin-top: 15px;
    }

    .highlightSec .head .right-sec.O-line {
        float: left;
        margin: 10px 0px;
    }

    .highlightSec h4 {
        font-size: 13px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #000;
    }

    .highlightSec p {
        margin: 0;
        font-size: 14px;
        /* margin-top: 0; */
        text-align: left;
        color: #000;
    }

    .highlightSec .app-hin {
        font-size: 12px;
    }

    #owl-demo .thumb .item,
    #owl-demo1 .thumb .item {
        background: #fff;
        padding: 15px;
        margin: 20px 5px 10px 5px;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: justify;
        float: left;
        height: 310px;
        box-shadow: 0px 0px 5px 1px #213555;
    }

    .counter {
        display: block;
        font-size: 16px !important;
        font-weight: 700;
        color: #fff;
        line-height: 28px;
    }

    /* .bottomNav {
        
        height: auto;
    }
    .bottomNav .item:nth-child(2){
        width: 100%;
        position: relative;
        top: 0;
        z-index: 99;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: flex-end;
        margin-right: 55px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.png);
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: rgb(255 255 255 / 96%);
    } */

    .w-100 {
        width: 100% !important;
        height: 250px;
        max-height: 300px;
    }

    .WhatsNew {
        z-index: 99;
        background: #d2ecf7;
        color: #000;
        box-shadow: 0px 0px 2px 2px #0000003b;
        background: #d2ecf7;
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 10px;
    }

    .whatsUper {
        position: relative;
        margin-bottom: 32px;
    }

    .Notice-Sec .plr25 {
        padding: 0;
    }

    /* .rightLogo {
        top: 6px;
        border-radius: 4px;
    }
     header .d-flex .item .leftLogo img {
        height: 50px;
        padding: 2px;
        border-radius: 4px;
        top: 6px;
    }
     header .d-flex .rightLogo img {
        display: block;
        height: 50px;
        padding: 2px;
        border-radius: 4px;
        top: 6px;
    }
    .logoName {
        left: 45px;
        top: 16px;
    }
    .logoName h4.eng {
        font-size: 8.6px;
    }
    .logoName h4.hin {
        font-size: 11px;
    }
    .upperNav ul li {
        padding: 2px 3px;
    }
    .Menu {
        padding-right: 0px;
    }
    .upperNav {
        justify-content: space-between;
    } */
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        object-fit: contain;
        border-radius: 5px;
    }

    .figuar-title {
        margin: 0;
        padding: 10px;
        color: #fff;
        font-size: 13.5px;
        overflow: auto;
        height: 140px;
    }

    /* Footer Start */
    .last-menu ul li a {
        color: #fff;
        padding: 2px 10px 2px 10px;
        font-size: 12px;
        font-weight: 600;
        background: black;
    }

    footer address {
        color: #fff;
        margin: 10px 0px;
        font-size: 13px;
    }

    .link-heading h6 {
        color: #fff;
        text-align: left;
        font-size: 14px;
    }

    .link-items {
        margin-bottom: 1rem;
    }

    .link-items iframe {
        border-radius: 5px;
        width: 100%;
    }

    .link-items ul li a {
        color: #fff;
        font-size: 10px;
    }

    .last-footer {
        background-color: #102239;
        margin: 0px;
        padding: 5px 0px;
        margin-top: 0px;
        border-top: 1px solid #848181;
    }

    .last-footer p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 0px;
        text-align: center;
    }

    .last-footer-link ul {
        text-align: center;
    }

    .last-footer-link ul li {
        color: #fff;
        font-size: 13px;
    }

    /* Footer End */
}

@media (min-width:461px) and (max-width:576px) {

    /* #cssmenu.small-screen #menu-button {
        width: 40px;
        float: right;
        z-index: 99;
        position: relative;
        top: -50px;
        right: 35px;
    }
    .rightLogo {
        top: 6px;
        border-radius: 4px;
    } */
    .wdtw {
        padding: 2rem 1rem 0rem !important;
    }
    .wdt {
        padding: 0.5rem 1rem !important;
    }
    .departments_flex.glance {
        flex: 0 0 50%;
        width: 50%;
    }

    .ban_text strong {
        font-size: 20px;
        line-height: 25px;
    }

    .ban_text a {
        font-size: 16px;
        line-height: 19px;
        padding: 10px 15px;
    }

    .slogan {
        display: flex;
        justify-content: center;
    }

    .highlightSec {
        height: 80px;
        width: 95%;
        margin: 10px 12px;
    }

    .head h3 {
        font-size: 16px;
        margin-top: 15px;
    }

    .highlightSec .head .right-sec {
        float: left;
        margin: 0px 5px;
    }

    .highlightSec h4 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #000;
    }

    .highlightSec p {
        margin: 0;
        font-size: 20px;
        /* margin-top: 0; */
        text-align: left;
        color: #000;
    }

    #owl-demo .thumb .item,
    #owl-demo1 .thumb .item {
        background: #fff;
        padding: 15px;
        margin: 5px 5px 10px 5px;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: justify;
        float: left;
        height: 310px;
        box-shadow: 0px 0px 5px 1px #213555;
    }

    /* header .d-flex .item .leftLogo img {
        height: 50px;
        padding: 2px;
        border-radius: 4px;
        top: 6px;
    }
     header .d-flex .rightLogo img {
        display: block;
        height: 50px;
        padding: 2px;
        border-radius: 4px;
        top: 6px;
    }
    .logoName {
        left: 45px;
        top: 16px;
    }
    .logoName h4.eng {
        font-size: 8.6px;
    }
    .logoName h4.hin {
        font-size: 11px;
    }
    .upperNav ul li {
        padding: 2px 3px;
    }
    .Menu {
        padding-right: 0px;
    }
    .upperNav {
        justify-content: space-between;
    } */
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        object-fit: contain;
        border-radius: 5px;
    }

    .figuar-title {
        margin: 0;
        padding: 10px;
        color: #fff;
        font-size: 13.5px;
        overflow: auto;
        height: 140px;
    }

    /* Footer Start */
    .last-menu ul li a {
        color: #fff;
        padding: 2px 10px 2px 10px;
        font-size: 12px;
        font-weight: 600;
        background: black;
    }

    footer address {
        color: #fff;
        margin: 10px 0px;
        font-size: 13px;
    }

    .link-heading h6 {
        color: #fff;
        text-align: left;
        font-size: 14px;
    }

    .link-items {
        margin-bottom: 1rem;
    }

    .link-items iframe {
        border-radius: 5px;
        width: 100%;
    }

    .link-items ul li a {
        color: #fff;
        font-size: 10px;
    }

    .last-footer {
        background-color: #102239;
        margin: 0px;
        padding: 5px 0px;
        margin-top: 0px;
        border-top: 1px solid #848181;
    }

    .last-footer p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 0px;
        text-align: center;
    }

    .last-footer-link ul {
        text-align: center;
    }

    .last-footer-link ul li {
        color: #fff;
        font-size: 13px;
    }

    /* Footer End */
}

@media (min-width:577px) and (max-width:767px) {

    /* #cssmenu.small-screen #menu-button {
        width: 40px;
        float: right;
        z-index: 99;
        position: relative;
        top: -50px;
        right: 35px;
    }
    .rightLogo {
        top: 6px;
        border-radius: 4px;
    } */
    h3 {
        color: #2c5aa8;
        font-weight: 700;
        font-size: 1.1rem !important;
        line-height: 1.5rem !important;
    }
    .wdtw {
        padding: 2rem 1rem 0rem !important;
    }
    .wdt {
        padding: 0.5rem 1rem !important;
    }
    .departments_flex.glance {
        flex: 0 0 50%;
        width: 50%;
    }

    .ban_text strong {
        font-size: 20px;
        line-height: 25px;
    }

    .ban_text a {
        font-size: 16px;
        line-height: 19px;
        padding: 10px 15px;
    }

    .slogan {
        display: flex;
        justify-content: center;
    }

    .highlightSec {
        height: 80px;
        width: 96%;
        margin: 10px 12px;
    }

    .head h3 {
        font-size: 16px;
        margin-top: 15px;
    }

    .highlightSec .head .right-sec {
        float: left;
        margin: 0px 5px;
    }

    .highlightSec h4 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #000;
    }

    .highlightSec p {
        margin: 0;
        font-size: 20px;
        /* margin-top: 0; */
        text-align: left;
        color: #000;
    }

    #owl-demo .thumb .item,
    #owl-demo1 .thumb .item {
        background: #fff;
        padding: 15px;
        margin: 5px 5px 10px 5px;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: justify;
        float: left;
        height: 310px;
        box-shadow: 0px 0px 5px 1px #213555;
    }

    /* header .d-flex .item .leftLogo img {
        height: 50px;
        padding: 2px;
        border-radius: 4px;
        top: 6px;
    }
     header .d-flex .rightLogo img {
        display: block;
        height: 50px;
        padding: 2px;
        border-radius: 4px;
        top: 6px;
    }
    .logoName {
        left: 45px;
        top: 16px;
    }
    .logoName h4.eng {
        font-size: 8.6px;
    }
    .logoName h4.hin {
        font-size: 11px;
    }
    .upperNav ul li {
        padding: 2px 3px;
    }
    .Menu {
        padding-right: 0px;
    }
    .upperNav {
        justify-content: space-between;
    } */
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        object-fit: contain;
        border-radius: 5px;
    }

    .figuar-title {
        margin: 0;
        padding: 10px;
        color: #fff;
        font-size: 13.5px;
        overflow: auto;
        height: 140px;
    }

    /* Footer Start */
    .last-menu ul li a {
        color: #fff;
        padding: 2px 10px 2px 10px;
        font-size: 12px;
        font-weight: 600;
        background: black;
    }

    footer address {
        color: #fff;
        margin: 10px 0px;
        font-size: 13px;
    }

    .link-heading h6 {
        color: #fff;
        text-align: left;
        font-size: 14px;
    }

    .link-items {
        margin-bottom: 1rem;
    }

    .link-items iframe {
        border-radius: 5px;
        width: 100%;
    }

    .link-items ul li a {
        color: #fff;
        font-size: 10px;
    }

    .last-footer {
        background-color: #102239;
        margin: 0px;
        padding: 5px 0px;
        margin-top: 0px;
        border-top: 1px solid #848181;
    }

    .last-footer p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 0px;
        text-align: center;
    }

    .last-footer-link ul {
        text-align: center;
    }

    .last-footer-link ul li {
        color: #fff;
        font-size: 13px;
    }

    /* Footer End */
}

@media (min-width:768px) and (max-width:991px) {

    /* #cssmenu.small-screen #menu-button {
        width: 40px;
        float: right;
        z-index: 99;
        position: relative;
        top: -50px;
        right: 60px;
    }
    .Menu{
        padding-right: 0px;
    } */
    .departments_flex.glance {
        flex: 0 0 50%;
        width: 50%;
    }

    .head h3 {
        font-size: 16px;
        margin-top: 15px;
    }

    .departments_flex {
        flex: 0 0 50%;
        width: 50%;
        text-align: center;
    }

    .highlightSec .head .left-sec img {
        width: auto;
        height: 40px;
        object-fit: contain;
        margin-top: 10px;
    }

    .highlightSec {
        height: 80px;
        width: 96%;
        margin: 10px;
    }

    .highlightSec .head .right-sec {
        float: left;
        margin: 0px 0px;
    }

    .highlightSec h4 {
        font-size: 14px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #000;
    }

    #owl-demo .thumb .item,
    #owl-demo1 .thumb .item {
        background: #fff;
        padding: 15px;
        margin: 25px 5px 10px 5px;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: justify;
        float: left;
        height: 310px;
        box-shadow: 0px 0px 5px 1px #213555;
    }

    .highlightSec p {
        margin: 0;
        font-size: 14px;
        /* margin-top: 0; */
        text-align: left;
        color: #000;
    }

    .highlightSec .app-hin {
        font-size: 10px;
    }

    /* #cssmenu {
        z-index: 999;
        top: 52px;
        
    }
    #cssmenu.small-screen ul {
        padding-bottom: 50px;
    }
    .bottomNav {
        
        height: auto;
    }
    .bottomNav .item:nth-child(2){
        width: 100%;
        position: relative;
        top: 0;
        z-index: 99;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: flex-end;
        margin-right: 55px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.png);
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: rgb(255 255 255 / 96%);
    } */

    .w-100 {
        width: 100% !important;
        height: 250px;
        max-height: 300px;
    }

    .WhatsNew {
        z-index: 99;
        background: #d2ecf7;
        color: #000;
        box-shadow: 0px 0px 2px 2px #0000003b;
        background: #d2ecf7;
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 10px;
    }

    .whatsUper {
        position: relative;
        margin-bottom: 32px;
    }

    .Notice-Sec .plr25 {
        padding: 0;
    }

    /* header .d-flex .item .leftLogo img {
        height: 80px;
        padding: 10px;
        border-radius: 10px;
        top: -24px;
    }
    header .d-flex .rightLogo img {
        display: block;
        height: 80px;
        padding: 10px;
        border-radius: 10px;
    }
    .rightLogo{
        top: -24px;
    }
    .logoName {
        left: 78px;
    }
    .logoName h4.eng {
        font-size: 13px;
    }
    .logoName h4.hin {
        font-size: 16.7px;
    } */
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        object-fit: contain;
        border-radius: 5px;
    }

    .figuar-title {
        margin: 0;
        padding: 10px;
        color: #fff;
        font-size: 13.5px;
        overflow: auto;
        height: 140px;
    }

    .quickLinks.QL.head {
        /* position: relative; */
        margin-top: 3%;
        /* margin-top: 30%; */
    }
    img.cAwareness {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .gaps{
        margin-bottom: 1rem;
    }

    .wdtw {
        padding: 2rem 2rem 0rem !important;
    }
    .wdt {
        padding: 0.5rem 2rem !important;
    }
    .QuickLinksW {
        height: 294px;
    }

    .QuickLinksW marquee {
        height: 300px;
    }
    h4.sTitle {
        font-size: 0.875rem;
        line-height: 1.25rem;
        text-align: left;
        color: #434a54;
        font-weight: 500;
        margin-bottom: .25rem;
    }
    h6.sSubtitle {
        font-size: .75rem;
        line-height: 1rem;
        text-align: left;
        color: #656d78;
        font-weight: 500;
        margin-top: .5rem;
        margin-bottom: 0rem;
    }
    /* Regulations */

    .image-icon img {
        height: 70px;
        display: flex;
        position: absolute;
        top: 47% !important;
    }

    .regulation h4 a {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #213555;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 95%;
    }

    .card-body.ks {
        height: 36.7rem;
        overflow: scroll;
        scroll-behavior: auto;
        /* padding: 1rem 0rem; */
    }
    .card-body.ksh {
        height: 36.7rem;
        overflow: scroll;
        scroll-behavior: auto;
        /* padding: 1rem 0rem; */
    }
    .card.indt img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    h2.app {
        text-align: left;
        font-size: 0.9rem !important;
        line-height: 1rem !important;
        font-weight: 700;
        color: #2c5aa8;
        margin-bottom: 0rem;
    }
    h2.sNumbers {
        text-align: left;
        font-size: 1rem;
        line-height: 2rem;
        font-weight: 700;
        color: #2c5aa8;
        margin-bottom: 0rem;
    }
    h3 {
        color: #2c5aa8;
        font-weight: 700;
        font-size: 1.1rem !important;
        line-height: 1.5rem !important;
    }
    h5.regTitle {
        /* text-align: left; */
        font-size: 1rem !important;
        line-height: 1.5rem !important;
        font-weight: 700;
        color: #2c5aa8;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    /* Regulations end */

    /* Footer Start */
    .last-menu ul li a {
        color: #fff;
        padding: 2px 10px 2px 10px;
        font-size: 12px;
        font-weight: 600;
        background: black;
    }

    footer address {
        color: #fff;
        margin: 10px 0px;
        font-size: 13px;
    }

    .link-heading h6 {
        color: #fff;
        text-align: left;
        font-size: 14px;
    }

    .link-items {
        margin-bottom: 1rem;
    }

    .link-items iframe {
        border-radius: 5px;
        width: 100%;
    }

    .link-items ul li a {
        color: #fff;
        font-size: 10px;
    }

    .last-footer {
        background-color: #102239;
        margin: 0px;
        padding: 5px 0px;
        margin-top: 0px;
        border-top: 1px solid #848181;
    }

    .last-footer p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 0px;
        text-align: justify;
    }

    .last-footer-link ul {
        text-align: right;
    }

    .last-footer-link ul li {
        color: #fff;
        font-size: 13px;
    }

    /* Footer End */
}

@media (min-width:992px) and (max-width:1200px) {

    /* .navbar-light .navbar-nav .nav-link {
     
        font-size: 10px;
        padding: 10px 5px;
    }
    .logoName h4 {
        font-size: 12px;
    } */
    .list-item .content {
        position: absolute;
        top: 0%;
        width: 100%;
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
        /* padding-right: 30%; */
        box-sizing: border-box;
        color: #fff;
        text-shadow: 0 5px 10px #0004;
        backdrop-filter: blur(3px);
    }

    .content.sContent {
        width: 100%;
        height: 100%;
        padding: 0.5rem 4rem !important;
    }

    .list-item .title,
    .list-item .topic {
        font-size: 1.3em !important;
        font-weight: bold;
        line-height: 1.3em;
        font-family: "Poppins", sans-serif;
    }

    .des ul li p {
        line-height: 0px;
        font-family: "Poppins", sans-serif;
        font-size: 10px !important;
        margin-bottom: 5px !important;
    }

    .list-item .buttons {
        display: grid;
        grid-template-columns: repeat(2, 120px) !important;
        grid-template-rows: 30px !important;
        gap: 5px;
        margin-top: 0px !important;
        font-family: "Poppins", sans-serif;
    }

    .departments_flex {
        flex: 0 0 50%;
        width: 50%;
        text-align: center;
    }

    .highlightSec .head .left-sec img {
        width: auto;
        height: 50px;
        object-fit: contain;
    }

    .highlightSec .head .right-sec {
        float: left;
        margin: 0px 0px;
    }

    .highlightSec {
        height: 80px;
        width: 93%;
        margin: 10px 0px 0px 10px;
        padding: 15px 0px;
    }

    .highlightSec h4 {
        font-size: 11px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #000;
    }

    .highlightSec p {
        margin: 0;
        font-size: 14px;
        /* margin-top: 0; */
        text-align: left;
        color: #000;
    }

    .highlightSec .app-hin {
        font-size: 10px;
    }

    #owl-demo .thumb .item,
    #owl-demo1 .thumb .item {
        background: #fff;
        padding: 15px;
        margin: 15px 5px 10px 15px;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: justify;
        float: left;
        height: 310px;
        box-shadow: 0px 0px 5px 1px #213555;
    }

    h2.app {
        text-align: left;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #2c5aa8;
        margin-bottom: 0rem;
    }

    /* .navbar-brand img {
        height: 74px;
    }
    .fixed-header .navbar-brand img,.fixed-header .rightLogo img {
        height: 45px;
    }
    #cssmenu > ul > li > a {
        padding: 5px !important;
        font-size: 9px !important;
    } */
    /* .carousel-inner img {
        height: 400px ;
    } */
    .counter {
        display: block;
        font-size: 15px !important;
        font-weight: 700;
        color: #fff;
        line-height: 28px;
    }

    .counter-box p {
        margin: 0px 0 0;
        padding: 0;
        color: #fff;
        font-size: 9px !important;
        font-weight: 500;
        text-align: center;
    }

    .counter-box i {
        font-size: 18px !important;
        margin: 0 0 5px;
        color: #fff;
    }

    #owl-demo-slogan .owl-item img {
        display: block;
        width: 100%;
        height: 50px !important;
    }

    .figuar-title {
        margin: 0;
        padding: 10px;
        color: #fff;
        font-size: 13.5px;
        overflow: auto;
        height: 140px;
    }

    .inner-box {
        position: relative;
        display: block;
        background: #ffffff;
        border-radius: 5px;
        padding: 5px;
        overflow: hidden;
        box-shadow: 0px 0px 5px 1px #00000080;
        margin-bottom: 30px;
        height: auto;
        transform: translateY(0px);
        transition: .5s ease-in-out;
        margin: 10px 0px 10px 15px;
    }

    .inner-box h4 {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .inner-box i {
        font-size: 1.5em;
    }

    .WhatsNew {
        height: 450px;
    }

    .gaps{
        margin-bottom: 1rem;
    }

    .wdtw {
        padding: 2rem 2rem 0rem !important;
    }
    .wdt {
        padding: 0.5rem 2rem !important;
    }
    .QuickLinksW {
        height: 294px;
    }

    .QuickLinksW marquee {
        height: 300px;
    }
    h4.sTitle {
        font-size: 0.875rem;
        line-height: 1.25rem;
        text-align: left;
        color: #434a54;
        font-weight: 500;
        margin-bottom: .25rem;
    }
    h6.sSubtitle {
        font-size: .75rem;
        line-height: 1rem;
        text-align: left;
        color: #656d78;
        font-weight: 500;
        margin-top: .5rem;
        margin-bottom: 0rem;
    }

    .dateWhatsnew {
        /* background: #278abb; */
        /* background: #74a8bd; */
        color: #fff;
        padding: 3px 0px;
    }

    .head h2 {
        padding-bottom: 0px;
        font-size: 17px !important;
    }

    .carousel-inner img {
        height: 600px;
        object-fit: cover;
    }

    /* header .d-flex .item .leftLogo img {
        height: 74px;
        padding: 5px;
        border-radius: 10px;
        top: -24px;
    }
    header .d-flex .rightLogo img {
        height: 74px;
        padding: 5px;
        border-radius: 10px;
    }
    
    .rightLogo {
        top: -24px;
    }
    .logoName {
        left: 60px;
    }
    .logoName h4.eng {
        font-size: 10.5px;
    }
    .logoName h4.hin {
        font-size: 13.5px;
    } */
    /* Regulations */

    .image-icon img {
        height: 60px;
        display: flex;
        position: absolute;
        top: 43% !important;
    }

    .regulation h4 a {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #213555;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 95%;
    }

    .reg-cnt {
        width: 11.3%;
        text-align: center;
        margin: 0px 3px;
    }

    .image-icon.cgd img {
        left: 2%;
    }

    .image-icon.ngpl img {
        left: 14.5%;
    }

    .image-icon.pppl img {
        left: 26.5%;
    }

    .image-icon.t4s img {
        right: 56.5%;
    }

    .image-icon.ge img {
        right: 44.6%;
    }

    .image-icon.oth img {
        right: 32%;
    }

    .main-img-pipeline .img-fluid {
        max-width: 70%;
        height: auto;
    }
    .card-body.ks {
        height: 38.5rem;
        overflow: scroll;
        scroll-behavior: auto;
        /* padding: 1rem 0rem; */
    }
    .card-body.ksh {
        height: 39.5rem;
        overflow: scroll;
        scroll-behavior: auto;
        /* padding: 1rem 0rem; */
    }
    .card.indt img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    img.cAwareness {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    /* Regulations end */

    /* Footer Start */
    .last-menu ul li a {
        color: #fff;
        padding: 2px 0px 2px 10px;
        font-size: 12px;
        font-weight: 600;
        /* background: black; */
    }

    footer address {
        color: #fff;
        margin: 10px 0px;
        font-size: 13px;
    }

    .link-heading h6 {
        color: #fff;
        text-align: left;
        font-size: 14px;
    }

    .link-items {
        margin-bottom: 1rem;
    }

    .link-items ul li a {
        color: #fff;
        font-size: 10px;
    }

    .last-footer {
        background-color: #102239;
        margin: 0px;
        padding: 5px 0px;
        margin-top: 0px;
        border-top: 1px solid #848181;
    }

    .last-footer p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 0px;
        text-align: justify;
    }

    .last-footer-link ul {
        text-align: right;
    }

    .last-footer-link ul li {
        color: #fff;
        font-size: 13px;
    }

    .imp-link {
        width: 66%;
    }

    .follow-us {
        width: 34%;
    }

    .social-link h6 {
        color: #fff;
        font-size: 12px;
        padding: 10px 0px 10px 0px;
        margin: 0px !important;
    }

    /* Footer End */
}

@media (min-width:1301px) and (max-width:1485px) {

    /* #cssmenu > ul > li > a {
        font-size: 12px !important;
        padding: 5px !important;
    }
    .logoName h4 {
        font-size: 12px;
    } */
    .carousel-inner img {
        height: 600px;
        object-fit: cover;
    }

    .list-item .content {
        position: absolute;
        top: 0%;
        width: 100%;
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
        /* padding-right: 30%; */
        box-sizing: border-box;
        color: #fff;
        text-shadow: 0 5px 10px #0004;
        backdrop-filter: blur(3px);
    }

    .content.sContent {
        width: 100%;
        height: 100%;
        padding: 0.5rem 4rem !important;
    }

    .list-item .title,
    .list-item .topic {
        font-size: 1.3em !important;
        font-weight: bold;
        line-height: 1.3em;
        font-family: "Poppins", sans-serif;
    }

    .des ul li p {
        line-height: 0px;
        font-family: "Poppins", sans-serif;
        font-size: 10px !important;
        margin-bottom: 5px !important;
    }

    .list-item .buttons {
        display: grid;
        grid-template-columns: repeat(2, 120px) !important;
        grid-template-rows: 30px !important;
        gap: 5px;
        margin-top: 0px !important;
        font-family: "Poppins", sans-serif;
    }

    h2.app {
        text-align: left;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #2c5aa8;
        margin-bottom: 0rem;
    }
}

@media (min-width:1201px) and (max-width:1300px) {

    /* #cssmenu > ul > li > a {
        font-size: 12px !important;
        padding: 5px !important;
    }
    .logoName h4 {
        font-size: 12px;
    } */
    .list-item .content {
        position: absolute;
        top: 0%;
        width: 100%;
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
        /* padding-right: 30%; */
        box-sizing: border-box;
        color: #fff;
        text-shadow: 0 5px 10px #0004;
        backdrop-filter: blur(3px);
    }

    .content.sContent {
        width: 100%;
        height: 100%;
        padding: 0.5rem 4rem !important;
    }

    .list-item .title,
    .list-item .topic {
        font-size: 1.3em !important;
        font-weight: bold;
        line-height: 1.3em;
        font-family: "Poppins", sans-serif;
    }

    .des ul li p {
        line-height: 0px;
        font-family: "Poppins", sans-serif;
        font-size: 10px !important;
        margin-bottom: 5px !important;
    }

    .list-item .buttons {
        display: grid;
        grid-template-columns: repeat(2, 120px) !important;
        grid-template-rows: 30px !important;
        gap: 5px;
        margin-top: 0px !important;
        font-family: "Poppins", sans-serif;
    }

    .departments_flex {
        flex: 0 0 50%;
        width: 50%;
        text-align: center;
    }

    .highlightSec .head .right-sec {
        float: left;
        margin: 0px 0px;
    }

    .highlightSec {
        height: 80px;
        width: 91%;
        margin: 10px 0px 3px 30px;
    }

    .highlightSec h4 {
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #000;
    }

    .highlightSec .head .right-sec.O-line {
        float: left;
        margin: 12px 5px;
    }

    .highlightSec p {
        margin: 0;
        font-size: 14px;
        /* margin-top: 0; */
        text-align: left;
        color: #000;
    }

    .highlightSec .app-hin {
        font-size: 10px;
    }

    .navbar-brand img {
        height: 78px;
    }

    /* .rightLogo img {
        height: 78px;
    } */
    h2.app {
        text-align: left;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #2c5aa8;
        margin-bottom: 0rem;
    }

    .carousel-inner img {
        height: 400px;
    }

    .last-menu ul li a {
        color: #fff;
        padding: 5px;
        font-size: 11px;
    }

    .counter {
        display: block;
        font-size: 18px !important;
        font-weight: 700;
        color: #fff;
        line-height: 28px;
    }

    .counter-box p {
        margin: 0px 0 0;
        padding: 0;
        color: #fff;
        font-size: 11px !important;
        font-weight: 500;
        text-align: center;
    }

    .counter-box i {
        font-size: 18px !important;
        margin: 0 0 5px;
        color: #fff;
    }

    #owl-demo-slogan .owl-item img {
        display: block;
        width: 100%;
        height: 50px !important;
    }

    #owl-demo .thumb .item,
    #owl-demo1 .thumb .item {
        background: #fff;
        padding: 15px;
        margin: 15px 5px 10px 15px;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: justify;
        float: left;
        height: 310px;
        box-shadow: 0px 0px 5px 1px #213555;
    }

    .figuar-title {
        margin: 0;
        padding: 10px;
        color: #fff;
        font-size: 13.5px;
        overflow: auto;
        height: 140px;
    }

    .inner-box {
        position: relative;
        display: block;
        background: #ffffff;
        border-radius: 5px;
        padding: 5px;
        overflow: hidden;
        box-shadow: 0px 0px 5px 1px #00000080;
        margin-bottom: 30px;
        height: auto;
        transform: translateY(0px);
        transition: .5s ease-in-out;
        margin: 10px 0px 10px 15px;
    }

    .glance .inner-box {
        /* padding: 20px 10px; */
        padding: 10px;
        margin-bottom: 30px;
        height: auto;
        margin: 10px 0px 10px 15px;
    }

    .inner-box h4 {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .inner-box i {
        font-size: 1.5em;
    }

    .WhatsNew {
        height: 450px;
    }

    .card.indt img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    

    .dateWhatsnew {
        /* background: #278abb; */
        /* background: #74a8bd; */
        color: #fff;
        padding: 3px 0px;
    }

    .head h2 {
        padding-bottom: 0px;
        font-size: 20px !important;
    }
    .wdtw {
        padding: 2rem 4rem 0rem !important;
    }
    .wdt {
        padding: 0.5rem 4rem !important;
    }
    .QuickLinksW {
        height: 274px;
    }

    .QuickLinksW marquee {
        height: 280px;
    }
    h4.sTitle {
        font-size: 0.875rem;
        line-height: 1.25rem;
        text-align: left;
        color: #434a54;
        font-weight: 500;
        margin-bottom: .25rem;
    }
    h6.sSubtitle {
        font-size: .75rem;
        line-height: 1rem;
        text-align: left;
        color: #656d78;
        font-weight: 500;
        margin-top: .5rem;
        margin-bottom: 0rem;
    }
    /* header .d-flex .item .leftLogo img {
        height: 78px;
        padding: 5px;
        border-radius: 10px;
    }
    header .d-flex .rightLogo img {
        height: 78px;
        padding: 5px;
        border-radius: 10px;
    }
    .logoName {
        left: 60px;
    }
    .logoName h4.eng {
        font-size: 12px;
    }
    .logoName h4.hin {
        font-size: 15.5px;
    } */
    .carousel-inner img {
        height: 600px;
        object-fit: cover;
    }

    /* Footer Start */
    .last-menu ul li a {
        color: #fff;
        padding: 2px 0px 2px 10px;
        font-size: 12px;
        font-weight: 600;
        /* background: black; */
    }

    footer address {
        color: #fff;
        margin: 10px 0px;
        font-size: 13px;
    }

    .link-heading h6 {
        color: #fff;
        text-align: left;
        font-size: 14px;
    }

    .link-items {
        margin-bottom: 1rem;
    }

    .link-items ul li a {
        color: #fff;
        font-size: 10px;
    }

    .last-footer {
        background-color: #102239;
        margin: 0px;
        padding: 5px 0px;
        margin-top: 0px;
        border-top: 1px solid #848181;
    }

    .last-footer p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 0px;
        text-align: justify;
    }

    .last-footer-link ul {
        text-align: right;
    }

    .last-footer-link ul li {
        color: #fff;
        font-size: 13px;
    }

    .imp-link {
        width: 66%;
    }

    .follow-us {
        width: 34%;
    }

    .social-link h6 {
        color: #fff;
        font-size: 12px;
        padding: 10px 0px 10px 0px;
        margin: 0px 10px 0px 0px !important;
    }

    /* Footer End */
}

@media (min-width:1301px) and (max-width:1799px) {

    .WhatsNew {
        height: 460px;
    }

    .QuickLinksW marquee {
        height: 266px;
    }

    .departments {
        height: 215px;
    }

    .highlightSec .head .right-sec {
        float: left;
        margin: 0px 0px;
    }

    .highlightSec {
        height: 80px;
        width: 91%;
        margin: 10px 0px 3px 30px;
    }

    .highlightSec h4 {
        font-size: 14px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #000;
    }

    .highlightSec p {
        margin: 0;
        font-size: 18px;
        /* margin-top: 0; */
        text-align: left;
        color: #000;
    }

    .highlightSec .app-hin {
        font-size: 13px;
        margin-top: 7px;
    }

    /* .carousel-inner img {
        height: 400px ;
    } */
    .carousel-inner img {
        height: 600px;
        object-fit: cover;
    }

    .counter {
        display: block;
        font-size: 18px !important;
        font-weight: 700;
        color: #fff;
        line-height: 28px;
    }

    .counter-box p {
        margin: 0px 0 0;
        padding: 0;
        color: #fff;
        font-size: 11px !important;
        font-weight: 500;
        text-align: center;
    }

    .counter-box i {
        font-size: 18px;
        margin: 0 0 5px;
        color: #fff;
    }

    #owl-demo .thumb .item,
    #owl-demo1 .thumb .item {
        background: #fff;
        padding: 15px;
        margin: 130px 5px 10px 15px;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: justify;
        float: left;
        height: 310px;
        box-shadow: 0px 0px 5px 1px #213555;
    }

    #owl-demo-slogan .owl-item img {
        display: block;
        width: 100%;
        height: 50px !important;
    }

    .owl-theme .owl-nav {
        margin-top: 50px !important;
    }

    .figuar-title {
        margin: 0;
        padding: 10px;
        color: #fff;
        font-size: 13.5px;
        overflow: auto;
        height: 140px;
    }

    .inner-box {
        position: relative;
        display: block;
        background: #ffffff;
        border-radius: 5px;
        padding: 10px;
        overflow: hidden;
        box-shadow: 0px 0px 5px 1px #00000080;
        margin-bottom: 30px;
        height: auto;
        transform: translateY(0px);
        transition: .5s ease-in-out;
        margin: 10px 0px 10px 15px;
    }

    .head h2 {
        padding-bottom: 0px;
        font-size: 20px !important;
    }

    /* header .d-flex .item .leftLogo img {
        height: 80px;
        padding: 5px;
        border-radius: 10px;
    }
    header .d-flex .rightLogo img {
        height: 80px;
        padding: 5px;
        border-radius: 10px;
    }
    .logoName {
        left: 78px;
    }
    .logoName h4.eng {
        font-size: 12px;
    }
    .logoName h4.hin {
        font-size: 15.5px;
    } */

    /* Footer Start */
    .last-menu ul li a {
        color: #fff;
        padding: 2px 0px 2px 10px;
        font-size: 12px;
        font-weight: 600;
        /* background: black; */
    }

    footer address {
        color: #fff;
        margin: 10px 0px;
        font-size: 13px;
    }

    .link-heading h6 {
        color: #fff;
        text-align: left;
        font-size: 14px;
    }

    .link-items {
        margin-bottom: 1rem;
    }

    .link-items ul li a {
        color: #fff;
        font-size: 10px;
    }

    .last-footer {
        background-color: #102239;
        margin: 0px;
        padding: 5px 0px;
        margin-top: 0px;
        border-top: 1px solid #848181;
    }

    .last-footer p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 0px;
        text-align: justify;
    }

    .last-footer-link ul {
        text-align: right;
    }

    .last-footer-link ul li {
        color: #fff;
        font-size: 13px;
    }

    .imp-link {
        width: 66%;
    }

    .follow-us {
        width: 34%;
    }

    .social-link h6 {
        color: #fff;
        font-size: 12px;
        padding: 10px 0px 10px 0px;
        margin: 0px 10px 0px 0px !important;
    }

    /* Footer End */

}

@media (min-width:1800px) {

    /* .carousel-inner img {
        width: 100%;
        height: 35vh;
        max-height: 35vh;
    } */
    #owl-demo .thumb .item,
    #owl-demo1 .thumb .item {
        background: #fff;
        padding: 15px;
        margin: 100px 5px 10px 15px;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: justify;
        float: left;
        height: 310px;
        box-shadow: 0px 0px 5px 1px #213555;
    }

    /* header .d-flex .item .leftLogo img {
        height: 95px;
        padding: 2px;
        border-radius: 10px;
    }
    .logoName {
        left: 78px;
    }
    .logoName h4.eng {
        font-size: 16px;
    }
    .logoName h4.hin {
        font-size: 20.5px;
    }
    .bottomNav {
        height: 70px;
    }
    .Menu {
        padding-right: 70px;
    } */
    section article {
        padding-top: 4%;
    }

    /* .rightLogo img {
        height: 95px;
        padding: 2px;
        border-radius: 10px;
    } */
    /* .upperNav {
        padding: 0 68px;
    }
    .upperNav ul li a {
        font-size: 15px;
    }
    #cssmenu > ul > li > a {
        font-size: 16px !important;
    }
    #cssmenu ul ul li a {
        font-size: 14px;
    } */
    .carousel-inner img {
        height: 500px;
        object-fit: cover;
    }

    .quickLinks {
        height: 400px;
    }

    .quickLinks ul li a {

        font-size: 18px;
    }

    .inner-box {
        /* padding: 20px 10px; */
        padding: 10px;
        margin-bottom: 30px;
        height: auto;
        margin: 10px 0px 10px 15px;
    }

    .WhatsNew {
        height: 430px;
    }

    .QuickLinksW marquee {
        height: 230px;
    }

    .departments {
        height: 290px;
        margin-top: 0px;
    }

    .departments .head {
        margin-top: 0px !important;
        padding-bottom: 0px;
    }

    .departs .head {
        margin-top: 20px;
    }

    .departs .highlightSec .head {
        margin-top: 0px !important;
    }

    .departs .highlightSec .head h2 {
        text-align: left;
    }

    .highlightSec {
        height: 80px;
        width: 91%;
        margin: 10px 0px 3px 45px;
    }

    .contentWhatsnew p {
        line-height: 23px;
        font-size: 16px;
    }

    .contentWhatsnew h3 {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 0px;
    }

    .readmorebtnMrq a {
        font-size: 15px;
    }

    .tender-item p {
        font-size: 14px;
    }

    .inner-box h4 {
        font-size: 18px;
    }

    .highlightSec h4 {
        font-size: 18px;
        font-weight: bold;
        margin: 0px 0px 8px;
        text-align: center;
        color: #000;
    }


}


@media (min-width:1800px) and (max-width:1899px) {

    .departments {
        height: 220px;

    }

    .highlightSec {
        height: 80px;
        width: 91%;
        margin: 10px 0px 3px 45px;
    }

    .inner-box {
        /* padding: 20px 10px; */
        padding: 10px;
        margin-bottom: 30px;
        height: auto;
        margin: 10px 0px 10px 15px;
    }

    .WhatsNew {
        height: 430px;
    }

    .QuickLinksW marquee {
        height: 266px;
    }

    .owl-theme .owl-nav {
        margin-top: 45px !important;
    }
}

@media (min-width:1900px) {
    .inner-box {
        /* padding: 20px 10px; */
        padding: 10px;
        margin-bottom: 30px;
        height: 115px;
        /* margin: 10px 0px 10px 15px; */
        margin: 10px 10px 10px 0px;
        text-align: center;
    }

    .glance .inner-box {
        /* padding: 20px 10px; */
        padding: 5px 10px;
        margin-bottom: 30px;
        height: 84px;
        /* margin: 10px 0px 10px 15px; */
        margin: 10px 10px 10px 0px;
        text-align: center;
    }

    /* .inner-box {
        padding: 10px;
        margin-bottom: 30px;
        height: auto;
        margin: 10px 10px 10px 0px;
    } */
    .WhatsNew {
        height: 430px;
    }

    .highlightSec {
        height: 80px;
        width: 96%;
        margin: 0px 0px 3px 10px;
    }

    .highlightSec.h-right {
        margin: 0px 0px 3px 25px;
    }

    .highlightSec.h-middle {
        margin: 0px 0px 3px 20px;
        width: 96%;
    }

    .highlightSec.h-3 {
        margin: 0px 0px 3px 10px;
        width: 96%;
    }

    .QuickLinksW marquee {
        height: 266px;
    }

    #owl-demo .thumb .item,
    #owl-demo1 .thumb .item {
        background: #fff;
        padding: 15px;
        margin: 20px 5px 10px 15px;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: justify;
        float: left;
        height: 310px;
        box-shadow: 0px 0px 5px 1px #213555;
    }
}


.frame {
    /* width: 140px;
    height: 200px; */
    /* border: 2px solid white;*/
    padding: 7rem;
    width: 100%;
    height: 100%;
}

.example1 {
    backdrop-filter: blur(3px);
}

.ban_text {
    position: absolute;
    top: 50%;
    left: 0%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    border-radius: 4px;
}

.ban_text strong {
    font: 800 36px/36px "Open Sans", sans-serif;
    color: #fff;
    /* text-transform: uppercase; */
}

.ban_text strong:hover {
    color: #ccc;
}

.ban_text strong span {
    font: 400 36px/36px "Open Sans", sans-serif;
    letter-spacing: 0px;
}

.ban_text strong span.cpt {
    font: 400 24px/24px "Open Sans", sans-serif;
    letter-spacing: 0px;
}

.ban_text p {
    font: 400 25px/30px "Open Sans", sans-serif;
    color: #fff;
    margin: 7px 0 25px;
}

.ban_text a.btn {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 30px;
    color: #fff;
}

.ban_text a.btn:hover {
    background: #ccc;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 5px 30px;
    color: #000;
}

.ban_text a {
    display: inline-block;
    font: 800 19.39px/24px "Open Sans", sans-serif;
    background: transparent;
    border-radius: 4px;
    color: #fff;
    padding: 12px 28px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.ban_text a:hover {
    /* background: rgb(188 189 188 / 20%); */
    color: #000;
}

.list-item {
    backdrop-filter: blur(3);
}

.list-item .item {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}

/* .carousel .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}

.content.sContent {
    width: 100%;
    height: 100%;
    padding: 0.5rem 7rem;
}

.list-item .content {
    position: absolute;
    top: 0%;
    width: 100%;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
    backdrop-filter: blur(3px);
}

.list-item .author {
    font-weight: bold;
    letter-spacing: 0px;
    font-family: "Poppins", sans-serif;
}

.list-item .title,
.list-item .topic {
    font-size: 3em;
    font-weight: bold;
    line-height: 1.3em;
    font-family: "Poppins", sans-serif;
}

.list-item .topic {
    color: #f1683a;
    font-family: "Poppins", sans-serif;
}

.des ul {
    padding: 5px 20px 0px;
}

.des ul li {
    list-style-type: disclosure-closed;
}

.des ul li p {
    line-height: 10px;
    font-family: "Poppins", sans-serif;
}

.list-item .buttons {
    display: grid;
    grid-template-columns: repeat(2, 130px);
    grid-template-rows: 40px;
    gap: 5px;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
}

.list-item .buttons button {
    border: none;
    background-color: transparent;
    border: 1px solid #fff;
    /* background-color: #eee; */
    letter-spacing: 3px;
    font-family: Poppins;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.list-item .buttons button a {
    color: #eee;
}

.list-item .buttons button:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #ccc;
}

.list-item .buttons button a:hover {
    color: #ccc;
}

/* Banner Text */
.carousel .list .item {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}

.carousel .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .list .item .content {
    position: absolute;
    top: 20%;
    width: 1140px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
}

.carousel .list .item .author {
    font-weight: bold;
    letter-spacing: 10px;
}

.carousel .list .item .title,
.carousel .list .item .topic {
    font-size: 5em;
    font-weight: bold;
    line-height: 1.3em;
}

.carousel .list .item .topic {
    color: #f1683a;
}

.carousel .list .item .buttons {
    display: grid;
    grid-template-columns: repeat(2, 130px);
    grid-template-rows: 40px;
    gap: 5px;
    margin-top: 20px;
}

.carousel .list .item .buttons button {
    border: none;
    background-color: #eee;
    letter-spacing: 3px;
    font-family: Poppins;
    font-weight: 500;
}

.carousel .list .item .buttons button:nth-child(2) {
    background-color: transparent;
    border: 1px solid #fff;
    color: #eee;
}

/* animation */
.carousel .list .item:nth-child(1) {
    z-index: 1;
}

/* animation text in first item */

.carousel .list .item:nth-child(1) .content .author,
.carousel .list .item:nth-child(1) .content .title,
.carousel .list .item:nth-child(1) .content .topic,
.carousel .list .item:nth-child(1) .content .des,
.carousel .list .item:nth-child(1) .content .buttons {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}

@keyframes showContent {
    to {
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.carousel .list .item:nth-child(1) .content .title {
    animation-delay: 1.2s !important;
}

.carousel .list .item:nth-child(1) .content .topic {
    animation-delay: 1.4s !important;
}

.carousel .list .item:nth-child(1) .content .des {
    animation-delay: 1.6s !important;
}

.carousel .list .item:nth-child(1) .content .buttons {
    animation-delay: 1.8s !important;
}

@keyframes contentOut {
    to {
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}

@media screen and (max-width: 678px) {
    .carousel .list .item .content {
        padding-right: 0;
    }

    .carousel .list .item .content .title {
        font-size: 30px;
    }
}

/* Banner Text end*/

@media (min-width: 1200px) and (max-width: 1399px) {
    .ban_text p {
        font-size: 21px;
    }

    .ban_text strong {
        font-size: 25px;
        line-height: 30px;
    }

    .ban_text a {
        font-size: 16px;
        line-height: 19px;
        padding: 10px 15px;
    }
}

@media (min-width: 992px) {
    /* div#main_footer {
        position: fixed;
        bottom: 0;
        z-index: 999;
    } */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ban_text p {
        font-size: 17px;
    }

    .ban_text strong span {
        font-size: 37px;
    }

    .ban_text strong {
        font-size: 20px;
        line-height: 25px;
    }

    .ban_text a {
        font-size: 16px;
        line-height: 19px;
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .ban_text strong {
        font-size: 20px;
        line-height: 25px;
    }

    .ban_text a {
        font-size: 16px;
        line-height: 19px;
        padding: 10px 15px;
    }

    .ban_text strong span {
        font-size: 28px;
        line-height: 35px;
        letter-spacing: 2px;
    }

    .ban_text p {
        font-size: 14px;
        line-height: 20px;
    }

    .content.sContent {
        width: 100%;
        height: 100%;
        padding: 0rem 2rem;
    }

    .list-item .content {
        position: absolute;
        top: 0%;
        width: 100%;
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
        /* padding-right: 30%; */
        box-sizing: border-box;
        color: #fff;
        text-shadow: 0 5px 10px #0004;
        backdrop-filter: blur(3px);
    }

    .list-item .author {
        font-weight: 500;
        letter-spacing: 0px;
        font-family: "Poppins", sans-serif;
    }

    .list-item .title,
    .list-item .topic {
        font-size: 1.3em;
        font-weight: bold;
        line-height: 1.3em;
        font-family: "Poppins", sans-serif;
    }

    .list-item .buttons {
        display: grid;
        grid-template-columns: repeat(2, 100px);
        grid-template-rows: 20px;
        gap: 0px;
        margin-top: 0px;
        font-family: "Poppins", sans-serif;
    }

    .list-item .buttons button {
        border: none;
        background-color: #eee;
        letter-spacing: 0px;
        font-family: Poppins;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
    }
}

@media only screen and (max-width: 767px) {
    .ban_img img {
        min-height: 290px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 575px) {
    /* .ban_text strong {
      background: rgba(0, 0, 0, 0.8);
      padding: 10px;
      width: 100%;
      display: block;
    } */
}

@media only screen and (max-width: 480px) {
    .ban_text strong span {
        font-size: 22px;
        line-height: 31px;
        letter-spacing: 1px;
    }

    .ban_text {
        left: 2%;
    }
}

/* .bgd-img {    
    height: 100vh;
    filter: brightness(20%);
    background-attachment: fixed;
} */

/* You need to use background-image but not "background" */
/* .bgd-img {
    background-image: url('../images/slider/slides-10.png');
} */
.parallax {
    background-image: url(../images/bg-img.jpg);
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}