:root{
	--white:#fff;
	--black:#000;
	--grey:#353E44;
	--dark-blue:#023C5B;
	--blue:#023C5BCC;
	--green:#6CC049;
	--newBlue:#003A5D
}

body{
	font-family: 'TisaSansPro' !important;
}
ul{list-style: none;padding: 0;margin: 0;}
a{color: #000;text-decoration: none;}
hr {margin: 0;}
li{font-size: 17px;font-family: 'TisaSansPro';}
h1,h2,h3,h4,h5,h6{font-family: 'TisaSansPro';}
p{font-size: 16px;line-height: 26px;font-family: 'TisaSansPro';font-weight: 400; color: #000;}
p {
	margin: 0;
}
.p_100{
	padding:100px 0px;
}
.bg_color{
	background-color: var(--dark-blue);
}
.sp{padding: 100px 0px 0px;}
img{width: 100%;}

.main_button:hover{
	background: var(--white);
	color:var(--green);
	border: 1px solid var(--green);
}
.main_button:hover svg path {
	fill: var(--green);
}
.contact_us_left.donate ul {
    list-style: disc;
    margin-left: 32px;
    margin-bottom: 24px;
}
.contact_us_left.donate ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}
.main_button {
	background: var(--green);
	border: 1px solid transparent;
	padding: 14px 30px;
	color: var(--white);
	text-transform: capitalize;
	transition: all 0.8s ease;
	border-radius: 38px;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

header.header_area {
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	padding: 15px 0;
}
section.hero_area {
	position: relative;
}
.nav-brand img {
	width: 210px;
}

.main_title h2 {
	font-family: 'TisaSansPro';
	font-size: 56px;
	font-weight: 500;
	line-height: 66px;
	text-align: left;
	color: var(--green);
	margin: 0;
}
.main_title p {
	font-size: 18px;
	line-height: 28px;
}
.sp{
	padding: 30px 0 0;
}

.carousel-control-prev-icon {
	background-image: url(https://nextstep.net.in/popcouncil-institute/wp-content/uploads/2025/02/right-arrow.png);
	width: 24px;
	height: 14px;
	transform: rotateY(180deg);
}
.carousel-control-next-icon {
	background-image: url(https://nextstep.net.in/popcouncil-institute/wp-content/uploads/2025/02/right-arrow.png);
	width: 24px;
	height: 14px;
}


.main_button svg {
	margin-left: 12px;
}
.carousel-inner .carousel-item img {
	height: 700px;
	object-fit: cover;
}
.banner_button_inner {
	position: relative;
}
.banner_slider {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.banner_arrow_inner_main {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	width: fit-content;
	margin-left: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	top: auto;
}
.banner_slider .container button {
	border: 1px solid var(--green);
	background: var(--green);
	width: 58px;
	height: 58px;
}
.banner_cont_outer {
	position: absolute;
	bottom: 0%;
	width: 100%;
	left: 0;
}
.content_main {
	/* filter: blur(1px); */
	background: #023c5bd9;
	padding: 30px 50px;
	width: calc(100% - 58px);
	display: flex
		;
	align-items: center;
	justify-content: space-between;
}
.content_main h2 {
	font-size: 36px;
	font-weight: 400;
	line-height: 46px;
	color: var(--white);
	width: 60%;
}
.banner_content .main_button {
	background: var(--white);
	color: var(--newBlue);
}
.banner_content .main_button svg path{
	fill:var(--newBlue);
}
.top_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 48px;
}
.about_item {
	position: relative;
}
.about_img:hover img{
	transition: all 0.8s ease-in;
	transform: scale(1.1);
}
.about_img img{
	transition: all 0.8s ease-in;
	transform: scale(1);
}
.slick-initialized .slick-slide {
	padding: 0px 9px;
}
.about_img {
	position: relative;
	transition: all 0.8s ease-in;
	overflow: hidden;
	border-radius: 12px;
}
.about_item h3 {
	position: absolute;
	bottom: 18px;
	left: 24px;
	color: var(--white);
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}
.invo_hub h3 {
	font-weight: 500;
	font-size: 48px;
	line-height: 58px;
	color: var(--white);
	margin-bottom: 5px;
}
.invo_hub p {
	margin-bottom: 27px;
	color: #fff;
}
.invo_hub img {
	margin-bottom: 30px;
	height: 312px;
	object-fit: cover;
	border-radius: 12px;
}

/* what we do */
.what_we_do_Sec_main {
	background: #fff;
	position: relative;
}
.what_we_do_Sec_main:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(https://nextstep.net.in/popcouncil-institute/wp-content/uploads/2023/10/hero-home-vertical-1-1.png);
	background-size: cover;
	width: 129px;
	height: 308px;
}
.invo_hub .main_button {
	border: 1px solid #fff;
	background: transparent;
}
/* .focus_item:hover {
background: var(--green);
color: var(--white);
border-radius: 10px;
transition: all 0.8s ease;
} */
/* .focus_item:hover .focus_content p{
color: var(--white);
}
.focus_item:hover .read_more{
color: var(--white);
} */
.focus_item {
	text-align: center;
	transition: all 0.8s ease;
	padding: 30px 20px;
	position: relative;
}
.focus_icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 30px;
}
.focus_content h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 16px;
}
.focus_content p {
	margin-bottom: 30px;
}
.read_more:hover {
	color: var(--green);
	transition: all 0.4s ease;
}
.read_more:hover svg path {
	fill: var(--green);
	transition: all 0.4s ease;
}

.read_more {
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	color: var(--black);
	transition: all 0.8s ease;
}
.read_more svg {
	margin-left: 10px;
	margin-bottom: 1px;
}
.innovation_wrapper_main {
	background: var(--newBlue);
	padding: 100px 0px;
	position: relative;
}
.innovation_wrapper_main:before {
	content: '';
	position: absolute;
	top: -14%;
	right: 0;
	background: url(https://nextstep.net.in/popcouncil-institute/wp-content/uploads/2023/10/Group-1000003299.png);
	background-size: cover;
	width: 205px;
	height: 304px;
}
.focus_area_main {
	background: #fff;
	position: relative;
}
.focus_area_main:before {
	content: '';
	position: absolute;
	top: 0%;
	right: 0;
	width: 182px;
	height: 303px;
	background: url(https://nextstep.net.in/popcouncil-institute/wp-content/uploads/2023/10/hubs-accent-2.png);
	background-size: cover;
}

/*  */
.upcoming_events_sec{
	padding-bottom:100px;
}
.news_area_main {
	background: var(--newBlue);
	position:relative;
}

.news_area_main .main_title h2{
	color:var(--white);
}
.news_area_main:before {
	content: '';
	position: absolute;
	top: -67px;
	left: 0;
	background: url(https://nextstep.net.in/popcouncil-institute/wp-content/uploads/2023/10/Group-1000003297.png);
	background-size: contain;
	width: 67px;
	height: 67px;
	background-repeat: no-repeat;
}
.news_area_main:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(https://nextstep.net.in/popcouncil-institute/wp-content/uploads/2023/10/Vector.png);
	background-size: contain;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
}

.news_content h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: var(--white);
}

.news_content {
	width: 90%;
	margin-top: -15%;
	margin-left: auto;
	padding: 20px 20px 0px 20px;
	bottom: -38px;
	background: var(--newBlue) !important;
	border-left: 1px solid var(--white);
	background: bottom;
	position: relative;
	margin-bottom: 9%;
}
.news_content p {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: var(--white);
	width: 80%;
	margin-bottom: 12px;
}
.news_slider .news_content {
	margin-top: -25%;
}
.news_content a {
	color: var(--green);
}
.news_content a svg {
	margin-left: 10px;
}
.news_area_main .row .col-md-6 {
	margin-bottom: 1.5rem;
}
.news_content .top_title {
	margin-bottom: 10px;
}
.news_area_main .main_button {
	border: 1px solid #fff;
	background: transparent;
}

.Single_news_section .row .col-md-4 .box_layout {
	width: 80%;
	margin-left: auto;
	height: auto;
	position: sticky;
	top: 140px;
}
.event_Slider .main_title h2 {
	text-align: center;
	margin-bottom: 20px;
}
.event_content h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	margin:0px;
	color: #353E44;
}
/* .event_content h3 {
font-size: 18px;
margin-bottom: 0px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #001622;
} */
.event_content h3 {
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: #fff;
	margin-bottom: 42px;
}
.event_content {
	text-align: left;
	padding: 20px;
}
.event_item{
	background:#fff;
	border-radius:10px;
}
.event_item a img {
	padding: 0px;
	height: 350px;
	object-fit: cover;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.event_Slider .box_layout {
	height: 520px;
}
section.trusted_partners_main.sp .main_title {
	margin-bottom: 30px;
}
.partner_item {
	padding: 40px;
}
.trusted_partners_main.sp {
	padding-bottom: 30px;
	position: relative;
	background: #F9F7F2;
}
.upcoming_events_sec .main_title .main_button {
	background: transparent;
}
.upcoming_events_sec .main_title h2 {
	margin-bottom: 30px;
}
.new_and_event_section .news_content {
	background: var(--newBlue);
	padding-bottom: 48px;
}
.news_area_main .slick-prev:before, .slick-next:before {
	color: #fff !important;
}
.news_area_main .slick-next:before {
	color: #fff !important;
}
.footer_wrapper_main.sp {
	padding: 100px 0px 0px 0px;
	background: var(--newBlue);
	color: var(--white);
}
.footer_block {
	margin-right: 20px;
}
.footer_block p {
	color: #fff;
	width: 90%;
}
.footer_block a {
	color: var(--white);
}
.footer_logo {
	width: 180px;
	margin-bottom: 20px;
}
.footer_block h3::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 1px;
	background: var(--white);
}
.footer_block h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 30px;
	position: relative;
	margin-bottom: 26px;
}
.footer_block ul li {
	margin-bottom: 19px;
	display: flex;
}
.footer_block ul li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
	display: inline-block;
}
.footer_block:last-child ul li i {
	margin-right: 11px;
	color: #fff;
	font-size: 18px;
}
.footer_bottom {
	background: var(--green);
	color: var(--white);
}
.footer_bottom_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-top: 1px solid #fff;
}
/* .event_item {
height: 400px;
} */
.event_slider .slick-dots {
	bottom: -38px;
}
.page_links ul {
	display: flex;
	align-items: center;
}
.page_links ul li a {
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	margin-right: 30px;
	color: var(--white);
}
.copyright p {
	font-size: 17px;
	line-height: 21px;
	color: var(--white);
}
.slick-dots li button:before {
	width: 13px !important;
	content: '' !important;
	background: #023C5B;
	border-radius: 50%;
	height: 13px !important;
}
.slick-dots li.slick-active button:before {
	opacity: 1 !important;
}
section.news_area_main.sp .col-md-8 .top_title {
	position: relative;
}
section.news_area_main.sp .news_slider .slick-dots {
	bottom: unset;
	top: -76px;
	width: auto;
	right: 199px;
}
section.news_area_main.sp .slick-prev, .slick-next{
	top: -62px;
	color: #000;
	z-index: 9999;
}
section.news_area_main.sp .slick-next{
	top: -62px;
	color: #000;
	z-index: 1;
}
section.news_area_main.sp .slick-prev {
	left: unset;
	right: 33.8%;
	z-index: 1;
}
section.news_area_main.sp .slick-next {
	right: 21%;
}
/* .slick-prev:before, .slick-next:before{
color:#000 !important;
}
.slick-next:before{
content: '\f054' !important;
font-family: 'Font Awesome 5 Free' !important;
font-weight: 900;
color: var(--dark-blue);
}
.slick-prev:before{
content: '\f053' !important;
font-family: 'Font Awesome 5 Free' !important;
font-weight: 900;
color: var(--dark-blue);
} */
section.focus_area_main.sp .top_title {
	position: relative;
}

/* section.focus_area_main.sp .slick-dots {
bottom: unset;
top: -76px;
right: 15.2%;
width: fit-content;
}
section.focus_area_main.sp .slick-prev, .slick-next{
top: -62px;
color: #000;
z-index: 9999;
}
section.focus_area_main.sp .slick-next{
top: -62px;
color: #000;
z-index: 1;
}
section.focus_area_main.sp .slick-prev {
left: unset;
right: 22.5%;
z-index: 1;
}
section.focus_area_main.sp .slick-next {
right: 14%;
} */
.slider-nav {
	display: flex;
	gap: 10px;
}
.slider-nav button {
	width: 38px;
	height: 38px;
	background: var(--green);
	border: 1px solid var(--green);
	padding: 6px 8px;
}
.focus_area_main .slider-nav .prev-btn img {
	transform: rotateY(180deg);
}
.news_area_main .slider-nav .prev-btnn img {
	transform: rotateY(180deg);
}
.breadcrumb_main {
	position: relative;
}
.banner_content h1{
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	color: var(--white);
}
.breadcrumb_main_content {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	text-align: center;
	width: 60%;
	color: var(--white);
}
.single_news_content h4 {
	color: var(--dark-blue);
	font-weight: 600;
	margin-bottom: 38px;
	font-size: 32px;
	line-height: 42px;
}
.news_texts p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 16px;
}
.about_content {
	width: 95%;
}
.about_content h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	color: var(--dark-blue);
}
.about_content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}
.about_content_img img {
	width: 100%;
	height: 538px;
	object-fit: cover;
}
.about_content_img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.vision_mission{
	background:var(--newBlue);
}
.vision_item {
	text-align: center;
	background: #ffff;
	padding: 50px 30px;
	border-radius: 24px;
}
.vision_icon {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 20px;
}
.vision_icon img {
	width: 48px;
	filter: invert(52%) sepia(27%) saturate(544%) hue-rotate(75deg);
}
.vision_item h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 48px;
	color: var(--green);
	margin: 0;
}
.vision_item p {
	font-size: 18px;
}
.vision_mission .row .col-md-6 {
	margin-bottom: 1.5rem;
}
.board_directors{
	padding:100px 0px 50px 0px;
}
.board_main_wrapper .main_title h2 {
	margin: 0;
}
.board_main_wrapper.box_layout p {
	font-size: 18px;
	margin: 0 auto 30px;
}
.board_item {
	text-align: center;
	height: 100%;
	border-radius: 10px;
}
.board_icon {
	width: 260px;
	margin: 0 auto 20px;
}
.board_item h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}
.board_item p {
	font-size: 18px;
	width: 90%;
	margin: 0px auto 24px;
}

.board_main_wrapper.box_layout .board_item p {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.team_ul .team_li .btn.btn-light img {
	height: 300px;
	object-fit: cover;
}
.team_imag img {
	height: 460px;
	object-fit: cover;
	border-radius: 24px;
}
.leadership_main {
	padding:100px 0px 50px 0px;
}
.our_team{
	padding:100px 50px;
}
.leadership_main_wrapper.box_layout h2 {
	text-align: center;
	margin-bottom: 30px;
}
.leadership_main_wrapper.box_layout .board_item p {
	margin-bottom: 35px;
}
.leadership_main_wrapper.box_layout .board_item {
	padding: 30px 14px;
}
.modal-body-content h5 {
	color: var(--newBlue);
	font-size: 16px;
}
.news_area_main .news_slider {
	margin-bottom: 0px !important;
}

/* Journal Plublications */
.journal_input {
	margin-bottom: 17px;
	display: flex;
	justify-content: end;
}
.journal_input .form-select {
	width:290px;
	--bs-form-select-bg-img: url(https://nextstep.net.in/popcouncil-institute/wp-content/uploads/2023/07/noun-dropdown-3965250-1.png);
	background-color: #dee5eb;
	border: none;
	border-radius: 10px;
	color: #808080;
	font-size: 15px;
	line-height: 26px;
}
.journal_section .journal_box .row{
	border-bottom: 2px solid #ccc;
}

.journal_section .journal_box .row .col-md-3 {
	position: relative;
	padding-left: 50px;
}
.journal_section .journal_box .row .col-md-3:before {
	content: "";
	border-left: 2px solid #ccc;
	position: absolute;
	top: -3px;
	left: 0px;
	height: 100%;
}
.journal_content {
	padding-bottom: 30px;
	padding-top: 30px;
}
.journal_box {
	padding: 30px 30px 0px 30px;
}
.journal_content h6 {
	color: #000;
	font-size: 18px;
	margin: 0px;
	line-height: 36px;
}
.journal_content p{
	color: #023C5B;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
}
.journal_content span{
	color: #5E5E5E;
	font-size: 16px;
	line-height: 27px; 
}
.journal_box .col-md-3 .journal_content p {
	color: #023C5B;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
/* contact us */
.contact_section {
	padding: 100px 0px;
}
.contact_section .main_title h2 {
	margin-bottom: 48px;
}
.contact_us_box {
	background: #023C5B0D;
	padding: 48px 36px;
	border-radius: 10px;
	height: 100%;
}
.contact_us_box a {
	color: #353E44;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	font-family: 'TisaSansPro';
}
.contact_us_box a:hover {
	color: #023C5B;
}
.contact_us_box h4 {
	color: #023C5B;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 16px;
	font-weight: 700;
}
.contact_us_box i {
	color: #000;
}
.contact_us_box strong {
	color: var(--black);
}
.contact_us_box p {
	margin-bottom: 18px;
	display: flex;
	font-size: 18px;
	line-height: 28px;
}
.contact_us_box i {
	margin-right: 8px;
	padding: 7px 0px 0px 0px;
}
.contact_us_box .fa-phone {
	transform: rotateY(180deg);
}
.contact_us_left {
    background: #023C5B0D;
    padding: 48px;
    border-radius: 10px;
    height: 100%;
}
.contact_section2 .col-md-6 h2 {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 700;
	line-height: 50px;
	text-transform: capitalize;
	text-align: left;
	color: var(--dark-blue);
}
.contact_us_right img {
	height: 100%;
	object-fit: cover;
	border-radius:10px;
}
.contact_us_right {
	height: 100%;
}
.contact_us_left .form-group {
	margin-bottom: 35px;
	position: relative;
}
.contact_us_left .form-group .form-label {
	font-size: 15px;
	padding-left: 10px;
	position: absolute;
	top: 13px;
	transition: 0.3s;
	pointer-events: none;
}

.contact_us_left .form-control {
	border: none;
	outline: none;
	padding: 15px 20px;
	font-size: 18px;
	border-radius: 6px;
	color: #000;
	font-size: 18px;
	background-color: var(--white);
}
.contact_us_left .form-control:focus {
	border-color: none;
	box-shadow: none;
}
.contact_us_left textarea {
	height: 100px;
}
/* .contact_us_left .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control.wpcf7-not-valid {
border: 1px solid red;
}
.contact_us_left .wpcf7-not-valid-tip {
display: none;
} */

.map_box {
	padding-bottom: 30px;
}
.map_box iframe {
	width: 100%;
}

/* careers css */
.career-job {
	background: #023C5B0D;
	padding: 20px;
	height: 100%;
	border-radius: 10px;
}
.career-job-img img {
	border-radius: 10px;
}
.career-job-content h5 {
	color: var(--dark-blue);
	margin-top: 20px;
}
.careers_boxes {
	padding-bottom: 100px;
}
.careers_content {
	width: 90%;
}
.careers_content h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	color: var(--dark-blue);
}
.careers_content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}
.careers_content_img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.careers_content_img img {
	width: 100%;
	height: 538px;
	object-fit: cover;
}
.careers_boxes .main_title h2 {
	text-align: center;
	font-size: 42px;
	line-height: 52px;
	text-align: left;
	margin-bottom: 48px;
}
.modal-header h5 {
	text-transform: uppercase;
	font-weight: 700;
}
.modal-header {
	border: none;
	padding: 20px;
}
.modal-body {
	padding: 30px;
}
.modal-content {
	background: #eee;
}
.full_opo_width{
	width:30%;
	margin:auto;
}
.form-control {
	color: #565656;
	border: none;
	border-left: 5px solid var(--green);
	border-radius: 0px;
}
.form-select {
	color: #565656;
	border-left: 5px solid var(--green);
	border-radius: 0px;
	background-size: 14px 14px;
}
.form-select:focus {
	border-color: var(--green);
	outline: 0;
	box-shadow: none;
}
.form-control:focus {
	border-color: var(--green);
	outline: 0;
	box-shadow: none;
}

/* Board of Directors */
/* .board_section {
padding: 50px 0px 0px 0px;
} */
.Single_Directors_Box {
	text-align: center;
}
.Single_Directors_Box p {
	width: 70%;
	margin: 20px auto 0px auto;
	letter-spacing: .5px;
}
.Single_Directors_Box .board_icon {
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.Single_Directors_Box .board_icon img {
	width: 188px;
}

.board_box {
	background: #023C5B0D; 
	border: none;
	padding: 20px;
	border-radius: 10px;
}
.board_box img {
	border-radius: 10px;
}
.board_outer {
	position: absolute;
	width: 100%;
	height: 70px;
	bottom: 0px;
	margin: 0px;
	padding: 12px 12px 10px 20px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	background: var(--blue);
	transition: .6s;
	color: #fff;
	overflow: hidden;
}
.board_content p {
	color: #fff;
}
.board_content h3 {
	font-size: 18px;
	margin: 0px;
	font-weight: 600;
	color: #fff;
	line-height: 26px;
}
.board_box .board_content p {
	font-size: 16px;
	width: 100%;
	margin: 0px;
}
.board_outer i {
	padding: 0px 5px 0px 0px;
	color: var(--green);
	font-size: 18px;
} 	
.board_main_content {
	background: #023C5B0D;
}

.board_main_content p {
	margin: 0px !important;
	padding: 30px 15px;
}
.board_box.collapsed {
	opacity: .5;
	transition: .4s;
}
.board_box:focus:not(:focus-visible) {
	outline: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	opacity: 1 !important;
}
/* .board_section .row:last-child {
margin-top: 30px;
} */
.accordion-collapse {
	background: #023C5B0D;
	margin: 20px 12px 20px 12px;
	position: absolute;
	left: 0px;
	border-radius: 0px;
}
.accordion-collapse .accordion-body p {
	width: 100%;
	margin: 0px;
	font-size:16px;
}
.board_feature_section{
	margin: 0px 0px 50px 0px;
}
.board_feature {
	background: #023C5B0D;
	border-radius: 10px;
	padding: 20px;
}
.board_feature p {
	margin: 20px 0px 10px 0px;
}
.feature_board_slider .slick-dots {
	margin: 0px 0px -19px 0px;
}
.board_feature h3 {
	font-size: 18px;
	margin: 10px 0px 0px 0px;
	font-weight: 600;
	color: var(--blue);
	line-height: 26px;
}
.board_feature img {
	border-radius: 10px;
}
.team_ul {
	position: relative;
}
.team_li {
	position: relative;
	display: inline-block;
	width: 31%;
	border-radius: 4px;
	vertical-align: top;
	margin: 12px;
}
.team_li{
	transition: 0.3s;
}
.team_li .btn {
	background: transparent;
	border: none;
	padding: 0;
}
.team_li:hover .btn .board_outer{
	height:100%;
}

/* Bottom to top button */
#button {
	display: inline-block;
	background-color: var(--green);
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, 
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor:pointer;
}
#button i {
	display: flex;
	margin: 15px;
	color: var(--white);
	justify-content: center;
	font-size: 20px;
	align-items: center;
}
#button.show {
	opacity: 1;
	visibility: visible;
}


/* Financial */
.financial_statements_section .main_title h2 {
	text-align: center;
	margin-bottom: 30px;
}
.financial-box {
	background: #023C5B0D;
	text-align: center;
	border-radius: 10px;
	padding:30px;
}
.financial-img {
	background: var(--green);
	width: 85px;
	height: 75px;
	margin: 0px auto 30px;
	border-radius: 5px;
}
.financial-img svg {
	width: 100%;
	height: 100%;
}

.financial-box h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: var(--blue);
	margin-bottom: 16px;
	display:inline-block;
}
.financial-box p a {
	color: #353E44;
}
.financial_content img {
	width: 120px;
	margin-bottom: 10px;
}

.financial_statements_section {
	padding: 100px 0px;
}
.financial_item {
	border: 1px solid #ccc;
	border-radius: 24px;
}
.financial_img img {
	border-radius: 24px;
}
.financial_content_1 h4 {
	font-size: 24px;
	padding: 24px;
}

/* Partnership */
.partner_page_section .main_title h2 {
	text-align: center;
}
.trusted_partners_main {
	background: #fff;
}
.partner_item {
	padding: 24px 12px;
	border: 1px solid #ECECEC;
	height: 100%;
	border-radius: 12px;
}
.partner_item_outer {
	padding: 24px 12px;
	border: 1px solid #ECECEC;
	height: 100%;
	border-radius: 12px;
}
.partners_main .row .col-md-3 {
	margin-bottom: 1.5rem;
}
/* .partners_main {
	display: flex;
	flex-wrap: wrap;
	gap: 12px; 
} */
.partners_main .col-md-3 {
    margin-bottom: 1.5rem;
}
.partner_item_outer {
	width: calc(100% / 5 - 10px);
	display: flex;
	justify-content: center;
	align-items: center;
}

/* mission vision and values */
.vision_mission_value .main_title h2 {
	text-align: center;
	margin-bottom: 30px;
}
.vision_mission_value {
	position: relative;
	padding: 100px 0px;
	margin: 70px 0px;
	background: var(--newBlue);
}
.vision_mission_value:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:129px;
	height:308px;
	background:url("https://nextstep.net.in/popcouncil-institute/wp-content/uploads/2023/11/hero-home-vertical-1.png");
}
.vision_mission_value:after {
	content: "";
	position: absolute;
	top: -67px;
	right: 0;
	width: 133px;
	height: 207px;
	background: url(https://nextstep.net.in/popcouncil-institute/wp-content/uploads/2023/11/Group-1000003299.png);
	background-size: contain;
	background-repeat: no-repeat;
}
/* .vision_item ul {
margin-top: 10px;
margin-left: 0px;
height: 180px;
overflow-y: scroll;
} */

.vision_item ul {
	text-align: left;
	margin-left: 20px;
	color: #000;
}
.vision_mission_value .vision_item {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	height: 100%;
	justify-content: center;
	padding: 30px 30px 50px;
	position: relative;
	text-align: left;
}
/* .vision_mission_value .vision_item:before {
content: '';
position: absolute;
top: 0;
left: 0;
background: #0000005e;
width: 100%;
height: 100%;
border-radius: 10px;
} */
.vision_mission_value .col-md-6 {
	margin-top: 20px;
}
.vision_mission_value .col-md-6 .row .col-md-6{
	margin:0px;
}
.vision_mission_value .col-md-6 .row .col-md-6:nth-last-child(-n+2){
	margin-top:20px;
}
.vision_mission_value .vision_item .vision_icon {
	position:relative;
	width: 100px;
	height: 100px;
	margin: 0px 0px 20px 0px;
}
.vision_mission_value .vision_item h3 {
	position: relative;
	color: var(--green);
	margin: 0px;
}
.vision_mission_value .vision_item p {
	position: relative;
	/* 	width: 80%; */
}
.vision_item ul li {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 28px;
	list-style: disc;
}


/* New Events */
/* .new_and_event_section {
padding-bottom: 30px;
} */
.new_and_event_section .slick-dots {
	position: absolute;
	top: -46px;
	right: 15px;
	height: fit-content;
	width: auto;
}
.new_and_event_section .slick-next {
	right: 0px !important;
	top: -32px !important;
}
.new_and_event_section .slick-prev {
	right: 105px !important;
	top: -32px !important;
}
.new_and_event_section .slick-dots li:nth-child(n+4) {
	display: none;
}
.Single_news_section {
	padding: 100px 0px;
}
.single_news_content img {
	border-radius: 15px;
	height: 450px;
	object-position: top;
	object-fit: cover;
}
.news_texts {
	padding: 10px 0px 0px 0px;
}
.news_texts h4 {
	color: var(--dark-blue);
	font-weight: 600;
}
.single_news_right_box a{
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.single_news_right_box img {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	object-fit: cover;
}
.single_news_right_box {
	margin-bottom: 20px;
}
.single_news_right_box:last-child {
	margin-bottom: 0px;
}
.single_news_right_box p {
	/* font-weight: 700; */
	line-height: 28px;
	font-size: 18px;
}
.Single_news_section.sp .col-md-3 {
	height: 100%;
	top: 130px;
	position: sticky;
}
.focus_slider .slick-dots li:nth-child(n+4) {
	display: none;
}
.news_slider .slick-dots li:nth-child(n+4) {
	display: none;
}

.news_and_events_slider .event_content {
	padding: 20px 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #023C5B0D;
	text-align: center;
	border:none;
}
.Single_news_section .main_title h2 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 24px;
}
.filter-cat {
	margin: 1em 0;
}

.f-cat {
	color: #fff;
	padding: 1em;
	border: 5px solid #fff;
}
.filter-cat-results .f-cat {
	opacity: 0;
	display: none;
}

.filter-cat-results .f-cat.active {
	opacity: 1;
	display: flex;
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}
.news_area_main .pagination {
	justify-content: center;
	gap: 20px;
	margin-top: 48px;
}
.pagination .page-numbers {
	background: var(--green);
	color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
}
.pagination .current {
	background: #003a5d;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Volunteer */
.volunteer_section .main_title h2 {
	text-align: center;
}
.volunteer_section  h4{
	font-family: 'TisaSansPro';
	font-size: 24px;
	font-weight: 700;
	line-height: 50px;
	text-align: left;
	color: var(--dark-blue);
}
.contact_detail {
	background: #023C5B0D;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.contact_detail:last-child {
	margin-bottom:  0px;
}
.contact_detail .form-control:focus {
	box-shadow: none;
	color: #000;
}
.contact_detail input {
	font-size: 20px;
	padding: 15px;
	color: #000;
	margin-bottom: 20px;
}
.contact_detail .col-md-6 {
	position: relative;
}
.contact_detail .col-md-6 i{
	position: absolute;
	top: 22px;
	right: 31px;
	color:var(--dark-blue);
}
.contact_detail .form-select:focus {
	outline: 0;
	box-shadow: none;
}

.contact_detail .form-select {
	color: #000;
	border: none;
	font-size: 20px;
	border-left: 5px solid var(--green);
	margin-bottom: 20px;
	padding: 15px;
	border-radius:0px;
}
.contact_detail .col-md-12 .form-control {
	font-size: 20px;
	color: #000;
	padding: 15px;
}

/* Girls Center */
.girls_center_section{
	padding: 100px 0px;
}
.gils_center_left img {
	border-radius: 10px;
}
.girls_center_content h4 {
	font-weight: 700;
	line-height: 36px;
	margin-top: 20px;
	color: var(--dark-blue);
}
.gils_center_left h2 {
	font-size: 32px;
	margin-bottom: 24px;
	color: var(--newBlue);
}
.gils_center_left ul {
	list-style: disc;
	padding-left: 22px;
}
.gils_center_left ul li {
	line-height: 30px;
	color:#353E44;
}
.gils_center_left {
	width: 70%;
	margin: auto;
}
.girls_center_content p {
	margin-top: 48px;
	font-size: 18px;
	line-height: 28px;
}
/* Research Alliance */
.research_section .main_title p {
	text-align: center;
	margin-bottom: 30px;
	width: 80%;
	margin: 0 auto 48px auto;
}
.research-box {
	padding: 20px;
	background: #023C5B0D;
	border-radius: 10px;
}
.research-box img {
	border-radius: 10px;
}
.research_content {
	padding: 15px 0px 0px 0px;
}
.mou_paper_section .main_title h2 {
	margin-bottom: 48px;
}
.news_texts h6 {
	margin-bottom: 20px;
}
.Single_news_section .main_title h4 {
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 48px;
	color: var(--green);
}

/* Resources */

.resources .main_title h2 {
	text-align: center;
	margin-bottom: 20px;
}
.resources_box {
	border-radius: 10px;
	text-align: center;
	position: relative;
	transition: .7s all;
}
.resources_box:hover{
	background: var(--dark-blue);
	color:var(--white);
}
.resources .col-md-4 {
	margin-bottom: 1.5rem;
}

.resources_box i {
	font-size: 70px;
}
.resources_content {
	position: absolute;
	top: 0px;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 10px;
	align-items: center;
	background: #00000078;
	justify-content: center;
	height: 100%;
}
.resources_content h4 {
	color: var(--white);
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
/* .resources .row .col-md-4:nth-last-child(-n+2) {
	margin: 0px;
} */
.resources_box img {
	border-radius: 10px;
}
.sub-menu-toggle {
	display: none;
}
.journal_section .journal_box .row:last-child {
	border: none;
}

/* our work */
.our_work_section .main_title h2 {
	text-align: center;
	margin-bottom: 30px;
}
.our_work_section .row:nth-child(odd) {
	flex-flow: row-reverse;
}
.our_work_section .row:last-child {
	margin-bottom: 0px;
}
.our_work_left {
	display: flex;
	width: 100%;
	height: 100%;
	margin: auto;
	row-gap: 20px;
	justify-content: center;
	flex-direction: column;
}
.our_work_left .our_work_left_inner {
	background: var(--green);
	position: relative;
	padding: 40px;
	margin-left: auto;
	z-index: 1;
	margin-right: -14%;
}
.our_work_section .row:nth-child(odd) .our_work_left .our_work_left_inner:nth-child(odd) {
	margin-left: -14%;
}
.our_work_left a {
	width: max-content;
	margin: 0px 20px 0px auto;
}
.our_work_section .row:nth-child(odd) .our_work_left a {
	margin: 0px 0px 0px 20px;
	width: max-content;
}
.our_work_section {
	padding: 100px 0px 100px 0px;
}
.our_work_section .row .col-md-4{
	padding:0px;
}
.our_work_section .row .col-md-8{
	padding:0px;
}
.our_work_left h2 {
	font-weight: 500;
	line-height: 42px;
	font-size: 32px;
	color: var(--white);
	margin: 0px 0px 12px 0px;
	width: 90%;
}
.our_work_section .row {
	padding-bottom: 48px;
	width: 90%;
	margin: auto;
}
.our_work_section .row:last-child {
	padding-bottom: 0px;
}
.our_work_left_inner p {
	color: var(--white);
	margin-bottom: 24px;
}
.our_work_left_inner .read_more {
	color: var(--newBlue);
}
.our_work_section .row:nth-child(odd) .our_work_left_inner .read_more {
	margin: 0;
}
.our_work_section .row:nth-child(odd) .our_work_left_inner .read_more:hover svg path{
	fill: var(--newBlue);
}
.our_work_left_inner .read_more:hover svg path{
	fill: var(--newBlue);
}

/* Single Projects */
.single_project{
	padding:100px 0px;
}
.single_project_right ul li a {
	display: flex;
	row-gap: 20px;
	flex-direction: column;
}
.single_project_left h2 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 32px;
	color: var(--newBlue);
}
.single_project_right ul li a img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.single_project_right ul li a h5 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 22px;
	font-weight: 400;
}
.single_project_right ul li {
	margin-bottom: 32px;
	border-bottom: 1px solid var(--green);
}
.single_project_right ul li:last-child {
	margin-bottom: 0px;
}
.single_project .col-md-4 {
	position: sticky;
	height: 100%;
	top: 130px;
}
.single_project_left img {
	border-radius: 10px;
	height: 450px;
	object-fit: cover;
}
.single_project_left_content h2 {
	color: var(--dark-blue);
	font-size: 26px;
	font-weight: 400;
	width: 90%;
	margin-bottom: 20px;
}
.single_project_left_content {
	margin-top: 30px;
}
.single_project.sp .col-md-8 {
	height: 100%;
}
.single_project_right {
	margin-left: auto;
	width: 80%;
}
.single_project_right .main_title h4 {
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 48px;
	color: var(--green);
}
.single_project_left_content p {
	font-size: 18px;
	line-height: 28px;
}

/* full time */
.full_time_section{
	padding:100px 0px;
}
.full-time-box p {
	font-size: 18px;
	margin-bottom: 48px;
}
.full-time-box p a {
	color: var(--dark-blue);
	font-weight: 900;
}
.full-time-box h2 {
	font-size: 42px;
	margin-bottom: 24px;
	color: var(--dark-blue);
}

/* Consulting */
.Consulting_section .row {
	background: #023C5B0D;
	border-radius: 10px;
	padding: 30px;
}
.Consulting_section .row .form-control {
	color: #565656;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 18px;
	padding: 15px;
	border-left: 5px solid var(--green);
}
.Consulting_section .row .form-control {
	color: #565656;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 18px;
	padding: 15px;
	border-left: 5px solid var(--green);
}
.Consulting_section .row label {
	color: var(--dark-blue);
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 12px;
}
.Consulting_section .box_layout {
	width: 70%;
	margin: auto;
}
.Consulting_section .row .col-md-12 {
	margin-bottom: 20px;
}
.Consulting_section .row .col-md-12 a {
	margin-top: 20px;
}
.form-control:focus {
	box-shadow: none !important;
}

.Consulting_section .form-select {
	padding: 18px;
}
.team_li.with-margin {
	margin-bottom: 260px;
}

.board_content h4 {
	font-size: 18px;
}
/* .Our_Team_section{
margin-top:30px;
} */

.news_slider .slick-dots li button:before {
	background: #ffffff;
}
.new_and_event_section:before {
	display: none;
}
.news_and_events_slider .event_item a img {
	padding: 0px;
}
.invo_hub {
	position: relative;
}
ul.team_ul li.team_li button.board_box {
	opacity: 1 !important;
}
.new_and_event_section:after {
	display: none;
}
.new_and_event_section{
	background:#fff;
}
.new_and_event_section .slick-prev:before {
	color: #023C5B !important;
}
.new_and_event_section .slick-next:before {
	color: #023C5B !important;
}
.focus_slider .slick-slide {
	position:relative;
}
.focus_slider .slick-slide.slick-active:after {
	content: '';
	position: absolute;
	top: 0px;
	right: -1px;
	width: .5px;
	height: 100%;
	background: #B7B7B7;
}
.focus_slider .slick-slide.slick-active:last-child::after {
	display: none !important;
}
.events_Slider .main_title h2 {
	margin-bottom: 18px;
}
.event_content .top_title h3 {
	font-size: 16px;
	color:var(--dark-blue);
}
/* .innovation_section{
padding-bottom:30px;
} */
.innovation_content{
	background:#F3F3F3;
	padding:30px;
}
.innovation_content h4 {
	color: var(--green);
}
/* .innovation_content a{
margin-top:20px;
} */
.innovation_content p {
	width: 90%;
	margin-bottom: 32px;
	font-size: 18px;
	line-height: 28px;
}
.innovation_box img {
	height: 350px;
	object-fit: cover;
	object-position: top;
}

.girls_center_section .col-md-3 {
	height: 100%;
	position: sticky;
	top: 130px;
}

.board_directorss.board_section .modal-dialog {
	max-width: 60%;
	height: 100vh;
	align-items: center;
	display: flex;
}
.board_directorss.board_section .modal-header {
	justify-content: center;
	display: flex;
	width: 100%;
}
#exampleModal0{
	overflow: clip;
}
.board_directorss.board_section .modal-header h5 {
	display: none;
}
.modal-header h3 {
	text-align: center !important;
	width: 100%;
}
.board_directorss.board_section .modal-body img {
	width: 30%;
	object-fit: cover;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
/* .board_main_wrapper.box_layout p {
margin: 0 auto 10px;
} */
/* .nav-menu > li > a:hover {
font-weight: bold;
color: var(--newBlue);
transition: ease-in-out;
} */

.board_directors .board_main_wrapper .modal-dialog {
	width: 60% !important;
	height: 100%;
	display: flex;
	align-items:center;
	justify-content:center;
}
.board_directors .modal-content .modal-body img{
	width: 30%;
	object-fit: cover;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.board_directorss .main_title h2 {
	text-align: left !important;
	margin-bottom: 48px;
}
.mou_paper_box img{
	border:1px solid #ccc;
	border-radius:4px;
}
.mou_paper_box h4 {
	font-size: 18px;
	line-height: 24px;
	color: var(--blue);
	margin-top: 10px;
	margin-left: 3px;
}
.mou_paper_section {
	padding: 0px 0px 100px 0px;
}

/* Training page css*/
.training_section {
	padding: 100px 0px;
}
.training_box {
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 100%;
	transition: .4s all linear;
	padding-bottom: 30px;
}
.training_title{
	padding: 20px;
}
.training_title h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
.training_title span {
	color: var(--newBlue);
	font-weight: 600;
	font-size: 14px;
}
.training_box .main_button:hover{
	background:transparent;
	color:var(--green);
	border: 1px solid var(--green);
}
.training_box:hover a .training_title h4 {
	color: var(--newBlue);
	transition: .4s;
}
.training_box .read_more {
	color: var(--green);
	margin: 0px 0px 20px 20px;
}
.training_box .read_more svg path{
	fill: var(--green);
}
.training_box .training_btn {
	margin: 0px 0px 20px 20px;
	text-decoration:underline;
}
.single_training_section {
	padding: 100px 0px;
}
.single_training_section .main_heading h2 {
	text-align: left;
	color: var(--newBlue);
	margin-bottom: 30px;
}
.single_training_content h2 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 24px;
	color: var(--newBlue);
}
.single_training_content ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}
.training_section .row .col-md-4 {
	margin-bottom: 1.5rem;
}
.training_section .main_heading h2 {
	font-size: 32px;
	margin-bottom: 30px;
}
.training_box img {
	height: 331px;
	object-fit: cover;
}
.qualitative_data_section{
	padding:50px 0px;
}
.qualitative_data_box h4 {
	color: var(--newBlue);
	font-size: 28px;
	line-height: 34px;
}
.qualitative_data_box ul {
	list-style: disc;
	padding-left: 20px;
}
.qualitative_data_box h5 {
	font-size: 24px;
	line-height: 32px;
	color: var(--newBlue);
}
.register_form .modal-dialog {
	width: 40%;
	margin: auto;
}
.register_form .btn-close {
	border: none;
	position: absolute;
	right: -5px;
	top: -13px;
	color: var(--newBlue);
	font-size: 35px;
	background: transparent;
}
.qualitative_data_box h6 {
	color: var(--newBlue);
	margin-top: 30px;
	font-size: 24px;
}
.qualitative_data_box p {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 10px;
}
.qualitative_data_box p span{
	color: var(--newBlue);
	font-size:16px;
}
.qualitative_data_box a {
	font-size: 18px;
	text-decoration: underline;
}
.qualitative_data_section .col-md-3 .qualitative_data_box {
	position: sticky;
	top: 130px;
}
.register_form .modal-body {
	padding: 20px 30px;
}
.register_form_field input {
	border: none;
	padding: 10px;
	border-radius: 4px;
	margin-top: 10px;
	outline-color: var(--newBlue);
}
.register_form_field {
	margin-bottom: 30px;
}
.IRB_team_sec {
	padding: 0px;
}
.importance_sec {
	padding: 100px 0px 50px 0px;
}
.importance_para h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	text-align: left;
	color: var(--green);
}
.importance_para p {
	font-size: 18px;
	line-height: 26px;
}
.Irb_application_sec .wordpress_risk_box {
	width: 90%;
	margin-right: auto;
}

.Irb_application_left h2 {
	padding-bottom: 20px;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	text-align: left;
	color: var(--green);
}

.Irb_application_left ul {
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
.Irb_application_left ul::before {
	content: '';
	display: block;
	position: absolute;
	height: 90%;
	width: 3px;
	background: var(--blue);
	top: 5px;
	left: 14px;
}
.Irb_application_left ul li {
	position: relative;
	padding-left: 50px;
	font-size: 18px;
}
.Irb_application_left ul li span {
	position: absolute;
	content: '';
	font-size: 18px;
	display: flex;
	background: var(--green);
	left: 0;
	top: 0px;
	height: 30px;
	width: 30px;
	padding: 10px;
	font-weight: 900;
	border-radius: 50%;
	color: #fff;
	align-items: center;
	justify-content: center;
}
.Irb_application_left {
	width: 90%;
}
.Irb_application_left ul p {
	margin: 10px 0px;
}
.Irb_application_right {
	position: sticky;
	top: 109px;
}
.Irb_application_sec {
	padding-bottom: 30px;
}
.IRB_team_sec .main_title h2 {
	font-size: 42px;
	line-height: 62px;
	margin-bottom: 24px;
}
.single_training_section .col-md-3 img {
	height: 250px;
	object-fit: cover;
}
.vision_item p {
	/* height: 180px; */
	overflow: auto;
	text-align: left;
}

.news_img img {
	height: 280px;
	object-fit: cover;
}
.our_work_right img {
	height: 400px;
	object-fit: cover;
}
.single_training_content p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}
.board_directorss .row .col-md-12 {
	padding: 100px 0px 50px 0px;
}
.board_directors .row .col-md-12 {
	padding: 0px;
}
.single_training_section .row .col-md-3 {
	margin-bottom: 1.5rem;
}


/* event css */
.upcoming-events-wrapper img {
	height: 342px;
	object-fit: cover;
}
.event-date {
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;
}
.event-content .read_more {
	color: var(--green);
}
.upcoming-events-wrapper {
	margin-left: -12%;
}

/* news event */
.news_area_main .row .col-md-6:nth-child(even) {
	margin-top: 10%;
}
.new_and_event_section .news_item {
	width: 90%;
	margin: auto;
}


.top_header a.donate_btn {
    color: var(--blue);
    border: 2px solid;
    border-radius: 85px;
    padding: 5px 31px;
    margin-left: 49px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 120px;
}

.contact_us_left.donate form {
    display: flex;
    flex-direction: column;
    width: 40%;
    gap: 24px;
}
.contact_us_left.donate form input {
    padding: 12px;
    border: 1px solid #ccc;
}
.contact_us_left.donate form button {
    background: var(--green);
    border: 1px solid transparent;
    padding: 14px 30px;
    color: var(--white);
    text-transform: capitalize;
    transition: all 0.8sease;
    border-radius: 38px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}
.checkout-section {
    background: #f9f9f9;
}

.checkout-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px;
}
.billing-details h3,
.donation-summary h3 {
    font-weight: 600;
    font-size: 22px;
}
.billing-details .form-label {
    font-weight: 500;
}

.donation-summary table th,
.donation-summary table td {
    vertical-align: middle;
}

.proceed-btn, .btn-primary {
    background-color: #007bff;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
}
.billing-details,
.donation-summary {
  flex: 1;
  min-width: 300px;
}

.billing-details form .form-group {
  margin-bottom: 15px;
}

.billing-details label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.billing-details input,
.billing-details select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.donation-summary table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.donation-summary th,
.donation-summary td {
  border: 1px solid #ddd;
  padding: 10px;
}

.payment-options {
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 5px;
}

.payment-options label {
  display: block;
  margin-bottom: 10px;
}

.proceed-btn {
  background-color: #a23aa3;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.proceed-btn:hover {
  background-color: #881e89;
}
