* {
    padding: 0;
    margin: 0;
    font-family: 'open-sans', sans-serif;
}

body,
html {
    overflow-x: hidden;
}
.enrol_dropdown {
    width:180px;
    font-size:15px;
    padding:2px 6px;
    height:30px;
}

.msme_header img {
    width: 55%;
}
.btnColore {
    /*background-color: #4B2300;*/
    color: #fff;
    background-color: #4B2300;
}
.col-auto {
    width: 83.33333333%;
    overflow: auto;
}

.alphabets img {
    width: 18px;
    margin: 0px 3px;
}

.language .form-select {
    font-size: 14px;
    margin: 0px 10px;
}

.linkbtn {
    color:#0d6efd;
}

.language .form-label {
    font-size: 14px;
    margin-bottom: 0px !important;
}


.lang_bx p {
    margin-bottom: 0px !important;
}

.login .btn {
    color: #fff;
    background: #242424;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 19px;
    padding: 5px 20px;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

/* .login .btn:hover {
    color: #000;
} */

.btn:first-child:active {
    border: none;
}

.nav_section {
    background: transparent linear-gradient(95deg, #FFE8A7 0%, #FFDCBE 100%);
    box-shadow: 0px 3px 6px #00000029;
}

.msme_nav ul li a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    position: relative;

}

.sd_dropdown_toggle_v {
    position: relative;
}

.sd_main_nav_ul_section .sd_main_li_v .sd_nav_a_v,
.sd_dropdown_toggle_v {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.sd_main_nav_ul_section li .sd_nav_a_v {
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

.sd_dropdown_toggle_v {
    position: relative;
}

.sd_main_nav_ul_section li .sd_nav_a_v.active::after {
    position: absolute;
    content: '';
    border-bottom: 5px solid #000;
    border-radius: 5px 5px 0 0;
    bottom: 0%;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);

}

.sd_main_nav_ul_section li .sd_nav_a_v:hover::after {
    position: absolute;
    content: '';
    border-bottom: 5px solid #000;
    border-radius: 5px 5px 0 0;
    bottom: 0%;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
}

.sd_dropdown_toggle_v:hover::before {
    position: absolute;
    content: '';
    border-bottom: 5px solid #000;
    border-radius: 5px 5px 0 0;
    bottom: -20%;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
}






/*.dropend .dropdown-toggle {
   
}

.dropdown-item:hover {
    background-color: #fff;
    color: #000;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}*/


.msme_nv_navtag {
    --bs-navbar-padding-y: 0px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu {
    margin-top: 0px !important;
}

.dropdown-item:hover {
    background-color: #FFDCBE;
    color: #000;
}



.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    /* Move the submenu outside the main menu */

    margin-top: -1px;
    margin-left: -1px;
}

.msme_box,
.apmsme_box {
    transition: transform .2s;
}

.msme_box:hover,
.apmsme_box:hover {
    transform: scale(1.1);
}

/* * 2. Hover Behavior (Desktop Only)

 * Enable hover only for devices that support it (generally large screens)

 */
@media screen and (min-width: 992px) {
    /* Adjust based on Bootstrap's 'lg' breakpoint */

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
        /* Show menu on hover */
    }



    /* Ensure the main menu stays open when hovering over a submenu */

    .dropdown>.dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: visibility 0s, opacity 0.2s linear;
    }



    .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}




/* * 3. Mobile/Small Screen Adjustment (Click Only)

 * On small screens, stack the menu items vertically and remove absolute positioning

 */

@media screen and (max-width: 991px) {

    .dropdown-submenu .dropdown-menu {
        position: static !important;
        float: none !important;
        margin-top: 0;
        margin-left: 0;
    }

    .msme_togler {
        margin: 5px 0px;
    }

    .lang_bx {
        margin-bottom: 5PX;
    }

    .msme_header img {
        width: 80%;
    }
}




@media(min-width:1037px) and (max-width:1154px) {

    .sd_main_nav_ul_section .sd_main_li_v .sd_nav_a_v,
    .sd_dropdown_toggle_v {
        color: #000;
        font-size: 12px !important;
        font-weight: 600;
    }

    .login .btn {
        font-size: 13px !important;
    }
}

@media(min-width:992px) and (max-width:999px) {

    .sd_main_nav_ul_section .sd_main_li_v .sd_nav_a_v,
    .sd_dropdown_toggle_v {
        color: #000;
        font-size: 10px !important;
        font-weight: 600;
    }
}

@media(max-width:767px) {
    .msme_nv_navtag {
        padding-top: 3px !important;
    }

    .msme_header img {
        width: 60%;
    }
}

@media(max-width:564px) {
    .msme_header img {
        width: 90%;
    }
}


.nvbr-ul a {
    font-size: 14px;
}

.navbar-nav ul li a {
    border-bottom: #ccc solid 1px !important;
}







@media (max-width: 991px) {

    .sd_main_nav_ul_section .sd_main_li_v .sd_nav_a_v,
    .sd_dropdown_toggle_v {
        font-size: 14px !important;
    }
}













/*.nvbr-ul .dropdown:hover .dropdown-menu {
    display:block;
}*/
/* marquee-section */

.marquee_sec {
    background: transparent linear-gradient(95deg, #FFE8A7 0%, #FFDCBE 100%);
}

.updates span a {
    color: #000;
    font-weight: 600;
}

/* cards-section */

.cards_section {
    background-color: #F8F8F8;
}

.msme_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #7A3900;
    border-radius: 23px;
    height: 270px;
}

.msme_sec img {
    width: 120px;
    padding-bottom: 30px;
}

.msme_sec p {
    font-size: 32px;
    font-weight: 600;
    color: #4B2300;
}

.msme_sec span {
    font-size: 14px;
    color: #4B2300;
}

.mole img {
    /* width: 85px; */
    width: 58px;

}

.industrial img {
    padding-bottom: 20px;
}

/* quicklinks */

.quick_section {
    background: transparent linear-gradient(119deg, #FFF2CD 0%, #FFECD5 100%);
}

.apmsme_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #7A3900;
    border-radius: 23px;
    box-shadow: 0px 3px 6px #00000029;
}

.apmsme img {
    width: 100px;
}

.map img {
    width: 220px;
}

.quick {
    position: relative;
}

.quick::after {
    content: '';
    border-bottom: 4px solid #000;
    border-radius: 25px;
    width: 10%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: normal;
}




















.apmsme_box1 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #7A3900;
    border-radius: 23px;
    box-shadow: 0px 3px 6px #00000029;

    display: flex;
    align-items: center;
    justify-content: center;
}

.bocx1 .slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3%;
    z-index: 10;
    border-radius: 50%;
    background: #E8E8E8 !important;
    box-shadow: 0px 3px 10px #00000029;
    border: none;
    padding: 6px 8px;
    opacity: 1;
}



.bocx1 .slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3%;
    z-index: 10;
    border-radius: 50%;
    background: #E8E8E8 !important;
    box-shadow: 0px 3px 10px #00000029;
    border: none;
    padding: 6px 8px;
    opacity: 1;
}

.apmsme1 img {
    width: 100px;
}

/* success-section */

.success,
.quick {
    font-size: 24px;
    font-weight: 600
}

.success_sec {
    background-image: url(../img/success_stories_background.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.ss-imagebox {
    box-shadow: 0px 3px 6px #00000080;
    border: 7px solid #FFFFFF;
    border-radius: 28px;
}

.ss-imagebox img {
    width: 100%;
    border-radius: 16px;
}

.ss-text h5 {
    font-weight: 600;
    font-size: 24px;
}

.ss-text p {
    font-size: 16px;
}

.view-box a {
    text-decoration: none;
}

.ms-view-more-btn {
    padding: 4px 14px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #979797;
    border-radius: 27px;
}

.success_indicators {
    bottom: -50px !important;
}

.sucessstry-carousel .carousel-indicators button {
    background-color: #000000;
    border-top: none !important;
    border-bottom: none !important;
    height: 8px !important;
    width: 8px;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 10px;
}

.success {
    position: relative;
}

.success::after {
    content: '';
    border-bottom: 4px solid #000;
    border-radius: 25px;
    width: 15%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: normal;
}

/* Footer-section */

.footer_section {
    background: transparent linear-gradient(108deg, #4B2300 0%, #000000 100%);
}

.contact h5 {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0px !important;
    position: relative;
}

.contact ul li {
    list-style-type: none;
}

.contact ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.contact h5::after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #fff;
    border-radius: 25px;
    width: 20%;
    bottom: -10px;
    left: 12%;
    transform: translateX(-50%);
    font-weight: normal;
}

.ind img {
    width: 60px;
    margin-right: 20px;
}

.india_txt p,
.visitors p,
.total p {
    margin-bottom: 0px !important;
    font-size: 14px;
    color: #fff;
}

.visitorbox .num {
    font-weight: 600;
    font-size: 16px;
}

.contact .arrow {
    font-size: 16px;
    font-weight: 600;
}

.cpy_rw {
    border-top: 1px solid #fff;
}

.copyright_left p,
.right-copy-box p {
    margin-bottom: 0px !important;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.right-copy-box {
    display: flex;
    justify-content: end;
    align-items: center;
}

.right-copy-box img {
    width: 15%;
    margin-left: 6px;
}

/* slick-section */

* {
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* gallery */

.slick-card-section {
    background-image: url(../img/gallery_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 14;
}

.bocx {
    position: relative;
    z-index: 20;
}

.announcement-title {
    text-align: center;
    font-weight: 700;
    padding: 15px 0 24px 0;
}

@media (min-width:991px) {
    .pdr {
        padding-right: 0 !important;
    }

    .pdl {
        padding-left: 0 !important;
    }
}

.slick-img-box {
    padding: 0px 5px;
}

.img-box {
    overflow: hidden;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 30px #00000029; */
    border: 1px solid #7A3900;
    border-radius: 38px;
    padding: 10px;
}

.slick-img-box .img-box img {
    width: 100%;
    transition: transform 1s;
    padding-bottom: 20px;
    object-fit: cover;
}

/* .slick-img-box:hover img{

    transform: scale(1.1);
  } */
.img-inner-box {
    position: relative;
}

.slick-heading {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    color: #fff;
    font-weight: 500;
    font-weight: 500;
}

.empower_overlay {
    background: rgba(34, 34, 34, 0.43);
    position: absolute;
    top: 0;
    z-index: 1;
    height: 101%;
    width: 101%;
    border-radius: 10px;
}

.a-link {
    background: rgba(255, 255, 255, 0.15);
    border: solid 1px #fff;
    backdrop-filter: blur(7.5px);
    color: #fff !important;
    font-weight: 500;
    border-radius: 60px;
    height: 32px;
    position: absolute;
    bottom: 35px;
    right: 27px;
    z-index: 999;
    overflow: hidden;
    text-decoration: none;
    width: auto;
    max-width: 32px;
    -webkit-transition: max-width 0.5s;
    transition: max-width 1s;
    color: var(--color-white);
}


.a-link span:first-child {
    white-space: nowrap;
    padding-left: 15px;
}

.slick-img-box:hover .a-link {
    max-width: 100%;
    width: 80%;
    justify-content: space-between !important;
}

/* .slick-dots{
    display: flex;
    list-style: none;
    justify-content: center;
  }
  .slick-dots li button{
    height: 3px;
    width: 30px;
    border: none;
    margin-right: 3px;
    margin-left: 3px;
    background: white !important;
  }
  .slick-dots li.slick-active button{
    background: #EE0909 !important;
  } */

.slick-prev.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 5px;
    z-index: 99;
    background: #fff !important;
    border: none;
    padding: 2px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slick-next.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute;
    background: #fff !important;
    border: none;
    opacity: 0;
    z-index: 99;
    padding: 2px;
    transition: opacity 0.5s ease;
}

.bocx:hover .slick-prev.slick-arrow,
.bocx:hover .slick-next.slick-arrow {
    opacity: 1;
}

@media (max-width:991px) {

    .slick-next.slick-arrow,
    .slick-prev.slick-arrow {
        opacity: 1;
    }
}



@media(min-width:768px) and (max-width:990px) {
    .ss-imagebox img {
        width: 90%;
    }

    .ss-text p {
        font-size: 15px !important;
    }
}

@media(max-width:576px) {
    .success_indicators {
        bottom: -20px !important;
    }

    .success::after {
        width: 35%;
    }
}

@media(min-width:576px) and (max-width:767px) {
    .success::after {
        width: 25%;
    }
}

@media(max-width:767px) {
    .lan {
        justify-content: start !important;
    }

    .logbox {
        justify-content: start !important;
        padding: 5px;
    }

    .right-copy-box {
        justify-content: start !important;
    }
}

@media(max-width:991px) {

    .sd_main_nav_ul_section li .sd_nav_a_v.active::after,
    .sd_main_nav_ul_section li .sd_nav_a_v:hover::after,
    .sd_dropdown_toggle_v:hover::before {
        border-bottom: none;
    }

    .contact h5::after {
        width: 10%;
        left: 5%;
    }
}

@media(min-width:991px) and (max-width:1050px) {

    .sd_main_nav_ul_section .sd_main_li_v .sd_nav_a_v,
    .sd_dropdown_toggle_v {
        font-size: 12px !important;
    }
}

/* slick-css */

.cm_image .btn {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #000000;
    border-radius: 27px;
    padding: 5px 20px;
}

.cm_image .btn:hover {
    border: 2px solid #000000;
}

.gallery {
    position: relative;
}

.gallery::after {
    content: '';
    border-bottom: 4px solid #000;
    border-radius: 25px;
    width: 7%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: normal;
}

/* banner */

.msme_indicator [data-bs-target] {
    width: 17px;
    height: 5px;
    background-color: #242424;
    border-radius: 5px !important;
}

.msme_indicator {
    bottom: -15px;
}

.banner_img img {
    width: 100%;
}

.announcement .btn {
    font-size: 14px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    min-height: 60px;
    margin-left: 7px;
}

.announcement .btn p {
    margin-bottom: 0px !important;
}

.announcement img {
    width: 25px;
    margin-right: 5px;
}

.announcement {
    background: #4B2300;
    border-radius: 0px 0px 32px 32px;
    opacity: 65%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(0px);
    padding: 10px;
}

.banner_rw {
    position: relative;
}

.banner {
    position: absolute;
    bottom: 7%;
    right: 3%;
}

@media(min-width:1134px) and (max-width:1300px) {
    .banner_img {
        width: 60%;
    }
}

@media(min-width:991px) and (max-width:1134px) {
    .banner_img {
        width: 58%;
    }
}

@media(min-width:991px) and (max-width:1134px) {
    .announcement .btn {
        font-size: 8px;
    }
}

@media(max-width:991px) {
    .banner {
        position: relative;
        justify-content: center !important;
        padding: 20px 0px;
        right: 0%;
    }
}

@media(max-width:496px) {
    .announcement .btn {
        font-size: 8px;
        min-height: 0px;
    }
}

@media(min-width:991px) and (max-width:1164px) {
    .map img {
        width: 195px;
    }

    .mole img {
        width: 60px;
    }

    .msme_sec span {
        font-size: 13px;
    }
}

@media(max-width:576px) {
    .view-box {
        text-align: center !important;
    }
}




/* canvas css */

.banner_rw {
    position: relative;
}

.msme-canvas {
    position: absolute;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%) !important;
   
        height: 324px;

}

.msme-canvas-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    height: 60%;
    padding: 0;
    padding-right: 14px;
    background: transparent;
    border: none;
    border-left: 10px solid #FFE2B6;
    border-radius: 0 !important;
    z-index: 999;
}

.msme-canvas-button:hover {
    background-color: transparent !important;
    border-color: #FFDCBE !important;
}

.msme-span {

    background-color: #FFE2B6;
    display: inline-block;
    height: 24px;
    width: 20px;
    display: flex;
    align-items: center;
    border-radius: 0 4px 4px 0;
}

.msme-canvas-body {
    overflow: inherit !important;
    padding: 0 !important;
}

.msme-anouncements {
    height: 150px;
    overflow: auto;
}

.msme-offcanvas-header {
    background: #FFE2B6;
     font-size: 14px;
   padding: 10px 10px !important;
}
.msme-offcanvas-header h5{
     font-size: 14px;
}

.msme-calendar {
    background: #FFE2B6;
    padding: 8px 10px;
    margin-bottom: 8px; 
}
.msme-calendar a{
       text-decoration: none !important;
       color: #000 !important;
       font-size: 14px;
}

.msme-survey {
    background: #FFE2B6;
    padding: 8px 10px;
   
}
.msme-survey a{
      text-decoration: none !important;
      color: #000 !important;
      font-size: 14px;
}

.msme-anouncements{
    padding: 10px;
        padding-top: 0 !important;
}
.msme-anouncements p{
    font-size: 14px;

}
.msme-latest{
    font-size: 14px;
    font-weight: 600;

    padding: 10px;
}
.msme-click-here{
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 4px 8px;
    margin-bottom: 6px;
}

.msme-new-nav{
    width: 100%;
}
