body
{
	height: 100%;
	width:100%;
	color: var(--main-color);
}

.jumbotron p
{
	font-size: 14pt !important;
}

#home 
	{
		height: auto;
		width: auto;
		background-color: #FBFBFB;
		padding-top:150px;
		margin-bottom: -20px;
		position: relative;
		letter-spacing: 1px;
		text-align: left;

	}

#contact
{
	overflow: hidden;
}

#mainwrap
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}


.navbar
	{
		min-height: 150px;
		font-size: 15pt;
	}

.navbar-nav
{
	position: relative;
 	top: 2.5em;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
    box-shadow: 2px 2px 10px #888888;
}

#myslider img{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
}

.navbar-brand 
{
	height: 120px;
	width: auto;
	position: absolute;
	top: 1em;
}

.owl-theme .owl-controls .owl-page span
{
	background: #2E3192;
	margin-bottom: 30px !important;

}



#aboutus, #rnai, #ourtech {
		height: auto;
		width: auto;
		background-color: #FBFBFB;
		padding-top: 40px !important;
		margin-bottom: 0px ;
		display: block;
		position: relative;
		letter-spacing: 0.5px;
		text-align: left;		
	}

#aboutus
{
	letter-spacing: 0px;
	text-align: left;
}

#aboutus img
{
	margin: 20px auto 0 auto !important;
}

#aboutus h3, #aboutus h4
{
	text-align: center;
}

#aboutus p
{
	margin-top: 20px;
}


h2
 {
	text-align: center;
	margin-bottom: 30px;
	color: #2E3192;
 }


.navbar-default
{
	
	border: transparent;
}

.navbar-default .navbar-nav>li>a

{
  color: #323232;
}


.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover
{
    background-color: transparent;
    color: #2E3192 !important;
}


/*.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover
{
	color: #2E3192;
}*/


.nav > li > a:focus {
  text-decoration: none;
  color: #323232 !important;
}

#contact
{
	color: #fff !important;
	background-color: #2E3192;
	margin-bottom: 0px;

}

#contact h2
{
	color: #fff !important;
	margin-bottom: 30px;
}

 #contact_form
 {
    text-align: center;
 }


 #contact_form .row
 {
 	position: relative;
 	width: 430px;
    height: 40px;
    margin: 15px auto;
    
 }


 #contact_form input
 {
 	border: none;
    background-color: #fff;
    width: 100%;
    height: 40px;
    padding: 0px 10px ;
    color: #323232;
    
 }


 #contact_form textarea
 {
    width: 100%;
    height: 145px;
 	resize: none;
 	border: none;
 	color: #323232;
    background-color: #fff;
    padding: 16px 10px 10px !important;
   
 }

#contact_form input:active, #contact_form textarea:active 
{
  outline-color: #2e368f;
  outline-width: 20px;
}


#contact_form #submitContact
{
   width: 90px;
   height: 45px;
   position: relative;
   font-weight: bold;
}


#contact_form #submitContact:hover
{
   border: 2px solid;
   border-color: #fff;
   background-color: #2E3192;
   color: #fff !important;
}


.label-floatlabel
{
	top: 5px !important;
	left: 5px !important;
	font-size: 12pt;
	color: #2E3192 !important;
	background-color: #fff;
}

#contact_form textarea .label-floatlabel
{
	top: 5px !important;
	left: 5px !important;
	padding-top: 12px;
	font-size: 12pt;
	color: #2E3192 !important;
}


.navbar-fixed-bottom .navbar-collapse, 
 .navbar-collapse
{
	height: 280px !important;
}

 #address > h2
 {
 	 text-align: left;
 }

 #footer
 {
 	text-align: center;
 	margin-top: 40px;
 	border-top: 2px solid;
 	border-color: #454797;
 	padding-top: 20px;
}



#footer p
{
	font-size: 11pt;
}

/* animate css begins here */

		.animated {
		  -webkit-animation-duration: 1s;
		  animation-duration: 1s;
		  -webkit-animation-fill-mode: both;
		  animation-fill-mode: both;
		}

		.animated.infinite {
		  -webkit-animation-iteration-count: infinite;
		  animation-iteration-count: infinite;
		}

		.animated.hinge {
		  -webkit-animation-duration: 2s;
		  animation-duration: 2s;
		}

		.animated.bounceIn,
		.animated.bounceOut {
		  -webkit-animation-duration: .75s;
		  animation-duration: .75s;
		}

		.animated.flipOutX,
		.animated.flipOutY {
		  -webkit-animation-duration: .75s;
		  animation-duration: .75s;
		}


		
		@-webkit-keyframes zoomIn {
		  0% {
		    opacity: 0;
		    -webkit-transform: scale3d(.3, .3, .3);
		    transform: scale3d(.3, .3, .3);
		  }

		  50% {
		    opacity: 1;
		  }
		}

		@keyframes zoomIn {
		  0% {
		    opacity: 0;
		    -webkit-transform: scale3d(.3, .3, .3);
		    transform: scale3d(.3, .3, .3);
		  }

		  50% {
		    opacity: 1;
		  }
		}

		.zoomIn {
		  -webkit-animation-name: zoomIn;
		  animation-name: zoomIn;
		}

/* animate css ends here */



/*media query begins here */

@media (max-width: 991px) {

  .navbar
	{
		min-height: 150px;
		font-size: 11pt;
	}

	.navbar-nav
	{
	top: 5em;
	}
	.navbar-brand
	{

	}

	#address, #address h2
	{
		text-align: center;
	}

	.jumbotron
	{
		padding: 30px 0px;
	}
}


/*media query ends here */


.errorMessage {
	text-align: center;
}


