
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}



/* ----------------------------------section6 Testimonial -------------------------------------- */

.section6{
    background: #0d9bcc;
    height: 450PX;
    padding: 60px 0px;
}


.section6 h1 {
    text-align: center;
    font-size: 48px;
    color: #fff;
}


.section6 .carousel-item p{
	text-align: center;
    font-weight: 400;
	color: #ffffff;
	font-size: 16px;
}


.section6 blockquote small {
    font-weight: 400;
    display: block;
    font-size: 22px;
    line-height: 1.428571429;
    color: #fff;
	text-align:center;
}

.star {
    color:orange;
}


.effect-r{
margin-top: 16px;
}

.effect-r img{
width:25%;	
	
}

.effect-r h4{
background: none;
color: #fff;
border: 2px solid #fff
	
}


blockquote footer, blockquote small, blockquote .small {
    font-weight: 400;
    display: block;
    font-size: 22px;
    line-height: 1.428571429;
    color: #232323;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 25px;
	height: 350px;
	
}
#quote-carousel .carousel-control {
    background: none;
    color: #e25c94;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .6s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 80px;
    height: 80px;
    opacity: 1;
    transition: all .3s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}




/* --------------------------------------------------Start Meadia Query------------------------------------------------ */
/* --------------------------------------------------Start Meadia Query------------------------------------------------ */




/* ---------------------------------------@media (max-width: 992 to 1200px)----------------------------------------- */


@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) {




/* ----------------------------------section6 Testimonial -------------------------------------- */




}





/* ---------------------------------------@media (max-width: 768 to 991px)----------------------------------------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {


/* ----------------------------------section6 Testimonial -------------------------------------- */






}




/* ---------------------------------------@media (max-width: 767px)----------------------------------------- */

@media only screen and (max-width: 767px) {
	
/* ----------------------------------section6 Testimonial -------------------------------------- */

.section6 {
    background: #0d9bcc;
    height: 500PX;
    padding: 30px 0px;

}



#quote-carousel .carousel-indicators li {
    width: 25px;
    height: 25px;

}
#quote-carousel .carousel-indicators .active {
    width: 40px;
    height:40px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 25px;
    height: 350px;
    position: relative;
}

.section6 .item p {
    text-align: justify;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
}


}






/* ---------------------------------------@media (max-width: 320px)----------------------------------------- */

@media only screen and (max-width: 320px) {

/* ----------------------------------section6 Testimonial -------------------------------------- */



}


