.course_headline{
  padding-left:5rem;
  padding-top: 3rem;
  font-family: 'Prompt', sans-serif;
}

.col-centered {
    float: none;
    margin: 0 auto;
  }
  
  .carousel-control { 
    width: 8%;
    width: 0px;
  }
  .carousel-control.left,
  .carousel-control.right { 
    margin-right: 3rem;
    margin-left: 3rem; 
    background-image: none;
    opacity: 1;
  }
  .carousel-control > a > span {
    color: white;
    font-size: 29px !important;
  }
  
  .carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
  }
  
  .active > div { display:none; }
  .active > div:first-child { display:block; }
  
  /*xs*/
  @media (max-width: 767px) {

  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
  .carousel-inner .next        { left:  50%; }
  .carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%;
  height: 35rem; }
  .active > div:first-child + div { display:block; }

  }
  
  /*sm*/
  @media (min-width: 768px) and (max-width: 991px) {

  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
  .carousel-inner .next        { left:  50%; }
  .carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
  .active > div:first-child + div { display:block; }
  }
  
  /*md*/
  @media (min-width: 992px) and (max-width: 1199px) {

  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
  .carousel-inner .next        { left:  33%; }
  .carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
  .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
  }
  
  /*lg*/
  @media (min-width: 1200px) {
  

  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
  .carousel-inner .next        { left:  25%; }
  .carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
  .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
  .active > div:first-child + div + div + div { display:block; }
  }
  
  .block {
  width: 306px;
  height: 50rem;
  }
  
  .red {background:none;}
  
  .blue {background: none;}
  
  .green {background: none;}
  
  .yellow {background: none;}

  .course_image_tile{
    width: 100%;
  }

  .coure_slider_title{
    text-align: center;
    color: rgb(20, 20, 20);

  }

  .coure_slider_description{
    text-align: center;
    font-family: 'Satisfy', cursive;
    height:15%;
  }

  .coure_slider_link1{
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2rem 1rem 2rem; 
    border-radius: 20px;
    text-align: center;
    font-weight:900;
    color: white;
    background-image: linear-gradient(to right, rgb(37, 88, 203) , rgb(0, 204, 255));
    text-decoration: none;
    transition: ease-in-out 0.2s;
  }

  .coure_slider_link2{
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2rem 1rem 2rem; 
    border-radius: 20px;
    text-align: center;
    font-weight:900;
    color: white;
    background-image: linear-gradient(to right, rgb(2, 63, 10) , rgb(6, 211, 23));
    text-decoration: none;
    transition: ease-in-out 0.2s;
  }

  .coure_slider_link3{
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2rem 1rem 2rem; 
    border-radius: 20px;
    text-align: center;
    font-weight:900;
    color: white;
    background-image: linear-gradient(to right, rgb(92, 9, 226) , rgb(102, 29, 185));
    text-decoration: none;
    transition: ease-in-out 0.2s;
  }

  .coure_slider_link4{
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2rem 1rem 2rem; 
    border-radius: 20px;
    text-align: center;
    font-weight:900;
    color: white;
    background-image: linear-gradient(to right, rgb(199, 164, 9) , rgb(187, 184, 20));
    text-decoration: none;
    transition: ease-in-out 0.2s;
  }

.coure_slider_link1:hover, .coure_slider_link2:hover, .coure_slider_link3:hover, .coure_slider_link4:hover {
  width: 56%;
  /* padding: 1rem 3rem 1rem 3rem;  */
  color: white;
  text-decoration: none;

}


  /* **********************Testimonial Slider***************************** */

  .carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.carousel .media img {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 0 15px 0 60px ;
	position: relative;
}
.carousel .testimonial::before {
	content: '\93';
	color: #e2e2e2;
	font-weight: bold;
	font-size: 68px;
	line-height: 54px;
	position: absolute;
	left: 15px;
	top: 0;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #1c47e3;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 18px;
    height: 18px;
	border-radius: 50%;
	margin: 1px 3px;
}
.carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
	color: #fff;
    background: #1c47e3;    
    border: 5px double;    
}


/* *****************For tablets********************/
@media (min-width: 768px) and (max-width: 1024px) {
  .coure_slider_title{
    font-size: 24px;
  }

}

/******************For Mobiles*********************/
@media (min-width: 320px) and (max-width: 480px) { 
  .coure_slider_title{
    font-size: 14px;
  }

  .coure_slider_description{
    height:15rem;
  }

  .coure_slider_link{
    width: 10rem;
    padding: 0.5rem ;
  }
 
} 

/* ---------------------------------------------------------------------------------------- */
footer {
  background: #222;
  color: #aaa;
  padding-top: 10px;
}

.footer_container{
  padding-left: 25px;
  padding-right: 25px;
}

footer a {
  color: #aaa;
  transition: ease-in-out 0.3s;
}

footer a:hover {
  text-decoration: none;
  color: #FFB600;
 
}

.footer_gurukul_logo{
  width:50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

footer h3 {
 color: #FFB600;
  letter-spacing: 1px;
  margin: 30px 0 20px;
}

footer .three-column {
 overflow: hidden;
}

footer .three-column li{
 /* width: 33.3333%; */
  float: left;
  /* padding: 3px 0; */
  line-height: 20px;
}

.quicklinklist{
   /* width: 33.3333%; */
   float: left;
   /* padding: 3px 0; */
   line-height: 25px;
}
.qlsym{
  color: #FFB600;
  padding: 0 10px 0 40px;
}

footer .socila-list {
  overflow: hidden;
  margin: 20px 20px 10px ;
}

footer .socila-list li {
  float: left;
  margin-right: 3px;
  opacity: 0.7;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

footer .socila-list li:hover {
  opacity: 1;
}

footer .address-tile{
  text-align: left;
}

.nh{
  text-align: left;
  font-weight: 700;
}

.nad{
  text-align: left;
  padding-left: 15px;;
}

.footer_about_p1{
  font-family: 'Architects Daughter', cursive;
  text-align: center;
}

.video_recomded{
  width: 150px;
}

footer .img-thumbnail {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #444;
  margin-bottom: 5px;
}

footer .copyright {
  padding: 15px 0;
  background: #333;
  margin-top: 20px;
  font-size: 15px;
}

footer .copyright span {
  color: #FFB600;
}

footer .desn_delop{
  background: #222222;
  text-align: center;
  font-size: 9px;
}

footer .desn_delop span{
  color: #FFB600;
}




/* ***********************new testimonial-***************************** */
.shadow-effect {
  font-family: 'Delius', cursive;
  height: 32rem;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #FFB600;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom:80px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 190px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #FFB600;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #FFB600;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}