@media screen and (min-width: 1200px){
	.contactus_Wrapper {
		margin-right: 30px;
	}
	.GetIntouch_wrapper {
		margin-left: 30px;
	}

}


@media screen and (min-width: 992px) {
	.footerImage {
		/* max-width: 227px; */
        position: absolute;
        bottom: 200px;
        right: 150px;
        padding-top: inherit;
        margin: inherit;
}
.footercontent_section {
    font-size: 60px;
    line-height: 70px;
}
.newsletter_form_rapper {
    padding-left: 50px;
}
.btnDsk {
display: none;
}
.mMegamenu {
display: none;
}
.nav_menu li a {

    line-height: 55px;
    }
}


@media screen and (max-width: 1200px) and (min-width: 992px) {
	.footerImage {
        bottom: 250px;
}
.counter {
	    font-size: 40px;
}
.counter-box p {
	font-size: 18px;
}
.howTagline_wrapper {
	right: 20px;
    bottom: 20px;
}
.contactCard {
	padding:40px;
}

}
@media screen and (max-width: 991px){
	.toggle_menu div:first-child {
    margin-top: 0px;
}
.toggle_menu div:last-child {
    margin-bottom: 0px;
}
.toggle_menu {
         display: inline-block;
        position: relative;
        z-index: 99;
       border: 1px solid #808080;
       border-radius: 4px;
        width: 40px;
        padding: 6px;
        text-align: center;
        background: #16325B;
}
.nav_menu, .cldone  {
display: none !important;
}
.navigation_menu {
    text-align: right;
}
.myStyle {
    position: fixed;
        display: block !important;
        background-color: #16325B;
        z-index: 99;
        width: 100%;
        left: 0px;
        max-width: 260px;
        right: 0;
        top: 0;
        bottom: 0;
        transition: 0.4s all ease-in-out;
        padding: 20px;
        text-align: left !important;
}
.myStyle li {
	display: block;
}
.myStyle li a {
	color: #fff;
	        display: block;
        margin-bottom: 10px;
}
/* Submenu styles for responsive/mobile menu — accordion open/close */
.myStyle .submenu_dropdown {
	position: static !important;
	opacity: 0 !important;
	visibility: hidden !important;
	max-height: 0 !important;
	overflow: hidden;
	transform: none !important;
	background: #fff;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	width: 100%;
	border: 0 solid #e5e5e5;
	border-radius: 8px;
	box-shadow: none;
	padding: 0;
	transition: max-height 0.3s ease, opacity 0.25s ease, margin 0.25s ease, visibility 0.25s ease;
}
.myStyle .submenu_list.is-open .submenu_dropdown {
	opacity: 1 !important;
	visibility: visible !important;
	max-height: 320px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 1px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.myStyle .submenu_dropdown li {
	display: block;
	width: 100%;
}
.myStyle .submenu_dropdown li a {
	display: flex !important;
	align-items: center;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #1A1A1A !important;
	padding: 10px 16px !important;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 0 !important;
	position: relative;
	overflow: hidden;
	background: transparent;
}
.myStyle .submenu_dropdown li a::before {
	display: block !important;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	background: #E65100;
	transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 0;
}
.myStyle .submenu_dropdown li a svg,
.myStyle .submenu_dropdown li a span {
	position: relative;
	z-index: 1;
}
/* Hover + active + JS class — orange full width same as web */
.myStyle .submenu_dropdown li a:hover,
.myStyle .submenu_dropdown li a:active,
.myStyle .submenu_dropdown li a.is-hover {
	color: #fff !important;
	padding-left: 20px !important;
	background: transparent !important;
}
.myStyle .submenu_dropdown li a:hover::before,
.myStyle .submenu_dropdown li a:active::before,
.myStyle .submenu_dropdown li a.is-hover::before {
	width: 100% !important;
}
.myStyle .submenu_dropdown li a svg {
	color: #1A1A1A !important;
	fill: currentColor !important;
	flex-shrink: 0;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.myStyle .submenu_dropdown li a:hover svg,
.myStyle .submenu_dropdown li a:active svg,
.myStyle .submenu_dropdown li a.is-hover svg {
	transform: translateX(4px) scale(1.1);
	filter: brightness(0) invert(1);
	color: #fff !important;
}
.myStyle .submenu_dropdown li a:hover span,
.myStyle .submenu_dropdown li a:active span,
.myStyle .submenu_dropdown li a.is-hover span {
	transform: translateX(2px);
}
.myStyle .submenu_list > a {
	cursor: pointer;
	position: relative;
	padding-right: 36px;
	display: block !important;
}
.myStyle .submenu_list > a::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 4px;
	transition: background 0.2s ease, border-color 0.2s ease;
}
.myStyle .submenu_list.is-open > a::after {
	content: '−';
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.7);
}
.btnDsk {
text-align: center;
}
.bannerContent h2 {
font-size: 60px;
    line-height: 70px;
}
.bannerContent {
	top: 24px;
    bottom: 48px;
}
.counter-box  {
margin-bottom: 24px;
}
.mission_img, .vission_content {
	margin-right: 0px;
}
.mission_content, .vission_img {
	    margin-left: 0px;
}
.mission_content , .vission_img{
margin-top: 24px;
}
.howTagline_wrapper {
	right: 20px;
    bottom: 20px;
}
.howTagline_wrapper h3 {
	    font-size: 24px;
    line-height: 30px;
}
.about_player svg {
    width: 40px;
    height: 40px;
}
.contactCard , .contactForm_wrapper{
	padding:40px;
}
.contactCard {
	flex-wrap: wrap;
}
.bannerContent {
max-width: 720px;
}
.futureBuilding_card {
margin-bottom: 24px;
}
.shakhaActivities_card {
	margin-bottom: 16px;
}
.dMegamenu {
display: none;
}
/* Hide mega menu section in responsive view */
@media screen and (max-width: 991px) {
	.megamenu_list .megaMenu_section {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
		height: 0 !important;
		overflow: hidden !important;
	}
	.megamenu_list:hover .megaMenu_section,
	.megamenu_list:focus .megaMenu_section,
	.megamenu_list:focus-within .megaMenu_section {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
		height: 0 !important;
		overflow: hidden !important;
	}
	.megamenu_list > a {
		pointer-events: auto;
		cursor: pointer;
	}
	.megamenu_list > a:hover,
	.megamenu_list > a:focus {
		text-decoration: none;
	}
	/* Prevent any interaction with mega menu content in responsive */
	.megaMenu_section,
	.megaMenu_section * {
		pointer-events: none !important;
		display: none !important;
	}
}
.sevikaActivity_card , .Annual.Reports_card , .social_card_wrapper, .clientCard{
	margin-bottom: 24px;
}
.Newdetails_bannerContent h2 {
		font-size: 60px;
	line-height: 70px;
}
.Newdetails_bannerContent {
	bottom: 20px;
}
}
@media screen and (max-width: 767px) {
	.socialBtn {
		margin-bottom: 15px;
	}
	.footercontent_section {
		margin-bottom: 24px;
	}
	.divider {
		margin-top: 60px;
	}
	.socialsection {
		padding-top: 60px;
    padding-bottom: 13px;
	}
	.footerMenu {
    margin-bottom: 24px;
}
.bannerContent {
	top: 16px;
    bottom: 16px;
}
.bannerContent h2{
	font-size: 40px;
	line-height: 50px;
}
.accordion-body {
	    padding-right: 0px;
}
.GetIntouch_wrapper{
	margin-top: 40px;
	margin-left: 0px;
}
.bannerContent {
  max-width: 540px;
}
.faqview_Btn {
	text-align: left;
	margin-top: 24px;
}


}
@media screen and (max-width: 767px) {
	.footerMenu--toggle > ul {
		display: none;
		margin-top: 12px;
	}
	.footerMenu--toggle.is-open > ul {
		display: block;
	}
	.footerMenu--toggle .footerMenu-toggle {
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 0;
		user-select: none;
	}
	.footerMenu--toggle .footerMenu-icon {
		position: relative;
		width: 14px;
		height: 14px;
		flex-shrink: 0;
	}
	.footerMenu--toggle .footerMenu-icon::before,
	.footerMenu--toggle .footerMenu-icon::after {
		content: '';
		position: absolute;
		background: #FFFFFF;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.footerMenu--toggle .footerMenu-icon::before {
		width: 14px;
		height: 2px;
	}
	.footerMenu--toggle .footerMenu-icon::after {
		width: 2px;
		height: 14px;
	}
	.footerMenu--toggle.is-open .footerMenu-icon::after {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.footer_section {
		display: block!important;
	}
	.footerMenu ul li a {
		    font-size: 18px;
    line-height: 24px;
	}
	.footerMenu h4 {
		    font-size: 20px;
    line-height: 24px;
	}
	.bannerContent h2 , .Newdetails_bannerContent h2{
	font-size: 30px;
	line-height: 40px;
}

}
/* Trending news responsive styles */
@media screen and (max-width: 991px) {
	.trending_news_section .trending_row {
		margin: 0;
	}
	.trending_news_section .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.trending_news_section .trending_label_col {
		padding-left: 0 !important;
		padding-right: 8px !important;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.trending_news_section .trending_marquee_col {
		padding-left: 0 !important;
		padding-right: 0 !important;
		flex: 1 1 auto;
	}
	.trending_label {
		padding-right: 8px;
		font-size: 12px;
		letter-spacing: 1px;
	}
	.trending_label::after {
		width: 2px;
		height: 16px;
		margin-left: 0;
		right: 0;
	}
	.trending_marquee {
		padding-left: 8px !important;
	}
	.trending_marquee_content {
		font-size: 12px;
	}
	.trending_item {
		margin: 0 10px;
	}
	.trending_separator {
		margin: 0 6px;
	}
}
@media screen and (max-width: 767px) {
	.trending_news_section .trending_label_col {
		padding-right: 6px !important;
	}
	.trending_label {
		padding-right: 6px;
		font-size: 11px;
	}
	.trending_label::after {
		width: 1.5px;
		height: 14px;
	}
	.trending_marquee {
		padding-left: 6px !important;
	}
	.trending_marquee_content {
		font-size: 11px;
	}
	.trending_item {
		margin: 0 8px;
	}
}
@media screen and (max-width: 575px) {
	.trending_news_section {
		padding: 10px 0;
	}
	.trending_news_section .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.trending_news_section .trending_label_col {
		padding-right: 5px !important;
	}
	.trending_label {
		padding-right: 5px;
		font-size: 10px;
		letter-spacing: 0.5px;
	}
	.trending_label::after {
		width: 1.5px;
		height: 12px;
	}
	.trending_marquee {
		padding-left: 5px !important;
	}
	.trending_marquee_content {
		font-size: 10px;
	}
	.trending_item {
		margin: 0 6px;
	}
	.trending_separator {
		margin: 0 4px;
		font-size: 12px;
	}
}
