/*!
Theme Name: MPSSS
Theme URI: http://underscores.me/
Author: Saurabh Zodgekar
Author URI: https://www.saurabhzodgekar.com
Description: Theme for MPSSS
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mpsss
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.

MPSSS is based on Underscores https://underscores.me/, (C) 2012-2020 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/

Original red color: #ce0000
*/

html {
  font-family: "Poppins", sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

img {
	max-width:100%;
	height:auto;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 90%;
  /*max-width: 960px;*/
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 90%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 600; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #000000; text-decoration:none; font-weight:600; }
a:hover {
  color: #de2a1b; text-decoration:none; font-weight:600; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 42px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #de2a1b;
  border-radius: 50px;
  border: 1px solid #de2a1b;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  border-color: #333;
  background-color:#333;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="password"],
textarea,
select {
  height: 45px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  box-shadow: none;
  box-sizing: border-box;
  width:100%; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 400; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  /*margin-bottom: 1rem;*/ }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
  
  

/* Tabs
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.tabbed-content {
/*  background: #fff;
  box-shadow: 1px 1px 6px #ccc;
  max-width: 600px;
  padding: 1em;
  margin: 1em auto;*/
}

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}
.tabs ul li {
  background: #eee;
}
.tabs ul li a {
  padding: 0.5em 1em;
}
.tabs ul li a:hover, .tabs ul li a.active {
  background: #444;
  color: #eee;
}

.item {
  margin-bottom: 2px;
}
.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: 0.5em;
  display: block;
}
.item.active::before {
  background: #444;
  color: #eee;
}
.item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
  .item.active .item-content {
    padding-top: 0;
  }

  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 800px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: block;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    width: 150px;
    float: left;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 150px;
  }
  
  .home-page-vision-mission .tabbed-content.tabs-side .tabs  {
	  width:300px;
  }
  .home-page-vision-mission .tabbed-content.tabs-side .item {
    margin-left: 300px;
  }
  .home-page-vision-mission .item.active .item-content {
	  padding-left:70px;
  }
  .home-page-vision-mission .tabs ul li {
	  background:none;
  }
  
  .home-page-vision-mission .tabs ul li a {
	  padding:15px 35px;
	  border-left:solid transparent 4px;
	  color:#999;
	  text-decoration:none;
	  font-size:20px;
  }
   .home-page-vision-mission .tabs ul li a:hover{
	   background:none;
	   color:#666;
  }
    .home-page-vision-mission .tabs ul li a.active {
	  padding:15px 35px;
	  border-left:solid #de2a1b 4px;
	  color:#de2a1b;
	  text-decoration:none;
	  background:none;
  }
}


/* Custom Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

header.site-header {
	z-index:3;
	position:relative;
}


.header-container {
	display: flex;
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
	/*height: 80px;*/
	align-items:center;
	justify-content: space-between;
}

.site-branding img {
	max-width:75px;
}

.menu-main-menu-container ul#primary-menu {
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
}

.menu-main-menu-container ul#primary-menu li {
	position:relative;
}

.menu-main-menu-container ul#primary-menu li a {
	padding:0 12px;
	height:85px;
	font-size:15px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	color:#58595b;
	border-left:transparent 1px solid;
	border-right:transparent 1px solid;
	font-weight:400;
}

.menu-main-menu-container ul#primary-menu li a:hover {
	background:#f8f8fb;
		border-left:#dccece 1px solid;
	border-right:#dccece 1px solid;
}

.menu-main-menu-container ul#primary-menu li:hover a {
	background:#f8f8fb;
		border-left:#dccece 1px solid;
	border-right:#dccece 1px solid;
}

.menu-main-menu-container ul#primary-menu li:hover  ul.sub-menu li a {
	background:#fff;

}

.menu-main-menu-container ul#primary-menu li ul.sub-menu {
	position:absolute;
	top:100%;
	left:0;
	display:none;
	min-width:250px;
	margin:0;
	padding:0;
	list-style:none;
	background:#fff;
	border:solid 1px #dccece;
	border-left:solid 6px #de2a1b;
	border-top:none;
}

.menu-main-menu-container ul#primary-menu li:hover ul.sub-menu {
	display:block;
}



.menu-main-menu-container ul#primary-menu li ul.sub-menu li {
	display:block;
	height:auto;
	border-bottom:solid 1px #dccece;
}

.menu-main-menu-container ul#primary-menu li:hover ul.sub-menu li:last-child {
	border-bottom:none;
}

.menu-main-menu-container ul#primary-menu li:hover ul.sub-menu li a {
	padding: 10px 0 10px 30px;
	display:block;
	height:auto;
	font-size:15px;
}
.menu-main-menu-container ul#primary-menu li:hover ul.sub-menu li a:hover {
	background:#f8f8fb;
}

body.home .entry-header {
	display:none;
}

.home-page-hero {
	background:url(https://saurabhzodgekar.com/mpsss/wp-content/uploads/2024/03/home-page-banner.jpg) no-repeat center center;
	min-height:70vh;
	display:flex;
	color:#fff;
	align-items:center;
	background-size:cover;
	position:relative;
}
.home-page-hero:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	height:100%;
	width:100%;
	background: rgb(255,255,255);
background: linear-gradient(293deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(0,0,0,0.8) 100%);
z-index:1;
}

.home-page-hero .container {
	position::relative;
	z-index:2;
}

.home-page-hero .container h3 {
	font-size:40px;
	font-weight:bold;
	letter-spacing:1px;
}
.home-page-hero .container h2 {
	font-size:60px;
	font-weight:bold;
	letter-spacing:1px;
}

.home-page-hero .container h2 span {
	color:#de2a1b;
	font-style:italic;
	background: #fff;
    padding: 0 15px;
	font-weight:normal;
}

.home-page-about {
	padding:80px 0;
}

.home-page-about h3 {
	margin:0;
	padding:0;
	font-size:25px;
	padding-top:25px;
}

.home-page-about h2 {
	margin:0;
	padding:0;
	font-size:40px;
	font-weight:bold;
	color:#de2a1b;
	padding-bottom:35px;
}

.home-page-about img {
	border-radius:10px;
}

.home-page-vision-mission {
	padding:0 0 80px 0;

}

.home-page-vision-mission h3 {
		font-size:40px;
	font-weight:bold;
	color:#de2a1b;
	letter-spacing:0.5px;
}

.home-page-highlights {
	padding:60px 0;
	text-align:center;
	font-size:20px;
	background:#f4f4f4;
}

.home-page-highlights i {
	color:#de2a1b;
	font-size:65px;
}

.home-page-highlights h3 {
	margin-bottom:0;
	font-weight:bold;
	letter-spacing:0.5px;
}

.home-page-vision-mission h2 {
	margin-bottom: 65px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}
.home-gallery ul {
	margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
	flex-wrap:wrap;
}

.home-gallery ul li {
	font-size:0;
	width:33.33%;
}

.home-gallery ul li img {
	width:100%;
}

.site-footer {
	background:#333333;
	color:#fff;
	padding-top:45px;
}

.site-footer h2 {
	font-size:25px;
	font-weight:bold;
	letter-spacing:0.5px;
}

.site-footer a {
	color:#fff;
	text-decoration:none;
	font-weight:400;
}

.site-footer ul {
	list-style:none;
}

.site-footer ul li {
	margin-bottom:10px;
}

.entry-header, .page-header {
	padding:35px 0;
	background:#f4f4f4;
}
.entry-header h1, .page-header h1 {
	width:90%;
	margin:0 auto;
	color:#222;
	font-weight:bold;
	letter-spacing:0.5px;
	font-size:30px;
	text-align:center;
}


.innerpage-content {
	padding:70px 0;
}

.innerpage-content h3 {
	font-size:22px;
	font-weight:bold;
	letter-spacing:0.5px;
	margin-bottom:7px;
}

.innerpage-content .innerpage-intro-img {
	border-radius:7px;
	margin-bottom:25px;
	width:100%;
}

.entry-header .entry-meta {
	display:none;
}

.entry-footer, .post-navigation, .comments-area {
	display:none;
}

body.single-post .entry-content {
	padding:60px 0;
}

body.single-post .post-thumbnail {
	display:none;
}

.wp-block-gallery img {
	border-radius:10px;
}

.archive-wrapper {
	display:flex;
	flex-wrap:wrap;
	/*justify-content:flex-start;*/
	padding:50px 0;
}

.archive-wrapper article {
	width:29%;
	text-align:center;
	margin:2%;
}

.archive-wrapper img {
	border-radius:10px;
	height:250px;
	object-fit:cover;
}

.archive-wrapper h2 {
	margin:0;
	padding:15px 0;
	font-size:0;
	line-height:130%;
	letter-spacing:1px;
}

.archive-wrapper h2 a {
	font-size:18px;
	color:#333;
	text-decoration:none;
}

.single-post-category {
	text-align:center;
	padding-top:15px;
}

.home-hero-slider  {
	min-height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	position:relative;
	display:flex;
	align-items:center;
}
.home-hero-slider:before {
content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	height:100%;
	width:100%;
	background: rgb(255,255,255);
background: linear-gradient(293deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(0,0,0,0.8) 100%);
z-index:1;
}

.home-hero-slider .home-hero-slider-inner {
	z-index:2;
	color:#fff;
	max-width:90%;
	margin:0 auto;
	position:relative;
	width:100%;
}

.home-hero-slider .home-hero-slider-inner h3 {
	font-size:40px;
	font-weight:400;
	letter-spacing:1px;
	margin:0;
	padding:0;
}
.home-hero-slider .home-hero-slider-inner h2 {
	font-size:60px;
	font-weight:600;
	letter-spacing:1px;
	margin:0;
	padding:0;	
}

.innerpage-content .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
	margin-bottom:15px;
}
.forminator-error-message, .forminator-error {
	color:#de2a1b;
	font-size:14px;
}

.contact-page-map {
	font-size:0;
}

.contact-page-list {
	margin:0;
	padding:0;
	list-style:none;
}

.contact-page-list li {
	position:relative;
	padding:8px 0 8px 40px;
}

.contact-page-list li:before {
	font-family: 'Line Awesome Free';
    font-weight: 900;
	color:#de2a1b;
	position:absolute;
	left:0;
	top:8px;
	font-size:25px;
	line-height:100%;
}

.contact-page-list li:first-child:before {
	content: "\f095";
}
.contact-page-list li:nth-child(2):before {
	content: "\f0e0";
}

.extra-activity-row {
	display:flex;
	align-items:center;
	flex-direction:row;
	justify-content:space-between;
	padding:40px 0;
}

.extra-activity-row.alt-row {
	flex-direction:row-reverse
}

.extra-activity-row img {
	max-width:300px;
	border-radius:10px;
}

.extra-activity-text {
	max-width:55%;
}

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style) {
	background-color:#de2a1b!important;
	border:solid 1px #de2a1b!important;
	border-radius:50px!Important;

}

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style):hover {
	background-color:#222!important;
	border:solid 1px #222!important;
	border-radius:50px!Important;

}
.site-branding a {
	display:flex;
	align-items:center;
}

.site-info {
	font-size:13px;
	text-align:center;
	padding:20px 0;
	color:#ccc;
	border-top:solid 1px #ccc;
	margin-top:35px;
}

ul.accordion {
  list-style: none;
  padding: 0;
}

ul.accordion .inner {
  padding: 1em 2em;
  overflow: hidden;
  display: none;
}

ul.accordion li {
  margin: 0;
}

ul.accordion li a.toggle {
  width: 100%;
  display: block;
  background: #fff;
  color: #222;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  font-size:20px;
  font-weight:600;
  border-bottom:solid 1px #d4d4d4;
  position:relative;
}

ul.accordion li a.toggle.active {
	border-bottom:none;
}

ul.accordion li a.toggle:after {
	content: "\f055";
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:25px;
	position:absolute;
	right:10px;
	top:17px;
}
ul.accordion li a.toggle.active:after {
	content: "\f056";
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size:25px;
	position:absolute;
	right:10px;
	top:17px;
}

ul.accordion li a.toggle:hover {
  background: #f4f4f4;
}

.wpcf7-form.sent .admission-form-wrapper{
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

label span.wpcf7-form-control-wrap {
	display:block;
}

input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
input[type=file]::before {
  content: 'Select File';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
input[type=file]::before {
  border-color: black;
}
input[type=file]:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


.admission-form-wrapper h3 {
	color:#000000;
	padding:30px 0!important
}

p.site-title {
	margin-bottom:0;
	max-width:120px;
}
@media all and (max-width: 800px) {
	.extra-activity-row, .extra-activity-row.alt-row {
		flex-direction:column;
		text-align:center;
	}
	.extra-activity-text {
		max-width:90%;
	}
	.clubs-row {
		max-width:90%;
		margin:0 auto;
		text-align:center;
	}
	.clubs-row p, .clubs-row h4 {
		text-align:center;
	}
	.archive-wrapper article {
		width:46%;
	}
	.archive-wrapper h2 {
		line-height:normal;
	}
	ul.accordion li a.toggle {
		font-size:18px;
		padding-right:35px;
		box-sizing:border-box;
	}
	.home-hero-slider .home-hero-slider-inner h3 {
		font-size:20px;
	}
	.home-hero-slider .home-hero-slider-inner h2 {
		font-size:35px;
	}
	.home-hero-slider {
		min-height:50vh;
	}
	.home-page-about {
		padding:40px 0;
	}
	.home-page-about img {
		margin-top:40px;
	}
	.home-gallery ul li {
		width:50%;
	}
	.contact-page-list {
		margin-bottom:40px;
	}
}

.center {
	text-align:center;
}

.unstyled-list {
	list-style:none;
}

.unstyled-list li {
	margin-bottom:15px;
}


.top-announcement-scroll {
padding:10px 0;
	text-align:center;
	color:#fff;
	background: #000;
	position:absolute;
	top:0;
	width:100%;
	left:0;
	right:0;
}

.top-announcement-scroll a {
	color:#fff;
}
.runtext-container {
	width:99.5%;
}
