.all{
	background: url("static/core/images/lets.jpg") no-repeat center center;	 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 20%;
	background-color: #fafafa;
	margin-bottom: 20px;
	border: 1px solid #eee;
} 

.ontop{
	float: left;
	margin: 0 auto;
	background-color: #fff;
	height: auto;
	border-bottom: 1px solid #ddd;
	border-radius: 3px;
	width: 100%;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.leftover{
	margin-left: 9%;
}


/*==========CSS FOR SCROLLING TEXTS ============== */
.newscroll {
 overflow: hidden;
 position: relative;
}
.newscroll p {
font-size: 18px;

 width: auto;
 height: 100%;
 margin: 0 3 0 3;
 line-height: ;
 text-align: left;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: newscroll 30s linear infinite;
 -webkit-animation: newscroll 30s linear infinite;
 animation: newscroll 30s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes newscroll {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes newscroll {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes newscroll {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}

/*==========CSS FOR DIVS MORE-ABOUT-BASIS, SPONSORS & PARTNERS ============== */
.hold{
	background-color: #280000;
	opacity: 0.85;
	margin: 5%;
	border-radius: 2px;
	width: 60%;
}

.hold > a > p{
	color: #baa370;
	padding: 6%;
	text-align: center;
	font-size: 16px;
}

.hold > a > p:hover{
	color: #fff;
	font-size: 18px;
	border-bottom: 3px solid #EFDAA4;
	cursor: pointer;
	text-decoration: none;
}

.hold > a > p:active{
	color: #fff;
	font-size: 18px;
	border-bottom: 3px solid #EFDAA4;
}

a:hover{
	text-decoration: none;
}


.textiscenter{
					text-align: center;
				}
.gapper{
	margin-bottom: 30px;				
}

	
				.media-heading{
					margin: 0 0 5px;
					color: #1AA564;
					text-align: center;
				
				}
.media-body h2{
	color: #1AA564;
	
}

.imgs{
	height: 65%;
/*   width: 30%; */
	margin-left: 30%; 
	
}

/*==========CSS FOR CAROUSELS ============== */
.omegee{
	margin: 0 auto;
}

.space8{
	width: 73%;
}



    #owl-demo .item img{
        display: block;
        float: left;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 5px;
        height: auto;
    }

.media-body p{
	font-size: 15px;
	text-align: justify;
}

.his{
	margin: 10px;
	margin-bottom: 20%;
}

.center{
	margin: 0 auto;
}

.listy{

}

.bee{
	font-size: 23px;
	font-weight: bold;
	color: #024e06;
}

.bea{
	font-size: 23px;
	font-weight: bold;
	color: #c63205;
}

.linestyle{
	color: #eee;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
}

/*==========CSS FOR FEEBBACK ============== */
#feeders{
	background: #f2f2f2;
	border: 1px solid #999;
	bottom: 0;
	color: #36b;
	cursor: pointer;
	display: block;
	height: 28px;
	line-height: 28px;
	min-width: 110px;
	padding: 0 10px;
	position: fixed;
	right: 40px;
	text-align: center;
	z-index: 4;
	font-size: 12px;

}

#feeders:hover{
	background: #ddd;
	
}

#feeders:visited{
	text-decoration: none;
}

/*MODAL BODY DESIGN
===================================*/
.form-style-6{
	width: 100%;
    background: #F7F7F7;
}
.form-style-6 h1{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    
}

.form-style-7{
	font: 95% Arial, Helvetica, sans-serif;
    max-width: 400px;
    margin: 10px auto;
    padding: 16px;
}

.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #43D1AF;
    padding: 3%;
    border: 1px solid #43D1AF;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #43D1AF;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;   
    color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #2EBC99;
}


/*MODAL FOR RATINGS 1
=====================================*/

/* .star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 250px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
.choice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  display: block;
}
*/

/*MODAL FOR RATINGS 2
=====================================*/
#rating {
  text-align: center;
  -webkit-perspective: 250px;
          perspective: 250px;
  position: relative;
  top: 40%;
  width: 100%;
  margin-bottom: 49px;
}

#rating span {
  cursor: pointer;
  font-size: 50px;
  padding: 0 20px;
  color: #000;
  opacity: .5;
  border: 2px solid #ff0;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  display: inline-block;
  -webkit-transform: rotateX(45deg);
          transform: rotateX(45deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

#rating span.hover {
  color: #ff0;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  text-shadow: 0 0 30px #ffc;
}

.barate{
	color: #1AA564;;
	font-weight: bold;
	margin-left: 15%;

}

.barate h1{
	font-size: 30px;
}

/*FOR PICTURE IN FORMULA TAB
=====================================*/
.formimg{
  width: 65%;
  height: 25%;
  margin: 0 auto;
}