@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Poppins", sans-serif;
}
/*** p,li,a{
    font-size: 14px;
} */


/* topbar css */

.topbar{
    background-color: #302c29;
}
.topbar .accessibility-items .accessi a{
    color: #fff;
    text-decoration: none;
} 
.topbar .accessibility-items{
    list-style: none;
}
.topbar .accessibility-items .accessi{
    border-left: 1px solid #6d6d6d;
    padding-left: 12px;
}
.topbar .accessibility-items .accessi:nth-child(1){
    border: 0px;
}
.topbar .accessibility-items .accessi img{
    max-width: 28px;
}
.topbar .accessibility-items .accessi.contrast{
    display: flex;
    gap: 8px;
}
.topbar .accessibility-items .accessi.contrast .active{
    box-shadow: 0 0 6px #cc2b36;
}
.topbar .accessibility-items .accessi.contrast .light{
    font-size: 0px;
    width: 22px;
    height: 22px;
    display: block;
    background: #fff;
    border-radius: 4px;
}
.topbar .accessibility-items .accessi.contrast .dark{
    font-size: 0px;
    width: 22px;
    height: 22px;
    display: block;
    background: #000;
    border-radius: 4px;
}   
.topbar .accessibility-items .social{
    display: flex;
    gap: 10px;
}
.topbar .accessibility-items .social img{
    filter: invert(1);
    width: 20px;
}

/* header css */
.header-sec{}
.header-sec .logo-area{}
.header-sec .logo-area a{
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 10px;
}
.header-sec .logo-area a img{
    width: 90px;
    height: 90px;
}
.header-sec .logo-area .text{}
.header-sec .logo-area .text h2{
    color: #000;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}
.header-sec .logo-area .text h2.blue{
    color: #013870;
}
.header-right{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    justify-content: end;
}
.header-right li{
    
}
.header-right li a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.header-right li a img{}


/* navigation-area css */

.menu.sf-menu.sf-main-menu>li.menuparent span{
    padding-right: 27px;
}
.menu.sf-menu.sf-main-menu>li.menuparent>span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 11px;
    top: 18px;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(47deg);
}
.navigation-area ul#superfish-main-menu li ul li{
    position: relative;
}
.navigation-area ul#superfish-main-menu li ul li.menuparent{}
.navigation-area ul#superfish-main-menu li ul li.menuparent:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 11px;
    top: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.navigation-area{
    background-color: #44046c;
}
.collapse.navbar-collapse{
    justify-content: center;
}
.navigation-area .navbar .nav-item .nav-link{
    color: #fff;
	font-size: 15px;
}
.navigation-area .navbar .nav-item .nav-link.active,
.navigation-area .navbar .nav-item .nav-link:hover{
    color: #fff;
}

/*banner-slider css */

.banner-slider .slick-slide img{
    width: 100%;
}
.banner-sec{
    position: relative;
    overflow: hidden;
}
.banner-sec .banner-slider .slick-prev{
    background: url(/themes/custom/nectar/images/arrow-prev.png) no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    z-index: 9;
    font-size: 0px;
    box-shadow: none;
    border: 0;
    top: 45%;
    left: 30px;
}
.banner-sec .banner-slider .slick-next{
    background: url(/themes/custom/nectar/images/arrow-next.png) no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    z-index: 9;
    font-size: 0px;
    box-shadow: none;
    border: 0;
    top: 45%;
    right: 30px;
}
.banner-sec .banner-slider .slick-arrow{
    position: absolute;
}


/* about-us-sec css */
.about-us-sec {
    padding: 50px 0 58px 0;
}
.general-box{}
.general-box img{}
.general-box h2{
    color: #44046c;
    font-size: 20px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 8px;
}
.whats-new-box .news-slider .slick-list {
    height: auto !important;
}
.general-box p{
    border-bottom: 10px solid #7523ac;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.general-box a{
    background-color: #e8e1e1;
    border-radius: 40px;
    padding: 11px 20px;
    text-align: center;
    clear: both;
    white-space: nowrap;
    margin-top: 3px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.about-box{
    background-color: #ffedff;
    position: relative;
    padding: 30px;
    margin-left: 70px;
    min-height: 385px;
    width: 79%;
}
.about-box:before{
    content: '';
    display: block;
    border: 8px solid #000;
    width: 100%;
    height: 83%;
    position: absolute;
    z-index: -1;
    left: -30px;
}
.about-box:after{
    content: '';
    display: block;
    background: url(/themes/custom/nectar/images/plus-decor.png);
    width: 250px;
    height: 250px;
    background-size: 250px;
    z-index: -1;
    position: absolute;
    bottom: -55px;
    right: -57px;
}
.about-box h4{
    font-size: 20px;
    font-weight: bold;
}
.about-box h4 span{
    font-size: 28px;
}
.about-box .btn-themed-red{
    background-color: #cc2b36;
    border-radius: 40px;
    padding: 12px 25px;
    text-decoration: none;
    color: #fff;
}

/* whats-new-box css */

.whats-new-box{}
.whats-new-box .header{
    position: relative;
    margin-bottom: 24px;
    align-items: center;
} 
.whats-new-box .header:before{
    content: '';
    display: block;
    background: #000;
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 2px;
}
.whats-new-box .header:after{
    content: '';
    display: block;
    background: #7523ac;
    position: absolute;
    bottom: -6px;
    width: 42%;
    height: 10px;
}
.whats-new-box .header h2{
    font-size: 24px;
    font-weight: bold;
} 
.whats-new-box .header a{
    color: #000;
    font-weight: 600;
} 
.news-slider{}
.news-slider .inner-item{
    padding: 10px 0;
    border-bottom: 1px solid #bebebe;
}
.news-slider .inner-item p{}
.news-slider .inner-item a{
    background-color: #cc2b36;
    color: #fff;
    border-radius: 40px;
    padding: 8px 15px;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;

}
/* .inner-page-content img{
    width: 100%;
} */

.footer-slider-sec .slick-dots{
    display: none!important;
}

/* features sec css */

section.features-sec {
    padding: 16px 0 50px 0;
}
.features-sec .inner-box{
    background: #7523ac;
    padding: 17px 20px;
}
.features-sec .inner-box img{
    max-width: 120px;
}
.features-sec h3{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}


/* address sec css */

.address-sec{
    background-color: #f0f0f0;
    padding: 40px 0;
}
.address-sec h2{
    font-size: 18px;
    color: #7523ac;
    font-weight: bold;
    margin-bottom: 28px;
}
.address-sec ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.address-sec ul li{
    margin-bottom: 10px;
    padding-left: 31px;
}
.address-sec ul li.loc{
    background: url(/themes/custom/nectar/images/location.svg) no-repeat;
}
.address-sec ul li.phone{
    background: url(/themes/custom/nectar/images/call.svg) no-repeat;
}
.address-sec ul li.mail{
    background: url(/themes/custom/nectar/images/mail.svg) no-repeat;
}


/* slider footer css */

.footer-slider-sec{
    padding: 20px 0;
}
.footer-slider .slick-slide{
    
}
.footer-slider .slick-slide img{
    width: 100%;
}

/* footer sec css */
.footer-sec{
    background-color: #44046c;
    padding: 30px 0;
}
.footer-sec .f-menu-header{
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.footer-sec .f-menu-links {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.footer-sec .region-social .f-menu-links{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
}
.footer-sec .f-menu-links li{
    margin-bottom: 8px;
}
.footer-sec .f-menu-links li a {
    color: #ffffffb5;
    text-decoration: none;
    padding-left: 0;
    padding: 5px 0;
    line-height: 20px;
}
.footer-sec p{
    color: #ffffffb5;
}
.footer-sec p span{
    color: #fff;
}
/* .footer-sec ul.social img{
    filter: invert(1);
    width: 20px;
} */

/* Inner page banner */
.innerpage-banner{
    background: url(/themes/custom/nectar/images/inner-page-banner.jpg);
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}
.innerpage-banner .inner-page-banner-title{
    color: #fff;
    font-size: 36px;
    margin-top: 60px;
    font-weight: bold;
}
.innerpage-banner .row .col-lg-12>h1.inner-page-banner-title{
    display: none;
}
.innerpage-banner .breadcrumb{
    
}
.innerpage-banner .breadcrumb li.breadcrumb-item{
    color: #fff;
}
.innerpage-banner .breadcrumb li.breadcrumb-item a{
    color: #fff;
    text-decoration: none;
}   
.inner-page-content{
    min-height: 400px;
    padding: 30px 0;
}
/* accordion css 12-05-2024 */

.acc__card{
    margin-bottom: 10px;
    border: 0;
    padding: 0px 30px;
}
.accordion-header{
    background: #f9efff url(/themes/custom/nectar/images/right-arrow.png) no-repeat;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    background-size: 13px;
    background-position-x: 20px;
    background-position-y: 16px;
    padding-left: 43px;
    border: 1px solid #ba4dff;
    border-radius: 7px;
padding:10px;
}
.accordion-header button:after{
    display: none;
}
.title-tec {
  padding: 0px 40px;
}
.tech_ans{
    font-size: 15px;
    font-weight: 600;
    padding: 0px 30px;
}

.acc__title.accordion-header {
  margin-left: 50;
}
/* accordion css */

/* page-user-login */

.page-user-login .main.main-page {
  background: aliceblue;
}

.page-user-login, , .page-user-pass {
  position: relative;
}
.page-user-login .bg,  .bg, .page-user-pass .bg {
  background: #152C49;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.page-user-login input, .page-user-pass input {
  max-width: 100%;
    padding: 10px
}
.page-user-login .main-page,  .main-page, .page-user-pass .main-page {
  padding: 10px 30px 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  max-width: 550px;
  background:var(--bg-white);
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 50px auto 0;
  position: relative;
  z-index: 99;
}
.page-user-login .button{
  background: #084c9d;
  color: #ffffff;
  padding: 10px 20px;
  border: 0;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .page-user-login .main-page,  .main-page, .page-user-pass .main-page {
    margin-top: 35px;
  }
}
.page-user-login .branding,  .branding, .page-user-pass .branding {
  margin-bottom: 20px;
}
.page-user-login .container,  .container, .page-user-pass .container {
  padding: 0;
}
.page-user-login .nav-tabs,  .nav-tabs, .page-user-pass .nav-tabs {
  margin-bottom: 20px;
}
.page-user-login .nav-tabs > li > a,  .nav-tabs > li > a, .page-user-pass .nav-tabs > li > a {
  padding: 8px 10px !important;
}
/* page-user-login */


/* .inner-page-content img{
    width: 100%;
} */

.inner-page-content table.views-table{
    width: 100%;
    margin-bottom: 32px;
}
.inner-page-content table.views-table thead tr th{
    background: #44046c;
    color: #fff;
    padding: 10px 8px;
    font-size: 14px;
}
.inner-page-content table.views-table tbody tr td{
    padding: 10px 8px;
    font-size: 14px;
}
.inner-page-content table.views-table tbody tr:nth-child(even){
    background: #f1f1f1;
}
.inner-page-content table.views-table tbody tr:hover{
    background: #f3f3f3;
}


.search-box .region-search form{
    display: flex;
    position: relative;
}
.search-box .region-search form .js-form-item{
    width: 100%;
}
.search-box .region-search form .js-form-item input{
    width: 100%;
}
.search-box .region-search form .js-form-item input{
    border: 1px solid #44046c;
    height: 43px;
    width: 100%;
    border-radius: 24px;
	padding: 2px 10px;
}
.search-box .region-search form .form-actions input{
    background: #cc2b36 url(https://nectar.kreatetechnologies.com/sites/default/files/2024-06/search-ico.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    color: #fff;
    font-size: 0;
    font-weight: 500;
    padding: 4px 8px;
    height: 43px;
    width: 43px;
    border-radius: 24px;
    position: absolute;
    right: 0;
}

.header-sec .row{
    align-items: center;
}
/* 29-05-2024 */
/* Media coverage Page css Start */
.view-id-media_coverage .view-content{display:grid;grid-template-columns:32% 32% 32%;grid-gap:24px;padding:0;list-style-type:none;margin:0}
.view-id-media_coverage .view-content .views-row{width:100%;display:flex;flex-direction:column}
.view-id-media_coverage .view-content .views-row .views-field-field-add-thumbnail{order:1;border:10px solid #f0f0f0;display:block;overflow:hidden;position:relative}
.view-id-media_coverage .view-content .views-row .views-field-field-add-thumbnail img{width:100%;height:250px;object-position:top center}
.view-id-media_coverage .view-content .views-row .views-field-field-add-thumbnail::after{bottom:0;content:"";height:0;left:0;position:absolute;transition:all 300ms ease 0s;-webkit-transition:all 300ms ease 0s;width:100%}
.view-id-media_coverage .view-content .views-row:hover .views-field-field-add-thumbnail::after{background:rgba(0, 0, 0, 0.6) url(../images/photo-library.png) no-repeat scroll center center;height:100%}
.view-id-media_coverage .view-content .views-row .views-field-title{order:2;padding:7px 10px 17px;background:#f0f0f0;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
/* Media coverage css End */
caption {
  caption-side: top;
  text-align: center;
  font-weight: bold;
}
.menuparent ul li{background-color:#44046c!important;}
/* Search Detail Page Start Here*/
.path-search .block-system-main-block{background:#fff;box-shadow:0 0 15px 0px #00000030;border-radius:10px;padding:25px;border:1px solid #44046c;margin-top:40px}
.path-search .search-form input#edit-keys{height:40px;background:#f4f5f9;padding:0.34rem 0.75rem;font-size:1em;color:#495057;background-clip:padding-box;border:1px solid #ced4da;border-radius:0}
.path-search .search-form input#edit-submit{height:40px;background:#44046c;color:#fff;display:inline-block;font-weight:400;border:1px solid transparent;padding:0.34rem 0.75rem;font-size:1em;border-radius:0;margin-top:-5px;margin-left:-3px}
.path-search .search-form input#search-form--submit{height:40px;background:#d73c37;color:#fff;display:inline-block;font-weight:400;border:1px solid transparent;padding:0.34rem 0.75rem;font-size:1em;border-radius:0;margin-top:-5px;margin-left:-3px}
.path-search.search-form a#edit-help-link{color:#d73c37}
.path-search .search-results{padding-left:0;margin-top:20px}
.path-search .search-results li{border-bottom:1px dotted #ccc;margin-left:0;margin:0 0 0.25em 1.5em;padding:0}
.path-search .search-results li h3{background:#d7d7d7;font-size:1.313em;padding:5px}
.path-search .search-results li h3 a{color:#000;display:block}
a#edit-help-link {display: none;}
/* Search Detail Page End Here */

#webform-submission-she-box-add-form {background: #fff; border-radius: 10px; padding: 25px; box-shadow: 0 0 15px 0px #00000017;}
#webform-submission-she-box-add-form .js-form-item {width: 49%;  display: inline-block; vertical-align: top;}
#webform-submission-she-box-add-form label {color: #000; position: relative;}

#webform-submission-she-box-add-form .form-submit {font-size: 16px; background-color: #cc2b36; padding: 8px 15px;  color: #fff;  border-color: #cc2b36; cursor: pointer;}
#webform-submission-she-box-add-form .form-submit:hover {background-color: #fff;  color: #fff;  border:1px solid #cc2b36; color: #000;}

#webform-submission-she-box-add-form .js-form-item:nth-child(even){
    margin-right: 0;
}

#webform-submission-she-box-add-form .js-form-item-proof-attachment{
    display: flex;
    width: auto;
    flex-wrap: wrap;
}
#webform-submission-she-box-add-form .js-form-item-proof-attachment label{
    width: 100%;
    margin-bottom: 7px;
    margin-top: 12px;
}
#webform-submission-she-box-add-form .js-form-item-proof-attachment .js-form-managed-file.form-managed-file{
    width: 100%;
    display: flex;
    gap: 10px;
}
#block-nectar-headerright .container.raj {
    max-width: 770px!important;
}
input[name="proof_attachment_upload_button"] {
    width: auto!important;
}

input#edit-proof-attachment-upload {
    width: 50%!important;
}
#webform-submission-she-box-add-form .js-form-item-proof-attachment .description{
    margin-bottom: 13px;
}

#webform-submission-she-box-add-form .form-item-captcha-response{display: contents;}
#webform-submission-she-box-add-form .form-wrapper{display: inline-block;}
#webform-submission-she-box-add-form .form-item-online-query-feedback{width: 100%;}
#webform-submission-she-box-add-form input, textarea, select {
    height: 39px;
	width: 100%;
    display: block;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0;
    margin: 0;
    margin-bottom: 12px;
    border-radius: 5px;
}
#webform-submission-she-box-add-form .form-item-online-query-feedback .form-textarea{height: 90px;}

/* Site Map Page css Start */
.sitemap{background:#fff;border-radius:10px;padding:25px;box-shadow:0 0 15px 0px #00000017}
.sitemap h2{display:none}
.sitemap ul{list-style-type:none;padding:0;margin:0}
.sitemap ul li{padding:0px 10px;list-style:none;border:1px solid lightgray;margin-bottom:10px}
.sitemap ul li:before{/*! content:'\F13E'; */font-family:"Material Design Icons";padding-right:5px;font-size:.85em;color:#F27A0C}
.sitemap ul li:hover{border-color:#44046c}
.sitemap ul li a{font-size:0.938em;color:#000;display:inline-block;width:96%;padding:7px 0}
.sitemap ul li a:hover{text-decoration:underline;color:#44046c}
.sitemap ul li ul{padding-left:20px}
/* Site Map Page css End */
#webform-submission-she-box-add-form label {font-size: 13px;}
.banner-title {
  color:#fff;
  font-size:18px;
  text-align:right;
  display:block;
  max-width:100%;
  right:10px;
  position:relative;
  background:rgba(0,0,0,.8);
  padding:10px
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow:none!important
}
caption {
    text-align: center !important;}
	/* Whats News CSS Start */
.announcements-scroll{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;/* background:#ffedff;border:1px solid #092e85; */}
#edit-keys::placeholder { 
  text-align:center
}
.announcements-scroll .view-header {
    width: auto;
    background: #44046c;
    color: #fff;
    padding: 17px 24px !important;
    position: relative;
    height: 65px;
    display: flex;
    align-items: center;
    margin-top: -3px;
}
.announcements-scroll .view-header:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #44046c;
    position: absolute;
    right: auto !important;
    left: 0;
}
#superfish-main-menu>li:first-child a{
    padding-left: 32px;
}

.announcements-scroll .view-content {
    width: 72%;
    padding: 8px 10px;
    font-size: 1em;
    overflow: hidden;
}
.region-announcement a.quick-btn {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    padding: 7px 11px;
    font-size: 13px;
    font-weight: 500;
    background: #cc2b36;
    color: #fff;
    border-radius: 25px;
}
.announcements-scroll .view-footer{width:8%}
.announcements-scroll .view-header  .inner-title{margin-bottom:0px}
.announcements-scroll .view-header .inner-title h4{margin:0;line-height:20px}
.announcements-scroll .view-header .inner-title h4:before{display:none}
.region-announcement a {color: #000;text-decoration: none;}
.quick-btn {border: 1px solid #F4F4F4;border-radius: 5px;color: #000;background: #e8e1e1;font-size: 1em;padding: 8px 22px;}
/* Whats News CSS End */
.view-annual-report .view-content {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 24px;
    padding: 0;
    list-style-type: none;
    margin: 0
}
.view-annual-report .view-content .views-row {
    width: 100%;
    display: flex;
    flex-direction: column
}
.view-annual-report .view-content .views-row .views-field-field-thumbnail-images {
    order: 1;
    border: 10px solid #f0f0f0;
    display: block;
    overflow: hidden;
    position: relative
}
.view-annual-report .view-content .views-row .views-field-field-thumbnail-images img {
    width: 100%;
    height: 250PX;
    object-position: top center
}
.view-annual-report .view-content .views-row .views-field-field-thumbnail-images::after {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    width: 100%
}
.view-annual-report .view-content .views-row:hover .views-field-field-thumbnail-images::after {
    background: rgba(0, 0, 0, 0.6) url(/sites/default/files/2024-06/photo-library.png) no-repeat scroll center center;
    height: 100%
}
.view-annual-report .view-content .views-row .views-field-title {
    order: 2;
    padding: 7px 10px 17px;
    background: #f0f0f0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
div#block-nectar-dropdownlanguage {
   color:white;
}
.dropbutton-toggle button {
  background: black;
}
.dropbutton-arrow {
    color: white;
	}

.view.view-annual-report a { color: #000;text-decoration: none;}

.header-right p{
    margin: 0px;
}

.header-right{
    margin: 0px;
}
.header-right p .btn{
    padding: 0px;
}
.navbar.navbar-expand-lg{
    padding: 0px;
}
.banner-slider .slick-slide{
    position: relative;
}
.banner-slider .slick-slide .banner-title {
    position: absolute;
    right: 0px;
    bottom: 50px;
    padding: 10px 20px;
}

.announcement-sec{
    background-color:#dcd6fa;
}
.announcement-sec .container-fluid{
    margin-top: 0;
    padding: 0;
}

.announcements-scroll .view-header h4 {
    font-size: 17px;
    margin: 0;
}

@media(max-width:768px){
    .banner-slider .slick-slide .banner-title{
        bottom: 0;
        padding: 6px 14px;
        font-size: 14px;
        position: absolute;
        text-align: center;
    }
    .banner-slider .slick-slide img {
        width: 100%;
        height: 171px;
    }
    .announcements-scroll {
        flex-direction: column;
    }
    .announcements-scroll .view-header {
        width: 100%;
        background: #44046c;
        color: #fff;
        padding: 11px 24px;
        position: relative;
        text-align: center;
    }
    .announcements-scroll .view-content {
        width: 100%;
        padding: 10px 10px;
        font-size: 1em;
        text-align: center;
    }
    .announcements-scroll .view-content *{
        width: 100%!important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 40px !important;
    }
    .region-announcement a {
        color: #000;
        text-decoration: none;
        display: inline-block;
    }
    .announcements-scroll {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff;
        border: 1px solid #092e85;
        flex-direction: column;
        padding-bottom: 8px;
    }
    .announcements-scroll .view-header h4 {
        font-size: 17px;
        margin: 0;
    }
    .announcements-scroll .view-header:before{
        display: none;
    }
    .announcement-sec .container-fluid {
        margin-top: 10px;
        padding: 0px 10px;
    }
    .announcements-scroll .view-footer {
        width: 100%;
        text-align: center;
    }
    #block-nectar-backbutton .back-button{
        margin: 0;
        float: none!important;
        margin-left: 13px;
    }
    #block-nectar-backbutton .back-button a{background: #44046c !important;color: #fff!important;text-decoration: none;font-size: 14px!important;border: 0!important;border-radius: 5px;
    }
    .inner-page-content img{
        width: 100%
    }
    .footer-slider-sec .slick-dots{
        display: none;
    }
}
.page-user-login input, .page-user-pass input {
  margin: 10px;
}
.sitemap ul li:before {
  content: '\2022'; /* Unicode character for bullet point */
  padding-right: 5px;
  font-size: 0.85em;
  color: #d73c37;
}

  select#langDropdown {
    background-color: #302c29;
    color:white;
    border:none;
}
/* Back Button css Start */
.back-button button#cancel {
    border: none;
    padding: 0;
    margin: 0
}
.back-button #cancel a {
    cursor: pointer;
    margin-bottom: 0;
    background: #f8f8f8;
    position: relative;
    color: #062b55d1;
    font-size: 0.875em;
    border: 1px solid #c7c6c6;
    padding: 7px 15px;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 1em;
}
.back-button #cancel a:hover {
    background: #ff000000;
    color: #fff;
    z-index: 9
}
.back-button #cancel a:before {
    content: '';
    background: #062b55d1;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
    outline: 0px solid ##062b55d1;
}
.back-button #cancel a:hover:before {
    width: 100%;
    transition: .5s;
    outline: 1px solid #062b55d1;
    z-index: -1
}
/* Back Button css End Rajeev Here */

select#langDropdown {
    background-color: #302c29;
    color:white;
    border:none;
}


#bookAppointmentModal .modal-header{
   display: flex;
    justify-content: space-between;
    background: #44046c;
    padding: 11px 30px;
}
#bookAppointmentModal .modal-header h5{}
#bookAppointmentModal .modal-header p .btn-close{
    color: #fff;
    filter: invert(1);
}
#bookAppointmentModal .modal-header .modal-title{
    display: inline-block;
    margin: 0;
    font-size: 20px;
    color: #fff;
}
#bookAppointmentModal .modal-body{
    padding-top: 0;
}
#bookAppointmentModal .modal-body iframe{
    
}
#webform-submission-she-box-add-form{
    padding: 0;
    box-shadow: none;
 
}
input#edit-preview {
    display: none;
}
#webform-submission-she-box-add-form .form-required::after {
    content: "*";
    color: red;
}
button.ui-button.ui-corner-all.ui-widget.button {
    background-color: #cc2b36;
    border-radius: 40px;
    padding: 12px 25px;
    text-decoration: none;
    color: #fff;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix {
    background-color: #44046c;
    color: #fff;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    background-color: #44046c;
}
.inner-page-content{
    text-align: justify;
}
.sf-depth-1 {
    margin-right: 5px!important;
}

/*End */
body.toolbar-icon-10.user-logged-in.path-webform.toolbar-vertical.toolbar-fixed nav#toolbar-bar {
display:none;}
#block-nectar-headerright .container.raj {
    max-width: 770px!important;
}

/* #main-menu-menu-link-contenta71bd210-a96b-4591-aef7-9a71de50f1ee a:before  {
	 color: #fff;
	  content: "\f015";
	  position: absolute;
	  font-size: 22px;
	  font-weight: 900;
	  font-family: "Font Awesome 5 Free";
      top: 13px;
      right: 55px;
	} */
input#edit-proof-attachment-upload-button {
    display: none;
}
#webform-submission-she-box-add-form .form-submit {width: auto !important;}
.view-video-gallery .views-row .views-col{
    padding: 20px;
    box-sizing: border-box;
}
.view-video-gallery .views-row .views-col .field-content iframe{
    width: 100%;
}
.view-video-gallery .views-row .views-col .views-field.views-field-field-youtube-link figure{
    margin-bottom: 0;
}
.view-video-gallery .views-row .views-col .views-field.views-field-title{
    background: #efefef;
    padding: 10px;
    margin-top: -6px;
    font-weight: 500;
    font-size: 14px;
}
.views-exposed-form__item.views-exposed-form__item--preceding-actions.js-form-item.form-item.js-form-type-select.form-type--select.js-form-item-permission.form-item--permission {
    display: none;
}

#views-form-user-admin-people-page-1 div#edit-bulk-actions-container {
    display: none;
}
.js-form-item-brief-description-of-complain+div{
    width: 50%;
    display: inline-block;
}
.js-form-item-brief-description-of-complain+div .js-form-item-proof-attachment input#edit-proof-attachment-upload{
    width: 100%!important;
}
.js-form-item-brief-description-of-complain+div .js-form-item-proof-attachment label{
    margin-top: 0 !important;
}
.webform-submission-she-box-form #edit-important-message{
    width: 100%;
}
.webform-submission-she-box-form #edit-important-message p{
    margin-bottom: 5px;
    font-weight:600;
}
.webform-submission-she-box-form .form-actions{
    margin-top: 15px;
}

/* Feedback Page css Start */
form#webform-submission-feedback-add-form label {
    color: #000;
    position: relative
}
form#webform-submission-feedback-add-form label:after {
    content: '*';
    color: red;
    margin-left: 2px
}
form#webform-submission-feedback-add-form .description {
    margin-top: 0;
    margin-bottom: 15px
}
form#webform-submission-feedback-add-form input, textarea {
    width: 100%;
    height: 45px;
    display: block;
    padding: 0.6rem 0.75rem;
    font-size: 1em;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0;
    margin: 0;
    margin-bottom: 15px
}
form#webform-submission-feedback-add-form .js-form-item-name {
    width: 49%;
    display: inline-block
}
form#webform-submission-feedback-add-form .js-form-item-email {
    width: 49%;
    display: inline-block;
    margin-left: 17px
}
form#webform-submission-feedback-add-form input.button {
    width: 150px!important;
    display: inline-block!important;
    margin-right: 10px!important;
    margin-bottom: 0!important;
    cursor: pointer
}
form#webform-submission-feedback-add-form input.button:hover {
    background-color: #fff!important;
    color: #000!important
}
form#webform-submission-feedback-add-form #edit-submit {
      background-color: #cc2b36;
    border-color: #cc2b36;
    color: white;
}
/* Feedback Page css End */
 .js-form-item-proof-attachment [value="Upload"] {
    display: none !important;
}
#main-menu-menu-link-contenta71bd210-a96b-4591-aef7-9a71de50f1ee a:before  {
  content: "\f015";
	  position: absolute;
	  font-size: 20px;
	  font-weight: 900;
	  font-family: "Font Awesome 5 Free";
	  left: 1px;
	 bottom:5px
	}
li#main-menu-menu-link-contenta71bd210-a96b-4591-aef7-9a71de50f1ee a {
	  font-size: 0;
	  position: relative;
	  padding: 19px 16px !important;

	}
	
	
	/* ScrollToTop Section css Start */
.scrollToTop {
    z-index: 9999;
    background: #a70e13;
    bottom: 100px;
    display: none;
    padding: 2px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 0 5px lightgray;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s
}

.scrollToTop i {
    font-size: 32px;
    color: #ffffff;
    line-height: 1.4
}

.scrollToTop:hover {
    background: #094280;
}

.scrollToTop:hover i {
    color: #ffffff;
}

/* ScrollToTop Section css End */



 #bannerplaypause {
    margin: 0;
    bottom: 4.5rem;
    position: absolute;
    right: 50%;
    border-radius: 100px;
    line-height: 0;
    color: #cc2b36;
    opacity: 1;
    display: flex;
    gap: 13px;
    width: auto;
    bottom: 10px;
}

 #bannerplaypause i{padding: 8px;color: #cc2b36;;z-index: 999999;display: flex;justify-content: center;opacity: 1;}
 

 
  #footerplaypause {
    margin: 0;
    bottom: 4.5rem;
    right: 50%;
    border-radius: 100px;
    line-height: 0;
    color: #cc2b36;
    opacity: 1;
    display: flex;
    gap: 13px;
    width: auto;
    bottom: 10px;
}

 #footerplaypause i{padding: 8px;color: #cc2b36;;z-index: 999999;display: flex;justify-content: center;opacity: 1;}
 span.sf-depth-1.nav-link.menuparent.nolink {
    font-size: 15px;
}
.whats-new-box a:hover {
    color: #0a58ca;}
	
.footer-sec .f-menu-links li a:hover {color: #0a58ca;}

.breadcrumb .breadcrumb-item:last-child {
    font-weight: bold; 
}
p.last-update {text-align: right;margin-top: 10px;font-weight: bold;}
.acc__title.accordion-header:hover {color: #0d6efd;cursor: pointer;}
.spacing-increased {
    line-height: 2;
    letter-spacing: 0.15em;
    word-spacing: 0.2em;
}
#text-spacing-btn:hover {
    background-color: #0056b3;
}

.topbar .accessibility-items .accessi.contrast .graybg {
    font-size: 0px;
    width: 22px;
    height: 22px;
    display: block;
    background-color: gray;
    border-radius: 4px;}

/* 07-06-2025 @Raj @css changes on 07062025*/

.view-annual-report .view-content .views-row .views-field-field-thumbnail-images img {height: 300px;}
ul.pager_items.js-pager_items{display:flex;text-align:center;margin-top:15px;justify-content:center;padding:0;flex-wrap:wrap}
ul.pager_items.js-pager_items li{display:inline-block;margin:5px 5px;font-size:0.875em}
ul.pager_items.js-pager_items li:last-child{margin-right:0}
ul.pager_items.js-pageritems li.is-active a, ul.pageritems.js-pager_items li:hover a{background:#171f36;color:#fff}
ul.pager_items.js-pager_items li a{background:#cc2b36;color:#fff;display:block;text-align:center;line-height:1;font-family:'open_sanssemibold';text-decoration:none;transition:.4s;-webkit-transition:.4s;padding:8px 15px}