@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}

body {
    overflow-x: hidden;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Roboto", sans-serif; */

.lft0 {
    padding-left: 0;
}

.rgt0 {
    padding-right: 0;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb70 {
    margin-bottom: 80px;
}

.mb70 {
    margin-bottom: 90px;
}

.rgt {
    padding-right: 0;
}

::selection {
    color: #fff;
    background: #353437;
}

::-moz-selection {
    color: #fff;
    background: #353437;
}

a:hover,
a:active {
    color: #000;
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none;
    transition: all linear 0.3s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


body {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-style: normal;
    background: #fff;
    color: #000;
    font-weight: 400;
}


    /* Keyboard focus only */
    body.keyboard-nav :focus {
        outline: 2px solid #000;
        outline-offset: 1px;
    }

/* Screen reader only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

/* Skip link */
.skip-link {
    position: absolute;
    left: -999px;
    top: 10px;
    background: #000;
    color: #fff;
    padding: 8px 12px;
    z-index: 9999;
    opacity: 0;
}

    .skip-link:focus {
        left: 10px;
    }
















/* header-start */


.stories-item {
    align-items: center;
    background-color: #fffcfb;
    padding: 10px;
    min-height: 285px;
    border-radius: 5px;
    border: 1px solid #edf4fb;
}

    .stories-item h5 {
        font-size: 18px;
        font-weight: 600;
        color: #360700;
        margin: 10px 0 0;
    }

    .stories-item img {
        margin-bottom: 12px;
    }

    .stories-item .underImgLine {
        height: 5px;
        width: 150px;
        background-color: #de6436;
        border-radius: 10px;
        text-align: center;
        margin: auto;
    }

.hide-main {
    margin-left: 10px;
}

.topbar {
    background: #ebf4f9;
    height: auto;
    color: #fff;
    padding: 0px 0;
}

.flag-img {
    width: 30px;
}

ul.top-list li a {
    color: #021e56;
    padding: 2px 2px;
    font-family: 'Lato';
    font-size: 14px;
}

ul.top-list li {
    display: inline-block;
    padding: 2px;
    border-radius: 4px;
}

.lang-menu li {
    display: block !important;
}

ul.top-list {
    float: right;
}

    ul.top-list li a:hover {
        color: #1b5bf7;
    }

.logo-list {
    float: right;
    padding-top: 10px;
}

    .logo-list ul li {
        display: inline-block;
    }

.logo img {
    padding-top: 10px;
}

.lang-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
}

.lang-btn {
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: none;
    padding: 2px;
    border-radius: 4px;
    color: #021e56;
}

    .lang-btn:hover {
        color: #000;
    }


.lang-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 140px;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    border: 1px solid #cfe0ea;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1000;
    background: #ebf4f9;
}

    .lang-menu li a {
        display: block;
        padding: 8px 14px;
        text-decoration: none;
        color: #333;
        font-size: 14px;
    }

        .lang-menu li a:hover {
            background: #cadbe4;
        }

.lang-dropdown:hover .lang-menu {
    display: inline-grid;
}


.lang-btn span {
    line-height: 5px;
    display: inline-block;
}

.search-sec {
    width: 60%;
    float: right;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.search-btm i {
    background: transparent !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: 16px !important;
}

.search-fld {
    width: 89%;
    outline: none;
    border-right: none;
    padding: 10px 10px;
    background: transparent;
    border: none;
    color: #000;
}

.search-btm {
    background: transparent;
    width: 10%;
    height: 34px;
    color: #5a5858;
    outline: none;
    border: none;
    margin-left: -4px;
    margin-top: 2px;
}


.logo_text {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.logo_text_main {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

    .logo_text_main h2 {
        position: relative;
        margin: 0;
        padding: 0;
        color: #2c4375;
        font-weight: 500;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 16px;
    }

.proj_logo img {
    width: 160px;
}

.logo-title-part {
    margin-left: -25px;
}

    .logo-title-part h2 {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.5px;
        color: #2e4d8b;
        font-family: 'Lato';
    }

    .logo-title-part h3 {
        font-size: 15px;
        margin-top: 0;
        font-weight: 600;
        letter-spacing: 0.5;
        color: #2e4d8b;
        font-family: 'Lato';
    }

.left-menu {
    margin-top: 15px;
}

.whatsNewButton a {
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(45deg, #e55806, #FD6F01, #eda52b);
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    overflow: visible;
    /* important for outside border */
}

    /* OUTSIDE border */
    .whatsNewButton a::after {
        content: "";
        position: absolute;
        top: -6px;
        /* outside distance */
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 1px solid #e55806;
        border-radius: 8px;
        opacity: 0;
        transform: scale(0.85);
        transition: all 0.35s ease;
    }

    .whatsNewButton a:hover::after {
        opacity: 1;
        transform: scale(1);
        /* smooth expand */
    }

.whatsNewButton {
    margin-top: 16px;
    text-align: center;
}

span.ind-flg {
    margin-left: 8px;
}

.sticky {
    width: 100%;
    position: sticky;
    left: 0px;
    top: 0px;
    z-index: 11000;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #fff;
}

/* header-end */



/*slider*/
.banner_sec {
    position: relative;
}

    .banner_sec .banner .bs-slider {
        overflow: hidden;
        position: relative;
    }

        .banner_sec .banner .bs-slider > .carousel-inner > .item > img,
        .banner_sec .banner .bs-slider > .carousel-inner > .item > a > img {
            float: right;
            width: 100%;
        }

        .banner_sec .banner .bs-slider .bs-slider-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .banner_sec .banner .fade {
        opacity: 1;
    }

        .banner_sec .banner .fade .item {
            top: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            position: absolute;
            left: 0 !important;
            display: block !important;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s;
        }

            .banner_sec .banner .fade .item:first-child {
                top: auto;
                position: relative;
            }

        .banner_sec .banner .fade .item {
            float: left;
        }

            .banner_sec .banner .fade .item.active {
                opacity: 1;
                z-index: 2;
                -webkit-transition: opacity ease-in-out 1s;
                -moz-transition: opacity ease-in-out 1s;
                -ms-transition: opacity ease-in-out 1s;
                -o-transition: opacity ease-in-out 1s;
                transition: opacity ease-in-out 1s;
            }

    .banner_sec .banner .control-round .carousel-control {
        margin: auto;
        top: 0;
        opacity: 1;
        bottom: 0;
        width: 40px;
        height: 40px;
        z-index: 10;
        color: #000;
        padding: 6px;
        display: block;
        font-size: 20px;
        cursor: pointer;
        overflow: hidden;
        line-height: 50px;
        text-shadow: none;
        position: absolute;
        font-weight: normal;
        background: #fff;
        -webkit-border-radius: 100px;
        border-radius: 0;
        border: none;
        transition: all linear 0.5s;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner_sec .banner .control-round:hover .carousel-control {
        opacity: 1;
    }

    .banner_sec .banner .right.carousel-control {
        right: 0px;
    }

    .banner_sec .banner .left.carousel-control {
        left: 0;
        right: auto;
    }

    .banner_sec .banner .control-round .carousel-control.left:hover,
    .banner_sec .banner .control-round .carousel-control.right:hover {
        color: #fff;
        background: #f36e00;
        border: 0px transparent;
    }

    .banner_sec .banner .fa-angle-right:before {
        line-height: 30px;
    }

    .banner_sec .banner .fa-angle-left:before {
        line-height: 30px;
    }

.slider-content h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 33px;
    color: #000;
}

.slider-content p {
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
}

.slider-content {
    position: absolute;
    top: auto;
    left: 60px;
    width: 35%;
    bottom: 30%;
}

.banner_sec .carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 5px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d42c2c;
    border: 1px solid #fff;
    border-radius: 0;
}

.banner_sec .carousel-indicators .active {
    width: 25px;
    height: 5px;
    margin: 0;
    background-color: #d42c2c;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 70px;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: auto;
    text-align: center;
    list-style: none;
    right: auto;
}


/*slider-end*/


/* News Start */
.explore-now {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s ease;
    position: relative;
}

    /* arrow icon */
    .explore-now .arrow {
        display: inline-block;
        transition: transform 0.3s ease;
    }

    /* hover effects */
    .explore-now:hover {
        background: #245fce;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        color: #fff;
        /*  border: 1px solid #00c0bb;*/
        transition: 0.5s ease-in-out;
    }

        /* slide arrow on hover */
        .explore-now:hover .arrow {
            transform: translateX(5px);
        }

.spot-sec {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.main-menu {
    border-top: 1px solid #eeeeee;
    padding: 1px;
    margin-top: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 9;
    position: relative;
}



.heading-part h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1;
}

.heading-part {
    position: relative;
    background: linear-gradient(45deg, #e55806, #FD6F01, #eda52b);
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 6px 0;
}

.hrd-news p {
    margin-bottom: 0;
}

.hrd-news a {
    color: #444343;
    font-size: 16px;
    padding-top: 7px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Lato';
}

.heading-part:after {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    background: #f19720;
    right: -5px;
    transform: rotate(45deg);
    top: auto;
    bottom: 8px;
}

.hrd-news {
    padding: 6px 0;
    margin-left: 20px;
}

/* News-End */


.sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

    .sec-icon::before {
        content: "";
        position: absolute;
        height: 1px;
        left: -70px;
        margin-top: -5.5px;
        top: 60%;
        background: #333333;
        width: 50px;
    }

    .sec-icon::after {
        content: "";
        position: absolute;
        height: 1px;
        right: -70px;
        margin-top: -5.5px;
        top: 60%;
        background: #333;
        width: 50px;
    }

.advertisers-service-sec {
    position: relative;
    background: #f5f5f5 url(./images/bg-home.jpg) center center no-repeat;
    background-size: cover;
    padding: 70px 0;
}

    .advertisers-service-sec span {
        color: #0d2f95;
        display: block;
        font-weight: 500;
        font-size: 12px;
    }


    /*.advertisers-service-sec .service-card {
  height: 450px;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}*/

    .advertisers-service-sec .service-card {
        height: 460px;
        padding: 1em 1em;
        border-radius: 3px;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        transition: 0.5s;
        position: relative;
        z-index: 2;
        overflow: hidden;
        background: #fff;
    }

        .advertisers-service-sec .service-card::after {
            content: "";
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgb(39 96 206), rgb(27 93 206));
            position: absolute;
            left: 0%;
            top: -98%;
            z-index: -2;
            transition: all 0.8s cubic-bezier(0.77, -0.04, 0, 0.99);
        }

.notice-list li:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    content: '';
    background: url(images/check-icon.png) no-repeat;
    height: 15px;
    width: 15px;
}

.notice-list li {
    position: relative;
    padding-left: 23px;
}

.advertisers-service-sec h3 {
    font-size: 18px;
    font-weight: 600;
    color: #d50969;
    margin: 1em 0;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.advertisers-service-sec p {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    z-index: 3;
    font-family: 'Lato';
    text-align: justify;
}

.effect-julia img {
    border-radius: 5px;
}

.advertisers-service-sec .icon-wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 35px;
    height: 80px;
    width: 80px;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}

.advertisers-service-sec p a {
    color: #555;
    font-family: 'Lato';
}
/*.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}*/
.advertisers-service-sec .service-card:hover a {
    color: #000;
}

.service-card .icon-wrapper {
    background-color: #ffffff;
    color: rgb(247 133 18);
}

/*.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #fff;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #fff !important;
}

.advertisers-service-sec .service-card:hover p {
  color: #fff;
}

.advertisers-service-sec .service-card:hover span {
  color: #fff;
  text-decoration: underline;
}*/

.footer-bg {
    position: absolute;
    bottom: 20px;
}

.field-content {
    bottom: 5px;
    padding: 10px 0;
    margin: 0;
    line-height: 16px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Lato';
    color: #000;
    height: auto;
    font-weight: 600
}

.views-field-title {
    bottom: 5px;
    padding: 13px 0;
    margin: 0;
    line-height: 16px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Lato';
    color: #000;
    height: auto;
    font-weight: 600
}

.video-bg12 {
    position: relative;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.gellery-sec .slick-slider {
    padding-right: 0px;
}

.client-bg span {
    font-family: 'Lato';
    font-weight: 500;
}




/* About-section */
.sustainbility-img img {
    width: 100%;
    margin-bottom: 15px
}

.sustainbility-img .pic1 {
    position: relative
}

.sustainbility-img .pic2,
.sustainbility-img .pic3 {
    min-width: 250px;
    min-height: 220px;
}

.about-part {
    padding: 60px 0;
    position: relative;
    background-color: #ffffffe0;
    background-image: url("../AboutNHSRCLContent/images/patternbg.png");
    background-blend-mode: soft-light;
    background-size: 70px;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0;
}




figure.effect-julia:hover img {
    opacity: .3;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.effect-julia {
    position: relative;
    overflow: hidden;
}

figure.effect-julia img {
    max-width: none;
    min-height: 223px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1
}

figure.effect-julia figcaption {
    text-align: left
}


.about-part h2 {
    font-size: 40px;
    color: #818181;
    margin-bottom: 5px;
    margin-top: 0;
}

.about-part p {
    font-size: 16px;
    text-align: justify;
    color: #72767e;
    line-height: 24px;
}

.vision-part h5 {
    font-size: 20px;
    font-weight: 600;
}

.button-group a {
    padding: 5px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1;
}

.btn1 {
    background: #e55806;
}

    .btn1:hover {
        box-shadow: 0px 0px 0px 2.5px #fff, 0px 0px 0px 5px #e55806, 0px 0px 0px 10px white, 0px 0px 0px 10.5px #e55806;
        background: white;
        color: #e55806;
    }

.vision-part img {
    float: left;
    margin-right: 15px;
    position: absolute;
    right: 0;
    opacity: 0.2;
}

.vision-part:hover {
    filter: grayscale(2);
}

.vision-part p {
    color: #4e4949;
    position: relative;
    z-index: 99;
}

.vision-part {
    padding: 10px 15px;
    line-height: 16px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 10px;
    background: #e7f8ff;
    height: 190px;
    margin-top: 0;
    border: 1px dashed #73bedd;
    margin-bottom: 50px;
}

.mumbai-sec {
    background: #FFF9E9;
    padding: 50px 0;
    background: #f2f6ff url(images/mumbaibg.jpg) center center no-repeat;
    background-size: cover;
}

.mumabi-intro h2 {
    font-size: 40px;
    color: #db8473;
}

.mumabi-intro span {
    font-size: 21px;
    margin-top: 7px;
    text-transform: uppercase;
    letter-spacing: 2;
    color: #db8473;
}

.mumabi-intro p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #995a4c;
}

.whatsNewButton1 a {
    color: #fff;
    display: inline-block;
    padding: 15px 15px;
    background: linear-gradient(to right, #fa6d51, rgb(222 75 46));
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    overflow: visible;
    /* important for outside border */
}

    /* OUTSIDE border */
    .whatsNewButton1 a::after {
        content: "";
        position: absolute;
        top: -6px;
        /* outside distance */
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 1px solid #fa6d51;
        border-radius: 8px;
        opacity: 0;
        transform: scale(0.85);
        transition: all 0.35s ease;
    }

    .whatsNewButton1 a:hover::after {
        opacity: 1;
        transform: scale(1);
        /* smooth expand */
    }

.whatsNewButton1 {
    margin-top: 16px;
}

    .whatsNewButton1 span {
        color: #fff;
        margin-top: 0;
    }


.wrap {
    display: flex;
    background: linear-gradient(-80deg, #fff5ed 49.95%, #ebeff7 50.05%);
}

.box {
    padding: 50px;
    flex: 0 0 50%;
    width: 50%;
}

    .box a:hover {
        background: #f2832e;
        color: #fff;
    }

    .box a {
        color: #dd6817;
        border: 1px solid #ea6804;
        padding: 1px 10px;
        border-radius: 3px;
        display: inline-block;
        margin-top: 6px;
    }

    .box img {
        float: left;
        margin-right: 20px;
    }

    .box p {
        font-size: 18px;
    }

    .box h5 {
        font-size: 27px;
        font-weight: 500;
    }

/* second example */

.wrap2 {
    background: linear-gradient(-80deg, transparent 69.95%, orange 70.05%), url(http://lorempixel.com/400/200/) no-repeat 0 0;
    background-size: cover;
}

    .wrap2 .box {
        width: 30%;
        flex: 0 0 30%;
    }

/* Buttons */
.viewBtn {
    display: inline-block;
    padding: 10px 18px;
    background: #004aad;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-right: 10px;
}

    .viewBtn:hover {
        background: #003080;
    }

/* Popup container */
#simplePopup {
    display: none;
    /* IMPORTANT: hidden by default */
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

    #simplePopup img {
        width: 40%;
        height: 730px;
        border-radius: 6px;
        background: #fff;
        padding: 10px;
    }

#closePopup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    cursor: auto;
    left: 0;
    bottom: 0;
    z-index: -1;
    color: transparent;
}

.zoom-pulse {
    animation: zoomInOut 2s ease-in-out infinite;
    /* 2s per cycle, loops forever */
}

@keyframes zoomInOut {

    0%, 100% {
        transform: scale(1);
        /* original size */
    }

    50% {
        transform: scale(1.1);
        /* zoom in 20% */
    }
}

/* About-section-end */


/* Corridor - start */

.corridor-sec {
    background: linear-gradient(to right, rgb(13 57 142), rgb(129 172 244));
    position: relative;
}


.mumbai:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.mumbai {
    position: relative;
    overflow: hidden;
}

    .mumbai img {
        max-width: none;
        min-height: 223px;
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: opacity 1s, transform 1s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        height: 400px;
        width: 100%;
    }

    .mumbai::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .mumbai:hover::before {
        -webkit-animation: shine .90s;
        animation: shine .90s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.rail-bro img {
    height: 200px;
    margin: auto;
}

.rail-bro {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-top: 50px;
}

/* Lightbox overlay */
.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

    /* Active */
    .lightbox-overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

    /* Big image */
    .lightbox-overlay img {
        max-width: 90%;
        max-height: 90%;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .6);
        animation: zoomIn 0.4s ease;
    }

/* Zoom animation */
@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Cursor hint */
.lightbox-single img {
    cursor: zoom-in;
}

.right-image {
    position: absolute;
    right: 0;
}

.corridor-part {
    padding: 40px 80px 40px 0;
    color: #fff;
}

    .corridor-part p {
        font-size: 16px;
    }

    .corridor-part h2 {
        font-size: 23px;
        margin-top: 10px;
    }

    .corridor-part span {
        font-size: 20px;
    }

.right-sub img {
    height: 200px;
}

.right-sub {
    position: absolute;
    top: 90px;
    right: 40px;
    border: 8px solid #fff;
}

.corridor-part img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.view-sta {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2;
    font-size: 13px;
    border-radius: 5px;
}

    .view-sta:hover {
        background: #f36448;
        color: #fff;
    }

/* Corridor - End */

/* Social - Post */

.section-title {
    margin-bottom: 15px
}

.trending-social-section {
    margin: 50px 0;
}

.section-title h2 {
    font-size: 30px;
    display: inline-block;
    background-clip: text;
    color: #000;
    margin-bottom: 3px;
}

.section-title span {
    color: #3E4F5A;
    letter-spacing: 1;
    display: block;
    font-size: 15px;
}

.trending-social-section .view-content .views-row h2 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    width: calc(100% - 20px);
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
    border: 1px solid #eef3fe;
}

    .trending-social-section .view-content .views-row h2:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 0px;
        border-right: 10px solid #DFDFDF;
        border-top: 19px solid transparent;
        border-bottom: 0px solid transparent;
    }

    .trending-social-section .view-content .views-row h2:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0px;
        border-left: 10px solid #DFDFDF;
        border-top: 19px solid transparent;
        border-bottom: 0px solid transparent;
    }

.trending-social-section .view-content .views-row .social-box-wrapper {
    background-color: #fff;
    padding: 80px 15px 15px;
    position: relative;
    margin-top: 20px;
    box-shadow: 0px 0px 16px 0px rgba(168, 168, 168, 0.3);
}

.trending-social-section .view-content .views-row iframe {
    width: 100% !important;
    border: none;
    border-radius: 0px;
}

.trending-social-section .view-content .views-row .details {
    height: 405px;
    overflow: auto;
}

.trending-social-section .view-content .views-row h2 i {
    width: 45px;
    height: 45px;
    display: flex;
    margin-right: 10px;
    padding: 10px;
    background-color: #FBFBFB;
    border-radius: 100%;
}

.trending-social-section .view-content .views-row .Twitter h2 i:after {
    background: url(./images/icon.svg#twitter-view) no-repeat;
}

.trending-social-section .view-content .views-row .Instagram h2 i:after {
    background: url(./images/instagram.svg) no-repeat;
}

.trending-social-section .view-content .views-row .Facebook h2 i:after {
    background: url(./images/icon.svg#facebook-view) no-repeat;
}

.trending-social-section .view-content .views-row .Linkedin h2 i:after {
    background: url(./images/icon.svg#linkdin-view) no-repeat;
}

.trending-social-section .view-content .views-row h2 i:after {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
}

.trending-social-section .view-content .views-row .more {
    text-align: center;
    margin-top: 25px;
}

    .trending-social-section .view-content .views-row .more a {
        background: linear-gradient(45deg, #e55806, #FD6F01, #eda52b);
        border: none;
        border-radius: 4px;
        padding: 8px 10px;
        text-align: center;
        display: inline-block;
        color: #fff;
    }

        .trending-social-section .view-content .views-row .more a:hover {
            background: linear-gradient(45deg, #eda52b, #FD6F01, #e55806);
            border: none;
            border-radius: 4px;
            padding: 8px 10px;
            text-align: center;
            display: inline-block;
            color: #fff;
        }

.twitter-box {
    visibility: hidden;
    min-height: 350px;
}

    .twitter-box.loaded {
        visibility: visible;
    }

/* Social - End */





/*gallery-start*/
.main-hdring {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5;
    color: #818181;
}

.g-list {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1;
    color: #fff;
    display: inline;
    position: absolute;
    margin-top: 0;
    background: #ef6103;
    border-radius: 5px;
    font-size: 13px;
    padding: 3px 10px;
    margin-right: 10px;
    top: 20px;
    right: 5px;
}

.gellery-sec {
    position: relative;
    background: #f5f5f5 url(./images/event-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.g-width {
    width: 20%;
}

.client-bg img {
    width: 100%;
}

.client-sec {
    padding: 40px 0;
}

.web-link img {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    margin-left: 10px;
    padding: 8px;
}

    .web-link img:hover {
        box-shadow: 0 4px 12px rgb(184 185 189);
    }

.client-bg {
    position: relative;
}

.slide-menu {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.client-bg span {
    position: absolute;
    bottom: -30px;
    background: #fff;
    padding: 0px;
    margin: 20px;
    line-height: 16px;
    border-radius: 5px;
    box-shadow: 2px 3px 16px -1px #cadaf2;
    text-align: center;
}

.client-bg img {
    width: 100%;
    transition: transform 0.9s ease;
}

.client-bg:hover img {
    transform: scale(1.8);
}

.views-field.views-field-title {
    bottom: 0;
    background: #fff;
    padding: 10px;
    margin: 0;
    line-height: 16px;
    border-radius: 5px;
    box-shadow: 2px 3px 16px -1px #cadaf2;
}

/*footer-start*/

/************************** 
* 7. footer styles 
***************************/


.footer-top-wrapper .social-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 35px;
}

    .footer-top-wrapper .social-content p {
        white-space: nowrap;
        font-size: 1.4rem;
        font-size: 20px;
        font-weight: 700;
        margin-right: 10px;
    }

    .footer-top-wrapper .social-content i {
        width: 100%;
        height: 100%;
        display: block
    }

    .footer-top-wrapper .social-content a {
        border-radius: 50%;
        background-color: #fff;
        width: 41px;
        height: 41px;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-right: 10px;
        font-size: 0px
    }

        .footer-top-wrapper .social-content a:hover {
            filter: drop-shadow(2px 2px 4px rgba(0, 123, 255, 0.4));
        }

        .footer-top-wrapper .social-content a i.fb-icon {
            background: url("./images/icon.svg#facebook-view") no-repeat
        }

        .footer-top-wrapper .social-content a i.twitter-icon {
            background: url("./images/icon.svg#twitter-view") no-repeat
        }

        .footer-top-wrapper .social-content a i.youtube-icon {
            background: url("./images/icon.svg#youtube-view") no-repeat
        }

        .footer-top-wrapper .social-content a i.insta-icon {
            background: url("./images/instagram.svg") no-repeat
        }

        .footer-top-wrapper .social-content a i.whatsapp-icon {
            background: url("./images/icon.svg#whatsapp-view") no-repeat
        }

        .footer-top-wrapper .social-content a i.linkedin-icon {
            background: url("./images/icon.svg#linkdin-view") no-repeat
        }

        .footer-top-wrapper .social-content a i.messenger-icon {
            background: url("./images/icon.svg#messenger-view") no-repeat
        }

        .footer-top-wrapper .social-content a:hover,
        .footer-top-wrapper .social-content a:focus {
            background-color: #f1f1f1
        }

.footer-widget.about-widget img {
    margin-bottom: 10px;
    display: block;
}

.site-footer {
    /*    background: linear-gradient(to right, rgb(224, 234, 252), rgb(207, 222, 243));*/
    background-size: cover;
    position: relative;
    /*    background: linear-gradient(to right, rgb(222 233 253 / 90%), rgb(231 239 255)), url(../AboutNHSRCLContent/images/ftr-bg-new.jpg);
    background-position: center;*/
    background: linear-gradient(to right, rgb(222 233 253 / 90%), rgb(231 239 255));
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center top;
}

/*.advertisers-service-sec:after {
    background: url(../AboutNHSRCLContent/images/train_logo_1.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    content: '';
    position: absolute;
    bottom: -10px;
    width: 152px;
    height: 56px;
    animation: moveX 10s ease-in-out infinite;
    z-index: 99;
}*/
@keyframes moveX {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100%);
    }
}

.site-footer .container {
    position: relative;
}

.site-footer .main-footer {
    padding: 30px 0 0px;
}

.site-footer .footer-widget.links-widget {
    padding-left: 65px;
}

.site-footer .footer-widget.service-links-widget {
    padding-left: 70px;
}

.site-footer hr {
    margin-top: 0;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #b7caef;
}

.footer-widget .widget-title {
    margin-bottom: 25px;
}

.widget-title img {
    width: 70%;
    margin: 20px auto !important;
    padding: 0;
    object-fit: cover;
}

.footer-widget .widget-title h3 {
    margin: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1246ab;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

    .footer-widget .widget-title h3::after {
        position: absolute;
        content: '';
        left: 0px;
        bottom: -15px;
        background: #e55806;
        width: 60px;
        height: 2px;
        border-radius: 10px;
    }

.footer-widget p {
    font-size: 16px;
    line-height: 30px;
    color: #3b3b3b;
    font-weight: 500;
    margin: 0;
}

.footer-widget .link-lists {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-widget .link-lists li + li {
        margin-top: 8px;
    }

    .footer-widget .link-lists li a {
        font-size: 15px;
        /*        color: #3b3b3b;*/
        color: #121212;
        transition: all .4s ease;
        display: block;
        font-family: 'Lato';
    }

/*        .footer-widget .link-lists li a:hover {
            color: #e55806;
            -webkit-transform: translatex(5px);
            transform: translatex(5px);
        }*/

.footer-widget .link-wrapper {
    margin-left: -27.5px;
    margin-right: -27.5px;
}

    .footer-widget .link-wrapper .link-lists {
        float: left;
        padding-left: 27.5px;
        padding-right: 27.5px;
    }

.footer-widget .find-us-link {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
    color: #3b3b3b;
    transition: all .4s ease;
}

    .footer-widget .find-us-link i {
        color: #e55806;
        margin-right: 10px;
        transition: all .4s ease;
    }

    .footer-widget .find-us-link:hover {
        color: #e55806;
    }

        .footer-widget .find-us-link:hover i {
            color: #3b3b3b;
        }

.footer-widget ul.contact-infos {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-widget ul.contact-infos li {
        position: relative;
        font-size: 15px;
        line-height: 22px;
        /*        color: #3b3b3b;*/
        color: #121212;
        padding-left: 40px;
        font-family: 'Lato';
    }

.left-content {
    color: #ef6204;
}

.footer-widget ul.contact-infos li + li {
    margin-top: 20px;
}

.footer-widget ul.contact-infos li i {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    font-size: 25px;
    color: #e55806;
}

.left-content a {
    color: #1246ad;
}

.footer-widget.about-widget p {
    margin-bottom: 10px;
    line-height: 23px;
}

.footer-widget.about-widget img {
    margin-bottom: 10px;
    display: block;
}

.bottom-footer p {
    margin: 0;
    color: #3b3b3b;
    font-size: 15px;
}

.social span {
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

.social {
    text-align: right;
}

.bottom-footer .social a {
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: #fff;
    color: #000000;
    font-size: 16px;
    text-align: center;
    transition: all .4s ease;
}

    .bottom-footer .social a:hover {
        color: #fff;
        background: #e55806;
    }

    .bottom-footer .social a + a {
        margin-left: 10px;
    }

.bottom-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.visitors-count label {
    background: #1246ab;
    color: #fff;
    padding: 0 5px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.visitors-count {
    font-size: 16px;
    font-weight: 700;
}

.bottom-footer {
    padding-bottom: 15px;
}

/*footer-End*/









.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .flickity-prev-next-button:hover {
        background: white;
    }

    .flickity-prev-next-button:focus {
        outline: none;
        box-shadow: 0 0 0 5px #09F;
    }

    .flickity-prev-next-button:active {
        opacity: 0.6;
    }

    .flickity-prev-next-button.previous {
        left: 10px;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }

/* right to left */
*/
/* .flickity-rtl .flickity-prev-next-button.previous { */
/*   left: auto; */
/*   right: 10px; */
/* } */
/* .flickity-rtl .flickity-prev-next-button.next { */
/*   right: auto; */
/*   left: 10px; */
/* } */
.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}



.carousel {
    background: #FAFAFA;
}

.carousel-main {
    margin-bottom: 8px;
}



.carousel-nav .carousel-cell {
    height: 90px;
    width: 120px;
}



/* Atelierbram edit */
.carousel-main img {
    display: block;
    margin: 0 auto;
}

.sub-slider img {
    height: 90px;
    width: 120px;
}


.main-gallery img {
    height: 400px;
    width: 100%;
}



.stations_sec_new {
    position: relative;
    padding: 20px 0 40px 0;
}

.stations_sec_new_single {
    position: relative;
    height: 250px;
}

    .stations_sec_new_single img {
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
        border: 1px solid #7faaf2;
        height: 250px !important;
    }

.skill-slider-new .slick-slide {
    margin: 0 10px;
    /* space between slides */
}

.img_single_sts {
    position: relative;
}

.station_name {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    background: linear-gradient(135deg, #354e7e, #2379db);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    margin: 0 auto;
}

    .station_name p {
        position: relative;
        font-weight: 500;
        padding: 5px 0;
        font-size: 15px;
        color: #fff;
        margin: 0px;
        font-family: 'Lato';
    }







.skill-slider-new .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    bottom: 10px;
}

    .skill-slider-new .slick-dots li {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        /* base dot */
        .skill-slider-new .slick-dots li button {
            width: 25px;
            height: 10px;
            background: #fff;
            border-radius: 50px;
            position: relative;
            overflow: hidden;
            padding: 0;
            margin: 0 !important;
        }

        /* active pill */
        .skill-slider-new .slick-dots li.slick-active button {
            width: 34px;
            background: rgba(53, 78, 126, 0.25);
        }

            /* progress fill */
            .skill-slider-new .slick-dots li.slick-active button::after {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(102deg, #0648b5, #00163b);
                animation: dotProgress 4s linear forwards;
                border-radius: 50px;
                border: 1px solid #9d8e8e;
            }

        /* remove default slick dot */
        .skill-slider-new .slick-dots li button::before {
            display: none;
        }

/* keyframes */
@keyframes dotProgress {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.skill-slider-new .slick-dots li button.progress::after {
    animation: dotProgress 4s linear forwards;
}




.client-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    bottom: -10px;
}

    .client-slider .slick-dots li {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 10px;
        height: 10px
    }

        /* base dot */
        .client-slider .slick-dots li button {
            width: 25px;
            height: 10px;
            background: rgba(0, 0, 0, 0.48);
            border-radius: 50px;
            position: relative;
            overflow: hidden;
            padding: 0;
            margin: 0 !important;
        }

        /* active pill */
        .client-slider .slick-dots li.slick-active {
            width: 25px;
            background: none;
            border: none;
            transition: 0.5s ease-in-out;
        }

            /* progress fill */
            .client-slider .slick-dots li.slick-active button::after {
                content: "";
                position: absolute;
                inset: 0;
                background: #000;
                animation: dotProgress 2s linear forwards;
                border-radius: 50px;
                border: 1px solid #9d8e8e;
                width: 100%;
                transition: 0.5s ease-in-out;
            }

        /* remove default slick dot */
        .client-slider .slick-dots li button::before {
            display: none;
        }

/* keyframes */
@keyframes dotProgress {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.client-slider .slick-dots li button.progress::after {
    animation: dotProgress 2s linear forwards;
    transition: 0.5s ease-in-out;
}

.client-slider .slick-dots li:before {
    display: none;
}

#header .row {
    display: flex;
    align-items: center;
}

.video-bg12 {
    position: relative;
    height: 100%;
}





















/******** Maximum width responsive *************/
@media screen and (max-width:1400px) {

    figure.effect-julia img {
        max-width: none;
        min-height: 220px;
    }

    .sustainbility-img .pic2,
    .sustainbility-img .pic3 {
        min-width: 225px;
    }

    .whatsNewButton a {
        padding: 10px 10px;
    }

    .advertisers-service-sec .service-card {
        height: 450px;
        padding: 2em 0.5em;
    }
}

@media screen and (max-width: 1199px) {

    .logo-title-part h2 {
        font-size: 13px;
    }

    .whatsNewButton a {
        padding: 10px 5px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1700px) and (max-width: 1940px) {
}

@media screen and (max-width: 991px) {
}




/* Mobile Responisve Start Here */

@media only screen and (max-width:767px) {

    .search-sec {
        width: 100%;
    }

    .search-fld {
        width: 100%;
    }

    .topbar .row .col-md-4 {
        display: none;
    }

    .topbar .row .col-md-8 {
        padding-right: 10px;
        padding-left: 10px;
    }

    ul.top-list {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        ul.top-list li {
            padding: 0px;
        }

            ul.top-list li a {
                font-size: 12px;
            }

    .lang-dropdown {
        margin-left: 0;
        font-size: 12px;
    }

    .top-list li:first-child {
        display: none;
    }

    #header .topbar .row {
        justify-content: flex-end;
    }

    .hide-main {
        margin: 0px;
    }

    .logo_text {
        gap: 5px;
        flex-direction: column;
    }

    .logo_bar .row {
        flex-direction: column;
        padding: 10px 0px;
    }

    .logo-title-part {
        margin-left: 0;
        text-align: center;
    }

        .logo-title-part h2 {
            font-size: 14px;
        }

    .left-menu {
        margin: 0px;
    }

    .logo_bar .col-sm-6 {
        width: 100%;
    }

        .logo_bar .col-sm-6 .col-md-10 {
            width: 100%;
        }

    .search-btm {
        height: 100%;
        margin-left: 0;
        margin-top: 0px;
        position: absolute;
        right: 15px;
        top: 0;
    }

    .menuzord-responsive.menuzord {
        right: 0px !important;
    }

    .menuzord-responsive .showhide {
        margin: 0;
        padding: 0;
    }

    .main-menu {
        position: relative;
        box-shadow: none;
        z-index: 99999;
    }

    .menuzord .showhide:before {
        display: none;
    }

    .menuzord .showhide em {
        background: #e11d23;
    }

    .topbar {
        padding: 10px 0;
    }

    ul.menuzord-menu.menuzord-right.menuzord-indented.scrollable {
        position: fixed;
        margin: 0;
        padding: 0;
        top: 45px;
        left: 0 !important;
        width: 320px !important;
        transition: 0.5s ease-in-out;
        animation: menuSlideIn 0.45s ease-in-out;
        z-index: 99999 !important;
    }

        ul.menuzord-menu.menuzord-right.menuzord-indented.scrollable.open {
            animation: menuSlideIn 0.45s ease-in-out;
            pointer-events: auto;
        }

    .animate-in {
        animation: menuSlideIn 0.4s ease forwards;
    }

    .animate-out {
        animation: menuSlideOut 0.4s ease forwards;
    }

    @keyframes menuSlideIn {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }

        60% {
            transform: translateX(10px);
            opacity: 1;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes menuSlideOut {
        0% {
            transform: translateX(0);
            opacity: 1;
        }

        100% {
            transform: translateX(-100%);
            opacity: 0;
        }
    }

    .hamburger {
        font-size: 25px;
        cursor: pointer;
        display: inline-block;
        transition: transform 0.3s ease;
        position: absolute;
        left: 15px;
    }

        .hamburger::before {
            content: "☰";
            display: block;
            transition: opacity 0.2s ease;
            color: #354e7e;
            font-weight: 500;
        }

        .hamburger.active::before {
            content: "✕";
        }

    .menuzord-responsive .menuzord-menu > li {
        background: #1c3566 !important;
    }

    .menuzord-responsive .menuzord-menu li .indicator {
        height: 100% !important;
        line-height: normal !important;
        position: relative;
        right: 0px;
    }

    .menuzord-responsive .menuzord-menu > li > a {
        padding: 0 0 0 15px;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
        border-top: solid 1px #E4E4E4 !important;
    }

    .menuzord-menu ul.dropdown li a {
        font-size: 11px;
        font-weight: 600;
    }

    .menuzord-menu .dropdown a:focus,
    .menuzord-menu .dropdown a:focus-visible {
        outline: none;
    }

    .indicator i {
        top: 0px;
        position: relative;
        padding: 10px 10px 10px 10px;
        width: 100%;
    }

    body.menu-open {
        overflow: hidden;
        height: 100vh;
    }



    .main-menu {
        margin-top: 0px;
    }

    .banner_sec_train img {
        height: auto;
    }

    .menuzord-menu > li > a:focus,
    .menuzord-menu > li > a:focus-visible {
        outline: none;
    }


    .menuzord-menu .dropdown {
        display: none;
    }



    .showhide {
        display: none !important;
    }

    .topbar {
        transition: all 0.3s ease;
    }

    .topbar {
        width: 100%;
        position: fixed;
        left: 0px;
        z-index: 11000;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        background: #ebf4f9;
        height: fit-content;
    }

    .top_sticky {
        width: 100%;
        position: fixed;
        left: 0px;
        z-index: 11000;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        background: #ebf4f9;
        height: fit-content;
    }

    .top_sticky1 {
        position: relative;
    }

    .container.logo_bar {
        margin-top: 45px;
    }

    #header {
        overflow: hidden;
    }

    .mobile-menu-toggle {
        display: block;
        font-size: 26px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .menuzord-menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .menuzord.active .menuzord-menu {
        display: block;
    }

    .menuzord-menu li.open > a::after {
        transform: rotate(180deg);
    }



    .container-fluid {
        padding: 0 15px !important;
    }

    .web-link img {
        width: 100% !important;
        margin: 0px auto;
    }

    .client-sec {
        padding: 15px 20px;
        margin-top: 30px;
    }


    .site-footer .main-footer {
        padding: 20px 0 0px;
    }

    .footer-top-wrapper .social-content {
        padding-top: 35px;
        margin-bottom: 25px;
    }

        .footer-top-wrapper .social-content p {
            position: absolute;
            top: 0px;
        }

    .widget-title img {
        margin-top: 20px;
        width: auto;
    }

    .footer-widget.about-widget img {
        margin-bottom: 30px;
    }

    .bottom-footer p {
        position: relative;
        text-align: center;
        font-size: 14px;
    }

    .site-footer .footer-widget.service-links-widget {
        padding-left: 0;
        padding-bottom: 30px;
    }

    .site-footer .footer-widget.links-widget {
        padding-left: 0;
        padding-bottom: 30px;
        position: relative;
    }


    .footer-widget ul.contact-infos {
        margin: 0 0 15px 0;
    }

    .footer-widget .link-lists li a {
        font-size: 14px;
    }

    .visitors-count {
        text-align: center;
    }

    .footer-widget ul.contact-infos li {
        font-size: 13px;
    }





    /* Index Other section responisve */

    .banner_sec .banner .control-round .carousel-control {
        height: 30px;
        width: 30px;
        font-size: 16px;
        line-height: inherit;
        padding: 0px;
    }

    .heading-part h4 {
        font-size: 12px;
        padding: 0 15px;
    }

    .heading-part {
        width: 100%;
        padding: 5px 0;
    }

        .heading-part:after {
            height: 15px;
            width: 15px;
            right: -8px;
            top: 40%;
            bottom: 0;
        }

    .hrd-news a {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 600;
        padding-top: 0;
    }

    .spot-sec .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .spot-sec .container-fluid {
        padding: 0px !important;
        margin:0px !important;
    }

    .spot-sec .col-md-10.col-sm-9.lft0.rgt0 {
        flex: 0 0 54%;
    }

    .hrd-news {
        padding: 5px 0;
    }

    .advertisers-service-sec {
        padding: 30px 0;
    }

    .rgt0 {
        padding-right: 15px;
    }

    #advertisers .row .rgt0 {
        margin-bottom: 30px;
    }

    .about-part {
        padding: 20px 0;
    }


        .about-part h2 {
            font-size: 32px;
            margin-bottom: 15px;
        }

        .about-part p {
            font-size: 14px;
        }

    .button-group a {
        font-size: 14px;
    }

    .about-part-inr {
        position: relative;
        margin-bottom: 30px;
    }

    .about-part .col-md-12 {
        margin-top: 0px;
    }

    .rail-bro img {
        height: auto;
    }

    .corridor-part {
        padding: 20px 0;
    }

        .corridor-part span {
            font-size: 18px;
        }

        .corridor-part h2 {
            font-size: 20px;
        }

        .corridor-part p {
            font-size: 15px;
        }

    .view-sta {
        padding: 5px 15px;
        font-size: 12px;
    }

    .gellery-sec {
        padding: 25px 0;
        overflow: hidden;
    }

    .main-hdring {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .g-list {
        position: relative;
        top: 0;
        right: 0;
        margin: 0px;
    }

    .gellery-sec .col-md-4 {
        margin-top: 30px;
    }

    .spot-sec {
        overflow: hidden;
    }

    .gellery-sec .col-md-8 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .gellery-sec .col-md-4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

/* Mobile Responisve End Here */




@media screen and (max-width: 479px) {
}



/******** Minimum width responsive *************/
@media screen and (min-width: 480px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 1320px;
    }
}

/*********************** Minimum to Maximum width *****************/

@media screen and (min-width: 420px) and (max-width: 579px) {
}

@media screen and (min-width: 580px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .container-fluid {
        padding: 0 30px !important;
    }

    .video-bg12 {
        position: relative;
        height: 230px;
    }

    .views-field-title {
        font-size: 14px !important;
    }

    .views-field iframe {
        height: 168px;
    }
}

@media screen and (min-width: 1301px) and (max-width: 1400px) {
    .container-fluid {
        padding: 0 40px !important;
        .video-bg12

{
    position: relative;
    height: 230px;
}

.views-field-title {
    font-size: 14px !important;
}

.views-field iframe {
    height: 168px;
}

}
}

@media screen and (min-width: 1401px) and (max-width: 1500px) {
    .spot-sec .container-fluid {
        padding: 0 0px !important;
        .video-bg12

{
    position: relative;
    height: 230px;
}

.views-field-title {
    font-size: 14px !important;
}

.views-field iframe {
    height: 168px;
}

}

.container-fluid {
    padding: 0 50px !important;
}

}



@media screen and (min-width: 1700px) and (max-width: 1940px) {
    .corridor-part {
        padding: 40px 80px 40px 80px;
        color: #fff;
    }

    .container {
        width: 1720px;
    }

    .logo-title-part h2 {
        font-size: 20px;
    }

    .logo-title-part h3 {
        font-size: 18px;
    }

    /*    .menuzord-menu > li > a {
        font-size: 20px;
    }*/

    .search-fld {
        font-size: 20px;
    }

    .search-btm i {
        font-size: 20px !important;
    }

    .menuzord-menu > li > a {
        font-size: 16px;
    }

    .banner_sec .banner .control-round .carousel-control {
        font-size: 25px;
    }

    .heading-part h4 {
        font-size: 18px;
    }

    .hrd-news a {
        font-size: 16px;
    }

    .advertisers-service-sec h3 {
        font-size: 20px;
    }

    .advertisers-service-sec p {
        font-size: 15px;
        line-height: 21px;
        text-align: justify;
    }

    .advertisers-service-sec span {
        font-size: 14px;
    }

    .notice-list li:after {
        top: 5px;
        height: 20px;
        width: 20px;
    }



    .explore-now {
        font-size: 16px;
    }

    .about-part h2 {
        font-size: 50px;
    }

    .about-part p {
        font-size: 20px;
        line-height: 32px;
    }

    .button-group a {
        padding: 7px 20px;
        font-size: 18px;
    }

    .lightbox-single img {
        width: 100%;
        object-fit: cover;
        height: auto;
    }

    .web-link img {
        width: 100%;
    }

    .corridor-part span {
        font-size: 24px;
    }

    .corridor-part p {
        font-size: 20px;
        line-height: 28px;
    }

    .view-sta {
        font-size: 16px;
    }

    .video-bg12 {
        position: relative;
        height: 265px;
    }

        .video-bg12 .views-field {
            height: 200px;
        }

            .video-bg12 .views-field ifrma {
                height: 170px;
            }


    .slide-menu {
        height: 265px !important;
    }

    .views-field-title {
        padding: 30px 0 0 0;
    }

    .views-field-title {
        font-size: 14px !important;
    }

    .widget-title img {
        width: 70%;
    }

    .client-bg span {
        font-size: 16px;
        font-weight: 600;
    }

    .footer-widget .widget-title h3 {
        font-size: 16px;
    }

    .footer-widget .link-lists li a {
        font-size: 16px;
    }

    .footer-widget ul.contact-infos li {
        font-size: 16px;
    }

    .bottom-footer p {
        font-size: 16px;
    }

    .main-hdring {
        font-size: 20px;
    }

    .banner_sec .banner .left.carousel-control {
        left: 15px;
    }

    .banner_sec .banner .right.carousel-control {
        right: 15px;
    }

    .topbar {
        padding: 2px 0;
    }

    .lang-dropdown {
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    ul.top-list li a {
        font-size: 16px;
    }

    .field-content {
        height: auto;
        display: flex;
        align-items: center;
        top: -5px;
        font-size: 16px;
        padding: 10px 0;
    }
}


/* =========================================
   Language Switcher Focus Styles
========================================= */
/* Show language menu on hover OR keyboard focus */
.lang-switcher:hover .lang-menu,
.lang-switcher:focus-within .lang-menu {
    display: block;
}

/* Ensure menu can receive focus */
.lang-menu {
    display: none;
}

.head_gal {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.client-sec .slick-prev {
    top: 50px;
    left: -10px;
}


.client-sec .slick-next {
    top: 50px;
    right: -30px;
}

.client-sec .slick-initialized .slick-slide {
    margin: 0 15px;
}

.client-bg img {
    height: 100% !important;
}
/*.client-bg .slide-menu{height:300px !important;
}*/

.about-part-inr {
    padding: 0 20px 0 0;
}

#advertisers .col-md-3 {
    transition: 0.5s ease-in-out;
}

    #advertisers .col-md-3:hover {
        transform: translateY(-20px);
        transition: 0.5s ease-in-out;
    }



.rail-bro {
    position: relative;
    display: inline-block;
}

    .rail-bro::before,
    .rail-bro::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 3px solid #ea6e2f;
        transition: all 0.4s ease;
        opacity: 0;
        border-radius: 10px;
    }

    .rail-bro::before {
        top: 0;
        left: 0;
        border-right: none;
        border-bottom: none;
    }

    .rail-bro::after {
        bottom: 0;
        right: 0;
        border-left: none;
        border-top: none;
    }

    .rail-bro:hover::before,
    .rail-bro:hover::after {
        width: 100%;
        height: 100%;
        opacity: 1;
    }


.advertisers-service-sec .service-card {
    overflow-y: scroll;
}


.over_vis_0::-webkit-scrollbar {
    display: none;
}

.over_vis_0 {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/*.advertisers-service-sec .service-card::-webkit-scrollbar {
    display: none;
}

.advertisers-service-sec .service-card {
    -ms-overflow-style: none;
    scrollbar-width: none;
}*/
.notice-list {
    /*height: 480px;
    position: relative;
    overflow: scroll;*/
}

    .notice-list::-webkit-scrollbar {
        display: none;
    }

.notice-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
}



.en_lang_sec {
    color: #fff;
    height: 21px;
    width: 25px;
    border: 1px solid #0b20c3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 15%;
    background: #354e7e;
}

.uw-widget-custom-trigger {
    background-color: #003295 !important;
}


#featureItem-hi, #featureItem-ic, #featureItem-df, #featureItem-lh, #featureItem, #featureItem-ts, .copyright-text {
    display: none !important;
}


.banner_sec_train img {
    height: 210px !important;
}


.right_tab_single_head {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .right_tab_single_head h6 {
        position: relative;
        font-size: 30px;
        color: #3b4a9a;
        font-weight: 600;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }


        .right_tab_single_head h6:before {
            position: relative;
            left: -20px;
            height: 2px;
            width: 100px;
            background: #3b4a9a;
            border-radius: 5px;
            content: '';
            top: 0;
        }

        .right_tab_single_head h6:after {
            position: relative;
            right: -20px;
            height: 2px;
            width: 100px;
            background: #3b4a9a;
            border-radius: 5px;
            content: '';
            top: 0;
        }



.item.slider-banner {
    height: 100%;
}

    .item.slider-banner img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .item.slider-banner video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

.right_tab_single_head p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    font-family: 'Lato';
}

.officer-title::before {
    display: none !important;
}



.banner_sec_train {
    position: relative;
}

    .banner_sec_train img {
        width: 100%;
        object-fit: cover;
        height: 400px;
    }

.breadcumb_sec_new {
    position: absolute;
    bottom: 0px;
    z-index: inherit;
    background: #ff043a;
    left: 75px;
    padding: 0 50px;
    border-radius: 4px 4px 0 0;
}

    .breadcumb_sec_new h6 {
        position: relative;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }

.search_page_sec_new {
    position: relative;
    padding: 30px 0;
    width: 100%;
}

.search_sec_new_div {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    width: 35%;
    text-align: right;
    flex-direction: column-reverse;
    margin: 0 0 0 auto;
}

#MainContent_txtSearch {
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    margin: 0 0 30px 0;
    padding: 0 30px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Lato';
}

#MainContent_btnSubmit {
    position: absolute;
    right: 25px;
    top: 5px;
    width: auto;
}

#MainContent_gvSearch tbody tr th {
    border-top: 1px solid #000;
}



.marquee-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marquee-content {
    gap: 40px;
    white-space: nowrap;
    animation: marqueeMove 80s linear infinite;
}

    .marquee-content a {
        text-decoration: none;
        color: #000;
    }

    .marquee-content span {
        margin: 0 10px;
    }

/* Animation */
@keyframes marqueeMove {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-400%);
    }
}

/* Pause on hover (like old marquee) */
.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}

.spot_new_class .row {
    display: flex;
    justify-content: space-between;
}

    .spot_new_class .row .col-sm-3 {
        flex: 0 0 15%;
        justify-content: center;
        display: flex;
        align-content: center;
        margin: 0 auto;
    }

.spot_new_class .heading-part {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(45deg, #e55806, #FD6F01, #eda52b);
}

    .spot_new_class .heading-part h4 {
        display: flex;
        align-content: center;
        justify-content: center;
        position: relative;
        text-align: center;
        left: 0%;
        width: 100%;
    }


#MainContent_pLeftCap {
    position: absolute;
    bottom: 204px;
    background: #d2d8e5;
    color: #000;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    left: 3px;
    right: 0;
    border-radius: 5px;
    padding: 5px;
    font-family: 'Lato';
    font-weight: 600;
}

.vacancy_menu .about_tabs_sec_inner ul li a {
    font-size: 11px !important;
}

.hsr_inn_main_sec_single_left p {
    font-style: italic;
}

.vision_body_sec_right p {
    font-style: italic;
}

.description_new {
    font-style: italic;
}

.event_sec_new_left p {
    font-style: italic;
}

.abstract-text {
    font-style: italic;
}

.event_sec_new_left p {
    font-style: italic;
}

.project_inner_main_body p {
    font-style: italic;
}

.project_ststion_sec_single .block-content {
    font-style: italic;
}

.safety_fea_main_sec_single_left p {
    font-style: italic;
}

.blog_sec_new_single_cont p {
    font-style: italic;
}

.card-title {
    font-style: italic;
}

.media_cover_sec {
    font-style: italic;
}

.rti_main_sec_inner_how p {
    font-style: italic;
}

.edu_vist_main_cont {
    font-style: italic;
}

.right_tab_single_head h6 {
    font-style: normal;
}

.about_hub_div {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.about-part .video-bg12 {
    height: auto !important;
}

.views-field iframe {
    height: 100%;
}

.views-field {
    height: 100%;
}

.video-gallery .video-bg12 {
    background: #000;
}

.views-field-title {
    font-size: 12px !important;
    height: 35px !important;
    position: absolute !important;
    bottom: 0;
    background: #fff;
    border-radius: 0px;
}

.walk_video_sec {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.gallery-item {
    background: none !important;
}

.gallery_sec_edu_sec_single img {
    border: 2px solid #83b6ff !important;
    border-radius: 10px !important;
}

.breadcumb_sec_new {
    z-index: inherit !important;
}

.event_sec_new_body {
    align-items: flex-start !important;
}

.slick-arrow {
    display: none !important;
}
.client-sec .slick-arrow {
    display: flex !important;
    justify-content:center;
}
.gallery-badge {
    display: none;
}

.authorities-section {
    /*min-height: 650px;*/
    margin-bottom: 0px !important;
}

.gallery-item img:hover {
    transition: 0.5s ease-in-out;
    transform: scale(1.02) !important;
}

.visitors-count table tr th {
    font-size: 14px !important;
}

.visitors-count table tr td {
    font-size: 14px !important;
}

.link-lists {
    position: relative;
}

    .link-lists li {
        position: relative;
    }

        .link-lists li a {
            position: relative;
            padding-left: 0px;
        }

            .link-lists li a:before {
                position: absolute;
                content: '\f18e';
                font-family: FontAwesome;
                left: 0px;
                /*color: rgb(229, 88, 6);*/
                color: #000;
                animation: fadeList 0.5s ease forwards;
                font-size: 14px;
                animation: moveArrow 0.8s ease-in-out infinite alternate;
                display: none;
            }

@keyframes moveArrow {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(6px);
    }
}

.main-footer .container {
    padding: 0px;
}

.btm_ftr_middle {
    padding: 0 0 30px 0;
    position: relative;
}

.service-links-widget {
    position: relative;
}

    .service-links-widget::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 25px;
        background: #b9d1ff;
        /* background: #89a0cd;*/
        height: 200px;
        width: 2px;
    }

.links-widget {
    position: relative;
}

    .links-widget::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 25px;
        background: #b9d1ff;
        height: 200px;
        width: 2px;
    }

.contact-widget {
    position: relative;
}

    .contact-widget::before {
        position: absolute;
        content: '';
        left: -70px;
        top: 25px;
        background: #b9d1ff;
        height: 200px;
        width: 2px;
    }

.blog_sec_new_right_search .search-btn {
    height: 38px;
    top: 2px;
    right: 2px;
}

.blue_border {
    position: relative;
}

    .blue_border select {
        border-color: #1e3a8a;
        border-width: 2px;
    }

.new_flex_media {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.new_flex_media_search_box {
    position: relative;
    top: 10px;
}

    .new_flex_media_search_box input.search-input {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0px 90px 0 10px !important;
        border: 2px solid #1e3a8a;
        background: none;
        border-radius: 5px;
        color: #333;
        font-size: 14px;
        font-weight: 600;
        margin: 0px !important;
        width: 250px !important;
    }

    .new_flex_media_search_box input.search-btn {
        position: absolute;
        display: flex;
        align-items: center;
        padding: 1px 0px;
        border: 2px solid #8c95af;
        background: none;
        border-radius: 5px;
        color: #333;
        font-size: 14px;
        font-weight: 600;
        top: 5px;
        right: 5px;
        width: 80px;
        background: #fff;
    }

.vis_cont_sec {
    position: relative;
    display: flex;
    gap: 15px;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 95px;
}

.vis_cont_sec_single {
    display: flex;
    align-content: center;
    gap: 5px;
    align-items: center;
}

    .vis_cont_sec_single span {
        font-size: 12px;
        color: #000;
        font-weight: 600;
    }

    .vis_cont_sec_single h6 {
        position: relative;
        margin: 0;
        padding: 0;
        color: #003295;
        font-weight: 600;
        font-size: 14px;
    }

        .vis_cont_sec_single h6 span {
            position: relative;
            margin: 0;
            padding: 0;
            color: #003295;
            font-weight: 600;
            font-size: 14px;
        }

.views-field-title {
    padding: 10px;
}

.new_cls_hid_sec_irp {
    overflow: hidden;
}

.spot-sec .container-fluid {
    overflow: hidden;
    padding: 0px !important;
    margin:0px !important;
}

.amb_left {
    flex: 0 0 50%;
}




/*.atmanirbhar-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    bottom: 0px;
}

    .atmanirbhar-slider .slick-dots li {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 10px;
        height: 10px
    }*/

/* base dot */
/*.atmanirbhar-slider .slick-dots li button {
            width: 25px;
            height: 10px;
            background: rgba(0, 0, 0, 0.48);
            border-radius: 50px;
            position: relative;
            overflow: hidden;
            padding: 0;
            margin: 0 !important;
        }*/

/* active pill */
/*.atmanirbhar-slider .slick-dots li.slick-active {
            width: 25px;
            background: none;
            border: none;
            transition: 0.5s ease-in-out;
        }*/

/* progress fill */
/*.atmanirbhar-slider .slick-dots li.slick-active button::after {
                content: "";
                position: absolute;
                inset: 0;
                background: #000;
                animation: dotProgress 2s linear forwards;
                border-radius: 50px;
                border: 1px solid #9d8e8e;
                width: 100%;
                transition: 0.5s ease-in-out;
            }*/

/* remove default slick dot */
/*.atmanirbhar-slider .slick-dots li button::before {
            display: none;
        }*/

/* keyframes */
/*@keyframes dotProgress {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.atmanirbhar-slider .slick-dots li button.progress::after {
    animation: dotProgress 2s linear forwards;
    transition: 0.5s ease-in-out;
}

.atmanirbhar-slider .slick-dots li:before {
    display: none;
}*/


.breadcumb_sec_new {
    display: none !important;
}

.about-part .field-content {
    justify-content: center;
}

.head_slide {
    padding-left: 0px !important;
}

    .head_slide:before {
        top: 4px;
    }

.right_tab_single_head h6 span {
    padding-left: 5px;
}

body .plugin div#u_0_1_jV {
    width: 100% !important;
}

body .x1odjw0f {
    width: 70% !important;
}


.lightbox-content {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
}

.lightbox_title {
    padding: 5px;
    color: #000;
    margin-top: 0;
    font-size: 10px;
    text-align: center;
    max-width: 100%;
    position: absolute;
    bottom: 15px;
    background: #f1f1f1;
    width: 400px;
    border-radius: 5px;
    word-break: break-all;
    left: -60px;
    right: 0;
    margin: 0 auto;
}

.lightbox-close {
    flex: 0 0 50px;
    position: relative !important;
    right: 50px !important;
    top: 10px !important;
}

.lightbox.active > div {
    width: 750px !important;
    flex-direction: row-reverse;
    display: flex;
    position: relative;
}


.lightbox > div {
    width: 750px !important;
    flex-direction: row-reverse;
    display: flex;
    position: relative;
}

.doc-content h3 {
    display: none;
}

.head_slide:before {
    display: none;
}

.gallery {
    grid-template-columns: 1fr 1fr 1fr !important;
}

.station-name{
    font-size:10px !important;
}
.views-field-title {
    padding: 0 5px;
}

.stat-label {
    font-size: 13px !important;
}
.single_pdf_viewer_right ul li:nth-child(2) {
    display: none;
}
/*.csr-table {
    margin: 30px auto auto 0 !important;
}*/

.img_modal_inner_main .close-modal{
    flex:0 0 50px;
}
.content_size {
    max-width: 450px !important;
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}