/* New File Css 11 May 2022 */
a {
    /*text-decoration: none;*/
    line-height: unset;
}

#language-picker-select {
    border: none;
    background-color: #195c9f;
    color: white;
    font-size: 13px;
    outline: none;
    width: 100%;
    height: 25px;
    padding: 2px 5px;
}

.social-icons {
    padding: 5px;
    font-size: 15px;
    width: 25px;
    text-align: center;
    /*text-decoration: none;*/
    border-radius: 5px;
    color: white;
}

.social-icons-facebook {
    background: #216aca;
    color: white;
}

.social-icons-twitter {
    background: #55acee;
    color: white;
}

.social-icons-youtube-play {
    background-color: rgb(139, 13, 13);
}

.searchBoxRow {
    display: flex;
    align-items: center;
    justify-content: end;
}

.sliderPause {
    display: none;
}

.list-group-item {
    border: unset;
    background-color: unset;
}

.imp-links-bg {
    /* background: #f8f8f8; */
    background: #eee;
}

.footer-heading {
    position: relative;
    color: #195c9f;
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 0 0px 6px 0;
}

.footer-heading:after {
    position: absolute;
    content: "";
    width: 30%;
    height: 4px;
    background-color: #195c9f;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 100%;
    left: 16%;
    margin-top: 5px;
}

.footer-address p {
    font-size: 13px;
    line-height: 26px;
    text-align: left;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.footer_links-light {
    margin-bottom: 4px;
    font-size: 16px;
    color: #195c9f;
    font-weight: 600;
    line-height: 20px;
}

.footer_links-bold {
    /* font-weight: 600; */
    line-height: 18px;
    font-size: 12px;
    color: #000;
}

.footer-social-icons {
    border: 1px solid black;
    padding: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #000;
    font-size: 20px;
}

.footer_button {
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #807d7d;
    background: white;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 6px;
}

.footer_button:hover {
    background: #195c9fa6;
    color: #fff;
}

a.footer-social-icons:first-child:hover {
    background: #3b5998;
    border: 2px solid transparent;
    color: white;
    transition: all 0.2s ease-in-out 0s;
}

a.footer-social-icons:nth-child(2):hover {
    background: #000;
    border: 2px solid transparent;
    color: white;
    transition: all 0.2s ease-in-out 0s;
}

a.footer-social-icons:nth-child(3):hover {
    background: #fe0000;
    border: 2px solid transparent;
    color: white;
    transition: all 0.2s ease-in-out 0s;
}

.visit-count-text {
    font-size: 13px;
    margin-top: 3px;
    font-weight: 500;
    margin-bottom: 0;
}

.footer_img_logo_val {
    margin-top: 15px;
}

.visit-count-num {
    font-size: 15px;
    font-weight: 600;
}

.copyright {
    background: #195c9f;
    color: white;
    font-size: 13px;
}
.copyright_footer_text{
    margin-bottom: 0;
    color: white;
}
.browser_supp{
    margin-bottom: 0;
    color: white;
}
.copy_text a {
    text-decoration: underline;
}

.register-stay-bg {
    background: #195c9f;
    padding: 30px 0;
    overflow: hidden;
}

.str_wrap {
    background: transparent !important;
}

.respons-marquee {
    background: #e3dddd;
    padding: 8px 0;
    position: relative;
}

.latest-news-ticker {
    position: absolute;
    z-index: 1;
    padding: 5px 8px 5px 5px;
    background: #e3dddd;
    font-size: 14px;
    font-weight: 500;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

#toggleButton {
    position: relative;
    z-index: 10;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 15px;
    border-radius: 50%;
    margin-left: 10px;
    color: #005e9f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marque_over {
    overflow: hidden;
}

.marquee {
    color: #000;
    padding-top: 10px;
    position: relative;
    left: 0;
    right: 0;
    /* overflow: hidden; */
    height: 32px;
    font-size: 17px;
    color: #333 !important;
    animation: marquee_ani 30s linear infinite;
    white-space: nowrap;
    gap: 10px;
    align-items: center;
}

.marquee_list_main {
    z-index: 1;
}

.marquee_bor {
    height: 20px;
}

.marquee p {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 10px;
}

.marquee p a {
    display: flex;
    align-items: center;
    height: 100%;
}


.marquee:hover {
    animation-play-state: paused;
}

@keyframes marquee_ani {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

#playIcon {
    display: none;
}

.latest-news-ticker p {
    margin-bottom: 0;
    /* border-right: 2px solid #373737; */
    padding-right: 5px;
}

.banner_btns {
    display: flex;
    gap: 0px;
    background: #005e9f;
    width: 74px;
    right: 5px;
    justify-content: center;
    position: absolute;
    top: 125px;
    border-radius: 8px;
    height: 35px;
    align-items: center;
}

.customNextBtn,
.customPreviousBtn,
.customPause,
.customPlay {
    display: inline-block;
    color: #fff;
    padding: 0px 0px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 20px;
}

.customPreviousBtn,
.customPause,
.customNextBtn {
    font-size: 20px;
    cursor: pointer;
}

/* tabs css */
.nav-tabs .nav-link {
    border: none;
}

#categoryTab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fcfcfc;
    border-color: #ffffff #ffffff #fff;
}

#categoryTab .nav-tabs .nav-link:hover {
    border-color: #f8f9fa #ffffff #dee2e6;
}

#categoryTab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fcfcfc;
    border-bottom: 4px solid #f8c83a;
    font-weight: 600;
}

#categoryTab .nav-tabs .nav-link {
    border: 1px solid transparent;
}

#categoryTab .nav-item a {
    color: black;
}

.press-release-main {
    border: 1px solid #d6d2d2;
    border-radius: 4px;
    padding: 5px 13px;
    background: #fcfcfc;
}

.release-para {
    font-size: 12px;
    font-weight: 500;
}

.release-date {
    font-size: 13px;
    color: #8d8d8d;
}

.Restoration-main {
    border-bottom: 1px solid #d4cdcd;
    padding-bottom: 6px;
    display: flex;
    align-items: start;
    margin-top: 12px;
}

.Restoration-main:last-child {
    border-bottom: unset;
}

.mea-para {
    font-size: 13px;
    line-height: 15px;
    color: white;
    margin-left: 5px;
    margin-top: 10px;
    font-weight: 600;
}
.twitter-timeline iframe{
    width: 100% !important;
}
.mea-main-box {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 10px 5px;
    min-height: 130px;
    text-align: center;
    flex-direction: column;
}

.mea-main-box img {
    width: 55px;
}

.mea-main-bg01 {
    background: #e24e00;
}

.mea-main-bg02 {
    background-color: #a42fbb;
}

.mea-main-bg03 {
    background-color: #1f6ab4;
}

.mea-main-bg04 {
    background-color: #319014;
}

.brd-bottom {
    width: 100px;
    border: 2px solid #f8c83a;
    margin-top: 5px;
    background-color: #f8c83a;
}

.bn-reddy {
    color: #205b96;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 3px;
}

.bn-reddy-desc {
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 0px;
}

.high-commis-head {
    color: black;
    font-weight: 500;
    font-size: 21px;
}

.bn-ready-main-box {
    border: 1px solid #c9c3c3;
    padding: 15px;
    border-radius: 5px;
}

.press-release-hg {
    height: 400px !important;
    overflow: auto;
    margin-top: 10px;
}

#pressRelease .style-4::-webkit-scrollbar-track {
    background-color: #c5baba;
    border-radius: 5px;
}

#pressRelease .style-4::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#pressRelease .style-4::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(100, 99, 99, 0.3);
    background-color: #737272;
    border: 1px solid rgb(102, 99, 99);
    border-radius: 5px;
}

.azadi-main-box {
    display: grid;
    grid-template-columns: repeat(2, 4fr);
    column-gap: 10px;
    margin: 6px 0px;
    row-gap: 10px;
}

/* .mea-para {
    font-size: 12px;
    line-height: 15px;
    color: white;
    margin-left: 5px;
} */

.mea-main-box {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 10px 5px;
    min-height: 130px;
    flex-direction: column;
    text-align: center;
    font-weight: 500;
}

.mea-main-box img {
    width: 55px;
}

.mea-main-bg01 {
    background: #FA6C38;
}
#gplayIcon {
    display: none; /* Initially hidden */
  }
  
  #gpauseIcon {
    display: inline; /* Initially shown */
  }
  #toggle-button{
    position: absolute;
    left: 49%;
    top: 13px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #195c9f;
    color: #fff;
  }
  .home-carousel.hp-carousal-event .owl-next{
    position: absolute;
    right: -61px;
    top: -30px;
  }
  .home-carousel.hp-carousal-event .owl-prev{
    position: absolute;
    left: -51px;
    top: -32px;
  }
.mea-main-bg02 {
    background-color: #a42fbb;
}

.mea-main-bg03 {
    background-color: #1f6ab4;
}

.mea-main-bg04 {
    /* background-color: #319014; */
    background-color: #002dc117;
}

.tabMoreLinks a {
    background-color: unset;
}

.read-more {
    color: black;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 4px solid #f8c83a;
}

.read-more:hover {
    color: #005ea0;
}

.map-bg-img {
    background: url(../../assets/img/new_images/map-background.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%;
    background-position: right top, left top;
    background-color: white;
}

.card-inner-para {
    font-weight: normal;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    padding-top: 5px;
}

.chat-with-us {
    font-size: 13px;
    text-align: left;
    color: #fff;
    margin-top: 0px;
}

.map-main-box {
    border: 1px solid #d6d2d2;
    border-radius: 4px;
    padding: 5px;
    margin-top: 12px;
}

/* accordion */

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 0;
    cursor: pointer;
    padding: 9px 0px;
    border-bottom: 1px solid #d4d4d4;
}

ul.accordion-list li.active h3:after {
    transform: rotate(180deg);
}

ul.accordion-list li h3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.01em;
    cursor: pointer;
    color: white;
    font-weight: 400;
    transition: .3s ease;
    background: #015592;
    padding: .3rem;
}
.high-commis-head{
    color: black !important;
}
ul.accordion-list li h3:hover{
    color: #ffc636;
}

ul.accordion-list li h3:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0;
    /* transition: all 0.3s ease-in-out; */
    font-size: 18px;
    font-weight: 900;
    transition: .3s ease;
}
ul.accordion-list li:hover h3:after{
    color: #ffc636;
}
ul.accordion-list li.active{
    color: #ffc636;
}
ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 13px;
    color: white;
}

.imp-bg {
    background: url(../../assets/img/new_images/important-bg.jpg);
    padding: 30px;
    background-position: center;
    background-size: cover;
    height: 432px;
    position: relative;
    overflow: hidden;
}

.imp-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 255, 0.5); 
    z-index: 1;
}

.imp-bg * {
    position: relative;
    z-index: 2;
}

.page-ttl {
    position: relative;
    color: #000;
    padding: 0 0 5px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}

.page-ttl:after {
    position: absolute;
    content: "";
    width: 40%;
    height: 4px;
    background-color: #f8c83a;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 100%;
    left: 50%;
    margin-top: 5px;
}

.str-wrap-flex div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-stay-bg {
    background: #fff;
    padding: 30px 0;
}

.register-stay-main img {
    border-right: 1px solid #c5c5c5;
    padding-right: 10px;
}

.register-stay-main p {
    padding-left: 10px;
    color: white;
    line-height: 22px;
    font-size: 16px;
}

.register-stay-main {
    align-items: center;
    display: flex;
    margin: 5px 0;
}

.pl-120 {
    padding-left: 120px;
}

.pd-0 {
    padding: 0 !important;
}

.recordBox {
    padding-bottom: 8px;
}

.recordBox a {
    color: #000;
}

.prevIconCustom {
    left: 7%;
    top: 55%;
    /* color: #000; */
    font-size: 17px;
    width: 35px;
    height: 35px;
    background: #195c9f;
    /* box-shadow: 0px 3px 15px rgb(0 0 0 / 17%); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #195c9f;
    cursor: pointer;
}

.nextIconCustom {
    /* color: #000; */
    top: 55%;
    right: 7%;
    font-size: 17px;
    box-shadow: 0px 3px 96px rgb(215 208 208 / .7);
    width: 35px;
    height: 35px;
    background: #195c9f;
    /* box-shadow: 0px 3px 15px rgb(0 0 0 / 17%); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #195c9f;
    cursor: pointer;
}

/* About us page */
#aboutUsSec .tabNav li {
    background: unset !important;
    margin-right: 3px;
}

#aboutUsSec a {
    color: #fff !important;
    font-size: 14px;
    padding: 0px 0 0px;
}

#aboutUsSec a:hover {
    /*text-decoration: none;*/
}

#aboutUsSec .tabNav {
    background: #154c85;
    padding: 8px 8px;
}

#aboutUsSec .tabNav .r-tabs-state-active a {
    color: white;
}

ul.accordion-list-about li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 0;
    cursor: pointer;
    border-bottom: 1px solid #d4d4d4;
}

ul.accordion-list-about li.active h3:after {
    transform: rotate(180deg);
}

ul.accordion-list-about li h3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #b5ddf4;
    padding: 15px;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
    color: #000;
    font-weight: 500;
}

ul.accordion-list-about li h3:after {
    font-family: FontAwesome;
    content: "\f106";
    position: absolute;
    right: 1%;
    top: 25%;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 900;
}

ul.accordion-list-about li div.answerAbout {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: whitesmoke;
    margin-top: 6px;
}

ul.accordion-list-about li div.answerAbout p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 13px;
    color: black;
}

ul.accordion-list-about li div.answerAbout div table tbody tr td {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

/* .bdrAddOutCustom{
  margin-top: -120px;
}
#innerContent{
  margin-top: 43px;
} */
.bdrAddOut .breadcrumb {
    background: transparent;
}

.page-title-heading {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    background-color: #ffffff70;
    padding: 5px 10px;
}

.container-custom-pd {
    padding: 47px 0;
}
.validator_img{
    height: 30px;
}


    .back-to-top {
        position: fixed;
        bottom: 25px;
        right: 25px;
        width: 40px;
        height: 40px;
        background: #195C9F;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        display: none;

        animation: pulse 3s ease-out;
        animation-iteration-count: infinite;
        z-index: 10;
    }

    .top_arr {
        line-height: 36px !important;
        font-size: 20px !important;
        color: #fff;

    }

    .top_arr:hover {
        color: #fff;

    }

    .home_icon {
        font-size: 18px;
        padding: 5px 4px !important;
    }
   
.nested-accordion .custom-tbl a img{
    width: 20px;
}