/*
 * Main theme
*/

.container-fluid {
	margin: 0;
	padding: 0;
}

.container-fluid .row {
	margin: 0;
	padding: 0;
}

/*
 * Main theme
*/

.card p {
	font-size: 12px;
}

#topheader {
	background-color: #000;
	height: 105px;
}

.footer-bottom-topheaderbelow {
	background-color: #E6762B;
	color: #fff;
	
}

/* Style all font awesome icons */
.fa {
	padding: 10px;
	font-size: 20px;
	width: 20px;
	text-align: center;
	text-decoration: none;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
	background: transparent;
	color: white;
}

/* Twitter */
.fa-twitter {
	background: transparent;
	color: white;
}

.fa-youtube {
	background: transparent;
	color: white;
}

.fa-google-plus {
	background: transparent;
	color: white;
}

.fa-flickr {
	background: transparent;
	color: white;
}

.fa-phone,
.phonen {
	background: transparent;
	color: white;
}

.news-scroll {
	color: #fff;
}



.bg-orange {
	background: rgb(2, 151, 217) !important;
}

.card-header {
	font-weight: bold;
    font-size:20px;
}

/* Blog Sidebar */
.blog-sidebar p {
	font-size: 14px;
}

/* border aroung image*/
.img-footerlogo {
	/*border: 1px solid #eaebec;*/
    text-align: center;
    background: #f8f8f8;
    padding: 2px;
    margin: 0 .5%;
    border: solid #eee 2px;
}	
}

.ulwhyus {
	list-style: none;
	padding: 0;
	list-style-type: none;
}

.ulwhyus li, .footer-about, .footer-contact p, .footer-copyright, .card p, .helplinks{
	font-size: 17px !important;
}

.ulwhyus li:before {
	content: ' ✓ ';
	color: #6d9055;
}

.helplinks {
	font-size: 12px;
	text-decoration: none;
}

.helplinks a {
	color: #343a40 !important;
}

.list-group-item.active {
	background-color: #28aae1 !important;
    border-color: rgb(2, 151, 217) !important;
}

/*****/
.text-muted {
	color: rgb(2, 151, 217) !important;
}

.text-clientsay {
	font-size: 14px !important;
}

.insideh2 {
    color: #28aae1;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto 50px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.insideh2::before {
    background: #E6762B none repeat scroll 0 0;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 0%;
    position: absolute;
    width: 75px;
    margin: 0 auto;
}

.span4 img {
	margin-right: 15px;
	margin-bottom: 15px;
}
.span4 .img-left {
    float: left;
}
.span4 .img-right {
    float: right;
}

p, .container p{
		font-size: 17px; !important;
}

.p{
	font-size:0.9em !important;
}

.tick {
    list-style-image: url(../public/images/tick.gif);
}

.text-info{
	color: #E6762B !important;
}

.btn-info{
	background-color: #E6762B !important;
	color: #fff;
	border: 0px;
    margin: 20px
}