/* CSS created by Inderpreet Singh  */

.nav-item 
{
    margin: 0 15px !important;
}

.navbar-nav 
{
    padding-left: 20px;
    background: #ffbc3b;
}

.txt-shadow
{
	color: white;
    text-shadow: 2px 2px 4px #000000;
}

p, .paragraph
{
    color: #1a1a37 !important;
    font-size: 16px;
	text-align: justify !important;
	
}

body 
{
    color: #1a1a37 !important;
}

.list-group-item:last-child, .list-group-item:first-child 
{
    margin-bottom: 0;
    border-bottom-right-radius: 0 !important; 
    border-bottom-left-radius: 0 !important; 
    border-top-left-radius: 0 !important; 
	border-top-right-radius: 0 !important; 
}


.play-btn {
    display: inline-block;
    height: 350px;
    width: 250px;
    border-radius: 50%;
    background: none !important;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.founder{
	
	height: 220px;
    width: 200px;
	
}

sup {
    vertical-align: super !important;
    font-size: smaller !important;
}


.blinking {
    animation: blinkingText 1.2s infinite !important;
}

.blinking{animation:blinkingText 1.2s infinite}@keyframes blinkingText{
    0%{     color: #ffc300;    }
    49%{    color: #ffc300; }
    60%{    color: #fff; }
    99%{    color: #fff;  }
    100%{   color: #ffc300;    }
}.blinking1{animation:blinkingText 1.2s infinite}@keyframes blinkingText{
    0%{     color: #ac1317;    }
    49%{    color: #ffc300; }
    60%{    color: #fff; }
    99%{    color: #fff;  }
    100%{   color: #ffc300;    }
}

.managem{
padding:20px;	
	
}

.managem:hover{
	padding:0px;
	 transition: .5s ease;

}


.managem{
padding:20px;	
	
}

.managem:hover{
	padding:0px;
	 transition: .5s ease;

}


.feature-blocks {
   
    padding-right: 10% !important;
}
 .carousel-control-prev {
   
    
font-size: 100px !important; 
    margin-top: -50px!important;
	padding:20px; background-color: #1a1a37 ;
    color: #fff!important;
	left:0px; height:50px;  top:50%; width:50px;opacity: 1.0 !important;
}
.carousel-control-next {
   
    
font-size: 100px !important; 
    margin-top: -50px!important;
	padding:20px; background-color: #1a1a37 ;
    color: #fff!important;
	right:0px;height:50px;  top:50%; width:50px;opacity: 1.0 !important;
}


	
  @-webkit-keyframes argh-my-eyes {
    0%   { background-color: #fff; }
    49% { background-color: #fff; }
    50% { background-color: #000; }
    99% { background-color: #000; }
    100% { background-color: #ff0000; }
  }
  @-moz-keyframes argh-my-eyes {
    0%   { background-color: #ff0000; }
    49% { background-color: #ff0000; }
    50% { background-color: #000; }
    99% { background-color: #000; }
    100% { background-color: #ff0000; }
  }
  @keyframes argh-my-eyes {
    0%   { background-color: #ff0000; }
    49% { background-color: #ff0000; }
    50% { background-color: #000; }
    99% { background-color: #000; }
    100% { background-color: #ff0000; }
  }
  .transport {
  -webkit-animation: argh-my-eyes 0.5s infinite !important;
  -moz-animation:    argh-my-eyes 0.5s infinite !important;
  animation:         argh-my-eyes 0.5s infinite !important;
}
.carousel-fade {
  animation-delay: 1s !important;
}

#fb-bg{
	color:#1da1f2 !important;
	
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

#admission{
	top: 50%;
						right:-80px;
						position: fixed;
						z-index: 99999;
	-ms-transform: rotate(-90deg); /* IE 9 */
  transform: rotate(-90deg);
	
	}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1) !important;
  }
  to {
    -webkit-transform: scale(1.1, 1.1)!important;
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1)!important;
  }
  to {
    transform: scale(1.1, 1.1)!important;
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 5s!important;
  animation: zoom 5s!important;
}



@font-face {
  font-family: Mycustombmu;
  src: url(css/KrutiDev.ttf);
}


.fixed-top {
 position:unset!important;
   
}


.page-title-section {
    padding: 30px 0 30px !important;
}