/*!
 * Start Bootstrap - 3 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.

body {
	background:url(../images/footer.png) no-repeat bottom;
}

 */
 
/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.bg-kfupm {
    background-color: #007d40 !important;
    color: #fff;
}
.ictc-logo{
	margin:20px 0px;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
} 

.portfolio-item {
    margin-bottom: 25px;
}

footer{
	background:#333;
	color:#999;
	padding:30px 0px;
	margin-top:30px;
}

#kfupm {
    background: #333;
    padding: 8px 0px;
}
#kfupm a {
    color: #999;
}

.panel {
	height:125px;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary
{
	background:#007d40;
}

.black-stripe{
	background:#333;
	padding:8px 0px;
	width:100%;
}

.black-stripe a{
	color:#ccc;
}

.btn-primary {
    background-color: #007d40;
    border-color: #007d40;
    color: #fff;
}


a {
    color: #007d40;
    text-decoration: none;
}


.text-primary {
    color: #007d40 !important;
}

.well {
    background-color: #fff;
    border: 2px solid #999;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

#servics-list{
	padding:30px 0px 40px 0px;
	margin-bottom:30px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#fff;
	background: #007d40 url(../images/hdr-bg2.png) no-repeat top center;
	background-size:cover;	
}

#servics-list h4{
	color:#fff;
}

.panel {
    background-color: #fafafa;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
}

.pull-left {
    padding-right: 10px;
}

.edesk-categ{
	padding:20px;
	height:125px;
}

a.list-group-item:focus,
a.list-group-item:hover{
	background:#fafafa;
	text-decoration:none;
}