/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(appINDEX.css);
@import url(blocksINDEX.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
	color: #EEEEEE;
	text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
	color: #EEBA09;
	text-decoration: none;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #C15108;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

.header-fixed {
	color: #3498db;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	text-transform: uppercase;
	background-color: #fff;
	font-weight: 500;
}

i.icon-customorange {
	color: #FFF;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border-color: none;
	font-size: 40px;	
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left:2px;
	display: inline-block;
	background-color: #F57420;
}
i.icon-customblue {
	color: #FFF;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border-color: none;
	font-size: 40px;	
	padding-top: 15px;
	padding-bottom: 5px;	
	padding-left:2px;
	display: inline-block;
	background-color: #3498db;
}
i.icon-customyellow {
	color: #FFF;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border-color: none;
	font-size: 40px;	
	padding-top: 15px;
	padding-bottom: 5px;	
	padding-left:2px;
	display: inline-block;
	background-color: #EEBA09;
}

i.icon-bg-u2 {
	background: #C15108;
	border-radius: 50%; 
	border-radius: 100px;
	border: none;	
	font-size: 40px;
	color: #fff;
	
}

.caps {
	text-transform: uppercase;	
}
.tab {
	margin-left: 20px;
}
