/*
Theme Name: Eco Landing Page
Theme URI: ''
Author: Team Dhrubok
Author URI: ''
Description: ''
Version: 1.0.0
License: GNU General Public License
License URI: licensing/README_License.txt
Text Domain: ''
Tags: ''

*/

/*
    this is not main stylesheet, main stylesheet is "assets/css/main.css"
    note: you can override main stylesheet or everything from here!
*/
.eventimg .col-md-3, .eventimg .col-sm-4 {padding:0px}
.eventtext div{
	    position: relative;
	    text-align: center;
		font-weight:700;
		color:white
	}
.eventtext{
    position: absolute;
    bottom: 0;background:#485ff8cc;
	height:34px;
	width:100%;
	display:none}
.eventimg  .col-md-3:hover .eventtext{display:block}		
.eyes {padding:5px 20px}
.eyes li:before {    
font-family: 'FontAwesome';
content: '\f06e';
margin:0 5px 0 -15px;
color: #f00;
}
.cctv {
list-style-type: none;
padding: 4px 28px;
margin: 0;
}
.padingleft48p{padding-left:48px}
.cctv li {
	list-style-image: url('../img/cctv.png');height: 28px;
    padding-left: 4px;
	}
.font90{font-size:90%}
.bg-red{ background-color:#E0263B;}
.eco--review--slider--2 .eco--single--slide {
    color: #000;
}
.eco--inner h5 span{font-size:10px}
.reviews {
    position: relative;
    z-index: -1;
    right: 10%;
}
.bold{font-weight:600}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
@media only screen and (min-width:991px){
.fullpage{position: absolute;
    top: 160px;
    right: 0px;
}
	}
.bannerposition{
	position: relative;
    top: -68px;
    z-index: -1;
	}
.carousel-caption{
	bottom:0px;
	top:30px
	}	
.bs-example{width: 60%;
    margin: 0px auto;
}	