
.panel{
	border: 0;
    border-radius: 0;
    margin-bottom: 0px !important;
}
.panel-default {
    border-color: none !important;
}
.nav-tabs > li{
	width:50%;
	text-align:center;
}
.nav-tabs{
	border-bottom:0px;
	background:#B3B3B3;
}
.nav-tabs > li{
	margin-bottom:0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background-color: #FF0000;
    border-color: transparent;
    border-image: none;
    color: #fff;
    cursor: pointer;
	border-radius:0px !important;
}
.panel-body{
	padding:15px 0;
}
.roop-text a{
	font-weight:600;
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
}
.tab-heading{
	position:relative;
}
.tab-head{
	padding:0 1.9%;
}
.tab-head h3{
	color:#FF0000;
	margin-bottom:20px;
	margin-left: 1%;
}
.tab-heading .overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background:rgba(255,0,0, 0.9);
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 5%;
  display:block;
}

.tab-heading .overlay1 .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.tab-heading:hover .overlay1 {
  opacity: 1;
}
.tab-head .col-md-4{
	margin-bottom:30px;
}
.recent-work-inner{
	margin-top:40%;
	text-align:center;
}
.recent-work-inner h3{
	color:#e6e6e6;
	font-weight:600;
}
.recent-work-inner p{
	color:#e6e6e6;
	font-weight:600;
}

#slider-thumbnails .ground-none .title.fixed:after,
#slider-thumbnails .ground-none::after,
#slider-thumbnails-below .ground-none .title.fixed:after,
#slider-thumbnails-below .ground-none::after {
    background-color: transparent !important;
}
#slider-thumbnails .ground-none .img-container,
#slider-thumbnails-below .ground-none .img-container {
    position: relative;
    width: 30%;
    height: 0;
    padding-bottom: 28%;
	padding-left:41%;
	
}
#slider-thumbnails .ground-none img, #slider-thumbnails-below .ground-none img{
	width:auto !important;
}
#slider-thumbnails .ground-none.active > .title, #slider-thumbnails-below .ground-none.active > .title{
	height:auto;
	line-height:30px;
}
#slider-thumbnails .ground-none.active, #slider-thumbnails-below .ground-none.active{
	min-height:30px;
}

.panel-default > .panel-heading {
    background-color: #FF0000;
    border-color: transparent;
    color: #fff;
}
.panel-title{
	font-weight:600;
}
.nav > li > a:hover, .nav > li > a:focus{
	background:none;
}
.red{
	background:#F00;
	display:inline-block;
}
@media only screen and (max-width: 768px){
	#slider-thumbnails .ground-none .img-container, #slider-thumbnails-below .ground-none .img-container{
		padding-bottom: 19%;
	}
}
@media only screen and (max-width: 800px){
	#slider-thumbnails .ground-none .img-container, #slider-thumbnails-below .ground-none .img-container{
		padding-bottom: 19%;
	}
}
@media only screen and (max-width: 980px){
	#slider-thumbnails .ground-none .img-container, #slider-thumbnails-below .ground-none .img-container{
		padding-bottom: 15%;
	}
}