@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
body {
    background:#f0f0f0;
}

.fa-fw {width: 2em;}

.panel-heading {
        color: #fff !important;
    background-color: #3097D1 !important;

}


.nav-pills>li {
    border: 1px solid #d4d4d4;
    box-shadow: 1px 3px 4px -3px;
}


.breadcrumb{
    background-color: #f5f5f5;
     border-radius: 0;
    border-bottom: 1px solid #b3b3b3;

}


div.row .col-md-12 > div.panel
{
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.btn-info {
    color: #fff;
    background-color: #31708f;
    border-color: #7da8c3;
}

.firstHeading{
    color: #333;
    padding: 0px 5px 0px 5px;
    font-size: 1.5em;
    width:400px!important;
 }

.secondHeading{
    color: #333;
    padding: 0px 5px 0px 5px;
    font-size: 1.1em;a
    width:400px!important;
    font-weight: 800;
 }
.thirdHeading{
    padding: 0px 5px 0px 5px;
    font-size: 1.1em;
    width:400px!important;
 }

#bodyContent{
    border-top:1px solid #eee;
    padding:5px;
}
.descript{
 border-left:1px solid #eee;
 font-size:.9em
}
.features{
     border-right:1px solid #eee;
     text-align: left;
 }
.features div{
     text-align: left!important;
     padding:0px;
 }



 
 

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


