

 .figcaption3 {
    position: absolute;
    bottom: 20px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    opacity: .8;
    text-align: center;
    transition: all .3s ease-in-out 0s;

}

 .figcaption3:hover {
    position: absolute;
    bottom: 20px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    opacity: 1;
    transition: all .3s ease-in-out 0s;

}

.katar{
	 transform: scale(1.1);
     transition: all .3s ease-in-out 0s;
     filter: grayscale(1);
    opacity: 1;
    width:100%;
    height: 100%
}

.katar:hover{
	transform: scale(1);
     transition: all .3s ease-in-out 0s;
     filter: grayscale(.3);
    opacity: .7;
}

.lead_box_02
{
    position: relative;
}
.caption_text
{
	color: #fff;	
}

.carousel-control
{
    font-size: 100px;
    position: absolute;
    top: 50%;
}


.maty{
    font-size: 18px;
    color: #aaa;
    margin:0px;
     transition: all .3s ease-in-out 0s;
}

.maty:hover{
    font-size: 18px;
    color: #fff;
    margin:0px;
     transition: all .3s ease-in-out 0s;
}