* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /*---font-family: 'poppins', sans-serif;---*/
}

html {
    scroll-behavior: smooth;
}


/*-------- Header Navigation ---------*/
    #header {
    padding: 5px 15px 0px 15px;
}

.nav_sect {
    /* background-color: #FDEE00;
    background-image: linear-gradient(319deg, #FDEE00 0%, #ff8243 37%, #f94d00 100%);
    */
    background:#FFE2B6;
}


.navbar {
    padding-top: 0;
    padding-bottom: 5px;
}


.navbar-light .navbar-nav .nav-link {
    transition: 0.3s;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 0;
    padding: 5px;
}
.nav-item a.active1 {
    color: #fff !important;
    font-weight: bold;
    position: relative;
}

    .nav-item a.active1::after {
        content: '';
        border-bottom: 2px solid #fff;
        width: 50%;
        position: absolute;
        bottom: -2px;
        left: 25%;
        font-weight: normal;
    }

.nav-item a.active2:hover {
    font-weight: bold;
    position: relative;
    font-weight: normal;
}
/* .nav-item a.active2:hover::after{
content: '';
border-bottom: 2px solid #fff;
width: 50%;
position: absolute;
bottom: -2px;
left: 25%;
font-weight: normal;
} */
    .respimg {
    width: 300px;
}

.respimg-1 {
    width: 80px;

}

.login_icon {
    margin: 0px 10px;
    width: 20px;
}

.login_btn {
    background: transparent linear-gradient(99deg, #00B8B4 0%, #002E5C 100%) 0% 0% no-repeat padding-box;
    padding: 5px 10px;
    color: #fff;
    border: none;
}
.nav_sect .navbar #mobile_nav{
    justify-content:space-between;

}

.nav_sect .navbar .desktop-login-btn {
    padding-bottom: 1px;
    padding-top: 1px;
    color: #fff !important;
}
.nav-item button:hover {
    background-color: #15B8D9;
    border-color: #15B8D9;
}
#main_logo_top_section {
    display: flex;
    align-items: center;
    justify-content: end;
}
#login {
    background: url(../Images/msme_icons_bg.svg);
    background-size: cover;
}
.gsc-input {
    font-size: 12px !important;
}
.font_size_increase_button{
    margin-top:15px;
}
/* focus-sector */
/* Latest-News */
/* .parentmar {
    width: 100%;
    font: 16px;
    background-color: #e4fdff;
  }
.thunder{
    width: 8px;
    height: auto;
    font-weight: bold;
}
  .childmar {
    background-color:#1D1A4E;
    padding: 5px 55px;
    line-height: 16px;
    font-size: 13px;
    color: floralwhite;
    position: relative;
    box-sizing: border-box;
    margin: 0;
  }
  .childmar:after {
    background: #00BAF5;
     content: "";
	  height: 31px;
	  position: absolute;
	  right: -10px;
	  top: 0;
	  -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg) translateX(-5px);
    width: 11px;
}

  .childmar-b {
    background-color:#1D1A4E;
    padding: 5px 20px;
    line-height: 16px;
     margin: 0;
 
  }

  .child-right{
    width: 10px;
	height: 30px;
    transform: translateX(5px) skewX(-20deg);
	background: #00BAF5;
    
  } */
.carousel-item .card-img {
    border-radius: 0;
    width: 40px;
}

.card {
    border: none !important;
    width: 100%;
    margin-bottom: -15px;
}

.card-img {
    width: 30px;
    padding: 50px;
}

.card-img-1 {
    width: 200px;
    height: auto;
}

.card-img-3 {
    width: 200px;
    height: auto;
}

.card-img-5 {
    width: 150px;
    height: auto;
}

.card-img-7 {
    width: 125px;
    height: auto;
}

.card-img-8 {
    width: 135px;
    height: auto;
}

.card-img-9 {
    width: 68px;
    height: auto;
}

.card-img-10 {
    width: 60px;
    height: auto;
}

.card-img-11 {
    width: 220px;
    height: auto;
}

.card-img-12 {
    width: 140px;
    height: auto;
}

.card-img-13 {
    width: 90px;
    height: auto;
}

#carousel2 .carousel-control-prev {
    left: -100px;
}

#carousel2 .carousel-control-next {
    right: -100px;
}
.caro{
    position: relative;
}
/*icons*/
.globe-icon img {
    width: 160px
}
.globe-icon .calender-btn {
    position: absolute;
    right: 0;
    top: 180%;
    --bs-btn-padding-x: 0 !important;
}
.calender-btn{
    border-color: transparent !important;
}

.globe-icon .quick-btn {
    position: absolute;
    right: 0;
    top: 380%;
    --bs-btn-padding-x: 0 !important;
}
.quick-btn{
    border-color: transparent !important;
}
.caro {
    background-color: #008080 !important;
}
.focus-sec-main, .gallery-sec {
    background-color: #F8F9FA !important;
}

/*-------- Footer CSS ---------*/
.foot_bg {
    /* background: #008080 0% 0% no-repeat padding-box;
    opacity: 1;*/
    background: transparent linear-gradient(108deg, #4B2300 0%, #000000 100%);
}

    .foot_bg .row .col-sm-3:nth-child(4) {
        text-align: center;
    }

.foot_heading {
    color: #FFFFFF;
    font-size: 15px;
    margin-bottom: 15px !important;
    font-weight: bold;
}

.foot_underline {
    padding: 3px;
    position: relative;
    margin: 10px 0px 20px 0px;
}

    .foot_underline::after {
        content: url(../Images/Footer\ line\ 1.svg);
        margin-top: 10px;
        left: 0;
        position: absolute;
    }

.foot_list ul {
    list-style-type: none;
    font-size: 14px;
    color: #FFFFFF;
}

    .foot_list ul li {
        margin: 10px 0px;
    }

.foot_list1 ul li {
    margin: 10px 0px;
}

.foot_list1 ul {
    list-style-type: none;
    font-size: 14px;
    font-weight: bold !important;
}

    .foot_list1 ul a {
        color: #FFFFFF;
        text-decoration: none;
    }

.foot2, .foot2 a {
    color: #FFFFFF;
    font-size: 12px;
    padding-bottom: 15px;
}

.footer_logo {
    width: 8%;
}

.footer-icon-3 {
    width: 60px;
}
/* industries-section */
.industries-img-info-1 {
    border-right: 1px solid grey;
}

.row div:nth-child(6).industries-img-info-1.col-sm-2 {
    border-right: none;
}

.industries-icon-1 {
    width: 160px;
    padding: 30px;
}

.industries-icon-2 {
    width: 109px;
    padding: 25px;
    text-align: -webkit-center;
}

.industries-icon-3 {
    width: 90px;
    padding: 25px;
    text-align: -webkit-center;
}

.industries-icon-4 {
    width: 160px;
    padding: 30px;
    text-align: -webkit-center;
}

.industries-icon-5 {
    width: 120px;
    padding: 20px;
    text-align: -webkit-center;
}

.industries-icon-info {
    color: #FFFFFF;
    text-align: -webkit-center;
}

.industries-icon-conect-1 {
    font-size: 17px;
    font-weight: bold;
    margin-top: -20px;
}

.industries-icon-conect-2 {
    font-size: 13px;
    opacity: 0.8;
}


/* clint-scroll */


#bannerCarousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: #FFB64E solid 2px;
    background-color: #DFDFDF;
    border-radius: 50%;
    margin: 0px 5px;
    opacity: 1;
}

/*#bannerCarousel .carousel-indicators {
    bottom: -10%;
}*/
.marquee_tag_section {
    background-color: #008080;
}
    .marquee_tag_section a {
        color: #E6A33B !important;
    }
    .marquee_tag_section marquee {
        /*animation: blinker 2.5s linear infinite;*/
        font-size: 15px;
        color: #fff;
        padding:8px;
    }
@keyframes blinker{
    50%{
        opacity:0;

    }
}

#bannerCarousel .carousel-indicators .active {
    background: transparent linear-gradient(140deg, #E6A23A 0%, #156E50 100%) 0% 0% no-repeat padding-box;
    
}

#bannerCarousel .carousel-control-next, #bannerCarousel .carousel-control-prev {
    position: absolute;
    bottom: -58%;
    opacity: 1;
    width: 0px;
}

#bannerCarousel .carousel-control-prev {
    right: 16%;
    left: auto;
}

#bannerCarousel .carousel-control-next {
    right: 10.8%;
}

.pre_arrow {
    border-radius: 50%;
    background: #000000 0% 0% no-repeat padding-box;
    padding: 8px;
    box-shadow: 0px 3px 6px #00000029;
}

.next_arrow {
    border-radius: 50%;
    background: #000000 0% 0% no-repeat padding-box;
    padding: 8px;
    transform: rotate(180deg);
    box-shadow: 0px 3px 6px #00000029;
}

.pre_arrow:hover {
    background: #000000 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

.next_arrow:hover {
    background: #000000 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

.next_arrow svg g path {
    fill: #fff;
}

.pre_arrow svg g path {
    fill: #fff;
}

.next_arrow:hover svg g path {
    fill: #fff;
}

.pre_arrow:hover svg g path {
    fill: #fff;
}
/* Carousel2 */



.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */


#Carousel2 .carousel-inner .carousel-item-end,
#Carousel2 .carousel-inner .carousel-item-start {
    transform: translateX(0);
}
/* Parallelogram */
.shape {
    background: #1D1A4E;
    box-sizing: border-box;
    color: #FFF;
    height: 52px;
    padding: 12px 36px;
    position: relative;
    width: 300px;
}

    .shape:after {
        background: #ff9933;
        content: "";
        height: 53px;
        position: absolute;
        right: -13px;
        top: 0;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        transform: skew(-20deg);
        width: 23px;
    }

.footer-icon-1 {
    width: 15px;
}

.footer-icon-2 {
    width: 20px;
}


/* focus-iteam-section */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#main-focus {
    height: 100%;
    width: 100%;
}



#wrapper-focus {
    height: 60vh;
    display: flex;
    border-radius: 10px;
    padding: 20px 50px;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

    #wrapper-focus i {
        font-size: 25px;
        pointer-events: none
    }

#image-container-focus {
    height: 100%;
    width: 50vw;
    overflow: hidden;
    padding: 0px 30px;
}

#image-carousel-focus {
    display: flex;
    height: 100%;
    width: 100%;
    gap: 100px;
    position: relative;
}

    #image-carousel-focus img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 25px;
        position: absolute;
        transition: 1s;
        padding: 0px 15px;
    }

button {
    cursor: pointer;
    padding: 10px;
    background-color: transparent;
    border-radius: 50px;
}


.section-container {
    max-width: 75%;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center; /* Align the scroll icon vertically */
}

.product-list-container {
    position: relative;
    overflow-x: hidden;
    white-space: nowrap;
}

.product-list {
    display: flex;
    flex-direction: row;
}

.product-card {
    position: relative;
    flex: 0 0 auto;
    width: 150px;
    margin: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #fff;
}

.new-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #FF5733;
    color: white;
    padding: 5px;
    border-radius: 3px;
    font-size: 0.8em;
}

.product-card img {
    width: 100%;
    height: auto;
}

/* Style scrollbar for Chrome, Safari, and Opera */
.product-list-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.product-list-container::-webkit-scrollbar-thumb {
    background: #333;
}

    .product-list-container::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.product-list-container::-webkit-scrollbar-track {
    background: #ccc;
}

.scroll-icon-left {
    font-size: 2em;
    cursor: pointer;
    margin-left: 20px; /* Spacing between the container and the arrow */
}

.scroll-icon-right {
    font-size: 2em;
    cursor: pointer;
    margin-right: 20px; /* Spacing between the container and the arrow */
}

#backtotop {
    background: #FFB64E 0% 0% no-repeat padding-box;
    color: #fff;
    border: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding: 0px;
}
/*  <!--               Focus Sectors                     --> */
#focus_sectors {
    background: url(../Images/focus\ sectors.svg);
    background-size: cover;
    background-position: 62%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
}

.heading {
    color: #003D58;
    font-size: 25px;
    background: url(../Images/msme\ sector.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    padding: 13px 2px 7px 95px;
    background-position: bottom left;
}

.sub_heading {
    color: #004FA8;
    font-size: 15px;
    margin-left: 100px;
}

.carousel_f {
    overflow: hidden;
    padding-bottom: 50px;
}

.carousel-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: carousel-cell;
}

.flickity-prev-next-button.previous {
    left: 17%;
    box-shadow: 0px 0px 12px #00000029;
}

.flickity-prev-next-button.next {
    right: 23%;
    box-shadow: 0px 0px 12px #00000029;
}
/*! Flickity -------------------------------------------- */

.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 500px !important;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-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;
        }

/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
    background: #fff;
    border: none;
    color: #333;
}

    .flickity-button:hover {
        cursor: pointer;
    }

    .flickity-button:focus {
        outline: none;
        box-shadow: 0 0 0 5px #19F;
    }

    .flickity-button:active {
        opacity: 1;
        background: white;
    }

    .flickity-button:disabled {
        opacity: 0.3;
        cursor: auto;
        /* prevent disabled button from capturing pointer up event. #716 */
        pointer-events: none;
    }

.flickity-button-icon {
    fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}

/* 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 .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1;
    }
/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.flickity-button.flickity-prev-next-button.previous svg path {
    fill: #ff3300;
}

.flickity-button.flickity-prev-next-button.next svg path {
    fill: #ff3300;
}

.carousel-cell::before {
    content: none;
}

.carousel-cell img {
    height: 100%;
    max-width: 100% !important;
    padding: 50px 20px;
}

.carousel-cell {
    background: none;
    border-radius: 20px;
    padding: 50px 20px;
    height: 100%;
}

    .carousel-cell.is-selected {
        padding: 0px;
        transition: all 0.5s ease;
    }
/*     key matrics dashboard     */
#dashboard {
    background: url(../Images/dashboard.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.heading1 {
    color: #003D58;
    font-size: 30px;
    font-weight: 500;
    background: url(../Images/msme\ sector.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 40%;
    padding: 10px;
    text-align: center;
}

.dashboard_items {
    background: #DFF4FE;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

.dashboard_heading {
    color: #191919;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.daily_count {
    background: url(../Images/daily\ count.svg);
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
}

    .daily_count img {
        background: #70B3FF;
        padding: 10px;
        border-radius: 10px;
        width: 17%;
    }

.card_text {
    color: #FFFFFF;
    margin: 15px 0px;
    font-size: 20px;
    font-weight: 600;
}

.card_text2 {
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 15px;
}

.stats1 {
    background: url(../Images/card.svg);
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
    background-position: bottom;
}

    .stats1 img {
        background: #00AEE5;
        padding: 10px;
        border-radius: 10px;
        width: 25%;
    }

.card_text3 {
    color: #191919;
    margin: 15px 0px;
    font-size: 20px;
    font-weight: 600;
}

.card_text4 {
    color: grey;
    margin-bottom: 10px;
    font-size: 15px;
}

.stats2 {
    background: url(../Images/card\ 2.svg);
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
    background-position: bottom;
}

    .stats2 img {
        background: #9200E5;
        padding: 10px;
        border-radius: 10px;
        width: 25%;
    }

.stats3 {
    background: url(../Images/card\ 3.svg);
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
    background-position: bottom;
}

    .stats3 img {
        background: #10BCAB;
        padding: 10px;
        border-radius: 10px;
        width: 25%;
    }

#container1 {
    width: 100%;
    max-height: 180px;
    border-radius: 10px;
}

.district_wise {
    color: #191919;
    font-size: 14px;
    font-weight: 500;
}

    .district_wise div {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 3px solid #00AEE5;
    }

        .district_wise div:first-child {
            border-left: 3px solid #00C78A;
        }

.district_w_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 10px;
}

.district_w_table {
    height: 360px;
    overflow-y: auto;
    padding: 0px 8px;
}

.progress {
    height: 10px !important;
}

.district_w_table .district_w_t .bg_inprogress {
    background: #00AEE5 !important;
}

.district_w_t {
    width: 100%;
}

    .district_w_t thead {
        border-bottom: 1px solid #dddd;
        font-size: 15px;
        color: #727272;
        position: sticky;
        top: 0;
        background: #fff;
        font-weight: 600;
    }

        .district_w_t thead th {
            padding: 5px;
        }

    .district_w_t tbody tr {
        border-bottom: 1px solid #dddd;
        color: #191919;
        font-size: 14px;
        font-weight: 500;
    }

    .district_w_t tbody td {
        padding: 5px;
    }

    .district_w_t tbody tr td:first-child {
        width: 35%;
    }

.bg_completed {
    background: #00C78A !important;
}

.scroll_grey::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll_grey::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.scroll_grey::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: grey;
}
/* support-section */
.container-support {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.heading2 {
    color: #003D58;
    font-size: 22px;
    background: url(../Images/msme\ sector.svg);
    background-repeat: no-repeat;
    background-size: 35%;
    padding: 15px 35px;
    background-position: bottom left;
}

.heading3 {
    color: #003D58;
    font-size: 22px;
    background: url(../Images/ap\ msme\ one.svg);
    background-repeat: no-repeat;
    background-size: 20%;
    padding: 10px 70px;
    background-position: bottom left;
}

#stratagic_bg {
    background: url(../Images/3\ sections.svg);
    background-size: cover;
}

    #stratagic_bg .carousel-item {
        background: #fff;
    }

.image {
    width: 50px;
    height: auto;
    display: block;
    height: auto;
    padding: 10px;
    background-color: aliceblue;
    border-radius: 50%;
}

.support-sec-brd {
    border: 2px dotted white;
    border-radius: 100px;
    padding: 6px;
    width: 67px;
    margin-left: auto;
    margin-right: auto;
}

.image-sec-2 {
    width: 100%;
    height: auto;
    padding: 10px;
}

.image-section-content {
    color: #fff;
    text-align: center;
}

.support-section-back {
    height: auto;
    background-image: linear-gradient(to bottom right, #53ECBD, #146980);
    border-radius: 10px;
    padding: 20px;
    margin: 5px;
    height: 125px;
}

.support-section-back-1 {
    background-image: linear-gradient(to bottom right, #1BCEDF, #5B247A);
}

.support-section-back-2 {
    background-image: linear-gradient(to bottom right, #C53364, #622774);
}

.support-section-back-3 {
    background-image: linear-gradient(to bottom right, #FF5394,#8D1616);
}

.support-section-back-4 {
    background-image: linear-gradient(to bottom right, #1BCEDF, #5B247A);
}

.ssc {
    color: #727272;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom right, #53ECBD, #146980);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.support-section-content {
    height: 150px;
}

.re-support-section {
    padding: 5px;
}

.overlay-1 {
    background-image: linear-gradient(to bottom right, #1BCEDF, #5B247A);
}

.overlay-2 {
    background-image: linear-gradient(to bottom right, #C53364, #622774);
}

.overlay-3 {
    background-image: linear-gradient(to bottom right, #FF5394,#8D1616);
}

.container-support:hover .overlay {
    bottom: 0;
    height: 100%;
}

.text {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.support-section-content {
    font-size: small;
    padding: 10px 23px 32px;
    text-align: center;
}

.text img {
    width: 50%;
    height: auto;
    padding: 5px;
}

#carousel3 .carousel-control-prev {
    left: -10%;
}

#carousel3 .carousel-control-next {
    right: -10%;
}

.card-img-6 {
    width: 60px;
    height: auto;
}

.dummy_sec {
    min-height: 60vh;
}

.filter_img img {
    background: #0078FF;
    cursor: pointer;
    float: right;
    padding: 5px;
    width: 25px;
    border-radius: 5px;
}

.progress_bar1 {
    width: 30%;
    background: #00AEE5;
    height: 10px;
    margin-right: 10px;
}

.progress_bar2 {
    width: 75%;
    background: #00c78a;
    height: 10px;
    margin-right: 10px;
}

.news_head {
    background: #1D1A4E;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}

.news_end {
    background: #1D1A4E;
}

.news_text {
    position: relative;
    color: #0078FF;
    text-decoration: underline;
    font-size: 14px;
    padding: 5px 8px;
}

    .news_text::before {
        background: #00BAF5;
        content: "";
        height: 100%;
        position: absolute;
        left: -2px;
        top: 0;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        transform: skew(-20deg) translateX(-5px);
        width: 14px;
    }

    .news_text::after {
        background: #00BAF5;
        content: "";
        height: 100%;
        position: absolute;
        right: -12px;
        top: 0;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        transform: skew(-20deg) translateX(-5px);
        width: 14px;
    }

.flash-icon {
    width: 8px;
}

.shape {
    background: #008080;
    box-sizing: border-box;
    color: #FFF;
    font-size: 12px;
    height: 30px;
    padding: 9px 35px;
    width: 220px;
    margin: 10px 0px;
    position: relative;
}

    .shape:after {
        background: #008080;
        content: "";
        height: 30px;
        position: absolute;
        right: -13px;
        top: 0;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        transform: skew(-20deg);
        width: 23px;
    }

.latest_news {
    width: 30%;
    position: absolute;
    top: 3%;
    right: 0%;
    z-index: 99;
}

.latest_news_bg {
    width: 100%;
    position: absolute;
    top: 3%;
    right: 0%;
    z-index: 99;
}

.icon1 {
    text-align: right;
    /*transform: translate(5px,40px);*/
}

    .icon1:hover + .examples {
        display: block;
    }

.examples:hover {
    display: block;
}

.examples {
    border-radius: 20px;
    display: none;
    z-index: 9999;
    position: relative;
}

.lnu-main {
    background: transparent linear-gradient(125deg, #E6A33B 0%, #008080 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #00000069;
    border-radius: 20px;
    padding: 10px;
    position: relative;
}

.lnu {
    background-color: #E1E1E1;
    padding-top: 30px;
    border-radius: 20px;
}

.lnu-info {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 200px;
    overflow: auto;
    margin-right: 4px;
}

.latest_news_icon {
    width: 60px;
    position: absolute;
    top: -20px;
    left: 40%;
}

.latest_news_icon1 {
    width: 160px;
}

.lnu-item {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    margin: 8px;
    padding: .5em;
    font-size: 12px;
}

.scrollg::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollg::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollg::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #082B44;
}

.caro {
    position: relative;
}

.q_img1 {
    width: 200px;
    height: 150px;
}









/* <!-- About Us --> */
.about_us_bg {
    /*background: url(../Images/all\ pages\ title\ bg.svg); */
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    border-bottom: #ccc solid 2px;
    color:#4B2300;
    margin: 0;
}

.about_heading1 h4 {
    color: #003D58;
}

.about_heading1 {
    background: url(../Images/msme\ sector.svg);
    background-repeat: no-repeat;
    background-size: 430px;
    padding: 20px;
    padding-left: 30px;
}

.about_para {
    color: #101010;
    font-size: 16px;
    word-break: break-all;
    line-height: 24px;
    word-spacing: 1.92px;
    /*letter-spacing: 2.56px;*/
}

.about_heading2 {
    background: url(../Images/ap\ msme\ one.svg);
    background-repeat: no-repeat;
    background-size: 220px;
    padding: 20px;
    padding-left: 30px;
}

.about_heading3 {
    background: url(../Images/msme\ sector.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    padding: 20px;
    padding-left: 30px;
}

.about_heading4 {
    background: url(../Images/ap\ msme\ one.svg);
    background-repeat: no-repeat;
    background-size: 250px;
    padding: 20px;
    padding-left: 30px;
}

.about_heading5 {
    background: url(../Images/ap\ msme\ one.svg);
    background-repeat: no-repeat;
    background-size: 250px;
    padding: 20px;
    padding-left: 30px;
}


/* <!-- Go's & Circular --> */
.circular_t_bg {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #00000040;
    border-radius: 30px;
    padding: 30px 30px;
}

.circular_t {
    width: 100%;
}

.pdf_icon img {
    width: 25px;
    margin: auto;
}

.circular_t thead {
    background: transparent linear-gradient(90deg, #004E67 0%, #0A0044 100%) 0% 0% no-repeat padding-box;
    ;
}

    .circular_t thead tr th {
        color: #201c1c;
        padding: 10px 20px;
        font-weight: 500;
        background-color: #ffe2b6;
    }

        .circular_t thead tr th:nth-child(2) {
            border-left: 1px solid #B4B4B4;
            border-right: 1px solid #B4B4B4;
        }

.circular_t tbody tr td {
    color: #141414;
    padding: 10px 20px;
    font-weight: 400;
    border: 1px solid #B4B4B4;
    font-size: 14px;
}

    .circular_t tbody tr td:nth-child(2) {
        text-align: left;
    }

/* <!-- committee--> */

.committee_t {
    width: 100%;
}

.pdf_icon img {
    width: 25px;
    margin: auto;
}

.committee_t thead {
    background: transparent linear-gradient(90deg, #004E67 0%, #0A0044 100%) 0% 0% no-repeat padding-box;
    ;
}

    .committee_t thead tr th {
        color: #FFFFFF;
        padding: 10px 20px;
        font-weight: 500;
    }

        .committee_t thead tr th:nth-child(3) {
            border-left: 1px solid #B4B4B4;
            border-right: 1px solid #B4B4B4;
        }

.committee_t tbody tr td {
    color: #141414;
    padding: 10px 20px;
    font-weight: 400;
    border: 1px solid #B4B4B4;
    font-size: 14px;
}

    .committee_t tbody tr td:nth-child(3) {
        text-align: left;
    }


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 10000;
    }

        #loader-wrapper .loader-section.section-left {
            left: 0;
        }

        #loader-wrapper .loader-section.section-right {
            right: 0;
        }

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: zoominoutsinglefeatured 2s infinite;
    z-index: 10001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        animation: zoominoutsinglefeatured 2s infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        animation: zoominoutsinglefeatured 2s infinite;
    }

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.no-js #loader-wrapper {
    display: none;
}

.ap-wrapper {
    min-height: 100%;
    height: auto !important;
}

.animate_wheel2 {
    position: absolute;
    top: -2%;
    left: -12%;
}

.animate_wheel {
    position: absolute;
    top: -2%;
    right: -4%;
}

.position_rel {
    position: relative;
    width: 320px;
    height: 360px;
}

    .position_rel img:nth-child(1) {
        position: absolute;
        top: 0;
        left: 30%;
        animation: rotate 6s linear reverse infinite;
    }

    .position_rel img:nth-child(2) {
        position: absolute;
        bottom: 0;
        left: 0;
        animation: rotate 8s linear infinite;
    }

    .position_rel img:nth-child(3) {
        position: absolute;
        top: 30%;
        right: 0;
        animation: rotate 5s linear reverse infinite;
    }

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* about-us-css-info */

.about-section-main {
    background-image: url(../Images/AP\ MSME\ BG.png);
    /* background-image: linear-gradient(#03708D,#020947); */
    padding: 20px;
    background-repeat: no-repeat;
}

.about-section-innerbanner {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 20px;
}

.about-section-content {
    padding: 5px 20px;
}

.about-card-1 {
    padding: 40px;
}

.about-card-sub-1 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    width: 90%;
    height: 300px;
    padding: 30px;
    text-align: center;
}

    .about-card-sub-1 p {
        color: #707070;
        font-size: 12px;
    }

.about-card-sub-1-cardicon {
    width: 50px;
    height: auto;
    position: absolute;
    margin-top: -20px;
    margin-left: 80px;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
}

    .about-card-sub-1-cardicon:hover {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.about-card-sub-1-cardicon-number {
    margin-top: -5px;
    margin-left: 96px;
    color: #fff;
    position: absolute;
    font-size: 16px;
}

.about-card-2 {
    padding: 30px;
}

.about-card-sub-2 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    width: 90%;
    height: 300px;
    padding: 25px;
    text-align: center;
}

    .about-card-sub-2 p {
        color: #707070;
        font-size: 12px;
        padding: 25px;
    }

.about-end-text {
    text-align: center;
}

/* keysection */
.key-section-main {
    background-image: url(../Images/key\ stake\ holders.png);
    background-repeat: no-repeat;
    /* background-image: linear-gradient(#03708D,#020947); */
    padding: 20px;
}

.key-section-innerbanner {
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 15px;
}

.key-section-content {
    padding: 0px 20px 10px;
}

.key-intervention-heading {
    margin-left: 35px;
}

.about_para1 {
    color: #101010;
    font-size: 16px;
    /*word-break: break-all;*/
    line-height: 24px;
    word-spacing: 1.92px;
}

.key-object-heading {
    background: url(../Images/ap\ msme\ one.svg);
    background-repeat: no-repeat;
    background-size: 500px;
    padding: 20px;
    padding-left: 30px;
}

    .key-object-heading h4 {
        margin-left: 50px;
        padding: 20px;
    }

.msme-sector-img img {
    width: 90%;
    height: 460px;
}

/* formalization-css */
.formalization-section-main {
    background-image: url(../Images/AP\ MSME\ BG.png);
    /* background-image: linear-gradient(#03708D,#020947); */
    padding: 20px;
    background-repeat: no-repeat;
}

.formalization_heading2 {
    background: url(../Images/ap\ msme\ one.svg);
    background-repeat: no-repeat;
    background-size: 285px;
    padding: 20px;
    margin-left: 20px;
}

.formalization-section-innerbanner {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 20px;
}

    .formalization-section-innerbanner h4 {
        margin-left: 18px;
    }

.formalation-sub-section-info p {
    padding: 0px 30px;
}

.img-fluid {
    scale: 1.2;
}

.stars {
    z-index: -1;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 1s ease-in-out;
}

    .stars > .small {
        width: 1px;
        height: 1px;
        background: transparent;
        box-shadow: 923px 1120px #767676, 1713px 1485px #767676, 1736px 1117px #767676, 855px 1620px #767676, 1511px 932px #767676, 355px 283px #767676, 1740px 773px #767676, 1215px 126px #767676, 158px 672px #767676, 1158px 445px #767676, 717px 1029px #767676, 592px 704px #767676, 895px 1432px #767676, 1359px 565px #767676, 1132px 649px #767676, 1283px 137px #767676, 287px 184px #767676, 418px 1001px #767676, 1898px 1389px #767676, 1581px 1813px #767676, 241px 788px #767676, 15px 499px #767676, 49px 1694px #767676, 424px 106px #767676, 1250px 808px #767676, 960px 326px #767676, 681px 1940px #767676, 1446px 1174px #767676, 516px 863px #767676, 1012px 367px #767676, 1007px 1742px #767676, 416px 1982px #767676, 805px 736px #767676, 1338px 1550px #767676, 1173px 503px #767676, 561px 775px #767676, 1689px 505px #767676, 1127px 1843px #767676, 1697px 1875px #767676, 1265px 324px #767676, 405px 1163px #767676, 677px 1788px #767676, 1502px 82px #767676, 692px 436px #767676, 1929px 1414px #767676, 1896px 1994px #767676, 1351px 619px #767676, 1186px 1522px #767676, 889px 441px #767676, 1819px 2px #767676, 398px 288px #767676, 9px 1035px #767676, 1174px 31px #767676, 981px 1111px #767676, 214px 1772px #767676, 1933px 1463px #767676, 15px 1335px #767676, 1229px 882px #767676, 1360px 1573px #767676, 1251px 1584px #767676, 1257px 889px #767676, 933px 1598px #767676, 775px 11px #767676, 1018px 1898px #767676, 1886px 947px #767676, 597px 584px #767676, 119px 1837px #767676, 875px 602px #767676, 788px 1993px #767676, 1661px 256px #767676, 1200px 1750px #767676, 1812px 1659px #767676, 405px 1956px #767676, 108px 452px #767676, 1993px 598px #767676, 1456px 1541px #767676, 1227px 729px #767676, 793px 921px #767676, 1262px 1823px #767676, 38px 978px #767676, 1949px 153px #767676, 1922px 1891px #767676, 1554px 730px #767676, 1148px 505px #767676, 381px 689px #767676, 548px 200px #767676, 788px 1913px #767676, 1911px 1398px #767676, 1009px 1346px #767676, 579px 601px #767676, 691px 539px #767676, 1403px 225px #767676, 1385px 1389px #767676, 999px 1389px #767676, 1720px 1758px #767676, 734px 1206px #767676, 916px 436px #767676, 651px 16px #767676, 1819px 1379px #767676, 785px 240px #767676, 1812px 1889px #767676, 362px 471px #767676, 1294px 1693px #767676, 1931px 1118px #767676, 714px 812px #767676, 1351px 356px #767676, 44px 2px #767676, 628px 1390px #767676, 1908px 1704px #767676, 782px 668px #767676, 655px 134px #767676, 1590px 241px #767676, 752px 215px #767676, 645px 1026px #767676, 227px 244px #767676, 1091px 1359px #767676, 36px 2px #767676, 1144px 152px #767676, 592px 123px #767676, 602px 1255px #767676, 693px 854px #767676, 1696px 862px #767676, 57px 508px #767676, 498px 12px #767676, 1850px 1159px #767676, 1979px 168px #767676, 598px 197px #767676, 565px 54px #767676, 688px 1482px #767676, 1190px 1116px #767676, 1803px 664px #767676, 1928px 194px #767676, 795px 1704px #767676, 1820px 341px #767676, 596px 1377px #767676, 610px 32px #767676, 1907px 48px #767676, 1277px 1513px #767676, 199px 947px #767676, 1642px 1321px #767676, 1974px 795px #767676, 734px 1743px #767676, 1385px 1630px #767676, 1346px 1058px #767676, 1426px 702px #767676, 165px 1345px #767676, 856px 588px #767676, 1251px 1976px #767676, 1867px 361px #767676, 1062px 1908px #767676, 906px 852px #767676, 1330px 39px #767676, 475px 1496px #767676, 369px 1257px #767676, 190px 587px #767676, 870px 663px #767676, 298px 213px #767676, 1481px 156px #767676, 22px 1312px #767676, 1288px 765px #767676, 795px 1673px #767676, 1712px 1325px #767676, 1979px 907px #767676, 1665px 1546px #767676, 122px 244px #767676, 804px 305px #767676, 1377px 413px #767676, 330px 244px #767676, 1019px 578px #767676, 1441px 1879px #767676, 1817px 915px #767676, 935px 1848px #767676, 1602px 272px #767676, 841px 1821px #767676, 1189px 1491px #767676, 1448px 737px #767676, 1089px 1836px #767676, 273px 317px #767676, 988px 764px #767676, 212px 169px #767676, 1829px 77px #767676, 1830px 1518px #767676, 1154px 918px #767676, 1493px 1418px #767676, 1164px 549px #767676, 1365px 498px #767676, 873px 1524px #767676, 114px 99px #767676, 1016px 688px #767676, 883px 129px #767676, 268px 1105px #767676, 519px 974px #767676, 1685px 684px #767676, 1655px 211px #767676, 483px 800px #767676, 1833px 365px #767676, 663px 1506px #767676, 653px 363px #767676, 1204px 1018px #767676, 232px 1401px #767676, 1666px 119px #767676, 1374px 863px #767676, 433px 547px #767676, 1231px 577px #767676, 33px 632px #767676, 1339px 234px #767676, 511px 1058px #767676, 1136px 1376px #767676, 1186px 1483px #767676, 879px 1805px #767676, 969px 1759px #767676, 1731px 1062px #767676, 352px 244px #767676, 1497px 1702px #767676, 737px 918px #767676, 591px 1118px #767676, 1977px 982px #767676, 1265px 1160px #767676, 1991px 1327px #767676, 779px 70px #767676, 891px 1911px #767676, 58px 968px #767676, 584px 680px #767676, 108px 910px #767676, 1690px 1811px #767676, 747px 1589px #767676, 1135px 1043px #767676, 1236px 330px #767676, 391px 617px #767676, 1693px 278px #767676, 814px 1115px #767676, 532px 110px #767676, 1362px 899px #767676, 596px 1907px #767676, 736px 171px #767676, 1469px 1721px #767676, 1602px 1701px #767676, 436px 1910px #767676, 1695px 1725px #767676, 1755px 239px #767676, 1672px 938px #767676, 1204px 1199px #767676, 315px 1012px #767676, 1451px 523px #767676, 1302px 951px #767676, 1277px 515px #767676, 1540px 1463px #767676, 1317px 1203px #767676, 1098px 11px #767676, 1066px 255px #767676, 729px 1689px #767676, 1291px 1602px #767676, 365px 1540px #767676, 767px 15px #767676, 1250px 1614px #767676, 1877px 1628px #767676, 1106px 1271px #767676, 1588px 1534px #767676, 1768px 1809px #767676, 1978px 419px #767676, 1684px 943px #767676, 659px 875px #767676, 857px 423px #767676, 1624px 55px #767676, 498px 338px #767676, 1042px 1647px #767676, 896px 15px #767676, 1483px 1804px #767676, 828px 519px #767676, 1419px 127px #767676, 1212px 1008px #767676, 326px 1442px #767676, 58px 702px #767676, 662px 914px #767676, 1011px 1893px #767676, 1443px 307px #767676, 1219px 1006px #767676, 1508px 379px #767676, 499px 396px #767676, 1778px 134px #767676, 568px 520px #767676, 737px 268px #767676, 1967px 494px #767676, 149px 1687px #767676, 1495px 1803px #767676, 706px 1257px #767676, 1034px 1984px #767676, 550px 1710px #767676, 787px 1352px #767676, 530px 25px #767676, 505px 1988px #767676, 1127px 1105px #767676, 1233px 1462px #767676, 1677px 1511px #767676, 1460px 558px #767676, 194px 137px #767676, 1716px 119px #767676, 1213px 174px #767676, 1068px 777px #767676, 401px 1521px #767676, 1636px 621px #767676, 704px 1509px #767676, 1058px 379px #767676, 905px 1073px #767676, 172px 306px #767676, 649px 286px #767676, 568px 940px #767676, 880px 1865px #767676, 1443px 356px #767676, 933px 600px #767676, 1646px 390px #767676, 1951px 937px #767676, 94px 1775px #767676, 1214px 1513px #767676, 629px 108px #767676, 1585px 1768px #767676, 1185px 1049px #767676, 1563px 1112px #767676, 153px 1429px #767676, 1317px 866px #767676, 899px 866px #767676, 969px 1901px #767676, 478px 1957px #767676, 702px 685px #767676, 1296px 126px #767676, 349px 875px #767676, 1523px 625px #767676, 1538px 1972px #767676, 1678px 669px #767676, 690px 1154px #767676, 807px 857px #767676, 1764px 1699px #767676, 354px 103px #767676, 96px 552px #767676, 1634px 1695px #767676, 188px 323px #767676, 106px 1623px #767676, 1498px 1230px #767676, 556px 1027px #767676, 131px 913px #767676, 1144px 1290px #767676, 561px 267px #767676, 1698px 1568px #767676, 1671px 1056px #767676, 909px 991px #767676, 696px 1318px #767676, 511px 927px #767676, 870px 1057px #767676, 518px 496px #767676, 12px 272px #767676, 1881px 35px #767676, 979px 552px #767676, 679px 1538px #767676, 745px 764px #767676, 2000px 1668px #767676, 527px 1230px #767676, 269px 1814px #767676, 910px 1103px #767676, 944px 998px #767676, 969px 1516px #767676, 773px 1918px #767676, 930px 1283px #767676, 53px 1358px #767676, 1875px 1794px #767676, 1949px 642px #767676, 1920px 976px #767676, 898px 378px #767676, 1073px 1912px #767676, 304px 636px #767676, 427px 1102px #767676, 818px 1245px #767676, 385px 111px #767676, 728px 1252px #767676, 459px 1331px #767676, 321px 1454px #767676, 27px 274px #767676, 589px 656px #767676, 1024px 1254px #767676, 745px 1189px #767676, 1306px 1987px #767676, 423px 1694px #767676, 1659px 530px #767676, 1095px 1211px #767676, 951px 1237px #767676, 296px 857px #767676, 1112px 1192px #767676, 604px 232px #767676, 1095px 914px #767676, 1099px 52px #767676, 787px 437px #767676, 415px 997px #767676, 1427px 1067px #767676, 1585px 757px #767676, 821px 804px #767676, 242px 725px #767676, 719px 364px #767676, 570px 498px #767676, 1188px 167px #767676, 620px 1994px #767676, 1502px 271px #767676, 303px 770px #767676, 1191px 865px #767676, 175px 1151px #767676, 1457px 1713px #767676, 1875px 1797px #767676, 567px 629px #767676, 321px 121px #767676, 1070px 1559px #767676, 180px 442px #767676, 356px 444px #767676, 165px 1236px #767676, 1613px 1353px #767676, 177px 1885px #767676, 739px 766px #767676, 756px 692px #767676, 188px 358px #767676, 761px 399px #767676, 1135px 932px #767676, 1440px 1839px #767676, 52px 253px #767676, 1252px 1542px #767676, 1477px 1392px #767676, 1359px 1546px #767676, 383px 1822px #767676, 1651px 1609px #767676, 1087px 184px #767676, 175px 1016px #767676, 1692px 1869px #767676, 1409px 1206px #767676, 1693px 276px #767676, 1108px 765px #767676, 77px 219px #767676, 304px 1350px #767676, 1344px 911px #767676, 1447px 1360px #767676, 1538px 1881px #767676, 1616px 247px #767676, 850px 932px #767676, 560px 623px #767676, 336px 97px #767676, 1290px 367px #767676, 1295px 1724px #767676, 81px 1055px #767676, 271px 540px #767676, 656px 1309px #767676, 1076px 1858px #767676, 1365px 1366px #767676, 184px 1484px #767676, 36px 964px #767676, 83px 82px #767676, 568px 799px #767676, 1104px 1964px #767676, 785px 13px #767676, 681px 900px #767676, 1876px 1845px #767676, 235px 1221px #767676, 1838px 1923px #767676, 444px 881px #767676, 738px 1721px #767676, 1050px 1957px #767676, 1699px 636px #767676, 1301px 256px #767676, 94px 1189px #767676, 281px 670px #767676, 1314px 881px #767676, 107px 748px #767676, 93px 318px #767676, 840px 1494px #767676, 1860px 1112px #767676, 444px 259px #767676, 911px 1537px #767676, 1646px 1869px #767676, 794px 330px #767676, 1648px 1402px #767676, 917px 691px #767676, 1554px 603px #767676, 1792px 1715px #767676, 1583px 259px #767676, 732px 197px #767676, 6px 1940px #767676, 277px 1753px #767676, 884px 1260px #767676, 1436px 265px #767676, 1469px 765px #767676, 941px 1805px #767676, 1811px 1144px #767676, 1527px 492px #767676, 1178px 76px #767676, 1534px 1949px #767676, 1929px 179px #767676, 11px 1281px #767676, 841px 684px #767676, 1045px 1008px #767676, 1195px 535px #767676, 1583px 1393px #767676, 838px 41px #767676, 1165px 473px #767676, 332px 1434px #767676, 452px 1324px #767676, 1947px 749px #767676, 537px 1873px #767676, 859px 1654px #767676, 1482px 677px #767676, 1912px 653px #767676, 1005px 1726px #767676, 80px 765px #767676, 859px 1701px #767676, 674px 458px #767676, 323px 134px #767676, 70px 436px #767676, 1892px 1697px #767676, 724px 1236px #767676, 609px 1068px #767676, 583px 516px #767676, 588px 368px #767676, 1993px 387px #767676, 128px 1319px #767676, 524px 526px #767676, 1464px 1554px #767676, 160px 1706px #767676, 1882px 1358px #767676, 1746px 163px #767676, 511px 1143px #767676, 1582px 1334px #767676, 1565px 325px #767676, 874px 1723px #767676, 391px 55px #767676, 182px 1314px #767676, 1269px 1918px #767676, 402px 20px #767676, 1799px 730px #767676, 936px 915px #767676, 982px 39px #767676, 455px 545px #767676, 825px 337px #767676, 1167px 1336px #767676, 478px 550px #767676, 430px 1696px #767676, 642px 603px #767676, 1524px 1948px #767676, 1346px 1891px #767676, 943px 1113px #767676, 162px 943px #767676, 581px 540px #767676, 912px 1421px #767676, 1870px 239px #767676, 418px 191px #767676, 1272px 771px #767676, 1323px 54px #767676, 174px 997px #767676, 448px 837px #767676, 285px 1795px #767676, 733px 1326px #767676, 787px 1029px #767676, 1508px 195px #767676, 808px 1307px #767676, 1611px 1932px #767676, 1629px 400px #767676, 382px 631px #767676, 810px 1142px #767676, 285px 662px #767676, 735px 1390px #767676, 1402px 269px #767676, 59px 1569px #767676, 1351px 328px #767676, 674px 719px #767676, 102px 1903px #767676, 1271px 535px #767676, 121px 275px #767676, 960px 1677px #767676, 1174px 1928px #767676, 379px 462px #767676, 530px 804px #767676, 755px 636px #767676, 590px 651px #767676, 62px 708px #767676, 1877px 207px #767676, 450px 314px #767676, 253px 807px #767676, 1992px 1425px #767676, 61px 1717px #767676, 1070px 507px #767676, 127px 851px #767676, 991px 1865px #767676, 1329px 587px #767676, 458px 1200px #767676, 44px 1372px #767676, 1457px 1800px #767676, 1176px 1574px #767676, 1132px 743px #767676, 950px 97px #767676, 462px 59px #767676, 237px 1370px #767676, 301px 876px #767676, 1950px 52px #767676, 312px 1629px #767676, 1670px 398px #767676, 1520px 1451px #767676, 502px 1290px #767676, 1573px 1856px #767676, 1339px 870px #767676, 1919px 1734px #767676, 292px 1363px #767676, 1107px 719px #767676, 189px 1427px #767676, 1297px 1440px #767676, 125px 1683px #767676, 318px 647px #767676, 1131px 206px #767676, 1383px 449px #767676, 789px 1553px #767676, 1358px 292px #767676, 1841px 1501px #767676, 491px 1609px #767676, 695px 1538px #767676, 1627px 1865px #767676, 1486px 1129px #767676, 1754px 1114px #767676, 1185px 1175px #767676, 108px 890px #767676, 1693px 1357px #767676, 755px 1449px #767676, 1659px 421px #767676, 952px 1920px #767676, 734px 462px #767676, 1944px 1416px #767676, 1839px 1813px #767676, 459px 1924px #767676, 479px 1280px #767676, 429px 764px #767676, 767px 1609px #767676, 1782px 1061px #767676, 1455px 1766px #767676, 1940px 819px #767676, 1509px 1101px #767676, 1751px 1185px #767676, 47px 1926px #767676, 1349px 114px #767676, 1182px 262px #767676, 1982px 1141px #767676, 1160px 1629px #767676, 256px 238px #767676, 25px 809px #767676, 1783px 1980px #767676, 866px 1223px #767676, 716px 320px #767676, 1502px 786px #767676, 959px 1086px #767676, 1349px 1709px #767676, 1270px 71px #767676, 891px 688px #767676, 1982px 522px #767676, 1641px 368px #767676, 856px 931px #767676, 1340px 1126px #767676, 855px 1896px #767676, 1978px 1540px #767676, 700px 1576px #767676, 341px 1186px #767676, 1687px 51px #767676, 1190px 347px #767676, 1949px 1806px #767676, 287px 814px #767676, 568px 1717px #767676, 276px 210px #767676, 1430px 353px #767676, 608px 1475px #767676, 1721px 1077px #767676, 1057px 1312px #767676, 1466px 624px #767676, 1588px 1162px #767676, 1768px 802px #767676, 1883px 359px #767676, 345px 1390px #767676, 1985px 652px #767676, 1360px 1175px #767676, 433px 1470px #767676, 1865px 1437px #767676, 341px 421px #767676, 1210px 612px #767676, 1645px 468px #767676, 221px 1386px #767676, 1295px 1213px #767676, 910px 474px #767676, 852px 416px #767676, 144px 672px #767676, 1114px 38px #767676, 1545px 1111px #767676, 1567px 850px #767676, 1567px 1437px #767676, 1120px 753px #767676, 338px 961px #767676, 1212px 346px #767676, 1694px 1928px #767676, 860px 725px #767676, 1594px 1683px #767676, 1674px 840px #767676, 1740px 1490px #767676, 700px 447px #767676, 1309px 1728px #767676;
        animation: starsAnimation 50s linear infinite;
    }

        .stars > .small:after {
            content: " ";
            position: absolute;
            top: 2000px;
            width: 1px;
            height: 1px;
            background: transparent;
            box-shadow: 923px 1120px #767676, 1713px 1485px #767676, 1736px 1117px #767676, 855px 1620px #767676, 1511px 932px #767676, 355px 283px #767676, 1740px 773px #767676, 1215px 126px #767676, 158px 672px #767676, 1158px 445px #767676, 717px 1029px #767676, 592px 704px #767676, 895px 1432px #767676, 1359px 565px #767676, 1132px 649px #767676, 1283px 137px #767676, 287px 184px #767676, 418px 1001px #767676, 1898px 1389px #767676, 1581px 1813px #767676, 241px 788px #767676, 15px 499px #767676, 49px 1694px #767676, 424px 106px #767676, 1250px 808px #767676, 960px 326px #767676, 681px 1940px #767676, 1446px 1174px #767676, 516px 863px #767676, 1012px 367px #767676, 1007px 1742px #767676, 416px 1982px #767676, 805px 736px #767676, 1338px 1550px #767676, 1173px 503px #767676, 561px 775px #767676, 1689px 505px #767676, 1127px 1843px #767676, 1697px 1875px #767676, 1265px 324px #767676, 405px 1163px #767676, 677px 1788px #767676, 1502px 82px #767676, 692px 436px #767676, 1929px 1414px #767676, 1896px 1994px #767676, 1351px 619px #767676, 1186px 1522px #767676, 889px 441px #767676, 1819px 2px #767676, 398px 288px #767676, 9px 1035px #767676, 1174px 31px #767676, 981px 1111px #767676, 214px 1772px #767676, 1933px 1463px #767676, 15px 1335px #767676, 1229px 882px #767676, 1360px 1573px #767676, 1251px 1584px #767676, 1257px 889px #767676, 933px 1598px #767676, 775px 11px #767676, 1018px 1898px #767676, 1886px 947px #767676, 597px 584px #767676, 119px 1837px #767676, 875px 602px #767676, 788px 1993px #767676, 1661px 256px #767676, 1200px 1750px #767676, 1812px 1659px #767676, 405px 1956px #767676, 108px 452px #767676, 1993px 598px #767676, 1456px 1541px #767676, 1227px 729px #767676, 793px 921px #767676, 1262px 1823px #767676, 38px 978px #767676, 1949px 153px #767676, 1922px 1891px #767676, 1554px 730px #767676, 1148px 505px #767676, 381px 689px #767676, 548px 200px #767676, 788px 1913px #767676, 1911px 1398px #767676, 1009px 1346px #767676, 579px 601px #767676, 691px 539px #767676, 1403px 225px #767676, 1385px 1389px #767676, 999px 1389px #767676, 1720px 1758px #767676, 734px 1206px #767676, 916px 436px #767676, 651px 16px #767676, 1819px 1379px #767676, 785px 240px #767676, 1812px 1889px #767676, 362px 471px #767676, 1294px 1693px #767676, 1931px 1118px #767676, 714px 812px #767676, 1351px 356px #767676, 44px 2px #767676, 628px 1390px #767676, 1908px 1704px #767676, 782px 668px #767676, 655px 134px #767676, 1590px 241px #767676, 752px 215px #767676, 645px 1026px #767676, 227px 244px #767676, 1091px 1359px #767676, 36px 2px #767676, 1144px 152px #767676, 592px 123px #767676, 602px 1255px #767676, 693px 854px #767676, 1696px 862px #767676, 57px 508px #767676, 498px 12px #767676, 1850px 1159px #767676, 1979px 168px #767676, 598px 197px #767676, 565px 54px #767676, 688px 1482px #767676, 1190px 1116px #767676, 1803px 664px #767676, 1928px 194px #767676, 795px 1704px #767676, 1820px 341px #767676, 596px 1377px #767676, 610px 32px #767676, 1907px 48px #767676, 1277px 1513px #767676, 199px 947px #767676, 1642px 1321px #767676, 1974px 795px #767676, 734px 1743px #767676, 1385px 1630px #767676, 1346px 1058px #767676, 1426px 702px #767676, 165px 1345px #767676, 856px 588px #767676, 1251px 1976px #767676, 1867px 361px #767676, 1062px 1908px #767676, 906px 852px #767676, 1330px 39px #767676, 475px 1496px #767676, 369px 1257px #767676, 190px 587px #767676, 870px 663px #767676, 298px 213px #767676, 1481px 156px #767676, 22px 1312px #767676, 1288px 765px #767676, 795px 1673px #767676, 1712px 1325px #767676, 1979px 907px #767676, 1665px 1546px #767676, 122px 244px #767676, 804px 305px #767676, 1377px 413px #767676, 330px 244px #767676, 1019px 578px #767676, 1441px 1879px #767676, 1817px 915px #767676, 935px 1848px #767676, 1602px 272px #767676, 841px 1821px #767676, 1189px 1491px #767676, 1448px 737px #767676, 1089px 1836px #767676, 273px 317px #767676, 988px 764px #767676, 212px 169px #767676, 1829px 77px #767676, 1830px 1518px #767676, 1154px 918px #767676, 1493px 1418px #767676, 1164px 549px #767676, 1365px 498px #767676, 873px 1524px #767676, 114px 99px #767676, 1016px 688px #767676, 883px 129px #767676, 268px 1105px #767676, 519px 974px #767676, 1685px 684px #767676, 1655px 211px #767676, 483px 800px #767676, 1833px 365px #767676, 663px 1506px #767676, 653px 363px #767676, 1204px 1018px #767676, 232px 1401px #767676, 1666px 119px #767676, 1374px 863px #767676, 433px 547px #767676, 1231px 577px #767676, 33px 632px #767676, 1339px 234px #767676, 511px 1058px #767676, 1136px 1376px #767676, 1186px 1483px #767676, 879px 1805px #767676, 969px 1759px #767676, 1731px 1062px #767676, 352px 244px #767676, 1497px 1702px #767676, 737px 918px #767676, 591px 1118px #767676, 1977px 982px #767676, 1265px 1160px #767676, 1991px 1327px #767676, 779px 70px #767676, 891px 1911px #767676, 58px 968px #767676, 584px 680px #767676, 108px 910px #767676, 1690px 1811px #767676, 747px 1589px #767676, 1135px 1043px #767676, 1236px 330px #767676, 391px 617px #767676, 1693px 278px #767676, 814px 1115px #767676, 532px 110px #767676, 1362px 899px #767676, 596px 1907px #767676, 736px 171px #767676, 1469px 1721px #767676, 1602px 1701px #767676, 436px 1910px #767676, 1695px 1725px #767676, 1755px 239px #767676, 1672px 938px #767676, 1204px 1199px #767676, 315px 1012px #767676, 1451px 523px #767676, 1302px 951px #767676, 1277px 515px #767676, 1540px 1463px #767676, 1317px 1203px #767676, 1098px 11px #767676, 1066px 255px #767676, 729px 1689px #767676, 1291px 1602px #767676, 365px 1540px #767676, 767px 15px #767676, 1250px 1614px #767676, 1877px 1628px #767676, 1106px 1271px #767676, 1588px 1534px #767676, 1768px 1809px #767676, 1978px 419px #767676, 1684px 943px #767676, 659px 875px #767676, 857px 423px #767676, 1624px 55px #767676, 498px 338px #767676, 1042px 1647px #767676, 896px 15px #767676, 1483px 1804px #767676, 828px 519px #767676, 1419px 127px #767676, 1212px 1008px #767676, 326px 1442px #767676, 58px 702px #767676, 662px 914px #767676, 1011px 1893px #767676, 1443px 307px #767676, 1219px 1006px #767676, 1508px 379px #767676, 499px 396px #767676, 1778px 134px #767676, 568px 520px #767676, 737px 268px #767676, 1967px 494px #767676, 149px 1687px #767676, 1495px 1803px #767676, 706px 1257px #767676, 1034px 1984px #767676, 550px 1710px #767676, 787px 1352px #767676, 530px 25px #767676, 505px 1988px #767676, 1127px 1105px #767676, 1233px 1462px #767676, 1677px 1511px #767676, 1460px 558px #767676, 194px 137px #767676, 1716px 119px #767676, 1213px 174px #767676, 1068px 777px #767676, 401px 1521px #767676, 1636px 621px #767676, 704px 1509px #767676, 1058px 379px #767676, 905px 1073px #767676, 172px 306px #767676, 649px 286px #767676, 568px 940px #767676, 880px 1865px #767676, 1443px 356px #767676, 933px 600px #767676, 1646px 390px #767676, 1951px 937px #767676, 94px 1775px #767676, 1214px 1513px #767676, 629px 108px #767676, 1585px 1768px #767676, 1185px 1049px #767676, 1563px 1112px #767676, 153px 1429px #767676, 1317px 866px #767676, 899px 866px #767676, 969px 1901px #767676, 478px 1957px #767676, 702px 685px #767676, 1296px 126px #767676, 349px 875px #767676, 1523px 625px #767676, 1538px 1972px #767676, 1678px 669px #767676, 690px 1154px #767676, 807px 857px #767676, 1764px 1699px #767676, 354px 103px #767676, 96px 552px #767676, 1634px 1695px #767676, 188px 323px #767676, 106px 1623px #767676, 1498px 1230px #767676, 556px 1027px #767676, 131px 913px #767676, 1144px 1290px #767676, 561px 267px #767676, 1698px 1568px #767676, 1671px 1056px #767676, 909px 991px #767676, 696px 1318px #767676, 511px 927px #767676, 870px 1057px #767676, 518px 496px #767676, 12px 272px #767676, 1881px 35px #767676, 979px 552px #767676, 679px 1538px #767676, 745px 764px #767676, 2000px 1668px #767676, 527px 1230px #767676, 269px 1814px #767676, 910px 1103px #767676, 944px 998px #767676, 969px 1516px #767676, 773px 1918px #767676, 930px 1283px #767676, 53px 1358px #767676, 1875px 1794px #767676, 1949px 642px #767676, 1920px 976px #767676, 898px 378px #767676, 1073px 1912px #767676, 304px 636px #767676, 427px 1102px #767676, 818px 1245px #767676, 385px 111px #767676, 728px 1252px #767676, 459px 1331px #767676, 321px 1454px #767676, 27px 274px #767676, 589px 656px #767676, 1024px 1254px #767676, 745px 1189px #767676, 1306px 1987px #767676, 423px 1694px #767676, 1659px 530px #767676, 1095px 1211px #767676, 951px 1237px #767676, 296px 857px #767676, 1112px 1192px #767676, 604px 232px #767676, 1095px 914px #767676, 1099px 52px #767676, 787px 437px #767676, 415px 997px #767676, 1427px 1067px #767676, 1585px 757px #767676, 821px 804px #767676, 242px 725px #767676, 719px 364px #767676, 570px 498px #767676, 1188px 167px #767676, 620px 1994px #767676, 1502px 271px #767676, 303px 770px #767676, 1191px 865px #767676, 175px 1151px #767676, 1457px 1713px #767676, 1875px 1797px #767676, 567px 629px #767676, 321px 121px #767676, 1070px 1559px #767676, 180px 442px #767676, 356px 444px #767676, 165px 1236px #767676, 1613px 1353px #767676, 177px 1885px #767676, 739px 766px #767676, 756px 692px #767676, 188px 358px #767676, 761px 399px #767676, 1135px 932px #767676, 1440px 1839px #767676, 52px 253px #767676, 1252px 1542px #767676, 1477px 1392px #767676, 1359px 1546px #767676, 383px 1822px #767676, 1651px 1609px #767676, 1087px 184px #767676, 175px 1016px #767676, 1692px 1869px #767676, 1409px 1206px #767676, 1693px 276px #767676, 1108px 765px #767676, 77px 219px #767676, 304px 1350px #767676, 1344px 911px #767676, 1447px 1360px #767676, 1538px 1881px #767676, 1616px 247px #767676, 850px 932px #767676, 560px 623px #767676, 336px 97px #767676, 1290px 367px #767676, 1295px 1724px #767676, 81px 1055px #767676, 271px 540px #767676, 656px 1309px #767676, 1076px 1858px #767676, 1365px 1366px #767676, 184px 1484px #767676, 36px 964px #767676, 83px 82px #767676, 568px 799px #767676, 1104px 1964px #767676, 785px 13px #767676, 681px 900px #767676, 1876px 1845px #767676, 235px 1221px #767676, 1838px 1923px #767676, 444px 881px #767676, 738px 1721px #767676, 1050px 1957px #767676, 1699px 636px #767676, 1301px 256px #767676, 94px 1189px #767676, 281px 670px #767676, 1314px 881px #767676, 107px 748px #767676, 93px 318px #767676, 840px 1494px #767676, 1860px 1112px #767676, 444px 259px #767676, 911px 1537px #767676, 1646px 1869px #767676, 794px 330px #767676, 1648px 1402px #767676, 917px 691px #767676, 1554px 603px #767676, 1792px 1715px #767676, 1583px 259px #767676, 732px 197px #767676, 6px 1940px #767676, 277px 1753px #767676, 884px 1260px #767676, 1436px 265px #767676, 1469px 765px #767676, 941px 1805px #767676, 1811px 1144px #767676, 1527px 492px #767676, 1178px 76px #767676, 1534px 1949px #767676, 1929px 179px #767676, 11px 1281px #767676, 841px 684px #767676, 1045px 1008px #767676, 1195px 535px #767676, 1583px 1393px #767676, 838px 41px #767676, 1165px 473px #767676, 332px 1434px #767676, 452px 1324px #767676, 1947px 749px #767676, 537px 1873px #767676, 859px 1654px #767676, 1482px 677px #767676, 1912px 653px #767676, 1005px 1726px #767676, 80px 765px #767676, 859px 1701px #767676, 674px 458px #767676, 323px 134px #767676, 70px 436px #767676, 1892px 1697px #767676, 724px 1236px #767676, 609px 1068px #767676, 583px 516px #767676, 588px 368px #767676, 1993px 387px #767676, 128px 1319px #767676, 524px 526px #767676, 1464px 1554px #767676, 160px 1706px #767676, 1882px 1358px #767676, 1746px 163px #767676, 511px 1143px #767676, 1582px 1334px #767676, 1565px 325px #767676, 874px 1723px #767676, 391px 55px #767676, 182px 1314px #767676, 1269px 1918px #767676, 402px 20px #767676, 1799px 730px #767676, 936px 915px #767676, 982px 39px #767676, 455px 545px #767676, 825px 337px #767676, 1167px 1336px #767676, 478px 550px #767676, 430px 1696px #767676, 642px 603px #767676, 1524px 1948px #767676, 1346px 1891px #767676, 943px 1113px #767676, 162px 943px #767676, 581px 540px #767676, 912px 1421px #767676, 1870px 239px #767676, 418px 191px #767676, 1272px 771px #767676, 1323px 54px #767676, 174px 997px #767676, 448px 837px #767676, 285px 1795px #767676, 733px 1326px #767676, 787px 1029px #767676, 1508px 195px #767676, 808px 1307px #767676, 1611px 1932px #767676, 1629px 400px #767676, 382px 631px #767676, 810px 1142px #767676, 285px 662px #767676, 735px 1390px #767676, 1402px 269px #767676, 59px 1569px #767676, 1351px 328px #767676, 674px 719px #767676, 102px 1903px #767676, 1271px 535px #767676, 121px 275px #767676, 960px 1677px #767676, 1174px 1928px #767676, 379px 462px #767676, 530px 804px #767676, 755px 636px #767676, 590px 651px #767676, 62px 708px #767676, 1877px 207px #767676, 450px 314px #767676, 253px 807px #767676, 1992px 1425px #767676, 61px 1717px #767676, 1070px 507px #767676, 127px 851px #767676, 991px 1865px #767676, 1329px 587px #767676, 458px 1200px #767676, 44px 1372px #767676, 1457px 1800px #767676, 1176px 1574px #767676, 1132px 743px #767676, 950px 97px #767676, 462px 59px #767676, 237px 1370px #767676, 301px 876px #767676, 1950px 52px #767676, 312px 1629px #767676, 1670px 398px #767676, 1520px 1451px #767676, 502px 1290px #767676, 1573px 1856px #767676, 1339px 870px #767676, 1919px 1734px #767676, 292px 1363px #767676, 1107px 719px #767676, 189px 1427px #767676, 1297px 1440px #767676, 125px 1683px #767676, 318px 647px #767676, 1131px 206px #767676, 1383px 449px #767676, 789px 1553px #767676, 1358px 292px #767676, 1841px 1501px #767676, 491px 1609px #767676, 695px 1538px #767676, 1627px 1865px #767676, 1486px 1129px #767676, 1754px 1114px #767676, 1185px 1175px #767676, 108px 890px #767676, 1693px 1357px #767676, 755px 1449px #767676, 1659px 421px #767676, 952px 1920px #767676, 734px 462px #767676, 1944px 1416px #767676, 1839px 1813px #767676, 459px 1924px #767676, 479px 1280px #767676, 429px 764px #767676, 767px 1609px #767676, 1782px 1061px #767676, 1455px 1766px #767676, 1940px 819px #767676, 1509px 1101px #767676, 1751px 1185px #767676, 47px 1926px #767676, 1349px 114px #767676, 1182px 262px #767676, 1982px 1141px #767676, 1160px 1629px #767676, 256px 238px #767676, 25px 809px #767676, 1783px 1980px #767676, 866px 1223px #767676, 716px 320px #767676, 1502px 786px #767676, 959px 1086px #767676, 1349px 1709px #767676, 1270px 71px #767676, 891px 688px #767676, 1982px 522px #767676, 1641px 368px #767676, 856px 931px #767676, 1340px 1126px #767676, 855px 1896px #767676, 1978px 1540px #767676, 700px 1576px #767676, 341px 1186px #767676, 1687px 51px #767676, 1190px 347px #767676, 1949px 1806px #767676, 287px 814px #767676, 568px 1717px #767676, 276px 210px #767676, 1430px 353px #767676, 608px 1475px #767676, 1721px 1077px #767676, 1057px 1312px #767676, 1466px 624px #767676, 1588px 1162px #767676, 1768px 802px #767676, 1883px 359px #767676, 345px 1390px #767676, 1985px 652px #767676, 1360px 1175px #767676, 433px 1470px #767676, 1865px 1437px #767676, 341px 421px #767676, 1210px 612px #767676, 1645px 468px #767676, 221px 1386px #767676, 1295px 1213px #767676, 910px 474px #767676, 852px 416px #767676, 144px 672px #767676, 1114px 38px #767676, 1545px 1111px #767676, 1567px 850px #767676, 1567px 1437px #767676, 1120px 753px #767676, 338px 961px #767676, 1212px 346px #767676, 1694px 1928px #767676, 860px 725px #767676, 1594px 1683px #767676, 1674px 840px #767676, 1740px 1490px #767676, 700px 447px #767676, 1309px 1728px #767676;
        }

    .stars > .medium {
        width: 2px;
        height: 2px;
        background: transparent;
        box-shadow: 1680px 341px #767676, 1229px 1827px #767676, 1886px 54px #767676, 1018px 1752px #767676, 1764px 1847px #767676, 1751px 1780px #767676, 1897px 489px #767676, 1390px 240px #767676, 1195px 1034px #767676, 613px 53px #767676, 1001px 1716px #767676, 927px 1239px #767676, 1051px 96px #767676, 1678px 861px #767676, 1487px 420px #767676, 1978px 948px #767676, 1723px 1762px #767676, 298px 1967px #767676, 178px 1391px #767676, 1505px 374px #767676, 1336px 666px #767676, 1024px 1086px #767676, 1786px 524px #767676, 837px 68px #767676, 1373px 591px #767676, 1425px 1175px #767676, 875px 47px #767676, 1217px 1505px #767676, 1380px 1648px #767676, 292px 775px #767676, 794px 69px #767676, 1089px 154px #767676, 1027px 1338px #767676, 1848px 1573px #767676, 1736px 863px #767676, 1677px 1465px #767676, 1550px 1259px #767676, 987px 483px #767676, 58px 779px #767676, 262px 1799px #767676, 634px 984px #767676, 357px 641px #767676, 1673px 934px #767676, 1307px 467px #767676, 1584px 1235px #767676, 1391px 1015px #767676, 564px 964px #767676, 237px 1019px #767676, 1362px 1386px #767676, 80px 1433px #767676, 321px 1744px #767676, 261px 1836px #767676, 553px 1455px #767676, 648px 1330px #767676, 781px 142px #767676, 1030px 1312px #767676, 556px 255px #767676, 1866px 1612px #767676, 1524px 931px #767676, 1218px 1362px #767676, 1124px 406px #767676, 1970px 767px #767676, 1306px 2000px #767676, 569px 572px #767676, 1046px 1805px #767676, 1005px 1198px #767676, 479px 978px #767676, 855px 195px #767676, 390px 160px #767676, 1579px 1925px #767676, 1959px 894px #767676, 684px 1749px #767676, 1889px 324px #767676, 328px 1206px #767676, 477px 270px #767676, 1453px 289px #767676, 1998px 428px #767676, 117px 1598px #767676, 9px 1995px #767676, 1239px 386px #767676, 761px 1861px #767676, 199px 1541px #767676, 1484px 698px #767676, 164px 1834px #767676, 1823px 1068px #767676, 540px 895px #767676, 1039px 1773px #767676, 1501px 1260px #767676, 786px 439px #767676, 1149px 1193px #767676, 1307px 1376px #767676, 1296px 846px #767676, 907px 717px #767676, 760px 713px #767676, 1855px 111px #767676, 663px 1803px #767676, 262px 1136px #767676, 317px 639px #767676, 209px 1630px #767676, 1254px 884px #767676, 1352px 568px #767676, 301px 1567px #767676, 1600px 1569px #767676, 282px 1363px #767676, 1830px 1383px #767676, 974px 1021px #767676, 155px 1089px #767676, 1529px 992px #767676, 970px 263px #767676, 626px 1690px #767676, 766px 835px #767676, 705px 93px #767676, 691px 1308px #767676, 1803px 456px #767676, 1331px 482px #767676, 63px 755px #767676, 1061px 1672px #767676, 1386px 1180px #767676, 1928px 1614px #767676, 1198px 1609px #767676, 1722px 1844px #767676, 1765px 1485px #767676, 1207px 654px #767676, 689px 885px #767676, 18px 489px #767676, 537px 558px #767676, 1622px 563px #767676, 1203px 8px #767676, 603px 674px #767676, 958px 466px #767676, 426px 963px #767676, 1537px 429px #767676, 1034px 818px #767676, 1408px 954px #767676, 1515px 497px #767676, 1007px 239px #767676, 1660px 94px #767676, 769px 824px #767676, 1430px 955px #767676, 859px 1196px #767676, 1518px 423px #767676, 1866px 273px #767676, 780px 824px #767676, 1366px 1091px #767676, 544px 639px #767676, 1108px 346px #767676, 1836px 896px #767676, 1790px 108px #767676, 1877px 1530px #767676, 395px 1382px #767676, 577px 876px #767676, 1665px 2000px #767676, 458px 555px #767676, 577px 1851px #767676, 1375px 1694px #767676, 502px 498px #767676, 827px 1936px #767676, 714px 1328px #767676, 1968px 636px #767676, 1658px 1589px #767676, 369px 1996px #767676, 351px 1869px #767676, 1288px 430px #767676, 1647px 1674px #767676, 1514px 884px #767676, 1704px 698px #767676, 986px 464px #767676, 1016px 1976px #767676, 455px 796px #767676, 522px 104px #767676, 1248px 764px #767676, 1629px 197px #767676, 1416px 369px #767676, 676px 1352px #767676, 1326px 352px #767676, 594px 935px #767676, 726px 512px #767676, 1934px 1458px #767676, 399px 617px #767676, 782px 188px #767676, 823px 820px #767676, 301px 611px #767676, 1303px 1572px #767676, 555px 1165px #767676, 36px 1906px #767676, 766px 32px #767676, 694px 1993px #767676, 87px 678px #767676, 662px 824px #767676, 132px 777px #767676, 1544px 1218px #767676, 737px 1156px #767676, 1196px 1605px #767676, 993px 1310px #767676, 460px 1203px #767676, 1144px 339px #767676, 727px 1567px #767676, 709px 1138px #767676, 184px 251px #767676, 1774px 1961px #767676;
        animation: starsAnimation 100s linear infinite;
    }

        .stars > .medium:after {
            content: " ";
            position: absolute;
            top: 2000px;
            width: 2px;
            height: 2px;
            background: transparent;
            box-shadow: 1680px 341px #767676, 1229px 1827px #767676, 1886px 54px #767676, 1018px 1752px #767676, 1764px 1847px #767676, 1751px 1780px #767676, 1897px 489px #767676, 1390px 240px #767676, 1195px 1034px #767676, 613px 53px #767676, 1001px 1716px #767676, 927px 1239px #767676, 1051px 96px #767676, 1678px 861px #767676, 1487px 420px #767676, 1978px 948px #767676, 1723px 1762px #767676, 298px 1967px #767676, 178px 1391px #767676, 1505px 374px #767676, 1336px 666px #767676, 1024px 1086px #767676, 1786px 524px #767676, 837px 68px #767676, 1373px 591px #767676, 1425px 1175px #767676, 875px 47px #767676, 1217px 1505px #767676, 1380px 1648px #767676, 292px 775px #767676, 794px 69px #767676, 1089px 154px #767676, 1027px 1338px #767676, 1848px 1573px #767676, 1736px 863px #767676, 1677px 1465px #767676, 1550px 1259px #767676, 987px 483px #767676, 58px 779px #767676, 262px 1799px #767676, 634px 984px #767676, 357px 641px #767676, 1673px 934px #767676, 1307px 467px #767676, 1584px 1235px #767676, 1391px 1015px #767676, 564px 964px #767676, 237px 1019px #767676, 1362px 1386px #767676, 80px 1433px #767676, 321px 1744px #767676, 261px 1836px #767676, 553px 1455px #767676, 648px 1330px #767676, 781px 142px #767676, 1030px 1312px #767676, 556px 255px #767676, 1866px 1612px #767676, 1524px 931px #767676, 1218px 1362px #767676, 1124px 406px #767676, 1970px 767px #767676, 1306px 2000px #767676, 569px 572px #767676, 1046px 1805px #767676, 1005px 1198px #767676, 479px 978px #767676, 855px 195px #767676, 390px 160px #767676, 1579px 1925px #767676, 1959px 894px #767676, 684px 1749px #767676, 1889px 324px #767676, 328px 1206px #767676, 477px 270px #767676, 1453px 289px #767676, 1998px 428px #767676, 117px 1598px #767676, 9px 1995px #767676, 1239px 386px #767676, 761px 1861px #767676, 199px 1541px #767676, 1484px 698px #767676, 164px 1834px #767676, 1823px 1068px #767676, 540px 895px #767676, 1039px 1773px #767676, 1501px 1260px #767676, 786px 439px #767676, 1149px 1193px #767676, 1307px 1376px #767676, 1296px 846px #767676, 907px 717px #767676, 760px 713px #767676, 1855px 111px #767676, 663px 1803px #767676, 262px 1136px #767676, 317px 639px #767676, 209px 1630px #767676, 1254px 884px #767676, 1352px 568px #767676, 301px 1567px #767676, 1600px 1569px #767676, 282px 1363px #767676, 1830px 1383px #767676, 974px 1021px #767676, 155px 1089px #767676, 1529px 992px #767676, 970px 263px #767676, 626px 1690px #767676, 766px 835px #767676, 705px 93px #767676, 691px 1308px #767676, 1803px 456px #767676, 1331px 482px #767676, 63px 755px #767676, 1061px 1672px #767676, 1386px 1180px #767676, 1928px 1614px #767676, 1198px 1609px #767676, 1722px 1844px #767676, 1765px 1485px #767676, 1207px 654px #767676, 689px 885px #767676, 18px 489px #767676, 537px 558px #767676, 1622px 563px #767676, 1203px 8px #767676, 603px 674px #767676, 958px 466px #767676, 426px 963px #767676, 1537px 429px #767676, 1034px 818px #767676, 1408px 954px #767676, 1515px 497px #767676, 1007px 239px #767676, 1660px 94px #767676, 769px 824px #767676, 1430px 955px #767676, 859px 1196px #767676, 1518px 423px #767676, 1866px 273px #767676, 780px 824px #767676, 1366px 1091px #767676, 544px 639px #767676, 1108px 346px #767676, 1836px 896px #767676, 1790px 108px #767676, 1877px 1530px #767676, 395px 1382px #767676, 577px 876px #767676, 1665px 2000px #767676, 458px 555px #767676, 577px 1851px #767676, 1375px 1694px #767676, 502px 498px #767676, 827px 1936px #767676, 714px 1328px #767676, 1968px 636px #767676, 1658px 1589px #767676, 369px 1996px #767676, 351px 1869px #767676, 1288px 430px #767676, 1647px 1674px #767676, 1514px 884px #767676, 1704px 698px #767676, 986px 464px #767676, 1016px 1976px #767676, 455px 796px #767676, 522px 104px #767676, 1248px 764px #767676, 1629px 197px #767676, 1416px 369px #767676, 676px 1352px #767676, 1326px 352px #767676, 594px 935px #767676, 726px 512px #767676, 1934px 1458px #767676, 399px 617px #767676, 782px 188px #767676, 823px 820px #767676, 301px 611px #767676, 1303px 1572px #767676, 555px 1165px #767676, 36px 1906px #767676, 766px 32px #767676, 694px 1993px #767676, 87px 678px #767676, 662px 824px #767676, 132px 777px #767676, 1544px 1218px #767676, 737px 1156px #767676, 1196px 1605px #767676, 993px 1310px #767676, 460px 1203px #767676, 1144px 339px #767676, 727px 1567px #767676, 709px 1138px #767676, 184px 251px #767676, 1774px 1961px #767676;
        }

    .stars > .big {
        width: 3px;
        height: 3px;
        background: transparent;
        box-shadow: 1865px 195px #767676, 204px 479px #767676, 1086px 1589px #767676, 1285px 1449px #767676, 667px 272px #767676, 815px 852px #767676, 132px 1264px #767676, 45px 1118px #767676, 1734px 291px #767676, 1342px 1948px #767676, 955px 1361px #767676, 1300px 1714px #767676, 1423px 181px #767676, 259px 1201px #767676, 1959px 1922px #767676, 1342px 592px #767676, 913px 1725px #767676, 620px 32px #767676, 1890px 121px #767676, 242px 172px #767676, 854px 1204px #767676, 1363px 1668px #767676, 462px 797px #767676, 1796px 202px #767676, 1443px 502px #767676, 1619px 119px #767676, 1442px 3px #767676, 340px 33px #767676, 327px 82px #767676, 599px 1928px #767676, 640px 306px #767676, 135px 1761px #767676, 848px 768px #767676, 1614px 328px #767676, 48px 139px #767676, 81px 1358px #767676, 1933px 98px #767676, 1172px 1668px #767676, 322px 1450px #767676, 1611px 1420px #767676, 630px 938px #767676, 1032px 1905px #767676, 1706px 1793px #767676, 1621px 579px #767676, 235px 761px #767676, 1464px 1052px #767676, 1674px 1623px #767676, 584px 666px #767676, 839px 1725px #767676, 265px 1829px #767676, 748px 1834px #767676, 600px 679px #767676, 334px 672px #767676, 453px 1133px #767676, 1025px 843px #767676, 684px 1070px #767676, 334px 1643px #767676, 1329px 46px #767676, 1740px 1656px #767676, 1998px 538px #767676, 58px 1793px #767676, 622px 203px #767676, 1558px 171px #767676, 1460px 283px #767676, 1473px 1694px #767676, 655px 1525px #767676, 413px 1615px #767676, 1885px 978px #767676, 1917px 961px #767676, 622px 476px #767676, 732px 1330px #767676, 1679px 37px #767676, 1424px 1192px #767676, 911px 1242px #767676, 1519px 1787px #767676, 827px 800px #767676, 1362px 1991px #767676, 342px 1744px #767676, 379px 575px #767676, 603px 407px #767676, 695px 516px #767676, 1676px 1797px #767676, 1118px 1949px #767676, 1419px 1261px #767676, 229px 571px #767676, 1397px 1883px #767676, 557px 1601px #767676, 191px 473px #767676, 1302px 1808px #767676, 1668px 301px #767676, 869px 217px #767676, 673px 1496px #767676, 1360px 1461px #767676, 859px 61px #767676, 1542px 1376px #767676, 165px 962px #767676, 1774px 1593px #767676, 284px 559px #767676, 1294px 613px #767676, 706px 879px #767676;
        border-radius: 100%;
        animation: starsAnimation 150s linear infinite;
    }

        .stars > .big:after {
            content: " ";
            position: absolute;
            top: 2000px;
            width: 3px;
            height: 3px;
            background: transparent;
            box-shadow: 1865px 195px #767676, 204px 479px #767676, 1086px 1589px #767676, 1285px 1449px #767676, 667px 272px #767676, 815px 852px #767676, 132px 1264px #767676, 45px 1118px #767676, 1734px 291px #767676, 1342px 1948px #767676, 955px 1361px #767676, 1300px 1714px #767676, 1423px 181px #767676, 259px 1201px #767676, 1959px 1922px #767676, 1342px 592px #767676, 913px 1725px #767676, 620px 32px #767676, 1890px 121px #767676, 242px 172px #767676, 854px 1204px #767676, 1363px 1668px #767676, 462px 797px #767676, 1796px 202px #767676, 1443px 502px #767676, 1619px 119px #767676, 1442px 3px #767676, 340px 33px #767676, 327px 82px #767676, 599px 1928px #767676, 640px 306px #767676, 135px 1761px #767676, 848px 768px #767676, 1614px 328px #767676, 48px 139px #767676, 81px 1358px #767676, 1933px 98px #767676, 1172px 1668px #767676, 322px 1450px #767676, 1611px 1420px #767676, 630px 938px #767676, 1032px 1905px #767676, 1706px 1793px #767676, 1621px 579px #767676, 235px 761px #767676, 1464px 1052px #767676, 1674px 1623px #767676, 584px 666px #767676, 839px 1725px #767676, 265px 1829px #767676, 748px 1834px #767676, 600px 679px #767676, 334px 672px #767676, 453px 1133px #767676, 1025px 843px #767676, 684px 1070px #767676, 334px 1643px #767676, 1329px 46px #767676, 1740px 1656px #767676, 1998px 538px #767676, 58px 1793px #767676, 622px 203px #767676, 1558px 171px #767676, 1460px 283px #767676, 1473px 1694px #767676, 655px 1525px #767676, 413px 1615px #767676, 1885px 978px #767676, 1917px 961px #767676, 622px 476px #767676, 732px 1330px #767676, 1679px 37px #767676, 1424px 1192px #767676, 911px 1242px #767676, 1519px 1787px #767676, 827px 800px #767676, 1362px 1991px #767676, 342px 1744px #767676, 379px 575px #767676, 603px 407px #767676, 695px 516px #767676, 1676px 1797px #767676, 1118px 1949px #767676, 1419px 1261px #767676, 229px 571px #767676, 1397px 1883px #767676, 557px 1601px #767676, 191px 473px #767676, 1302px 1808px #767676, 1668px 301px #767676, 869px 217px #767676, 673px 1496px #767676, 1360px 1461px #767676, 859px 61px #767676, 1542px 1376px #767676, 165px 962px #767676, 1774px 1593px #767676, 284px 559px #767676, 1294px 613px #767676, 706px 879px #767676;
            border-radius: 100%;
        }

@keyframes starsAnimation {
    from {
        transform: translateY(-2000px);
    }

    to {
        transform: translateY(0px);
    }
}

.slick-slide img {
    max-width: 100%;
    transition: all 0.5s ease;
    /*scale: 0.8;*/
    border-radius: 20px;
}

.slick-slide .gallery_item:hover .gallery_text_d {
    display: block;
    animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to 100% {
        opacity: 1;
    }
}

.gallery_text_d {
    display: none;
}

.slick-center .gallery_text_d {
    display: block;
    animation: none !important;
}

.slick-center {
    scale: 1.2 !important;
    transition: all 0.5s ease;
}

.slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 1;
    border-radius: 50%;
    background: #CED4D6;
    color: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
}

    .slick-arrow:hover {
        background: #00BAF5;
    }

.slick-prev.slick-arrow {
    left: 0;
}

.slick-next.slick-arrow {
    right: 0;
}

.gallery_text {
    background: #000000cc 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 19px 18px;
    position: absolute;
    bottom: 0;
    width: 95%;
    height: 40%;
    /*margin-left: 10%;*/
    margin-bottom: 5.5%;
}

.gtext1 {
    color: #fff;
    font-size: 11px;
    padding: 15px;
    text-align: center ;
}

.gtext2 {
    color: #B7B7B7;
    font-size: 11px;
    text-align: right;
    padding: 15px;
}

.item.slick-slide {
    position: relative;
}

.about-box {
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 20px 0;
    padding: 10px;
    width: 100%;
    min-height: 200px;
    color: #707070;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

    .about-box h6 {
        color: #000;
        font-weight: bold;
    }

.rect-card {
    width: 60px;
    height: auto;
    margin-top: -45px;
}

    .rect-card:hover {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.rect-card-num {
    position: absolute;
    margin-top: -20px;
    margin-left: -40px;
    color: #fff;
    font-weight: bold;
}

.form-control {
    border: 1px solid gray;
    border-radius: 25px;
}

.form-heading {
    text-align: center;
    color: #008080;
    font-weight: bold;
}

.login-form-heading-name {
    font-size: 15px;
    font-weight: bold;
}

.sign-in {
    font-size: small;
    color: #fff;
    width: 100px;
    padding: 10px;
    background: transparent linear-gradient(99deg, #00B8B4 0%, #002E5C 100%) 0% 0% no-repeat padding-box;
}

.login-section-1 {
    border: 1px soild black;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.text-end {
    color: #212E9E !important;
    font-size: small;
    text-decoration: underline;
    text-decoration-color: #212E9E;
}


.text-center1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-eye {
    float: right;
    margin: -27px 10px 0px 0px;
}

.captch-section-2 {
    float: right;
    font-weight: 500;
}

.captch-section-1 {
    font-weight: 500;
}

.captch-section-2-text {
    border-radius: 50px;
    border: 1px solid gray;
    display: inline-block;
}

.resendimg {
    width: 25px;
    padding: 7px 7px;
    border-radius: 0px 50px 50px 0px;
    background-color: #0083C8;
    margin-top: -55px;
    margin-left: 161px;
}

.captch-img {
    width: 90%;
}

.modal-header {
    border-bottom: none;
}

.top-img {
    width: 20%;
    margin-top: -48px;
}

.bottom-img {
    width: 20%;
    margin-left: 398px;
    margin-top: -40px;
}

.progressBackground {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    background-color: #d7d7d7;
    filter: alpha(opacity=100);
    opacity: 0.8;
    z-index: 1000;
}

/* .about-box p{
     font-size: small;
   } */

/*.dropend .dropdown-toggle {*/
    /*color: salmon;*/
    /*margin-left: 1em;
}

.dropdown-item:hover {*/
    /*background-color: lightsalmon;*/
    /*color: #fff;
}

.dropdown .dropdown-menu1 {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu1 {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu1 {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}*/

/*.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff !important;
}*/

/*.navbar-nav .nav-link {
    color: #fff;
}
.nav-link:focus, .nav-link:hover {
    color: #fff !important;
}*/
.dropdown-menu {
    --bs-dropdown-padding-y: 2px !important;
    --bs-dropdown-padding-x: 2px !important;
}
.dropend .dropdown-toggle {
    margin-left: 0px !important;
    padding-left: 1rem !important;
}

.navbar-nav ul li a {
    border-bottom: #ccc solid 1px !important;
}
.age-gph {
    background-color: #fff;
    box-shadow: 3px 3px 10px #0000004D;
    border-radius: 10px;
    /* padding: 10px; */
    margin-top: 20px;
}
#header {
    background-color: #fff;
    /* box-shadow: 3px 3px 10px #0000004D;*/
    border-radius: 0px;
    /* padding: 10px; */
    margin: 0px 3px 7px;
}
#headeer {
    background-color: #fff;
    /*box-shadow: 3px 3px 10px #0000004D;*/
    border-radius: 0px;
    /* padding: 10px; */
    margin: 0px 3px 7px;
}
label {
    padding-top: 7px;
    display: inline-block;
}


.but_bg:before {
    background-image: linear-gradient(90deg, #3bd1d3, transparent);
}

.but_bg:after {
    background-image: linear-gradient(90deg, transparent, #fed757);
}

.dropdown-toggle:hover {
    /*color: white !important;*/
    background-color: #FFE2B6 !important;
}

.nav-link a:hover {
    --bs-link-color-rgb: #ff8243 !important;
}

/*.dropdown-item:hover {
    color: white !important;
    background-color: #008080 !important;
}*/
.gridHeader {
    background-color: #008080 !important;
    text-align: center;
    height: 40px;
    color: #fff !important;
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
    border: solid 1px #FFF;
    position: sticky;
    top: 0;
    padding: 8px 15px !important;
    z-index: 10;
}
.gridSUBHeader {
    text-align: center;
    height: 40px;
    color: White;
    font-weight: normal;
    font-size: 14px;
    padding: 0px;
    color: #fff !important;
    border: solid 1px #dfdfdf !important;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 8px 15px !important;
}
.gridRow {
    height: 30px;
    background-color: #ffffff;
    padding: 5px;
    font-size:13px !important;
    border: solid 1px #b3acac !important;
}
.dash_form_ctrl {
    font-size: 14px !important;
}
/*.nav-link:focus, .nav-link:hover {
    color: #ffffff !important;  
}*/

.table_info_sec table tbody tr th {
    background-color: #ffdcbd !important;
    color: #000 !important;
    padding: 5px 10px;
    font-weight: 600;
}
.table_info_sec table tbody tr td span {
    font-size: 13px !important;
}


/*Added on 11/11/2025 for sorting in gridview*/


.selected {
    color: #000;
    font-weight: normal;
    cursor:pointer;
}

.asc:after {
    /*content: "\25B2";*/
    content: "\2B9D";
    float: right;
    font-weight: bold;
    font-size: 10px !important;
    padding-right: 5px;
    padding-top: 2px;
    cursor: pointer;
}

.desc:after {
    /*content: "\25BC";*/
    content: "\2B9F";
    float: right;
    font-weight: bold;
    font-size: 10px !important;
    padding-right: 5px;
    padding-top: 2px;
    cursor: pointer;
}

/*End Added on 11/11/2025 for sorting in gridview*/
.normalRow {
    background-color: #f9f9f97a;
}