/*!
Theme Name: Nirma
Theme URI: http://www.nirmauni.ac.in/
Author: Atlas Softweb
Author URI: https://www.atlassoftweb.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nirma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Nirma is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/



/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
img.alignleft { max-width: 100%; height: auto; }
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

.gallery-columns-3 .gallery-item {
	max-width: 33.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-caption {
	display: block;
}*/

.card-columns.macols-2 { column-count: 2; }
.about_posts { display: inline-block; position: absolute; right: 2.5%; font-size: 18px;}
.matlaspostfix {
    background: #807878;
    width: 130px;
    padding: 5px 5px 4px;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    color: #fff;
    border: 1px solid #807878;
}
.wpcf7-form-control-wrap.matlasemal {
    width: calc(100% - 130px) !important;
    float: left;
}
.wpcf7-form-control-wrap.matlasemal input{ border-radius: .25rem 0 0 .25rem; }
.mainBanner .slider{
  display: none;
}
.mainBanner .slider.slick-initialized{
  display: block;
}
.mprogram a:hover h4{ color: #d91215; }
/* Matlas */
.matlasloadder {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  height: 100%;
  width: 100%;
}
@keyframes blink {
  50% {
	opacity: 0.2;
  }
}
.matlasloadder img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-animation: blink normal 2s infinite ease-in-out;
  /* Firefox */
  -webkit-animation: blink normal 2s infinite ease-in-out;
  /* Webkit */
  -ms-animation: blink normal 2s infinite ease-in-out;
  /* IE */
  animation: blink normal 2s infinite ease-in-out;
  /* Opera and prob css3 final iteration */
}
/* Matlas */
@media (max-width: 991px){
	.mobileNavigation .ubermenu-nav > .ubermenu-item > span img, .ubermenu .ubermenu-image{display: none !important;}
	.mobileNavigation .ubermenu-nav > .ubermenu-item > span img, .ubermenu .ubermenu-icon{display: none !important;}
	.ubermenu .ubermenu-item-layout-icon_left>.ubermenu-target-title {margin-left:0 !important; padding-left: 0; }
	.ubermenu .ubermenu-item > .ubermenu-target:hover,.ubermenu .ubermenu-item.ubermenu-active > .ubermenu-target{background: #004993 !important;}
	.ubermenu .ubermenu-item.ubermenu-active > .ubermenu-target > .ubermenu-target-text, .ubermenu-main .ubermenu-item-level-0.ubermenu-active > .ubermenu-target{ color: #fff !important; }
	.ubermenu .ubermenu-item.ubermenu-item-5371.ubermenu-active > .ubermenu-target, .ubermenu .ubermenu-item.ubermenu-item-5371 > .ubermenu-target:hover, .ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-item-5371.ubermenu-active > .ubermenu-target, .ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-item-5371 > .ubermenu-target:hover, .ubermenu .ubermenu-item.ubermenu-item-5404.ubermenu-active > .ubermenu-target, .ubermenu .ubermenu-item.ubermenu-item-5404 > .ubermenu-target:hover, .ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-item-5404.ubermenu-active > .ubermenu-target, .ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-item-5404 > .ubermenu-target:hover{ background: #004993 !important; }
	.ubermenu .ubermenu-divider{ padding:10px 0; }
}
@media (max-width: 767px){
	.about_posts { display: block; position: relative;}
}
@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait){ .topHeader .navbar.navbar-expand-lg, .landscape{ display: none; } .portrait{ display: block; } }
@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape){ .portrait{ display: block !important; } .landscape{ display: none; } }

/* ---- Mpopup----*/
.mpopup{
	position: fixed ;
	background-color: rgba(255,255,255,0.8) ;
	width: 580px;
	height: auto;
	top: 200px;
	right: 10%;
	margin-left: 0;
	z-index: 999999999;
	overflow: hidden;
	padding: 0 20px;
	border-radius: 10px;
	text-align: center;
	border: 2px solid #d3d3d3;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}
.mpopup-body{ padding: 30px;  }
.mpopup-header .close{
	position: absolute;
	right: 16px;
	top: 12px;
	background-color: #000;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
	color: #ccc;
}
.mpopup-header .close{
	font-weight: 100;
	font-size: 17px;
}
.mpopup-content{
	align-items: center;
	display: flex;
}
.mpopup-content .btns{ margin-left: 20px; margin-top: -15px; }
.mpopup-content .btns a{ display: block; margin: 5px; }
.mpopup-img{
	flex: 0 0 135px;
	max-width: 135px;
	border-right: 1px solid #ccc;
	margin-right: 20px;
	padding-right: 20px;
}
.grecaptcha-badge{ z-index: 9; }
@media screen and (max-width: 767px) {
  .mpopup{
    max-width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:  100px;
  }
  .mpopup-content{ display: block; text-align: center; }
  .mpopup-img { border-right: none; margin: 0 auto; padding: 0; }
  .mpopup-content .btns a{ margin: 5px auto; }
}
/* ---- Mpopup----*/
@media only screen and (min-width: 1025px) {
	li.mStudentsParents > ul > li:first-child { width: 50% !important; }
	li.mStudentsParents > ul > li.mCommunity, li.mStudentsParents > ul > li.mUniversity { width: 25% !important; }
}

/*--- Custom Css ----*/

.tab-pane {
    scroll-margin-top: 200px;
}

/* 16-11-2021 */

.customHomeRecentList li {
    color: #fff;
}
.latestEvent_slider .events-short p {
    max-height: 195px;
    overflow: hidden;
}
