/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
	min-width:100%;
	margin:0;
	padding:0;
}

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color:#efefef;
    -webkit-text-size-adjust:no;
}
hr{
	border:#fff 1px inset;
}
.classcontainer{
	min-height:100%;
}
.col-md-4 h5{
	font-weight: lighter;
}

.navbar-inverse {
    background-color: #fafafa;
    border-bottom: 5px solid #F79B2E;
	margin-top:-15px;
	
}
.container .newsletter a{
	colot:#999;
	font:bold;
	visibility: visible;
}
.container>.navbar-collapse, .container>.navbar-header {
   
    background-color:#fff;
}
 .container>.navbar-collapse{
	 margin-right:0;
	 margin-left:0;
    
}
.navbar-fixed-top .navbar-collapse {
	max-height: 400px;
}

.carousel slide{
	width:100%;
	height:100%;
}
.container{
	min-width:100%;
	min-height:100%;
}
.container h3{
	font-weight: lighter;
}

.navbar-header{
	margin-top:0px;
	main-width:100%;
}
.navbar-brand{
	margin-top:0px;
}
.navbar-nav{
	margin-top:-10px;
}
.navbar-brand img{
	margin-left:5%;
	margin-top:0px;
}
.navbar-right{
	margin-right:5%;
}

.img-portfolio {
    margin-bottom: 30px;
}

	
.img-hover:hover {
    opacity: 0.8;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  float:right;
  white-space: nowrap;
}
.dropdown-menu>li>a:hover {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  float:right;
  background-color:transparent;
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: right;
  
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 13px;
  
  list-style: none;
  background-color:#F79B2E;
  
  text-align:center;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #f79b2e;
  
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/* Home Page Carousel */

header.carousel {
    height: 100%;
	min-width:100%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100vh;
	min-width:100%;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 100px;
    height: 100px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

header.carousel .fill {
    min-width:100%;
    height:100%;
    background-position: center;
    background-size: cover;
}
.carousel-indicators
{
	position:absolute;
	bottom:0px;
	left:0%;
	z-index:15;
	
	padding-left:0;
	padding-bottom:0;
	list-style:none;
	
}


.item h4{
	font-weight: 100;
	color:#ccc;
}
.carousel-indicators{
	
	
}
.carousel-indicators .eventlink{
	margin-right:5%;
	float:right;
}
.carousel-indicators li {

  display: inline-block;
  width: 20px;
  height: 20px;
 
margin:5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
  border: 1px solid #F79B2E;
  border-radius: 20px;
 
}
.carousel-indicators li.active {
  display: inline-block;
  width: 20px;
  height: 20px;
	
  margin: 5px;
  
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color:#F79B2E;
  border: 1px solid #F79B2E;
  opacity:1;
  border-radius: 20px;
  
}
.carousel-caption
{position:absolute;right:5%;bottom:10px;left:5%;z-index:10;padding-top:20px;padding-bottom:50px;color:#fff;text-align:left;}
.carousel-caption .btn{text-shadow:none;
}
.eventlink{
	margin-bottom:20px;
	float:right;
	margin-right:0;
	
}
.eventlink a{
	color:#fff;
	font-size:bold;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	border:#f79b2e dotted thin;
	text-decoration: none;	
	
}
.eventlink a:hover{
	background-color:#f79b2e;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
	font-family:Helvetica;
	padding-left: 10px;
	padding-right:10px;
	font-size: 90%;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #F79B2E;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-inverse .navbar-toggle {
  border-color: #fff;
}

.carousel-indicators .col-lg-4{
	float:right;
	width:100%;
	text-align:right;
}
.carousel-indicators .indicator{
	float:left;
	margin-left:5%;
}
.carousel-indicators img{
	float:right;
	
	border-radius:50px;
	opacity:0.7;	
	margin-right:2%;
}
.carousel-indicators li{
	margin-top:20px;
	
}
.carousel-indicators img:hover{
	opacity:1.5;
}
.eventlink a{
	margin-left:10px;

}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

.col-lg-12 h4 a{
	border:none;
	color:#999;
	margin-bottom:50px;
	font-weight: lighter;
	
}
.col-lg-12 h4 a:hover{
	color:#000;
	background-color: transparent;
}
.background .col-lg-12 .col-lg-6 h5{
	margin-top:-20px;
}
.col-lg-12 a{
	
	padding-left:12px;
	padding-right:12px;
	
	padding-top:6px;
	padding-bottom:6px;
	text-decoration:none;
	
	color:#666;
}
.col-lg-12 h5{
background-color:transparent;
	color:#666;
	margin-left:1%;
}
.col-lg-6 .col-md-4{
	margin-top:20px;
}
.col-lg-12 a:hover{
	color:#fff;
	background-color:#F79B2E;
}
.col-lg-12 .col-md-2 a:hover{
	background-color: transparent;
}
.col-lg-12 .col-lg-4 a:hover{
	background-color: transparent;
}
.event2 h2{
font-weight: lighter;
}

/*.col-lg-12 h4:after{
	background: none repeat scroll 0 0 #f79b2e;
     bottom: -20px;
     content: "";
     display: block;
     height: 5px;
     position: relative;
	left:40%;
     width: 200px;
 
  	margin: 0 2%;
    border:1px solid #f79b2e;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	text-underline-position:auto;
}*/
.col-sm-6 a{
	background-color:#000;
}
.col-sm-6 img{
	border-radius:500px;
	border:5px #ffffff solid;
	padding:5px;
	width:60%;
	margin-top:0;
}
.col-md-12 .jhankaar{
	margin-left:8%;
	margin-right:8%;
}
.col-md-4 h4 a{
	color:#F79B2E;
	border:#f79b2e dotted thin;
	padding:10px;
	text-decoration:none;
	font-weight:light;
}
.col-lg-12 h4 a{
	color:#F79B2E;
	border:#f79b2e dotted thin;
	border-radius:50px;
	font-size: 60%;
	padding:10px;
	text-decoration:none;
	font-weight:light;
	
}
.col-lg-12 h4 a:hover{
	color:#000000;
	border:#f79b2e dotted thin;
	border-radius:50px;
	background-color: #f79b2e;
	padding:10px;
	text-decoration:none;
	font-weight:light;
	
}
.col-md-6 .raga iframe{
	margin-top:0;
	margin-left:10%;
	margin-bottom:20px;
}
.col-sm-6 .sanjib p a{
	background-color: transparent;
	border:#f79b2e dotted thin;
	padding:10px;
	
}
.sanjib p a:hover{
	background-color: #f79b2e;
}
.event2 h2{
	margin-top:2%;
}
.col-sm-3 p{
	font-weight: lighter;
	color:#000000;
}
.col-sm-3 img{
	border-radius: 300px;
	width:35%;
}
.col-lg-12 .row01 p{
	font-weight: lighter;
	color:#000000;
}
ul .a{
	list-style: circle;
	color:#f79b2e;;
}
#ticket_chart {
  
  border-collapse: collapse;
  width: 100%;
}

#ticket_chart td, #ticket_chart th {
  border: 1px solid #ddd;
  padding: 8px;
	text-align: left;
	color:#545454;
}

#ticket_chart tr:nth-child(even){background-color: #f2f2f2;}

#ticket_chart tr:hover {background-color: #ddd;}

#ticket_chart th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: letter-spacing;
  background-color:#ffffff;
  color: #545454;
  font-size: 16px;
	font-weight: normal;
}
.faq .col-lg-4{
	Margin-top:50px;
}


.col-lg-12 .jhankaardetails1{ 
	margin-top:120px;
	font-color:#545454;
	
}
#ticket_chart{
	margin-left:0;
	margin-right:0;
}

.eventcontainer .col-lg-12 .col-lg-6 p{
	margin-left:5%;
	margin-right:5%;
}
.key .col-lg-12{
	background-color:#ffffff;		
}
.key .col-lg-12 .row img{
	margin-right:5%;
}
.key h3{
margin-left:5%;
	margin-right:5%;
}
.key p{
margin-left:5%;
	margin-right:5%;;
}
.key .col-lg-12 .col-lg-6{
	margin-left:3%;
}
.key .col-lg-12 img{
	border:#f7982E thick inset;
	border-radius:350px;
}
.key .col-md-4{
font-weight: lighter;
	
}
.row .key{
	background-color: #cccccc;
}
.col-md-4 h4 a:hover{
	background-color:#f79b2e;
	color:#fff;	
}

.col-md-4 a{
 color:#444;
	
}
.col-md-4 a:hover{
	color:#000;
	text-decoration: none;
}.col-md-4 .fa-facebook-official:hover{

	
	color:#f792b2e;
	
}

.jhankaardetails .col-md-4 .fa-map-marker{

color:#F79B2E;
}
.col-sm-6 h3{
	background-color: none;
	border:#f79b2e dotted thin;
}
.col-md-6 .contact a{
	border:none;
	text-decoration: none;
}
.col-md-6 .contact a:hover{
	color:#f79b2e;
}
.col-md-6 .studio{
	margin-left:-12%;
	
}
.col-md-6 .w3-content{
	
	margin-left:5%;
	width:100%;
}
.col-md-6 .studio h5{
	line-height: 1.4;
	font-size: 1em;
	color:#444;
	margin-left:20%;
	
}
.col-md-6 .studio h4{
	margin-left:20%;
}
.col-md-6 .studio h5 a{
	border:thin dotted #f79b2e;
	
	padding:5px;
}
.col-md-6 .studio h5 a:hover{
	background-color:#f79b2e;
	color:#fff;
}
.col-md-6 .studio a{
	text-decoration: none;
	color:#666;
	border:none;
}
.col-md-6 .studio a:hover{
	color:#333;
}
.col-sm-6 p{
	margin-top:50px;
	
}

/*table*/
.col-container{
	width:100%;
	margin:0%;
	align: center;
}
.tablerow{
	display:table-row;
	width:100%;
	margin-left:0;
	margin-right:0;
}
.cell1{
	display: table-cell;
    width: 25%;
    border: 1px dotted #ccc;
    text-align: center;
    padding: 12px;
}
.cell2{
	display: table-cell;
    width: 25%;
    border: 1px dotted #ccc;
    text-align: center;
    padding: 12px;
}
.cell3{
	display: table-cell;
    width: 25%;
    border: 1px dotted #ccc;
    text-align: center;
    padding: 12px;
}
.cell4{
	display: table-cell;
    width: 25%;
    border: 1px dotted #ccc;
    text-align: center;
    padding: 12px;
}
.col-container {
    display: table;
    width: 100%;
	margin-top:2%;
	margin-bottom:20px;
}

.col {
    display: table-cell;
    padding: 16px;
	margin:1%;
}
/* Pricing
 Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}
.container1 .col-md-6 img{
	margin-bottom:0px;
	border:5px #fff solid;
	
}
.col-md-6 a{
border:thin dotted #F79B2E;
}

.classcontainer{
	
	color:#333;
	margin-left:8%;
	margin-right:8%;
}
.col-lg-12 h2{
	margin-top:100px;
}

.testimonialcontainer .col-lg-12 img{
	border:none;
	opacity:1;
	margin-top:100px;
	margin-left:12%;
	margin-right:2%;
	float:left;
}
.testimonialcontainer .col-lg-12 p{
	padding-right:12%;
	padding-left:12%;
	
}
.col-sm-6 h1{
	
}
.col-sm-6 h3{
	font-weight:lighter;
}
.col-lg-6 h8{
		margin-top:-15px;

}
.key .col-lg-12 p{
	color:#545454;
	margin-right:5%;
}
.key .col-md-4{
	margin-top: -50px;
}
.eventcontainer .col-md-12 h4{
	margin-bottom:30px;
}
.eventcontainer .col-md-12 h4 a{
	border:thin #f4b56A dotted;
	padding:10px;
	margin-bottom:20px;
	text-decoration: none;
	font-weight: lighter;

	
}
.eventcontainer .col-md-12 h4 a:hover{
	border:thin #f4b56A dotted;
	padding:10px;
	margin-bottom:20px;
	text-decoration: none;
	background-color:#F79B2E;
	color:#fff;
	font-weight: normal;
	

	
}
.raga{
	overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.raga iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.event1 img{
	margin-top:20px;

}
.event1 .col-lg-12 .col-lg-6 h3{
	margin-top:20px;
}
.event2 .col-lg-12{
		margin-top:0;
}
.event1 .col-lg-12{
	margin-top:4%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:2%;
}
.event1 .col-lg-6 h4 a{
	padding-left:20px;
	padding-right:20px;
	margin-left:-5px;
 background-color:#F4B56A;
	border-radius:0;
	color:#000;
}
.event1 .col-lg-6 h4 a:hover{
	padding-left:20px;
	padding-right:20px;
 background-color: #F79B2E;
	color:#fff;
}
.event1 .col-lg-12{
	margin-bottom:50px;
}

.event1 .col-lg-12 .col-lg-6 h5{
	margin-top: -10px;
}
.event1 .col-lg-12 .col-lg-6 .col-md-4 h3{
	margin-top:-20px;
	margin-left:-5px;
}
.eventcontainer .event2 .col-lg-12 .col-lg-6{
	margin-top:150px;
}
.atc{
	margin-top:10px;
	margin-bottom: 30px;
}
.event2 .col-lg-12 .col-lg-6 .col-md-4 h3{
	margin-top:-20px;
	margin-left:-5px;
}
.event1 .col-lg-12 .col-lg-6 p{
	margin-left:1%;
}
.event2 .col-lg-12 .col-lg-6 p{
	margin-left:1%;
}
.event1 .col-lg-12 .col-lg-6 .col-md-4 p{
	margin-top:-10px;
	margin-left:-5px;
}
.event2 .col-lg-12 .col-lg-6 .col-md-4 p{
	margin-top:-10px;
	margin-left:-5px;
}
.event2 .col-lg-12{
	
	margin-left:2%;
	margin-right:2%;
}
.event2 .key .col-lg-12 p{
	margin-top:30px;
	margin-left:1%;
	margin-right:2%;
}
.aboutmecontainer .col-md-6 img{
	border:none;
}
.col-container{
	display: table;
	width:100%;
}
.col-container .col-sm-3{
	display:table-cell;
	background-color: aqua;
	padding:16px;
}
.col-sm-4 img{
	border:10px #fff solid;
	border-radius:500px;
	width:98%;
	margin-bottom:20px;
}
.col-sm-6 p{
	margin-right:12%;
}	
.col-md-4{
	padding-left:2%;
	padding-right:2%;
	
}
.col-md-4 a{
border:none;
}
.col-md-4 p a:hover{
	border:none;
	color:#000;
	background-color:transparent;
}

.col-sm-4{
	margin-top:8%;
	
}

.col-md-4 img{
	border-radius:250px;
	border:#fff 5px solid;
	opacity:0.7;
	margin-top:50px;
}
.event1 .col-lg-12{
	background-color:#DDDDDD;
	width:100%;
	margin-left:0;
}
.event2 .col-lg-12{
	background-color:#f4f4f4;
	width:100%;
	margin-left:0;
	margin-top:-50px;
}
.col-md-4 img:hover{
	opacity:1;
}
.contact{
	margin-left:12%;
	margin-top:140px;
	
}
.studio{
	margin-left:12%;	
}
.container .maintext{
	margin-top:100px;}
.panel{
	background-color:transparent;
	
}
.panel:hover{
	background-color:#fff;
	color:#333;
}
.panel-title a{
	color:#333;
	font-size:small;
	
}
.panel-title a:hover{
	
	text-decoration:none;
}
.panel-title a:focus{
	color:#ff9933;
	text-decoration:none;
}
.panel-heading{
	
	margin-left:5%;
	margin-right:5%;
	padding:12px;
}
.panel-title{
	font-weight:normal;
}
.panel-body img{
	opacity:0.4;
	padding-bottom:5px;
}
.panel-body img:hover{
	opacity:1;
}
.btn-primary {
    color: #666;
    background-color: transparent;
    border-color: #F79B2E;
	border-radius:0px;
		font-weight:bold;
}
.btn-primary:hover{
	background-color:#F79B2E;
	color:#fff;
	border:none;
	
}
blockquote {
  background: transparent;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding:10px;
  font-size:14px;
  border:#ccc dotted thin;
 
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ffcc99;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  content:”\201C”;
 
}
blockquote p {
  display: inline;
}
blockquote:after {

content:”\201D”;

}

.form-horizontal{
	
}
/* Footer Styles */

footer {
   
	opacity:0.7;
	background-color:#ccc;
	padding:0;
	margin:0;
	border-top:#F79B2E 5px solid;
	clear:both;
	
	left:0;
	right:0;
	min-width:100%;
	bottom:0;
	padding-bottom:20px;
	
}
footer .row{
	bottom:0;
	margin-left:2%;
}
footer .col-md-4 a:hover{
	color:#000;
	
}
footer p{
	padding-top:10px;
	padding-bottom:10px;
	color:#333;
}
.container1{
	width:95%;
	margin:0;
}


.col-md-6 {

	margin-bottom:20px;
	width:48%;
}


.col-lg-6 img{
	border:none;
}
.page-header{
	margin-top:100px;
}
#googleMap{
	width:650px;
	height:450px;
	margin-top:140px;
	margin-right:0px;
	margin-left:5%;
	z-index:10;
	margin-bottom:40px;
	border:5px solid #fafafa;
	
}
#map-canvas{
	width:700px;
	height:250px;
	margin-left:5%;
}
#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}
.row iframe{
	margin-top:50px;
	border:thin #fff dotted;
	padding:5px;
	box-shadow: 0px 3px 7px 3px #ccc;
}
.raga{
	overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
	line-height: 1.1em;
    height:0;
}
.raga iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	line-height: 1.1em;
}
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}
.aboutmecontainer .col-md-6 img{
	width:90%;
	margin-left:8%;
	
}
.testimonialcontainer .col-lg-12 h4{
	margin-left:12%;
}

/* If the browser window is smaller than 600px, make the columns stack on top of each other */
@media only screen and (max-width: 600px) {
	.testimonialcontainer h4{
		margin-left:12%;
	}
	.cell1 { 
        display: block;
        width: 100%;
    }
	 .cell4 { 
        display: block;
        width: 100%;
    }
	 .cell3 { 
        display: block;
        width: 100%;
    }
	 .cell2 { 
        display: block;
        width: 100%;
    }
}
.eventcontainer .event2 .col-lg-12 .col-lg-6{
	margin-top:150px;
	padding-bottom:50px;
	
}
.eventcontainer .event2 .col-lg-6 .jhankaardetails h3{
	margin-top:0px;
	
}
.col-lg-6 .jhankaardetails .col-md-4 h3{
	margin-top:0px;
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	.navbar-header{
	margin-top:10px;
}
.container1{
	height:auto;
}
.testimonialcontainer .col-lg-12{
		font-size: 20vw;
	}
.testimonialcontainer h4{
		margin-left:12%;
	}
	.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 100px;
    height: 100px;
		
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}
.carousel-caption h3{
	font-size:smaller;
	
}
.navbar-brand {
	float:none;
}
.navbar-brand img{
	width:25%;
	margin-top:-20px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	border:none;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:400;
  line-height:1.42857143;
  color:#ff9933;
  float:none;
  white-space:nowrap;

  
}
.dropdown-menu>li>a:hover {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:400;
  line-height: 1.42857143;
  color:#ff9933;
  float:none;
  background-color:transparent;
  white-space:nowrap;
  background-color:#F79B2E;
}

.dropdown-menu{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float:center;
  
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  
  list-style: none;
  background-color:#F79B2E;
  text-align:center;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.aboutmecontainer 	.col-md-6 p{
	text-align:left;
	margin-left:8%;
	margin-right:8%;
}
.aboutmecontainer .col-md-6 img{
	width:100%;
}
.testimonialcontainer .col-lg-12 img{
	border-radius:none;
	border:#fff 5px solid;
	opacity:1;
	margin-top:0px;
	margin-left:12%;
	margin-right:12%;
	width:80%;
	align:center;
	
}
.testimonialcontainer .col-lg-12 h2{
	text-align:center;
	margin-left:12%;
	margin-right:12%;
	margin-top:-140px;
	
}

.testimonialcontainer .col-lg-12 hr{
	margin-left:12%;
}
.col-container .tablerow.cell1{
	display: table-cell;
    width: 100%;
    border: 1px dotted #ccc;
    text-align: center;
    padding: 12px;
}
.cell2{
	display: table-cell;
    width: 100%;
    border: 1px dotted #ccc;
    text-align: center;
    padding: 12px;
}
.cell3{
	display: table-cell;
    width: 100%;
    border: 1px dotted #ccc;
    text-align: center;
    padding: 12px;
}
.cell4{
	display: table-cell;
    width: 25%;
    border: 1px dotted #ccc;
    text-align: center;
    padding: 12px;
}
.col-md-6{
	
	text-align:center;
	margin-bottom:0px;
	width:100%; 
}
	.aboutmecontainer .col-md-6 img{
	width:100%;
	margin-left:2%;
		margin-right:2%;
	
}
.testimonialcontainer .col-lg-12 img{
	border:#fff 5px solid;
	opacity:1;
	
	float:none;
}
.testimonialcontainer .col-md-6{
	margin-top:140px;
}
.testimonialcontainer .row h2 {
	text-align:left;
}
.testimonialcontainer .col-sm-6 img{
	margin-top:100px;
	border:none;
	max-width:100%;
}

.classcontainer .col-md-4 img{
	margin-top:20px;
}
.classcontainer{
	margin-top:0px;
}
.classcontainer .col-md-4{
	padding-bottom:20px;
	padding-top:10px;
	
}
.classcontainer .col-md-4 h5 {
	BACKGROUND-COLOR:#E3E3E3;
	padding-top:20px;
	padding-bottom:20px;
	
	border-radius:10px;
}

blockquote{
	margin-left:8%;
	margin-right:8%;
	text-align:left;
}
	.col-lg-12 h3{
		
		line-height: 24px;
		font-size:20px;
		
	}
.background	.col-lg-12 h2{
		font-weight:300;
	}
.carousel-captio h3{
	text-align:center;

}


.carousel-indicators
{
	position:absolute;
	bottom:0px;
	align:center;
	z-index:15;
	padding-bottom:50px;
	align:center;
	list-style:none;
	
	
}
.carousel-indicators .indicator li{
	width:15px;
	height:15px;
	border-radius:15px;
}
	
.carousel-indicators .indicator li.active{
	width:15px;
	height:15px;
	border-radius:15px;
}
.carousel-caption{
	text-align:center;
}


}