@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1360px;
    }
}
.carousel {
    background: #869bba;
}
#carouselExampleCaptions img {
    height: calc(100vh - 299px);
    object-fit: cover;
    object-position: top;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-white.p-md-3 {
    background: url(../img/bg.svg) center -18px no-repeat;
    background-size: cover;
}

.btn-primary {
    background: #162d6a !important;
    border-color: #162d6a !important;
}

.site-color {
    color: #25578c !important;
}

.select-lang {
    border-radius: 7px;
    border: 1px solid #ecebf0 !important;
    font-size: 13px;
    color: #777777;
}

.top-links .nav-link {
    color: #000;
    font-size: 13px;
    padding: 0px 0.5rem;
}

.top-links .nav-link:hover {
    text-decoration: underline;
    color: #ffa500eb;
}

.social-icon {
    display: flex;
    gap: 9px;
    justify-content: center;
}

.social-icon li img {
    width: 24px;
}

.strip-nav li:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    z-index: auto;
    height: 14px;
    width: 1px;
    background: #e9e9e9;
    overflow: hidden;
    margin-top: -7px;
}

.strip-nav li:last-child:before {
    opacity: 0;
}

#accessControl .large {
    font-size: 11px;
    width: 14px;
}

#accessControl input {
    float: left;
    height: 15px;
    background: none;
    border: none;
    padding: 0;
    width: 22px;
    color: #000;
    vertical-align: bottom;
    line-height: 15px !important;
}

#accessControl .normal {
    font-size: 13px;
    width: 25px;
}

#accessControl .largest {
    font-size: 17px;
    margin-top: 0px;
}

.top-stip {
    font-size: 14px !important;
}

.logo img {
    width: 42px;
}

.logo_text_first {
    font-size: 27px;
    font-weight: 700;
    color: #0e338a;
    line-height: 25px;
}

.logo_text_second {
    color: #000000cc;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2
}

.logo-center-text {
    font-size: 18px;
    font-weight: 600;
    color: #000000cc;
    line-height: 1.1;
}

.third-navbar .navbar-nav .nav-link {
    color: white !important;
}

.carousel-caption {
    position: relative;
    right: 0%;
    bottom: 0rem;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 18%;
    padding-left: 3.5%;
    color: #fff;
    text-align: left;
    background: #103c63;
}

.carousel-caption h5 {
    font-size: 1.25em;
    font-weight: 500;
}

.contentRightBlock {
    padding: 20px;
    background: #f0f0f0;
    position: relative;
    margin-top: 0;
    border-radius: 5px;
}

.carousel-control-next,
.carousel-control-prev {
    height: calc(100% / 1.26);
}

.notice {
    padding: 10px;
    background: red;
    color: white;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute;
    z-index: 9;
    font-weight: 600;
}

.service-box {
    background: #195C9F;
    padding: 20px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    color: white;
    width: 100%;
    display: inline-block;
}

.service-box i {
    font-size: 40px;
    margin: 10px 0 15px;
}

.consular_sub {
    min-height: 218px;
    border-radius: 0px 0px 4px 4px;
    text-align: center;
}

.ministerBox {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.ministerBox.cf1 {
    margin-bottom: 0;
    padding-bottom: 0px;
}

.ministerPhoto {
    margin: 0 auto;
    width: 180px;
    border: 5px solid #ffffff;
    border-radius: 5px;
}

.ministerDetails {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.ministerDetails p.ministerName {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #195C9F !important;
}

.ministerDetails p.ministerName span {
    display: block;
    font-size: 0.737em;
    font-weight: 600;
    color: #195C9F !important
}

.ministerDetailList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ministerDetailList li a i {
    padding-right: 5px;
    font-size: 14px;
}

.ministerDetailList li a {
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.ministerDetailList li a:hover {
    color: #ffa500eb;
}

@media (min-width: 1022px) {
    .alert_border {
        width: 100%;
        height: 5px;
        background: #FFFFFF;
        border-radius: 5px;
        margin-top: -15px;
        margin-bottom: 8px;
    }
}

.style1 {
    color: #195c9f;
    font-size: 18px;
    font-weight: bold;
    font-family: "Open Sans";
}

ul.alert_home li {
    font-size: 1.167em;
    color: #595656;
    margin-bottom: 3px;
}

.alert_home li a {
    color: #595656;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.c-img {
    margin-bottom: 35px;
}

.footer {
    background: #195C9F;
    padding: 9px 5px;
}

.footer .nav-item {
    float: left;
}

.footer .nav-link {
    padding: 0px .65rem;
}

.footer :is(p, b, li, a) {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
}

ul.foot-menu {
    margin-bottom: 0;
}

ul.foot-menu li {
    float: none;
    display: inline-block;
}

.nov span {
    display: inline-block;
    padding: 4px 6px 4px;
    border-radius: 3px;
    background: black;
    margin-right: -2px;
}

.ep-img {
    width: 170px;
}

.block a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding-bottom: 15px;
}

.block span {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.ep-gallery {
    background: #195C9F !important;
    padding: 20px;
}

.up-carasoul {
    height: 400px;
    overflow: hidden;
    padding: 15px 0px;
}

.up-carasoul ul li {
    margin: 1px;
    margin-bottom: 15px;
    box-shadow: 0 0 1px rgb(240 240 240);
    padding: 7px;
}

.important-links ul.social-icon li {
    color: #000000;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px 0;
    padding-left: 2px;
    position: relative;
    border-bottom: 0px dashed #d1d1d1;
}

.important-links ul.social-icon li a img {
    width: 34px;
}

.important-links {
    background: #f0f0f0;
    margin-bottom: 25px;
}

.important-links h4 {
    margin: 0;
    font-weight: normal;
    text-align: center;
    background: #162d6a;
    font-size: 1.267em;
    color: white;
    padding: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 5px;
}

.important-links ul li {
    color: #000000;
    font-size: 14px;
    margin-top: 0px;
    padding: 9px 15px;
    position: relative;
    border-bottom: 1px dashed #d1d1d1;
}

.important-links ul li i {
    color: #162d6a;
    font-size: 1.167em;
    margin: 0px 15px 0px 0px;
}

.important-links ul li a {
    color: #525252;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.important-links ul li a:hover {
    color: #ffa500eb;
    text-decoration: none;
}

.important-links ul li a .fa-external-link-alt {
    color: #e25b21;
}


.section-important-link {
    background: #f0f0f0;
    padding: 3rem 0rem;
}

.link-box {
    background: #fff;
    border-radius: 4px;
    border-left: 4px solid #162d6a;
    padding: 14px;
    display: flex;
    box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.25);
    text-decoration: none;
    color: #000;
    transition: 0.25s;
}

.link-box:hover {
    transform: scale(1.05)
}

.link-box p {
    min-width: 25px;
    display: grid;
    padding-right: 7px;
    place-content: center;
    color: #808080;
    font-size: 12px;
    border-right: 1px solid #bebebe;
}

.link-box img {
    width: 45px;
}

.link-box h6 {
    font-size: 14.5px;
}

.section-heading {
    letter-spacing: -0.25px;
    font-size: 166%;
    color: #162d6a;
    display: block;
    text-align: center;
    margin: 0;
    margin-bottom: 1em;
    font-weight: bold;
}

.rd-tabs.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #ffffff00;
    border-bottom: 5px solid;
    border-radius: 5px;
    color: #195C9F;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 18px;
}

.rd-tabs .nav-link {
    color: #000000c9;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid white;
    border-radius: 10px;
    padding: 12px 18px;
}

.inner-page-bnr {
    background: #295887;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px;
}

.inner-page-bnr {
    background: url(../img/galleryBG.jpg) repeat-y right top #36618E;
    position: relative;
    min-height: 125px;
    background-size: cover;
}


.inner-page-bnr img {
    float: right;
    margin-top: -30px;
    position: absolute;
    right: 20px;
    top: 50%;
}

.inner-page-bnr span {
    float: left;
    color: #162F6A;
    font-size: 2em;
    line-height: 1.3;
    padding: 37px 0 37px 0;
    width: 100%;
}

img.gallery-thumb {
    width: 140px;
    margin-right: 16px;
}

.gallery-heading a {
    color: #25578c !important;
    text-decoration: none;
    font-size: 15px;
}

.gallery-heading:hover a {
    color: #2f2f2f !important;
    text-decoration: underline;
}

li.py-3.border-bottom {
    border-bottom: 1px dashed #d1d1d1 !important;
}

a.text-decoration-none.h6.text-dark:hover {
    color: #ffa500eb !important;
}

.useful-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #162d6a;
    color: white;
    border-radius: 5px;
    height: 120px;
    padding: 20px;
    box-sizing: border-box;
}

.useful-msg h2 {
    font-size: 20px;
}

.contact-map-section {
    display: flex;
}

.contact-map-section i {
    min-width: 65px;
    height: 65px;
    display: grid;
    place-content: center;
    margin-right: 20px;
    font-size: 30px;
    background: #ddeaf6;
    color: #235784;
    border-radius: 8px;
}

.contact-map-section h6 {
    font-weight: 600;
}

.contact-map-section :is(a, strong, span) {
    font-size: 12px;
    display: block;
    text-decoration: none;
    color: #0e338a;
    line-height: 16px;
}

.owl-carousel.owl-carousel-gallery .owl-item {
    border: 1px solid #d3d3d3ab;
    padding: 5px 15px;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0rem;
}

.dropdown-item {
    background-color: #ffffff;
    padding: .5rem 1rem;
    border-top: 1px solid #e6e6e6;
    white-space: normal;
}

.dropdown-menu {
    font-size: 13px;
    min-width: 230px;
}

.third-navbar .nav-link {
    padding: 18px 12px !important;
    font-size: 14px;
}

.third-navbar .nav-link.show,
.third-navbar .nav-link:hover {
    background-color: #fff;
    color: #195C9F !important;
}

.dropdown-item:hover {
    background-color: #195c9f;
    color: #fff;
}

.dropdown:hover .rd-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */



/* Accessibility: Skip to content link */
.skip-to-content {
    position: absolute;
    top: -40px; /* Hide it off-screen by default */
    left: 0;
    background-color: #f8f9fa; /* Light background for contrast */
    color: #0056b3; /* Blue text for visibility */
    padding: 8px 12px;
    z-index: 10000; /* Ensure it's on top of everything */
    text-decoration: none;
    border: 1px solid #ddd;
    transition: top 0.3s ease-in-out; /* Smooth transition when it appears */
}

.skip-to-content:focus {
    top: 0; /* Bring it into view when focused */
    outline: 2px solid #007bff; /* Add a clear outline for focus indicator */
    outline-offset: 2px;
}


/* Accessibility: Skip to content link End */

/* ============ small devices ============ */
@media (max-width: 991px) {

.sub-dropdown:hover .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

}

/* ============ small devices .end// ============ */

.rd-dropdown-li:hover .nav-link {
    background-color: #fff;
    color: #195C9F !important;
}

.rd-dropdown-li .sub-dropdown:hover .dropdown-item-sub-rd {
    background-color: #195C9F;
    color: #fff;
}

.slick-dots {
    display: none !important;
}

/**/
.header-search {
    height: 47px;
    border: 1px solid #195C9F73;
    padding-right: 45px;
    font-size: 1.167em;
    color: #888888;
    border-radius: 10px;
    background: #ffffff69;
}

.india-top-flag {
    position: absolute;
    top: -1px;
    height: 10px;
    object-fit: cover;
    width: 100%;
}

.height10px {
    height: 10px;
}

.pagebnr {
    background: #195C9F;
    padding: 36px 0 36px 0;
    border: 1px solid white;
}

.pagebnr h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 400;
}

.form-card {
    color: #25578c;
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 25px;
}

.form-card :is(input, select, textarea) {
    border: 1px solid #7a7a7a;
    border-radius: 0;
}

.in-page-link {
    padding: 30px 15px;
}

.in-page-link h2 {
    font-size: 22px;
    font-weight: 600;
    color: #25578c;
    text-align: left;
    margin-bottom: 15px;
    line-height: normal;
}

.in-page-link ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.in-page-link ul li a {
    color: #595656;
    font-size: 15px;
    text-decoration: none;
    background: url(../img/arrow.png) no-repeat 0 center / 8px;
    padding-left: 19px;
}

.in-page-link ul li a:hover {
    text-decoration: underline;
}

.commonListings li {
    color: #515151;
    width: 100%;
    /*    float: left;*/
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px dotted #ccc;
    list-style: none;
    margin-bottom: 27px;
}

.video-container {
    position: relative;
    height: 315px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.outer-container p {
    padding-top: 2%;
    color: #0e338a;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 3px;
    font-weight: 500;
}

.video-date {
    line-height: 2;
    padding-bottom: 2%;
    text-align: center;
}

.outreach {
    background: rgb(0 0 0 / 63%);
    padding: 15px;
}

.outreach-title {
    font-size: 1.5em;
    line-height: 1.3;
    width: 89%;
    padding-left: 1%;
}

.mcontent a:hover {
    color: #ffa500eb;
    text-decoration: underline;
}

.mcontent a {
    color: #162d6a;
    text-decoration: none;
}

.eventSearchForm {
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px 10px 35px;
    display: flex;
    gap: 15px;
}

.eventSearchForm input[type="text"] {
    width: 200px;
    border: 1px solid #b6b6b6;
    padding: 3px 5px;
    height: 24px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    background-color: #fff;
    color: #000000;
    font-size: 13px;
    line-height: 1px;
}

.eventSearchForm select {
    width: 130px;
    font-size: 12px;
    border: 1px solid #b6b6b6;
    background-color: #fff;
    padding: 2px 5px;
    height: 24px;
}

.eventSearchForm label {
    color: #474747;
    display: inline-block;
    line-height: 18px;
    padding: 3px 5px 3px 0;
}

.goButton {
    background-color: #d8d8d8;
    border: 0 none;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
    text-decoration: none;
    border: 0 none;
    margin: 0;
    outline: 0 none;
}

.event-card {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.event-card:hover {
    box-shadow: 0 0 10px 0 rgb(22 46 106 / 60%);
}

.event-card img {
    height: 200px;
    object-fit: cover;
}

.card-content {
    width: 100%;
    padding: 20px;
}

.card-content h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.card-content a {
    color: #0e338a;
    text-decoration: none;
}

.goog-te-gadget-simple {
    border: none !important;
    padding: 4px 5px !important;
    border-radius: 4px !important;
    box-shadow: 0px 4px 9px -5px #0000008c;
}

.social-medialink {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    margin-top: -88.5px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 18px 0 0 18px;
        zoom: 0.8;
}

.social-medialink ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-medialink ul li {
    margin-bottom: 10px;
}

.social-medialink ul li:last-child {
    margin-bottom: 0;
}

.social-medialink ul li a {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.social-medialink ul li.f a {
    background-image: url(../img/icon/f.png);
    background-color: #475993;
}

.social-medialink ul li.t a {
    background-image: url(../img/icon/t.png);
    background-color: #76A9EA;
}

.social-medialink ul li.y a {
    background-image: url(../img/icon/y.png);
    background-color: #F61C0D;
}

.social-medialink ul li.is a {
    background-image: url(../img/icon/is.png);
    background-color: #E9E9E9;
}

.social-medialink ul li.ln a {
    background-image: url(../img/icon/linked.png);
    background-color: #0166C8;
}

@media screen and (max-width: 768px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-white.p-md-3 {
        background: url(../img/bg.svg) center 0px no-repeat;
        background-size: cover;
    }

    .india-top-flag,
    .height10px {
        height: 4px;
    }

    .navbar-brand {
        zoom: 90%;
    }

    .carousel-caption {
        padding-right: 3.5%;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .carousel-caption h5 {
        font-size: 0.81em;
    }

    .carousel-caption p {
        font-size: 0.72em;
    }

    .rd-tabs {
        display: flex;
        flex-flow: row;
        overflow: auto;
        white-space: nowrap;
    }

    .ep-img {
        width: 100%;
        margin-bottom: 14px;
    }

    .up-carasoul {
        padding-top: 150px;
    }

    .third-navbar .nav-link {
        padding: 0.5rem !important;
    }
#carouselExampleCaptions img {
    height: calc(100vh - 450px);
}
}