
body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

ul{
  padding-left: 14px;
}



h1{
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	
	.navbar-nav {
		float: right;
		margin: 0;
	}

    .top-nav-collapse {
        padding: 0;
    }
}

.navbar-brand {
    padding: 6px 15px;
}

.navbar-default .navbar-nav>li>a.active {
    color: #fff;
	background:#ff0000;
}

.intro-section {
      text-align: center;
    background: url(../img/banner.jpg);
	background-size:cover;
    padding: 60px 0;
    margin-top: 92px;
	color:#fff;
}

.sheela-pic{
	width:233px;
}
.intro-section  .video-frame{
	box-shadow: 0 0 10px 10px;
	height:358px;
	border:4px solid #ff0000;
}

.intro-section h1{
	margin-top: 100px;
    font-size: 60px;
}

.about-section {
    padding: 50px 0 0 0;
    background: #ff0000;
	color:#fff;
}

.about-section a{
	color:#fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ff0000;
}

.testi{
    background: #fff;
    color: #ff0000;
    padding: 30px 20px 20px;
    font-style: italic;
    font-size: 17px;
    line-height: 18px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.54);
    min-height: 329px;
    margin-bottom: 24px;
    position: relative;
}
.testi:after{
	content:'"';
	display:block;
	position: absolute;
	font-size: 70px;
	color: #767676;
	top: 25px;
	left: -3px;
}
.testi .name{
    font-size: 13px;
    font-style: normal;
    display: block;
    margin-top:  20px;
    color: #393939;
    font-weight: 600;
}


@media(max-width:991px) {
	.testi{
		min-height: auto;
	}
}

@media(max-width:768px) {
	.intro-section {
		margin-top: 10px;
	}
	.intro-section h1 {
		margin-top: 50px;
		font-size: 40px;
		margin-bottom: 50px;
	}
}

@media(max-width:480px) {
	.intro-section .video-frame {
		height: 258px;
	}
	.intro-section .video-frame iframe{
		height:250px !important;
	}
}

footer{
	padding: 10px 0;
	text-align:center
}
footer p{
	margin:0;
}
footer .copyright{
	font-size:12px;
}
footer a{
	text-decoration:underline;
	color:#ff0000;
}
