html,
body {
    height: 100%;
    background:#363636;
}

.carousel,
.item,
.active {
    height: 100%;
}
.fa-angle-double-right{
    margin-left:10px !important;
}

.carousel-inner {
    height: 100%;
    margin-top:-2px;
}

.container-fluid {
    width: 100%;
}
h2{
    color: #fff;
    font-size: 21px;
    margin-bottom: 25px;
    padding: 0 10px;    
}

h4, p{ color: #fff ;}
#grey-bg {
    background: #363636;    
}
#right-tab{
    border: 1px solid #dddddd;
    padding: 10px;
    
}

.thumbnail {
    position:relative;
    height: 500px;
    overflow:hidden;
    border:0;
    padding: 0;
    border-radius: 0;
    background: #565656;
} 
.thumbnail > img{
    height: 500px;
}
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(78, 74, 74, 0.6);
    width:100%;
    height:100%;
    padding:2%;
    display: none;    
    color:#55555 !important;
    font-size: 13px;
    z-index:2;
}
.caption p{
    
}
.text-muted{
    margin-top: 20px; 
    margin-bottom: 50px;
}
#collaborate{
    margin-top: 40px;
    padding: 50px;
    font-size: 20px;
    background: url(../images/bg.jpg) no-repeat  ;
    background-size: 100% 100%;
}
#collaborate .btn {
    background: transparent;
    border-radius: 0;
    color: white;
    padding: 10px 40px;
    margin-right: 56px;
    font-size: 16px;
}

.tabs-home li{
    
    margin-bottom:10px;
}
#collaborate .btn:hover {
     
    border: 1px solid red;
    color: white;
    padding: 10px 40px;
    margin-right: 56px;
    font-size: 16px;
}
#services ,#collaborate  p{
    color: #fff;    
    font-weight: bold;
    margin:50px 2px;
}
.dark-gray{
    background: #4e4e4e;
    padding:20px 20px 10px; 
}
.col-lg-3.col-md-3.col-sm-12.col-xs-12.light-gray.featured {
    min-height: 510px;
}
.light-gray{
    background: #565656;
    padding:20px 20px 10px; 
}
 .spcialized-services  p{
     margin:30px auto;
 }

#services h2{ 
    color: #fff;
    margin-bottom: 25px;
 
    font-size: 21px;        
}
 #services p{
    font-size: 12px;
    padding:0 20px 10px;
}
#featured1{ 
    background: url(../images/per.jpg) no-repeat;
    background-size: 40px;
    background-position: 10px -3px;
    padding-left: 50px;
}

#featured2{ 
    background: url(../images/per_1.jpg) no-repeat;
    background-size: 40px;
    background-position: 10px -3px;
    padding-left: 50px;
}
#featured3{ 
    background: url(../images/per_2.jpg) no-repeat;
    background-size: 40px;
    background-position: 10px -3px;
    padding-left: 50px;
}
#redbox{
    background:#D9534F;
    padding: 35px 30px;
    margin-top: 20px;
    text-transform: uppercase;    
    font-size: 15px;
    font-weight:800;
    
}
 /* 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;
}

footer {
    margin: 50px 0;
}

  