﻿
.carousel {
    height: 656px;
    position: relative;
    margin-top: 1px;
    overflow: hidden;
    margin-top:0 !important;
}

.item,
.carousel-inner {
    height: 100%;
}

/* 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;
}

.fill-1 {
    height: 440px!important;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #818181;
    background-blend-mode:multiply;
}



.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -35px;
    font-size: 75px;
}

.carousel-caption
{
	right: 10%;
    left: 10%;
    margin: 0;
    top:50px;
    width:80%;    
    text-align: right;    
    text-shadow:2px 3px 9px rgb(0 0 0 / 0);

}


.carousel-caption .title1
{
	font-size:20px;
    line-height: 28px;
    color:#FFFFFF;
    text-transform: capitalize;
    margin-bottom:25px;    
    text-shadow:2px 3px 9px rgb(0 0 0 / 39%);

}


.carousel-caption .title2
{
	font-size:45px;        
	color:#fff;    
    margin-bottom: 20px;    
    font-weight:700;        
    text-shadow:2px 3px 9px rgb(0 0 0 / 39%);


}

.carousel-indicators {
    bottom: 10px;
    left: 0%;
    right:0;
    margin:auto;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0%;
    text-align:  center;
    list-style: none;
}


.carousel-control {
    width:50px;    
    opacity: 1;    
    color: #a1948c;
}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    margin-left: 0px;
}

.carousel-control.right {
    right: 0px;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

