html{ 
	margin-top: 0!important
}
*{
    box-sizing: border-box;
    margin:0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4{
	color: #333333;	
	margin-bottom: 0.5rem;
}
figure {
    margin: 0 0 1rem;
}
body{
	font-weight: 400;
    line-height: 1.5rem;
    color: #212529;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
/*..............Language Header styles.............*/
.language-header-menu li{
	list-style: none;
	position: relative;
}
.language-header-menu {
	position: relative;
	width: max-content;
	align-content: end;
	align-self: end;
}
/* .language-head-drop {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 10px;
	cursor: pointer;
	color: #73C1B9;
	font-weight: 700;
	border-bottom: 2px solid #73C1B9;
	font-size: 14px;
} */
.language-head-drop-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #f9f9f9;
	min-width: 80px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.entry-header{
	z-index: -1;
}
.language-head-drop-menu li a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	color: #333;
	font-size: 12.8px;
	font-weight: 700;
}
.language-head-drop{
	color: #fc545d !important;
	font-weight: 700;
	font-size: 14px;
}
.language-head-drop-menu li a:hover {
	color: #fc545d;
}
.language-header-menu:hover .language-head-drop-menu {
	display: block;
}
.language-header-menu:hover .arrow {
	transform: rotate(180deg);
}
.arrow {
	display: inline-block;
	transition: transform 0.3s ease;
}
.lang-head-group{
	display: flex;
	justify-content: end;
	gap: 10px;
	-webkit-justify-content: end;
	-webkit-align-content: end;
}
.hindi_link {
    text-align: right;
    padding-top: 10px;
    background-color: #fff;
}
.hindi_link a{
	color: #73C1B9;
    font-weight: 700;
	border-bottom: 2px solid #73C1B9;
	font-size: 14px;
}
/*...................HEADER....................*/


.mob_logo img {
    width: 60px;
    height: auto;
    margin-left: 0px;
    padding-top: 20px;
}
.toggle{
    width: 50px;
	height: 50px;
    align-self: center;
	display: block;
	padding-top: 17px;
    order: 2;
}
.close_icon {
    width: 30px;
    align-self: center;
    padding: 17px 6px 0px;
    margin-left: 14px;
	height: auto;
}
.mob_menu_tog_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
}
.mob_menu_tog_cont ul.menu_end {
    margin-bottom: 0;
}
.top_mobile-menu ul#menu-main-menu-1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.top_mobile-menu{
	overflow-x:hidden;
	max-height:650px;
	height: auto;
	border-bottom: 2px solid black;
}
ul#menu-mobile-menu.menu{
	position: relative;	
	height: 100%;
    width: 100%;
    background: #fff;
    z-index: 7000;
    transition: width 400ms;
    text-align: left;
	display:none;
}
.top_mobile-menu .menu_end li.top_search_form {
	border-bottom: none !important;
}
.top_mobile-menu ul li{
    list-style: none;
    padding: 5px 0px;
    border-bottom: 1px solid #888;
    position: relative;
}
.top_mobile-menu ul li a{
    color: #333333;
    text-decoration: none;
    font-size: 19.8px;
    text-transform: capitalize;
}
.top_mobile-menu ul li:last-child{
	border-bottom: none;
}
ul#menu-amp-main-menu {
    margin-bottom: 0px;
}
.mob_logo {
    padding-bottom: 20px;
}
/*....................HOMEPAGE...................*/
.home .blank_area {
    margin-top: 50px;
}
.category_link a {
    font-size: 14.4px;
    padding-top: 16px;
    color: #333333;
    text-transform: uppercase;
}
.mob_category_post {
    font-size: 12.6px;
}
.columns_single img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}
hr.style1 {
    border-top: 1px solid #333333;
    margin-top: 3px;
    margin-bottom: 6px;
}
.first_tit {
    font-size: 25.2px;
    line-height: 28px;
}
.first_tit h1 {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.first_tit, .first_tit h1 {
    color: #333333;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 0px;
}
.first_cont {
    color: #333333;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.news_date {
    padding-bottom: 20px;
	padding-top: 8px;
}
.row.author_info {
    font-size: 13.3px !important;
}
.author_by {
    font-size: 13.3px;
    color: #333;
}
.authors_span {
    color: #73C1B9;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
}
.author_info a {
    font-size: 13.3px;
	color: #73C1B9;
	font-weight: 700;
	text-transform: uppercase;
}
.readtime {
    font-size: 13.3px;
	font-family: Georgia, serif;
    color: #333;
}
.most_read {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
}
.idr-answers-regular-bnnr img {
    width: -webkit-fill-available !important;
}
.home-donate-sec {
    background-color: #473F3A;
    padding: 30px;
    margin-top: 30px;
    color: #fff;
}
.home-donate-sec p {
    font-weight: 500;
    margin-bottom: 30px;
}
.home-donate-sec-btn{
	padding: 10px 10px 10px 13px;
	align-items: flex-start;
    display: flex;
	width: 100%;
	background-color: #ECB91D;
	margin: 20px 0px 10px 0px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	color: #473F3A;
	font-family: 'Open Sans', sans-serif !important;
	letter-spacing: 2px;
}
.home-donate-sec-btn::after{
	position: absolute;
	content: '';
	background-image:url("/wp-content/uploads/2024/05/right-arrow-brown.svg");
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	right: 65px;
}
.home-donate-sec-btn:hover::after{
	right: 60px;
	transition-timing-function: linear;
	border: none;
}
.homepage_first_section {
    padding-bottom: 70px;
}
.section_line1 {
    margin: 0px 0 16px;
    border-top: 4px solid #000;
}
.section_heading{
	font-size: 33.6px;
	line-height: 40px;
	font-weight: bold;
    color: #000000;
    margin-bottom: 24px;
}
.latest_row .latest img{
	height: 150px !important;
    object-fit: cover;
}
.latest img {
    margin-bottom: 12px;
    width: 100%;
    height: auto;
}
.latest_tit {
    color: #333333;
	font-size: 16.8px;
    line-height: 1.4rem;
    font-weight: 700;
}
.news_cont {
    font-size: 13.3px;
}
.news_cont, .news_cont1{
	color: #333333;
	padding-top: 8px;
	padding-bottom:8px;
}
.mob_post_author {
    font-size: 13px;
    font-family: Open Sans, sans-serif;
}
.divider1 {
    margin-bottom: 12px;
}
.supported_partner {
    background-color: #B7d9BE;
    text-align: center;
    font-size: 10.2px;
    padding: 3px 1px 3px 1px;
}
.most_read_num {
    margin-top: 20px;
    line-height: 20.8px;
    font-size: unset;
    font-weight: 400;
}
p#form-field-description-EMAIL {
    padding-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif !important;
    line-height: 23.2px;
}
.amendment_form {
    background-color: #DF373B;
    color: #fff;
}
.amendment_form p{
	font-size: 16px;
	font-weight: normal;
	line-height: 23.2px;
}
.sign_up_form_container {
    padding: 20px;
}
.sign_up_button {
    width: 108px !important;
    height: 28px !important;
}
.btn_amd {
    padding: 0px 20px 0px 20px;
    border: none;
    border-radius: 0px;
    font-size: 12.25px;
    font-weight: 400;
    width: 108px;
    height: 28px;
    letter-spacing: 1px;
    white-space: nowrap;
}
.btn_amd:hover{
	background-color: #DF373B;
	color: #fff;
	border: 1px solid #fff;
}
.sign_up_input_field {
    height: 48px;
    margin-left: -2px;
    max-width: 437px !important;
}
.input_field_amd {
    margin-top: 16px;
    margin-bottom: 16px;
    border: none;
}
.section_line, .section_line2 {
    margin-top: 70px;
	margin-bottom: 16px;
}
.section_line2 {
    border-top: 4px solid #000;
    margin-top: 70px;
	margin-bottom: 16px;
}
.content_url a {
    color: #333333;
    font-size: 16.8px;
    width: 100%;
	font-weight: 300;
    text-align: right;
	transition: all 0.3s linear;
}
.content_url a:hover{
	color: #DF373B;
	transition: all 0.3s linear;
}
.para {
    margin-bottom: 0px;
    font-size: 15.12px;
}
.groundup_cat_link {
    padding-bottom: 8px !important;
}
.category_link.groundup_cat_link {
    padding-top: 0;
}
.groundup_tit {
    font-weight: 700;
    color: #333333;
}
hr.ground_style {
    border-top: 1px solid #333333;
    margin-bottom: 8px;
    margin-top: .5px;
}
.idr_row_li .news_cont {
    font-weight: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.idr_post_list .news_cont, .video_side .news_cont {
    line-height: 1.7;
}
img.location_marker {
    height: 29px !important;
    width: 22px !important;
    float: left;
    margin-right: 8px;
    margin-bottom: 20px;
}
.video_tit a ,.video_tit_list a{
    font-size: 28.8px;
    color: #333333;
    line-height: 32px;
    font-weight: 700;
    margin-top: 13px;
}
.video_summary {
	font-size: 14px !important;
    line-height: 23.2px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #333;
}
.mob_video_tit {
    font-size: 25.2px;
	line-height: 37.8px;
}
h2.home_mob_interview_heading {
    font-size: 27px !important;
}
.para_int {
    font-size: 15.2px;
    margin-bottom: 50px;
	padding-left: 15px;
}
.row.int_center {
    text-align: center;
    padding-left: 0;
}
.interview {
    padding-top: 38.8px;
    margin-bottom: 48.8px;
}
.interview img {
    object-fit: cover;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
.row.int_center .interview_center {
    text-align: center;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
.interview_quote a {
    font-size: 16px;
    color: #333333;
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 23.2px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.mob_interview_tit {
    font-size: 19.6px;
}
.interview_tit.mob_interview_tit {
    padding-top: 20px;
}
.interview_tit a {
    font-size: 22.4px;
    font-weight: 700;
    color: #333333;
}
.interview_readtime {
    color: #333;
    font-family: Georgia, serif;
}
/* @media only screen and (min-width: 576px){
	.ext-podcast-title{
		padding-top: 0;
	}
	.podcast_home_embed_postname a{
		font-size: 13px;
	}
	h2.home_mob_interview_heading {
    	font-size: 33px !important;
	}
	.feedback_blue_box_mobile img {
		width: 70%;
	}
	.read_next .a_day img {
		    max-height: 135px;
	}
	.interview {
   		margin-bottom: 0;
	}
	.fellowship_labels{
		max-width: 157px;
		width: 100%;
	}
	.news_image{
		padding-right: 50px !important;
	}
	.contributor_thumbnail img{
	    width: 150px;
	    height: 150px;	    
	}
	.about_team_author img{
		width: 150px;
    	height: 150px;
	}
	.single_contributor_post_image img{
		height: 70px !important;
	 }
	.a_day:nth-child(3){
		display:none;
	}
	.search_img img{
		width: 100%;
		height: auto;
		padding-bottom: 20px;
		object-fit: cover;
		padding-top: 66px;
	}
	 .more_entry_title{
		font-size: 48px;
		line-height:54.4px;
		padding-top: 20px;
	}
	.ground_single_post .category_link a{
		font-size: 14.4px;
	}
	.groundup_subheading {
    	font-size: 17.28px;	
	}
	.groundup_heading {		
		font-size: 48px;
	}
	.interview img{
		width: 200px;
		height: 200px;
	 	border-radius: 50%;
	}
	p.dont_miss {
    font-size: 25.4px;
	}
	.sign_up_red_infinite {
		height: 244px;
	}
	blockquote.wp-block-quote {
    	display: block;
	}
	.latest-list img{
		width: 100%;
		height: 190px;
		object-fit: cover;
	}
	.latest_row .latest img{ 
		height: 190px !important;
          object-fit: cover;
	}
    .expandSearch input:focus{
        width: 200px;
    }
	.mobile_search_posts{
		display:none;
	}
	.desktop_search_posts{
		display:flex;
	}
    .category_sponsored_column .supported_partner{
		float: right;
		padding-left: 10px;
    	padding-right: 10px;
	}
}	 */
/* @media only screen and (min-width: 768px){
	.external-podcast-content {
		margin-top: 90px;
	}
	.ext-podcast-flex-row{
		flex-direction: row;
	}
	.ext-podcast-title{
		padding-top: 10px;
	}
	.post-search-result-img a img {
		height: 280px;
	}
	.exit-popup-email-box{
		width: 60% !important;
		margin-left: 100px;
	}
	.exit-popup-sign-up-button{
		width: 35% !important;
		margin-left: 164px;
		margin-bottom: 0 !important;
   		margin-top: 0 !important;
	}
	h2.exit-popup-heading {
		font-size: 25px;
	}
	.exit-newsletter {
		width: 544px;
    	height: 386px;
	}
	.exit-newsletter h3 {
		font-size: 22px; 
	}
	p.exit-popup-content {
		color: #fff;
		font-size: 19px;
		padding: 0px 36px;
		margin-bottom: 10px;
	}
	.yikes-mailchimp-container-7 .yikes-easy-mc-success-message {
		padding: 10px;
	}
	.yikes-mailchimp-container-7 .yikes-easy-mc-error-message {
		font-size: 12px;
		position: relative;
	}
	.yikes-easy-mc-form-7 {
		height: fit-content;
	}
	
	
	.popup {
		width: 50%;
	}
	.feedback_banner_heading {
		font-size: 22px;
	}
	p.feedback_banner_text {
		font-size: 13px;
	}
	.saswp-faq-answer-text{
		font-size: 17.28px !important;
	}
	.saswp-faq-answer-text a{
			font-size: 17.28px !important;
	}
	.read_next .a_day img {
		    max-height: unset;
	}
	.single_team_heading{
		font-size:60.8px;
	}
	.single_team_content p{
		font-size:17.28px;
		color: #333333;
		padding-bottom: 25.6px;
		line-height: 29.6px;
		
	}
	.video_summary{
		font-size: 16px !important;
	}
	.fellowship_image img {
		width: 64%;
		height: auto;
	}
	.generic_content ol li{
		font-size: 17.28px;
		line-height: 29.6px;
	}
	.write_container{
		padding-top: 72px;
	}
	.single_post_content p a {
   		font-size: 17.28px;   
	}
	.btn_amd{
		font-size:14px;
	}
	.idr_copyright{
		font-size: 16px;
   	}
	.privacy_policy{
		font-size: 16px;
	}
	.last_row_review{
		font-size: 12.8px;
   	}
	.single_post_groundup_content {
    	padding-left: 80px !important;
	}
	.contributor_thumbnail img{
	    width: 200px;
	    height: 200px;	    
	}
	 .single_contributor_post_image img{
		height: 100px !important;
    }
	.a_day:nth-child(3){
		display: block;
	}
	.news_image {
	    padding-left: 16px !important;
	}
	.search_cat_cont {
    	font-size: 15.2px;	
	}
	.search_cat_tit {
    	font-size: 19.2px;		
	}
	.search_cat_date {	
		font-size: 15.2px;
	}
	.generic_content strong{
		font-size: 22.64px;	
	}
	.generic_content ul li{
		font-size: 17.28px;
	}
	.generic_content p a{
		font-size: 17.28px;
	}
	.generic_content h3{
		font-size: 22.464px;
	}
	.generic_content p{
		padding-bottom: 25.6px;
		font-size: 17.28px;
	}
	 .single_post_content h3{
		font-size: 22.464px;
		line-height: 29.6px;
	}
	.heading_main_a_day{
	  font-size:48px !important;  
	}
	.category_description{
		font-size: 17.28px;
	}
	.category_link1 a{
		font-size: 14.4px;	
	}
	.single_contributor_content h4{
		font-size:19.2px;
    }
	 .single_contributor_content p{
		font-size:17.28px;
    }
	.single_contributor_heading{
		font-size:60.8px;
		margin-top: 40px;
    }
	 .read_next_groundup .read_next_heading{
		font-size: 22.4px !important;
    }
	.groundup_content p{
		font-size: 17.28px;
		padding-bottom: 29.6px;
	}
	.groundup_author_by{
		font-size: 16.8px;
    }
	.single_groundup_tit{
		font-size: 24px;
	}
	.amendment_button{
		font-size: 14px;
	}
	.amd_cont{
		font-size: 22.4px;
	}
	.single_post_content p.wp-caption-text{
		font-size: 15.2px;
	}
	.single_readnext_tit{
		font-size: 19.2px !important;
	}
	.read_next_heading{
		font-size: 19.2px;	
	}
	.comments_heading{
		font-size: 19.2px;
	}
	.about_info p{
		font-size: 15.2px;
	}
	 .about_info a{
		font-size: 16px;
	}
	.about_heading{
		font-size: 19.2px;
	}
	.idr_write{
		font-size: 16px;
	}
	.single_post_content ul li, .single_post_content ul li strong, .single_post_groundup_content ol li, .single_post_groundup_content ol li strong{
		font-size: 17.28px;
	}
	.single_post_content h3 strong { 
		font-size: 22.464px;
	}
	.readtime_single1{	
    	font-size: 15.2px;
	}
	.single_author_name a, .single_author_by{
		font-size: 14.4px;
	}
	.title_meta{
		font-size:19.2px	
	}
	.single_post_title{
		font-size: 60.8px;
	}
	.single_date{	
    	font-size: 14.4px;
	}
	.single_primary_category a{
	  	font-size: 14.4px;  
	}
	.parent_category_name a{
		font-size: 14.4px;
    }
	.single_post_content p {
		font-size: 17.28px;
	    font-family: Georgia, serif;
	    color: #333;
	    font-style: normal;
	    font-weight: 400;
	    padding-bottom: 22.4px;
	    line-height: 29.6px;
	}
	.archive_heading{
   		font-size: 38.4px;
		padding-top: 30px;
	}
	.by_cat a{	
		font-size: 15.2px;
	}
	.by_cat{
		font-size: 15.2px;
	}
	.cat_cont{
		font-size:16px;
	}
	.cat_tit{
		font-size: 28.8px;
	}
	.cat_date{	
		font-size: 15.2px;
	}	
	.category_head{    
		font-size:48px !important;
	}
	.first_cont{
	 	font-size: 16px;
    }
	.custom_subheading{	
		font-size:17.28px;
		line-height:29.6px;
	}
	.op_head{
		font-size: 27.2px;
	}
	.about_team_author_designation{
		font-size: 15.2px;
	}
	.about_team_author_tit a{
		font-size: 16px;
	}
	.number_heading{
		font-size: 38.4px;
	}
	.about_right_cont p{
		font-size: 17.28px;
		padding-bottom: 25.6px;
		line-height: 29.6px;
	}
	.sub_heading_about{
		font-size: 22.464px;
	}
	.about_heading1{
		font-size: 40px;
		line-height: 44.8px;
	}
	.about_info p a{ 
	 	font-size: 15.2px !important;
    }
	.single_post_content .second-level-subheading {
		font-size: 19.008px !important;
	}
	.news_image {
		padding-bottom: 8px;
		margin-right: -38px;
	}
	.single_primary_category_news{
		padding-top: 0px;
	}
	.single_news_title{
		font-size: 28.8px;
	}
	.latest_see_all {
          padding-top: 7px;
	}
	.first_tit.infinite_box_heading {
    	font-size: 36px;	
	}
	.notification-bottom {
		font-size: 15px;
	}
.sign_up_red_infinite{
	font-size: 18.66px;
	padding: 50px;
	height: 244px;
	}
.about_team_author img{
	width: 200px;
	height: 200px;
	}
.news_image {
   	padding-right: 100px !important;
	}
	.sector_idr{
		font-size: 16px;
		line-height:23.2px;
		font-weight:normal;
		color: #333333;
	}
	.sector_idr_coverage{
		font-size: 22.4px;
		font-weight: 700;
		line-height: 32px;
		color: #333;
	}
    .interview_readtime{
		color: #333;
		font-size:16px;
		font-family: Georgia, serif ;
	}
	.news_cont.read{
		font-size: 15.2px;
		padding-top: 8px;
	}
	.row.latest_hide .latest-list:nth-child(3) {
	    display: block;
	}
	.latest_tit{
		font-size: 19.2px;
	}
	.section_heading{
		font-size: 38.4px;
	}
	.para{
	padding-left: 15px;
	margin-bottom: 40px;
	font-size: 17.28px;
	}
	.author_by{
		font-size: 15.2px;
		color: #333;
	}
	.first_tit{	
		font-size:28.8px;
	}
	.author_info a{
		font-size: 15.2px;
	}
	.readtime{
		font-size: 15.2px;
	}
	.news_cont, .news_cont1{
		font-size: 13px;	
	}
	.idr_post_list .news_cont,
    .video_side .news_cont  
    {
     	font-size: 19px;
    }
	.idr_row_li .news_cont{
		font-size: 16px;
		line-height:24px;
	}
	.video-list:nth-child(2){
		display: block;
	}
	.news_cont.location{
		font-size: 15.2px;
	}
	.groundup_tit{
		font-size:19.2px;
	}
	.para_int{
	    margin-bottom: 50px;
	    font-size: 17.28px;
	}
	.interview:nth-child(3){
		display: block;
	}
	.btn_get_involved{
		font-size: 14px;
	}
	.footer_description{
		font-size: 15.2px;
	}
    .single_primary_category_news{
		font-size: 14.4px;
    }
.cat_fea_img{
    padding-right: 100px; 
    } 
}
 */