header a.logo img {
    max-height: 60px !important;
	min-height: 60px !important;
}

.banner{
	background-image: url(../images/dholak/online-dholak-classes-gaalc-delhi-india.jpg) !important;
	background-size:cover !important;
	box-shadow:inset 0 0 0 2000px rgba(233,82,76,0.50) !important;
	min-height: 600px;
    max-height: 600px;
}

.blog-post-style6 .author:before{
	display:none !important;
}

.class-plus ul li{
	list-style:square;
	color:#fff !important;
	font-size:16px;
}

.width-50{
	width:100% !important;	
}

.text-medium-gray{
	color:#fff !important;
}


/* svg animation*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Anton|Bowlby+One+SC');
.title {
	font-family: "Montserrat";
	text-align: center;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	//height: 100vh;
	letter-spacing: 1px;
}

.title h1 {
	background-image: url(../images/dholak/giphy.gif);
	background-size: cover;
	font-family: 'Anton', sans-serif;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-size: 55px;
	font-weight: 700;
	line-height: .75;
	
}
/* styling my button */

.white-mode {
	text-decoration: none;
	padding: 7px 10px;
	background-color: #122;
	border-radius: 3px;
	color: #FFF;
	transition: .35s ease-in-out;
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-family: "Montserrat";
}

.white-mode:hover {
	background-color: #FFF;
	color: #122;
}



/* dholak logo*/
@import url(https://fonts.googleapis.com/css?family=Lato:900|Fredericka+the+Great|Oswald:700|Vidaloka);
span {
	display: block;
	text-rendering: optimizeLegibility; /* Better kerning, worse performance */
}

.line2 {
	font: 4.25rem/4.5rem 'Oswald', sans-serif;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow:   	 -4px  4px 0 #424242, 
			     	 -5px  5px 0 rgb(59, 234, 147),		
			     	 -6px  6px 0 rgb(59, 234, 147),
			     	 
			     	 -8px  8px 0 rgb(15, 179, 186),
	     			 
		    		 
		    		 -11px 11px 25px #000;
}

nav.navbar.navbar-default ul.nav > li > a{
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
	font-size: 14px !important;
	font-weight:800 !important;
}

header nav.menu-logo-center .navbar-nav > li > a{
	    margin: 0 10px !important;
}

.product-image{
	min-height:200px;
	max-height:200px;
	min-width:252px;
	max-width:252px;
}

.text-white{
	font-size:20px !important;
}
.shop-image{
	min-height:332px;
	max-height:332px;
}
.section-title{
	//font-size:20px !important;
}

.img-classes{
	min-height:100px;
	max-height:100px;
	max-width:100px;
	min-width:100px;
	margin: 0 auto;
	padding-bottom:10px;
}

/* pricing table*/
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}

.course-title{
	text-transform:capitalize !important;
	font-size: 25px !important;
}

.class-fee{
	font-size:25px !important;
}

.about-dholak{
	max-width:350px;
	min-width:350px;
}

.product-list{
	    background-color: #1B3194;
		background-image:url(../images/dholak/dholak-music-tune-notes.png);
		background-position: right bottom;
		background-repeat: no-repeat;
}

/*product store*/

.tcb-product-slider {
 // background: #333;
  //background-image: url(https://unsplash.it/1240/530?image=721);
 // background-size: cover;
 // background-repeat: no-repeat;
  //padding: 100px 0;
}
.tcb-product-slider .carousel-control {
  width: 5%;
}
.tcb-product-item a {
  color: #147196;
}
.tcb-product-item a:hover {
  text-decoration: none;
}
.tcb-product-item .tcb-hline {
  margin: 10px 0;
  height: 1px;
  background: #ccc;
}
@media all and (max-width: 768px) {
  .tcb-product-item {
    margin-bottom: 30px;
  }
}
.tcb-product-photo {
  text-align: center;
  height: 180px;
  background: #fff;
}
.tcb-product-photo img {
  height: 100%;
  display: inline-block;
}
.tcb-product-info {
  background: #f0f0f0;
  padding: 15px;
}
.tcb-product-title h4 {
  margin-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tcb-product-rating {
  color: #acacac;
}
.tcb-product-rating .active {
  color: #FFB500;
}
.tcb-product-price {
  color: firebrick;
  font-size: 18px;
}



.details {
    margin: 50px 0; }
 .details h1 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 3px; }
    .details .back-link {
      text-align: center; }
      .details .back-link a {
        display: inline-block;
        margin: 20px 0;
        padding: 15px 30px;
        background: #333;
        color: #fff;
        border-radius: 24px; }
        .details .back-link a svg {
          margin-right: 10px;
          vertical-align: text-top;
          display: inline-block; }

.padding-20px-all{
	padding:10px;
}

.school-advntg{
	font-size:16px !important;
}	

.footer-links li{
	font-size:13px !important;
}	

.pr-category{
	min-height:297px;
	max-height:297px;
}

.testimonial-font{
	font-size:15px !important;
}
 