 .bg-gray{
	 background-color:black;
 }
 .bg-black{
	 background-color:green;
 }
 .head{
	background:url(../images/head.png) 0 center repeat;    
	color:white;
	padding:3px;
}
.welcome{
	background:url(../images/welcome.png) 0 center repeat;    
}
.color{
		color:black;
	}
	
}
.logo {
	padding:10px;
	height:100px !important;
}
.vidya{
	height:100px;
}
.navbar-default .navbar-nav > li > a {
    color: #008c00 !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff !important;
}
.navbar-default {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.nav > li {
    position: relative;
    display: block;
    width: 117px;
    text-align: center;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: #008000 !important;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 0 solid transparent !important;
}
.navbar-default .navbar-nav > li:hover .dropdown-menu {
	display:block !important;
}
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
    padding: 30px 15px !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px;
    margin-top: 75px !important;
    margin-right: 10;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.borderli{
	border-right: 1px solid red;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
    padding: 8px 0px !important;
}

/* Underline From Center */
.hvr-underline-from-center {
  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;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background:#008c00;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.button {
   border-top: 1px solid #96d1f8;
   background: #00e34f;
   background: -webkit-gradient(linear, left top, left bottom, from(#008c09), to(#00e34f));
   background: -webkit-linear-gradient(top, #008c09, #00e34f);
   background: -moz-linear-gradient(top, #008c09, #00e34f);
   background: -ms-linear-gradient(top, #008c09, #00e34f);
   background: -o-linear-gradient(top, #008c09, #00e34f);
   padding: 11px 40px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 15px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #8c0303;
   background: #8c0303;
   color: #ffffff;
   }
.button:active {
   border-top-color: #27b500;
   background: #27b500;
   }
   
   .button1 {
   border-top: 1px solid #96d1f8;
   background: #00e34f;
   background: -webkit-gradient(linear, left top, left bottom, from(#008c09), to(#00e34f));
   background: -webkit-linear-gradient(top, #008c09, #00e34f);
   background: -moz-linear-gradient(top, #008c09, #00e34f);
   background: -ms-linear-gradient(top, #008c09, #00e34f);
   background: -o-linear-gradient(top, #008c09, #00e34f);
   padding: 5px 20px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 15px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button1:hover {
   border-top-color: #8c0303;
   background: #8c0303;
   color: #ffffff;
   }
.button1:active {
   border-top-color: #27b500;
   background: #27b500;
   }
#wowslider-container1 {
    display: table;
    zoom: 1;
    position: relative;
    width: 100%;
    max-width: 1366px;
    max-height: 500px;
    margin: 0px auto 0px !important; 
    z-index: 90;
    text-align: left;
    font-size: 10px;
    text-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.margin-top-bottom15{
	margin-top:15px;
	margin-bottom:15px;
	
}
.margin-top-bottom50{
	margin-top:50px;
	margin-bottom:50px;
}
.padding-top-bottom50{
	padding-top:50px;
	
}
.padding-top-bottom50{
	padding-top:50px;
	padding-bottom:50px;
}
.padding-top-bottom30{
	padding-top:30px;
	padding-bottom:30px;
}
.top5 {
	border:0px solid; margin:auto; width:300px;
}
.box_shadow{
	box-shadow: 10px 10px 14px -5px rgba(0,0,0,0.75);
	width:400px !important;
	margin:19px;
}
.box_shadow1{
	box-shadow: 10px 10px 14px -5px rgba(0,0,0,0.75);
	width:600px !important;
	margin:19px;
}
/*------ inquiry form---------*/
.inquiry_div {
	padding: 0px;
	height:auto;
	width:80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
	/*border: 3px solid #ccc;
	background-color:#071e3c;*/
	/*box-shadow:#333 10px 10px 5px;*/

}


#text1 {
    border: 1px solid black;
    height:40px;
    width: 90%;
    box-shadow: 0 0 27px rgb(204, 204, 204) inset;
    transition: 500ms all ease;
    padding: 3px 3px 3px 3px;
}

#text1:hover,
#text1:focus {
    width: 90%;
    transition: 500ms all ease;
    /*
    background-size: 25px 25px;
    background-position: 96% 62%;
    padding: 3px 32px 3px 3px;*/
	box-shadow:#ccc 0 0 15px;
}


.inquiry_div h1 { font-family:Century Gothic; font-size:30px; color: #fe4a00; width:100%; text-align:center; }
.inquiry_div h2{ font-family:Century Gothic; font-size:30px; color:#000000; width:100%; text-align:center;}
.inquiry_div h3 { font-family:Century Gothic; font-size:18px; color:#000000; width:100%; margin:0px;}


.submit{ width:auto; height:auto; background-color:#008c00;  border:#FFF 3px solid; box-shadow:#000 0 0 2px; text-align:center; font-family:Century Gothic; font-size:18px; font-style:italic; color:#fff; padding:8px 30px 8px 30px; cursor:pointer;}

.submit:hover{ width:auto; height:auto; background-color: #000000;border:#FFF 3px solid; box-shadow:#000 0 0 2px; text-align:center; font-family:Century Gothic; font-size:18px; font-style:italic; color:#fff;}

.head {
    padding: 5px;
}

