﻿.school-slider {
	
	overflow:hidden;
}
.school-slider .owl-stage {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
	
}
.school-slider .owl-nav ,.school-slider .owl-dots{
	
	display:none;
}
/* .our-academics {
	
	 background:#6497b1;
} */
.umt-life {
	    padding:50px 0px;
	  position: relative;
	 /*  background:#6497b1; */
    background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
	     background: url(./images/bg-event.jpg);
		 background-attachment:fixed;
}
.event-pic-box {
	overflow:hidden;
	
}
.event-pic-box img{
	    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	
	
}
.event-pic-box:hover img{
	
	    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
	
}
.event-title-box {
	background:#fff;
    padding: 50px 15px;
    text-align: center;
    position: relative;
    right: 30px;
      outline: 4px solid #2196F3;
    outline-offset: 10px;
	
}
.event-title-box  h2 {
	
  font-weight: 800;
    font-size: 32px;
	    color: #0d103f;
    font-family: 'Roboto Slab', serif;
text-transform:uppercase;	
}
.event-title-box:hover h2 {
	
	color:#2196F3;
	
}
.sm-event-box {
	background:#fff;
	
}
.sm-event-img  {
	overflow:hidden;
	
}
.sm-event-img img {
	   -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	
	
}
.sm-event-box:hover .sm-event-img img{
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);	
	
}

.sm-event-title h4 {
	font-size: 20px;
    margin: 0;
    padding: 15px;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 700;
	color: #0d103f;
}
.sm-event-title:hover h4 {
	color:#2196F3;
	
}
.view-all-events {
	    position: relative;
    padding: 7px 20px;
    top: 100%;
    float: right;
    right: 10%;
    background: white;

	
}
.view-all-events:hover {
	background:#0d103f;
	color:#fff;
	
	
}
/* .umt-life:before{
	  position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(13, 16, 63, 0.81);
	
	
} */
.video-wrapper {
    position: relative;
    width: 100%;
    padding:70px 0px;
   
    overflow: hidden;
}
.video-expand {
    color: white;
    font-size: 1.125rem;
    line-height: 1em;
    opacity: .4;
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    z-index: 3;
	display:none;
}
.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s;
}
.tv .screen.active {
  opacity: 1;
}
.video-overlay {
    height: 100%;
  left:0;
  top:0;
    position: absolute;
    width: 100%;
    z-index: 2;
	background: rgba(0, 0, 0, 0.0);
}
.umt-life .title {
	
	letter-spacing: 2px;
    font-weight: 700;
    color: #333;
    font-family: 'Encode Sans', sans-serif;
	
	
}
.umt-life  .title span {
	color: #fff;
	font-size:50px;
}
.umt-video {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 165px 0;
    background-position: center center;
	z-index:1;
	
   

}
/* .umt-video:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.6);
	border-radius: .25rem;
} */
.intro-video .video-inner-box {
    position: relative;
    text-align: center;
    top: 50%;
   
    text-transform: uppercase;
}
.intro-video .play-button {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    line-height: 65px;
    margin-bottom: 15px;
    padding-left: 6px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    outline: none !important;
}
.video_play_button i {
    color: #981005;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 100%;
    left: 50%;
    margin-left: -6px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 999;
}
