.background-video {
	position: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height:100%;
}
.center-container,.ban-shade {
    min-height: 730px;
}
.logo {
    float: left;
    margin: 14px 0 0 25px;
}
.logo2 {
    float: right;
    margin: 14px 60px 0 0;
}

.top-nav{
	 float:right; 
     margin-right: 25px; 
	/* float: none; */
    /* position: absolute; */
    /* top: 0%; */
    /* left: 20%; */
    /* transform: translate(-50%, -50%); */
}
.ban-shade {
    background: rgba(0, 0, 0, 0.5);
}
.top-nav ul li:nth-child(7) {
    border: 1px solid #fff;
	outline:none;
}
.top-nav ul li a.active{
	color:#E21737 !important;
}
.nav > li > a {
    padding: .3em .8em .3em .8em;
}
.nav > li > ul {
    top: 44px;
}
.nav > li {
    margin: 0 4px;
}

/*-- Kumya --*/
.logo a {
    font-weight: 500;
    color: #e21737;
    text-transform: uppercase;
    text-decoration: none;
}
.link--kumya {
	font-size: 1.3em;
	overflow: hidden;
	line-height: 1;
	text-decoration:none;
	color:#dec689;
}

.link--kumya:hover {
	color: #fff;
}

.link--kumya::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background: #242424;
	-webkit-transform: translate3d(101%,0,0);
	transform: translate3d(101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--kumya:hover::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.link--kumya span {
	display:inline-block;
	position: relative;
}

.link--kumya span::before {
	content: attr(data-letters);
	position: absolute;
	color:#dec689;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 0%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--kumya:hover span::before {
	width: 100%;
}
/*-- //Kumya --*/
.logo a i {
	background:url(../images/logo.png) no-repeat 0px 0px;
	display:inline-block;
	width:32px;
	height:32px;
    margin-right: 8px;
}
.header-nav {
    padding: 5px 0 17px 0;
    border-bottom: 1px solid #AFAEAE;
}
.banner-info {
    margin-top: 12em;
	text-align:center;
}
.banner-info h3 {
    color: #dcdcdc;
    font-size: 26px;
    text-transform: uppercase;
}
.banner-info h2 {
    color: #fff;
    font-size: 3em;
    margin: 2em 0;
    text-transform: uppercase;
}
.banner-info p {
    color: #D2D0D0;
    font-size: 23px;
    width: 70%;
    margin: 0 auto 3.5em;
    line-height: 1.8em;
}
.banner-info a{
	font-size:18px;
	color:#fff;
	background:#E21737;
    padding: 20px 50px;
	text-decoration:none;
}
/* Shutter In Vertical */
a.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:#dec689;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}
a.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#E21737; 
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-shutter-in-vertical:hover,a.hvr-shutter-in-vertical:focus,a.hvr-shutter-in-vertical:active {
  color: white;
}
a.hvr-shutter-in-vertical:hover:before,a.hvr-shutter-in-vertical:focus:before,a.hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
/*-- about --*/
.page-head{
background:url(../video/training.jpg) no-repeat 0px 0px;
background-size:cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
}

.about-page,.typrography,.gallery ,.contact,.courses_box1{
    padding: 6em 0;
}
.about-gd-left{
	float:left;
	width:19%;
}
.about-gd-right{
	float:right;
	width:78%;
}
h3.tittle {
    margin-bottom: 2em;
    text-align: center;
    color: #E21737;
    font-size: 2.5em;
    text-transform: uppercase;
}
.about-grid h4 {
    color: #000;
    font-size: 2em;
}
.about-gd-left h5 {
    color: #dec689;
    font-size: 1.8em;
}
.about-gd-right p {
    font-size: 14px;
    color: #464646;
    line-height: 2.2em;
}
.about-gd {
    margin-top: 1.4em;
}
/*-- history --*/
.history-left-grid p{
	font-size:1em;
	color:#a5a5a5;
	margin:0;
	padding-left: 1em;
}
.glyphicon-calendar {
  left: -13px;
}
.history-right h4{
    color: #dec689;
    font-size: 1.8em;
    margin: .8em 0;
    text-transform: capitalize;
}
.history-left-grid h4{
    color: #dec689;
    font-size: 1.8em;
    margin: .5em 0;
    text-transform: capitalize;
}

p.aut,.history-right p{
	color:#464646;
	font-size:14px;
	margin:0;
	line-height:2.2em;
	padding: 0;
}
.history-left-grid:nth-child(3){
	margin:2em 0;
}

.history-right ul{
	padding:2em 0 0;
}
.history-right ul li{
	list-style-type:none;
    display: block;
	line-height:2.5em;
}
.history-right ul li a{
    font-size: 14px;
    color: #464646;
    text-decoration: none;
    text-transform: capitalize;
}
.history-right ul li a:hover{
	text-decoration:none;
	color: #E21737;
}
.history-left-grid:nth-child(2) {
    margin: 3em 0;
}
.history {
    padding: 6em 0;
    background: #f7f7f7;
    border-top: 1px solid #eee;
}
.history-right ul li a span {
    color: #E21737;
    margin-right: 18px;
}
/*-- //history --*/
/*-- //about --*/