/*
	StyleSheet For Responsive Bootstrap Carousel

	Item Name: Responsive Bootstrap Carousel
	Item URL: 
	Description: Different Types of Bootstrap Carousel
	Author: SZThemes
	Author URI: http://codecanyon.net/user/sz_themes
	Version: 1.0


									Content List
  -----------------------------------------------------------------------------------

	NAME ----------------------------------------LINE NUMBER--------------------- #

	TESTIMONIAL COLUMNS TEXT CAROUSEL -----------52------------------------------ 01	

	COLORS --------------------------------------164----------------------------- 02	


	[ Note: Line Numbers Are According To Notepad++ ]


  ------------------------------------------------------------------


							Fonts Styles
  ------------------------------------------------------------------

	  'Open Sans', sans-serif -------------------------------- 01
	            FontAwesome ---------------------------------- 02
				
  ------------------------------------------------------------------


							Color Codes
  ------------------------------------------------------------------

	NAME    ------------------------RGB-------------------------- #

	#ffffff -------------------rgb(255, 255, 255)---------------- 01
	#171717 -------------------rgb(23, 23, 23)------------------- 02
	#feb600 -------------------rgb(254, 182, 0)------------------ 03	Replace Only This Color To Change Whole Color Scheme
	#fee299 -------------------rgb(254, 226, 153)---------------- 04	Replace Only This Color To Change Whole Color Scheme

*/


/*==========================================================================================================================================

													TESTIMONIAL COLUMNS TEXT CAROUSEL

==========================================================================================================================================*/

.testimonial_columns_text_carousel_wrapper {

	padding: 25px;
	overflow: hidden;

}
.testimonial_columns_text_carousel_wrapper > h1 {

	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;

}

.testimonial_columns_text_carousel_wrapper > hr {

	width: 10%;

}

/*========== INDICATORS ==========*/

.testimonial_columns_text_carousel_indicators {

	bottom: 10px;

}

.testimonial_columns_text_carousel_indicators li {

	border: none;

}

.testimonial_columns_text_carousel_indicators .active {

	width: 10px;
	margin: 1px;
	height: 10px;
	border: none;

}

/*========== CAPTION ==========*/

.testimonial_columns_text_carousel_caption {

	padding: 15px;
	padding-top: 25px;
	text-align: center;

}

.testimonial_columns_text_carousel_caption>p {

	font-family: 'Open Sans', sans-serif;

}

.testimonial_columns_text_carousel_caption>p>i {

	margin-right: 5px;

}

.testimonial_columns_text_carousel_caption>h4 {

	font-weight: 600;
	margin: 15px 0px 15px 0px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;

}

.testimonial_columns_text_carousel_caption>a,
.testimonial_columns_text_carousel_caption>a:visited {

	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	margin: 0px 0px 15px 0px;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;

	-webkit-transition: color 0.3s ease 0s; /* Chrome, Safari, Opera */
            transition: color 0.3s ease 0s; /* Standard syntax */

}

.testimonial_columns_text_rating {

	padding: 0px;
	list-style-type: none;
	margin: 15px 0px 15px 0px;

}

.testimonial_columns_text_rating li {

	display: inline;

}


/*==========================================================================================================================================

														COLORS (GOLDEN)

==========================================================================================================================================*/


.testimonial_columns_text_carousel_wrapper {

	background: #ffffff;

}

.testimonial_columns_text_carousel_wrapper > hr {

	border: 1px solid #feb600;

}

/*========== INDICATORS ==========*/

.testimonial_columns_text_carousel_indicators li {

	background: #fee299;

}

.testimonial_columns_text_carousel_indicators .active {

	background: #feb600;

}

/*========== CAPTION ==========*/

.testimonial_columns_text_carousel_caption>p {

	color: #888888;

}

.testimonial_columns_text_carousel_caption>h4 {

	color: #feb600;

}

.testimonial_columns_text_carousel_caption>a,
.testimonial_columns_text_carousel_caption>a:visited {

	color: #888888;

}

.testimonial_columns_text_carousel_caption>a:hover,
.testimonial_columns_text_carousel_caption>a:active {

	color: #feb600;

}

.testimonial_columns_text_rating li i {

	color: #feb600;

}

/*================================================================  END  ================================================================*/