/*
============================================================
		   Font Color
============================================================
*/
/*
	  ============================================================
		   Background Color
	  ============================================================
*/

 figure:before, .pagination > li > a:hover, #header_2 .top_bar_2, #header_2 .nav_2 ul li a:before, .nav_2 ul ul li a:hover, .nav_2 ul li a:hover, .sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span{
	background-color: #e79800;
}
/*
	  ============================================================
		   Border Color
	  ============================================================
*/

 input[type="text"]:focus, input[type="email"]:focus, textarea:focus, .pagination > li > a:hover, .owl-page.active > span {
	border-color: #e79800 !important;
}
/*
	  ============================================================
		   HOME PAGE EXTRA COLOR START
	  ============================================================
*/

/*color-1*/
/*color-2*/
/*color-3*/
/*color-4*/
/*color-5*/
/*color-6*/
/*
============================================================
		   HOME PAGE EXTRA COLOR END
============================================================
*/
/*
============================================================
		   Transaction Effect
============================================================
*/

 figure:before, .thumb figure figcaption,  a, figure, figcaption, li, figcaption, input[type="text"], input[type="email"], textarea, button, .nav_2 ul li a:before, .nav_2 ul ul {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
/*
	  ============================================================
		  Content Selection
	  ============================================================
*/
::selection {
	background: #e37d39;
	color: #ffffff;
}
::-webkit-selection {
 background: #e37d39;
 color: #ffffff;
}
::-moz-selection {
 background: #e37d39;
 color: #ffffff;
}
