/* Global Styles */
a {
    display: inline-block;
}
abbr[title] {
    text-decoration: none;
}
li {
    list-style: none;
}
body {
    position: relative;
}
/*  */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.dropdown-item:hover {
    background-color: #D69B6B;
    color: white;
}

.border-hover:hover {
    border: 1px solid D69B6B !important;
    transition: border-color 0.7s ease;
}

#branches .card:nth-child(n) {
    transition: all 0.3s ease-in;
}

#branches .card:nth-child(2n + 1) a.branch:hover {
    background-color: rgba(65, 105, 225, 0.7) !important;
    color: white !important;
}

#branches .card:nth-child(2n) a.branch:hover {
    background-color: rgba(40, 167, 70, 0.7) !important;
    color: white !important;
}

/* Media Queries */
@media screen and (max-width: 576px) {
    nav .navbar-brand img {
        height: 48px !important;
    }

    #school-name {
        font-size: large;
    }
}

/*Slider image animations*/

/*Our Team Css style*/
.ourteam{
	max-width: 100%; 
	max-height: 100%;
	/*background-size: cover;*/
	background-size: 100% 100%;
	margin-top:200px;
	margin-bottom: -12px;
}

#animate{
	float: left;
	margin: auto;
	width: 20%;
	height: auto;
	top: 17%;
	right:22%;
	position: absolute;	
	-webkit-mask-image: linear-gradient(to top, transparent 0%, black 30%);
	mask-image: linear-gradient(to top, transparent 0%, black 40%);
	-
}
#animate12{
	float: left;
	margin: auto;
	width: 22%;
	height: auto;
	top: 19%;
	right:30%;
	position: absolute;	
	-webkit-mask-image: linear-gradient(to top, transparent 0%, black 30%);
	mask-image: linear-gradient(to top, transparent 0%, black 40%);
	-
}
#animate2{
	float: left;
	margin: auto;
	width: 25%;
/*	height: 600px;*/
	top: 16%;
	left: 27%;
	position: absolute;
	-webkit-mask-image: linear-gradient(to top, transparent 0%, black 30%);
	mask-image: linear-gradient(to top, transparent 0%, black 40%);
	}
#animate3{
	float: left;
	margin: auto;
	width: 30%;
/*	height: auto;*/
	top: 13%;
	left: 35%;
	position: absolute;
	/*opacity: 0.5;*/
	-webkit-mask-image: linear-gradient(to top, transparent 0%, black 30%);
	mask-image: linear-gradient(to top, transparent 0%, black 30%);
}

#animate4{
	float: left;
	margin: auto;
	width: 22%;
/*	height: 500px;*/
	top: 14%;
	left: 20%;
	position: absolute;
	-webkit-mask-image: linear-gradient(to top, transparent 0%, black 70%);
	mask-image: linear-gradient(to top, transparent 0.5%, black 70%)
}
#animate5{
	float: left;
	margin: auto;
	width: 20%;
/*	height: 500px;*/
	top: 15%;
	right: 16%;
	position: absolute;
	-webkit-mask-image: linear-gradient(to top, transparent 0%, black 80%);
	mask-image: linear-gradient(to top, transparent 0.5%, black 80%)
}
#animate6{
	float: left;
	margin: auto;
	width: 20%;
/*	height: 500px;*/
	top: 15%;
	left:14%;
	position: absolute;
	-webkit-mask-image: linear-gradient(to top, transparent 0%, black 95%);
	mask-image: linear-gradient(to top, transparent 0.5%, black 100%);
}
#animate7{
	float: left;
	margin: auto;
	width: 19%;
/*	height: 500px;*/
	top: 17%;
	right: 9%;
	position: absolute;
	-webkit-mask-image: linear-gradient(to top, transparent 0.5%, black 80%);
	mask-image: linear-gradient(to top, transparent 0.5%, black 80%);
}
#animate8{
	float: left;
	margin: auto;
	width: 16%;
/*	height: 500px;*/
	top: 18%;
	left:9%;
	position: absolute;
	-webkit-mask-image: linear-gradient(to top, transparent 0%, black 80%);
	mask-image: linear-gradient(to top, transparent 0.5%, black 100%);
}

#animate31{
	float: left;
	margin: auto;
	width: 55%;
/*	height: auto;*/
	top: 60%;
	left: 35%;
	position: absolute;
	/*opacity: 0.5;*/
	-webkit-mask-image: linear-gradient(to top, transparent 0%, black 30%);
	mask-image: linear-gradient(to top, transparent 0%, black 30%);
}
#animate32{
	float: left;
	margin: auto;
	width: 60%;
/*	height: auto;*/
	top: 70%;
	left: 25%;
	position: absolute;
	/*opacity: 0.5;*/
	-webkit-mask-image: linear-gradient(to top, transparent 0%, black 30%);
	mask-image: linear-gradient(to top, transparent 0%, black 30%);
}

#catchy{
	font-family:"Bad Script";
	font-style: italic;
	font-size: 3vw;
	font-weight: 800;
	color: white;
	text-shadow: 2px 2px 4px black, 0 0 25px lightgrey, 0 0 4px grey ;
	float: left;
	margin: auto;
	width: 70%;
	position: relative;
	
	
}
#catchy2{
/*	font-family: "Microsoft Sans Serif";*/
	font-family:"Bad Script";
	font-style: italic;
	font-size: 2.0vw;
	/*font-size: 2.0em;*/
	color: white;
	text-shadow: 2px 2px 2px black, 0 0 30px lightgrey, 0 0 4px grey ;

}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial;
  padding: 20px;
  background: #f1f1f1;
}

/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  background: white;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  float: left;
  width: 60%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 40%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 80%;
  height: 50% !important;
  padding: 20px;
  margin: 10px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }
}
.image_banner{
	width: 100%;
    height: 400px;
    min-height: 200px;
    position: relative;
    outline:1px dotted #ccc ;
}
.image_banner img{
	width: 100%;
}

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}


.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}
.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}

.para1{
	font-family: "Gill Sans", sans-serif;
    letter-spacing: 0.55px;
    font-size: 16px;
    line-height: 28px;
    border: #ffaa7fff 2px solid; 
    padding: 5px; 
    text-align: justify;
}
.mb-3{
	color: white;
}
/*Event page css*/
.layout_padding {
	padding-top: 15px;
	padding-bottom: 90px;
}
.container {
	width: 100%;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: flex;
	margin-right: -15px;
	margin-left: -15px;
}
.margin_top_30 {
	margin-top: 30px !important;
}

.Collapsible__trigger:after {
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
}