/*!
Theme Name: web
Author: Rajesh Kumar
Description: This was a bespoke theme
Version: 1.0.0
*/
/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@media screen and (max-width: 782px) {
  html {
    margin-top: 0px !important;
  }
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  letter-spacing: 0.5px;
  color: rgba(26, 26, 26, 1) !important;
}
p, h1, h2, h3, h4, h5, h6, a {
    font-family: "Noto Sans", sans-serif;
}
input, button, select, optgroup, textarea{
	 font-family: "Noto Sans", sans-serif;
}

/* C CSS */
#content ul {
	color: #444444 !important;
	font-size: 20px;
}

#content ul li {
    position: relative;
    margin-left: 15px;
    margin-bottom: 5px;
}

#content ul li:before {
    content: "•";
    line-height: 1.5em !important;
    padding-right: 10px;
    width: content;
    margin: 0;
    position: absolute;
    left: -15px;
}

.container h4 {
    margin-bottom: 15px;
	font-weight: bold;
}

.container p {
    margin-bottom: 10px;
    font-size: 16px;
}

a.ctl_read_more {
	color: var(--ctw-cbx-des-color) !important;
}

/* C CSS END */

.textcolor{
   color: #1a1a1a ! important;
}
.text-header-color{
	color: #222222 !important;
}
.text-color{
	color: #444444 !important;
}
.text-link {
	color: #005398 !important;
	text-decoration: underline;
}
.color-gray{
    color: rgb(100, 99, 99) !important;
}
.color-green-ever{
	color: #8DCF69!important;
}
.green-color{
    background-color: #8DCF69;
}
.dark-green-color{
	background-color: #68B93B;
}
.full-green{
    background-color: rgb(42, 119, 98);
}
.category-workshop .category {
  background-color: rgb(40, 157, 200);
  border: 1px solid rgb(40, 157, 200);
}
.category-events .category {
  background-color: rgba(238, 133, 41, 1);
  border: 1px solid rgba(238, 133, 41, 1);
}
.category-research-in-group .category ,
.post-categories.category-seminars .category {
  background-color: #B64C8E;
  border: 1px solid rgba(182, 76, 142, 1);
}

a, a:hover{
    text-decoration: none;
	color: #fff !important;
}
.menu-header-menu-container ul li a {
    color: #fff;
}
.menu-header-menu-container ul li a:hover{
    color: #fff !important;
}
.menu-header-menu-container .sub-menu li a:hover{
    color: #123e66 !important;
}
.top-header-menu a {
  padding: 12px 15px;
  border-radius: 0 0px 8px 8px;
}
.logo{
    max-width: 250px;
} 
.mulish{
    font-family: "Noto Sans", sans-serif;
}
.primary a:hover, .secondary a:hover{
	background-color: #60A43B;
    border: 1px solid #60A43B;
	color: #fff;
}
.primary a, .secondary a{
    color: #1A1A1A;
    line-height: 14px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    background-color: #8DCF69;
    border: 1px solid #8DCF69;
}
.secondary a {
    color: #8DCF69;
    border: 1px solid #8DCF69;
    background-color: transparent;
}
.slider .top-image-bottom-text p {
	font-style: italic;
}
.slider p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.color-green{
    color: #2A7762 !important;
}
/* Position arrows outside the slider */
.slick-prev.slick-arrow, .slick-next.slick-arrow {
  position: absolute;
  top: 50%; 
  transform: translateY(-50%);
  z-index: 10; 
  width: 40px; 
  height: 40px;
  font-size: 0;
}
.slick-prev.slick-arrow {
  left: -50px; /* Push it outside the slider */
}
.slick-arrow:focus {
  outline: none;
}
.slick-next.slick-arrow {
  right: -50px; /* Push it outside the slider */
}
.slick-prev.slick-arrow::after, 
.slick-next.slick-arrow::after {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  width: 100%;
  height: 100%;
  display: block;
}

.slick-prev.slick-arrow::after {
   background-image: url("/wp-content/uploads/2025/06/Vector-11.png");
}

.slick-next.slick-arrow::after {
  background-image: url("/wp-content/uploads/2025/06/Vector-12.png");
}
.top-image-bottom-text .slick-dots li.slick-active button{
	background-color: #8dcf69 !important;
}
.top-image-bottom-text .slick-dots {
  bottom: 16px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}
.slick-dots li {
  margin: 0 5px; 
  font-size: 0;
}
.slick-dots li button {
  width: 10px; 
  height: 10px;
  border-radius: 50%;
  background: #B3B3B3; 
  border: none;
}
.slick-dots li.slick-active button {
  background: #003865;
}
.sub-menu li a{
    font-family: "Noto Sans", sans-serif;
}
.sub-menu li a:hover{
    color: #2A7762 !important;
}
.single-what_s_on .slick-dots {
    width: 100%;
}
.background-gray{
    background-color: #f3f4f6;
}
.program-header.active {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.border-green{
    border-color: rgb(42, 119, 98) !important;
}
.color-background-green, .article-sidebar-menu a.active{
    color: rgba(42, 119, 98, 1) !important;
}
.article-sidebar-menu a.active {
  color: rgba(42, 119, 98, 1) !important;
  background-image: url("/wp-content/uploads/2025/01/right-arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.low-green{
    background-color: rgba(240, 249, 236, 1) ;
}
.event-row:first-child {
  border-radius: 6px 6px 0px 0px;
}
.event-row:last-child {
  border-radius: 0px 0px 6px 6px;
}
.filters select {
  background-color: rgb(240, 249, 236);
  color: #2A7762;
  font-size: 14px;
  padding: 10px 16px !important;
}
.ser-box input::placeholder {
    color: #2A7762;
    font-family: "Noto Sans", sans-serif;
}
#about-section ul li, #about-section ol{
	list-style: disc !important;
}
#about-section ol, #about-section ul, #about-section dl{
	margin-bottom: 1rem !important;
	padding-left: 2rem !important;
}
.page-numbers {
  	color: rgb(42, 119, 98);
   font-size: 14px;
    padding: 6px 12px;
	border-radius: 6px;
	font-weight: 600;
}
.page-numbers:hover {
  background-color: rgba(153, 153, 153, 0.14);
  color: rgb(42, 119, 98);
  border-radius: 6px;
}
.page-numbers.current {
  background-color: rgb(42, 119, 98);
 border-radius: 6px;
 color:#fff;
}
.text-area-block a, .form-desc a, .article-body p a, .img-text p a {
	color: #289DC8;
	text-decoration: underline;
}
.text-area-block a:hover, .form-desc a:hover, .article-body p a:hover,  .img-text p a:hover  {
	color: #236251 !important;
	text-decoration: underline;
}

  .text-area-block h2, .text-area-block h3, .text-area-block h4, .text-area-block h5, .text-area-block h6{
	font-size: 18px !important;
	font-weight: 600 !important;
	margin: 2rem 0 !important;
}
.text-area-block ul, .text-area-block ol {
	margin-bottom: 1rem !important;
	list-style: unset !important;
	padding: revert !important;
}
.table-sm th, .table-sm td, .table-sm tr {
  padding: 0.3rem;
  border: 1px solid #e5e7eb;
}

.contactform .wpforms-container .wpforms-field-row.wpforms-field-medium{
	max-width: 100%;
}
.contactform #wpforms-23611-field_2 {
  width: 100%;
  max-width: 100%;
}
.contactform input, .contactform textarea, .selectform input, .selectform input:focus, .selectform textarea, .selectform textarea:focus {
  border: 1px solid rgb(42, 119, 98) !important;
  border-radius: 5px !important;
  --gf-local-outline-color: transparent !important;
}

.selectform .gform-footer.gform_footer input{
	background-color: #8DCF69 !important;
  color: #1A1A1A !important;
  padding: 21px 35px !important;
  line-height: 0 !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  border: 1px solid #8DCF69 !important;
}

.gform_heading {
  display: none !important;
}
#people-list a {
  color: #2A7762;
}
.breakwords {
	word-wrap: anywhere;
}

@media (max-width: 1279px) {
	.desktop-menu{
		display: none;
	}
	#mobileMenu, #hamburgerToggle{
		display: block;
	}
	.sub-menu {
 
  width: 100% !important;
	}
	#mobileMenu{
		  width: 500px;
	}
	#mobileMenu .sub-menu{
		margin-top: 0px !important;
	}
}

@media (max-width: 767px) {
.slick-prev.slick-arrow{
  left: -5px;
}
.slick-next.slick-arrow {
	right: -5px;
}
.newsletter #gform_submit_button_8{
	margin: 0px !important;
	border-radius: 50px !important;
}
.newsletter #input_8_1{
	border-radius: 50px !important;
}
.font-size h1 {
  font-size: 2rem !important;
  line-height: normal !important;
}
.font-size h2{
	font-size: 2rem !important;
	line-height: normal !important;
}
}

#about-section img{
	width: 100% !important;
	height: auto !important;
}
.newsletter #input_8_1 {
  width: 100%;
  border: 2px solid #2A7762;
  padding: 24px 20px;
    border-radius: 50px 0px 0px 50px;
}
.newsletter #gform_submit_button_8 {
  background-color: #2A7762;
  padding: 16px 10px;
  border-radius: 0 50px 50px 0px;
  border: 2px solid #2A7762;
  margin-left: -31px;
  font-size: 16px;
}
.newsletter #gform_fields_8 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.newsletter input::placeholder {
  font-size: 15px;
  color: #000;
  text-align: left;
}
input:focus {
  outline: none !important;
}
.newsletter .gform-theme--foundation #field_submit {
  align-items: normal;
}
.newsletter .gform-theme--foundation #field_submit{
	display: block;
}
.font-size h1 {
  font-size: 3rem !important;
  line-height: 52px !important;
}
.font-size h2{
	font-size: 2.5rem !important;
	line-height: 45px !important;
}

.font-size h3{
	font-size: 2rem !important;
}
.font-size h4{
	font-size: 1.5rem !important;
}
.sponsor-funder-slider .slick-track, .sponsor-slider .slick-track {
  display: flex;
  align-items: center;
}
.sponsor-image img {
  width: auto;
  margin: 0 auto;
}
.footer-bottom p {
  color: #fff;
  margin-bottom: 0px !important;
}
.footer-column a:hover, .footer-bottom p a:hover {
  color: #fff !important;
}


.gform-footer.gform_footer.top_label input[type="submit"]:hover {
  background-color: #68B93B !important;
}
#about-section h2 {
	font-size: 1.5rem !important;
	font-weight: 600;
}
#about-section h3 {
font-size: 1.25rem;
	font-weight: 600;
}
#about-section h4 {
	font-size: 1rem;
	font-weight: 600;
}
#about-section h5 {
	font-size: 1.2rem;
	font-weight: 600;
}
#about-section h6 {
	font-size: 1rem;
	font-weight: 600;
}
iframe {
  width: 100% ;
}

.home.page-welcome-to-suerc .b-crumb {
  display: none;
}
.breadcrumb.b-crumb span {
  color: #123E66 !important;
  pointer-events: none;
  font-weight: 500;
}
.breadcrumb {
  display: inline;
  background: no-repeat;
}
.breadcrumb a, #content .breadcrumb .slash {
	color: #666 !important;
  font-weight: 500;
}
.logged-in.admin-bar.wp-theme-web.page-welcome-to-suerc #header {
  margin-top: 30px;
}
.page-welcome-to-suerc #header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}

