body{
	font-family: 'Raleway', "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: rgb(201, 201, 201);
	background-image: url(../pics/bg.png);
	background-attachment: fixed;
	background-position: bottom;
	background-size: contain;
}
.container.main{
	background-color: rgb(247, 247, 247);
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px rgba(131, 131, 131, 0.56);
	margin-top: 6px;
	padding: 0px;
}
.header, .section{
	padding-right: 15px; 
	padding-left: 15px;
}

.pullLeft.logo{
	width: 130px;
	margin: auto;
	
}
@media (min-width: 992px) {
  .container.main, .container.footer {
    width: 950px;
  }
  .navbar-default {
	 background-color: transparent;
	 border-color: transparent;
	}

}
@media (min-width: 1200px) {
  .container.main, .container.footer {
   	width: 950px;
  }
}
@media (min-width: 768px) {
.navbar-default {
	 background-color: transparent;
	 border-color: transparent;
	}
.lead {
	font-size: 16px;
}
.testimonial .thumbnail{
	width: 70%;
}
	.padding-left-50{
		padding-left: 35px;
		padding-right: 35px;
	}
	.left-border{
		padding-left: 50px;
		border-left: 1px #D8D4D4 dotted;
	}	 
	.dl-horizontal dt { 
		width: 80px; 
		line-height: 2;
	}
	.dl-horizontal dd {
		margin-left: 90px;
		line-height: 2;
	}

	.pullLeft.logo{
		float:left;
		margin-right: 15px;
	}	
}
@media (max-width: 767px) {
.nav.nav-pills.nav-justified li a{
	text-align: left;
}

.navbar-default {
	 background-color: transparent;
	 border-color: transparent;
	}
.nav-pills>li+li {
	margin-left: 0px;
}
.navbar.navbar-default{
	margin-left: -15px;
	margin-right: -15px;
}
.padding-left-50{
	padding-left: 25px;
}
.thumbnail {
display: inline-block;}
}
.page-header h1,.page-header h3 {
	color: #9B00A8;
	font-weight: bold;
	text-shadow: 2px 1px 1px #BBB;
	letter-spacing: 1px;
}
nav .nav.nav-pills.nav-justified{
	margin: 7.5px -15px;
	width: auto;
	text-align: left;
}
nav .nav-pills>li>a {
	border-radius: 0px;
}
nav .nav-pills>li>a i{
letter-spacing: 2px;
}
nav .nav-pills>li.active>a, nav .nav-pills>li.active>a:hover, nav .nav-pills>li.active>a:focus {
color: #fff;
background-color: #3D3D3D;
box-shadow: 0px 0px 10px #636161;
text-shadow: 2px 2px 1px #000;
font-weight: bold;
}
nav .nav>li>a:hover, nav .nav>li>a:focus {
text-decoration: none;
background-color: #eee;
box-shadow: 0px 0px 10px rgba(99, 97, 97, 0.18);
}
nav .nav-pills>li>a {
color: #3C1111;
text-shadow: 1px 2px 2px rgba(29, 29, 29, 0.44);
font-weight: bold;
}

.item img{
	width: 100%;
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 105%;
z-index: 15;
width: 25%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;

}
footer{
	background-color: rgb(22, 21, 21);
	box-shadow: rgba(0, 0, 0, 0.701961) 0px 0px 5px 0px;
	border-top: 0px solid rgb(22, 21, 21);
	border-bottom: 0px solid rgb(22, 21, 21);
	min-height: 50px;
	padding: 25px 0;
	color: #868686;

}
.footer .row .col-md-4{ 
	min-height: 50px;
}
.footer .social-media.nav>li>a {
position: relative;
display: block;
padding: 5px 5px;
} 
.social-media.nav>li>a:hover, .social-media.nav>li>a:focus {
text-decoration: none;
background-color: transparent;
color: #fff;
}
.section .vission{
	margin: 40px 0px;
}
.section .vission h3{
	text-align: center;
	line-height: 155%;
	letter-spacing: -1px;
font-size: 26px;
}
.section .vission p{
	font-style: italic;
	font-size: 16px;
	line-height: 155%;
}
.section .vission p span.pull-left{
	display: block;
margin-top: -7px;
margin-left: -7px;
margin-right: 10px;

}
.section .vission p span i{
	color: rgba(158, 0, 0, 0.66);
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
.page-header, .navbar{
	margin-bottom: 10px;
}
.carousel {
    overflow: hidden;
}
.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}

.testimonial{
	margin-top: 15px;
}
.testimonial .col-md-9{
/*	margin-bottom: 15px;
	padding-bottom: 10px;
/*	border-bottom: 1px solid #E4E1E1;*/

}
.testimonial-L{
	padding: 10px;
	border-radius: 10px;
	-webkit-transition: all 1s ease-in-out;
			transition: all 1s ease-in-out;
}
.testimonial-close{
	overflow: hidden;
	height: 250px;
	box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.32);
}
.testimonial-open{
	overflow: auto;
	min-height: 200px;
}
.testimonial h4{
	line-height: 125%;
}
.testimonial h4 small{
	color: #BB4F4F;
font-weight: bold;
}

input.form-control, textarea.form-control, .form-group .btn{
	border-radius: 0px;
}
.margin-left-30{
	margin-left: 30px;
}
.left-border{
padding-left: 50px;
 
}
.padding-left-30{
	padding-left: 30px;
}
.copyright{
	font-size: 11px;
	letter-spacing: 0.4px;
	margin-left: 0px;
	color:#868686;
}
.registration{
	/*position: absolute;
	top: 12px;*/
	color: #ADADAD;
}
.we{
	background-color: #428bca;
color: #000;
font-size: 11px;
 
margin-top: 6px;
padding: 3px 3px 6px 5px!important;
}
.we span{
	text-decoration: underline;
}
.we sub{
bottom: -4.2px;
font-size: 110%;
left: -1.5px;
font-weight: 500;
}
.testimonial .label.label-primary{
	opacity: 0;
}
.contact .label-primary {
background-color: #D16379;
}
.listProjects{
	margin: 30px 0 50px 0;
}
.listProjects ul li{
margin-bottom: 10px;
font-size: 18px;
padding-left: 12px;
}
.overlayMain{
	position: fixed;
	left: 0px;
	right:0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(3, 2, 2, 0.7);
	z-index: 100;
}
.overlayInner{
	display: table;
	width: 100%;
	height: 100%;

}
.overlayMsg{
	display: table-cell;
	vertical-align: middle;
}

	    .leftcurtain{
			width: 50%;
			height: 100%;
			top: 0px;
			left: 0px;
			position: fixed;
			z-index: 100; 
		}
		 .rightcurtain{
			width: 51%;
			height: 100%;
			right: 0px;
			top: 0px;
			position: fixed;
			z-index: 100;
		}
		.rightcurtain img, .leftcurtain img{
			width: 100%;
			height: 100%;
		}
		.logoLaunch{
			position: fixed;
			top:50%;
			left: 50%;
			margin-left: -220px;
			width: 440px;
			z-index: 99;
			margin-top: -220px;
		}
.kannada{font-family: Nudi Akshara;
	position: fixed;
	top:50%;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	z-index: 106;
	margin-top: -120px;	
}
.animatScreen .line3{
	font-family: 'Raleway', "Helvetica Neue",Helvetica,Arial,sans-serif; 
}
.kannada.line3,.kannada.line4,.kannada.line5{ 
	margin-top: -55px;	
}
h1.kannada{
font-size: 73px;
/*color: rgb(32, 8, 206);*/
color: transparent;
text-shadow: 0px 0px 1px rgba(155, 0, 0, 1);
font-weight: bold;
}

.animateLogo{
	opacity: 0;
	/*display: none;*/
}
.line1, .line2, .line3, .line4, .line5{
	opacity: 0;
	/*display: none;*/
}

#mainScreen{
	opacity: 0;
	/*display: none;*/
}
#mainScreen.animatMainScreen{
	display: block;
	opacity: 1;
	-webkit-animation: blurFadeIn 7s backwards;
	-moz-animation: blurFadeIn 7s backwards;
	-ms-animation: blurFadeIn 7s backwards;
	animation: blurFadeIn 7s backwards;
	z-index: 150;
	-webkit-animation-delay: 22s;
	-moz-animation-delay: 22s;
	-ms-animation-delay: 22s;
	animation-delay: 22s;
	 
}
.animatScreen .animateLogo{
	-webkit-animation: blurFadeInOut 5s ease-in;
	-moz-animation: blurFadeInOut 5s ease-in;
	-ms-animation: blurFadeInOut 5s ease-in;
	animation: blurFadeInOut 5s ease-in;
/*	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;*/
}
.animatScreen .line1, .animatScreen .line2,.animatScreen .line3,.animatScreen .line4, .animatScreen .line5{

	-webkit-animation: blurFadeInOutD 3s ease-in backwards;
	-moz-animation: blurFadeInOutD 3s ease-in backwards;
	-ms-animation: blurFadeInOutD 3s ease-in backwards;
	animation: blurFadeInOutD 3s ease-in backwards;
}
.animatScreen .line3{

	-webkit-animation: blurFadeInOutD 7s ease-in 11s backwards;
	-moz-animation: blurFadeInOutD 7s ease-in 11s backwards;
	-ms-animation: blurFadeInOutD 7s ease-in 11s backwards;
	animation: blurFadeInOutD 7s ease-in 11s backwards;
}
.animatScreen .line1 {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.animatScreen .line2 {
	-webkit-animation-delay: 9s;
	-moz-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
}
.animatScreen .line3 {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
.animatScreen .line4 {
	-webkit-animation-delay: 19s;
	-moz-animation-delay:19s;
	-ms-animation-delay: 19s;
	animation-delay: 19s;
}
.animatScreen .line5 {
	-webkit-animation-delay: 22s;
	-moz-animation-delay: 22s;
	-ms-animation-delay: 22s;
	animation-delay: 22s;
}
.rope{
	position: fixed;
	top: -40px;
	left: 85%;
	z-index: 104;
}
.screenFixed{
	overflow: hidden;
}


@-webkit-keyframes blurFadeInOut{
	0%{
		opacity: 0;

		text-shadow: 0px 0px 40px rgba(17, 36, 134, 1);;
		-webkit-transform: scale(1);
		display: block;
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px rgba(155, 0, 0, 1);
		-webkit-transform: scale(1);
		display: block;
	}
	100%{
		display: none;
		text-shadow: 0px 0px 50px  rgba(0, 0, 0, 1);
		-webkit-transform: scale(0);
		opacity: 0;
	}
}
@-moz-keyframes blurFadeInOut{
	0%{
		opacity: 0;

		text-shadow: 0px 0px 40px rgba(17, 36, 134, 1);;
		-webkit-transform: scale(1);
		display: block;
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px rgba(155, 0, 0, 1);
		-webkit-transform: scale(1);
		display: block;
	}
	100%{
		display: none;
		text-shadow: 0px 0px 50px  rgba(0, 0, 0, 1);
		-webkit-transform: scale(0);
		opacity: 0;
	}
}
@keyframes blurFadeInOut{
	0%{
		opacity: 0;

		text-shadow: 0px 0px 40px rgba(17, 36, 134, 1);;
		-webkit-transform: scale(1);
		display: block;
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px rgba(155, 0, 0, 1);
		-webkit-transform: scale(1);
		display: block;
	}
	100%{
		display: none;
		text-shadow: 0px 0px 50px  rgba(0, 0, 0, 1);
		-webkit-transform: scale(0);
		opacity: 0;
	}
}
@-webkit-keyframes blurFadeInOutD{
	0%{
		opacity: 0;
		color:transparent;
		text-shadow: 0px 0px 40px rgba(17, 36, 134, 1);;
		-webkit-transform: scale(1.3);
		/*display: block;*/
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px rgba(155, 0, 0, 1);
		-webkit-transform: scale(1);
		/*display: block;*/
	}
	100%{
		opacity: 0;
		/*display: none;*/
		text-shadow: 0px 0px 50px rgba(0, 0, 0, 1);
		-webkit-transform: scale(0);
		
	}
}

@-moz-keyframes blurFadeInOutD{
	0%{
		opacity: 0;
		color:transparent;
		text-shadow: 0px 0px 40px rgba(17, 36, 134, 1);;
		-webkit-transform: scale(1.3);
		/*display: block;*/
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px rgba(155, 0, 0, 1);
		-webkit-transform: scale(1);
		/*display: block;*/
	}
	100%{
		opacity: 0;
		/*display: none;*/
		text-shadow: 0px 0px 50px rgba(0, 0, 0, 1);
		-webkit-transform: scale(0);
		
	}
}

@keyframes blurFadeInOutD{
	0%{
		opacity: 0;
		color:transparent;
		text-shadow: 0px 0px 40px rgba(17, 36, 134, 1);;
		-webkit-transform: scale(1.3);
		/*display: block;*/
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px rgba(155, 0, 0, 1);
		-webkit-transform: scale(1);
		/*display: block;*/
	}
	100%{
		opacity: 0;
		/*display: none;*/
		text-shadow: 0px 0px 50px rgba(0, 0, 0, 1);
		-webkit-transform: scale(0);
		
	}
}
 @-webkit-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px  rgba(155, 0, 0, 1);
		-webkit-transform: scale(1);
		display: block;
	}
	 
	100%{
		display: block;
		text-shadow: 0px 0px 50px  rgba(155, 0, 0, 1);
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

 @-moz-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px  rgba(155, 0, 0, 1);
		-webkit-transform: scale(1);
		display: block;
	}
	 
	100%{
		display: block;
		text-shadow: 0px 0px 50px  rgba(155, 0, 0, 1);
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
 @keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px  rgba(155, 0, 0, 1);
		-webkit-transform: scale(1);
		display: block;
	}
	 
	100%{
		display: block;
		text-shadow: 0px 0px 50px  rgba(155, 0, 0, 1);
		-webkit-transform: scale(1);
		opacity: 1;
	}
}


/*@-webkit-keyframes blurFadeInC{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
		-webkit-transform: scale(1.3);
	}
	20%,75%{
		opacity: 0.5;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
		-webkit-transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
		-webkit-transform: scale(1);
	}
}
*/
/* added by chaitra */
.event_block {
    font-size: 13px !important;
    line-height: 13px;   
    color: #020202;
    text-align: left;
    margin-left: 1px;
}
.event_block h6 {
    color: #ffffff;
    background-color: #ae42b7;
    line-height: 25px;
    padding: 2px 0px 2px 5px;
	    font-size: 122%;
}
.yellow {
    color: #23205B;
    font-size: 12px !important;
    line-height: 100% !important;
    font-weight: bold;
	font-style: normal !important; 
	
}
.title {
    font-weight: bold;
	line-height: 100% !important;
	font-style: normal !important; 
}
.description {
    font-size: 12px !important;
	line-height: 100% !important;
	font-style: normal !important; 
}
.textBox{ 
   height: 315px;
   overflow: hidden;
}
.news_block{
	 font-style: normal !important; 
    font-size: 14px !important;
	line-height: 155%; 
    text-align: justify !important;
}
.read_more
	{
	  float:right;
	 /* background-color: #ae42b7f0;
	  border-color:  #ae42b7f0;*/
	  color:#ae42b7f0;
	  position: absolute;
		right: 5%;
		bottom: 8%;
		padding:2px 10px;
	  text-decoration: underline;
	   font-weight: 600;
	}
	
	.nav>li>a{
		padding: 10px 12px !important;
	}
	.table-bordered>tbody>tr>td{
		    border: 1px solid #ae42b752 !important;
			text-align: center;
			font-weight: 600;
	}
	.latest_news{
	width: 267px !important;
    background-color: #ae42b7;
    padding: 2px 144px 2px 10px;
    color: #ffffff;
	}
	.latest_news_more{
		background-color: #ae42b7;
	}
	
}