/*
theme-default.css
*/

/*--------------------------------------------------
=>> Theme Main Slider Two
--------------------------------------------------*/

.theme-main-slider.vrsn-two .theme-slider-content .mt-4 .btn-small.btn-default {
	border: 2px solid #ff5d20;
}

/*--------------------------------------------------
=>> Theme Info Area
--------------------------------------------------*/	

.theme-info-area i.icon { 
	color: #ff5d20; 
}
.theme-info-area .media {
	border-bottom: 3px solid #ff5d20;
}

/*--------------------------------------------------
=>> Theme Info Area Two
--------------------------------------------------*/	

.container.vrsn-two .theme-info-area {
	background-color: #ff5d20;
}	
.container.vrsn-two .theme-info-area .media {
	background-color: #ff5d20;
}
.container.vrsn-two .theme-info-area .media:hover i.icon {
    background-color: #ff5d20;
}	
	
/*--------------------------------------------------
=>> Theme Testimonial Area
--------------------------------------------------*/

.testimonial-content.vrsn-two { 
    background-color: #ff5d20;
}
.testimonial-content.vrsn-two:before {
    border-color: #ff5d20 transparent transparent #ff5d20;
}
.theme-testimonial-block .position, 
.testimonial-content.vrsn-two::before {
    color: #ff5d20;
}