/* Global Styles */

html,
body {
    height: 100%;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #464646;
}

body {
    padding-top: 100px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.background{
    width: 100%;
	background-image: url('../images/gradient.png');
	background-position: bottom;
	background-repeat: repeat-x;
	bottom: 0;
	padding-bottom: 50px;
}

/* Navigation */

.navbar {
	max-height: 101px;
	min-height: 101px;
	background: #404040;
	transition: opacity 1s ease;
	opacity: 1;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;
	border-bottom: solid #c95d2c 1px;	
}

.navbar:hover { opacity: 1 }
}

.navbar .container {
	background-color: #404040;
}

.navbar-brand {
	padding: 15px 0 0 15px;
}

.navbar-brand  img{
	max-height: 70px;
}

nav .container {
	position: relative;
}

.navbar .navbar-nav li a{
    color: #ec9353;
	font-size: 16px;
}

	.navbar .navbar-nav li a:hover {
		color: #ffffff;
	}
	
	.navbar .navbar-nav li a:focus{
		color: #ffffff;
	}
	
.navbar .navbar-nav .active{
    background-color: #c95d2c;
}

		.navbar .navbar-nav .active:hover {
		background-color: #c95d2c;
		color: #c95d2c;
	}
	
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #c95d2c;
	color: #ffffff!important;
}

#bs-example-navbar-collapse-1 {
	background-color: #404040;
	border-bottom: solid #c95d2c 1px;
	padding-top: 50px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #ffffff;
    background-color: #626262;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
	background-color: #626262!important;
	color: #ffffff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0;
	background-color: #acacac!important;
}

.dropdown-menu>li>a {
    color: #ffffff !important;
	padding-top: 15px;
    padding-bottom: 15px;
	font-weight: 300!important;
}

	.dropdown-menu>li>a:hover {
		color: #ec9353 !important;
		font-weight: 300!important;
		background-color: transparent;
	}

.dropdown-submenu>.dropdown-menu li a {
    color: #ffffff;
    font-size: 16px;
	padding-top: 15px;
    padding-bottom: 15px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #c95d2c;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #404040;
	border-bottom: solid 5px #c95d2c;
	padding-bottom: 10px;
}

.dropdown-submenu>a:after {
    margin-top: 3px;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: none;
}

.navbar-default .navbar-toggle:hover {
    background-color: none !important;
}

.navbar-default .navbar-toggle:focus {
    background-color: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 0;
	background: #c95d2c !important;
}

.navbar-toggle:hover .icon-bar {
    background-color: #f3f3f4 !important;
}

.navbar-toggle:focus .icon-bar {
    background-color: #f3f3f4 !important;
}

.navbar-header .navbar-toggle,
  .navbar-header .navbar-toggle:focus,
  .navbar-header .navbar-toggle:hover {
    background-color: transparent;
    border-color: transparent;
  }

.scrolled {
	opacity: 0.7;
}

.facebook {
    position: fixed;
    top: 210px;
	right: 0;
	z-index: 2000;
	visibility: hidden;
}

header {
	border-bottom: solid #c95d2c 1px;
	margin-bottom: 15px;
}

.carousel-caption {
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0);
	border-right: none;
	visibility: hidden;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    filter: alpha(opacity=10);
    opacity: .1;
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: -webkit-gradient(linear, right top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .1)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
}

h2 {
	position: absolute;
	text-align: left;
	left: 0;
	bottom: 50px;
	line-height: 1.6em; 
	font-size: 2.5em; 
	font-weight: 300;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	text-shadow: none;
	margin-left: 10px;
	font-family: 'Orbitron', sans-serif;
	padding-right: 25px;
}

h2 span {
	padding: 0.1em 0; 
	margin: 0;
	box-shadow: 0.2em 0 0 rgb(201,93,44), -0.4em 0 0 rgb(201,93,44); 
	background-color: #c95d2c; 
	background-color: rgb(201,93,44);
}

.projects h3 {
    font-size: 40px;
	padding-top: 0px;
}

.projects h3 span {
	color: #c95d2c;	
}

.left .carousel-control {
	z-index: 100;
}

.slide-out-div {
    padding: 7px 5px 0;
    width: 225px;
	transition: opacity 1s ease;
	background: #acacac;
	font-size: 16px;
	max-height: 50px;
	color: #fff;
}  

		.slide-out-div:hover { 
			opacity: 1 
		}
		
.slide-out-div  p{
	margin-bottom: 5px;
} 
		
.slide-out-div  a{
	color: #fff;
}  

	.slide-out-div  a:hover{
		color: #c95d2c;
	} 
	
.social {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
}	

.social i{
	color: #707070;
}	

	.social a, i:hover{
		color: #c95d2c !important;
	} 
	
.page-header {
    padding-bottom: 9px;
    margin: 30px 0 20px;
    border-bottom: 1px solid #acacac;
}
				
h1 {
    font-size: 40px;
	padding-top: 20px;
	font-family: 'Orbitron', sans-serif;
}
				
h3 {
    font-size: 28px;
	padding-left: 15px;
	padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #acacac;
	font-family: 'Orbitron', sans-serif;
}

h1 span ,
h3 span,
h4 span,
h5 span {
	color: #c95d2c;	
}

h4,
h5 {
    font-size: 24px;
	font-family: 'Orbitron', sans-serif;
}

h3 {
	padding-left: 0;
}

h1:before {
	display: block; 
	content: " "; 
	margin-top: -91px; 
	height: 91px; 
	visibility: hidden;
}

h3:before {
	display: block; 
	content: " "; 
	margin-top: -91px; 
	height: 91px; 
	visibility: hidden;
}

a {
	text-decoration: none;
	color: #c95d2c;
}

	a:hover {
		text-decoration: none;
		color: #707070;
	}	
	
blockquote {
    font-size: 16px;
    border-left: 5px solid #c95d2c;
}

blockquote span{
    font-weight: 400;

}

cite {
    font-size: 14px;
    color: #784d6c;
}

.intro {
	margin-bottom: 20px;
}

.img-thumbnail {
    padding: 0;
    border-radius: 0;
}

.services ul{
   padding: 0 0 0 15px;
   list-style: none;
}

.services ul li{
   padding: 5px 0 0;
}

.services ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #c95d2c; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
	
.text-center {
	margin: 25px 0;
}
	
.text-center p{
	font-size: 24px;
	color: #fff;
	font-weight: 400;
}

.text-center a img:hover{
	padding: 2px;
}
	
.thumbnail {
    position: relative;
	border: solid 1px #c95d2c;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
	
.panel{
	border: none;
	border-bottom: none;
	box-shadow: none;
	background-color: transparent;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default>.panel-heading {
	background-color: #fff; 

}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-bottom: solid 2px #c95d2c;
}

.panel-title a {
	font-size: 24px;
	color: #c95d2c;
	text-decoration: none;
	line-height: 1;
	font-weight: 300;
}

	.panel-title a:hover {
		font-weight: 400;
	}
	
	.panel-title a:active {
		font-weight: 400;
	}

h4 {
	text-align: center;
	color: #464646;
	font-size: 20px;
	margin-bottom: 0;
}

.panel i {
	color: #c95d2c;
	padding-right: 10px;
}

.panel-body {
	padding: 0;
	margin-bottom: 30px;
}

.panel-body img {
	margin-bottom: 0px;
	border: none;
}

.products {
	margin-top: 15px;
}

.panel-default>.panel-heading {
	border-radius: 0;
	padding: 0;
}

.panel-heading h5 {
	font-size: 24px;
	display: block;
	color: #fff;
	background-color: #c95d2c;
	padding: 5px 0;
	text-align: center;
	margin-top: 5px;
}


.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: solid 2px #c95d2c;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #b5e82a;
  margin: 25px 0;
  border-top: solid 1px #b5e82a;
  border-bottom: solid 1px #b5e82a;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h6 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  overflow: hidden;
  padding: 25% 0 0.5em 0;
  background-color: transparent;
}

.hovereffect h6:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h6:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.products h4 {
	font-size: 24px;
}

.products img {
	margin-bottom: 0;
}

.product ul {
	padding-left: 15px;
}

.product {
	margin-bottom: 0px;
}

.product .panel-heading {
	background-color: #fff;
	border-radius: 0;
	border-bottom: solid 1px #c95d2c;
}

.product img {
	border-bottom: solid 1px #c95d2c;
}

.projects blockquote {
    padding: 10px 20px;
    margin: 30px 0 20px;
    font-size: 20px;
    border-left: 5px solid #eee;
}	

.projects h6 {
    font-size: 18px;
	margin-top: 0;
	padding-bottom: 10px;
}	

.project-gallery {
   margin: 15px 0 0 0;
   padding-left: 0;  
}

.product-gallery {
   background-color: #fff;
}	

.project-gallery img {
    margin-bottom: 0;
    border: none;
}

.project-gallery .carousel-caption {
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	border-right: 0;
}

.case-study {
    padding: 15px 0 0 15px;
}

.case-study ul {
    padding-left: 20px;
}

.case-study li {
    padding-left: 30px;
}

.case-study blockquote{
    font-size: 20px;
	color: #c95d2c;
}

.case-study ul{
   padding: 0 0 0 20px;
   list-style: none;
}

.case-study ul li{
   padding: 5px 0 0;
}

.case-study ul li::before {
  content:  "+";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #c95d2c; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.brand-link {
   margin-top: 30px;
}

.brand-link .btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.brand-link img{
   height: 50px;
}

label {
	font-weight: normal;
}

i {
	color: #c95d2c;
	padding-right: 10px;
}

.form-control {
    border-radius: 0;
}

.btn {
	color: #fff;
	background-color: #c95d2c;
	border: none;
	margin-bottom: 14px;
	font-size: 16px;
}

	.btn:hover {
	background-color: #404040;
}

.btn-lg, .btn-group-lg > .btn {
    border-radius: 0 !important;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #707070;
    border-color: #fff;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.contact {
	padding-left: 0;
	padding-right: 0;
}

.contact ul {
	padding-left: 17px;
}


/* Home Page Carousel */

header.carousel {
    height: 100%;
}

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;
}

/* Flexible iFrame */

.map {
	padding: 0;
}

.Flexible-container {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
	border-bottom: solid 1px #c95d2c;
	max-height: 350px;
	min-height: 350px;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map {
        height: 310px; 
        width: 100%;
		padding: 4px !important;
		border: solid 1px #c95d2c;
		margin-bottom: 15px;
		background-color: #fff;
		border-radius: 4px;
}

#map {
        height: 300px; 
        width: 100%;
}


/* Footer Styles */

footer {
	background: #404040;
	border-top: solid #c95d2c 1px;
    margin: 0 0 0;
	padding: 0 0 25px;
}

footer h6{
   font-size: 16px;
   font-weight: bold;
   color: #c95d2c;
   padding-bottom: 10px;
   margin-top: 30px;
   font-family: 'Orbitron', sans-serif;
}

footer p{
   font-size: 16px;
   color: #fff;
}

footer ul{
   list-style-type: none;
   padding: 0;
}

footer ul li{
   padding: 15px 0;
   border-bottom: solid #626262 1px;
}

footer a{
   color: #fff;
   font-size: 16px;
   text-decoration: none;
}

	footer a:hover{
	   color: #ec9353;
	}

footer	a:active, a:visited, a:focus {
    text-decoration:none;
	color: #fff;
}

footer hr{
	border-top: 1px solid #626262;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-contact{
	padding-bottom: 27px !important;
}

.copyright {
	color: #b7b7b7;
	text-align: center;
	font-size: 12px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #626262;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #b7b7b7;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
	padding-right: 0;
	font-size: 30px;
	line-height: 42px;
}	

/* Responsive Styles */

@media (min-width: 768px){
	.navbar-right {
		float: right!important;
		margin-right: 0;
	}
}

@media(max-width:991px) {
    
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.navbar-brand  img{
		margin-left: 30px;
	}
	
	.customer-img,
    .img-related {
        margin-bottom: 30px;
    }
	
	#bs-example-navbar-collapse-1 {
		padding-top: 0px;
	}
	
	.navbar-toggle {
		margin-top: 50px;
		margin-bottom: 16px;
	}
	
	.nav li:first-child { 
		margin-top: 0;
	}
	
	.dropdown-menu li:first-child { 
		margin-top: 0px;
	}
	
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		margin-right: 30px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		padding-left: 30px;
    }
    .collapse.in{
        display:block !important;
    }
	
	.carousel-caption {
		position: absolute;
		width: 60%;
		height: 100%;
		left: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, 0);
		border-right: none;
	}
	
	h2 {
		font-size: 2.5em; 
	}
	
	h2 span {
		padding: 0.1em 0;
		margin: 0;
		box-shadow: 0.2em 0 0 rgb(201,93,44), -0.4em 0 0 rgb(201,93,44);
		background-color: #c95d2c;
		background-color: rgb(201,93,44);
	}
	
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
	
	.navbar-brand  img{
		max-height: 60px !important;
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: 15px !important;
	}

    header.carousel {
		height: 75%;
	}
	
	.carousel-caption {
	position: absolute;
	width: 60%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0);
	border-right: none;
}

	h2 {
		font-size: 2em; 
	}
	
	h2 span {
		padding: 0.1em 0;
		margin: 0;
		box-shadow: 0.2em 0 0 rgb(201,93,44), -0.4em 0 0 rgb(201,93,44);
		background-color: #c95d2c;
		background-color: rgb(201,93,44);
	}
	
	.dropdown-submenu>.dropdown-menu li a {
		padding-left: 40px !important;
	}
	
	.hovereffect h6 {
	  padding: 30% 0 0.5em 0;
	}
	
	.overlay h6 {
		font-size: 30px;
	}
	
	.projects {
		padding: 0;
	}
	
	.project-gallery {
		margin: 30px 0 0 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.case-study {
		padding: 30px 0 0 0;
	}
	
	.panel-heading {
		margin-left: 15px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    background-color: #c95d2c;
}
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
	h2 {
		font-size: 1.5em; 
	}
	
	h2 span {
		padding: 0.1em 0;
		margin: 0;
		box-shadow: 0.2em 0 0 rgb(201,93,44), -0.6em 0 0 rgb(201,93,44);
		background-color: #c95d2c;
		background-color: rgb(201,93,44);
	}
	
	.navbar-brand  img{
		max-height: 50px !important;
		margin-top: 13px;
		margin-bottom: 13px;
	}
	
	.products {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}  
		
	.hovereffect h6 {
	  padding: 25% 0 0.5em 0;
	}
	
	.overlay h6 {
		font-size: 24px;
	}

 }