/*
Theme Name: RIS - 2
Author: trivia info it
Author URI: https://trivia.co.in/
Description: Bootstrap based wp theme for Rang International School, Hansot
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand&family=Source+Serif+Pro&family=The+Nautigal&display=swap");
@import url("css/colors.css");

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("css/fonts/glyphicons-halflings-regular.eot");
  src: url("css/fonts/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("css/fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("css/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("css/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular")
      format("svg");
}

@font-face {
  font-family: "Glyphicons Regular";
  src: url("css/fonts/glyphicons-regular.eot");
  src: url("css/fonts/glyphicons-regular.eot?#iefix")
      format("embedded-opentype"),
    url("css/fonts/glyphicons-regular.woff") format("woff"),
    url("css/fonts/glyphicons-regular.ttf") format("truetype"),
    url("css/fonts/glyphicons-regular.svg#glyphicons-regular") format("svg");
}

/*Wordpress editor styles start*/

.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*Wordpress editor styles end*/

* {
/*    outline: 1px solid red;  */
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body,
html {
  overflow-x: hidden;
  font-family: "Source Serif Pro", serif;
  font-size: 1rem;
  color: #333;
  line-height: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  /* text-align: justify;
  text-align-last: left; */
}
.stopScrolling {
  height: 100vh !important;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container {
  min-width: 1480px;
}
@media(max-width:1024px){
	.container {
	  min-width:unset;
	}

}
.maincontainer {
  background: #fff;
  z-index: 0;
}

a,
a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .row {
    text-align: center;
  }
}

/*********************/
/*  HEADERS
/*********************/
header {
  position: relative;
  display: block;
  z-index: 9999 !important;
}

/*********************/
/*  HEADER 1
/*********************/
.header-1 {
  position: relative;
  display: block;
  z-index: 9992;
  background-color: var(--c1);
  color: var(--c4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-1 .topInfo {
  position: relative;
  display: block;
  z-index: 9;
}
.header-1 .topInfo ul,
.header-1 .topInfo .topSocialz {
  position: relative;
  display: block;
}
.header-1 .topInfo ul li,
.header-1 .topInfo .topSocialz li {
  display: inline-block !important;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.1rem 1.5rem 0.1rem 1rem !important;
  margin-right: 1rem;
  line-height: 1;
}
.header-1 .topInfo ul li:last-child,
.header-1 .topInfo .topSocialz li:last-child {
  border-right: none;
}
.header-1 .topInfo .topSocialz li {
  border: none;
  padding: 0 !important;
  margin-right: 0.03rem;
}
.header-1 .topInfo ul li a {
  color: var(--c4);
}
@media(max-width:768px){
	.header-1{
		display:none;
	}
}
/*********************/
/*  HEADER 2
/*********************/
.header-2 {
  position: relative;
  display: block;
  z-index: 9993;
  background:var(--c4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;	
}

.header-2 .topLogo {
  position: relative;
  display: block;
  z-index: 9;

  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;	
}
.header-2 .topLogo img {
  width: 100%;
}
.header-2 .topCall {
  margin-top: .75rem;
  border-left: 1px dotted var(--c4);
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
.header-2 .topCall .button {
  position: relative;
}

.header-2 .topCall .button:before {
  content: "\f095";
  width: 15%;
  padding-top: 0.75rem;
}
.header-2 .topCall .button span {
  font-size: 1.38rem;
  font-weight: 600;
  color: var(--c1);
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
.header-2 .topCall .button:hover span {
  color: var(--c4);
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
/*
	FIXED HEADER
*/

.sticky {
  top: 0;
  left: 0;
  margin-top: 0;
  position: fixed;
  width: 100%;
  z-index: 9998 !important;
 -webkit-box-shadow: 0 5px 12px rgb(0 22 84 / 10%);
  box-shadow: 0 5px 12px rgb(0 22 84 / 10%);
	background:var(--c4);
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}

/*
	DROP DOWN
*/

.navbar {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
@media(max-width:1024px){
	.navbar{
		width:100%;
		padding:.3rem 0 .3rem 0 !important;
	}
}
.navbar-default {
  border: none;
  border-color: 0;
  border-radius: 0px;
}

.navbar-nav {
  width: 100%;
  padding: 0;
}

.navbar-nav > li {
  padding: 2.1rem .75rem 0.6rem .75rem;
  height: 100% !important;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.navbar-nav > li:first-child {
}
.navbar-nav > li a {
  position: relative;
  font-size: 1rem;
  padding-bottom:2rem;
  font-weight: 600;
  color: var(--c1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99 !important;
}

.navbar-nav > li:hover > a,
.navbar-nav > li.current_page_item > a,
.navbar-nav > li.current_page_ancestor > a,
.navbar-nav > li > a:hover,
.topInfo ul > li > a:hover,
.topInfo ul > li.current_page_item > a {
  color: var(--c2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/*
.navbar-nav:hover li a{
	color:#707E9C !important;
}
.navbar-nav li a:hover{
	color:#22EBBE !important;
}*/

.navbar-toggler {
  padding: 0.3rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: var(--c2);
  border: 1px solid var(--c1) !important;
  border-radius: 0.25rem;
}

@media (max-width: 768px) {
  .navbar-default {
    margin-top: 0;
  }

  .navbar-nav {
    border-top: 1px dotted #d4d3d1;
    margin-top: 0.5em;
  }

  .navbar-nav > li {
    width: auto;
    text-align: left;
  }
}

.navbar-brand h3 {
  text-align: left;
  font-size: 1rem !important;
  color: var(--c1);
  margin: 0 !important;
  padding: 0 !important;
}

.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu,
.dropdown-submenu {
  background-color: var(--c4);
  min-width: 15rem;
  -webkit-background-clip: none;
  background-clip: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  /* -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;*/
}

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

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li {
  padding: 0.2em 1em 0.2em 1em;
  border-bottom: 1px dotted #888;
}

.dropdown-menu > li > a {
   color: var(--c1) !important;
  font-size: 1em !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li.current_page_item > a {
  color: var(--c2) !important;
  background-color: transparent !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/*
	SLIDER
*/
.topSlider {
  width: 100% !important;
  height: 90vh;
  position: relative;
  display: block !important;
  text-align: center;
  top: 4% !important;
  margin: 0 !important;
  z-index: 0 !important;
/*   background: url(images/tmp-slider.jpg) no-repeat; */
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  /* lets clip it*/
}
@media(max-width:768px){
	.topSlider{
		height:210px;
	}
}
/*
	DUMMY DIV
*/
.dummyDiv {
  position: relative;
  display: block;
  height: 0vh !important;

  z-index: 1;
}

/*********************/
/*  BUTTON
/*********************/
.button {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--c1);
  padding: 0.6rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
.button span {
  position: relative;
  display: block;
  color: var(--c1);
  padding-left: 2rem;
  z-index: 9;
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
.button:hover span {
  color: var(--c4);
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
.button:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--c4);
  padding: 0.48rem 0.3rem 0 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 21%;
  height: 100%;
  background-color: var(--c1);
  border-radius: 12px 0 0 12px;
  z-index: 3;
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover:before {
  transform: translateX(21%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--c1);
  border-radius: 12px;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover:after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*********************/
/*  H TAGs
/*********************/
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
ul,
ol {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
  position: relative;
}
img {
  width: 100%;
}
.quote {
  position: relative;
  display: block;
  padding: 2rem 1rem 2rem 1rem;
  text-align: center;
  margin: 1rem auto 3rem auto;
  font-style: italic;
  font-size: 1.5rem;
  word-wrap: break-word;
  color: var(--c2);
  background-color: rgba(242, 242, 242, 0.3);
  border: 1px dotted var(--c7);
}
.quote:after,
.quote:before {
  position: absolute;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  color: var(--c7);
}
.quote:before {
  content: "\f10d";
  left: left;
  top: 0;
}
.quote:after {
  content: "\f10e";
  bottom: 0;
  right: left;
}
/*********************/
/*  USPA
/*********************/
.uspa {
  position: relative;
  display: block;
  margin-top: -3rem;
}
.uspa div[class^="col-"],
.uspa div[class*="col-"] {
  position: relative;
  z-index: 9;
}
.uspa .uspaDiv {
  padding: relative;
  z-index: 9;
  background-color: var(--c4);
  border: 1px dotted var(--c5);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  overflow: hidden;
}
.uspa .uspaDiv:after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  border-radius: 12px;
  border-bottom: 3px solid var(--c2);
  opacity: 0;

  z-index: 0 !important;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.uspa .uspaDiv .uspaDivIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  /* background: rgba(255, 87, 34, 0.11); */
  border-radius: 50%;
  border: 1px dashed var(--c2);
  margin-top: 1.2rem;
  z-index: 9;
}
.uspa .uspaDiv .uspaDivIcon .uspaIcon {
  color: var(--c2);
  line-height: inherit;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uspa .uspaDiv .uspaText {
  border-left: 1px dotted var(--c2);
  z-index: 9;
}
.uspa .uspaDiv .uspaText h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c2);
}
.uspa .uspaDiv:hover .uspaDivIcon .uspaIcon {
  color: var(--c1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uspa .uspaDiv:hover:after {
  width: calc(100% - 2rem);
  left: 1rem;
  right: 1rem;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media(max-width:768px){
	.uspa .uspaDiv .uspaDivIcon {
		text-align:center;
		margin:1rem auto;
	}
	.uspa .uspaDiv .uspaDivIcon .uspaIcon{
		margin:1rem auto;
	}
	.uspa .uspaDiv .uspaText{
		border:none;
		padding-top:1rem;
	}
}
/*********************/
/*  SHORT INTRO
/*********************/
.shortIntro {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
  padding: 6rem 0 6rem 0;
}
/* .shortIntro .shortIntroBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/short-intro.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  filter: opacity(1);
  z-index: 0;
} */
.shortIntro .shortIntroImage {
  position: relative;
  display: block;
}
.shortIntro .shortIntroImage img {
  width: 100%;
  height: auto;
}
.shortIntro .shortIntroImage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 30px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shortIntro .shortIntroText {
  position: relative;
  z-index: 9;
}
.shortIntro .shortIntroText .button {
  width: 24%;
  margin-top: 1.5rem;
}
.shortIntro:hover .shortIntroImage:after {
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;

  border: 60px solid rgba(255, 255, 255, 0.48);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media(max-width:768px){
	.shortIntro {
	  margin:1rem 0 1rem 0;
	  padding: 1rem 0 1rem 0;
	}
	.shortIntro .shortIntroText .button{
		width:50%;
		margin:2rem auto;
	}
}
/*********************/
/*  FACTS
/*********************/
.facts {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
}
.facts .factDiv {
  position: relative;
  display: block;
}
.facts .factDiv ul {
  display: flex;
  flex-flow: row;
}
.facts .factDiv ul li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0.6rem;
  line-height: 1.5;
  border-right: 1px dotted var(--c7);
  text-align: center;
  padding: 1rem;
}
.facts .factDiv ul li:last-child {
  border-right: none;
}
.facts .factDiv ul li .counter-value {
  display: block;
  font-size: 4.2rem;
  font-weight: 600;
  color: var(--c2);
}
.facts .factDiv ul li span{
	display:block;
	font-size:.84rem
}
.facts .factDiv ul li h4 {
  display: block;
  font-size: 1.2rem;
  color: var(--c1);
}
@media(max-width:768px){
	.facts .factDiv ul {
	  flex-flow: column;
	}
	.facts .factDiv ul li {
	  border-bottom: 1px dotted var(--c7);
	  border-right:none;
	}
}
/*********************/
/*  ACADEMICS
/*********************/
.academics {
  position: relative;
  display: block;
  margin: 3rem 0 0rem 0;
  padding: 6rem 0 6rem 0;
}
.academics .academicBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/academic-bg.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
}
.academics .slickAcademic,
.academics .slickAcademic .academicDiv,
.academics .slickAcademic .academicDiv .academicImage,
.academics .slickAcademic .academicDiv .academicMeta {
  position: relative;
  display: block;
  z-index: 9;
}
.academics .slickAcademic .slick-slide {
  margin: 0.6rem;
}
.academics .slickAcademic .slick-prev:before,
.academics .slickAcademic .slick-next:before {
  color: var(--c2);
}
.academics .slickAcademic .academicDiv {
  position: relative;
  background: var(--c4);
  border: 1px solid var(--c5);
  transform: translateY(0%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.academics .slickAcademic .academicDiv:after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  right: 50%;
  width: 0;
  height: 6px;
  background: var(--c2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.academics .slickAcademic .academicDiv .academicImage img {
  max-height: 230px;
  min-height: 230px;
}
.academics .slickAcademic .academicDiv .academicMeta {
  min-height: 162px;
}
.academics .slickAcademic .academicDiv .academicMeta h2 {
  margin: 1rem 0 0.3rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--c1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.academics .slickAcademic .academicDiv:hover:after {
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.academics .slickAcademic .academicDiv:hover {
  transform: translateY(-3%);
  -webkit-box-shadow: 0px 12px 21px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 12px 21px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 12px 21px -12px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.academics .slickAcademic .academicDiv:hover .academicMeta h2 {
  color: var(--c2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media(max-width:768px){
	.academics .slick-next{
		right:-12px;
	}
	.academics .slick-prev{
		left:-12px;
	}

}
/*********************/
/*  CALLNOW
/*********************/
.callNow {
  position: relative;
  display: block;
  background-color: var(--c3);
  padding: 3rem 0 3rem 0;
}
.callNow .callNowText {
  font-size: 1.5rem;
  color: var(--c4);
  line-height: 1.5;
}
.callNow .callNowText span {
  display: block;
  font-size: 1rem;
}
.callNow .button {
  position: relative;
}
.callNow .button:before {
  content: "\f095";
  width: 21%;
  font-size: 2rem;
  padding-left: 1rem;
}
.callNow .button:hover:before {
  transform: translateX(33%);
}
.callNow .button span {
  font-size: 2rem;
  padding-left: 4.5rem;
}
@media(max-width:768px){
	.callNow .button {
		width:93%;
		margin:1.5rem auto;
	}
}
/*********************/
/*  FOUNDER'S MESSAGE
/*********************/
.foundersMessage {
  position: relative;
  display: block;
	margin:3rem 0 3rem 0;
}
.foundersMessage .foundersMessageText {
  position: relative;
  display: block;
/*   background: rgba(255, 255, 255, 1);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.09);
  margin: 3rem -10rem 0 0 !important; */
/*   border-radius: 12px; */
  z-index: 9;
}
.foundersMessage .foundersMessageImage {
  position: relative;
  display: block;
}
.foundersMessage .foundersMessageImage img{
	width:100%;
	height:auto;
}

.foundersMessage .foundersMessageText .button {
  width:30%;
  margin-top: 3rem;
}
@media(max-width:768px){
	.foundersMessage .foundersMessageText {
		margin:unset !important;
	}
	.foundersMessage .foundersMessageText .button{
		width:48%;
		margin:1.5rem auto;
	}
}
/*********************/
/*  TESTIMONIALS
/*********************/
.testimonials {
  position: relative;
  display: block;
  margin: 0rem 0 3rem 0;
  padding: 6rem 0 6rem 0;
}
.testimonials .testimonialBG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/testimonial-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
.testimonials .slickTestimonials {
  position: relative;
  display: block;
  z-index: 9;
}
.testimonials .slickTestimonials .slick-slide {
  margin: 1rem;
  padding: 1rem;
}
.testimonials .testimonialDiv {
  position: relative;
  display: block;
  border: 1px dotted var(--c7);
}
.testimonials .testimonialDiv:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 6rem;
  position: absolute;
  color: rgba(0, 0, 0, 0.06);
  top: -10%;
  left: 3%;
}
.testimonials .testimonialDiv .author {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c2);
  margin: 1.5rem 0 1rem 0;
}
/*********************/
/*  NEWS
/*********************/
.schoolNews {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
}
.schoolNews .newsDiv {
  position: relative;
  display: block;
  height: 100%;
  background-color: var(--c4);
  border: 1px solid var(--c5);
}
.schoolNews .newsDetails:after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  right: 50%;
  width: 0;
  height: 6px;
  background: var(--c2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.schoolNews .newsDiv .newsImage,
.schoolNews .newsDiv .newsMeta {
  position: relative;
  display: block;
}
.schoolNews .newsDiv .newsImage img {
  max-height: 200px;
  min-height: 200px;
}
.schoolNews .newsDiv .newsMeta h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c2);
  display: block;
  margin-top: 1rem;
}
.schoolNews .newsDetails {
  position: relative;
  display: flex;
  justify-content: space-around;
  background-color: var(--c6);
  border-top: 1px solid var(--c5);
  
  font-size: 0.84rem;
  color: var(--c1);
}
.schoolNews .newsDetails .newsDetailsIcon {
  color: var(--c2);
  font-size: 1rem;
}
.schoolNews .newsDiv:after {
  content: "";
  position: absolute;
  top: 109%;
  left: 50%;
  right: 50%;
  width: 0;
  height: 6px;
  background: var(--c2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.schoolNews .newsDiv:hover:after {
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media(max-width:768px){
	.schoolNews .newsDiv {
    	height: unset;
	}
}
/*********************/
/*  EVENTS
/*********************/
.schoolNews .schoolEvents {
  position: relative;
  display: block;
  background-color: var(--c6);
  border: 1px solid var(--c5);
  height: 100%;
}
.schoolNews .schoolEvents ul li {
  line-height: 1.5;
  border-bottom: 1px dotted var(--c7);
  margin-bottom: 2rem;
  padding-bottom: 0.6rem;
}
.schoolNews .schoolEvents .eventDiv {
  display: flex;
}
.schoolNews .schoolEvents .eventDate {
  position: relative;
  display: inline-block;
  height: 33px;
  background: var(--c2);
  font-size: 1rem;
  color: var(--c5);
  line-height: 1.2;
  margin-right: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.schoolNews .schoolEvents .eventDate span {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}
.schoolNews .schoolEvents ul li .eventDiv h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.schoolNews .schoolEvents .eventDiv:hover .eventDate {
  background: var(--c1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.schoolNews .schoolEvents .eventDiv:hover h4 {
  color: var(--c2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media(max-width:768px){
	.schoolNews .schoolEvents .eventDiv {
		flex-flow: column;
	}
	.schoolNews .schoolEvents .eventDate{
		width: 30%;
    	margin: 1rem auto;
	}
}
/*********************/
/*  GALLERY
/*********************/
.gallery {
  position: relative;
  display: block;
  margin: 6rem 0 3rem 0;
}
/*********************/
/*  HOME PAGE TITLES
/*********************/
.pageTitles {
  display: block;
  position: relative;
  line-height: 1.2;
  z-index: 9 !important;

  /* text-align:left;
  text-align-last:left; */
}

.pageTitles h2,
.pageTitles h4,
.pageTitles .mainTitle {
  position: relative;
  display: block;
  width: auto;
  font-family: "Quicksand", sans-serif;
  font-weight: bolder;
  font-size: 2.1rem;
  color: var(--c1);
  z-index: 99 !important;
}

.pageTitles .subTitle {
  display: inline-block;
  position: relative;
  color: var(--c2);
  font-family: "The Nautigal", cursive;
  text-transform: capitalize;
  font-size: 3rem !important;
  margin-bottom: -1rem;
  z-index: 3 !important;
}
.pageTitles .titleIntro {
  width: 75%;
  display: block;
  line-height: 2;
}
@media(max-width:768px){
	.pageTitles .titleIntro{
		margin:1rem auto !important;
		text-align:center !important;
	}
}
/*
	SIDE BAR
*/
.sub-page-title {
  position: relative !important;
  padding:.3em 0 .3em 0 !important;
  background: var(--c5) !important;
  text-align: center;
  overflow: hidden;
  margin-top: 0em !important;
  margin-bottom:1em;
  -moz-box-shadow: inset 0 -10px 10px -10px #333;
  -webkit-box-shadow: inset 0 -10px 10px -10px #333;
  box-shadow: inset 0 -10px 10px -10px #333;
  z-index: 9 !important;
  border-bottom: 6px solid var(--c2);
}
.sub-page-title h2,
.sub-page-title hr {
  position: relative;
  z-index: 3;
}

.sub-page-title h2 {
  position: relative;
  color: var(--c2);
  font-size: 3em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  padding-top: 3rem;
  margin: 1rem auto 0.5em auto !important;
  text-transform: uppercase;
  z-index: 9 !important;
}

.sub-page-title hr {
  width: 10%;
  background: none;
  border: none;
  border-bottom: 3px solid var(--c1);
  margin: 0.5em auto 0.5em auto;
}

#main-container {
  position: relative;
  margin-bottom: 6rem;
}

.subPages {
  position: relative;
  display: block;
}

.subPages img {
  width: 100%;
  height: auto;
}

.white-content {
  background: rgba(242, 242, 242, 0.3);
  padding: 1em;
  margin-bottom: 2em;
  border: 1px solid var(--c5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: 1.7;
}

.subPages ul,
.subPages ul.techData {
  position: relative;
  width: 100%;
  margin: 2rem auto 2rem auto;
}
.subPages ul.techData {
  margin-top: 0.3rem !important;
}
.subPages ul li,
.white-content li {
  position: relative;
  list-style: none;
  border-bottom: 1px dotted var(--c5);
  margin: 0.6rem 0 0.6rem 0;
  padding-bottom: 0.1rem;
}
.subPages ul.techData li {
  display: inline-block;
  padding: 1rem;
  border: 1px solid var(--c5);
  margin: 0.3rem auto;
  text-align: center;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.subPages ul.techData li:hover {
  background-color: var(--c1);
  color: var(--c4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.white-content li a {
  color: var(--c9);
}

.white-content li a:hover,
.white-content .current_page_item a {
  color: var(--c3);
}

.cPages .title-3,
.white-content .title-3,
.subPages .title-3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--c2);
}

/*
	  breadcrumbs
  */

#breadcrumbs {
  position: relative;
  display: block;
  list-style: none;
  margin: 0 auto !important;
  overflow: hidden;
  padding: 0 !important;
  z-index: 99 !important;
  text-align: center;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#breadcrumbs li:first-child {
  margin-left: 0 !important;
}

#breadcrumbs li a,
#breadcrumbs li.item-current {
  font-family: "Playfair Display", serif;
  font-size: 1em;
  color: #ccc;
  font-weight: normal;
  text-transform: none;
}

#breadcrumbs li.item-current {
  color: var(--c3);
  font-weight: normal;
}

#breadcrumbs .separator {
  font-size: 18px;
  color: #253939;
}

/*
	  SEARCH
  */
.search-container {
  margin-bottom: 3em;
}

.search-container .search-page-title {
  position: relative;
  display: block;
  font-size: 1.6em;
  font-family: "Playfair Display", serif;
}

.search-container .searchResults li {
  position: relative;
  list-style: none;
  margin: 0.9em 0 0.9em 0;
  padding-bottom: 0.2em;
  padding-left: 0em;
  border-bottom: 1px dotted #ccc;
}

.search-container .searchResults li:before {
  display: none;
}

.search-container .searchResults li:hover .title-5 {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-container .searchResults .title-5 {
  position: relative;
  display: block;
  font-size: 1.2em;
  color: var(--c1);
  font-family: "Playfair Display", serif;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/******************
	  SUB PAGES
  /******************
  
  
  
  /*
	  PRODUCT CHILD PAGES
  */

.child_pages {
  display: block;
  margin-top: 4em;
  margin-bottom: 4em;
}
.child_pages .card-columns {
  @include media-breakpoint-only(xl) {
    column-count: 4;
  }
  @include media-breakpoint-only(lg) {
    column-count: 3;
  }
  @include media-breakpoint-only(md) {
    column-count: 2;
  }
  @include media-breakpoint-only(sm) {
    column-count: 1;
  }
}
.child_pages .title-4 {
  font-size: 1.6em;
  color: #05aac6;
  display: block !important;
  width: 100%;
  margin: 2em 0 2em 0;
}

.childPage {
  display: inline-block;
  text-align: center;
  border: 1px dotted var(--c5);
}

.childPage h2 {
  font-size: 1.5em !important;
  color: var(--c1);
  display: block !important;
  width: 100%;
}

.childPage:hover h2 {
  color: var(--c2);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.childPage img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.childPage:hover img {
  filter: brightness(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .childPage {
    min-width: 98%;
    width: 98%;
  }
}

.noGap {
  margin: 0;
  padding: 0;
}

/*
	GO TOP
*/
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;

  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top.show {
  opacity: 1;
}
#back-to-top .goTopIcon {
  position: absolute;
  bottom: -18px !important;
  right: 6px;
  z-index: 99;
  color: var(--c1);
}
#back-to-top .goTopIcon:hover {
  color: #ccc !important;
}

#back-to-top .progress-indicator {
  position: fixed;
  bottom: 30px;
  right: 75px;
  width: 50px;
  height: 50px;
}
#back-to-top .progress-indicator svg {
  position: absolute;
}
#back-to-top .progress-indicator svg .animated-circle {
  fill: transparent;
  stroke-width: 3px;
  stroke: var(--c7);
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
}

/*
	FOOTER
*/
.footer1 {
  position: relative;
  background: var(--c1);
  color: var(--c5);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer1 .footerTitle {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--c5);
  z-index: 9;
}

.footer1 .footLinks,
.footer1 .socialLinks ul {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 9;
}

.footer1 .footLinks li,
.footer1 .socialLinks ul li {
  position: relative;
  display: block;
  list-style: none;
  padding-left: 0.9rem;
}
.footer1 .socialLinks ul li {
  display: inline-block !important;
}
.footer1 .footLinks li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  color: var(--c5);
  z-index: 0;
  transition: all 0.6s cubic-bezier(0.33, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.6s cubic-bezier(0.33, -0.55, 0.265, 1.55);
  -moz-transition: all 0.6s cubic-bezier(0.33, -0.55, 0.265, 1.55);
  -o-transition: all 0.6s cubic-bezier(0.33, -0.55, 0.265, 1.55);
}

.footer1 .footLinks li a,
.footer1 .socialLinks ul li a {
  color: var(--c5);
  transition: all 0.6s cubic-bezier(0.33, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.6s cubic-bezier(0.33, -0.55, 0.265, 1.55);
  -moz-transition: all 0.6s cubic-bezier(0.33, -0.55, 0.265, 1.55);
  -o-transition: all 0.6s cubic-bezier(0.33, -0.55, 0.265, 1.55);
}
.footer1 .footLinks li:hover:before,
.footer1 .footLinks li.current_page_item:before,
.footer1 .footLinks > li a:hover,
.footer1 .footLinks > li.current_page_item > a,
.footer1 .socialLinks ul > li a:hover {
  color: var(--c3);
  transition: all 0.3s cubic-bezier(0.33, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.3s cubic-bezier(0.33, -0.55, 0.265, 1.55);
  -moz-transition: all 0.3s cubic-bezier(0.33, -0.55, 0.265, 1.55);
  -o-transition: all 0.3s cubic-bezier(0.33, -0.55, 0.265, 1.55);
}

.footer2 {
  position: relative;
  display: block;
  background: var(--c2);
  color: var(--c5);
  padding: 0.3rem 0 0.3rem 0;
}
.footer2 a {
  color: var(--c4);
}
/* custom mouse cursor */
#cursor,
#follower {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}

#cursor {
  background: var(--c1);
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  z-index: 1001;
  opacity: 0;
  transition: transform 0.5s;
}

#follower {
  background: var(--c2);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: -15px 0 0 -15px;
  z-index: 1000;
  transition: transform 0.5s;
}

#follower.active {
  transform: scale(2.4);
  background: var(--c3);
}

#cursor.hide,
#follower.hide {
  display: none;
}




/*
    BLINK
*/
.blink a {
  -webkit-animation-fill-mode:both;
  -moz-animation-fill-mode:both;
  -o-animation-fill-mode:both;
	animation-fill-mode:both;
	
	-webkit-animation:blink 1s infinite;
	-moz-animation:blink 1s infinite;
	-o-animation:blink 1s infinite;
	animation:blink 1s infinite;
}
@-webkit-keyframes blink {
	0%,50%,100% {
		opacity:1;
	}
	
	25%,75% {
		opacity:0;
	}
}

@keyframes blink {
	0%,50%,100% {
		opacity:1;
	}
	
	25%,75% {
		opacity:0;
	}
}


.userImage{
	display:block;
	width:120px !important;
	height:120px !important;
	border-radius:50% !important;
	border:4px solid var(--c1);
	margin-bottom:1rem;
}


/*
	CONTACT FORM 7
*/
.wpcf7 input,
.wpcf7 textarea
{
	width:98%;
	padding:0.3rem;

}

/*
 	INLINE H TAGS
*/
h1.inline, 
h2.inline, 
h3.inline, 
.inline {
    font-size: inherit !important;
    padding: 0px !important;
    margin: 0px !important;
    font: inherit !important;
    text-transform: inherit !important;
    color: inherit !important;
    display: inline !important;
    text-decoration: inherit !important;
    float: none !important;
    letter-spacing: inherit !important;
}