/*!
Theme Name: Next IAS Wordpress
Theme URI: https://them.es/starter
Author: Made Easy Education Pvt. Ltd.
Author URI: https://www.madeeasy.in/
Description: Education Theme
Version: 4.15.28
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: next-ias-wordpress
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

/* From http://codex.wordpress.org/CSS */

/* google font - Mulish */

/* @import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap'); */

@font-face {
    font-family: 'Mulish';
    src: url('assets/googlefonts/static/Mulish-Regular.ttf') format('truetype');
    font-weight: 400; /* Normal */
    font-style: normal;
    
    
}

@font-face {
    font-family: 'Mulish';
    src: url('assets/googlefonts/static/Mulish-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
    
}

@font-face {
    font-family: 'Mulish';
    src: url('assets/googlefonts/static/fonts/Mulish-Italic.ttf') format('truetype');
    font-weight: 400; /* Normal */
    font-style: italic;
}

/* End Loading Goolge Fonts */

body {
	font-family: 'Mulish', sans-serif !important;
}

header {
	font-family: 'Mulish', sans-serif !important;
	display: block !important;
}

footer {
	font-family: 'Mulish', sans-serif !important;
}

footer a, footer h4, footer h5, footer h6, footer p, .footer-text {
	font-weight: normal !important;
}

.footer-text {
	color: #344767;
}


.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.social-widget li a img {
	width: 30px;
	height: 30px;
	margin-top: 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Custom CSS Start Here*/
.bg-light-dark {
	background-color: #eff1f4 !important;
	/* padding-top: 165px;  */
}

#main {
	min-height: 65vh;
}

ul.dropdown-menu li>ul.dropdown-menu {
	left: 100%;
	top: 0;
}

ul.dropdown-menu li:hover>ul.dropdown-menu,
ul.dropdown-menu li:focus>ul.dropdown-menu {
	display: block;
}


/* stay connected css start */
.stay_con_title {
	background: #065DC9;
	color: white;
	padding: 5px 10px;
	font-size: 18px !important;
	line-height: 1.4 !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	display: inline-block;
}

.stay_title_container {
	border-bottom: 2px solid #065DC9;
	width: 100%;
}

.latest_post_heading {
	background: transparent;
	color: #F45511;
	padding: 0;
}

ul.categories li a {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.icon_bg {
	background-image: url(https://www.nextias.com/current_affairs/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements@2x.png);
	background-size: 90px 2100px !important;
	width: 42px;
	height: 42px;
	display: inline-block;
}

.fb_bg {
	background-color: #516EAB;
	background-position: -15px -15px;
}

.twitter_bg {
	background-color: #29C5F6;
	background-position: -15px -431px;
}

.youtube_bg {
	background-color: #E14E42;
	background-position: -15px -379px;
}

.insta_bg {
	background-color: #417096;
	background-position: -15px -224px;
}

/* stay connected css end */


/* header css start */

a.nav-link {
	font-weight: 400;
	font-family: Mulish, sans-serif;
	color: #344767;
}

a.dropdown-item {
	font-weight: 400;
	font-family: Mulish, sans-serif;
	color: #344767;
	white-space: normal;
}


ul.dropdown-menu.show li {
	position: static;
}

ul.dropdown-menu {
	width: 430px;
	height: auto;
	/* min-height: 366px; */
	max-height: 504px;
	overflow-y: auto;
}

ul.dropdown-menu.show {
	width: 300px;
	height: auto;
	max-height: 504px;
	/* min-height: 366px; */
	overflow: initial
}

ul#menu-header-menu li a {
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #ed3237;
	color: #344767;
	padding: 6px 9px;
	border-radius: 4px;
	margin-right: 10px;
	font-weight: 600;
}

ul#menu-header-menu li a:hover {
	color: #ed3237;
}

li#menu-item-16132 a,
li#menu-item-16133 a {
	background: #ed3237 !important;
	color: white !important;
}

#menu-header-menu {
	padding: 20px 0;
	padding-bottom: 11px;
}

.menu-header-menu-container,
nav#header {
	background-color: white !important;
}

.navbar-brand img {
	height: 30px !important;
}

.menu-header-menu-container {
	display: inline-flex;
	width: 90%;
}

#menu-header-menu {
	display: inline-flex;
	margin-left: auto;
}

.search_container li a {
	border: none !important;
}

ul#menu-next-ias-current-affairs {
	position: relative;
}

form.search-form.my-2.my-lg-0 {
	display: none;
	position: absolute;
	right: 0;
	top: 103%;
	width: 100%;
	padding: 20px;
	background: antiquewhite;
}

form.search-form.my-2.my-lg-0 .input-group {
	width: 350px;
	margin-left: auto;
}

form.search-form.my-2.my-lg-0.showSearch {
	display: block;
}

.menu-header-menu-container {
	display: inline-flex;
	width: 86%;
}

span.tdb-search-icon.tdb-search-icon-svg svg {
	display: inline-block;
	width: 16px !important;
}

.dropdown-toggle_after_remove:after {
	display: none !important;
}

a.nav-link:hover {
	color: #344767
}

/* latest post css start */

ul.recentposts li {
	list-style: square;
	color: red;
	/*     position:relative; */
	margin-bottom: 15px;
}

ul.recentposts li :before {
	position: absolute;
	content: '';
	background: #eaeaea;
	height: 2px;
	width: 100%;
	bottom: -10px;
	left: -20px
}

ul.recentposts li h4 {
	color: #888888;
	font-size: 13px
}

ul.recentposts li h4 a {
	color: #888888
}

ul.recentposts li:hover h4 a {
	color: black;
}

ul.recentposts li:nth-child(1) {
	list-style: none;
	position: relative;
}

ul.recentposts li:nth-child(1) :before {
	background: transparent;
	height: 0px;
	width: 0%;
	bottom: 0;
	left: 0px
}

h1 {
	font-size: 2rem !important;
}

h2 {
	font-size: 1.7rem !important;
}

article {
	overflow-x: auto;
}

article h2 {
	color: #015AA7;
}

h3 {
	font-size: 1.4rem !important;
}

article h3 {
	color: #FF6A00;
}

article table {
	width: 100% !important;
}

.navbar-nav a {
	/*font-weight: 600; */
}

.menu-depth-2>a {
	font-weight: 700;
}

ul.leaf-menu {
	list-style-type: none;
}

article table td {
	padding-left: 5px;
}

h4 {
	font-size: 1.2rem !important;
}

/* latest post css end */

/* current afair title start */

h1.page-title {
	font-weight: 800;
}

/* current afair title end */


/* card css start */

.card.card_height_set {
	height: 100%;
	min-height: 244px;
}

/*  card css end*/

/* footer css start */

/* footer css end */


/* .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
} */

/* .nias-custom_courses > ul {
    width:300px;
	overflow-y: inherit;
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: static !important;
}

.nias-gsc-class .dropdown-menu, .custom-11 .dropdown-menu,.custom-26 .dropdown-menu,.custom-29 .dropdown-menu{
	overflow-y: auto;
    max-height: 300px;
}

.nias-custom_courses:hover > .dropdown-menu {
    display:block;
}

.nias-custom_courses:hover .nias-gsc-class .dropdown-menu{
    display:block;
} */

.card_fetured_cat {
	height: calc(100% - 38px) !important;
}

.navbar-nav li:hover>ul {
	display: block;
	width: 300px;
	overflow: inherit;
}

.navbar-nav li>ul>li:hover ul {
	display: block;
	width: 430px;
	height: 300px;
	overflow-y: auto
}

.navbar-nav li>ul li {
	position: static
}

.bg-faded {
	background-color: #f2fafc !important;
}

.navbar-nav li>ul>li:nth-child(1) ul {
	display: block;
	width: 430px;
	height: 300px;
	overflow-y: auto
}

ul.leaf-menu {
	height: auto!important;
}

.navbar-nav>li {
	position: relative
}

.navbar-nav>li:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 0%;
	top: 90%;
	background: red;
	transition: 0.2s;
}

.navbar-nav>li:hover:before {
	width: 100%;
	transition: 0.2s;
}

/* added date- 01-DEC-2023  */
.ts-1 {
	transform: scale(1.2);
}

.card_fetured_cat .img_custom {
	height: 220px;
}

.card_fetured_cat .card-body li a {
	line-height: 1.4 !important;
	font-weight: 400 !important;
	color: #888888;
	font-family: Mulish, sans-serif;
}

.card_fetured_cat .card-body li:hover a {
	color: #000;
}

.card_fetured_cat:hover .image_title {
	color: #f45511 !important;
}

.card_fetured_cat .image_title {
	color: #fff;
	font-family: Open Sans !important;
}

.card_fetured_cat ul {
	padding-left: 0rem !important;
	list-style: square;
	color: #f45511;
}

.bottom-page-custom .card-text {
	margin: 14px;
	font-size: 14px !important;
	line-height: 1.3 !important;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.btm_headng {
	color: #f45511 !important;
}

.home-page .page-data .text-start {
	color: #f45511;
	font-weight: 700 !important;
}

.home-page .page-data .card-img-top {
	overflow: hidden;
	height: auto;
	width: 100%;
	transform: scale(1.2);
}

/* ended */

/* header part added on 1-DEC-2023 */
.top-bar-list li a {
	color: #344767 !important;
	border: 1px solid !important;
	border-color: #c8a8a8 !important;
	font-size: 14px;
	padding: 0.3rem 0.7rem !important;
	border-radius: 0.25rem;
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.5;
	font-weight: 600;
}

.top-bar-list li a.topmenu-admission {
	background-color: #ed3237 !important;
	color: #fff !important;
	border-color: #ed3237 !important;
	border-radius: 4px !important;
	display: inline-block !important;
}

.top-bar-list .danger-btn {
	background-color: #ed3237 !important;
	color: #fff !important;
	border-color: #ed3237;
	border-radius: 4px;
	display: inline-block;
}

.top-bar-list li {
	list-style: none;
}

ul.top-bar-list {
	margin: 0px;
	padding: 0px;
	float: right;
}

.top-bar-list .danger-white-btn {
	background-color: #fff !important;
	color: #ed3237 !important;
	border-color: #ed3237 !important;
}

.navbar-toggler {
	display: none;
}

/* media queries for header */

@media(max-width:768px) {
	h1 {
		font-size: 1.6rem !important;
	}

	h2 {
		font-size: 1.4rem !important;
	}

	h3 {
		font-size: 1.2rem !important;
	}

	h4 {
		font-size: 1rem !important;
	}
}

@media(max-width:1200px) {

	#menu-header-menu {
		display: none !important;
	}

	.navbar-toggler {
		margin-top: 10px;
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.fs-tab {
		font-size: 12px;
	}

	.card_fetured_cat .img_custom {
		height: 145px;
	}

	.card_fetured_cat .image_title {
		color: #fff;
		font-family: Open Sans !important;
	}

	.home-page .page-data .text-start {
		color: #f45511;
		font-weight: 700 !important;
		font-size: 20px !important;
	}

	ul.top-bar-list {
		padding-bottom: 10px;
	}
}

.mweb-menu ul {
	width: 100% !important;
	list-style: none!important;
}

.mweb-menu > ul {
	display: flex  !important;
	flex-direction: column;
	flex-grow: inherit;
}

.mweb-menu > ul > li > a {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 14px 10px;
	margin-bottom: 2px;
	font-weight: 400;
	padding-left: 1rem !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 3.2;
}


ul.navbar-nav li:before {
	background: none!important;
}

.dropdown-item:active {
	background-color: initial !important;
	color: #cb4447 !important;
}

/* new css */
.main_img {
	transform: scale(1.2);
}

.bg-gradientl {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05224087926186094) 51%, rgba(0, 0, 0, 1) 100%);
}

.card-btm {
	font-size: 10px;
	font-weight: 800;
}

/* new css date-15-02-2024 */
.latest_post_heading {
	background: #0059a6 !important;
	color: #ffffff !important;
	padding: 0 !important;
	margin-bottom: 0px !important;
}

ul.recentposts li:nth-child(1) {
	border-bottom: 2px solid #0059a6 !important;
	background: white !important;
	text-align: left !important;
	margin-left: 0px !important;
}

ul.recentposts li {
	background: #f8faf9 !important;
	list-style: none !important;
	margin-bottom: 15px !important;
	position: none !important;
	margin-left: 24px !important;
}

.recentposts {
	background: #f8faf9 !important;
	border-radius: 5px !important;
}

/*  updates on 19-02-2024*/

ul.recentposts li :before {
	background: none !important;
}

.font_15 {
	font-size: 15px !important;
}

.danger-white-btn {
	background-color: #fff !important;
	color: #ed3237 !important;
	border-color: #ed3237 !important;
}

.danger-white-btn.top-hover-header {
	color: #344767 !important;
}

.danger-white-btn.top-hover-header:hover,
.danger-white-btn.top-hover-header:focus {
	color: #ed3237 !important;
}

.danger-white-btn:hover,
.danger-white-btn:focus {
	color: #ed3237 !important;
	border-color: #ed3237 !important;
	background-color: #fff !important;
}

.wp-block-table table,
.wp-block-table table tr,
.wp-block-table table tr td,
.wp-block-table table thead,
.wp-block-table table thead tr th {
	border-collapse: collapse;
	border: 1px solid;
	background-color: inherit;
}

div.card-text table,
tr td {
	max-width: 100% !important;
	color: crimson; 
}


/* Social Sharing Widget CSS */

/* .social-contaner {
	height: 100vh;
} */

.social-widget {
	list-style-type: none;
	position: fixed;
	left: 10px;
	padding: 0;
	top: calc(50vh - 135px);
	width: 40px;
	left: 2px;
	z-index: 2;
}

/* Typography */
.font-12 {
	font-size: 12px;
}
.font-13 {
	font-size: 13px;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
	line-height: 1.4;
}
.font-16 {
	font-size: 16px;
}
.font-17 {
	font-size: 17px;
}
.font-18 {
	font-size: 18px;
}
.font-24 {
	font-size: 24px;
}
.font-35 {
	font-size: 35px;
}
.fw-300 {
	font-weight: 300!important;
}
.fw-400 {
	font-weight: 400!important;
}
.fw-500 {
	font-weight: 500!important;
}
.fw-600 {
	font-weight: 600!important;
}
.fw-700 {
	font-weight: 700!important;
}
.fw-800 {
	font-weight: 800!important;
}

h1, h2, h3, h4 {
	font-weight: 700;
}
h5, h6 {
	font-weight: 600;
}

.h1, h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
	line-height: 45px;
}

h3 {
	font-size: 25px;
	line-height: 33px;
}

h4 {
	font-size: 20px;
	line-height: 28px;
}

h5 {
	font-size: 18px;
	line-height: 28px;
}

div#offcanvasNavbar {
	max-width: 80% !important;
}


@media (max-width: 824px) {
	h3 {
		font-size: 24px;
		line-height: 34px;
	}
	h2 {
		font-size: 30px;
		line-height: 45px;
	}
	h5 {
		font-size: 16px;
		line-height: 23px;
	}
}

@media (max-width: 480px) {
	h1{
		font-size: 30px;
		line-height: 1.3;
	}
	h2 {
		font-size: 27px;
		line-height: 40px;
	}
	h3 {
		font-size: 21px;
		line-height: 27px;
	}

	.font-m-13{
		font-size: 13px;
	}

	.f-m-23{
		font-size: 23px;
	}
}

@media (max-width: 1290px) {
    .btn-sm {
        font-size: 13px !important;
        padding: 0.3rem 0.47rem !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: white;
        overflow-y: auto;
        transition: left 0.3s ease;
    }

    .navbar-collapse.show {
        left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        position: static;
        height: auto;
        background-color: transparent;
    }
}

.anch_hover:hover {
	text-decoration: underline;
  }


  .my-custom-heading{
	display: inline-block !important;
	background: #0059a6 !important;
	padding: 16px 20px !important;
	margin: 0 !important;
	/* line-height: 0; */
	color: #fff !important;
}

.cat-heading
{

    border-bottom: 4px solid #0059a6;
    padding: 0;

}